diff --git a/.cursor/commands/code-review.md b/.cursor/commands/code-review.md new file mode 100644 index 00000000..7846e519 --- /dev/null +++ b/.cursor/commands/code-review.md @@ -0,0 +1 @@ +Before I push this PR, please review all of your changes and identify any unused code, opportunities for refactoring, or areas where you could make the code cleaner and more maintable. diff --git a/.cursor/commands/optimize-performance.md b/.cursor/commands/optimize-performance.md new file mode 100644 index 00000000..9695d032 --- /dev/null +++ b/.cursor/commands/optimize-performance.md @@ -0,0 +1,26 @@ +# Optimize Performance + +Analyze the current code for performance bottlenecks and provide optimization recommendations. Focus on: + +## Performance Analysis + +- Identify slow algorithms and inefficient data structures +- Find memory leaks and excessive allocations +- Detect unnecessary computations and redundant operations +- Analyze database queries and API calls + +## Optimization Strategies + +- Suggest algorithm improvements and better data structures +- Recommend caching strategies where appropriate +- Propose lazy loading and pagination solutions +- Identify opportunities for parallel processing + +## Implementation + +- Provide optimized code with explanations +- Include performance impact estimates +- Suggest profiling and monitoring approaches +- Consider trade-offs between performance and maintainability + +Focus on measurable improvements while maintaining code quality and readability. diff --git a/.cursor/commands/refactor-code.md b/.cursor/commands/refactor-code.md new file mode 100644 index 00000000..0651c482 --- /dev/null +++ b/.cursor/commands/refactor-code.md @@ -0,0 +1,26 @@ +# Refactor Code + +Please refactor the selected code to improve its quality while maintaining the same functionality. Focus on: + +## Code Quality Improvements + +- Extract reusable functions or components +- Eliminate code duplication +- Improve variable and function naming +- Simplify complex logic and reduce nesting + +## Performance Optimizations + +- Identify and fix performance bottlenecks +- Optimize algorithms and data structures +- Reduce unnecessary computations +- Improve memory usage + +## Maintainability + +- Make the code more readable and self-documenting +- Add appropriate comments where needed +- Follow SOLID principles and design patterns +- Improve error handling and edge case coverage + +Provide the refactored code with explanations of the improvements made. diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e503691..de201e1b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,8 +28,3 @@ jobs: run: | forge build --sizes id: build - - - name: Run Forge tests - run: | - forge test -vvv - id: test diff --git a/contracts/Aavegotchi/facets/EscrowFacet.sol b/contracts/Aavegotchi/facets/EscrowFacet.sol index c1214939..c5b7897b 100644 --- a/contracts/Aavegotchi/facets/EscrowFacet.sol +++ b/contracts/Aavegotchi/facets/EscrowFacet.sol @@ -133,45 +133,41 @@ contract EscrowFacet is Modifiers { } //old lendings - function fixOldLendingsAndSettleAlchemica( - uint256[] calldata _lendingIds, - address[] calldata _oldEscrows, - address[] calldata _alchemicaAddresses - ) external onlyBaseRelayer { - require(_lendingIds.length == _oldEscrows.length, "EscrowFacet: LendingIds and OldEscrows length must match"); + function fixOldLendingsAndSettleAlchemica(uint256[] calldata _lendingIds, address[] calldata _alchemicaAddresses) external onlyBaseRelayer { for (uint256 i = 0; i < _lendingIds.length; i++) { GotchiLending storage lending = s.gotchiLendings[uint32(_lendingIds[i])]; + address escrow = s.aavegotchis[lending.erc721TokenId].escrow; - if (lending.completed == true && !lending.canceled) { + if (lending.completed == true) { //claim directly from old escrow so far there is a balance for (uint256 j = 0; j < _alchemicaAddresses.length; j++) { address alchemicaAddress = _alchemicaAddresses[j]; - uint256 balance = IERC20(alchemicaAddress).balanceOf(_oldEscrows[i]); + uint256 balance = IERC20(alchemicaAddress).balanceOf(escrow); //check allowance - if (IERC20(alchemicaAddress).allowance(_oldEscrows[i], address(this)) < balance) { - CollateralEscrow(payable(_oldEscrows[i])).approveAavegotchiDiamond(alchemicaAddress); + if (IERC20(alchemicaAddress).allowance(escrow, address(this)) < balance) { + CollateralEscrow(payable(escrow)).approveAavegotchiDiamond(alchemicaAddress); } //split uint256 ownerAmount = (balance * lending.revenueSplit[0]) / 100; uint256 borrowerAmount = (balance * lending.revenueSplit[1]) / 100; address owner = lending.originalOwner == address(0) ? lending.lender : lending.originalOwner; if (ownerAmount > 0) { - LibERC20.transferFrom(alchemicaAddress, _oldEscrows[i], owner, ownerAmount); + LibERC20.transferFrom(alchemicaAddress, escrow, owner, ownerAmount); } if (borrowerAmount > 0) { - LibERC20.transferFrom(alchemicaAddress, _oldEscrows[i], lending.borrower, borrowerAmount); + LibERC20.transferFrom(alchemicaAddress, escrow, lending.borrower, borrowerAmount); } if (lending.thirdParty != address(0)) { uint256 thirdPartyAmount = (balance * lending.revenueSplit[2]) / 100; - LibERC20.transferFrom(alchemicaAddress, _oldEscrows[i], lending.thirdParty, thirdPartyAmount); + LibERC20.transferFrom(alchemicaAddress, escrow, lending.thirdParty, thirdPartyAmount); } } } //ongoing lendings that do not have revenue tokens - else if (!lending.completed && !lending.canceled && lending.timeCreated > 0) { - //set the revenue tokens from storage + else if (!lending.completed) { + //set the revenue tokens to storage if (lending.revenueTokens.length == 0) { lending.revenueTokens = _alchemicaAddresses; } diff --git a/data/airdrops/rarityfarming/szn11/rnd2.ts b/data/airdrops/rarityfarming/szn11/rnd2.ts index 7c294557..9ab589b3 100644 --- a/data/airdrops/rarityfarming/szn11/rnd2.ts +++ b/data/airdrops/rarityfarming/szn11/rnd2.ts @@ -1,9 +1,22512 @@ import { RarityFarmingData } from "../../../../types"; -const rarity: string[] = []; +const rarity: string[] = [ + "23795", + "16559", + "14489", + "13681", + "19095", + "3052", + "12611", + "23881", + "20308", + "10644", + "11267", + "7001", + "1448", + "18411", + "13996", + "22713", + "1743", + "22037", + "8845", + "14341", + "21424", + "16455", + "11170", + "8623", + "22455", + "18249", + "17033", + "17944", + "9369", + "826", + "4820", + "6932", + "19016", + "10292", + "12198", + "22892", + "3724", + "19172", + "24256", + "4479", + "21508", + "23921", + "15560", + "15243", + "15571", + "7848", + "4518", + "22249", + "474", + "5535", + "9106", + "4285", + "24410", + "22844", + "8062", + "5691", + "23711", + "13536", + "13212", + "2165", + "7782", + "5205", + "7422", + "18011", + "13262", + "18650", + "2057", + "1627", + "9027", + "11866", + "22197", + "23201", + "9358", + "13700", + "5411", + "172", + "8121", + "9398", + "23067", + "4534", + "966", + "1454", + "23479", + "16863", + "12409", + "4616", + "3295", + "22133", + "19143", + "16411", + "766", + "22128", + "5934", + "14350", + "4350", + "2270", + "24509", + "3299", + "6407", + "22720", + "1306", + "12686", + "20952", + "19991", + "19535", + "16710", + "24422", + "9459", + "18258", + "9373", + "5109", + "22704", + "8163", + "14436", + "24381", + "3378", + "2195", + "4441", + "12518", + "4271", + "14117", + "21403", + "14454", + "1565", + "22883", + "266", + "22714", + "8585", + "4581", + "8676", + "13241", + "8609", + "12126", + "21660", + "15434", + "703", + "8911", + "16676", + "221", + "4906", + "11279", + "19669", + "17344", + "17124", + "11697", + "572", + "19295", + "6335", + "19736", + "3308", + "181", + "11785", + "22062", + "3425", + "15524", + "21868", + "2267", + "19019", + "17723", + "3168", + "16732", + "67", + "5846", + "7755", + "5647", + "3256", + "5168", + "22864", + "1549", + "7845", + "8084", + "16635", + "987", + "6109", + "13513", + "35", + "3", + "21789", + "3309", + "11663", + "17570", + "7005", + "11218", + "13741", + "7316", + "3513", + "22566", + "13509", + "3126", + "22610", + "8893", + "12423", + "19343", + "13413", + "6695", + "1677", + "6422", + "14557", + "4215", + "713", + "11897", + "2348", + "17343", + "544", + "11544", + "23174", + "1449", + "3288", + "7589", + "9376", + "24786", + "22885", + "20826", + "9346", + "10615", + "18467", + "6216", + "3788", + "7068", + "11883", + "23418", + "22519", + "10909", + "24854", + "9111", + "3935", + "20885", + "20454", + "18979", + "6951", + "15246", + "22470", + "10394", + "21320", + "23619", + "1240", + "20996", + "13712", + "1011", + "10252", + "19457", + "18996", + "4436", + "24913", + "6138", + "9272", + "3357", + "24975", + "14140", + "24510", + "5139", + "1425", + "6549", + "21797", + "14515", + "24974", + "2266", + "2505", + "3948", + "1475", + "18170", + "7615", + "7187", + "8863", + "6260", + "21665", + "23065", + "23321", + "18009", + "16328", + "4740", + "487", + "21477", + "1264", + "2172", + "2443", + "18491", + "13401", + "6827", + "3942", + "20828", + "6164", + "14997", + "13605", + "4405", + "19841", + "18434", + "17865", + "9412", + "15865", + "3986", + "8517", + "12893", + "15778", + "6321", + "5154", + "2667", + "1257", + "19850", + "19260", + "11487", + "2863", + "16505", + "21154", + "16969", + "16826", + "2085", + "15578", + "11156", + "6746", + "2720", + "8396", + "8531", + "18873", + "4794", + "19944", + "3592", + "1638", + "15694", + "8611", + "1961", + "20374", + "6366", + "8392", + "6350", + "5507", + "4685", + "17539", + "16748", + "24077", + "5123", + "24610", + "20844", + "11023", + "1847", + "22793", + "3046", + "6394", + "12247", + "18292", + "21611", + "6396", + "1345", + "18400", + "4764", + "10265", + "11765", + "4789", + "23751", + "692", + "22118", + "5011", + "16704", + "1089", + "7457", + "22751", + "19970", + "9494", + "1702", + "2555", + "16477", + "11205", + "19174", + "8082", + "6145", + "18663", + "4992", + "23102", + "2995", + "19893", + "1812", + "5743", + "19937", + "21959", + "10616", + "3650", + "2931", + "24912", + "24404", + "16956", + "16270", + "16543", + "24524", + "20478", + "20964", + "21435", + "4749", + "22358", + "3475", + "24383", + "7403", + "22958", + "6147", + "14981", + "16269", + "12515", + "14931", + "15219", + "19591", + "20248", + "9071", + "9665", + "19321", + "24962", + "14559", + "19572", + "16524", + "5790", + "19574", + "5993", + "4372", + "10321", + "7413", + "16605", + "6376", + "11070", + "19114", + "8011", + "1487", + "15760", + "17947", + "4895", + "8364", + "17122", + "6305", + "48", + "20130", + "7645", + "3322", + "22324", + "233", + "21736", + "14285", + "23008", + "6431", + "22473", + "3159", + "21230", + "18469", + "15408", + "21082", + "24767", + "23241", + "10487", + "607", + "6089", + "1126", + "2462", + "13563", + "13443", + "17802", + "23501", + "22369", + "17613", + "12151", + "16420", + "7332", + "1782", + "1724", + "7033", + "7765", + "8890", + "19279", + "17335", + "22941", + "3433", + "7617", + "23799", + "5731", + "16553", + "11903", + "12918", + "22705", + "10647", + "4467", + "18810", + "22724", + "18280", + "19221", + "10208", + "24984", + "7474", + "5075", + "20783", + "18685", + "15021", + "3411", + "19657", + "19215", + "19005", + "20287", + "11386", + "3501", + "2607", + "3516", + "3169", + "12530", + "6094", + "989", + "12848", + "5147", + "17855", + "6735", + "12727", + "556", + "2905", + "20966", + "24799", + "11519", + "13819", + "6204", + "6413", + "2523", + "12022", + "8626", + "10437", + "6160", + "22599", + "24624", + "3571", + "3734", + "6887", + "8265", + "2793", + "9561", + "10768", + "18477", + "10138", + "7433", + "8891", + "549", + "6582", + "1661", + "15854", + "1197", + "22085", + "19553", + "282", + "20232", + "11047", + "14519", + "21323", + "17226", + "3467", + "7771", + "8254", + "4890", + "23414", + "23192", + "5027", + "15108", + "22075", + "22785", + "22352", + "12111", + "24152", + "6009", + "11611", + "1604", + "8182", + "12810", + "7969", + "19355", + "18120", + "11887", + "10854", + "2325", + "3838", + "6839", + "3731", + "2854", + "9848", + "2909", + "9673", + "10565", + "6266", + "20635", + "23460", + "18081", + "20449", + "24730", + "10627", + "5738", + "12741", + "2364", + "7796", + "9197", + "2491", + "5764", + "11902", + "19388", + "20525", + "13076", + "13969", + "21596", + "19131", + "20655", + "15109", + "5375", + "23541", + "11399", + "18497", + "6192", + "11858", + "1320", + "21268", + "19623", + "5833", + "168", + "7257", + "22436", + "24763", + "18111", + "17662", + "20526", + "2136", + "458", + "506", + "6541", + "8567", + "9996", + "9958", + "5730", + "19163", + "23773", + "3967", + "20909", + "12886", + "13072", + "12325", + "16759", + "2834", + "18330", + "3613", + "14511", + "2787", + "18339", + "19125", + "7488", + "13694", + "6447", + "7571", + "12477", + "24948", + "10046", + "11354", + "4038", + "10879", + "406", + "23352", + "23974", + "5499", + "7303", + "3329", + "23168", + "6183", + "10304", + "14656", + "7828", + "19055", + "13223", + "11383", + "10347", + "19304", + "4589", + "12794", + "5295", + "23245", + "11079", + "3891", + "18340", + "9752", + "1740", + "6851", + "2182", + "2685", + "18287", + "10282", + "14816", + "4837", + "6193", + "5013", + "23576", + "19497", + "18494", + "23226", + "14651", + "9758", + "11749", + "9536", + "14944", + "2786", + "14568", + "6345", + "8372", + "1133", + "24941", + "23838", + "6380", + "22979", + "13979", + "14801", + "7331", + "6644", + "4419", + "4348", + "11033", + "5722", + "19320", + "24435", + "23872", + "8568", + "22065", + "1046", + "23757", + "6122", + "10745", + "12048", + "24653", + "6209", + "18777", + "6807", + "7779", + "24439", + "12695", + "18542", + "11027", + "4266", + "1771", + "6588", + "19922", + "3974", + "3267", + "502", + "18764", + "14925", + "3585", + "20518", + "2255", + "7802", + "9440", + "22394", + "3835", + "8287", + "3331", + "16980", + "6953", + "16431", + "14935", + "23892", + "15159", + "12210", + "4743", + "8403", + "14637", + "3874", + "24498", + "1293", + "15744", + "11148", + "6178", + "15321", + "14165", + "18856", + "13639", + "1302", + "9274", + "18702", + "3749", + "15073", + "10818", + "14470", + "11732", + "13491", + "15442", + "21429", + "22684", + "7889", + "18231", + "22587", + "17012", + "10329", + "10582", + "836", + "16712", + "2251", + "7144", + "4802", + "957", + "8398", + "7047", + "14890", + "22107", + "9248", + "15676", + "14046", + "2148", + "10646", + "5667", + "23249", + "20069", + "21669", + "20019", + "1653", + "5409", + "11008", + "6085", + "4851", + "3801", + "7527", + "3862", + "13493", + "8898", + "22106", + "11222", + "3595", + "3084", + "8253", + "11191", + "4720", + "8809", + "16738", + "21749", + "18441", + "8218", + "1868", + "6435", + "20680", + "7184", + "22004", + "6975", + "22018", + "19229", + "7324", + "16785", + "7863", + "3971", + "21134", + "17263", + "11492", + "16451", + "13771", + "3846", + "17189", + "11734", + "23221", + "4115", + "18619", + "9654", + "5997", + "5954", + "11524", + "21338", + "19030", + "3292", + "21531", + "3261", + "1044", + "3581", + "16352", + "19324", + "23319", + "11000", + "23270", + "9754", + "8605", + "4446", + "3790", + "13544", + "1770", + "7963", + "4391", + "4417", + "18054", + "3067", + "24076", + "7426", + "23712", + "23098", + "1829", + "22508", + "9475", + "2913", + "6428", + "23239", + "24535", + "12112", + "22706", + "15550", + "14022", + "7718", + "19408", + "5858", + "6174", + "5923", + "1944", + "7042", + "7912", + "11756", + "14446", + "18844", + "5321", + "12628", + "13796", + "15918", + "9983", + "3312", + "17890", + "22678", + "4112", + "16965", + "19526", + "23280", + "17559", + "1591", + "6489", + "19885", + "5596", + "4424", + "7347", + "23515", + "2393", + "18126", + "6952", + "18734", + "12389", + "4144", + "705", + "18854", + "15618", + "16550", + "21064", + "23629", + "16840", + "2415", + "18612", + "6103", + "6742", + "9275", + "5156", + "6785", + "13398", + "2833", + "18908", + "8050", + "18145", + "18904", + "12656", + "17504", + "19464", + "15047", + "3764", + "1939", + "3805", + "11777", + "16154", + "14194", + "24856", + "10853", + "12287", + "17987", + "8365", + "6382", + "23986", + "11998", + "1963", + "7036", + "9023", + "5792", + "16405", + "24503", + "5160", + "17182", + "22630", + "1866", + "24926", + "20126", + "12897", + "14660", + "17522", + "14574", + "23437", + "16975", + "2861", + "22939", + "17024", + "10571", + "10624", + "23271", + "1595", + "15904", + "6769", + "19940", + "13159", + "14255", + "3849", + "3720", + "19266", + "3710", + "4884", + "8964", + "2749", + "5938", + "17188", + "912", + "5560", + "16818", + "6352", + "12457", + "8641", + "20618", + "17099", + "21125", + "8789", + "14473", + "5077", + "22998", + "19942", + "23529", + "21248", + "16615", + "3594", + "7608", + "13549", + "24795", + "7893", + "396", + "7060", + "15320", + "11368", + "23455", + "9626", + "18470", + "14257", + "24976", + "11973", + "449", + "10625", + "3752", + "672", + "22977", + "21751", + "22083", + "1423", + "21913", + "14639", + "17173", + "15912", + "19505", + "6908", + "9774", + "18204", + "1445", + "5682", + "2368", + "8012", + "24800", + "18064", + "6931", + "9156", + "13185", + "21768", + "12053", + "11007", + "22240", + "15987", + "6104", + "18134", + "15792", + "23129", + "9808", + "2578", + "12671", + "13998", + "4182", + "5701", + "754", + "21510", + "17102", + "1564", + "24417", + "21353", + "23577", + "11055", + "8079", + "13889", + "18910", + "2382", + "3637", + "18591", + "6288", + "4879", + "23943", + "23620", + "414", + "4170", + "6087", + "10146", + "7943", + "5980", + "3342", + "9212", + "21047", + "23492", + "18012", + "689", + "4323", + "11254", + "2759", + "1416", + "16554", + "1030", + "23829", + "8038", + "14484", + "8812", + "8926", + "5637", + "14420", + "1585", + "3600", + "5513", + "12392", + "3934", + "7420", + "1876", + "10507", + "16587", + "19697", + "7607", + "20503", + "20261", + "13691", + "21126", + "19571", + "21937", + "21624", + "16910", + "14263", + "1787", + "24881", + "6566", + "22690", + "15950", + "8518", + "649", + "11133", + "20831", + "7530", + "18935", + "15293", + "14120", + "9731", + "1690", + "14869", + "2529", + "9266", + "19656", + "21113", + "16291", + "11678", + "12767", + "1936", + "1828", + "14842", + "17082", + "17093", + "16596", + "17599", + "24802", + "23979", + "8500", + "20540", + "18520", + "3610", + "18662", + "4531", + "2512", + "3873", + "1422", + "7459", + "746", + "3248", + "3643", + "17672", + "12815", + "24746", + "8439", + "4298", + "9819", + "4368", + "6038", + "21362", + "17926", + "20244", + "19140", + "15853", + "6564", + "4150", + "6490", + "21521", + "11214", + "6420", + "18645", + "19726", + "23377", + "6529", + "20325", + "8425", + "7626", + "2138", + "2957", + "9524", + "19451", + "18740", + "10808", + "9100", + "14153", + "7066", + "630", + "9387", + "23265", + "2614", + "7808", + "24248", + "6000", + "6615", + "978", + "4714", + "21249", + "8521", + "17090", + "5441", + "15403", + "9299", + "20771", + "16028", + "6419", + "18185", + "17783", + "10297", + "13104", + "2344", + "15826", + "12370", + "2811", + "4670", + "3184", + "8693", + "12698", + "18807", + "11977", + "1285", + "4414", + "4055", + "10324", + "21999", + "4059", + "8016", + "19865", + "23238", + "19538", + "13585", + "23010", + "8829", + "23997", + "4839", + "3615", + "12386", + "14881", + "8547", + "10267", + "1852", + "15120", + "16272", + "11916", + "9884", + "17327", + "2797", + "3981", + "11875", + "10097", + "17616", + "15390", + "13926", + "6421", + "1253", + "14212", + "12402", + "15059", + "15166", + "8490", + "21677", + "20537", + "9979", + "5346", + "2569", + "755", + "2542", + "9466", + "20178", + "24697", + "4028", + "6373", + "12600", + "17407", + "23390", + "5733", + "4639", + "2553", + "9849", + "11521", + "19602", + "9552", + "11082", + "21199", + "14958", + "16970", + "16144", + "13233", + "17244", + "12214", + "17350", + "20097", + "6264", + "20827", + "16186", + "19988", + "18298", + "15428", + "23345", + "12508", + "24414", + "17883", + "21653", + "2935", + "1484", + "9370", + "8299", + "10369", + "21282", + "18678", + "23368", + "17455", + "7590", + "21518", + "6213", + "1708", + "3652", + "21767", + "23469", + "24577", + "2261", + "6351", + "8444", + "7853", + "16887", + "17242", + "9243", + "10781", + "509", + "10794", + "13364", + "13676", + "6608", + "10633", + "20453", + "8668", + "15519", + "12035", + "16050", + "19137", + "1200", + "11015", + "3354", + "6752", + "16276", + "17641", + "6641", + "7965", + "2719", + "7927", + "539", + "4320", + "6555", + "7038", + "10390", + "13813", + "24096", + "1998", + "897", + "3864", + "21337", + "17186", + "13974", + "3440", + "24965", + "20599", + "21906", + "23812", + "14980", + "8651", + "16452", + "15998", + "19789", + "21550", + "10814", + "16689", + "17248", + "21965", + "19897", + "7528", + "11680", + "24290", + "1996", + "8091", + "9620", + "5828", + "7034", + "18058", + "5718", + "19735", + "17234", + "4005", + "15551", + "12376", + "15675", + "18661", + "15565", + "12328", + "15480", + "17542", + "24377", + "14356", + "15305", + "10929", + "22995", + "9001", + "970", + "21776", + "17453", + "5126", + "7567", + "10831", + "16810", + "1010", + "1977", + "5932", + "7306", + "10063", + "14480", + "4617", + "19688", + "8467", + "14503", + "19495", + "20341", + "13832", + "20988", + "16307", + "4669", + "19293", + "5542", + "8217", + "10906", + "20622", + "7895", + "8542", + "9610", + "13238", + "10338", + "6136", + "15473", + "24449", + "16591", + "20143", + "5715", + "23313", + "1370", + "15650", + "13524", + "24662", + "14732", + "23235", + "22451", + "23213", + "1935", + "21733", + "14861", + "21179", + "24665", + "14284", + "22300", + "5514", + "16854", + "23908", + "23801", + "4783", + "3128", + "21929", + "7880", + "15515", + "24155", + "8764", + "9343", + "59", + "5275", + "3024", + "11991", + "13094", + "14210", + "19032", + "2725", + "814", + "1857", + "4410", + "24771", + "9634", + "8860", + "9957", + "1735", + "20271", + "22965", + "18883", + "9260", + "16699", + "6060", + "14011", + "22426", + "19881", + "21387", + "7382", + "22771", + "16280", + "21257", + "14563", + "19673", + "23425", + "4470", + "3093", + "21974", + "8825", + "24466", + "2954", + "9950", + "22056", + "14104", + "2920", + "3859", + "22032", + "4689", + "19422", + "7754", + "16597", + "20740", + "23537", + "4756", + "267", + "17294", + "17352", + "17447", + "7931", + "13404", + "14442", + "5953", + "14865", + "3044", + "21163", + "23833", + "9509", + "15569", + "13586", + "21422", + "23183", + "2726", + "632", + "15032", + "10372", + "21915", + "12431", + "14956", + "22479", + "12617", + "13564", + "24286", + "12778", + "10746", + "21740", + "8664", + "19462", + "11447", + "11720", + "8429", + "1975", + "8427", + "14291", + "1155", + "3742", + "6065", + "20277", + "343", + "10630", + "4886", + "9704", + "3555", + "23853", + "5091", + "6473", + "6657", + "11549", + "1218", + "2922", + "8797", + "979", + "19424", + "8260", + "5692", + "21759", + "10043", + "13107", + "5570", + "18035", + "18445", + "5029", + "21400", + "11293", + "13776", + "21943", + "16503", + "23303", + "23951", + "6707", + "20722", + "23171", + "21182", + "13086", + "16265", + "15456", + "12450", + "15308", + "24874", + "4101", + "2345", + "24571", + "7850", + "18164", + "18085", + "5649", + "5669", + "738", + "16128", + "5711", + "12506", + "5221", + "8756", + "7425", + "12494", + "16498", + "9450", + "7432", + "20943", + "696", + "15414", + "2326", + "13507", + "21950", + "22507", + "16365", + "10155", + "15691", + "10830", + "17797", + "22740", + "22175", + "9647", + "21940", + "16703", + "13644", + "6780", + "20643", + "7972", + "4127", + "8757", + "3687", + "2605", + "5825", + "24769", + "31", + "499", + "23941", + "8032", + "18859", + "15583", + "12504", + "15117", + "15933", + "4797", + "1768", + "20236", + "4834", + "20095", + "16195", + "9252", + "15215", + "14296", + "12503", + "12488", + "20481", + "20389", + "16815", + "16784", + "16673", + "18786", + "24798", + "18626", + "8963", + "10189", + "17638", + "21261", + "14184", + "24895", + "14751", + "3233", + "2072", + "13684", + "1430", + "8892", + "2932", + "4367", + "8707", + "19548", + "17241", + "3397", + "1009", + "13424", + "21397", + "1986", + "3985", + "19134", + "93", + "4280", + "11940", + "12474", + "18383", + "19081", + "5119", + "2652", + "22330", + "19123", + "7129", + "3410", + "20715", + "4453", + "7492", + "23601", + "15863", + "11081", + "13640", + "23146", + "722", + "17199", + "17625", + "9386", + "24617", + "9948", + "11771", + "8386", + "13017", + "2524", + "8377", + "2727", + "1259", + "7587", + "4985", + "5496", + "7312", + "7629", + "21643", + "19984", + "21968", + "13831", + "21243", + "7661", + "21231", + "15327", + "15547", + "10775", + "10325", + "23666", + "9335", + "24125", + "14059", + "22721", + "14469", + "16089", + "24089", + "5234", + "15758", + "21305", + "8679", + "14796", + "9463", + "24971", + "17828", + "12270", + "20973", + "22094", + "13469", + "2399", + "10760", + "9189", + "4216", + "3863", + "7348", + "15257", + "22437", + "4564", + "6475", + "7462", + "16641", + "14202", + "17601", + "17072", + "21100", + "19033", + "20490", + "14087", + "18304", + "20662", + "13528", + "22659", + "19469", + "8373", + "6371", + "22531", + "12128", + "13582", + "12315", + "9372", + "23095", + "15310", + "7647", + "10896", + "10183", + "4197", + "23077", + "8355", + "20074", + "10735", + "16953", + "14433", + "14508", + "12219", + "7764", + "10577", + "13649", + "8497", + "16955", + "12393", + "9035", + "3199", + "6482", + "6710", + "19919", + "5146", + "5504", + "20142", + "915", + "20464", + "24714", + "8572", + "19014", + "21806", + "12878", + "5250", + "20582", + "13769", + "12237", + "18861", + "9157", + "7463", + "15732", + "2876", + "20587", + "17759", + "10936", + "20795", + "14103", + "21851", + "16806", + "17591", + "11155", + "19510", + "10649", + "11684", + "11614", + "7301", + "1219", + "15975", + "4392", + "16526", + "11892", + "58", + "2256", + "739", + "3565", + "19252", + "1387", + "10576", + "19867", + "5574", + "454", + "3004", + "7354", + "7941", + "15095", + "15957", + "21040", + "7247", + "8694", + "6792", + "4375", + "2683", + "9174", + "15178", + "24109", + "2506", + "16502", + "13687", + "8474", + "1962", + "21692", + "22454", + "8534", + "22826", + "17637", + "11590", + "9311", + "15029", + "12594", + "14990", + "13046", + "15581", + "10306", + "9284", + "10130", + "15288", + "24123", + "24113", + "18433", + "13251", + "8432", + "2424", + "4652", + "6389", + "23072", + "22409", + "7104", + "23030", + "5931", + "18874", + "22733", + "1775", + "4356", + "6632", + "12826", + "15319", + "16971", + "19750", + "9676", + "20067", + "13305", + "17062", + "11065", + "14856", + "20235", + "13736", + "6895", + "23329", + "2675", + "4164", + "10355", + "17891", + "6601", + "21969", + "11443", + "18595", + "4628", + "22930", + "19327", + "16961", + "14894", + "519", + "15462", + "24093", + "9411", + "3843", + "9336", + "12082", + "6117", + "18112", + "2779", + "3276", + "14298", + "14447", + "6637", + "6562", + "1974", + "14959", + "17306", + "16935", + "15046", + "4722", + "6631", + "12238", + "8781", + "21471", + "3062", + "22653", + "23705", + "17558", + "19809", + "2183", + "12740", + "5063", + "1745", + "6478", + "6939", + "10199", + "21530", + "12662", + "13872", + "15787", + "12332", + "17951", + "6187", + "7044", + "17512", + "7864", + "2824", + "1055", + "9554", + "6786", + "4283", + "5273", + "16456", + "10090", + "19784", + "6132", + "17296", + "4092", + "12353", + "3753", + "3260", + "13351", + "3306", + "6224", + "11659", + "16097", + "15121", + "22079", + "14628", + "2748", + "19629", + "24173", + "10704", + "22031", + "17623", + "19151", + "12191", + "12501", + "4536", + "16234", + "10492", + "24933", + "19787", + "8814", + "4058", + "22078", + "928", + "13603", + "12774", + "12624", + "22453", + "9003", + "3457", + "12252", + "13941", + "2591", + "15568", + "22806", + "4567", + "1083", + "7832", + "5431", + "20342", + "21019", + "10618", + "6966", + "712", + "14646", + "1017", + "6236", + "10079", + "16566", + "7260", + "18124", + "24964", + "1241", + "23347", + "22198", + "20912", + "21774", + "984", + "20230", + "3262", + "4892", + "19438", + "24523", + "14025", + "23583", + "11604", + "19475", + "10370", + "101", + "6026", + "24080", + "18501", + "17726", + "8821", + "4665", + "7111", + "20399", + "10662", + "6247", + "9492", + "19634", + "24634", + "15629", + "10356", + "16594", + "3085", + "8691", + "4708", + "6041", + "10892", + "11304", + "8648", + "2492", + "20391", + "17065", + "2145", + "4166", + "16335", + "19973", + "12290", + "21382", + "13326", + "13482", + "15330", + "6057", + "4240", + "11895", + "9030", + "11382", + "11919", + "20257", + "4344", + "19998", + "21482", + "2077", + "20075", + "16528", + "3281", + "8847", + "22445", + "7599", + "1260", + "23841", + "15007", + "17614", + "13444", + "13085", + "20191", + "9382", + "12807", + "21803", + "7656", + "14617", + "14008", + "21609", + "1191", + "137", + "1722", + "2243", + "4109", + "6888", + "8886", + "1483", + "6274", + "6860", + "12990", + "18487", + "21369", + "5004", + "6454", + "21813", + "2453", + "20937", + "10844", + "19799", + "552", + "11370", + "17413", + "21894", + "8921", + "7124", + "12541", + "19216", + "19472", + "1932", + "20309", + "23127", + "14622", + "1228", + "14359", + "20772", + "5125", + "9978", + "10373", + "3925", + "19654", + "19450", + "21923", + "15751", + "14526", + "12561", + "8897", + "9690", + "23837", + "5188", + "11669", + "15490", + "19545", + "7566", + "6618", + "9886", + "11143", + "17699", + "21687", + "22028", + "22051", + "3178", + "6397", + "2624", + "14625", + "9608", + "16069", + "21114", + "2031", + "10880", + "14991", + "20917", + "16985", + "15995", + "9258", + "21226", + "6406", + "19335", + "5120", + "21816", + "5320", + "3408", + "10443", + "21488", + "24391", + "19212", + "9872", + "15630", + "16137", + "18522", + "6039", + "19360", + "10819", + "11980", + "10800", + "12272", + "3807", + "22408", + "4471", + "285", + "19912", + "12790", + "17780", + "11190", + "14267", + "16677", + "8269", + "22667", + "24075", + "7277", + "2223", + "20791", + "9404", + "23449", + "2026", + "3729", + "4395", + "7046", + "9054", + "12148", + "15872", + "17866", + "2745", + "8980", + "9396", + "2197", + "2099", + "13143", + "523", + "16849", + "1984", + "7204", + "22412", + "710", + "15224", + "3301", + "3298", + "24566", + "17607", + "14391", + "21456", + "12484", + "2475", + "15784", + "7787", + "16443", + "17198", + "21623", + "3115", + "20867", + "17353", + "4040", + "16516", + "11288", + "7477", + "14933", + "8148", + "24862", + "4733", + "22878", + "11381", + "12620", + "19208", + "8502", + "8752", + "2198", + "2928", + "4540", + "7840", + "8805", + "21655", + "23481", + "7480", + "6047", + "7980", + "185", + "14377", + "392", + "11943", + "2034", + "6889", + "39", + "16364", + "12634", + "17134", + "23818", + "12257", + "22603", + "20574", + "13172", + "17677", + "18236", + "10489", + "588", + "23680", + "22877", + "17230", + "744", + "24549", + "9176", + "15335", + "16901", + "10244", + "15226", + "14517", + "8932", + "7792", + "4986", + "13949", + "17946", + "21538", + "13282", + "10410", + "23170", + "14605", + "9541", + "3028", + "23128", + "23654", + "18879", + "1774", + "19639", + "10653", + "6121", + "1905", + "5752", + "6962", + "8632", + "8942", + "14715", + "18044", + "18704", + "22477", + "5935", + "8862", + "8443", + "9362", + "8167", + "14482", + "3842", + "2095", + "264", + "11658", + "18620", + "3983", + "700", + "19793", + "18648", + "1421", + "23723", + "8739", + "24169", + "1173", + "23899", + "9622", + "19410", + "8019", + "16202", + "17901", + "2837", + "16858", + "13230", + "24500", + "1510", + "18101", + "23134", + "9656", + "469", + "16736", + "8093", + "13823", + "8616", + "6379", + "22536", + "19481", + "8463", + "8918", + "12137", + "20332", + "14776", + "18354", + "3380", + "10736", + "12589", + "6182", + "18046", + "8124", + "11437", + "14183", + "21501", + "1973", + "2826", + "8689", + "9469", + "23448", + "2360", + "3526", + "8986", + "4156", + "7083", + "3218", + "3556", + "5683", + "5804", + "18051", + "3541", + "19734", + "3435", + "2898", + "23496", + "10520", + "16769", + "22987", + "6693", + "18745", + "3672", + "15993", + "21656", + "2882", + "1404", + "1571", + "9881", + "17837", + "20607", + "12339", + "11317", + "20495", + "11373", + "16967", + "13557", + "20774", + "18265", + "3106", + "20281", + "20357", + "16326", + "4159", + "11112", + "17824", + "19766", + "3899", + "2185", + "15808", + "12705", + "22019", + "13627", + "23991", + "5368", + "17839", + "15921", + "14424", + "19579", + "3955", + "7681", + "7971", + "10620", + "13870", + "21277", + "1879", + "3989", + "7767", + "8966", + "9822", + "4476", + "1171", + "16354", + "16059", + "973", + "18338", + "1249", + "2387", + "702", + "5796", + "18623", + "15357", + "21526", + "20400", + "8916", + "5316", + "1065", + "22310", + "23353", + "6846", + "20465", + "6743", + "17008", + "12367", + "20387", + "23013", + "11091", + "18426", + "18871", + "17284", + "20570", + "22982", + "6442", + "11238", + "24591", + "14876", + "12008", + "3607", + "9072", + "24307", + "24882", + "1562", + "851", + "9153", + "3702", + "1543", + "154", + "557", + "853", + "5515", + "7919", + "9732", + "18729", + "22666", + "5702", + "9371", + "4021", + "10566", + "22013", + "21895", + "24074", + "20196", + "2538", + "24932", + "14054", + "4431", + "14978", + "22329", + "10837", + "6033", + "2090", + "3905", + "15264", + "21446", + "7520", + "2517", + "13750", + "11010", + "17593", + "18229", + "13508", + "19720", + "14310", + "23548", + "15423", + "23028", + "15190", + "24859", + "13920", + "8149", + "11142", + "20532", + "11323", + "17563", + "22851", + "6296", + "12163", + "15580", + "21517", + "7090", + "18516", + "15680", + "10567", + "5292", + "14676", + "10417", + "3898", + "7465", + "4041", + "20336", + "19821", + "21124", + "16238", + "3034", + "14084", + "10415", + "2068", + "13295", + "10602", + "3203", + "17058", + "22642", + "9851", + "9588", + "9818", + "4165", + "12581", + "19892", + "12593", + "6080", + "19434", + "12986", + "6459", + "4483", + "14946", + "1994", + "6355", + "124", + "5864", + "24857", + "8811", + "24640", + "18986", + "17105", + "16611", + "7973", + "19380", + "20268", + "21028", + "11715", + "2339", + "14713", + "24675", + "6659", + "14912", + "17011", + "3271", + "21552", + "14178", + "6102", + "10248", + "16613", + "7657", + "7318", + "19740", + "24472", + "21723", + "7500", + "15223", + "3796", + "7473", + "24622", + "6773", + "24772", + "3272", + "23793", + "20146", + "13743", + "16313", + "8022", + "19746", + "2018", + "4750", + "8680", + "14725", + "16228", + "17429", + "9636", + "817", + "9137", + "3789", + "2798", + "6741", + "7304", + "2701", + "4799", + "20832", + "1203", + "11818", + "12549", + "23873", + "6963", + "9713", + "408", + "16327", + "21259", + "9900", + "20698", + "19247", + "6437", + "17795", + "18875", + "15770", + "13658", + "23970", + "10123", + "17419", + "9889", + "9799", + "10222", + "16464", + "23356", + "22172", + "21551", + "14402", + "24502", + "11038", + "10656", + "2081", + "20639", + "16834", + "11496", + "17820", + "11681", + "13913", + "929", + "5487", + "4061", + "19109", + "24402", + "4062", + "9987", + "15604", + "15022", + "5386", + "17219", + "24542", + "7642", + "9568", + "13886", + "16583", + "8753", + "7945", + "23975", + "2293", + "4180", + "5900", + "6398", + "8950", + "10983", + "12736", + "17075", + "21717", + "7717", + "9795", + "3711", + "1015", + "6849", + "15479", + "14256", + "8934", + "19294", + "11126", + "18613", + "725", + "1292", + "18965", + "2788", + "18028", + "23293", + "16211", + "7533", + "22074", + "2929", + "6689", + "24963", + "7078", + "2202", + "20837", + "24378", + "18869", + "7494", + "22516", + "22918", + "17472", + "16799", + "20129", + "24488", + "7502", + "6824", + "12092", + "18535", + "751", + "21549", + "4751", + "14417", + "9330", + "16261", + "18008", + "8210", + "20797", + "24054", + "6581", + "11014", + "234", + "18964", + "4997", + "8421", + "5408", + "260", + "4793", + "8549", + "2729", + "21755", + "3678", + "24459", + "47", + "5699", + "5882", + "7649", + "8688", + "16588", + "1840", + "3177", + "8382", + "6677", + "5641", + "6189", + "4735", + "8667", + "9760", + "9349", + "8726", + "16507", + "14174", + "9357", + "2028", + "20108", + "19537", + "20141", + "1473", + "17239", + "6942", + "22153", + "19148", + "20347", + "2647", + "13480", + "21209", + "22764", + "1336", + "14544", + "18295", + "16150", + "18653", + "13830", + "17427", + "22222", + "14177", + "1398", + "20081", + "15579", + "13194", + "24408", + "22695", + "11234", + "3344", + "824", + "12852", + "20113", + "12883", + "22762", + "4473", + "6403", + "53", + "15554", + "2246", + "13137", + "10131", + "21666", + "19761", + "12621", + "6890", + "24834", + "6448", + "19877", + "16716", + "17497", + "1188", + "23434", + "10848", + "19744", + "20580", + "11985", + "24597", + "9069", + "20628", + "9099", + "2822", + "3164", + "16448", + "8880", + "207", + "22586", + "5826", + "1443", + "1710", + "2910", + "18194", + "3201", + "9802", + "5700", + "5383", + "1147", + "20848", + "14030", + "8465", + "1196", + "23258", + "16345", + "12221", + "5442", + "6683", + "24053", + "8328", + "9692", + "8111", + "14449", + "9932", + "21061", + "7099", + "8587", + "24551", + "22974", + "12898", + "10227", + "23338", + "21690", + "23547", + "14611", + "12075", + "794", + "6424", + "7565", + "11085", + "21158", + "15883", + "9124", + "17705", + "11161", + "18089", + "11330", + "17210", + "16590", + "10967", + "3094", + "15837", + "7990", + "6444", + "3664", + "20111", + "7525", + "9546", + "5890", + "12920", + "21396", + "11213", + "13661", + "21030", + "9962", + "20679", + "16415", + "10634", + "2616", + "24642", + "23659", + "1691", + "3601", + "5460", + "7685", + "15431", + "16950", + "16997", + "17153", + "18108", + "5140", + "684", + "4838", + "21299", + "23741", + "23780", + "11782", + "14413", + "11762", + "7505", + "16495", + "5956", + "3665", + "2439", + "2446", + "8773", + "12575", + "22487", + "15980", + "584", + "21186", + "2663", + "22772", + "17721", + "16248", + "22438", + "19995", + "20647", + "24034", + "20682", + "20830", + "2515", + "9837", + "4121", + "20815", + "7835", + "21877", + "7172", + "20010", + "1385", + "10178", + "7586", + "5158", + "11202", + "11657", + "9086", + "9483", + "24667", + "5435", + "18641", + "9940", + "9644", + "1942", + "17612", + "19245", + "6993", + "15392", + "14094", + "20929", + "6446", + "7513", + "6110", + "6354", + "21484", + "14334", + "9730", + "7194", + "17800", + "10884", + "10428", + "22292", + "15181", + "17127", + "3236", + "23423", + "20847", + "21747", + "16298", + "1417", + "21027", + "15506", + "9154", + "1189", + "9845", + "12311", + "13069", + "21184", + "21417", + "23852", + "9175", + "2391", + "4069", + "3423", + "9836", + "11362", + "15884", + "2643", + "6732", + "11195", + "21241", + "21066", + "7697", + "16099", + "6324", + "3437", + "10842", + "10969", + "12430", + "6771", + "17761", + "18048", + "7478", + "13124", + "13665", + "23110", + "4497", + "11931", + "11458", + "23753", + "24091", + "1401", + "8469", + "12310", + "4286", + "24738", + "463", + "1349", + "4506", + "6223", + "22407", + "15615", + "735", + "22643", + "5632", + "18506", + "6817", + "14921", + "12428", + "19607", + "22850", + "5939", + "6327", + "9540", + "20653", + "6756", + "5300", + "1090", + "6885", + "409", + "11982", + "8866", + "15693", + "7823", + "24101", + "18929", + "131", + "22637", + "4449", + "5318", + "8930", + "2300", + "3444", + "3448", + "4676", + "5469", + "6574", + "7818", + "9017", + "9169", + "4263", + "4125", + "8922", + "7768", + "1586", + "8621", + "15513", + "14781", + "17645", + "10498", + "11021", + "13802", + "17467", + "20663", + "17064", + "20286", + "20613", + "24032", + "24379", + "21405", + "12057", + "14092", + "7374", + "3372", + "21349", + "20007", + "1062", + "11024", + "12318", + "6682", + "5280", + "15852", + "956", + "11616", + "8995", + "16373", + "14369", + "2242", + "12004", + "18092", + "23940", + "20536", + "7860", + "12998", + "12528", + "13622", + "4836", + "5850", + "2941", + "19262", + "5130", + "9118", + "3654", + "1304", + "11359", + "1711", + "19914", + "1843", + "23632", + "9480", + "6212", + "10734", + "9966", + "21426", + "24501", + "3235", + "10237", + "6203", + "17603", + "17716", + "5425", + "6323", + "2609", + "2116", + "4480", + "5831", + "138", + "811", + "2292", + "6151", + "6450", + "9136", + "8583", + "8955", + "6884", + "5999", + "5511", + "7240", + "6439", + "17509", + "20044", + "20489", + "12065", + "18567", + "823", + "19512", + "3370", + "17973", + "7468", + "6723", + "4713", + "716", + "13208", + "15116", + "5376", + "3332", + "3314", + "4461", + "4032", + "23574", + "19390", + "11197", + "11891", + "17701", + "15483", + "18486", + "2582", + "23858", + "2213", + "14145", + "4237", + "21326", + "22111", + "22722", + "4277", + "14955", + "11605", + "7577", + "12569", + "14082", + "12300", + "4937", + "6600", + "24478", + "22060", + "10668", + "10632", + "19189", + "7455", + "20825", + "16361", + "938", + "2358", + "15832", + "16217", + "24654", + "23288", + "9590", + "15981", + "7101", + "16679", + "1588", + "13225", + "7464", + "6268", + "19203", + "23099", + "10360", + "18755", + "10154", + "3799", + "19813", + "3867", + "12145", + "22912", + "24468", + "17887", + "5266", + "20433", + "5898", + "11813", + "11620", + "9949", + "3021", + "16489", + "531", + "7660", + "1455", + "19749", + "10206", + "20386", + "22495", + "12034", + "13100", + "18651", + "19395", + "7050", + "13008", + "4620", + "15262", + "1429", + "3155", + "5713", + "6358", + "8346", + "8598", + "15333", + "16147", + "17981", + "20226", + "20461", + "1426", + "7067", + "7377", + "5419", + "18247", + "19883", + "19920", + "3427", + "8222", + "21625", + "21941", + "14661", + "4142", + "14961", + "2459", + "2457", + "13878", + "17431", + "10398", + "7475", + "22145", + "24852", + "18215", + "23439", + "14208", + "271", + "11273", + "19886", + "24863", + "5330", + "24691", + "21984", + "24677", + "7119", + "18485", + "21637", + "22055", + "23507", + "17960", + "22866", + "22873", + "15590", + "6974", + "22307", + "4888", + "11936", + "11506", + "1789", + "19222", + "3043", + "5645", + "1192", + "20200", + "12016", + "13321", + "13931", + "1680", + "15509", + "21522", + "12879", + "3317", + "21152", + "13014", + "15647", + "15594", + "17095", + "18327", + "14121", + "21644", + "7028", + "2296", + "15130", + "14932", + "2073", + "15318", + "20982", + "14361", + "20770", + "1767", + "5556", + "7138", + "8221", + "10058", + "11048", + "12241", + "13919", + "17708", + "19403", + "21034", + "24427", + "24920", + "4809", + "1432", + "9832", + "1584", + "1457", + "4321", + "753", + "7084", + "2674", + "2945", + "7206", + "4692", + "3144", + "5803", + "1980", + "7667", + "21350", + "21658", + "1580", + "15881", + "2027", + "16318", + "16353", + "12021", + "21916", + "17503", + "23878", + "10542", + "7680", + "16668", + "23524", + "6307", + "6711", + "7898", + "4274", + "10388", + "10335", + "19658", + "7534", + "10376", + "69", + "16608", + "21325", + "12087", + "23402", + "5529", + "16627", + "12154", + "6688", + "15705", + "22763", + "12258", + "14923", + "2670", + "15363", + "8042", + "19402", + "23803", + "23890", + "10361", + "11285", + "21107", + "648", + "15847", + "12512", + "18862", + "22415", + "24002", + "3599", + "13191", + "10077", + "13744", + "7780", + "19971", + "17348", + "21695", + "20739", + "13492", + "12194", + "9507", + "9828", + "5405", + "15038", + "7106", + "56", + "23643", + "1358", + "11431", + "19987", + "1316", + "19146", + "21351", + "23320", + "24506", + "11141", + "11482", + "3226", + "19468", + "32", + "1785", + "2881", + "5166", + "5173", + "6021", + "7523", + "7578", + "7875", + "8505", + "9502", + "10821", + "18065", + "21622", + "3156", + "4503", + "9612", + "2181", + "8226", + "8434", + "5508", + "4433", + "2324", + "19207", + "11061", + "19590", + "12532", + "11554", + "2840", + "15864", + "23132", + "3441", + "4710", + "24149", + "9097", + "23588", + "7056", + "21431", + "19913", + "21708", + "16073", + "24900", + "22344", + "997", + "11580", + "16033", + "21236", + "4599", + "15200", + "8493", + "21680", + "20477", + "14570", + "11441", + "20636", + "1929", + "23145", + "19225", + "20656", + "8297", + "13199", + "22255", + "23424", + "20664", + "22685", + "16381", + "5799", + "21607", + "21307", + "7786", + "22278", + "17290", + "17806", + "3045", + "8212", + "7073", + "17515", + "7552", + "15549", + "15991", + "15084", + "7211", + "8770", + "14653", + "4965", + "9523", + "24741", + "10766", + "5264", + "15187", + "21204", + "24092", + "5193", + "3023", + "6362", + "13415", + "16860", + "13730", + "12006", + "12217", + "21772", + "2531", + "16485", + "139", + "3130", + "6083", + "8142", + "8724", + "12469", + "13047", + "13311", + "17246", + "17659", + "17861", + "18510", + "22091", + "6052", + "5305", + "9688", + "4810", + "8976", + "5084", + "8622", + "3659", + "2552", + "9395", + "236", + "5747", + "1396", + "16379", + "15008", + "15347", + "18558", + "17267", + "15254", + "3051", + "22776", + "12019", + "186", + "22835", + "6729", + "23097", + "2585", + "19452", + "17158", + "10556", + "22011", + "21555", + "20737", + "162", + "14971", + "15510", + "22261", + "15113", + "18031", + "12627", + "11456", + "18565", + "3047", + "24699", + "8047", + "20301", + "20098", + "11821", + "11470", + "21676", + "13892", + "13759", + "22070", + "21284", + "15627", + "1786", + "8235", + "16207", + "15074", + "21283", + "11507", + "4624", + "14462", + "21438", + "21056", + "11655", + "9649", + "12635", + "10882", + "14711", + "19603", + "1570", + "2153", + "15541", + "6745", + "8716", + "12039", + "16351", + "23490", + "12814", + "4649", + "24906", + "11884", + "16586", + "7987", + "274", + "6172", + "10764", + "13985", + "4047", + "12996", + "5538", + "11872", + "14035", + "23863", + "6250", + "14847", + "2478", + "13150", + "13264", + "2775", + "4968", + "3959", + "24185", + "12785", + "16726", + "2124", + "729", + "5940", + "16981", + "5834", + "3528", + "3636", + "3718", + "4806", + "7183", + "10163", + "10871", + "11987", + "16386", + "16621", + "17619", + "19711", + "20649", + "22429", + "3997", + "3938", + "7436", + "106", + "1368", + "5433", + "21130", + "14817", + "3040", + "15869", + "14702", + "391", + "11005", + "19405", + "20157", + "13807", + "5485", + "16223", + "24884", + "17236", + "23073", + "10243", + "12420", + "3311", + "13611", + "19073", + "15867", + "17889", + "21181", + "14203", + "10060", + "23710", + "24067", + "2062", + "11134", + "19615", + "12875", + "8774", + "12864", + "14618", + "18577", + "13425", + "17574", + "4590", + "15779", + "16747", + "20412", + "6395", + "9899", + "12925", + "13016", + "15203", + "16213", + "6941", + "16384", + "8881", + "11457", + "10175", + "21603", + "3269", + "22808", + "6539", + "9829", + "11526", + "16616", + "12762", + "20544", + "21536", + "918", + "5334", + "7368", + "10380", + "7251", + "6697", + "3952", + "6279", + "11245", + "1375", + "11196", + "786", + "442", + "489", + "13724", + "24437", + "9040", + "980", + "22779", + "1684", + "13030", + "13772", + "12572", + "6252", + "7594", + "11786", + "11287", + "21710", + "24790", + "1408", + "20845", + "3392", + "18391", + "14097", + "16305", + "15562", + "16449", + "3379", + "15710", + "1232", + "18943", + "1016", + "9155", + "5245", + "3991", + "7035", + "7226", + "7443", + "8103", + "8985", + "10859", + "16209", + "23312", + "9125", + "6843", + "17739", + "8281", + "24934", + "23766", + "19373", + "12397", + "11029", + "8831", + "18152", + "20657", + "6148", + "23086", + "22331", + "22572", + "5626", + "18673", + "24779", + "15729", + "17444", + "15525", + "11402", + "14845", + "22931", + "6105", + "21707", + "17130", + "24958", + "18460", + "7658", + "11212", + "18749", + "13011", + "5293", + "4214", + "22434", + "24516", + "2319", + "18473", + "17825", + "19351", + "7937", + "22147", + "16461", + "2286", + "7632", + "19728", + "13121", + "22160", + "23494", + "18262", + "7836", + "24104", + "23638", + "13501", + "15825", + "12954", + "22672", + "11718", + "23138", + "9753", + "9650", + "22564", + "13638", + "8719", + "11979", + "20370", + "11257", + "2404", + "17005", + "21025", + "23612", + "11673", + "17120", + "14862", + "4190", + "2872", + "12905", + "19710", + "18074", + "6589", + "19182", + "16696", + "1357", + "18087", + "14425", + "4294", + "24052", + "6610", + "19429", + "17646", + "18919", + "18801", + "1647", + "3884", + "4849", + "6550", + "6788", + "8154", + "9085", + "9503", + "10180", + "13814", + "14217", + "16177", + "16454", + "16794", + "19773", + "20107", + "20426", + "4682", + "574", + "8030", + "3929", + "3237", + "8989", + "6633", + "3012", + "9337", + "4374", + "2350", + "201", + "4551", + "7664", + "15331", + "17786", + "4885", + "13061", + "16388", + "21302", + "21371", + "9701", + "9449", + "19012", + "2452", + "19649", + "15433", + "15575", + "21115", + "22700", + "24110", + "22902", + "2244", + "12849", + "19272", + "12550", + "23936", + "12715", + "13910", + "10421", + "1563", + "4882", + "15167", + "23813", + "11619", + "12573", + "8559", + "734", + "19592", + "24684", + "19763", + "19430", + "19682", + "13978", + "6019", + "4597", + "23392", + "16212", + "12890", + "14300", + "11893", + "10468", + "9254", + "10379", + "21445", + "937", + "6393", + "18084", + "229", + "2113", + "18119", + "17160", + "9570", + "17164", + "13053", + "11139", + "18207", + "18952", + "24788", + "8867", + "7484", + "17787", + "8165", + "9380", + "12856", + "5659", + "2659", + "1019", + "10333", + "22354", + "7820", + "23193", + "5651", + "22737", + "20205", + "9575", + "10733", + "11528", + "21433", + "9101", + "4803", + "9823", + "15284", + "16425", + "20382", + "15297", + "14616", + "11034", + "2623", + "3399", + "4412", + "5528", + "8150", + "8344", + "8931", + "10386", + "11338", + "11730", + "19675", + "8440", + "576", + "1335", + "5230", + "4095", + "8625", + "4754", + "3388", + "13153", + "22163", + "10780", + "14654", + "6798", + "11479", + "13505", + "23007", + "24088", + "16564", + "13260", + "17422", + "13485", + "3310", + "3291", + "2396", + "11808", + "8780", + "24632", + "19322", + "17738", + "10595", + "21614", + "24172", + "375", + "24733", + "14542", + "11791", + "20466", + "20298", + "21814", + "12436", + "21874", + "3451", + "16484", + "5407", + "5783", + "23163", + "24824", + "314", + "22355", + "2930", + "11779", + "269", + "3875", + "14667", + "6605", + "18926", + "14707", + "24816", + "12211", + "8763", + "20932", + "10177", + "13435", + "18320", + "12806", + "21731", + "13951", + "16445", + "15682", + "21845", + "8515", + "13428", + "18017", + "10150", + "9458", + "15609", + "13797", + "1880", + "3682", + "20779", + "5337", + "8255", + "12531", + "23957", + "7829", + "1809", + "1145", + "17163", + "21819", + "13565", + "21133", + "10665", + "24590", + "7156", + "1485", + "23611", + "21796", + "1324", + "21793", + "24033", + "22861", + "15898", + "5697", + "3016", + "10400", + "20419", + "9045", + "21681", + "23717", + "21296", + "22813", + "15018", + "23704", + "6929", + "24264", + "23153", + "11031", + "18850", + "13242", + "992", + "18804", + "1359", + "1992", + "2125", + "2265", + "2860", + "3946", + "7414", + "7588", + "10953", + "14924", + "16161", + "24026", + "571", + "6675", + "5704", + "1231", + "8159", + "15535", + "5418", + "22225", + "11990", + "2419", + "21742", + "15798", + "20608", + "4527", + "5471", + "714", + "15750", + "8784", + "20805", + "24186", + "17521", + "12011", + "14288", + "15505", + "16170", + "12903", + "5984", + "19645", + "15619", + "14039", + "24094", + "10502", + "13812", + "20021", + "3326", + "16922", + "17772", + "20110", + "9560", + "13040", + "20165", + "4163", + "5331", + "11717", + "12606", + "15076", + "20192", + "10326", + "18936", + "11235", + "20284", + "4236", + "21616", + "15211", + "6595", + "10427", + "17387", + "14339", + "14681", + "14938", + "18218", + "22464", + "17040", + "15196", + "11529", + "10540", + "23590", + "15605", + "1667", + "24909", + "4079", + "13702", + "22301", + "7938", + "18050", + "19289", + "1987", + "3112", + "21233", + "21386", + "4120", + "22626", + "3376", + "11136", + "7633", + "17870", + "13991", + "15971", + "18842", + "14565", + "8961", + "12823", + "2347", + "20610", + "1165", + "1788", + "20757", + "13887", + "11534", + "11852", + "10346", + "3850", + "13446", + "24878", + "3596", + "9693", + "16902", + "11871", + "23029", + "11806", + "18453", + "3447", + "3462", + "2829", + "12779", + "20247", + "22571", + "16691", + "20145", + "13518", + "15405", + "18634", + "14013", + "7881", + "7486", + "2600", + "9468", + "17496", + "16928", + "135", + "1032", + "2394", + "2803", + "3360", + "6453", + "7933", + "8389", + "8954", + "10367", + "10392", + "13106", + "16617", + "18198", + "18210", + "20710", + "24300", + "2501", + "789", + "3053", + "4678", + "319", + "579", + "18939", + "14370", + "6460", + "13022", + "2021", + "13354", + "21705", + "14927", + "14647", + "18677", + "15107", + "12847", + "15460", + "17571", + "22738", + "21784", + "22915", + "11177", + "10062", + "54", + "16917", + "24751", + "10119", + "9490", + "15317", + "24846", + "7264", + "13247", + "18283", + "12044", + "2914", + "3064", + "11572", + "12089", + "18483", + "20804", + "11105", + "12259", + "23822", + "22226", + "12622", + "16943", + "13923", + "2546", + "11694", + "17265", + "23903", + "17879", + "24939", + "14855", + "12835", + "13381", + "14148", + "22124", + "20418", + "21852", + "10916", + "11624", + "4450", + "24369", + "17799", + "14109", + "7023", + "4791", + "19815", + "18118", + "24304", + "1135", + "24071", + "4293", + "6011", + "17516", + "10675", + "18150", + "6981", + "10552", + "15612", + "24352", + "20933", + "12381", + "5133", + "16705", + "22644", + "5012", + "13858", + "904", + "22863", + "22577", + "9455", + "10964", + "4006", + "11949", + "10496", + "7230", + "20987", + "6673", + "1901", + "20317", + "3744", + "7960", + "24121", + "22506", + "2497", + "13648", + "21781", + "22898", + "10116", + "22392", + "14332", + "16573", + "18556", + "18901", + "13669", + "304", + "18428", + "20272", + "4300", + "5823", + "1169", + "2676", + "2761", + "5260", + "7153", + "7752", + "7986", + "8376", + "8476", + "9048", + "10759", + "11186", + "13793", + "16963", + "18367", + "21035", + "22374", + "8864", + "3999", + "9733", + "8990", + "2812", + "2792", + "5676", + "7143", + "4370", + "7055", + "6222", + "2120", + "1150", + "17827", + "14415", + "24545", + "19318", + "17257", + "22338", + "12873", + "13293", + "11759", + "13071", + "13276", + "18106", + "1855", + "12273", + "20343", + "17256", + "24944", + "22985", + "19449", + "11395", + "5040", + "16052", + "19817", + "19177", + "23930", + "21773", + "7573", + "20869", + "5211", + "14969", + "9026", + "22378", + "14522", + "20723", + "15217", + "5786", + "5755", + "23703", + "8589", + "20174", + "22797", + "5474", + "22143", + "24726", + "16382", + "8887", + "8278", + "6536", + "14226", + "22164", + "23914", + "3510", + "9607", + "18931", + "17832", + "19918", + "6003", + "17283", + "22058", + "11921", + "6751", + "11429", + "21612", + "21634", + "15880", + "22262", + "17460", + "13122", + "17928", + "24469", + "13252", + "51", + "21385", + "19824", + "6944", + "22486", + "2321", + "24690", + "17505", + "21071", + "23393", + "6664", + "20170", + "16731", + "15145", + "4850", + "12309", + "22366", + "16688", + "20954", + "14534", + "22750", + "420", + "20241", + "4742", + "20856", + "21505", + "14354", + "5482", + "21377", + "2895", + "19690", + "8106", + "14009", + "18877", + "21971", + "19175", + "9291", + "23113", + "12511", + "19635", + "9860", + "14407", + "6861", + "19144", + "18370", + "8361", + "9481", + "3057", + "12519", + "5824", + "18361", + "968", + "3517", + "4025", + "4310", + "4777", + "5912", + "7151", + "11199", + "11433", + "12448", + "13655", + "15667", + "16904", + "20127", + "21802", + "21827", + "24479", + "4566", + "673", + "5913", + "2717", + "5998", + "383", + "3598", + "5192", + "1170", + "6372", + "9117", + "4107", + "6857", + "19511", + "21499", + "11259", + "20934", + "2123", + "11553", + "16889", + "21841", + "7148", + "2450", + "22513", + "13170", + "19458", + "9700", + "12012", + "23777", + "14848", + "18314", + "8048", + "4097", + "19638", + "17415", + "23349", + "10259", + "13399", + "24880", + "12438", + "4612", + "10518", + "12427", + "14490", + "947", + "1934", + "17258", + "20068", + "20014", + "22660", + "22108", + "20764", + "14026", + "14754", + "14085", + "20084", + "23468", + "13871", + "18156", + "4798", + "18057", + "17869", + "20140", + "22940", + "18845", + "20217", + "12750", + "23891", + "22619", + "8604", + "21973", + "21237", + "24792", + "10317", + "22097", + "6146", + "21834", + "7336", + "22239", + "9891", + "14737", + "9287", + "11703", + "19558", + "9399", + "12143", + "11462", + "10083", + "12175", + "19499", + "9294", + "7213", + "24374", + "16702", + "5410", + "24476", + "24021", + "9698", + "14358", + "20300", + "307", + "1531", + "16727", + "13808", + "2147", + "22922", + "12461", + "11584", + "1491", + "15834", + "15746", + "2101", + "5159", + "1762", + "1969", + "1971", + "828", + "2808", + "18019", + "3228", + "13411", + "17836", + "664", + "1662", + "2035", + "2129", + "3200", + "3633", + "4100", + "5527", + "5781", + "6359", + "7700", + "13852", + "14318", + "18169", + "19730", + "20965", + "21418", + "21936", + "24605", + "6847", + "1412", + "5524", + "4365", + "480", + "15163", + "18174", + "3584", + "24576", + "14640", + "11582", + "13318", + "12349", + "8129", + "698", + "23964", + "20755", + "11692", + "18356", + "1157", + "21706", + "4143", + "914", + "16030", + "2825", + "10902", + "17544", + "12482", + "13620", + "1263", + "10173", + "8885", + "9262", + "20509", + "219", + "23931", + "18405", + "9354", + "21592", + "19374", + "21721", + "2696", + "12127", + "21042", + "14409", + "7411", + "18109", + "22795", + "15769", + "10812", + "24129", + "3149", + "22638", + "18141", + "17323", + "17442", + "21258", + "17651", + "4967", + "21574", + "13054", + "13033", + "18481", + "23925", + "11129", + "14789", + "2558", + "17929", + "21331", + "4359", + "17402", + "5897", + "24390", + "9059", + "4959", + "2362", + "14258", + "10739", + "22790", + "6938", + "10211", + "19727", + "20223", + "10470", + "15939", + "22876", + "5437", + "24029", + "18110", + "2956", + "8049", + "3117", + "13766", + "9763", + "16538", + "11057", + "14149", + "9595", + "22146", + "8687", + "20714", + "15359", + "11286", + "7723", + "21615", + "7404", + "8533", + "8329", + "24773", + "15128", + "21303", + "11194", + "21309", + "8055", + "15996", + "2874", + "22132", + "14895", + "12967", + "2386", + "7365", + "5503", + "9500", + "24615", + "14020", + "23702", + "9513", + "9409", + "8420", + "14375", + "18887", + "14632", + "555", + "8472", + "21008", + "12678", + "15499", + "3362", + "14458", + "3696", + "19902", + "16556", + "10393", + "769", + "1694", + "2305", + "2680", + "3549", + "3747", + "4026", + "4333", + "4872", + "6392", + "6565", + "7291", + "7655", + "8198", + "11231", + "12171", + "12931", + "14596", + "14612", + "18186", + "19960", + "20064", + "20420", + "20838", + "22518", + "23691", + "577", + "6233", + "1874", + "5306", + "7957", + "9762", + "9360", + "17921", + "16624", + "17131", + "13261", + "671", + "17602", + "19198", + "6169", + "6712", + "24844", + "7961", + "14176", + "23531", + "11220", + "11630", + "2441", + "20128", + "965", + "4718", + "17751", + "19255", + "3735", + "19491", + "22010", + "23117", + "20487", + "20877", + "16427", + "16358", + "22897", + "14362", + "12375", + "22645", + "16025", + "7843", + "21964", + "22928", + "21709", + "4167", + "20609", + "10752", + "9873", + "11378", + "3348", + "19895", + "12696", + "17713", + "15922", + "21608", + "4435", + "24063", + "17018", + "11003", + "4404", + "14560", + "22665", + "23244", + "17409", + "12867", + "18977", + "21619", + "23652", + "16708", + "7907", + "5905", + "13933", + "21415", + "8060", + "12868", + "12537", + "9497", + "20034", + "14724", + "19010", + "23340", + "22553", + "20589", + "9616", + "14529", + "23848", + "13825", + "21312", + "12018", + "19274", + "12836", + "22661", + "6022", + "1689", + "13859", + "22655", + "20376", + "821", + "8464", + "19036", + "12373", + "3858", + "9506", + "12820", + "15663", + "13455", + "10135", + "11160", + "15614", + "3017", + "3019", + "22576", + "3232", + "6917", + "6819", + "20573", + "21334", + "15146", + "13427", + "9493", + "190", + "7458", + "16585", + "13407", + "448", + "981", + "1886", + "2157", + "2686", + "5222", + "6624", + "7909", + "8184", + "9489", + "9505", + "9842", + "10167", + "14418", + "15378", + "17123", + "18221", + "19933", + "21595", + "575", + "5798", + "7209", + "8973", + "7200", + "5769", + "9083", + "3907", + "8655", + "2783", + "21871", + "18041", + "20483", + "15176", + "16160", + "23978", + "22126", + "14741", + "5903", + "19992", + "23689", + "4706", + "15481", + "24554", + "2713", + "21938", + "8086", + "14594", + "6385", + "1433", + "11913", + "7735", + "10051", + "2042", + "22819", + "16895", + "23791", + "7543", + "16906", + "4868", + "20407", + "16336", + "4129", + "18389", + "21177", + "6015", + "12429", + "17746", + "14357", + "8582", + "21067", + "18018", + "21703", + "17633", + "23642", + "14225", + "22327", + "23495", + "12723", + "10926", + "17177", + "13696", + "22693", + "24638", + "24389", + "2773", + "19701", + "21136", + "22936", + "12413", + "19278", + "13849", + "9578", + "22356", + "11621", + "18573", + "16842", + "16043", + "2107", + "22309", + "3166", + "12077", + "14261", + "22061", + "12135", + "11123", + "24686", + "2891", + "2093", + "5101", + "6823", + "20188", + "17850", + "12388", + "12489", + "8745", + "21148", + "1054", + "19239", + "822", + "10935", + "596", + "15944", + "15377", + "17379", + "6531", + "11530", + "3936", + "4334", + "413", + "18574", + "21911", + "18698", + "23250", + "16787", + "12730", + "19647", + "9192", + "4186", + "7922", + "20817", + "17530", + "8477", + "9158", + "2753", + "11035", + "142", + "301", + "854", + "3335", + "3522", + "4899", + "5582", + "6679", + "7130", + "7952", + "8358", + "8738", + "9091", + "9652", + "13556", + "16773", + "18252", + "18820", + "19315", + "20423", + "21466", + "22766", + "24582", + "4561", + "4302", + "8099", + "2716", + "4486", + "8243", + "3072", + "8837", + "4238", + "9312", + "870", + "19795", + "23140", + "24115", + "17107", + "16529", + "23525", + "15511", + "21870", + "18415", + "14236", + "3895", + "16078", + "5392", + "1190", + "10660", + "19250", + "24471", + "2566", + "3982", + "17137", + "22362", + "12097", + "10977", + "18140", + "16356", + "13496", + "19112", + "8110", + "21250", + "19234", + "7722", + "5212", + "18962", + "12543", + "19317", + "14714", + "14811", + "21532", + "22992", + "17631", + "19045", + "13219", + "21761", + "13057", + "16772", + "205", + "9852", + "15600", + "4859", + "14078", + "4694", + "4902", + "9896", + "18360", + "12117", + "17764", + "18196", + "18568", + "17911", + "11041", + "13319", + "22500", + "13205", + "19302", + "18073", + "10093", + "13119", + "23701", + "12772", + "18942", + "14435", + "17938", + "14243", + "22380", + "637", + "4264", + "9977", + "10829", + "3876", + "18584", + "13925", + "8057", + "12978", + "192", + "3452", + "6202", + "5679", + "22609", + "23868", + "6892", + "4747", + "7887", + "12204", + "5102", + "23157", + "14603", + "10025", + "5539", + "13653", + "20025", + "13516", + "5592", + "4168", + "14627", + "453", + "2471", + "19946", + "2263", + "4690", + "6081", + "19976", + "10036", + "4057", + "23670", + "12583", + "16694", + "12509", + "13289", + "21219", + "9878", + "14234", + "3328", + "1314", + "2760", + "3602", + "3738", + "4239", + "5207", + "5623", + "5736", + "6276", + "7350", + "8127", + "9388", + "9970", + "10477", + "11059", + "11647", + "13285", + "13673", + "14902", + "16444", + "17529", + "18245", + "19866", + "20162", + "21489", + "22882", + "7992", + "1207", + "3179", + "8967", + "1954", + "8158", + "6001", + "808", + "4915", + "2976", + "19288", + "308", + "18753", + "6168", + "810", + "4130", + "15930", + "10274", + "5501", + "15062", + "3966", + "20348", + "23690", + "11336", + "19064", + "20279", + "20750", + "13880", + "20432", + "10425", + "4406", + "21347", + "18136", + "8023", + "15153", + "16014", + "587", + "9381", + "23202", + "7732", + "11478", + "24655", + "23988", + "22161", + "2212", + "14269", + "15623", + "2530", + "13690", + "13811", + "7069", + "21976", + "23968", + "15082", + "11130", + "14259", + "8473", + "11295", + "17741", + "9846", + "19797", + "1941", + "17822", + "14690", + "22773", + "22788", + "3857", + "3508", + "19211", + "16574", + "19243", + "24159", + "7216", + "14426", + "16312", + "22302", + "9265", + "18687", + "4630", + "14794", + "15719", + "16063", + "12084", + "8896", + "23804", + "13735", + "14371", + "1128", + "22579", + "16210", + "22120", + "14748", + "7993", + "3225", + "19670", + "19155", + "3113", + "16155", + "13323", + "21726", + "10525", + "15843", + "13329", + "10349", + "19165", + "22796", + "19757", + "24455", + "21568", + "6254", + "2943", + "24972", + "9946", + "15966", + "18866", + "5949", + "14452", + "21591", + "10958", + "7095", + "23920", + "11819", + "24894", + "18775", + "18143", + "8704", + "16040", + "1419", + "17518", + "3554", + "19665", + "20155", + "8529", + "1811", + "2528", + "5393", + "5941", + "6256", + "6341", + "6947", + "7234", + "7239", + "7584", + "7688", + "8385", + "8520", + "8872", + "8876", + "9142", + "9442", + "9967", + "11278", + "11418", + "11540", + "12833", + "14626", + "15818", + "16724", + "21977", + "22115", + "24429", + "7653", + "8861", + "7284", + "8607", + "9393", + "8277", + "6131", + "1058", + "12042", + "17208", + "21970", + "13722", + "14160", + "2951", + "20782", + "16560", + "2966", + "14920", + "18839", + "2959", + "16290", + "23505", + "23413", + "15899", + "16978", + "6765", + "16376", + "10692", + "13719", + "16139", + "16138", + "22182", + "14582", + "14624", + "2581", + "8483", + "261", + "12113", + "5686", + "15809", + "12716", + "13353", + "21960", + "14550", + "23779", + "14432", + "14294", + "23443", + "14006", + "4464", + "19631", + "19162", + "12223", + "23141", + "10519", + "19269", + "24898", + "21131", + "5976", + "22674", + "24550", + "13299", + "23859", + "9135", + "20017", + "19823", + "20455", + "18005", + "7196", + "9841", + "22305", + "20603", + "8424", + "17157", + "5817", + "22554", + "17747", + "9635", + "9302", + "12626", + "20029", + "18432", + "21470", + "22975", + "4211", + "2688", + "3868", + "22549", + "10315", + "8380", + "3025", + "24877", + "20685", + "17945", + "19492", + "9988", + "9074", + "12047", + "17071", + "13504", + "22867", + "15748", + "13494", + "1803", + "3741", + "21889", + "15533", + "15420", + "16077", + "1254", + "23867", + "10537", + "1305", + "2594", + "15626", + "18508", + "16497", + "16494", + "10955", + "23325", + "5642", + "23082", + "13959", + "21842", + "21770", + "21185", + "10984", + "10383", + "14133", + "752", + "1179", + "2097", + "2589", + "3712", + "4542", + "5874", + "6171", + "7179", + "7651", + "8160", + "9352", + "9719", + "11787", + "11983", + "13781", + "15439", + "16297", + "17954", + "19463", + "20340", + "20645", + "21493", + "21824", + "22232", + "22387", + "24729", + "573", + "8442", + "7369", + "7772", + "8068", + "7416", + "5048", + "1845", + "6515", + "9162", + "13751", + "21727", + "14438", + "17433", + "1589", + "20054", + "2953", + "16859", + "11350", + "19096", + "20154", + "21379", + "12243", + "16260", + "9031", + "17028", + "24179", + "11859", + "3865", + "10517", + "13417", + "10159", + "19020", + "12281", + "11366", + "24850", + "19101", + "3762", + "24108", + "1590", + "18371", + "19265", + "17357", + "8176", + "3881", + "13165", + "14024", + "4613", + "11099", + "8259", + "14685", + "13203", + "819", + "7758", + "1926", + "23231", + "11316", + "10354", + "24161", + "14355", + "1410", + "12231", + "20209", + "1948", + "3754", + "14992", + "3477", + "15736", + "15348", + "11716", + "12654", + "11463", + "16122", + "19169", + "15954", + "2950", + "9024", + "6477", + "9980", + "645", + "6030", + "18741", + "10296", + "18852", + "6006", + "3877", + "20763", + "20606", + "3476", + "22777", + "21869", + "14139", + "6017", + "10463", + "17663", + "20036", + "9438", + "11349", + "20673", + "3848", + "13836", + "18123", + "10039", + "16582", + "2784", + "317", + "4231", + "13553", + "18422", + "22669", + "10536", + "16923", + "8877", + "18374", + "21229", + "15889", + "21712", + "12196", + "16148", + "5240", + "15396", + "22857", + "12405", + "22749", + "17355", + "18870", + "5640", + "13186", + "15057", + "12069", + "17148", + "19470", + "21694", + "11816", + "9205", + "12350", + "9353", + "19805", + "7445", + "367", + "1765", + "2354", + "2774", + "4998", + "6534", + "6662", + "8013", + "8295", + "8914", + "10278", + "11232", + "12399", + "12801", + "16527", + "18244", + "20139", + "24631", + "4701", + "8383", + "1012", + "7504", + "5017", + "5995", + "183", + "18742", + "6511", + "17967", + "12958", + "12962", + "15537", + "15328", + "20970", + "13535", + "8327", + "17704", + "9603", + "16883", + "23864", + "11988", + "2487", + "16778", + "15296", + "20469", + "15302", + "2690", + "5351", + "23785", + "6576", + "6014", + "5694", + "14868", + "15271", + "2402", + "4931", + "231", + "10841", + "15927", + "407", + "17205", + "10708", + "18892", + "12702", + "5053", + "18375", + "13209", + "21127", + "18466", + "22442", + "22332", + "12002", + "20717", + "16934", + "4278", + "20484", + "10913", + "22259", + "8059", + "10156", + "11570", + "1637", + "4282", + "9462", + "6560", + "13193", + "12150", + "10990", + "15772", + "20264", + "23518", + "15324", + "16535", + "1323", + "14750", + "17439", + "17370", + "24148", + "22886", + "16008", + "3660", + "11563", + "4845", + "4485", + "22736", + "16433", + "9304", + "11738", + "11798", + "21582", + "14752", + "12877", + "18624", + "10499", + "4411", + "22854", + "7299", + "5475", + "17109", + "24685", + "11377", + "10179", + "21927", + "12719", + "16355", + "16845", + "23599", + "10560", + "18228", + "9368", + "16232", + "228", + "17719", + "1109", + "22894", + "5751", + "12951", + "17958", + "92", + "757", + "18408", + "790", + "5387", + "22293", + "339", + "14673", + "15695", + "4607", + "8298", + "2734", + "21632", + "23351", + "10152", + "21715", + "11169", + "3254", + "382", + "681", + "1085", + "4175", + "4478", + "5497", + "6214", + "6409", + "6901", + "7346", + "7900", + "7994", + "8144", + "11398", + "12524", + "13074", + "15926", + "15984", + "16417", + "16463", + "16504", + "18402", + "19154", + "19219", + "19927", + "20267", + "7868", + "6881", + "8247", + "4816", + "3647", + "1779", + "5807", + "815", + "4595", + "9482", + "8284", + "9793", + "5232", + "7936", + "6513", + "5401", + "21238", + "19562", + "20658", + "17161", + "18762", + "16598", + "5191", + "9549", + "5531", + "2902", + "19943", + "22244", + "2454", + "4711", + "5926", + "807", + "16095", + "17217", + "14743", + "12454", + "22600", + "1354", + "12028", + "18756", + "17943", + "5883", + "3274", + "899", + "7544", + "10664", + "5081", + "15661", + "9866", + "8388", + "14749", + "3709", + "20231", + "17540", + "4218", + "7290", + "998", + "18780", + "20398", + "24903", + "15003", + "17690", + "14775", + "20674", + "18518", + "3831", + "10442", + "22462", + "13256", + "1949", + "23399", + "12059", + "5472", + "11346", + "18630", + "18664", + "2403", + "7746", + "12942", + "20659", + "14045", + "22030", + "12551", + "16019", + "4111", + "15344", + "20696", + "540", + "21853", + "934", + "21628", + "23156", + "13517", + "17052", + "22424", + "11907", + "10384", + "13625", + "12133", + "7370", + "15218", + "22066", + "15030", + "13643", + "22285", + "23355", + "21262", + "3104", + "19648", + "17920", + "20818", + "19141", + "13824", + "14301", + "4421", + "8933", + "16518", + "15836", + "191", + "17893", + "16620", + "22972", + "931", + "11364", + "20024", + "8576", + "16530", + "24406", + "3478", + "8956", + "10460", + "18695", + "15100", + "12885", + "12101", + "4315", + "14038", + "13574", + "21032", + "2828", + "24765", + "13767", + "2732", + "10430", + "2650", + "5365", + "3356", + "23994", + "22414", + "7460", + "206", + "8419", + "22456", + "19347", + "2100", + "21442", + "21883", + "19504", + "19518", + "16157", + "483", + "22257", + "3035", + "642", + "16182", + "3954", + "7421", + "1103", + "1199", + "1248", + "1906", + "2126", + "2468", + "2848", + "3110", + "4426", + "4517", + "4856", + "6463", + "7205", + "7476", + "7944", + "8008", + "8169", + "9068", + "9270", + "9687", + "10217", + "12105", + "12147", + "12472", + "13112", + "13717", + "15362", + "16341", + "18406", + "19103", + "19911", + "20138", + "20548", + "21091", + "21207", + "21730", + "21760", + "22001", + "22845", + "23671", + "24723", + "4230", + "6386", + "1862", + "8015", + "9145", + "7953", + "7800", + "1703", + "9214", + "728", + "9139", + "10387", + "5588", + "3727", + "9550", + "22768", + "21487", + "12525", + "16492", + "19420", + "17027", + "12707", + "13615", + "14882", + "2455", + "971", + "19947", + "17682", + "9678", + "1348", + "7740", + "13616", + "13344", + "15878", + "23415", + "22040", + "14662", + "16752", + "14555", + "21617", + "13608", + "13770", + "22405", + "7760", + "19703", + "19810", + "22351", + "10750", + "14860", + "5765", + "21223", + "23767", + "10787", + "23343", + "21662", + "18412", + "14540", + "15171", + "9677", + "17872", + "11844", + "4154", + "14408", + "12972", + "10396", + "6040", + "15796", + "17021", + "23911", + "6609", + "13965", + "17276", + "24547", + "12559", + "13897", + "18146", + "11144", + "1022", + "14453", + "7872", + "976", + "8028", + "15165", + "21021", + "12845", + "20558", + "21162", + "14657", + "6871", + "12337", + "15495", + "12663", + "14501", + "7398", + "940", + "21358", + "9514", + "7229", + "12464", + "5338", + "1334", + "19259", + "21904", + "23519", + "9036", + "15514", + "19777", + "21322", + "9508", + "8479", + "19496", + "11421", + "5873", + "16428", + "10124", + "7497", + "8164", + "21031", + "17404", + "1639", + "22512", + "21990", + "23985", + "594", + "20491", + "14343", + "2152", + "23924", + "18984", + "8905", + "23798", + "11375", + "20153", + "18530", + "20561", + "20250", + "24996", + "1850", + "18948", + "11766", + "13905", + "6018", + "11189", + "15322", + "17303", + "13883", + "19023", + "17970", + "20254", + "16323", + "18609", + "1763", + "7935", + "23420", + "16070", + "799", + "2087", + "5135", + "125", + "235", + "238", + "1122", + "1353", + "1520", + "1542", + "1950", + "2936", + "3725", + "4311", + "5389", + "5517", + "5862", + "7161", + "7516", + "7753", + "8209", + "8596", + "8949", + "9487", + "9875", + "9893", + "10580", + "11841", + "12038", + "12784", + "13349", + "18182", + "18713", + "18827", + "21188", + "22574", + "6853", + "568", + "580", + "2962", + "9021", + "7192", + "7517", + "922", + "4371", + "6107", + "1124", + "15841", + "6506", + "21779", + "11527", + "17342", + "8681", + "5281", + "19008", + "14825", + "9709", + "19561", + "14147", + "24310", + "18990", + "2442", + "2460", + "16037", + "481", + "11705", + "20697", + "14513", + "24899", + "4844", + "15572", + "24484", + "22183", + "21157", + "18896", + "19478", + "5283", + "22909", + "12609", + "16273", + "9811", + "22558", + "11774", + "13921", + "2110", + "8947", + "9256", + "13024", + "10472", + "10229", + "22299", + "2901", + "13302", + "15466", + "24292", + "11543", + "21891", + "19819", + "7583", + "2143", + "13607", + "14428", + "1477", + "22820", + "24102", + "24181", + "24873", + "14898", + "13449", + "12188", + "16649", + "14320", + "17092", + "12571", + "19609", + "10230", + "11699", + "5301", + "21173", + "3840", + "19826", + "14439", + "20006", + "5344", + "263", + "20957", + "14412", + "24943", + "18393", + "12297", + "10027", + "8775", + "24709", + "16429", + "22498", + "16349", + "15064", + "3691", + "21876", + "10689", + "10021", + "4469", + "10637", + "21756", + "23326", + "21822", + "12521", + "18600", + "10589", + "3109", + "7311", + "12229", + "5349", + "11535", + "12853", + "23819", + "24164", + "11661", + "20514", + "13963", + "16255", + "12268", + "22636", + "9880", + "7858", + "9535", + "933", + "24412", + "21702", + "9879", + "8485", + "22996", + "23755", + "10638", + "11266", + "12516", + "7185", + "13288", + "13475", + "16822", + "6877", + "11422", + "8081", + "23364", + "8031", + "13983", + "10687", + "16762", + "18499", + "10345", + "17575", + "11341", + "12672", + "24499", + "12950", + "11517", + "24114", + "4495", + "4067", + "13718", + "16317", + "11230", + "7876", + "7487", + "19692", + "9206", + "11546", + "21494", + "5942", + "11593", + "11351", + "19299", + "18390", + "14067", + "2681", + "17279", + "19241", + "141", + "359", + "983", + "1723", + "2234", + "2583", + "2942", + "3728", + "4119", + "5493", + "5522", + "5629", + "6593", + "6713", + "6997", + "7489", + "7794", + "8400", + "9178", + "9366", + "10493", + "12355", + "12580", + "13284", + "13367", + "13602", + "14716", + "15848", + "16398", + "17169", + "18557", + "19557", + "19660", + "19870", + "19924", + "19926", + "20353", + "21830", + "23261", + "24766", + "4489", + "4481", + "9591", + "4228", + "5152", + "8978", + "2054", + "511", + "5604", + "5247", + "5161", + "5034", + "9937", + "6012", + "9735", + "12770", + "10868", + "17629", + "7080", + "21556", + "19157", + "11598", + "17425", + "11607", + "12637", + "13281", + "14499", + "20270", + "11168", + "11371", + "17532", + "18476", + "1372", + "16278", + "13521", + "22925", + "490", + "9814", + "13865", + "12911", + "18067", + "5297", + "24776", + "14769", + "18549", + "17729", + "16470", + "14818", + "10611", + "7743", + "4104", + "15427", + "4003", + "6750", + "11294", + "14675", + "13908", + "13338", + "4662", + "6525", + "10402", + "20577", + "17345", + "21264", + "10921", + "20997", + "4013", + "18590", + "13433", + "15978", + "19337", + "21189", + "22007", + "4738", + "7932", + "8140", + "21485", + "22080", + "20735", + "20661", + "20096", + "16567", + "11283", + "6487", + "18724", + "19790", + "18184", + "4828", + "1931", + "13838", + "22152", + "21629", + "12688", + "17487", + "12974", + "7466", + "12970", + "15426", + "6602", + "21980", + "13422", + "22140", + "14849", + "16166", + "10351", + "19855", + "17286", + "23064", + "19723", + "15711", + "14411", + "4147", + "20197", + "12052", + "10771", + "5242", + "20890", + "8617", + "22287", + "12398", + "14875", + "11650", + "16080", + "20554", + "13786", + "10992", + "4134", + "20035", + "14260", + "21534", + "24418", + "19554", + "9306", + "12415", + "16843", + "6640", + "12265", + "12090", + "6176", + "14033", + "19336", + "22194", + "9968", + "9542", + "7791", + "12771", + "3483", + "756", + "8783", + "3772", + "14753", + "18667", + "17668", + "1486", + "21009", + "11071", + "20596", + "19220", + "14335", + "9990", + "12288", + "10348", + "24594", + "8250", + "13792", + "19595", + "3869", + "22950", + "9341", + "3683", + "8107", + "12060", + "20853", + "13487", + "14708", + "13677", + "8786", + "18902", + "21931", + "12854", + "13497", + "13020", + "24674", + "278", + "475", + "538", + "3644", + "4192", + "4248", + "5802", + "6101", + "6532", + "6913", + "6973", + "7343", + "7807", + "8536", + "9016", + "9257", + "9939", + "11270", + "13065", + "13545", + "15501", + "17004", + "17551", + "18142", + "18898", + "19359", + "20704", + "21640", + "22709", + "23068", + "23397", + "23411", + "23856", + "24998", + "3431", + "3932", + "7082", + "2967", + "7639", + "1884", + "1459", + "8557", + "2699", + "2271", + "2574", + "5888", + "4870", + "18438", + "19581", + "14510", + "19406", + "8431", + "17171", + "20475", + "9073", + "8480", + "13559", + "12153", + "18093", + "5907", + "19811", + "15202", + "22921", + "12757", + "12934", + "18036", + "20974", + "13550", + "16016", + "5414", + "21933", + "13464", + "2449", + "3964", + "3980", + "20978", + "23774", + "19371", + "20151", + "22926", + "17280", + "14136", + "6068", + "14028", + "10551", + "20321", + "9780", + "6308", + "16890", + "24146", + "23104", + "6630", + "6370", + "3893", + "8516", + "6054", + "12700", + "14573", + "2550", + "15304", + "13420", + "13192", + "15175", + "24961", + "17956", + "23809", + "22283", + "21678", + "13868", + "24544", + "18392", + "15214", + "19941", + "19412", + "18966", + "10539", + "21308", + "16541", + "20397", + "19612", + "21463", + "10727", + "14797", + "14839", + "12523", + "16383", + "16750", + "4900", + "7141", + "9295", + "5725", + "23660", + "1400", + "13817", + "15747", + "12768", + "1413", + "21355", + "15361", + "22494", + "21474", + "10959", + "14853", + "2999", + "15230", + "22986", + "17698", + "22597", + "7837", + "15371", + "16357", + "8953", + "784", + "15749", + "17043", + "22753", + "10785", + "18676", + "8677", + "11181", + "12103", + "14826", + "13320", + "13430", + "647", + "14270", + "21316", + "21583", + "3470", + "23928", + "9982", + "12384", + "21364", + "20745", + "13947", + "22383", + "16293", + "10548", + "5878", + "17898", + "22411", + "23004", + "12744", + "17852", + "18893", + "10273", + "10219", + "16342", + "18911", + "10584", + "9423", + "7625", + "18127", + "22138", + "646", + "17318", + "21699", + "19079", + "17604", + "15349", + "7454", + "7259", + "17346", + "24491", + "22800", + "14683", + "12819", + "12949", + "8292", + "23477", + "5855", + "15521", + "14336", + "20566", + "24716", + "8573", + "21475", + "20260", + "17848", + "17091", + "14907", + "24165", + "21080", + "15838", + "15670", + "8869", + "11516", + "21679", + "22114", + "3573", + "12966", + "3577", + "16286", + "68", + "24994", + "11794", + "12782", + "13581", + "16208", + "16249", + "18284", + "23274", + "13126", + "9191", + "3860", + "17710", + "13304", + "1027", + "1333", + "1683", + "2856", + "3208", + "3500", + "3924", + "4020", + "4883", + "5917", + "6069", + "6263", + "6789", + "7890", + "10793", + "10996", + "11237", + "11302", + "11723", + "12156", + "12169", + "13981", + "14763", + "15075", + "16968", + "17955", + "19967", + "20444", + "1021", + "514", + "3171", + "4465", + "6156", + "7689", + "6828", + "5865", + "5696", + "9047", + "7453", + "14858", + "9790", + "2845", + "8562", + "12374", + "11728", + "17097", + "18121", + "16947", + "15220", + "17222", + "19770", + "22834", + "13038", + "2030", + "7428", + "9702", + "15350", + "20852", + "18399", + "22585", + "9708", + "2440", + "7391", + "8699", + "22535", + "12570", + "16408", + "21090", + "15450", + "18636", + "9443", + "5703", + "7300", + "21015", + "10951", + "20816", + "6968", + "4396", + "18397", + "23706", + "19983", + "19831", + "15079", + "20314", + "8512", + "24957", + "1474", + "12813", + "8603", + "15354", + "13845", + "13703", + "23433", + "24306", + "15455", + "14530", + "14163", + "15316", + "13495", + "12378", + "22042", + "11589", + "24747", + "23526", + "14755", + "18178", + "18348", + "17308", + "13470", + "17712", + "16819", + "12129", + "8564", + "9941", + "4146", + "22855", + "240", + "10596", + "16888", + "5143", + "17013", + "13554", + "6452", + "9792", + "11182", + "14736", + "3186", + "1265", + "7555", + "14299", + "16055", + "16626", + "10650", + "11006", + "22622", + "10126", + "15553", + "16561", + "9586", + "12749", + "22760", + "23811", + "18607", + "19565", + "22573", + "9781", + "21838", + "21880", + "12076", + "19467", + "12564", + "23422", + "5970", + "16390", + "8662", + "24087", + "8657", + "4864", + "17026", + "16091", + "8175", + "23512", + "23125", + "12202", + "18403", + "19929", + "24916", + "12745", + "12764", + "22334", + "10717", + "8591", + "20082", + "5052", + "11387", + "15135", + "3007", + "2294", + "11319", + "16652", + "10960", + "7824", + "16118", + "12079", + "11637", + "3645", + "10157", + "9187", + "9664", + "2178", + "21332", + "13891", + "14398", + "2058", + "12466", + "8642", + "1347", + "21808", + "763", + "909", + "1100", + "1693", + "2853", + "3568", + "4050", + "4462", + "5065", + "5259", + "6821", + "6989", + "8115", + "9452", + "9516", + "10849", + "10939", + "12280", + "13123", + "13619", + "13731", + "14663", + "16430", + "16771", + "16782", + "16900", + "17061", + "17212", + "17386", + "18593", + "20189", + "21641", + "22294", + "6592", + "529", + "9815", + "8975", + "8902", + "6155", + "9168", + "4369", + "3542", + "7675", + "2274", + "3855", + "21103", + "15823", + "13839", + "20906", + "806", + "13116", + "1752", + "21627", + "9703", + "3339", + "3979", + "3255", + "12710", + "11104", + "13689", + "13387", + "10221", + "14437", + "13560", + "18968", + "8486", + "11963", + "13090", + "10753", + "19053", + "16926", + "482", + "19206", + "19341", + "13764", + "17703", + "11615", + "16642", + "24553", + "12558", + "3170", +]; -const kinship: string[] = []; -const xp: string[] = []; +const kinship: string[] = [ + "7765", + "8396", + "7422", + "8612", + "7848", + "1743", + "1998", + "4350", + "8121", + "4566", + "1836", + "5935", + "7653", + "8554", + "9175", + "1838", + "4567", + "4564", + "4561", + "3169", + "6447", + "1840", + "9634", + "6350", + "4682", + "4677", + "4683", + "4679", + "4680", + "4681", + "662", + "4684", + "7384", + "3205", + "8863", + "1668", + "4090", + "3749", + "8061", + "1483", + "4301", + "4302", + "4650", + "8440", + "5420", + "8860", + "8862", + "9636", + "8439", + "3736", + "4232", + "7992", + "8099", + "8443", + "3407", + "3931", + "5737", + "673", + "8864", + "2851", + "4489", + "572", + "2749", + "8823", + "6853", + "9751", + "4230", + "4693", + "2209", + "6912", + "577", + "575", + "568", + "8861", + "2290", + "1021", + "8102", + "5221", + "1014", + "574", + "5079", + "576", + "5877", + "3515", + "2261", + "9171", + "571", + "7717", + "4906", + "5154", + "5684", + "580", + "8588", + "3160", + "3431", + "3852", + "573", + "569", + "1083", + "9602", + "4560", + "8205", + "8583", + "9023", + "5733", + "6274", + "966", + "6052", + "1475", + "2501", + "5682", + "3173", + "5945", + "4083", + "2962", + "7480", + "4640", + "2500", + "8084", + "5792", + "2359", + "3371", + "6375", + "3997", + "6351", + "4701", + "4534", + "5106", + "2128", + "4700", + "1207", + "37", + "3938", + "3934", + "514", + "600", + "8383", + "3124", + "6451", + "8030", + "1012", + "6438", + "6880", + "3820", + "5666", + "6533", + "5372", + "3939", + "7585", + "3999", + "7895", + "9685", + "4481", + "6374", + "8207", + "3932", + "6345", + "6882", + "3662", + "3819", + "3933", + "7893", + "9731", + "7412", + "6386", + "598", + "6058", + "5446", + "3171", + "567", + "543", + "578", + "2854", + "6257", + "8756", + "3998", + "3929", + "4102", + "7885", + "8590", + "7868", + "2716", + "8213", + "6239", + "6933", + "677", + "5488", + "7495", + "5549", + "9733", + "9021", + "9767", + "8256", + "8955", + "8936", + "3411", + "6709", + "9795", + "9997", + "4636", + "3782", + "7563", + "4944", + "2739", + "1780", + "1862", + "3403", + "5321", + "3853", + "3156", + "5702", + "581", + "1367", + "2811", + "114", + "8806", + "4263", + "8064", + "5551", + "5798", + "6592", + "5305", + "4486", + "4215", + "6047", + "8542", + "9688", + "1335", + "7569", + "7603", + "9125", + "9681", + "522", + "6881", + "4298", + "529", + "6843", + "5583", + "6847", + "2745", + "6475", + "897", + "3201", + "2886", + "7425", + "7247", + "4503", + "4639", + "112", + "7082", + "4809", + "2931", + "8442", + "1432", + "3787", + "7504", + "2393", + "1345", + "9851", + "9133", + "4670", + "2907", + "9850", + "6637", + "2391", + "9832", + "7864", + "1879", + "9610", + "4125", + "3178", + "3177", + "2360", + "9815", + "8922", + "8382", + "9588", + "2553", + "3917", + "1244", + "6879", + "7191", + "4814", + "7436", + "7766", + "7434", + "1426", + "663", + "4810", + "4817", + "7209", + "3989", + "8247", + "7437", + "7190", + "5228", + "5017", + "5681", + "4465", + "7832", + "3184", + "9848", + "1412", + "7192", + "7768", + "7026", + "6342", + "6443", + "2824", + "3179", + "9816", + "5146", + "4813", + "8243", + "5913", + "7767", + "8069", + "8246", + "5230", + "7193", + "6233", + "8567", + "4816", + "9818", + "9591", + "924", + "6670", + "3387", + "8503", + "5226", + "5227", + "5915", + "9362", + "7110", + "6854", + "6147", + "5938", + "6639", + "1470", + "3280", + "4591", + "5908", + "7067", + "3861", + "5470", + "9877", + "7456", + "1874", + "6142", + "8015", + "8980", + "8966", + "7025", + "3237", + "7369", + "4228", + "5152", + "4914", + "2657", + "8973", + "3526", + "8975", + "2967", + "9819", + "2903", + "8979", + "8976", + "8981", + "7385", + "8969", + "7729", + "4877", + "4064", + "9817", + "8978", + "2879", + "3523", + "7288", + "7200", + "4351", + "8986", + "8987", + "8695", + "3524", + "9654", + "6394", + "6678", + "6674", + "8967", + "5306", + "7980", + "6677", + "6676", + "8990", + "3525", + "6675", + "3527", + "8972", + "6766", + "4352", + "7286", + "1584", + "5660", + "9849", + "1586", + "6584", + "8989", + "4349", + "9129", + "8974", + "8968", + "5155", + "3647", + "3041", + "1055", + "1954", + "7284", + "8988", + "5658", + "479", + "6633", + "9145", + "7471", + "1952", + "1063", + "7958", + "8889", + "9453", + "5809", + "2281", + "9338", + "7545", + "7639", + "7562", + "8607", + "169", + "9288", + "4753", + "8884", + "5769", + "7957", + "7410", + "8790", + "7529", + "4095", + "4696", + "9393", + "607", + "5343", + "4156", + "3680", + "4985", + "4405", + "6156", + "6208", + "820", + "5496", + "7943", + "9594", + "1197", + "8032", + "5533", + "3835", + "2888", + "5084", + "4756", + "5507", + "8902", + "3928", + "5704", + "4984", + "1779", + "7401", + "4444", + "8693", + "44", + "5524", + "106", + "123", + "6155", + "3154", + "2054", + "4106", + "9612", + "817", + "3037", + "9996", + "4165", + "3302", + "4895", + "9689", + "8158", + "5641", + "5604", + "7113", + "511", + "2812", + "2181", + "660", + "4069", + "8694", + "2463", + "7083", + "7462", + "5139", + "5140", + "1457", + "6189", + "1557", + "164", + "4749", + "6684", + "6920", + "3152", + "267", + "396", + "6946", + "6792", + "3265", + "6681", + "5036", + "1784", + "7236", + "8929", + "5247", + "1558", + "2990", + "6918", + "9147", + "7058", + "1321", + "1308", + "1071", + "2134", + "6916", + "7547", + "6967", + "4321", + "8615", + "6851", + "753", + "9137", + "4917", + "9853", + "9501", + "6919", + "8785", + "3072", + "5540", + "3900", + "8226", + "3789", + "6884", + "6486", + "9168", + "5161", + "4468", + "5807", + "5034", + "684", + "4616", + "4735", + "7953", + "8444", + "6128", + "1395", + "3275", + "9822", + "8837", + "7772", + "6665", + "2717", + "9371", + "4238", + "1884", + "8667", + "5521", + "815", + "789", + "3935", + "5328", + "7800", + "9210", + "9760", + "5141", + "7312", + "2795", + "8434", + "5992", + "5994", + "3218", + "8623", + "8971", + "5998", + "5995", + "5997", + "5999", + "6000", + "6001", + "8625", + "1231", + "9957", + "5016", + "4595", + "2796", + "6642", + "8965", + "7517", + "2793", + "4394", + "1459", + "922", + "2932", + "9958", + "5993", + "5996", + "8621", + "8624", + "8622", + "808", + "2792", + "9808", + "3053", + "7060", + "7689", + "2603", + "9083", + "8229", + "6828", + "2014", + "4765", + "9676", + "3012", + "7266", + "6860", + "8951", + "2678", + "3659", + "4651", + "3556", + "9337", + "9482", + "1735", + "7084", + "7202", + "2504", + "4915", + "1703", + "2798", + "5520", + "5676", + "5743", + "7143", + "8287", + "2613", + "2674", + "8557", + "8284", + "7687", + "8159", + "2973", + "9762", + "9937", + "5508", + "9802", + "4678", + "9349", + "7232", + "4368", + "4367", + "6129", + "4372", + "4365", + "4374", + "1981", + "2350", + "4369", + "4370", + "8501", + "8631", + "7377", + "4379", + "4371", + "674", + "7210", + "4373", + "4377", + "4378", + "1690", + "4375", + "4366", + "2687", + "6562", + "5954", + "4376", + "7055", + "6222", + "2699", + "9554", + "9214", + "7052", + "5423", + "7206", + "2945", + "9396", + "9793", + "2271", + "5500", + "4820", + "5700", + "1193", + "3879", + "3907", + "6804", + "1852", + "1368", + "5511", + "7063", + "4476", + "9360", + "7853", + "1808", + "5504", + "383", + "6786", + "7449", + "7601", + "4433", + "2552", + "3026", + "5865", + "3711", + "6163", + "4416", + "1633", + "6012", + "7240", + "4510", + "1015", + "5696", + "1802", + "4948", + "2333", + "2750", + "7571", + "9047", + "9173", + "8068", + "5633", + "480", + "1974", + "6849", + "1020", + "8303", + "1481", + "6802", + "5433", + "2368", + "8655", + "5419", + "2783", + "5383", + "3542", + "7438", + "2182", + "7420", + "7416", + "8070", + "9121", + "1218", + "2559", + "3538", + "2799", + "9312", + "233", + "3539", + "4044", + "4021", + "7675", + "7024", + "8522", + "8050", + "6615", + "8960", + "9735", + "8082", + "528", + "1388", + "2683", + "5048", + "7773", + "2274", + "8941", + "4999", + "2260", + "2976", + "4363", + "1672", + "3598", + "4754", + "2096", + "5220", + "3116", + "4598", + "728", + "4807", + "9395", + "262", + "8898", + "3402", + "3864", + "9174", + "1989", + "3855", + "9286", + "1876", + "4283", + "201", + "4838", + "2965", + "1171", + "2574", + "4521", + "236", + "1911", + "2120", + "319", + "8838", + "243", + "4728", + "1150", + "7215", + "6439", + "3121", + "5980", + "5431", + "4221", + "2987", + "5232", + "5192", + "4117", + "7817", + "4786", + "430", + "2111", + "8750", + "4913", + "1170", + "6372", + "2301", + "3342", + "7212", + "9212", + "2324", + "9936", + "5764", + "5094", + "1539", + "6741", + "2249", + "1878", + "9117", + "1274", + "8130", + "6107", + "7629", + "3774", + "5718", + "7167", + "8707", + "4692", + "3667", + "7304", + "5032", + "2578", + "1425", + "5888", + "4082", + "4551", + "579", + "5273", + "4870", + "1976", + "5717", + "7863", + "7548", + "5271", + "5795", + "2197", + "7171", + "736", + "9342", + "8075", + "2094", + "4434", + "9359", + "8277", + "5689", + "7936", + "1147", + "4107", + "2701", + "2906", + "5683", + "9242", + "6166", + "870", + "8254", + "4799", + "5747", + "1124", + "3144", + "7453", + "9250", + "9139", + "7664", + "5804", + "5803", + "7203", + "8167", + "1396", + "1980", + "7908", + "549", + "3388", + "2269", + "1447", + "3572", + "21337", + "3816", + "9831", + "5972", + "15479", + "19312", + "12513", + "15434", + "13238", + "17684", + "14115", + "13898", + "4621", + "16076", + "19834", + "17282", + "15309", + "15535", + "21299", + "16387", + "16432", + "3773", + "473", + "2922", + "1845", + "16354", + "16239", + "15841", + "14256", + "9215", + "8726", + "18126", + "21103", + "14858", + "13451", + "183", + "17509", + "21820", + "20672", + "21578", + "2685", + "19016", + "11033", + "13523", + "12387", + "14697", + "19207", + "12400", + "20342", + "15707", + "16059", + "21038", + "18438", + "19903", + "19788", + "15120", + "18247", + "18742", + "15629", + "13590", + "15073", + "19548", + "21871", + "16379", + "11521", + "15331", + "7667", + "6038", + "13153", + "19037", + "16456", + "20848", + "20832", + "21366", + "5025", + "3331", + "6509", + "6508", + "6036", + "14567", + "12494", + "6397", + "6518", + "4441", + "12660", + "20951", + "6165", + "5819", + "6037", + "6510", + "6517", + "6511", + "21048", + "2624", + "14482", + "5069", + "1203", + "6505", + "6034", + "6506", + "18349", + "10471", + "12671", + "15178", + "19581", + "6513", + "6519", + "6035", + "3487", + "9614", + "10818", + "9790", + "1195", + "19735", + "2503", + "6515", + "1547", + "5401", + "988", + "5418", + "11392", + "4249", + "16498", + "20067", + "10356", + "17827", + "10338", + "16548", + "15737", + "6857", + "17035", + "21643", + "11061", + "18939", + "19602", + "12698", + "21130", + "18041", + "9162", + "2588", + "20044", + "9561", + "17241", + "21019", + "12369", + "21779", + "6984", + "787", + "19511", + "17294", + "17600", + "9821", + "6952", + "23741", + "20142", + "19055", + "10090", + "12770", + "16507", + "15513", + "18175", + "3479", + "22163", + "19984", + "111", + "19795", + "12650", + "10868", + "10095", + "18051", + "15823", + "19590", + "11818", + "23780", + "18859", + "23140", + "22017", + "21499", + "23600", + "11527", + "12882", + "14030", + "13998", + "12990", + "6131", + "16980", + "22225", + "19435", + "11764", + "11782", + "23983", + "3842", + "585", + "21350", + "185", + "5847", + "13789", + "17921", + "17967", + "14377", + "16641", + "17739", + "1389", + "6953", + "19784", + "14817", + "973", + "9552", + "14869", + "13839", + "6985", + "13600", + "10406", + "23593", + "20271", + "14202", + "15008", + "12532", + "6132", + "289", + "5238", + "24109", + "16328", + "10387", + "1436", + "17479", + "410", + "911", + "3040", + "17188", + "6136", + "19406", + "14510", + "21238", + "19922", + "12958", + "14415", + "9826", + "20483", + "18449", + "17728", + "17234", + "5774", + "19883", + "14781", + "16630", + "22113", + "2099", + "17352", + "14413", + "8431", + "2270", + "17171", + "19562", + "10780", + "20658", + "19920", + "14981", + "21356", + "18807", + "15473", + "3063", + "9103", + "5588", + "11049", + "16405", + "16861", + "16887", + "6797", + "5612", + "23884", + "16624", + "13226", + "12962", + "17342", + "14959", + "22864", + "3727", + "15652", + "20228", + "4988", + "18291", + "18539", + "24545", + "24115", + "15869", + "3397", + "22106", + "19959", + "16109", + "21093", + "20863", + "20475", + "11762", + "16450", + "19930", + "16034", + "14625", + "5772", + "11930", + "12628", + "18734", + "24443", + "22346", + "3067", + "1732", + "3391", + "9756", + "17161", + "23711", + "17786", + "17186", + "24076", + "15163", + "4081", + "12493", + "8787", + "21362", + "16829", + "967", + "8934", + "14174", + "20489", + "15347", + "24913", + "13774", + "14265", + "10566", + "2506", + "21658", + "14734", + "8927", + "16924", + "16272", + "17755", + "19260", + "10299", + "17107", + "8681", + "12581", + "17629", + "16629", + "8372", + "9073", + "15500", + "17813", + "17131", + "17341", + "18762", + "14345", + "16529", + "18401", + "8465", + "12247", + "9643", + "14155", + "16250", + "21537", + "14470", + "21604", + "15583", + "7080", + "4052", + "16598", + "22107", + "1058", + "14890", + "1196", + "5281", + "11554", + "7505", + "15228", + "22234", + "7424", + "12810", + "11569", + "13489", + "13143", + "3433", + "13305", + "3541", + "5906", + "24451", + "13751", + "18487", + "22241", + "5730", + "5263", + "3424", + "15724", + "2755", + "9357", + "4078", + "2095", + "20891", + "24503", + "18558", + "4309", + "21278", + "3425", + "3423", + "3427", + "3430", + "7426", + "15801", + "2842", + "2844", + "2841", + "2529", + "3357", + "19288", + "8480", + "23757", + "11259", + "3434", + "19307", + "9398", + "18472", + "19008", + "2843", + "2845", + "2849", + "2850", + "5191", + "11222", + "8364", + "13559", + "22144", + "9553", + "21727", + "15537", + "3595", + "11886", + "15334", + "18905", + "17645", + "16495", + "14093", + "2839", + "2840", + "21900", + "4885", + "18107", + "21556", + "8281", + "9549", + "9550", + "9559", + "9551", + "17306", + "17382", + "19126", + "2847", + "4005", + "19937", + "9548", + "9547", + "1140", + "21145", + "19734", + "18072", + "12538", + "14328", + "15697", + "15320", + "15340", + "13498", + "5593", + "20861", + "12170", + "18093", + "12153", + "18427", + "21833", + "19157", + "8562", + "523", + "13796", + "5160", + "9248", + "20906", + "3724", + "308", + "19221", + "20060", + "19163", + "6893", + "12704", + "264", + "1009", + "19970", + "21968", + "19892", + "7955", + "18474", + "915", + "15328", + "11566", + "13116", + "14302", + "16728", + "11021", + "13061", + "10498", + "11977", + "17447", + "18387", + "23525", + "11960", + "9856", + "806", + "1580", + "14654", + "21870", + "24934", + "10223", + "12691", + "15511", + "22768", + "9608", + "21546", + "19280", + "8797", + "23258", + "11598", + "12374", + "21369", + "5907", + "15864", + "17298", + "13831", + "12549", + "11902", + "14702", + "16594", + "11916", + "19388", + "13424", + "15676", + "13261", + "12560", + "12042", + "14825", + "14518", + "18495", + "15674", + "8239", + "16069", + "10561", + "18753", + "19811", + "15409", + "21047", + "16388", + "15246", + "17267", + "17296", + "12758", + "14964", + "21524", + "17208", + "15635", + "18415", + "17113", + "17425", + "16126", + "2946", + "12065", + "15202", + "4685", + "11728", + "19841", + "8379", + "22013", + "21970", + "5110", + "11428", + "23766", + "9836", + "13802", + "14454", + "21255", + "17926", + "18338", + "21243", + "20970", + "18752", + "20934", + "19294", + "21302", + "18174", + "19663", + "19507", + "21487", + "11990", + "19318", + "19082", + "15946", + "20464", + "20194", + "21714", + "18649", + "15653", + "671", + "17242", + "12504", + "18121", + "17097", + "15254", + "18567", + "18287", + "20626", + "979", + "8245", + "5821", + "391", + "390", + "11082", + "17602", + "11368", + "10810", + "15830", + "10281", + "18545", + "18138", + "18836", + "16947", + "22921", + "14236", + "18305", + "5004", + "392", + "14438", + "16492", + "12934", + "13281", + "12757", + "12637", + "12525", + "13778", + "15220", + "13722", + "16749", + "16496", + "14499", + "16163", + "19198", + "11607", + "21952", + "3784", + "16849", + "10618", + "5007", + "3584", + "22102", + "10956", + "11780", + "17257", + "17222", + "19564", + "14110", + "11553", + "15139", + "16825", + "10507", + "18036", + "5008", + "2123", + "15551", + "1984", + "20270", + "19589", + "20244", + "22338", + "17536", + "13169", + "11943", + "12338", + "19949", + "3895", + "7292", + "12873", + "19373", + "24449", + "19420", + "3429", + "9461", + "11362", + "19424", + "16199", + "24576", + "21220", + "23873", + "11706", + "2419", + "3958", + "3240", + "3961", + "6169", + "15109", + "24504", + "19441", + "14640", + "7204", + "11005", + "16660", + "16083", + "6158", + "823", + "6712", + "9871", + "17539", + "14370", + "12738", + "10282", + "15881", + "14099", + "4182", + "15346", + "17251", + "21199", + "11168", + "15905", + "9450", + "20080", + "20752", + "1133", + "13535", + "2689", + "6168", + "1379", + "17986", + "12593", + "19405", + "12096", + "17270", + "19969", + "6460", + "15176", + "21504", + "19577", + "15924", + "16375", + "16303", + "22965", + "810", + "5956", + "21895", + "23978", + "23132", + "17433", + "16160", + "18224", + "16345", + "11582", + "24844", + "22780", + "10321", + "23492", + "20747", + "8260", + "7852", + "4317", + "20974", + "22126", + "19980", + "9884", + "20045", + "912", + "19770", + "12397", + "22834", + "7407", + "20147", + "14741", + "8327", + "21114", + "18975", + "19549", + "21836", + "21371", + "21742", + "5560", + "8222", + "15143", + "17704", + "11040", + "4297", + "16431", + "13974", + "21625", + "1249", + "225", + "4130", + "9768", + "13022", + "3085", + "20157", + "17606", + "3084", + "3992", + "2031", + "23455", + "14958", + "2620", + "16970", + "14160", + "9603", + "16587", + "17045", + "11894", + "2028", + "15918", + "11029", + "21140", + "18145", + "12689", + "16078", + "13038", + "2027", + "20108", + "5903", + "15117", + "11068", + "20256", + "16140", + "20930", + "14047", + "16823", + "1752", + "17467", + "6963", + "7961", + "16935", + "1589", + "2232", + "8161", + "2021", + "2030", + "7662", + "20721", + "7600", + "7614", + "486", + "9713", + "5531", + "19537", + "11524", + "12685", + "6798", + "15118", + "13807", + "8311", + "16287", + "978", + "9701", + "2951", + "9709", + "20054", + "2387", + "12063", + "3665", + "4092", + "5967", + "6080", + "3441", + "5392", + "24931", + "22412", + "7636", + "18077", + "17873", + "12467", + "21941", + "1134", + "5955", + "20545", + "15930", + "3440", + "8831", + "11658", + "14661", + "17881", + "7617", + "3051", + "8253", + "17027", + "21397", + "12376", + "7432", + "408", + "12353", + "24839", + "18066", + "16889", + "17327", + "7428", + "9702", + "4142", + "20394", + "14778", + "16551", + "20479", + "18152", + "24930", + "16353", + "2034", + "11525", + "13318", + "16318", + "24074", + "3435", + "19512", + "11191", + "2953", + "17466", + "14128", + "19992", + "14176", + "14816", + "12389", + "12349", + "20608", + "13354", + "15884", + "21627", + "15798", + "21841", + "21857", + "12707", + "20559", + "20657", + "12755", + "13293", + "21922", + "22652", + "10979", + "6135", + "2898", + "23531", + "10660", + "11371", + "1190", + "5692", + "8691", + "23324", + "3443", + "11479", + "9985", + "19434", + "15675", + "13505", + "3753", + "20525", + "11220", + "21705", + "13615", + "15350", + "15704", + "19724", + "3370", + "24727", + "12221", + "23403", + "4556", + "11759", + "17669", + "13550", + "9419", + "18904", + "19164", + "17973", + "14046", + "18352", + "16016", + "17062", + "22776", + "16859", + "18620", + "20943", + "5162", + "19362", + "4326", + "17532", + "13522", + "11350", + "6889", + "5485", + "17144", + "16793", + "6241", + "12109", + "7931", + "21849", + "19561", + "19250", + "13071", + "4144", + "18476", + "6159", + "7888", + "20996", + "13595", + "13404", + "14442", + "5904", + "23984", + "2902", + "15776", + "15907", + "22271", + "5414", + "19697", + "14935", + "10274", + "17014", + "23712", + "9449", + "6690", + "20852", + "19140", + "6454", + "9983", + "2612", + "10925", + "11726", + "24492", + "21835", + "18399", + "6148", + "24471", + "24714", + "2797", + "6636", + "23535", + "14882", + "2909", + "16223", + "9703", + "22585", + "20782", + "7468", + "5701", + "21813", + "22122", + "20196", + "5375", + "5501", + "21933", + "24884", + "10880", + "24310", + "19345", + "2566", + "14147", + "6089", + "15933", + "23007", + "11301", + "9857", + "12021", + "20141", + "18681", + "15351", + "18296", + "15853", + "17122", + "19943", + "8129", + "4533", + "1372", + "9626", + "12019", + "21338", + "18661", + "1126", + "5754", + "22244", + "16278", + "12014", + "5340", + "16502", + "11126", + "16964", + "15821", + "16883", + "16362", + "9179", + "23496", + "17057", + "8565", + "1598", + "23086", + "4518", + "6278", + "3671", + "10864", + "2538", + "23864", + "7081", + "9451", + "18470", + "20579", + "8378", + "23689", + "13464", + "4472", + "2617", + "3260", + "18883", + "12714", + "7148", + "16483", + "15046", + "10738", + "20728", + "9589", + "23667", + "24088", + "186", + "1837", + "15062", + "24932", + "5639", + "17344", + "24941", + "13276", + "13351", + "14991", + "14054", + "19096", + "23523", + "39", + "24557", + "23098", + "4527", + "9350", + "19012", + "9708", + "20154", + "14927", + "5572", + "5471", + "3339", + "826", + "23773", + "14961", + "21916", + "22835", + "16564", + "16364", + "19489", + "18990", + "12477", + "13687", + "1839", + "698", + "1986", + "21379", + "12619", + "9143", + "4720", + "2453", + "2452", + "3966", + "3971", + "20057", + "11630", + "13346", + "20348", + "16517", + "23860", + "3967", + "3981", + "696", + "4708", + "2450", + "4722", + "11065", + "3974", + "22620", + "4710", + "2441", + "2462", + "2449", + "3986", + "4714", + "4706", + "2443", + "19086", + "20061", + "23614", + "12243", + "17236", + "19649", + "22610", + "3964", + "2459", + "2454", + "1473", + "2455", + "16327", + "18013", + "20601", + "16818", + "2235", + "5959", + "21249", + "3844", + "2439", + "3977", + "6723", + "4711", + "2457", + "2460", + "3982", + "1285", + "6729", + "2442", + "2446", + "15571", + "17037", + "8012", + "16037", + "11243", + "4713", + "6079", + "22331", + "481", + "3983", + "3965", + "2440", + "5926", + "12986", + "12656", + "16144", + "11501", + "10833", + "4124", + "22916", + "3980", + "3985", + "3979", + "703", + "17069", + "13867", + "21259", + "15845", + "10494", + "702", + "716", + "20766", + "18313", + "4122", + "6966", + "19869", + "700", + "11705", + "4103", + "16560", + "3320", + "705", + "714", + "20663", + "4429", + "20128", + "23097", + "24645", + "9699", + "5451", + "3050", + "18814", + "23964", + "24564", + "7661", + "23073", + "1781", + "4068", + "2966", + "22085", + "17503", + "6549", + "8433", + "3255", + "8943", + "8521", + "16220", + "6145", + "807", + "5664", + "9673", + "20687", + "17243", + "8773", + "17395", + "21724", + "19054", + "6400", + "1234", + "7839", + "3264", + "7830", + "14920", + "2461", + "19093", + "21959", + "10128", + "20755", + "13521", + "8746", + "3962", + "3970", + "4723", + "695", + "3978", + "3968", + "4715", + "3973", + "14554", + "20978", + "22513", + "22904", + "3975", + "3963", + "4702", + "2448", + "3972", + "2451", + "2445", + "697", + "3969", + "13208", + "18839", + "3340", + "1679", + "2148", + "241", + "3976", + "4716", + "3273", + "4717", + "713", + "712", + "3713", + "16260", + "20697", + "12540", + "1136", + "4709", + "710", + "13438", + "6564", + "13588", + "11988", + "21689", + "13682", + "6149", + "5442", + "5209", + "2272", + "5818", + "2438", + "5602", + "2666", + "2959", + "14513", + "15481", + "17601", + "14551", + "13850", + "13660", + "15152", + "15994", + "21479", + "15449", + "12213", + "16171", + "18106", + "13223", + "6631", + "3382", + "4707", + "9211", + "2557", + "16778", + "15574", + "16755", + "20442", + "13043", + "19027", + "24651", + "18190", + "8332", + "14888", + "18680", + "17137", + "24768", + "1853", + "971", + "17821", + "2487", + "16095", + "23690", + "23918", + "16441", + "14130", + "20049", + "15928", + "22221", + "5512", + "10941", + "16638", + "719", + "704", + "708", + "9029", + "24554", + "13846", + "13324", + "15859", + "16770", + "14107", + "17072", + "20480", + "974", + "699", + "707", + "717", + "709", + "10549", + "11289", + "18853", + "15518", + "16424", + "3815", + "17569", + "2643", + "706", + "711", + "3059", + "13260", + "17239", + "9448", + "718", + "17217", + "10918", + "6683", + "10513", + "10364", + "11383", + "10208", + "14293", + "21253", + "22839", + "13989", + "4285", + "22927", + "16310", + "8809", + "597", + "14647", + "15587", + "17482", + "965", + "17969", + "12166", + "18677", + "21789", + "11103", + "3481", + "15116", + "2644", + "9367", + "24936", + "22572", + "6041", + "11692", + "8911", + "16322", + "7844", + "15296", + "24826", + "275", + "5388", + "15147", + "15433", + "750", + "1469", + "13170", + "3361", + "5376", + "18356", + "21736", + "10243", + "3480", + "21921", + "15750", + "3560", + "8653", + "8478", + "3783", + "19947", + "22698", + "9031", + "24053", + "18613", + "14743", + "10520", + "13563", + "8474", + "8784", + "6459", + "15575", + "6732", + "5502", + "13363", + "3332", + "5378", + "12454", + "16562", + "2679", + "5953", + "20761", + "6720", + "4718", + "1904", + "1157", + "2703", + "18034", + "3267", + "8705", + "12575", + "11336", + "22487", + "8517", + "5377", + "24899", + "17682", + "6538", + "5374", + "24473", + "19793", + "24836", + "19030", + "17504", + "21100", + "15980", + "17422", + "11610", + "6845", + "7305", + "17751", + "16591", + "23774", + "8572", + "7391", + "23892", + "2117", + "24386", + "19255", + "21706", + "18648", + "7390", + "24800", + "14257", + "21115", + "3735", + "7097", + "13233", + "22925", + "4113", + "23672", + "9678", + "4483", + "490", + "4844", + "21739", + "7393", + "4143", + "17064", + "14799", + "24976", + "1728", + "9814", + "18059", + "7355", + "11013", + "2585", + "5530", + "23799", + "19064", + "24835", + "16290", + "4721", + "20469", + "20805", + "15224", + "10456", + "584", + "3569", + "914", + "12049", + "9867", + "22362", + "3296", + "4724", + "4524", + "4060", + "6734", + "12634", + "9243", + "7716", + "11248", + "3312", + "5626", + "6731", + "24186", + "12420", + "743", + "2346", + "20928", + "3984", + "1348", + "4414", + "3292", + "1138", + "805", + "725", + "24786", + "13485", + "14856", + "16030", + "2091", + "1421", + "3301", + "4431", + "16969", + "19371", + "13175", + "19452", + "17521", + "6122", + "3298", + "3306", + "15009", + "733", + "22600", + "23878", + "7740", + "8840", + "3293", + "2713", + "2167", + "2698", + "3294", + "5093", + "3090", + "3297", + "1233", + "13878", + "20917", + "9628", + "12011", + "17660", + "3310", + "8778", + "5369", + "19168", + "15685", + "14288", + "3285", + "3290", + "19033", + "14946", + "16442", + "15505", + "16769", + "22987", + "1354", + "14497", + "14157", + "19458", + "2544", + "17028", + "12097", + "11195", + "1273", + "3314", + "8196", + "21186", + "5262", + "226", + "3308", + "9900", + "24823", + "3299", + "10542", + "18275", + "8181", + "20151", + "4903", + "3309", + "2825", + "3305", + "1855", + "22934", + "11695", + "18579", + "3036", + "1292", + "18688", + "12167", + "3311", + "22926", + "5335", + "20286", + "21759", + "6123", + "19134", + "7739", + "10977", + "17134", + "17368", + "4945", + "14193", + "3291", + "3091", + "17158", + "2801", + "13828", + "12273", + "16985", + "14865", + "24984", + "12710", + "4475", + "15107", + "7680", + "14760", + "12731", + "7979", + "18140", + "20343", + "23723", + "2396", + "17280", + "4646", + "11732", + "925", + "1074", + "15302", + "8328", + "21159", + "10892", + "7644", + "18434", + "13800", + "12238", + "10565", + "18673", + "18400", + "13082", + "17182", + "14936", + "19453", + "21987", + "18965", + "20143", + "11802", + "10781", + "12422", + "12123", + "14457", + "10902", + "19486", + "24779", + "14978", + "24179", + "15729", + "1962", + "22329", + "16170", + "3295", + "24484", + "1994", + "21241", + "19491", + "290", + "23748", + "13630", + "15572", + "11808", + "16738", + "9700", + "509", + "19156", + "12031", + "19464", + "13865", + "16356", + "14136", + "18562", + "14002", + "13990", + "20279", + "10556", + "20613", + "22183", + "1652", + "2788", + "21231", + "15069", + "12980", + "12303", + "15708", + "23505", + "8452", + "11104", + "358", + "18012", + "21157", + "13076", + "12847", + "13496", + "11430", + "13616", + "6942", + "16329", + "20870", + "11380", + "19161", + "5352", + "15327", + "16668", + "18237", + "19330", + "11995", + "16633", + "17256", + "8782", + "156", + "1751", + "13443", + "3268", + "10837", + "11545", + "14028", + "20381", + "6068", + "14646", + "12285", + "18052", + "22815", + "4461", + "12028", + "10551", + "8112", + "23413", + "20321", + "19478", + "12911", + "18896", + "12713", + "17941", + "14018", + "17223", + "15547", + "18756", + "15565", + "15899", + "16493", + "21938", + "4764", + "17444", + "13291", + "5283", + "12903", + "20750", + "93", + "8699", + "5650", + "13611", + "12098", + "13218", + "18028", + "19210", + "689", + "17802", + "24032", + "22006", + "4355", + "18170", + "13880", + "17544", + "15525", + "4196", + "512", + "16419", + "6260", + "3818", + "13529", + "10626", + "11859", + "9692", + "15460", + "1017", + "3330", + "6033", + "19014", + "9780", + "8446", + "22909", + "6140", + "5984", + "24169", + "8086", + "16309", + "8739", + "18067", + "3168", + "2690", + "20432", + "24598", + "4456", + "20698", + "11162", + "17214", + "9824", + "4032", + "23524", + "2693", + "15311", + "23574", + "24944", + "2554", + "19645", + "6259", + "14252", + "8633", + "4797", + "10425", + "24948", + "23293", + "22010", + "24945", + "21340", + "1961", + "21806", + "15243", + "15619", + "22700", + "22011", + "5297", + "19112", + "24776", + "7474", + "10775", + "5351", + "4055", + "24149", + "24110", + "13344", + "11402", + "8097", + "12482", + "2090", + "13689", + "14769", + "18588", + "4091", + "9942", + "10325", + "7256", + "14039", + "7225", + "15878", + "6355", + "17090", + "23501", + "10318", + "8453", + "17943", + "23348", + "5924", + "4505", + "24636", + "987", + "1657", + "12609", + "4323", + "377", + "22535", + "6308", + "6307", + "9097", + "20909", + "22153", + "18549", + "7137", + "21555", + "1538", + "4406", + "18782", + "9064", + "6305", + "3865", + "24094", + "6224", + "6352", + "12570", + "22985", + "4272", + "5218", + "5883", + "14594", + "8780", + "10517", + "16814", + "4795", + "3253", + "13996", + "10541", + "7536", + "24637", + "16408", + "20630", + "21306", + "411", + "8563", + "8272", + "4698", + "13620", + "16952", + "1173", + "12234", + "17519", + "1164", + "13391", + "19249", + "13536", + "18309", + "5097", + "7320", + "13577", + "13663", + "21090", + "8110", + "13417", + "6385", + "2421", + "9892", + "22933", + "10652", + "4907", + "6265", + "5075", + "15768", + "6711", + "14235", + "23415", + "4150", + "7293", + "23785", + "16978", + "12984", + "22040", + "14476", + "23167", + "23198", + "22809", + "12878", + "24416", + "9340", + "6582", + "22988", + "3274", + "3905", + "17571", + "14427", + "17890", + "17729", + "21077", + "21443", + "22738", + "19390", + "474", + "16470", + "16273", + "16890", + "14909", + "12132", + "24750", + "8111", + "21907", + "18957", + "24379", + "15634", + "14399", + "1433", + "2245", + "15592", + "21250", + "9433", + "439", + "14818", + "19449", + "20490", + "6266", + "7429", + "14443", + "17431", + "21252", + "16145", + "20701", + "13387", + "10611", + "17798", + "15047", + "23117", + "10438", + "22902", + "7743", + "13939", + "11875", + "12012", + "8836", + "21405", + "1831", + "7898", + "20421", + "20235", + "15264", + "11869", + "21784", + "7413", + "4763", + "18239", + "14662", + "10287", + "18534", + "9811", + "899", + "15900", + "11419", + "21692", + "6855", + "1263", + "19234", + "18513", + "20966", + "12577", + "22110", + "14164", + "15450", + "21347", + "1079", + "4539", + "8145", + "16748", + "9123", + "18721", + "22752", + "3788", + "1575", + "11363", + "15154", + "4104", + "2649", + "20753", + "754", + "15995", + "6236", + "24912", + "13267", + "14132", + "14845", + "7722", + "12093", + "10076", + "16003", + "21419", + "16907", + "24146", + "20487", + "6576", + "10985", + "4875", + "19237", + "17924", + "18636", + "21533", + "7541", + "23921", + "24441", + "14289", + "7544", + "14220", + "12651", + "11406", + "21263", + "6014", + "5698", + "5006", + "14437", + "10221", + "17957", + "19263", + "16368", + "15427", + "11093", + "13198", + "9443", + "5212", + "5694", + "11659", + "10502", + "11304", + "357", + "7582", + "14723", + "2244", + "16659", + "14029", + "16752", + "5703", + "4890", + "18650", + "13736", + "18928", + "19148", + "21066", + "23104", + "19553", + "550", + "16406", + "23514", + "10079", + "22558", + "11913", + "4003", + "22915", + "15369", + "16929", + "10745", + "20850", + "11177", + "16097", + "20877", + "10768", + "13812", + "13431", + "20347", + "15616", + "18962", + "6750", + "7607", + "12299", + "10324", + "18136", + "17033", + "16427", + "11294", + "10159", + "13560", + "13514", + "24794", + "22454", + "10646", + "12371", + "10328", + "10530", + "21617", + "14793", + "14555", + "12686", + "20063", + "19657", + "19020", + "8531", + "8534", + "19721", + "20291", + "22658", + "10347", + "10062", + "20858", + "12281", + "7031", + "17244", + "10173", + "10616", + "601", + "10664", + "20041", + "20737", + "10794", + "13900", + "22358", + "12457", + "20503", + "15037", + "9975", + "24632", + "18578", + "13115", + "23116", + "14172", + "18854", + "22826", + "22713", + "11774", + "8023", + "19178", + "15923", + "12499", + "19073", + "5715", + "10971", + "17086", + "13921", + "6765", + "17358", + "4274", + "17897", + "2110", + "14634", + "23777", + "15121", + "2647", + "1709", + "2663", + "5518", + "20021", + "16376", + "3759", + "8600", + "14285", + "13491", + "7697", + "22911", + "24935", + "22892", + "14848", + "12073", + "22846", + "9260", + "24004", + "23861", + "15867", + "3180", + "21134", + "14804", + "22853", + "1829", + "9266", + "11366", + "18968", + "2562", + "4324", + "11395", + "24682", + "24843", + "8648", + "4280", + "9640", + "22630", + "24249", + "24720", + "6671", + "13358", + "17694", + "23111", + "11926", + "24336", + "124", + "20786", + "5040", + "9510", + "10388", + "14868", + "7735", + "162", + "10097", + "12057", + "8486", + "20907", + "24130", + "10043", + "15717", + "2865", + "11940", + "9810", + "4550", + "14449", + "11197", + "23862", + "13107", + "17889", + "5947", + "3642", + "4923", + "8885", + "13608", + "14224", + "10692", + "19247", + "5667", + "21181", + "21586", + "12474", + "14203", + "12849", + "102", + "16099", + "15281", + "14971", + "10140", + "14803", + "4744", + "15159", + "14092", + "19176", + "2492", + "22033", + "16699", + "15510", + "8062", + "10046", + "6630", + "4322", + "4745", + "4837", + "9262", + "8071", + "21794", + "10937", + "12858", + "11891", + "12543", + "10051", + "10060", + "12214", + "15381", + "20793", + "17305", + "9130", + "7976", + "9255", + "16358", + "17701", + "13863", + "15414", + "19215", + "19272", + "8781", + "17449", + "21510", + "5441", + "4930", + "15857", + "13879", + "14886", + "24404", + "9812", + "54", + "16052", + "9932", + "3385", + "16414", + "18872", + "18306", + "17903", + "13851", + "22563", + "15053", + "13222", + "8641", + "17725", + "7387", + "8741", + "661", + "19817", + "24688", + "7483", + "2436", + "4927", + "4929", + "5570", + "17263", + "9747", + "19177", + "17808", + "7300", + "15417", + "16107", + "23694", + "1959", + "15044", + "4932", + "7147", + "24483", + "6370", + "15271", + "14675", + "12210", + "5081", + "8947", + "5066", + "16211", + "24398", + "21075", + "7250", + "3326", + "23588", + "19287", + "12530", + "10316", + "20807", + "19322", + "14156", + "18383", + "20255", + "3922", + "7749", + "20216", + "14098", + "23502", + "11312", + "24387", + "20571", + "20434", + "22678", + "7846", + "23710", + "24965", + "24566", + "23899", + "21649", + "23216", + "20395", + "11714", + "21142", + "21390", + "21559", + "20810", + "12550", + "13015", + "12228", + "13770", + "13336", + "21015", + "5927", + "4206", + "1583", + "6324", + "6060", + "23666", + "22931", + "23313", + "6700", + "20261", + "17910", + "10512", + "14011", + "5796", + "15153", + "17738", + "17039", + "21567", + "4922", + "4925", + "10398", + "22897", + "21577", + "19905", + "8492", + "8618", + "9256", + "14117", + "17605", + "7341", + "16917", + "20635", + "19172", + "11963", + "14088", + "19200", + "21446", + "24953", + "6895", + "23818", + "5506", + "23329", + "23930", + "22470", + "11254", + "21560", + "19230", + "12328", + "4921", + "9258", + "24850", + "16085", + "24840", + "15625", + "18916", + "9930", + "22578", + "2326", + "19356", + "17343", + "13691", + "22125", + "16096", + "9264", + "2042", + "14841", + "21061", + "13024", + "23936", + "22819", + "24067", + "14362", + "15483", + "21957", + "22079", + "22261", + "7103", + "18314", + "13908", + "15026", + "13597", + "13077", + "16021", + "19838", + "3437", + "15397", + "21226", + "15113", + "12715", + "18623", + "3044", + "7056", + "18771", + "19101", + "14467", + "10385", + "17117", + "10472", + "4343", + "5134", + "16134", + "14087", + "15480", + "16998", + "20937", + "13171", + "20711", + "15774", + "16895", + "18642", + "10844", + "431", + "14779", + "20040", + "20391", + "16014", + "13765", + "10335", + "1887", + "6193", + "20878", + "17833", + "13129", + "3762", + "19110", + "19799", + "7520", + "2062", + "11468", + "24108", + "10283", + "19842", + "13090", + "5597", + "13210", + "15661", + "4070", + "20950", + "22405", + "10842", + "18829", + "21291", + "6693", + "15945", + "14330", + "11325", + "20259", + "7475", + "15357", + "23161", + "5013", + "587", + "11134", + "13364", + "21060", + "10951", + "24077", + "13712", + "11769", + "14247", + "16066", + "13338", + "19585", + "17408", + "19825", + "17491", + "21569", + "8249", + "14341", + "17390", + "4662", + "3792", + "22299", + "10229", + "10969", + "8768", + "10753", + "19398", + "19615", + "13719", + "20124", + "19317", + "7533", + "18035", + "18486", + "16139", + "15446", + "6406", + "10998", + "15548", + "14168", + "19860", + "11393", + "3132", + "16959", + "8048", + "12307", + "19501", + "2901", + "15543", + "21097", + "12788", + "16216", + "5731", + "7099", + "6695", + "5061", + "21163", + "5400", + "19053", + "14587", + "21531", + "24751", + "22264", + "22872", + "48", + "6437", + "22694", + "12613", + "18235", + "13617", + "18803", + "18560", + "19364", + "10614", + "18745", + "18857", + "18899", + "21773", + "7374", + "5864", + "23858", + "6525", + "2582", + "13302", + "5210", + "4981", + "9866", + "13257", + "19498", + "1518", + "5250", + "21667", + "15466", + "22772", + "6235", + "23833", + "2972", + "12875", + "10395", + "11973", + "1098", + "16172", + "16138", + "552", + "9716", + "19656", + "13700", + "7847", + "24923", + "17721", + "13383", + "24292", + "13633", + "11459", + "19335", + "9683", + "3454", + "19658", + "13212", + "12257", + "23623", + "11927", + "20203", + "8774", + "1370", + "1360", + "12893", + "18663", + "16926", + "10402", + "10394", + "16051", + "20296", + "2402", + "10595", + "22074", + "6611", + "14649", + "10119", + "1294", + "15156", + "20509", + "9049", + "2949", + "8147", + "16922", + "11543", + "2105", + "7760", + "11704", + "2671", + "13910", + "219", + "3673", + "15458", + "15650", + "2929", + "14714", + "4931", + "17494", + "24410", + "17141", + "9280", + "6932", + "10421", + "9490", + "23931", + "18982", + "18445", + "2915", + "12375", + "10718", + "4452", + "18490", + "1677", + "19837", + "18064", + "16248", + "23794", + "6764", + "4933", + "5309", + "1704", + "13511", + "3893", + "3", + "11098", + "14739", + "24857", + "5712", + "6692", + "22260", + "21891", + "11824", + "16226", + "22483", + "8280", + "9390", + "13853", + "18111", + "11045", + "9876", + "8388", + "22603", + "4928", + "6105", + "19683", + "13580", + "21126", + "6694", + "7534", + "20577", + "17772", + "3866", + "9163", + "14749", + "7573", + "11510", + "7537", + "17477", + "4743", + "14541", + "1590", + "951", + "22182", + "20885", + "2675", + "19571", + "15317", + "19819", + "14628", + "24902", + "20869", + "21665", + "8587", + "14582", + "8712", + "10783", + "8811", + "23995", + "14553", + "9381", + "5211", + "18995", + "12430", + "17101", + "24551", + "24174", + "23202", + "2517", + "4924", + "21431", + "12976", + "21113", + "8403", + "17902", + "7068", + "8360", + "17617", + "10249", + "23791", + "24640", + "16546", + "7178", + "3709", + "20816", + "2456", + "4097", + "24672", + "10861", + "18031", + "12416", + "20582", + "19661", + "16533", + "502", + "4920", + "6691", + "2057", + "14521", + "20585", + "19913", + "17345", + "15177", + "17102", + "20955", + "21749", + "16595", + "13480", + "18405", + "9769", + "8516", + "1565", + "6931", + "19801", + "22438", + "21399", + "1563", + "449", + "6054", + "22645", + "24846", + "4033", + "6401", + "5934", + "19995", + "10376", + "6771", + "7543", + "7539", + "7540", + "1564", + "16025", + "19081", + "19265", + "7509", + "12700", + "231", + "14573", + "4919", + "18371", + "9803", + "5195", + "4882", + "15781", + "20130", + "8734", + "17203", + "14969", + "1568", + "19954", + "17372", + "20110", + "2432", + "11370", + "7264", + "17761", + "17732", + "19354", + "19644", + "15962", + "12236", + "17795", + "19703", + "19706", + "5120", + "17492", + "20055", + "17065", + "24024", + "13524", + "5109", + "8910", + "2748", + "20872", + "21228", + "20647", + "2509", + "7001", + "9156", + "5136", + "10841", + "18048", + "6273", + "5119", + "21614", + "18986", + "20231", + "11775", + "13841", + "1351", + "282", + "5720", + "23400", + "22237", + "19304", + "4243", + "19062", + "17272", + "22145", + "14637", + "21816", + "4148", + "7732", + "20583", + "2694", + "21879", + "21441", + "16269", + "6094", + "12125", + "2160", + "12453", + "11487", + "9026", + "5902", + "7423", + "1574", + "19629", + "12864", + "19810", + "9354", + "4778", + "6968", + "21108", + "18304", + "14245", + "12040", + "11478", + "20769", + "14950", + "4642", + "20134", + "13300", + "13507", + "13750", + "8858", + "11019", + "12162", + "6179", + "8585", + "12789", + "19736", + "17793", + "11736", + "24662", + "14811", + "17637", + "6516", + "8475", + "4589", + "2871", + "7843", + "12627", + "21264", + "21964", + "17357", + "12182", + "13268", + "12379", + "20662", + "15927", + "18603", + "21209", + "24172", + "12368", + "1545", + "21937", + "13066", + "8890", + "10405", + "11656", + "7394", + "10921", + "20997", + "14618", + "22928", + "17155", + "14052", + "4396", + "4013", + "41", + "16801", + "5029", + "11456", + "14908", + "8544", + "18397", + "11712", + "34", + "989", + "1355", + "20983", + "14624", + "13099", + "14390", + "18590", + "407", + "69", + "22757", + "17570", + "2550", + "9869", + "482", + "2226", + "7361", + "3874", + "2518", + "4842", + "9929", + "13445", + "21897", + "13247", + "16906", + "21592", + "375", + "12518", + "9862", + "17983", + "11588", + "11968", + "18865", + "22764", + "24655", + "22109", + "12295", + "14718", + "19835", + "11010", + "12546", + "16189", + "3767", + "7583", + "10564", + "23706", + "22273", + "10625", + "16566", + "5320", + "24659", + "23257", + "24034", + "15290", + "16058", + "14233", + "15585", + "20618", + "9334", + "9622", + "2581", + "22378", + "21110", + "14732", + "19712", + "2759", + "16653", + "21593", + "23888", + "22351", + "21962", + "21693", + "24370", + "24966", + "13379", + "11073", + "14079", + "6111", + "19015", + "13676", + "16291", + "19374", + "20682", + "21722", + "17776", + "24396", + "24397", + "24485", + "19206", + "6086", + "11992", + "6310", + "11353", + "24951", + "21709", + "8326", + "24886", + "24853", + "23120", + "9560", + "4292", + "21708", + "18091", + "21532", + "24733", + "15039", + "1768", + "21721", + "17205", + "18875", + "20718", + "11531", + "14873", + "17540", + "14387", + "5708", + "23988", + "6858", + "4387", + "15124", + "13607", + "13769", + "9509", + "6514", + "6512", + "2143", + "6138", + "20952", + "6652", + "14489", + "13433", + "10253", + "24854", + "22460", + "11924", + "18577", + "5478", + "15304", + "19637", + "4218", + "17322", + "16338", + "20830", + "18283", + "23698", + "10750", + "17525", + "8176", + "7181", + "24173", + "6689", + "19747", + "23541", + "19321", + "7271", + "24782", + "15368", + "12629", + "21752", + "1336", + "18565", + "24028", + "2380", + "4926", + "17096", + "15560", + "17542", + "20524", + "11281", + "15846", + "13420", + "3752", + "4663", + "15978", + "21320", + "6796", + "20683", + "12359", + "21797", + "21400", + "24588", + "22099", + "14695", + "15167", + "3372", + "10908", + "16559", + "8893", + "18867", + "3129", + "19983", + "4868", + "6862", + "18710", + "24586", + "13528", + "23619", + "19088", + "17499", + "22179", + "12871", + "16488", + "21349", + "3856", + "10852", + "22161", + "23675", + "11834", + "11537", + "6507", + "672", + "15403", + "19638", + "18441", + "18372", + "24417", + "12138", + "2652", + "18858", + "24852", + "13021", + "13192", + "8483", + "22488", + "22974", + "23533", + "21135", + "7478", + "16380", + "24419", + "10038", + "17129", + "20784", + "8416", + "21471", + "19124", + "10708", + "20948", + "24847", + "19337", + "3408", + "15148", + "5646", + "19348", + "19066", + "13236", + "1381", + "23235", + "17420", + "20407", + "13010", + "19785", + "9335", + "19410", + "261", + "8266", + "3834", + "22992", + "21707", + "21950", + "14471", + "12947", + "3047", + "15651", + "18892", + "18594", + "19831", + "23726", + "11268", + "4167", + "12372", + "23813", + "21046", + "20242", + "6902", + "15231", + "16635", + "18694", + "15079", + "18319", + "7290", + "19341", + "17593", + "10443", + "17130", + "12113", + "5975", + "11885", + "21055", + "14542", + "10478", + "11866", + "12044", + "19258", + "16336", + "14222", + "23085", + "3420", + "18257", + "14544", + "15175", + "13436", + "2213", + "12898", + "19620", + "11578", + "11678", + "20232", + "11689", + "15569", + "10227", + "6190", + "21189", + "13914", + "20314", + "4739", + "17502", + "2212", + "17063", + "22726", + "14428", + "17899", + "4129", + "17959", + "22533", + "3881", + "18020", + "14145", + "7721", + "5123", + "6608", + "4740", + "2914", + "16608", + "3261", + "22449", + "13124", + "6685", + "8451", + "7030", + "22659", + "22628", + "15656", + "15558", + "22977", + "14987", + "8512", + "11293", + "6704", + "1790", + "21325", + "13425", + "24975", + "13764", + "13969", + "18215", + "1477", + "22507", + "21564", + "13586", + "12036", + "15770", + "22508", + "9965", + "14860", + "10068", + "19527", + "18493", + "22007", + "5765", + "17631", + "12087", + "12702", + "17703", + "21395", + "20441", + "14269", + "20299", + "22820", + "3238", + "6837", + "10851", + "20007", + "15486", + "12677", + "8296", + "23131", + "24963", + "7396", + "10241", + "13776", + "21007", + "18459", + "11405", + "16073", + "1665", + "20609", + "18389", + "4738", + "24961", + "24957", + "24960", + "17415", + "10915", + "13075", + "167", + "7932", + "23674", + "21624", + "24102", + "13088", + "17350", + "14522", + "20246", + "23439", + "14854", + "14151", + "16114", + "18985", + "20293", + "13118", + "4847", + "14507", + "11358", + "22008", + "19853", + "23460", + "24958", + "7526", + "21177", + "15017", + "11727", + "22330", + "19095", + "6015", + "21191", + "2162", + "2696", + "16765", + "14528", + "15965", + "11432", + "10698", + "20604", + "24962", + "21422", + "7995", + "1866", + "4438", + "24699", + "23338", + "15174", + "19153", + "15618", + "1661", + "19506", + "4112", + "17413", + "8006", + "21596", + "23272", + "19045", + "10869", + "17952", + "20741", + "20723", + "19743", + "2238", + "12794", + "24883", + "24900", + "21930", + "10667", + "23881", + "12886", + "24181", + "17574", + "18162", + "22311", + "20471", + "13665", + "19779", + "7005", + "24799", + "17616", + "1474", + "23488", + "1062", + "15620", + "24946", + "14208", + "12382", + "23795", + "3316", + "1044", + "271", + "18460", + "5053", + "8140", + "14670", + "19349", + "10190", + "18163", + "13219", + "18375", + "23183", + "22451", + "21894", + "13701", + "21485", + "20409", + "2515", + "22720", + "14614", + "23249", + "2738", + "16910", + "24873", + "11615", + "17105", + "13414", + "13209", + "24926", + "14922", + "20236", + "21526", + "18249", + "20097", + "13185", + "21761", + "23673", + "24377", + "16281", + "15623", + "19170", + "998", + "14898", + "22344", + "8873", + "21127", + "19325", + "18780", + "10704", + "23302", + "13057", + "19880", + "8047", + "24700", + "19756", + "20398", + "4217", + "22031", + "15217", + "2530", + "17538", + "2115", + "24409", + "10619", + "1883", + "8025", + "23923", + "24079", + "24698", + "21153", + "11590", + "17124", + "23349", + "19887", + "10677", + "3062", + "7658", + "8019", + "20400", + "14386", + "14977", + "10752", + "11613", + "5786", + "10503", + "6264", + "2740", + "9285", + "6293", + "6801", + "4660", + "17573", + "6827", + "5142", + "19786", + "23789", + "23236", + "7260", + "3064", + "16365", + "2691", + "15040", + "2287", + "16512", + "6490", + "17956", + "13690", + "21729", + "13811", + "16611", + "24413", + "17488", + "22748", + "19131", + "13449", + "11619", + "23224", + "10862", + "9299", + "13844", + "17166", + "13756", + "5722", + "15056", + "16245", + "16772", + "13165", + "16042", + "22468", + "24845", + "5755", + "22484", + "12127", + "24180", + "8218", + "7069", + "18447", + "19343", + "7973", + "24692", + "22426", + "11378", + "23110", + "23809", + "97", + "21976", + "9873", + "6634", + "20346", + "17607", + "12813", + "11785", + "22197", + "23414", + "21042", + "14024", + "6336", + "14782", + "23402", + "23703", + "9475", + "12725", + "12573", + "20301", + "15192", + "22269", + "2145", + "21690", + "12188", + "8603", + "23503", + "8552", + "3593", + "15672", + "24294", + "11572", + "13237", + "14140", + "12657", + "16642", + "16649", + "18466", + "11643", + "21829", + "9852", + "15809", + "22420", + "205", + "5686", + "14352", + "11883", + "20098", + "22283", + "21542", + "18168", + "9813", + "24116", + "3764", + "11273", + "17454", + "8589", + "15970", + "21678", + "10633", + "12089", + "23968", + "11519", + "20824", + "14699", + "14263", + "13868", + "23122", + "19118", + "5128", + "4233", + "115", + "7770", + "18295", + "18483", + "23450", + "3347", + "12429", + "4834", + "22385", + "10685", + "7195", + "13916", + "21049", + "19209", + "22514", + "21223", + "23767", + "3581", + "4613", + "24832", + "5529", + "14266", + "15713", + "7572", + "14322", + "17139", + "15137", + "15082", + "13740", + "14601", + "20804", + "2726", + "8559", + "11099", + "12716", + "19715", + "4509", + "4590", + "11157", + "22080", + "12473", + "14746", + "7731", + "13040", + "14320", + "10787", + "24544", + "18011", + "15286", + "3348", + "8916", + "10843", + "8259", + "734", + "19592", + "18392", + "13064", + "18835", + "15214", + "17092", + "24684", + "21026", + "20095", + "19380", + "19123", + "16813", + "20735", + "9837", + "23479", + "15600", + "20947", + "5194", + "24553", + "11024", + "11821", + "11976", + "12571", + "14897", + "12767", + "11218", + "14505", + "11791", + "22588", + "15216", + "8921", + "16455", + "17623", + "23465", + "23547", + "20574", + "24841", + "997", + "1393", + "17748", + "19569", + "14941", + "19151", + "13352", + "12526", + "22089", + "19993", + "21361", + "19886", + "18153", + "20887", + "21488", + "13172", + "23820", + "15779", + "12191", + "22442", + "18292", + "16956", + "11956", + "13353", + "11580", + "4121", + "21960", + "19941", + "16627", + "18764", + "12558", + "2684", + "2913", + "20466", + "22653", + "19763", + "15354", + "11130", + "12318", + "11835", + "16033", + "21521", + "14356", + "13325", + "21943", + "18731", + "21215", + "24732", + "20070", + "21844", + "16503", + "15471", + "19895", + "20661", + "19005", + "9311", + "23779", + "14550", + "20813", + "15390", + "20104", + "14409", + "10259", + "2225", + "2968", + "5719", + "19778", + "15295", + "10773", + "15453", + "21236", + "14259", + "4497", + "11106", + "13845", + "13926", + "13399", + "14308", + "14432", + "7774", + "1995", + "1057", + "17677", + "19412", + "13703", + "20849", + "11212", + "21778", + "21353", + "20219", + "24718", + "19099", + "18124", + "22510", + "1759", + "24592", + "17565", + "20650", + "24863", + "22656", + "12459", + "20599", + "22797", + "20174", + "18966", + "20144", + "18129", + "21095", + "19048", + "19171", + "14925", + "14685", + "20708", + "22714", + "10539", + "20349", + "23648", + "16150", + "20783", + "11931", + "12354", + "11994", + "10682", + "19283", + "18431", + "15029", + "5706", + "23343", + "12696", + "19130", + "21028", + "20961", + "12694", + "19050", + "20268", + "15305", + "23192", + "12955", + "19127", + "4030", + "19515", + "16202", + "20298", + "12347", + "4237", + "23576", + "17746", + "5974", + "20451", + "17736", + "20771", + "20821", + "7411", + "18109", + "19609", + "20575", + "19632", + "21908", + "20096", + "23577", + "20827", + "18155", + "18891", + "20165", + "11470", + "22795", + "21676", + "21906", + "20901", + "20578", + "12631", + "23433", + "13847", + "14611", + "20069", + "11715", + "21121", + "14010", + "17400", + "20815", + "21662", + "20220", + "20431", + "20362", + "21308", + "24422", + "12533", + "19236", + "20258", + "15337", + "8143", + "14357", + "24880", + "1283", + "11150", + "10044", + "12438", + "5474", + "1715", + "15886", + "20397", + "16541", + "24964", + "13819", + "15769", + "14391", + "19612", + "21669", + "18081", + "7678", + "4608", + "16567", + "21463", + "16457", + "12075", + "17713", + "13958", + "10929", + "24712", + "18653", + "23303", + "22332", + "15552", + "20449", + "16619", + "11283", + "14294", + "6682", + "6204", + "23705", + "18772", + "12693", + "10185", + "10230", + "16028", + "24306", + "23213", + "17901", + "16599", + "8473", + "4599", + "15595", + "5316", + "23919", + "24391", + "15200", + "5330", + "12333", + "12154", + "13072", + "21456", + "24046", + "19469", + "14774", + "4612", + "23747", + "15455", + "12927", + "16948", + "23008", + "15922", + "11492", + "23996", + "8582", + "16352", + "19881", + "11789", + "4271", + "13658", + "1241", + "12501", + "13892", + "22858", + "11803", + "4859", + "7431", + "19497", + "22357", + "20087", + "19776", + "12484", + "5280", + "21608", + "14635", + "10127", + "2667", + "1065", + "24691", + "14078", + "19430", + "151", + "19682", + "16676", + "1868", + "7835", + "16550", + "10812", + "6688", + "12594", + "16270", + "20372", + "8493", + "9661", + "14680", + "11295", + "24903", + "16186", + "4694", + "4163", + "6468", + "24125", + "11214", + "14844", + "6487", + "24610", + "7078", + "21984", + "12002", + "24702", + "10727", + "5331", + "18749", + "4992", + "18229", + "12527", + "11399", + "13067", + "3475", + "3802", + "23951", + "21814", + "13570", + "794", + "10994", + "19782", + "24677", + "22691", + "16965", + "10730", + "16304", + "7317", + "19212", + "21326", + "632", + "17042", + "1536", + "10534", + "22111", + "4536", + "13508", + "17405", + "19677", + "24291", + "1240", + "14530", + "21751", + "21067", + "2202", + "10518", + "13011", + "844", + "6431", + "6422", + "16416", + "2837", + "23993", + "14709", + "11717", + "7129", + "6428", + "14797", + "14839", + "11833", + "15003", + "6628", + "16826", + "23838", + "6421", + "7119", + "18724", + "22594", + "9459", + "21680", + "4166", + "20837", + "6419", + "10377", + "19988", + "18737", + "6413", + "10786", + "23006", + "9885", + "20453", + "1939", + "2406", + "6435", + "6424", + "17662", + "1448", + "11472", + "18412", + "19713", + "21825", + "7245", + "20477", + "7124", + "6420", + "24129", + "1137", + "15032", + "11699", + "6309", + "22901", + "3839", + "12870", + "13486", + "19521", + "12523", + "14163", + "3149", + "14990", + "13203", + "23347", + "20680", + "17741", + "15316", + "13753", + "15778", + "15852", + "23174", + "18018", + "16995", + "16335", + "20089", + "380", + "22466", + "15002", + "18103", + "3410", + "16858", + "956", + "19300", + "19790", + "12606", + "21768", + "7969", + "16383", + "10372", + "15610", + "24375", + "12515", + "23443", + "11556", + "19973", + "14540", + "18184", + "18685", + "16750", + "4841", + "9846", + "8581", + "2758", + "11105", + "15182", + "19568", + "13759", + "17690", + "22054", + "17558", + "13788", + "20280", + "15932", + "20717", + "11616", + "14570", + "13978", + "12259", + "23269", + "1937", + "15195", + "4435", + "2626", + "9872", + "19691", + "9494", + "15076", + "21999", + "16141", + "15564", + "17099", + "24611", + "14419", + "12436", + "12555", + "16539", + "22070", + "13904", + "15638", + "17167", + "14192", + "11458", + "24860", + "22722", + "15469", + "16934", + "16348", + "10820", + "11817", + "1269", + "4900", + "14274", + "1935", + "15601", + "18298", + "16743", + "17441", + "4059", + "5301", + "24726", + "21284", + "22143", + "11374", + "21874", + "19896", + "13070", + "8532", + "4828", + "7570", + "20528", + "21173", + "18485", + "12616", + "23822", + "11441", + "14396", + "8373", + "6434", + "22083", + "19487", + "1936", + "13657", + "15299", + "10911", + "2165", + "19720", + "13838", + "13495", + "5293", + "3513", + "15627", + "4277", + "1931", + "20758", + "14742", + "23607", + "22472", + "3672", + "544", + "12541", + "15367", + "15993", + "16246", + "12212", + "10184", + "1787", + "17068", + "15482", + "5257", + "366", + "3170", + "12319", + "20126", + "12378", + "19447", + "19809", + "20674", + "19472", + "1917", + "22226", + "19216", + "14032", + "1924", + "3840", + "6019", + "14775", + "10139", + "24378", + "9295", + "22638", + "16382", + "20636", + "20691", + "2183", + "5440", + "7141", + "8016", + "21877", + "18324", + "21064", + "4902", + "8067", + "5725", + "8122", + "13732", + "12622", + "24285", + "19485", + "23579", + "16234", + "819", + "16747", + "7758", + "12502", + "12800", + "12248", + "23753", + "23970", + "10265", + "1929", + "1930", + "1427", + "19797", + "1806", + "15522", + "14870", + "3451", + "9528", + "14931", + "2339", + "21384", + "18141", + "1940", + "1786", + "1011", + "19279", + "15917", + "461", + "5298", + "14832", + "12427", + "12290", + "10123", + "1932", + "15709", + "1920", + "1927", + "6383", + "6418", + "12481", + "13538", + "11777", + "14006", + "14490", + "10774", + "3805", + "1926", + "1921", + "23065", + "22473", + "21703", + "1941", + "1934", + "947", + "5724", + "19865", + "23145", + "21382", + "21637", + "8887", + "23231", + "2367", + "12897", + "12053", + "16943", + "7172", + "2278", + "21656", + "21733", + "18518", + "19925", + "21846", + "15894", + "22883", + "13923", + "21890", + "18236", + "13006", + "15442", + "20922", + "20972", + "9896", + "16786", + "13830", + "3364", + "14861", + "24388", + "18900", + "21179", + "18360", + "15089", + "24287", + "17843", + "24881", + "10155", + "15171", + "3649", + "17258", + "3776", + "18531", + "22859", + "11316", + "2546", + "17822", + "18368", + "20192", + "16756", + "17080", + "14967", + "17323", + "17442", + "13326", + "18825", + "24420", + "4223", + "13152", + "14310", + "12759", + "22627", + "10054", + "7694", + "14660", + "3942", + "15678", + "15630", + "13994", + "22042", + "8977", + "17427", + "10827", + "4873", + "23814", + "8995", + "2707", + "22222", + "24091", + "22798", + "11694", + "10492", + "24848", + "4164", + "23500", + "14690", + "22057", + "23548", + "1923", + "18256", + "23063", + "22198", + "18645", + "17717", + "2882", + "10974", + "5027", + "15428", + "6558", + "3908", + "17633", + "19225", + "14955", + "15705", + "24940", + "19417", + "19826", + "19355", + "17522", + "21258", + "9677", + "9394", + "19760", + "20010", + "17651", + "21872", + "18889", + "24872", + "16479", + "16195", + "21403", + "11354", + "19543", + "23430", + "17334", + "208", + "7248", + "22773", + "1385", + "17872", + "16154", + "12740", + "1403", + "7246", + "10314", + "20715", + "15812", + "9545", + "22560", + "8278", + "14559", + "4214", + "14916", + "23001", + "17265", + "22788", + "14648", + "18120", + "14574", + "5960", + "7565", + "20309", + "17015", + "18477", + "10178", + "6536", + "20068", + "18185", + "18665", + "9252", + "1405", + "11844", + "9658", + "16484", + "12271", + "15291", + "18491", + "17686", + "10326", + "12653", + "23629", + "22732", + "21548", + "23903", + "11055", + "14226", + "18869", + "21828", + "17292", + "16137", + "11589", + "19416", + "23775", + "6063", + "10355", + "20152", + "12117", + "12056", + "19320", + "22055", + "23660", + "8469", + "22531", + "7217", + "1401", + "13283", + "9680", + "6371", + "14177", + "12128", + "12681", + "11116", + "13817", + "18240", + "1400", + "13582", + "16005", + "14059", + "17564", + "5358", + "15423", + "17972", + "18362", + "19534", + "19745", + "4464", + "13166", + "7519", + "4691", + "19143", + "20454", + "17879", + "18308", + "11085", + "20656", + "15691", + "15875", + "23127", + "10489", + "22721", + "15593", + "12891", + "4251", + "18978", + "13052", + "17764", + "4453", + "12969", + "13440", + "12825", + "13613", + "5407", + "16543", + "5783", + "23642", + "10413", + "22164", + "20014", + "18936", + "22899", + "4967", + "2336", + "24747", + "4278", + "4154", + "15036", + "13114", + "15215", + "22995", + "21765", + "13465", + "4336", + "13031", + "22763", + "2085", + "9346", + "14439", + "23914", + "23336", + "20006", + "2944", + "3857", + "9775", + "18480", + "24928", + "22434", + "9655", + "588", + "12258", + "21158", + "3831", + "7112", + "6794", + "8999", + "20059", + "4038", + "7492", + "23601", + "8593", + "21574", + "23028", + "9001", + "18988", + "7611", + "18873", + "7494", + "19436", + "23163", + "24516", + "5344", + "20459", + "16745", + "18522", + "10879", + "23507", + "16841", + "22660", + "18363", + "1398", + "19996", + "4703", + "23812", + "24063", + "22945", + "19726", + "20412", + "2319", + "22516", + "24939", + "2330", + "15035", + "10354", + "14408", + "13054", + "15255", + "22559", + "24665", + "3508", + "3510", + "9607", + "22108", + "23589", + "15581", + "18196", + "13046", + "14855", + "14762", + "23526", + "22152", + "23792", + "16319", + "20484", + "24498", + "17419", + "21915", + "18931", + "11651", + "14194", + "12237", + "19858", + "22918", + "6039", + "24933", + "14580", + "11047", + "7804", + "7670", + "20764", + "18568", + "17018", + "23437", + "12302", + "8235", + "10834", + "13033", + "21439", + "13632", + "12835", + "20936", + "15190", + "4487", + "10763", + "2523", + "23345", + "19184", + "14923", + "15863", + "17911", + "14026", + "19631", + "3684", + "5063", + "12972", + "15747", + "16371", + "21629", + "19540", + "12431", + "11003", + "20749", + "6395", + "1404", + "9674", + "18473", + "17036", + "22848", + "19700", + "14755", + "23205", + "4404", + "14284", + "20976", + "20526", + "12768", + "3432", + "8040", + "14579", + "12189", + "16553", + "20019", + "9889", + "10913", + "16817", + "14225", + "9565", + "11877", + "17773", + "19211", + "17472", + "1571", + "15698", + "20239", + "8456", + "24161", + "12688", + "10396", + "11158", + "21966", + "22327", + "10543", + "17832", + "7586", + "19705", + "13230", + "406", + "6040", + "16574", + "1293", + "22534", + "22300", + "11746", + "20912", + "24675", + "14713", + "19324", + "16931", + "15796", + "1178", + "12798", + "2409", + "14290", + "11041", + "23911", + "2408", + "17021", + "18774", + "12022", + "1413", + "12310", + "10803", + "12406", + "13342", + "11928", + "19162", + "11020", + "18293", + "19243", + "13120", + "14355", + "1416", + "14296", + "21413", + "24159", + "21355", + "11690", + "17397", + "14118", + "7065", + "970", + "22150", + "15578", + "8970", + "1414", + "5716", + "263", + "4860", + "23786", + "113", + "14975", + "18178", + "19802", + "24774", + "4488", + "13381", + "6570", + "2405", + "14560", + "7216", + "11605", + "19871", + "9899", + "19864", + "6445", + "21657", + "14148", + "17487", + "15361", + "16746", + "17576", + "17490", + "17891", + "7645", + "7604", + "7506", + "11523", + "11644", + "21339", + "22310", + "8856", + "7831", + "15278", + "18627", + "12974", + "13674", + "18116", + "18610", + "18217", + "19536", + "7577", + "22369", + "22665", + "4597", + "8116", + "23295", + "23842", + "17831", + "18691", + "17960", + "14754", + "24730", + "3585", + "18348", + "18792", + "21996", + "21599", + "19186", + "13369", + "2407", + "14469", + "8629", + "17369", + "13319", + "22259", + "10368", + "23408", + "18481", + "23244", + "12718", + "10690", + "18454", + "23539", + "19918", + "15108", + "4286", + "487", + "15219", + "14085", + "4200", + "12956", + "20957", + "13551", + "19956", + "15197", + "23392", + "15225", + "10928", + "23596", + "11548", + "12263", + "21387", + "3722", + "16593", + "4673", + "10442", + "4568", + "17735", + "17409", + "17308", + "14900", + "6760", + "14426", + "8878", + "16207", + "24082", + "17702", + "3794", + "8669", + "22124", + "15740", + "20084", + "23468", + "22866", + "6643", + "9347", + "11687", + "16799", + "15287", + "24824", + "11235", + "14216", + "19465", + "8297", + "15115", + "12925", + "13992", + "6609", + "12508", + "12569", + "17329", + "24859", + "14703", + "21774", + "17452", + "8079", + "23209", + "13055", + "24414", + "12503", + "7184", + "24719", + "22462", + "18494", + "17218", + "4071", + "14412", + "591", + "5536", + "10075", + "12970", + "9479", + "7466", + "5296", + "954", + "11026", + "13965", + "7382", + "23800", + "19586", + "12488", + "8553", + "13016", + "14622", + "12867", + "17493", + "16554", + "6566", + "17620", + "15735", + "21085", + "9799", + "8668", + "18915", + "6659", + "17825", + "10306", + "20615", + "13470", + "13889", + "19360", + "18061", + "22455", + "2655", + "18497", + "11853", + "10138", + "2670", + "17276", + "1576", + "13795", + "20642", + "15074", + "9284", + "23680", + "13716", + "1745", + "15739", + "17613", + "13871", + "16840", + "14082", + "23495", + "5402", + "6992", + "11376", + "1423", + "16878", + "16925", + "5336", + "23925", + "3993", + "22771", + "13199", + "12831", + "12723", + "22251", + "15426", + "6471", + "20081", + "16373", + "24547", + "7542", + "12559", + "14369", + "12300", + "21283", + "15579", + "23971", + "14281", + "16312", + "6170", + "10574", + "22004", + "11842", + "17712", + "8390", + "17642", + "984", + "13897", + "13262", + "22500", + "2369", + "18977", + "11129", + "24943", + "14316", + "6812", + "22873", + "17883", + "19526", + "21232", + "4732", + "16402", + "22885", + "13920", + "12444", + "15203", + "11507", + "122", + "16213", + "22494", + "6003", + "19787", + "20418", + "20284", + "14631", + "14980", + "13741", + "9881", + "24856", + "12223", + "4937", + "14912", + "22302", + "7834", + "11793", + "12884", + "946", + "17011", + "22877", + "18938", + "13217", + "21928", + "7265", + "10292", + "21495", + "10830", + "18332", + "21619", + "15977", + "13205", + "8149", + "6380", + "19566", + "18233", + "2415", + "6478", + "23141", + "21125", + "15363", + "21407", + "16927", + "18861", + "4784", + "16184", + "22690", + "6601", + "20129", + "19351", + "7682", + "796", + "24488", + "11102", + "13273", + "16212", + "11765", + "3490", + "23021", + "6603", + "18311", + "3341", + "5744", + "7502", + "2242", + "24707", + "12151", + "6600", + "6602", + "10926", + "7937", + "14519", + "21947", + "23352", + "6604", + "3400", + "17411", + "8543", + "18910", + "7383", + "9265", + "18393", + "18156", + "15355", + "8059", + "24668", + "14300", + "12890", + "19546", + "5411", + "15883", + "5514", + "22917", + "314", + "15590", + "10819", + "24035", + "1410", + "15194", + "4624", + "23321", + "21980", + "4236", + "24478", + "9723", + "22254", + "21474", + "12297", + "21616", + "13664", + "20156", + "18687", + "315", + "15764", + "16819", + "20518", + "17230", + "16469", + "21852", + "3318", + "12231", + "12973", + "19302", + "15211", + "15960", + "23652", + "12315", + "23317", + "22060", + "17283", + "18258", + "10130", + "18146", + "21323", + "4630", + "21920", + "7444", + "23280", + "22355", + "23353", + "8651", + "10916", + "22692", + "20547", + "17837", + "5644", + "15519", + "12126", + "12129", + "10959", + "2318", + "10853", + "20607", + "13256", + "10519", + "14853", + "13422", + "6846", + "18073", + "12048", + "15974", + "218", + "14789", + "10122", + "7298", + "11342", + "11142", + "19269", + "22745", + "9529", + "11862", + "22064", + "2999", + "12118", + "17797", + "1828", + "13194", + "15012", + "10093", + "2558", + "1253", + "14462", + "24738", + "21438", + "8868", + "17465", + "13668", + "4866", + "1949", + "10222", + "21776", + "16089", + "12198", + "22140", + "17929", + "13499", + "24415", + "20532", + "22075", + "11624", + "17568", + "15230", + "10972", + "20209", + "21056", + "6707", + "428", + "3674", + "24408", + "13482", + "8702", + "13681", + "22313", + "24500", + "16451", + "13503", + "20722", + "12004", + "10668", + "14436", + "10375", + "14188", + "16280", + "22058", + "11094", + "12743", + "1510", + "6941", + "24887", + "19808", + "8849", + "18816", + "4798", + "14956", + "270", + "19753", + "19979", + "20465", + "22784", + "15280", + "23238", + "2863", + "21331", + "12287", + "20230", + "16384", + "6656", + "6975", + "21653", + "17783", + "13539", + "15631", + "20481", + "10027", + "12020", + "10080", + "10260", + "1948", + "3159", + "21558", + "22986", + "17177", + "22255", + "14901", + "15101", + "8168", + "2930", + "6655", + "16464", + "20844", + "23171", + "19722", + "21098", + "11921", + "8881", + "8090", + "4450", + "6974", + "18719", + "11084", + "21257", + "5304", + "8775", + "5158", + "11779", + "21211", + "14849", + "2475", + "16609", + "9124", + "269", + "14852", + "10087", + "11323", + "3262", + "5950", + "16605", + "17705", + "3837", + "10569", + "4794", + "22479", + "17453", + "24653", + "22785", + "23229", + "15454", + "22695", + "16854", + "2908", + "3875", + "10632", + "10453", + "24709", + "17029", + "11457", + "10092", + "18092", + "9146", + "17749", + "12335", + "14877", + "14794", + "8461", + "17998", + "11007", + "18525", + "1478", + "24381", + "1301", + "10427", + "6595", + "21013", + "4359", + "10156", + "1702", + "4051", + "14667", + "22693", + "4634", + "13696", + "10459", + "10451", + "13909", + "24383", + "16166", + "16853", + "5727", + "17335", + "8564", + "13108", + "15784", + "5404", + "16732", + "8814", + "6939", + "16708", + "11893", + "9372", + "3771", + "22147", + "18379", + "8042", + "6605", + "17402", + "24898", + "3769", + "20655", + "5126", + "22352", + "1111", + "24056", + "21352", + "15123", + "23399", + "18057", + "6423", + "418", + "10351", + "11227", + "11051", + "3386", + "10468", + "22704", + "15719", + "7907", + "22979", + "16975", + "1030", + "4840", + "10175", + "1183", + "17387", + "2724", + "14563", + "4892", + "16068", + "15330", + "3679", + "3271", + "13954", + "2084", + "9157", + "5413", + "16662", + "12059", + "23095", + "17563", + "11081", + "20389", + "15288", + "10199", + "21603", + "19246", + "19295", + "6209", + "744", + "21230", + "7062", + "6743", + "14842", + "20005", + "17888", + "463", + "11570", + "19673", + "520", + "12848", + "9128", + "5897", + "3754", + "4058", + "23319", + "24390", + "8735", + "9941", + "17674", + "16411", + "20760", + "5472", + "4187", + "3269", + "19457", + "23356", + "22078", + "7679", + "6852", + "6835", + "17698", + "6055", + "14515", + "11144", + "17008", + "5082", + "16063", + "7854", + "15950", + "14992", + "2351", + "19855", + "13964", + "6376", + "11346", + "22740", + "1383", + "18009", + "8455", + "21171", + "20125", + "23239", + "6407", + "1267", + "11391", + "4422", + "24638", + "24754", + "10644", + "13119", + "24369", + "11234", + "2923", + "1637", + "13317", + "14664", + "11515", + "4789", + "6824", + "12278", + "18693", + "10877", + "5806", + "22851", + "13073", + "13343", + "19438", + "12423", + "23102", + "23164", + "14641", + "6390", + "22537", + "4695", + "10501", + "19606", + "13997", + "14339", + "19332", + "22597", + "22172", + "18404", + "16363", + "22808", + "6255", + "3498", + "16461", + "16125", + "23227", + "15164", + "24509", + "22307", + "12325", + "22240", + "23908", + "17790", + "23701", + "24389", + "24510", + "11655", + "5905", + "16429", + "11253", + "19006", + "17762", + "4282", + "12772", + "1228", + "18151", + "9254", + "24435", + "11612", + "17286", + "17869", + "2660", + "3477", + "13640", + "12111", + "10968", + "19007", + "10023", + "10020", + "10019", + "10024", + "5326", + "12340", + "2286", + "23064", + "17692", + "10065", + "4273", + "15524", + "6539", + "24524", + "1849", + "12690", + "21868", + "24523", + "14672", + "18926", + "8652", + "20851", + "19284", + "21434", + "19723", + "23901", + "6866", + "14707", + "2104", + "20026", + "13816", + "22498", + "7837", + "15371", + "2384", + "1373", + "5951", + "17799", + "19189", + "23940", + "14405", + "20140", + "18328", + "13933", + "12539", + "7268", + "13957", + "16723", + "11202", + "13004", + "20775", + "22999", + "19433", + "24736", + "11078", + "20225", + "3344", + "24525", + "15273", + "24549", + "24522", + "2773", + "11722", + "15797", + "6751", + "9059", + "14109", + "9829", + "16349", + "21131", + "1956", + "9022", + "17417", + "10297", + "20977", + "16347", + "5946", + "24535", + "15969", + "12339", + "21633", + "12084", + "15711", + "16949", + "24064", + "22142", + "7632", + "11161", + "16156", + "7267", + "18630", + "2861", + "24534", + "21696", + "18942", + "3785", + "22361", + "15736", + "4146", + "16523", + "17814", + "14681", + "8323", + "20287", + "7023", + "3033", + "22175", + "3717", + "20150", + "8325", + "11810", + "1022", + "19116", + "5041", + "7914", + "8556", + "6192", + "11920", + "19402", + "24816", + "18664", + "11429", + "16357", + "3770", + "8953", + "24527", + "21143", + "22744", + "1653", + "5409", + "11903", + "15348", + "12805", + "20405", + "12211", + "6057", + "21551", + "24163", + "23801", + "21105", + "24864", + "16863", + "20828", + "4240", + "6296", + "5976", + "10464", + "8839", + "22855", + "14025", + "9462", + "4036", + "22792", + "18996", + "4959", + "2236", + "19728", + "10593", + "10705", + "23583", + "7567", + "14402", + "20536", + "9649", + "15064", + "1508", + "1512", + "1509", + "24526", + "14337", + "5643", + "6653", + "6978", + "9748", + "20652", + "12918", + "1729", + "12888", + "21429", + "22674", + "1511", + "15339", + "16452", + "2362", + "19608", + "6560", + "22891", + "8779", + "11526", + "22476", + "8230", + "2255", + "16165", + "4791", + "24550", + "6976", + "22082", + "5295", + "24123", + "784", + "11716", + "8896", + "22939", + "19701", + "23146", + "13299", + "15749", + "2403", + "23916", + "11070", + "7746", + "24502", + "2382", + "14212", + "7748", + "7744", + "20038", + "21136", + "21926", + "240", + "23245", + "23859", + "23749", + "22940", + "23142", + "12913", + "17226", + "24140", + "14338", + "4729", + "13450", + "23595", + "10596", + "12942", + "12402", + "20659", + "21737", + "18101", + "7860", + "7747", + "13771", + "12617", + "11980", + "23377", + "23424", + "22936", + "23803", + "14938", + "16206", + "14453", + "7064", + "19538", + "23226", + "23462", + "14258", + "9935", + "17987", + "24893", + "12654", + "19425", + "9738", + "17043", + "23935", + "7430", + "21594", + "7745", + "23663", + "22941", + "14411", + "12266", + "22900", + "24735", + "13520", + "15059", + "22753", + "12452", + "13911", + "18218", + "16888", + "18273", + "20435", + "14045", + "15083", + "22030", + "18002", + "22158", + "14766", + "24555", + "20826", + "15998", + "15237", + "12932", + "22296", + "15953", + "22282", + "12224", + "21863", + "12977", + "17332", + "19085", + "11760", + "22023", + "22155", + "18765", + "16010", + "22565", + "13984", + "13193", + "17908", + "15849", + "23373", + "24372", + "14414", + "17361", + "13347", + "18248", + "23088", + "21295", + "15839", + "16798", + "22699", + "12587", + "13829", + "22810", + "15628", + "20576", + "23255", + "23476", + "22322", + "19313", + "20109", + "24394", + "24660", + "23729", + "24105", + "23816", + "15166", + "7463", + "11895", + "10722", + "9135", + "23175", + "12551", + "10268", + "14044", + "14076", + "13162", + "10800", + "10858", + "13842", + "12496", + "12765", + "1349", + "19009", + "14949", + "12086", + "1108", + "11663", + "7816", + "20017", + "23580", + "11725", + "11086", + "18777", + "10191", + "11291", + "11030", + "11585", + "20361", + "23974", + "11788", + "5557", + "19815", + "15310", + "5219", + "19119", + "18845", + "19846", + "20315", + "7647", + "18917", + "19111", + "11657", + "20363", + "8092", + "11551", + "11138", + "24256", + "10896", + "19630", + "17049", + "14142", + "13746", + "6635", + "19823", + "7455", + "16116", + "14493", + "23134", + "8187", + "19789", + "8089", + "12150", + "13820", + "9030", + "10183", + "21550", + "10739", + "18629", + "5143", + "15987", + "1441", + "824", + "16019", + "9088", + "13250", + "10779", + "24974", + "12417", + "12272", + "4111", + "15732", + "5147", + "12728", + "13567", + "24089", + "4614", + "20217", + "11382", + "12852", + "22464", + "18193", + "10785", + "11858", + "24739", + "9176", + "23972", + "9934", + "6177", + "15379", + "14456", + "17040", + "16650", + "15155", + "8763", + "6529", + "2997", + "12144", + "11919", + "15344", + "23211", + "9086", + "17680", + "9656", + "14807", + "22790", + "23804", + "15282", + "16093", + "15045", + "19426", + "3691", + "16277", + "469", + "12269", + "19535", + "2876", + "20664", + "24793", + "4197", + "14114", + "16865", + "18950", + "22566", + "21876", + "19898", + "11914", + "5562", + "10035", + "20825", + "13874", + "13735", + "10657", + "22830", + "18808", + "12298", + "7872", + "24436", + "20237", + "15489", + "12623", + "22971", + "22398", + "14557", + "20113", + "22654", + "21612", + "13121", + "4592", + "20257", + "6243", + "22632", + "22231", + "6938", + "12497", + "7892", + "4458", + "19446", + "21182", + "22685", + "976", + "9114", + "8435", + "11038", + "18586", + "18676", + "11008", + "12883", + "1295", + "20932", + "14696", + "15196", + "10177", + "12092", + "2079", + "4888", + "20696", + "24548", + "11463", + "18234", + "18535", + "10379", + "17013", + "21634", + "12522", + "540", + "22181", + "4889", + "13182", + "20587", + "13135", + "16013", + "23062", + "21893", + "18114", + "22223", + "4344", + "10293", + "23077", + "16381", + "14073", + "10990", + "11529", + "16713", + "23162", + "15272", + "5662", + "8490", + "23890", + "22684", + "21357", + "2291", + "4147", + "10867", + "12750", + "18819", + "21514", + "455", + "12664", + "13554", + "13955", + "16361", + "15772", + "9483", + "6452", + "722", + "13435", + "12035", + "11936", + "10656", + "9792", + "19998", + "22160", + "21575", + "12305", + "16024", + "8677", + "14828", + "8028", + "14090", + "23618", + "14371", + "12413", + "11307", + "14736", + "13564", + "21415", + "11182", + "19856", + "2926", + "17199", + "18089", + "14678", + "5983", + "11058", + "1128", + "12769", + "16053", + "14435", + "21482", + "11747", + "23891", + "21530", + "15880", + "16815", + "20197", + "20318", + "18576", + "17938", + "20873", + "16722", + "14768", + "8060", + "19278", + "6485", + "10361", + "15338", + "14527", + "12926", + "4783", + "18063", + "13396", + "19277", + "17745", + "13195", + "19382", + "17264", + "8789", +]; +const xp: string[] = [ + "23795", + "17944", + "10292", + "14140", + "9412", + "16455", + "11170", + "9106", + "6952", + "23201", + "16559", + "19143", + "4479", + "16635", + "13212", + "5139", + "22037", + "12409", + "23881", + "3378", + "21403", + "15778", + "21508", + "1416", + "14117", + "172", + "9358", + "4518", + "8531", + "17033", + "1677", + "9673", + "13700", + "22844", + "4350", + "6931", + "16028", + "4271", + "2195", + "11399", + "11663", + "6827", + "21868", + "21424", + "2941", + "1454", + "17344", + "1743", + "22566", + "15328", + "4789", + "22714", + "19991", + "4285", + "6138", + "13509", + "5535", + "11785", + "18009", + "16863", + "6147", + "7303", + "12893", + "13996", + "22133", + "12022", + "14046", + "22128", + "24941", + "20454", + "23098", + "6164", + "12247", + "3052", + "5743", + "1264", + "383", + "18873", + "12611", + "12515", + "16553", + "4895", + "1470", + "22958", + "1218", + "7413", + "18650", + "23065", + "5027", + "13489", + "22197", + "7782", + "18111", + "766", + "5369", + "16732", + "4405", + "6109", + "20449", + "18477", + "24381", + "692", + "10909", + "16975", + "14436", + "9023", + "1240", + "20844", + "3169", + "20232", + "20952", + "6279", + "16748", + "20019", + "16505", + "21154", + "15694", + "22751", + "3256", + "1448", + "13536", + "8764", + "282", + "5604", + "22018", + "24976", + "3295", + "8821", + "8517", + "19172", + "8845", + "19016", + "4005", + "5790", + "3942", + "836", + "9346", + "4794", + "3037", + "1475", + "7422", + "15109", + "19937", + "6174", + "7848", + "6912", + "19970", + "17539", + "21797", + "18400", + "6350", + "13425", + "8651", + "20374", + "15571", + "17444", + "9808", + "3673", + "12151", + "5731", + "23249", + "5935", + "8863", + "1735", + "16543", + "11015", + "8893", + "826", + "14473", + "1806", + "24975", + "11746", + "12112", + "4589", + "14480", + "22704", + "7001", + "5540", + "22724", + "7755", + "2812", + "5702", + "7026", + "5017", + "8099", + "8327", + "20826", + "20518", + "2368", + "12532", + "20909", + "8691", + "10252", + "17343", + "24554", + "6735", + "24089", + "8364", + "408", + "2749", + "11205", + "14350", + "22153", + "21278", + "7653", + "14339", + "8050", + "9175", + "2967", + "10321", + "7885", + "1838", + "20151", + "13291", + "1014", + "19134", + "23414", + "7060", + "4441", + "15351", + "3932", + "8256", + "574", + "7895", + "1779", + "8623", + "12198", + "13262", + "16451", + "13401", + "11033", + "5583", + "18661", + "24484", + "12886", + "2145", + "19030", + "8612", + "6447", + "19260", + "9867", + "16524", + "2542", + "7969", + "2501", + "8016", + "3370", + "4639", + "6951", + "5682", + "3171", + "8064", + "1381", + "5684", + "5737", + "6451", + "9760", + "2500", + "598", + "3407", + "3173", + "6843", + "3931", + "6058", + "8590", + "5420", + "3782", + "1728", + "581", + "7563", + "7562", + "6239", + "4944", + "12873", + "1367", + "2739", + "5205", + "4301", + "22261", + "12481", + "3201", + "3929", + "4302", + "16712", + "4678", + "7617", + "1836", + "5140", + "20235", + "5141", + "1998", + "9832", + "1780", + "8501", + "7401", + "3933", + "1483", + "4650", + "4298", + "19221", + "10646", + "8554", + "12353", + "7868", + "7052", + "3749", + "8032", + "1852", + "6933", + "3861", + "6351", + "7055", + "5383", + "8303", + "5681", + "22473", + "7456", + "4566", + "5155", + "4465", + "3308", + "14978", + "2393", + "7863", + "1345", + "787", + "3425", + "2270", + "9250", + "5658", + "5660", + "8235", + "9996", + "9689", + "9957", + "7200", + "7202", + "9634", + "4567", + "6156", + "4561", + "4564", + "5975", + "9362", + "6265", + "2811", + "6155", + "14296", + "2559", + "5533", + "673", + "3156", + "8499", + "6014", + "5551", + "5798", + "4682", + "7571", + "1633", + "9862", + "5549", + "1335", + "567", + "1545", + "8971", + "543", + "578", + "486", + "5029", + "7203", + "9171", + "4503", + "2854", + "9733", + "1491", + "9338", + "577", + "575", + "5079", + "17171", + "3852", + "568", + "3431", + "576", + "9850", + "573", + "571", + "9851", + "13299", + "569", + "5945", + "580", + "13828", + "4598", + "4847", + "6233", + "4125", + "23773", + "5375", + "6847", + "5883", + "9813", + "9021", + "3934", + "3898", + "9393", + "3596", + "14935", + "8607", + "8069", + "3899", + "3012", + "4740", + "14194", + "449", + "8434", + "9685", + "8902", + "1083", + "4458", + "8147", + "2745", + "5980", + "24711", + "3152", + "5676", + "6342", + "1840", + "1668", + "8823", + "4505", + "18339", + "8694", + "2054", + "19373", + "9210", + "6257", + "7209", + "7030", + "3154", + "7433", + "8864", + "4616", + "8860", + "8862", + "7689", + "21895", + "7717", + "7832", + "8480", + "9083", + "267", + "3711", + "7067", + "6040", + "8861", + "9371", + "9636", + "5134", + "8440", + "8439", + "6786", + "21660", + "8443", + "6443", + "3989", + "815", + "396", + "8442", + "922", + "7025", + "6222", + "3237", + "8084", + "6128", + "1745", + "684", + "201", + "2906", + "7369", + "6665", + "8955", + "9814", + "6946", + "2674", + "3736", + "2824", + "2558", + "6853", + "4433", + "2463", + "13523", + "15550", + "2750", + "7058", + "2290", + "6208", + "3040", + "5877", + "820", + "8615", + "8585", + "9337", + "3928", + "12387", + "14697", + "8790", + "4106", + "1457", + "5701", + "19207", + "8226", + "4735", + "7864", + "233", + "9654", + "4156", + "4117", + "4095", + "4765", + "4820", + "1986", + "4228", + "4069", + "2687", + "8631", + "9751", + "19548", + "7083", + "9997", + "16354", + "6953", + "3411", + "9121", + "16239", + "5769", + "16076", + "112", + "7084", + "19834", + "8082", + "2716", + "6884", + "17282", + "15841", + "9047", + "6792", + "12400", + "3835", + "8667", + "6652", + "9612", + "9936", + "12918", + "14256", + "5423", + "18374", + "1879", + "7304", + "8756", + "4230", + "4521", + "12513", + "5792", + "9215", + "8588", + "7893", + "6709", + "514", + "5733", + "5696", + "5328", + "13600", + "9767", + "8934", + "6475", + "789", + "236", + "2249", + "23931", + "1808", + "17188", + "8693", + "8061", + "924", + "15434", + "4527", + "7569", + "8158", + "114", + "21813", + "1195", + "6136", + "6615", + "16456", + "23780", + "13238", + "20848", + "18859", + "22163", + "2057", + "7517", + "2678", + "1862", + "23741", + "2851", + "3051", + "4102", + "4640", + "4701", + "12628", + "6266", + "677", + "9349", + "4232", + "8213", + "3515", + "522", + "4906", + "1994", + "243", + "12660", + "6394", + "5904", + "9849", + "20342", + "6094", + "8229", + "15707", + "3572", + "5280", + "5446", + "9173", + "1193", + "7687", + "7167", + "5488", + "14734", + "10356", + "15560", + "16587", + "16059", + "21038", + "20832", + "18438", + "19903", + "19788", + "1586", + "5508", + "7992", + "6132", + "4677", + "4683", + "4693", + "4679", + "4680", + "4681", + "4090", + "5501", + "5016", + "13774", + "5306", + "8806", + "4083", + "7384", + "8936", + "7603", + "662", + "4684", + "4534", + "14341", + "5641", + "18107", + "2888", + "4489", + "20060", + "2301", + "15697", + "1274", + "2879", + "6131", + "3584", + "5524", + "3205", + "14174", + "4595", + "1379", + "9602", + "2359", + "8960", + "2209", + "1055", + "24859", + "7980", + "23258", + "7800", + "5106", + "15320", + "11065", + "8396", + "9174", + "8167", + "7545", + "17342", + "19163", + "572", + "1954", + "1021", + "11566", + "22652", + "15120", + "2181", + "20128", + "16109", + "2128", + "3160", + "22122", + "5305", + "6633", + "18296", + "9866", + "9681", + "1952", + "24727", + "21835", + "23535", + "1063", + "479", + "5704", + "12986", + "8922", + "8030", + "7377", + "16861", + "10979", + "8166", + "7082", + "8557", + "8102", + "9357", + "3900", + "21849", + "5321", + "3905", + "5955", + "2269", + "18291", + "6345", + "7312", + "18539", + "4486", + "19406", + "5521", + "7817", + "7113", + "9610", + "3178", + "8382", + "19562", + "3184", + "4670", + "4444", + "3179", + "14510", + "4809", + "21093", + "5967", + "9396", + "19883", + "20863", + "19086", + "3177", + "9179", + "8121", + "10398", + "5376", + "8726", + "5221", + "5154", + "6274", + "11554", + "8311", + "7897", + "1580", + "106", + "14567", + "20061", + "5938", + "17827", + "4215", + "7958", + "9125", + "1244", + "6089", + "6637", + "16431", + "15510", + "2261", + "23587", + "5378", + "5377", + "20475", + "2557", + "9168", + "14160", + "16969", + "5374", + "11732", + "14781", + "24449", + "5504", + "2360", + "13559", + "289", + "17037", + "2260", + "6047", + "660", + "23757", + "5496", + "17242", + "17257", + "24504", + "11259", + "9983", + "4078", + "16095", + "20943", + "10549", + "23984", + "17069", + "9889", + "21048", + "4165", + "16980", + "18352", + "24948", + "17751", + "9643", + "3403", + "11289", + "12422", + "966", + "12221", + "18853", + "23324", + "16016", + "19561", + "24936", + "2886", + "5507", + "22934", + "15518", + "3789", + "14554", + "16770", + "16424", + "8253", + "16598", + "13990", + "17161", + "18309", + "22700", + "5485", + "23574", + "2544", + "12123", + "23785", + "14457", + "13974", + "7425", + "9795", + "6592", + "24169", + "1368", + "23293", + "7957", + "7206", + "4728", + "19784", + "2717", + "18126", + "169", + "4786", + "1425", + "6851", + "9848", + "19156", + "7449", + "4468", + "14817", + "23496", + "1590", + "7943", + "9731", + "4560", + "8567", + "14437", + "4700", + "9162", + "13796", + "6562", + "12065", + "14438", + "16492", + "4263", + "3647", + "14882", + "24004", + "4749", + "15202", + "7232", + "1197", + "6012", + "9073", + "12934", + "13281", + "10221", + "17957", + "11598", + "6766", + "12504", + "11082", + "15853", + "3865", + "21114", + "16069", + "973", + "10780", + "4685", + "20270", + "22455", + "20728", + "17602", + "12374", + "1689", + "11728", + "18121", + "12757", + "9287", + "17122", + "44", + "20057", + "12637", + "24935", + "19263", + "21103", + "12525", + "13778", + "23861", + "19420", + "16368", + "15427", + "13082", + "17097", + "17606", + "15220", + "18975", + "14858", + "17222", + "123", + "11368", + "8542", + "13722", + "9802", + "6564", + "18247", + "19549", + "11093", + "11963", + "21337", + "20489", + "19770", + "3542", + "21933", + "15296", + "24149", + "1768", + "20974", + "7429", + "23140", + "9688", + "13451", + "16887", + "22017", + "14168", + "20545", + "18399", + "14370", + "9747", + "17571", + "21871", + "2932", + "22225", + "19435", + "11156", + "15930", + "22011", + "15271", + "8927", + "19841", + "607", + "6080", + "1752", + "19564", + "2553", + "24839", + "4064", + "10561", + "10810", + "2931", + "9900", + "9395", + "11336", + "511", + "5283", + "8379", + "22013", + "23978", + "13719", + "2976", + "9212", + "13143", + "14654", + "21970", + "15830", + "22010", + "24110", + "23524", + "24944", + "24108", + "10902", + "3487", + "9762", + "5238", + "12656", + "20658", + "21968", + "18753", + "21326", + "21870", + "5689", + "10281", + "16749", + "23672", + "897", + "1124", + "21556", + "9826", + "18545", + "19589", + "17045", + "1583", + "3429", + "6324", + "7853", + "8600", + "8995", + "19819", + "17223", + "5110", + "21369", + "9342", + "11392", + "3855", + "9819", + "8655", + "24934", + "13681", + "3433", + "20723", + "6828", + "3423", + "3424", + "15347", + "3440", + "18694", + "3427", + "19343", + "23492", + "2099", + "2350", + "16924", + "10299", + "10406", + "22145", + "5401", + "24636", + "9554", + "21937", + "3430", + "3538", + "11630", + "18560", + "12613", + "12234", + "14961", + "13346", + "16496", + "21379", + "11428", + "13198", + "19489", + "5954", + "13608", + "23689", + "17617", + "7266", + "9461", + "3539", + "12303", + "19943", + "21586", + "14499", + "10223", + "16163", + "12691", + "18138", + "13116", + "14302", + "3443", + "12619", + "24996", + "14110", + "4044", + "7644", + "10274", + "14675", + "21238", + "18152", + "13496", + "3434", + "14265", + "16327", + "11894", + "21617", + "14628", + "15500", + "13067", + "21431", + "4068", + "9552", + "19198", + "14155", + "15750", + "3441", + "16272", + "23864", + "16189", + "9958", + "15708", + "22809", + "19330", + "17525", + "19486", + "7739", + "24945", + "21097", + "20244", + "5907", + "11607", + "4763", + "20124", + "18814", + "6797", + "14507", + "12738", + "18836", + "15340", + "4875", + "16728", + "17107", + "9286", + "1012", + "7368", + "20279", + "3560", + "23116", + "5530", + "3816", + "9589", + "10492", + "7341", + "3581", + "7462", + "20662", + "13795", + "12559", + "14743", + "2744", + "183", + "10566", + "18742", + "16379", + "6054", + "17352", + "17035", + "12307", + "4021", + "4363", + "13257", + "13066", + "21366", + "16630", + "2624", + "2738", + "24852", + "9561", + "16260", + "24800", + "17983", + "15770", + "8444", + "24545", + "23235", + "11061", + "24109", + "13676", + "14224", + "13878", + "11521", + "20951", + "19920", + "16858", + "579", + "13879", + "24115", + "14482", + "17509", + "430", + "9350", + "9614", + "11764", + "17028", + "12191", + "11362", + "16503", + "14513", + "13712", + "1690", + "19371", + "12454", + "16287", + "13464", + "22338", + "24884", + "19498", + "24930", + "10818", + "22859", + "13344", + "16380", + "5998", + "20604", + "21405", + "17182", + "19860", + "5995", + "2795", + "5997", + "9678", + "17420", + "8259", + "632", + "24966", + "16358", + "19637", + "5993", + "5996", + "5999", + "19124", + "19712", + "19153", + "4913", + "23726", + "7541", + "24886", + "24782", + "22572", + "11769", + "5297", + "6000", + "10395", + "5992", + "6460", + "6033", + "13701", + "17813", + "21950", + "17090", + "16591", + "2792", + "10338", + "16947", + "11358", + "17014", + "18939", + "21836", + "20687", + "23131", + "14386", + "8621", + "23690", + "2793", + "6001", + "5431", + "1904", + "14220", + "19053", + "6041", + "8625", + "14352", + "21499", + "5994", + "13436", + "12231", + "728", + "16291", + "8281", + "21643", + "21371", + "20469", + "5419", + "14981", + "15962", + "19984", + "20055", + "10880", + "18829", + "19364", + "11689", + "14247", + "14977", + "16066", + "19335", + "7505", + "9790", + "11891", + "15592", + "12788", + "1911", + "19177", + "19756", + "8624", + "111", + "9214", + "5612", + "12371", + "17808", + "11294", + "10520", + "14841", + "10159", + "14793", + "19795", + "23766", + "13560", + "8622", + "13514", + "22008", + "19168", + "5160", + "15629", + "10834", + "11479", + "12281", + "19234", + "2095", + "16548", + "19237", + "11643", + "22107", + "21061", + "11782", + "2552", + "15869", + "15685", + "18356", + "14257", + "20978", + "13038", + "22600", + "15724", + "17369", + "17395", + "19954", + "13914", + "1126", + "7927", + "8787", + "13338", + "13033", + "18982", + "18066", + "20618", + "20483", + "22144", + "23667", + "24946", + "19602", + "11995", + "5433", + "19811", + "15737", + "8159", + "11695", + "1477", + "11885", + "14553", + "6893", + "13741", + "12651", + "1150", + "13588", + "21439", + "17924", + "21829", + "12236", + "19131", + "14959", + "23593", + "23600", + "3435", + "18549", + "17986", + "23983", + "23884", + "14521", + "19012", + "2966", + "14646", + "14412", + "12543", + "14103", + "15309", + "15479", + "21629", + "487", + "20314", + "17969", + "8023", + "19312", + "12166", + "19512", + "8086", + "9817", + "4344", + "9818", + "21340", + "13498", + "5162", + "8129", + "11883", + "3397", + "7300", + "14443", + "17677", + "17684", + "15535", + "21299", + "5025", + "22126", + "21820", + "13590", + "14115", + "20672", + "13898", + "6148", + "20766", + "21578", + "7137", + "21891", + "16387", + "16432", + "19922", + "5084", + "21350", + "24963", + "14285", + "16633", + "21361", + "9815", + "23403", + "185", + "4238", + "14869", + "22106", + "14920", + "20891", + "22324", + "17027", + "22113", + "12555", + "5358", + "7005", + "13175", + "16025", + "24503", + "15471", + "7103", + "16562", + "23674", + "1030", + "16889", + "12627", + "13024", + "24826", + "19511", + "23712", + "19629", + "22820", + "647", + "5152", + "14439", + "2683", + "17531", + "11191", + "8176", + "16328", + "4249", + "17536", + "2796", + "2111", + "20907", + "23794", + "19412", + "6601", + "3856", + "21400", + "6670", + "22414", + "6600", + "6603", + "16624", + "3857", + "15079", + "6602", + "6604", + "4984", + "15864", + "7847", + "23711", + "18677", + "17701", + "15812", + "23920", + "14647", + "24903", + "16747", + "12671", + "17327", + "15178", + "15403", + "15305", + "3767", + "21356", + "7365", + "24607", + "2031", + "15073", + "19581", + "15035", + "6060", + "17542", + "5783", + "19895", + "9145", + "18867", + "15409", + "19638", + "21624", + "19720", + "20976", + "9549", + "11366", + "9816", + "23775", + "24088", + "4107", + "9550", + "9559", + "17431", + "20805", + "4914", + "1147", + "11393", + "15852", + "9551", + "8648", + "24913", + "3238", + "11791", + "5706", + "17956", + "18513", + "10708", + "17011", + "16917", + "23501", + "8512", + "24899", + "4636", + "7062", + "15215", + "18441", + "10387", + "9139", + "817", + "9334", + "10929", + "9553", + "22892", + "12494", + "10076", + "18124", + "7240", + "11527", + "19250", + "17467", + "17062", + "15331", + "5806", + "12882", + "13867", + "9683", + "21703", + "12128", + "7236", + "23918", + "14107", + "23642", + "7411", + "4739", + "21690", + "20098", + "16498", + "21042", + "978", + "12429", + "9548", + "24179", + "3271", + "13107", + "7382", + "15159", + "20398", + "2950", + "1831", + "12972", + "8929", + "18013", + "19980", + "21773", + "12593", + "648", + "11456", + "18313", + "14024", + "15228", + "14092", + "17897", + "9703", + "14263", + "9701", + "2028", + "2951", + "2027", + "9713", + "12573", + "22585", + "17042", + "7428", + "20782", + "10556", + "12188", + "11430", + "5392", + "17502", + "5593", + "6309", + "3331", + "21789", + "5142", + "24310", + "18807", + "11406", + "463", + "12474", + "18140", + "1412", + "10926", + "16353", + "9547", + "13759", + "2213", + "18434", + "14936", + "9143", + "10852", + "3269", + "11402", + "8603", + "7410", + "19453", + "4738", + "24094", + "649", + "24823", + "15587", + "20711", + "18579", + "24845", + "8589", + "20585", + "2903", + "2212", + "19735", + "650", + "2968", + "5034", + "18184", + "12789", + "10837", + "13800", + "15729", + "19441", + "4372", + "21736", + "9708", + "12273", + "22848", + "22094", + "16922", + "12864", + "6634", + "3275", + "11103", + "22362", + "11824", + "3053", + "13736", + "21173", + "6313", + "19853", + "8534", + "7675", + "10977", + "9133", + "5161", + "6881", + "9735", + "14908", + "20601", + "5298", + "7749", + "19837", + "13511", + "22738", + "19095", + "17390", + "16483", + "20196", + "22508", + "12571", + "15796", + "20407", + "3129", + "8490", + "5755", + "13021", + "19786", + "987", + "10178", + "13010", + "19983", + "22645", + "4394", + "7583", + "20948", + "14471", + "7758", + "18372", + "23460", + "15511", + "2907", + "17786", + "22921", + "21250", + "4218", + "1980", + "4396", + "1207", + "8681", + "20661", + "6310", + "19424", + "18883", + "14489", + "4373", + "4375", + "4365", + "4013", + "4374", + "22507", + "3853", + "4368", + "4367", + "4366", + "4370", + "4379", + "1570", + "24846", + "4376", + "4369", + "4371", + "13868", + "4377", + "4378", + "24958", + "8254", + "15254", + "12903", + "21625", + "16419", + "4599", + "17057", + "6750", + "3437", + "1536", + "186", + "5301", + "2953", + "13276", + "15473", + "5531", + "2391", + "15214", + "24379", + "24961", + "9709", + "18208", + "18109", + "19405", + "24962", + "17256", + "3316", + "1432", + "15623", + "15423", + "12397", + "8097", + "10282", + "23753", + "22283", + "529", + "6938", + "8068", + "9702", + "14427", + "6052", + "9836", + "2030", + "2110", + "550", + "17092", + "4612", + "15881", + "14497", + "10249", + "22665", + "7607", + "12318", + "5708", + "2962", + "9433", + "21742", + "1249", + "15176", + "6584", + "12482", + "24957", + "1426", + "7480", + "4481", + "23964", + "24102", + "12223", + "13260", + "24544", + "24186", + "10692", + "20815", + "6224", + "6536", + "6438", + "1874", + "14634", + "24960", + "10751", + "15481", + "5520", + "13449", + "24847", + "18685", + "14640", + "17322", + "11168", + "37", + "19176", + "22659", + "20343", + "7526", + "646", + "6129", + "16270", + "20735", + "22864", + "14172", + "22007", + "23539", + "6880", + "3371", + "6882", + "11021", + "11268", + "3510", + "3938", + "13061", + "7889", + "15867", + "4597", + "5031", + "2945", + "6639", + "8012", + "7973", + "10752", + "9899", + "22922", + "10243", + "21987", + "13658", + "6374", + "3387", + "13208", + "11545", + "7937", + "3820", + "5666", + "16619", + "6533", + "23747", + "20010", + "17217", + "6142", + "5372", + "528", + "24553", + "18663", + "8205", + "5470", + "600", + "8503", + "4799", + "6375", + "7110", + "9896", + "2182", + "13703", + "18591", + "8583", + "22484", + "9877", + "6678", + "3939", + "8207", + "3280", + "16567", + "20397", + "8890", + "21236", + "17690", + "3659", + "8383", + "12581", + "21662", + "3662", + "9793", + "12096", + "17601", + "3342", + "20165", + "14848", + "24931", + "11835", + "16186", + "3819", + "4613", + "4591", + "3124", + "12285", + "6854", + "20875", + "20478", + "23986", + "23799", + "21555", + "19170", + "7396", + "11762", + "19081", + "5908", + "7495", + "4642", + "10318", + "4622", + "7585", + "16139", + "21308", + "21422", + "14163", + "4834", + "17270", + "4889", + "19996", + "14391", + "14580", + "9123", + "23503", + "14587", + "19064", + "16134", + "21916", + "20130", + "16676", + "15618", + "23343", + "21259", + "10498", + "14203", + "14797", + "19585", + "951", + "9965", + "6163", + "19801", + "2267", + "23097", + "17186", + "20154", + "22533", + "19609", + "11283", + "18990", + "17372", + "20110", + "12210", + "16416", + "22510", + "24645", + "6063", + "15900", + "22085", + "10154", + "23132", + "19612", + "2271", + "1058", + "9753", + "1974", + "18952", + "11047", + "24712", + "9831", + "19810", + "2504", + "19362", + "15397", + "10539", + "21463", + "20878", + "18965", + "23878", + "22834", + "1703", + "16985", + "20750", + "14865", + "9604", + "16541", + "7816", + "19969", + "19538", + "21047", + "16226", + "15455", + "17408", + "14294", + "15905", + "19501", + "16679", + "13563", + "21680", + "10727", + "17072", + "17504", + "12681", + "17879", + "16750", + "21634", + "12861", + "2707", + "17134", + "14259", + "19452", + "19317", + "14530", + "1802", + "23892", + "20917", + "10534", + "16053", + "14099", + "22513", + "23723", + "14839", + "22111", + "24181", + "3691", + "16383", + "21504", + "24422", + "15522", + "12477", + "17239", + "12388", + "13399", + "24923", + "1348", + "19577", + "15924", + "1884", + "13616", + "20059", + "7389", + "22309", + "16375", + "1269", + "5411", + "24786", + "13838", + "12541", + "11833", + "16055", + "7908", + "22835", + "16361", + "12750", + "16534", + "16834", + "12420", + "21495", + "22609", + "4838", + "6677", + "13071", + "18411", + "3997", + "23490", + "9248", + "13921", + "12319", + "4892", + "3475", + "6676", + "16818", + "17433", + "16336", + "24306", + "23443", + "16160", + "2107", + "9594", + "12031", + "4703", + "4352", + "13687", + "20126", + "24779", + "18485", + "13495", + "2909", + "8989", + "24471", + "19464", + "17160", + "15578", + "11556", + "18224", + "14570", + "14870", + "14316", + "4351", + "8979", + "15367", + "12337", + "3998", + "3999", + "4326", + "16539", + "16345", + "13099", + "8986", + "8015", + "8976", + "8990", + "3525", + "12378", + "12367", + "7284", + "8987", + "8980", + "16223", + "12898", + "4349", + "7639", + "9129", + "6675", + "4696", + "8974", + "14748", + "2554", + "2657", + "3523", + "3787", + "8968", + "8981", + "22927", + "8973", + "8988", + "7385", + "8889", + "8969", + "5343", + "7286", + "1518", + "3526", + "3527", + "7288", + "8972", + "1447", + "6674", + "9288", + "17702", + "3680", + "8695", + "7729", + "3041", + "7471", + "4753", + "18928", + "8975", + "8884", + "9453", + "4877", + "8453", + "5809", + "2281", + "12097", + "23117", + "16309", + "14651", + "18052", + "18134", + "12464", + "12557", + "11472", + "18445", + "12396", + "4840", + "12398", + "14832", + "3180", + "21241", + "14485", + "6135", + "5765", + "12402", + "15837", + "8978", + "13668", + "2898", + "20747", + "22718", + "18819", + "24984", + "22083", + "8966", + "19014", + "19446", + "19645", + "4948", + "12238", + "19345", + "13485", + "20613", + "24726", + "16303", + "9545", + "22152", + "13251", + "17497", + "11977", + "2244", + "13088", + "19487", + "11354", + "5081", + "3524", + "10440", + "4915", + "4900", + "8967", + "4556", + "12976", + "20526", + "14594", + "22054", + "9603", + "5250", + "6223", + "20200", + "2987", + "22915", + "6336", + "6963", + "14039", + "7204", + "16293", + "5069", + "4621", + "5293", + "20108", + "13192", + "16144", + "21549", + "5232", + "11724", + "15847", + "20223", + "16626", + "12849", + "14178", + "12914", + "10244", + "22118", + "21959", + "21531", + "11734", + "14280", + "6260", + "15291", + "24410", + "8739", + "9449", + "18311", + "6209", + "15739", + "1481", + "9985", + "5903", + "15883", + "21226", + "15113", + "24751", + "8059", + "21974", + "4662", + "5032", + "3727", + "22628", + "14087", + "6765", + "4807", + "7468", + "22264", + "24130", + "102", + "13273", + "10565", + "4038", + "8780", + "7898", + "15432", + "19815", + "13433", + "2902", + "22815", + "12715", + "18623", + "2034", + "7573", + "15480", + "16998", + "7181", + "11870", + "18467", + "18265", + "12263", + "2913", + "3773", + "7936", + "14856", + "10051", + "11091", + "18314", + "4533", + "15169", + "10715", + "11190", + "20937", + "1388", + "18360", + "8707", + "20248", + "13802", + "12265", + "10913", + "4359", + "22693", + "20348", + "17115", + "3935", + "908", + "4903", + "6311", + "9242", + "22872", + "16003", + "12768", + "22930", + "11553", + "10131", + "9450", + "15308", + "22412", + "20209", + "16716", + "3881", + "4868", + "17063", + "6278", + "7504", + "7636", + "7081", + "1989", + "18839", + "11680", + "12727", + "18871", + "14555", + "12616", + "15678", + "18780", + "13171", + "16593", + "7225", + "13925", + "21071", + "7424", + "1372", + "16030", + "4167", + "6205", + "753", + "16280", + "11386", + "2914", + "16265", + "11614", + "15392", + "4217", + "5560", + "15139", + "13169", + "549", + "13296", + "18522", + "17623", + "20828", + "16978", + "5754", + "22102", + "956", + "17889", + "16250", + "21542", + "17820", + "2923", + "7662", + "19688", + "23936", + "14028", + "3842", + "24965", + "24850", + "19721", + "16825", + "23329", + "4033", + "2915", + "15368", + "17131", + "15996", + "11943", + "20642", + "19475", + "12338", + "6259", + "16965", + "12831", + "17629", + "3815", + "18558", + "12878", + "19949", + "19864", + "17341", + "11005", + "21537", + "14890", + "18762", + "14470", + "21727", + "11703", + "23666", + "8582", + "4472", + "2235", + "3774", + "20220", + "21100", + "473", + "21604", + "14345", + "16660", + "12810", + "16529", + "21115", + "10077", + "13469", + "21397", + "3134", + "16199", + "4937", + "4673", + "3341", + "16659", + "13305", + "24576", + "18401", + "20346", + "22768", + "18567", + "15219", + "10043", + "11590", + "19247", + "21220", + "15980", + "12514", + "18287", + "15537", + "22965", + "24566", + "11342", + "9451", + "22931", + "10388", + "10060", + "23930", + "23899", + "11293", + "6690", + "22819", + "14094", + "17591", + "19913", + "23313", + "16629", + "24067", + "10541", + "17040", + "2612", + "8734", + "16538", + "8653", + "12723", + "10507", + "18201", + "24564", + "11501", + "22053", + "3893", + "16795", + "20142", + "8062", + "20067", + "17241", + "17306", + "21019", + "17350", + "12710", + "18067", + "12369", + "24076", + "16560", + "10046", + "15933", + "20271", + "4182", + "810", + "12698", + "17294", + "4497", + "14853", + "17422", + "12650", + "225", + "23614", + "10044", + "14369", + "14637", + "9494", + "23819", + "6879", + "22138", + "16099", + "14897", + "20852", + "2679", + "17065", + "4510", + "22470", + "12416", + "17345", + "23873", + "15971", + "17503", + "11470", + "4122", + "12375", + "5720", + "7407", + "7961", + "12430", + "10833", + "15177", + "17101", + "9607", + "7647", + "11798", + "15836", + "4130", + "7661", + "24590", + "18127", + "16582", + "24671", + "23425", + "15630", + "21130", + "2588", + "21952", + "5700", + "3541", + "20068", + "12214", + "15475", + "7536", + "6166", + "16586", + "21798", + "17012", + "12372", + "21572", + "15279", + "24661", + "24902", + "12846", + "23122", + "16366", + "17569", + "19826", + "16778", + "17283", + "17890", + "7143", + "22140", + "21419", + "16441", + "9622", + "16910", + "16806", + "14517", + "22679", + "17870", + "13580", + "13632", + "13319", + "1140", + "16316", + "3302", + "22080", + "13991", + "6015", + "20080", + "3340", + "9108", + "1679", + "13492", + "22004", + "20966", + "17298", + "14454", + "6700", + "4841", + "20752", + "15346", + "24792", + "20134", + "6642", + "13831", + "13913", + "11195", + "1661", + "14027", + "4436", + "9780", + "20714", + "12549", + "11257", + "13972", + "16388", + "11902", + "15845", + "21255", + "10675", + "18452", + "14702", + "16594", + "1157", + "6862", + "22247", + "6704", + "11916", + "3128", + "11988", + "19388", + "14551", + "13424", + "15246", + "17926", + "23970", + "10329", + "15676", + "17267", + "22904", + "20697", + "15574", + "16755", + "18338", + "6966", + "17296", + "21243", + "21724", + "13850", + "14130", + "19355", + "16785", + "16564", + "13351", + "19054", + "13261", + "16364", + "20970", + "18752", + "20934", + "15046", + "21689", + "13660", + "13846", + "15152", + "13682", + "15994", + "12758", + "14964", + "21524", + "14991", + "20442", + "12560", + "21479", + "12042", + "20049", + "19294", + "15449", + "16841", + "13043", + "10128", + "19027", + "12213", + "4124", + "18258", + "23903", + "21302", + "1133", + "16033", + "17208", + "18174", + "19663", + "5502", + "15635", + "2091", + "6837", + "18415", + "17113", + "16418", + "14825", + "17425", + "17484", + "14054", + "19434", + "17532", + "18017", + "15226", + "15675", + "17599", + "13505", + "15776", + "24651", + "15007", + "4104", + "6400", + "22483", + "22244", + "15907", + "24080", + "23791", + "16596", + "24767", + "10354", + "16009", + "19507", + "21487", + "10253", + "17982", + "12315", + "19491", + "14518", + "3480", + "8544", + "11990", + "19318", + "12814", + "997", + "18190", + "11613", + "6389", + "998", + "23174", + "18495", + "20480", + "14362", + "14927", + "13324", + "16402", + "11563", + "19082", + "8474", + "3595", + "16171", + "18106", + "15928", + "15946", + "15859", + "20755", + "17625", + "15674", + "23792", + "20464", + "5075", + "23921", + "16376", + "9578", + "12143", + "20194", + "8478", + "17251", + "3753", + "18156", + "9448", + "21714", + "7727", + "8782", + "17795", + "7215", + "13522", + "22901", + "6683", + "8049", + "11759", + "6942", + "18649", + "16126", + "9676", + "8332", + "21921", + "93", + "15076", + "18426", + "8784", + "20575", + "2117", + "22773", + "22479", + "16450", + "19443", + "20041", + "24964", + "3", + "17124", + "19148", + "15854", + "12300", + "24409", + "1981", + "22259", + "10240", + "19632", + "20026", + "9768", + "10208", + "11254", + "8372", + "21134", + "5888", + "13863", + "19287", + "13535", + "15264", + "16414", + "15381", + "9803", + "17368", + "17519", + "15281", + "16406", + "15417", + "14029", + "15369", + "21721", + "19005", + "20737", + "275", + "14814", + "3481", + "1469", + "12533", + "20659", + "6385", + "17972", + "12686", + "19055", + "12984", + "8483", + "925", + "48", + "22916", + "11684", + "23777", + "9306", + "6107", + "19700", + "16125", + "15595", + "8552", + "14753", + "23913", + "10868", + "2693", + "15549", + "3168", + "14030", + "18483", + "13022", + "12530", + "20372", + "1074", + "12973", + "18872", + "207", + "2090", + "12835", + "18506", + "5224", + "17773", + "24692", + "156", + "290", + "3818", + "14755", + "9506", + "4475", + "2703", + "2421", + "3036", + "1751", + "23748", + "13422", + "4040", + "10438", + "12577", + "13267", + "22110", + "19302", + "13978", + "14132", + "21474", + "16907", + "18968", + "13529", + "805", + "24416", + "22006", + "13689", + "12853", + "10175", + "12629", + "1961", + "4461", + "14154", + "22426", + "4945", + "20466", + "5097", + "21485", + "743", + "5195", + "24161", + "18185", + "17558", + "18306", + "16329", + "4047", + "21980", + "21649", + "11378", + "20216", + "17903", + "17725", + "13380", + "8287", + "14868", + "23505", + "4896", + "3084", + "16517", + "1538", + "8452", + "13908", + "10879", + "11104", + "2690", + "23767", + "12125", + "22183", + "20182", + "21877", + "12663", + "18397", + "14898", + "14875", + "2685", + "20063", + "14769", + "11869", + "4048", + "1962", + "14476", + "17243", + "19112", + "1301", + "14941", + "3063", + "3299", + "2759", + "14045", + "22776", + "14252", + "2503", + "10312", + "9628", + "23230", + "1370", + "20804", + "3873", + "14886", + "11419", + "10283", + "14860", + "19390", + "10517", + "12073", + "15196", + "17631", + "15428", + "24441", + "1657", + "2506", + "269", + "4355", + "1652", + "1234", + "1273", + "12257", + "20481", + "1729", + "358", + "9869", + "6165", + "14250", + "1164", + "1241", + "11133", + "5320", + "3085", + "12028", + "22902", + "4882", + "22329", + "20849", + "5906", + "2581", + "1203", + "24637", + "23413", + "21322", + "19514", + "474", + "6401", + "20432", + "8699", + "12621", + "7320", + "13577", + "20129", + "15878", + "439", + "9103", + "5220", + "8446", + "23007", + "20525", + "17292", + "16319", + "17466", + "21264", + "19211", + "11084", + "11220", + "15768", + "18491", + "17833", + "11350", + "6711", + "20869", + "21583", + "24714", + "20913", + "15302", + "21705", + "22251", + "18676", + "7914", + "10156", + "16083", + "3784", + "21413", + "24840", + "9443", + "15717", + "3044", + "8493", + "3783", + "21263", + "15495", + "9391", + "14085", + "18362", + "19842", + "16170", + "22378", + "9372", + "3593", + "7839", + "1178", + "13994", + "22909", + "2475", + "12076", + "17943", + "15774", + "7267", + "11582", + "15040", + "4694", + "5331", + "801", + "19140", + "2837", + "5330", + "10925", + "23073", + "15107", + "12927", + "11463", + "17052", + "3451", + "23216", + "24451", + "15781", + "17203", + "11376", + "5273", + "9340", + "19789", + "2492", + "16926", + "13170", + "1539", + "4859", + "6140", + "19307", + "7431", + "5296", + "11610", + "20582", + "19096", + "124", + "19337", + "16457", + "20936", + "5388", + "14921", + "3408", + "2649", + "1170", + "11692", + "5959", + "19534", + "11106", + "10095", + "11007", + "4536", + "13839", + "14888", + "4406", + "10090", + "18051", + "20381", + "15749", + "15357", + "20912", + "23514", + "18432", + "4034", + "18695", + "9608", + "10785", + "12770", + "22222", + "13816", + "21784", + "19930", + "2689", + "2946", + "7804", + "7426", + "9626", + "16034", + "14222", + "7212", + "2346", + "11726", + "20678", + "18036", + "10372", + "18170", + "19623", + "5212", + "22883", + "21702", + "3400", + "6318", + "10614", + "5572", + "15656", + "5276", + "5000", + "4144", + "663", + "1876", + "23229", + "24720", + "22560", + "11543", + "13553", + "13639", + "23957", + "9930", + "13751", + "8692", + "4223", + "22221", + "15336", + "11208", + "18680", + "5514", + "8814", + "24844", + "16859", + "2865", + "22980", + "15163", + "19374", + "20524", + "11177", + "21658", + "4866", + "7171", + "23455", + "18064", + "4784", + "3807", + "19220", + "10241", + "24684", + "6149", + "3841", + "15148", + "9892", + "7387", + "6355", + "18734", + "7779", + "14801", + "3769", + "12427", + "3771", + "19736", + "14236", + "8831", + "17793", + "24854", + "10633", + "2287", + "18304", + "15558", + "19495", + "21362", + "18476", + "3792", + "19543", + "9975", + "4614", + "8741", + "14522", + "22726", + "17669", + "10626", + "20349", + "18077", + "16574", + "12868", + "14625", + "8028", + "24419", + "13363", + "17574", + "24799", + "22066", + "23813", + "14390", + "24741", + "19239", + "7031", + "14245", + "11275", + "12040", + "16895", + "22460", + "20321", + "22976", + "11281", + "21046", + "13300", + "12413", + "13630", + "22108", + "22851", + "18630", + "18516", + "2797", + "24716", + "5650", + "13379", + "13663", + "18012", + "24857", + "16849", + "8057", + "5764", + "17284", + "12624", + "21280", + "5744", + "14782", + "22588", + "13776", + "21026", + "23494", + "11478", + "16428", + "13090", + "24873", + "5409", + "1231", + "14958", + "12741", + "22795", + "4756", + "12688", + "18487", + "24588", + "13016", + "7548", + "19892", + "8222", + "17447", + "10794", + "12749", + "12473", + "23531", + "13538", + "20044", + "11658", + "19537", + "15625", + "1044", + "14661", + "8116", + "11098", + "14415", + "12958", + "16739", + "14308", + "11615", + "13900", + "6860", + "10656", + "1486", + "2122", + "15918", + "2396", + "18710", + "22055", + "13507", + "23001", + "10190", + "15927", + "23774", + "12297", + "18603", + "17314", + "10396", + "24586", + "10851", + "22099", + "20769", + "11353", + "24853", + "10847", + "6459", + "5003", + "9311", + "5588", + "9884", + "18308", + "21209", + "17600", + "18059", + "1321", + "19703", + "17415", + "12386", + "11736", + "16599", + "24173", + "14208", + "17893", + "21608", + "14508", + "11029", + "6549", + "21066", + "8947", + "1265", + "5712", + "7743", + "19918", + "24035", + "20261", + "7953", + "14088", + "17205", + "15572", + "2562", + "24638", + "8022", + "6534", + "6352", + "24640", + "11884", + "10595", + "15740", + "7740", + "21107", + "18319", + "18412", + "11808", + "13884", + "20147", + "15117", + "8568", + "20861", + "5719", + "21007", + "10502", + "7735", + "15414", + "12865", + "14289", + "11770", + "15547", + "14818", + "21538", + "13865", + "19478", + "13611", + "21157", + "13880", + "13633", + "13152", + "18756", + "17544", + "21667", + "17721", + "14164", + "13302", + "10316", + "15466", + "24417", + "21252", + "12911", + "5200", + "17873", + "18721", + "16172", + "11526", + "16408", + "18896", + "12609", + "17729", + "16145", + "16356", + "15359", + "5198", + "13383", + "24041", + "24776", + "12570", + "16470", + "18239", + "6323", + "20701", + "13939", + "12947", + "20143", + "7670", + "20630", + "16929", + "18163", + "23860", + "20298", + "10328", + "10079", + "23679", + "23402", + "2617", + "10704", + "24013", + "15026", + "21037", + "20291", + "13597", + "13076", + "1292", + "13528", + "22385", + "21126", + "22558", + "19449", + "18459", + "21560", + "10685", + "3047", + "19823", + "18749", + "19236", + "12438", + "14804", + "12631", + "24469", + "20258", + "15823", + "11673", + "19941", + "21908", + "23167", + "11510", + "14249", + "1282", + "16738", + "6189", + "12089", + "7492", + "1557", + "24835", + "16273", + "10551", + "5772", + "13764", + "18653", + "5247", + "23703", + "9846", + "22342", + "22249", + "5631", + "4240", + "24146", + "19743", + "12920", + "17280", + "21191", + "18590", + "18875", + "14139", + "16290", + "12847", + "988", + "1558", + "12657", + "19959", + "23619", + "4879", + "22031", + "15524", + "9060", + "3149", + "3265", + "9137", + "8581", + "4917", + "13372", + "20054", + "6681", + "17265", + "8060", + "10513", + "6684", + "4076", + "2990", + "1308", + "5847", + "1071", + "9853", + "18588", + "11619", + "9501", + "2134", + "24690", + "164", + "23161", + "2014", + "6920", + "6630", + "6769", + "3770", + "9071", + "6916", + "19151", + "19825", + "19200", + "16085", + "5036", + "6918", + "6919", + "4634", + "12501", + "21614", + "17102", + "13077", + "8785", + "20955", + "7547", + "24709", + "11938", + "6967", + "9147", + "19661", + "13391", + "16533", + "7955", + "4091", + "5066", + "19230", + "1267", + "15634", + "11959", + "16890", + "18011", + "15565", + "1253", + "12528", + "5953", + "14136", + "21999", + "13387", + "285", + "3650", + "6539", + "21090", + "21077", + "21749", + "5241", + "22604", + "1015", + "4646", + "14909", + "23822", + "15450", + "15525", + "16595", + "7474", + "14662", + "18782", + "21907", + "3839", + "21443", + "21306", + "8911", + "11777", + "18636", + "23104", + "24386", + "17521", + "17137", + "6255", + "11071", + "1385", + "5500", + "12127", + "2901", + "23988", + "22658", + "9528", + "13844", + "20753", + "23006", + "17482", + "15190", + "2788", + "18852", + "14408", + "14501", + "11650", + "11043", + "7438", + "19657", + "101", + "10775", + "23450", + "11144", + "12132", + "22442", + "23224", + "16814", + "12664", + "15846", + "16664", + "15059", + "12823", + "19178", + "10347", + "2798", + "10038", + "2415", + "7420", + "19869", + "23660", + "11966", + "2387", + "23120", + "159", + "21110", + "11588", + "9941", + "16653", + "10564", + "11712", + "5299", + "17244", + "12998", + "11907", + "13849", + "3432", + "11024", + "9128", + "18320", + "10287", + "16097", + "15569", + "19947", + "14826", + "17300", + "3513", + "8075", + "22488", + "22977", + "12622", + "16757", + "17686", + "22082", + "6296", + "7680", + "18324", + "22161", + "10764", + "11373", + "2566", + "14724", + "19137", + "14951", + "14845", + "10294", + "16169", + "9330", + "13550", + "13055", + "7494", + "17335", + "22487", + "19215", + "17029", + "16901", + "12634", + "4280", + "17674", + "6390", + "16608", + "22476", + "6613", + "23302", + "10124", + "13521", + "18854", + "16650", + "20246", + "8433", + "20409", + "22885", + "11014", + "16894", + "12011", + "20615", + "22331", + "21903", + "21796", + "19706", + "674", + "17985", + "18534", + "14741", + "5597", + "19620", + "20017", + "19713", + "7601", + "6824", + "9243", + "2578", + "11875", + "12299", + "4061", + "192", + "3671", + "15156", + "16310", + "14592", + "16322", + "15286", + "4487", + "10936", + "13443", + "24286", + "2613", + "6030", + "24473", + "5972", + "7502", + "3026", + "1360", + "12766", + "11301", + "9852", + "23213", + "14417", + "10369", + "2515", + "2333", + "1572", + "3794", + "5897", + "10718", + "17074", + "13851", + "24730", + "13223", + "20682", + "24848", + "20484", + "19255", + "21446", + "15899", + "10139", + "21848", + "13225", + "20236", + "18665", + "20646", + "12333", + "24024", + "14253", + "18554", + "21806", + "15809", + "19109", + "21284", + "22975", + "191", + "24861", + "23029", + "6889", + "7056", + "17472", + "6939", + "11524", + "20793", + "11973", + "10660", + "5984", + "12376", + "754", + "13352", + "4081", + "13219", + "15509", + "20301", + "18330", + "10405", + "10293", + "24768", + "22415", + "14015", + "6643", + "20037", + "18433", + "4652", + "15995", + "14147", + "11316", + "23238", + "6631", + "13951", + "17898", + "15217", + "8849", + "10763", + "8953", + "15446", + "15310", + "3028", + "14025", + "933", + "13256", + "8079", + "23433", + "16546", + "585", + "1839", + "11468", + "21876", + "20509", + "16528", + "10830", + "12685", + "1196", + "13574", + "19332", + "23400", + "21722", + "12170", + "15003", + "2094", + "9942", + "4164", + "808", + "18018", + "4166", + "15993", + "17613", + "8260", + "23110", + "11045", + "12087", + "11525", + "10179", + "14128", + "19436", + "19681", + "24099", + "1759", + "24668", + "11073", + "17875", + "23638", + "19032", + "12623", + "4323", + "21145", + "3674", + "11968", + "2783", + "20007", + "21526", + "16246", + "20877", + "8626", + "7101", + "13226", + "12962", + "14635", + "13396", + "11738", + "19886", + "12493", + "16752", + "15143", + "11569", + "2403", + "18542", + "18620", + "24951", + "11049", + "12467", + "10355", + "5219", + "22971", + "9135", + "18810", + "23362", + "20045", + "11886", + "18387", + "13998", + "6582", + "7259", + "11371", + "10768", + "14135", + "16445", + "12696", + "16211", + "19849", + "15426", + "18537", + "11068", + "18826", + "16278", + "17144", + "2555", + "11706", + "10956", + "19277", + "20157", + "16793", + "7716", + "22318", + "18305", + "11000", + "8278", + "17199", + "8970", + "24404", + "18034", + "4827", + "19506", + "23648", + "15923", + "19855", + "18093", + "20113", + "4434", + "1837", + "14098", + "18771", + "20040", + "13210", + "13129", + "22846", + "21291", + "6811", + "19229", + "11604", + "19648", + "22275", + "14090", + "22398", + "17745", + "1414", + "18730", + "15876", + "13766", + "21514", + "19201", + "2162", + "5716", + "2546", + "11307", + "18040", + "24378", + "8856", + "22788", + "263", + "17064", + "20391", + "9497", + "18084", + "24113", + "4860", + "1413", + "13195", + "14399", + "19265", + "7831", + "18378", + "21231", + "12684", + "17660", + "21593", + "6445", + "20718", + "18865", + "21386", + "10618", + "23522", + "18799", + "18679", + "24814", + "14529", + "22278", + "12978", + "17545", + "15298", + "17852", + "12308", + "20430", + "17505", + "22370", + "20329", + "12673", + "14146", + "17948", + "13788", + "20029", + "13845", + "22573", + "10611", + "13789", + "18008", + "18041", + "7615", + "19118", + "16507", + "12589", + "24285", + "18001", + "13318", + "5819", + "34", + "15337", + "482", + "22886", + "14413", + "15469", + "5865", + "21825", + "17776", + "3762", + "14335", + "8473", + "2324", + "15334", + "9156", + "11733", + "21779", + "24443", + "16829", + "21546", + "22346", + "4163", + "3585", + "17755", + "23743", + "13615", + "15513", + "17479", + "19992", + "18449", + "24492", + "18175", + "22241", + "22826", + "17799", + "15583", + "6849", + "6122", + "15365", + "19083", + "18470", + "2160", + "12499", + "5128", + "22777", + "14310", + "2505", + "12258", + "23525", + "24740", + "22780", + "15652", + "17881", + "2226", + "20626", + "22234", + "19280", + "17728", + "21140", + "15653", + "9462", + "15801", + "13690", + "22655", + "14287", + "20228", + "17704", + "22271", + "9837", + "16493", + "19189", + "7361", + "17798", + "13792", + "14511", + "7458", + "16014", + "19101", + "6858", + "22853", + "2799", + "18916", + "17491", + "10912", + "21158", + "1228", + "24418", + "1584", + "22299", + "3121", + "13812", + "22339", + "6241", + "12075", + "13321", + "19816", + "21729", + "12516", + "14467", + "20016", + "4791", + "8328", + "13086", + "18262", + "16433", + "9398", + "19785", + "23507", + "15165", + "24396", + "10130", + "11982", + "20405", + "24760", + "18979", + "19110", + "407", + "1375", + "20807", + "8669", + "23502", + "9700", + "69", + "3874", + "10619", + "16446", + "1977", + "989", + "11578", + "4387", + "12347", + "23888", + "1355", + "16338", + "2414", + "20330", + "19079", + "2518", + "4842", + "11377", + "23943", + "20906", + "19734", + "18472", + "18905", + "17645", + "18072", + "12153", + "18427", + "21740", + "17382", + "162", + "16495", + "19008", + "18474", + "41", + "14093", + "12538", + "21833", + "20865", + "19157", + "14381", + "19126", + "11960", + "20487", + "12704", + "14328", + "11940", + "19998", + "6773", + "8677", + "15575", + "24750", + "17230", + "8111", + "1433", + "1451", + "8549", + "14235", + "15124", + "21227", + "3717", + "17439", + "9929", + "8674", + "16123", + "21533", + "24863", + "22074", + "24398", + "20786", + "3802", + "411", + "4901", + "15651", + "8112", + "15454", + "8563", + "4985", + "8110", + "4036", + "6268", + "20867", + "22698", + "22042", + "24598", + "11859", + "8840", + "10127", + "19249", + "9829", + "1145", + "10730", + "5013", + "23348", + "14288", + "12243", + "17607", + "22220", + "22719", + "9335", + "2842", + "4142", + "14736", + "16301", + "19944", + "2523", + "14484", + "1571", + "9295", + "15747", + "12154", + "3831", + "9419", + "13420", + "11158", + "821", + "18562", + "14695", + "22974", + "11085", + "19088", + "14990", + "6798", + "7111", + "5210", + "22058", + "22578", + "13744", + "15089", + "17141", + "24287", + "4452", + "17843", + "11842", + "6158", + "15672", + "3072", + "10915", + "24909", + "5807", + "6558", + "10173", + "15243", + "6682", + "12702", + "22884", + "4651", + "20721", + "13508", + "23699", + "10229", + "1192", + "116", + "8746", + "4981", + "7552", + "14969", + "16995", + "18957", + "21587", + "4336", + "1098", + "24466", + "4128", + "24455", + "23789", + "16349", + "19590", + "20977", + "24953", + "11531", + "15483", + "19410", + "12778", + "21665", + "19130", + "6020", + "22757", + "4456", + "16526", + "17409", + "18972", + "20698", + "19973", + "23392", + "8284", + "18162", + "8896", + "19073", + "5004", + "9438", + "22988", + "8469", + "10669", + "11017", + "15311", + "5442", + "11441", + "24414", + "23519", + "22933", + "10589", + "20896", + "7533", + "3264", + "8280", + "6692", + "3908", + "15772", + "10062", + "6693", + "6694", + "13470", + "9857", + "13480", + "7063", + "16107", + "14035", + "5007", + "17910", + "22563", + "21957", + "15053", + "4233", + "13765", + "15945", + "23192", + "10373", + "15349", + "2238", + "5008", + "4146", + "13841", + "12019", + "4112", + "10864", + "22132", + "12212", + "12014", + "12021", + "5136", + "14852", + "12453", + "18151", + "23171", + "13847", + "21752", + "22995", + "16212", + "13644", + "3752", + "24437", + "2326", + "7537", + "22636", + "1393", + "20191", + "16822", + "13607", + "14912", + "1299", + "22500", + "16948", + "13475", + "7178", + "17828", + "6813", + "13979", + "5715", + "9281", + "10886", + "3267", + "11312", + "5981", + "2358", + "21765", + "21283", + "20095", + "3260", + "1781", + "9383", + "22638", + "21387", + "6159", + "24397", + "10273", + "1423", + "7534", + "17305", + "1336", + "16486", + "11304", + "17024", + "22537", + "15744", + "21623", + "16949", + "18893", + "14301", + "3116", + "6406", + "10242", + "16847", + "15387", + "24974", + "22070", + "3592", + "9370", + "18249", + "6468", + "23694", + "23675", + "10571", + "2844", + "21305", + "13122", + "16137", + "13085", + "12512", + "16342", + "10542", + "23891", + "2839", + "14193", + "20858", + "20830", + "1020", + "24387", + "19485", + "271", + "20325", + "22358", + "18283", + "24662", + "3122", + "21838", + "17824", + "14760", + "18688", + "2843", + "587", + "22568", + "10027", + "12020", + "2845", + "19722", + "10080", + "10260", + "19740", + "10227", + "2524", + "4348", + "16642", + "2849", + "5146", + "23623", + "8572", + "17286", + "18020", + "2847", + "3724", + "21816", + "23430", + "24591", + "12713", + "13004", + "10087", + "14002", + "15069", + "14420", + "10998", + "19897", + "20746", + "14330", + "13824", + "21159", + "10652", + "16817", + "21098", + "8797", + "16352", + "4358", + "3754", + "10413", + "2841", + "12457", + "12503", + "2850", + "20870", + "9560", + "15832", + "17682", + "17404", + "8562", + "10023", + "2758", + "12731", + "16786", + "10020", + "10019", + "10024", + "5326", + "7965", + "5191", + "11116", + "15350", + "17334", + "7196", + "11422", + "23347", + "4506", + "23706", + "23786", + "19728", + "11380", + "18275", + "20395", + "6871", + "10584", + "8055", + "11802", + "24468", + "12340", + "7844", + "14432", + "8564", + "13564", + "8956", + "5308", + "22752", + "18146", + "23236", + "8605", + "13264", + "16382", + "21347", + "4795", + "24855", + "7245", + "1850", + "8162", + "9885", + "20084", + "608", + "3895", + "12167", + "1261", + "6628", + "14836", + "23500", + "22897", + "6489", + "4519", + "7353", + "19322", + "12960", + "2840", + "14557", + "22302", + "2655", + "14299", + "21851", + "24551", + "23977", + "20775", + "8424", + "24029", + "14648", + "17499", + "6462", + "11248", + "11930", + "2667", + "11507", + "11903", + "18530", + "18460", + "12109", + "23745", + "8587", + "1065", + "15458", + "23439", + "46", + "4990", + "1987", + "22772", + "12759", + "13969", + "13920", + "4236", + "14300", + "1396", + "3848", + "3682", + "21517", + "21904", + "12030", + "17872", + "16708", + "17308", + "9030", + "17712", + "22764", + "11513", + "2419", + "24568", + "20150", + "12798", + "12403", + "9937", + "20101", + "5601", + "7374", + "14732", + "21699", + "4283", + "17105", + "8297", + "13830", + "21064", + "17929", + "9792", + "20636", + "20691", + "23415", + "16542", + "24691", + "18348", + "7024", + "10735", + "10324", + "23077", + "16411", + "10335", + "2096", + "13696", + "726", + "3958", + "9321", + "2497", + "22040", + "19457", + "11515", + "20739", + "21938", + "12098", + "5864", + "11162", + "1949", + "1948", + "13218", + "23800", + "16689", + "6437", + "20490", + "18028", + "3240", + "5947", + "19210", + "17979", + "17214", + "12423", + "23418", + "4870", + "2861", + "12259", + "23145", + "22198", + "113", + "23579", + "5040", + "17318", + "7880", + "10494", + "7099", + "23349", + "3961", + "20890", + "21352", + "7260", + "6697", + "12039", + "6478", + "21005", + "2529", + "23303", + "6906", + "18120", + "22597", + "23270", + "15348", + "22147", + "6611", + "17049", + "22876", + "14971", + "14006", + "13817", + "15970", + "21080", + "17901", + "11076", + "14987", + "5192", + "8485", + "985", + "23245", + "22939", + "21257", + "23377", + "23663", + "23226", + "22941", + "14622", + "24509", + "23916", + "12035", + "23424", + "13104", + "22936", + "12794", + "23803", + "23859", + "24832", + "23749", + "1220", + "661", + "14900", + "22940", + "23698", + "18332", + "12980", + "5295", + "18136", + "14184", + "22653", + "18808", + "13871", + "21085", + "3357", + "9586", + "24535", + "1828", + "24549", + "24064", + "24374", + "24524", + "16217", + "19586", + "10971", + "24510", + "23940", + "13964", + "23601", + "24164", + "23209", + "18911", + "20096", + "13386", + "24485", + "24523", + "14703", + "9031", + "23890", + "5418", + "2530", + "940", + "17869", + "3261", + "6944", + "6403", + "12540", + "23771", + "13428", + "19971", + "20561", + "12417", + "11487", + "24526", + "2960", + "17703", + "24163", + "22792", + "11722", + "14672", + "12827", + "15579", + "4141", + "17290", + "13057", + "22311", + "11837", + "12138", + "23462", + "6454", + "6689", + "14156", + "24754", + "10862", + "15627", + "22753", + "23175", + "22654", + "14258", + "22064", + "22142", + "9483", + "15167", + "13072", + "24522", + "24527", + "24091", + "22985", + "18792", + "19535", + "23163", + "22273", + "17166", + "7210", + "24525", + "2863", + "11656", + "13194", + "24534", + "21657", + "23142", + "13384", + "11055", + "15108", + "10265", + "11575", + "15116", + "10183", + "12272", + "22656", + "16347", + "12298", + "12381", + "11370", + "11919", + "21456", + "15344", + "14496", + "10992", + "11858", + "15155", + "10523", + "7184", + "9463", + "8687", + "22182", + "14931", + "22423", + "14631", + "20686", + "24123", + "3454", + "24655", + "10385", + "11134", + "3159", + "16381", + "22999", + "21692", + "2081", + "13364", + "13323", + "12032", + "16216", + "15969", + "11325", + "15543", + "13431", + "1183", + "24550", + "11405", + "21569", + "22599", + "2726", + "4062", + "23533", + "19880", + "823", + "22143", + "21060", + "13557", + "21182", + "22684", + "21669", + "17921", + "11506", + "15138", + "11443", + "22384", + "19447", + "22039", + "17967", + "12355", + "758", + "23205", + "18497", + "22685", + "3742", + "14377", + "12990", + "9302", + "10951", + "14260", + "16959", + "23589", + "6807", + "18565", + "928", + "16701", + "17246", + "3788", + "14657", + "5786", + "10392", + "5432", + "4200", + "18892", + "12531", + "11818", + "24677", + "14462", + "16784", + "14073", + "24028", + "19898", + "20074", + "24756", + "13491", + "24659", + "23257", + "6812", + "6576", + "22109", + "14202", + "17129", + "22160", + "21607", + "22695", + "13554", + "20097", + "10990", + "22449", + "12522", + "8143", + "23211", + "15998", + "16405", + "22694", + "6236", + "21550", + "5632", + "16641", + "13625", + "12592", + "21021", + "5863", + "932", + "20256", + "19809", + "17234", + "21027", + "8977", + "17739", + "18786", + "15486", + "13524", + "1395", + "9510", + "18089", + "15008", + "20471", + "20656", + "11927", + "14678", + "16826", + "13769", + "9775", + "18231", + "12295", + "6366", + "929", + "14167", + "9304", + "18492", + "6169", + "22736", + "931", + "2339", + "21696", + "21268", + "22798", + "16963", + "18954", + "21331", + "4237", + "16946", + "10068", + "23124", + "9638", + "22179", + "4501", + "19621", + "3744", + "6785", + "24571", + "9280", + "6585", + "21676", + "5209", + "9509", + "9130", + "20606", + "23702", + "14676", + "9810", + "6671", + "22438", + "22001", + "9640", + "23951", + "9812", + "14519", + "21323", + "17048", + "13075", + "13825", + "4988", + "6855", + "20180", + "11921", + "3298", + "870", + "9146", + "12310", + "12287", + "20655", + "17855", + "4483", + "18240", + "13923", + "23227", + "18390", + "21869", + "5774", + "17651", + "9811", + "19887", + "9821", + "20203", + "16512", + "24408", + "14491", + "3309", + "725", + "7765", + "7264", + "7394", + "9799", + "13811", + "15581", + "3293", + "10677", + "19272", + "4414", + "17635", + "2713", + "17713", + "21564", + "16140", + "18642", + "3676", + "18145", + "20571", + "3311", + "23345", + "272", + "976", + "2167", + "3310", + "3314", + "9738", + "3292", + "261", + "4321", + "15224", + "1421", + "5946", + "8323", + "8325", + "3306", + "14649", + "3301", + "3016", + "7632", + "15062", + "3034", + "9537", + "3013", + "3024", + "10284", + "2698", + "9935", + "6235", + "3312", + "3294", + "5093", + "4292", + "3285", + "3290", + "954", + "9409", + "14799", + "3017", + "21706", + "3021", + "11589", + "20230", + "21384", + "8593", + "9411", + "22351", + "3880", + "8533", + "4277", + "19670", + "9704", + "17633", + "24877", + "8705", + "16184", + "13054", + "19701", + "4148", + "19747", + "10402", + "17822", + "5633", + "10892", + "14148", + "2696", + "2120", + "10536", + "22531", + "5512", + "3619", + "23618", + "11227", + "6659", + "15792", + "22720", + "16304", + "21574", + "3709", + "3218", + "17612", + "11913", + "10075", + "14975", + "5511", + "2699", + "10222", + "11677", + "19481", + "8556", + "23914", + "18379", + "11222", + "19799", + "21656", + "8716", + "6439", + "16037", + "20577", + "12890", + "3642", + "22445", + "21792", + "19817", + "4324", + "4322", + "4550", + "3479", + "21966", + "20217", + "20152", + "15719", + "21737", + "1575", + "21534", + "14582", + "5094", + "4082", + "5694", + "23974", + "7290", + "13414", + "8130", + "357", + "2197", + "22420", + "8522", + "755", + "19591", + "4764", + "17764", + "24159", + "17487", + "9005", + "20259", + "20764", + "14225", + "15361", + "22164", + "24516", + "10803", + "12406", + "13342", + "9824", + "21355", + "20928", + "15255", + "17522", + "15278", + "24498", + "21258", + "22033", + "11928", + "16746", + "23295", + "19184", + "19225", + "17008", + "5703", + "6816", + "23993", + "18627", + "4221", + "21996", + "24174", + "4032", + "21177", + "21131", + "3735", + "5698", + "7497", + "16154", + "14709", + "377", + "16616", + "19259", + "22262", + "12767", + "19540", + "22112", + "10552", + "10326", + "14923", + "3364", + "14574", + "13889", + "689", + "21445", + "9692", + "8712", + "19162", + "7582", + "14938", + "14490", + "12974", + "22380", + "17832", + "17323", + "22120", + "2369", + "23123", + "18141", + "18178", + "22402", + "17460", + "20868", + "18568", + "10254", + "18196", + "11567", + "10616", + "14255", + "2876", + "20706", + "24719", + "23611", + "12922", + "7097", + "1079", + "15863", + "23067", + "14559", + "23812", + "12237", + "14955", + "15593", + "22660", + "17911", + "13046", + "11020", + "13674", + "17427", + "21872", + "12891", + "11690", + "19802", + "18116", + "18610", + "23842", + "17442", + "18293", + "17576", + "22888", + "20014", + "11363", + "21599", + "15691", + "18217", + "17018", + "19536", + "17831", + "18691", + "4058", + "23437", + "22873", + "11200", + "12677", + "24063", + "17397", + "14290", + "10503", + "19186", + "17490", + "16677", + "11655", + "915", + "10140", + "11041", + "14855", + "24881", + "10771", + "22005", + "2230", + "12653", + "4663", + "18363", + "23629", + "3974", + "9026", + "12475", + "13159", + "7722", + "7432", + "12740", + "15718", + "5317", + "4168", + "17638", + "19858", + "14690", + "24774", + "12689", + "17477", + "7854", + "21731", + "10921", + "18118", + "18802", + "21582", + "3799", + "1959", + "15875", + "8633", + "8093", + "2250", + "19824", + "2660", + "14803", + "19689", + "12488", + "12229", + "23127", + "22227", + "7599", + "14357", + "7217", + "12059", + "7598", + "5300", + "22945", + "912", + "20367", + "23198", + "903", + "6452", + "17387", + "18475", + "14526", + "20363", + "9482", + "14656", + "8745", + "17710", + "14176", + "23971", + "18464", + "12575", + "15758", + "19793", + "10456", + "12290", + "16176", + "21059", + "24762", + "2825", + "22536", + "18936", + "19243", + "24738", + "15032", + "722", + "22690", + "14980", + "16699", + "6695", + "22877", + "21619", + "16854", + "18938", + "17891", + "15009", + "9661", + "20941", + "10288", + "4890", + "9381", + "17475", + "17517", + "5529", + "7907", + "9423", + "14906", + "23115", + "10433", + "18375", + "20929", + "21615", + "17960", + "20280", + "11763", + "5414", + "10631", + "4902", + "15074", + "14251", + "17538", + "19875", + "12830", + "18996", + "7600", + "16122", + "6192", + "2922", + "12202", + "12255", + "22462", + "10377", + "19408", + "3291", + "12373", + "20387", + "3090", + "20513", + "20421", + "12612", + "13691", + "10368", + "20760", + "8737", + "18960", + "20521", + "9354", + "1672", + "10309", + "20175", + "20177", + "20195", + "15682", + "22344", + "480", + "9003", + "19893", + "13661", + "3131", + "2364", + "19336", + "4476", + "23309", + "10766", + "4143", + "5157", + "3305", + "3091", + "17920", + "24053", + "17417", + "3297", + "7697", + "7796", + "16078", + "2787", + "9312", + "23802", + "733", + "3296", + "21357", + "7795", + "14343", + "3067", + "17737", + "17192", + "13430", + "4504", + "5942", + "11142", + "7977", + "15237", + "10831", + "7586", + "23692", + "18166", + "6017", + "7306", + "12328", + "502", + "8463", + "16627", + "16150", + "16516", + "21435", + "10848", + "20336", + "10577", + "14358", + "14145", + "20537", + "296", + "1171", + "744", + "21244", + "7721", + "12932", + "21880", + "24703", + "10394", + "8867", + "17413", + "11924", + "23751", + "7318", + "8365", + "14183", + "12312", + "15642", + "14079", + "17605", + "10308", + "24883", + "5924", + "21677", + "8781", + "2620", + "6172", + "4111", + "14746", + "10437", + "22587", + "10627", + "5340", + "13413", + "2113", + "23146", + "24171", + "7412", + "12771", + "19988", + "17781", + "20536", + "15732", + "2118", + "9772", + "8181", + "5381", + "14449", + "15548", + "1784", + "11395", + "11197", + "10512", + "19744", + "7397", + "5949", + "12606", + "10097", + "14267", + "23801", + "2574", + "13503", + "24688", + "5061", + "22296", + "3914", + "11382", + "10594", + "13631", + "22705", + "759", + "12970", + "10177", + "19161", + "3580", + "19814", + "22926", + "8247", + "19929", + "4813", + "10560", + "10428", + "2755", + "2286", + "799", + "7888", + "20028", + "979", + "5905", + "10739", + "16967", + "16843", + "3476", + "5799", + "20105", + "19433", + "21612", + "20592", + "23367", + "7597", + "3907", + "19907", + "14816", + "5878", + "14614", + "9588", + "4816", + "5226", + "19199", + "20996", + "5147", + "8243", + "1868", + "8246", + "21395", + "1257", + "19553", + "15978", + "18629", + "10106", + "4727", + "9771", + "7437", + "6111", + "9598", + "19697", + "20885", + "8369", + "17731", + "16477", + "12204", + "13098", + "18904", + "22383", + "21941", + "6440", + "2866", + "11204", + "6480", + "13209", + "16935", + "7301", + "6160", + "5913", + "9591", + "14611", + "16068", + "4814", + "7190", + "7192", + "5227", + "7436", + "5228", + "7767", + "5230", + "7191", + "22535", + "4810", + "7193", + "22467", + "7835", + "17672", + "7766", + "7768", + "7434", + "4817", + "5335", + "5915", + "22571", + "12389", + "16518", + "11836", + "21803", + "8798", + "22293", + "11529", + "24467", + "19164", + "10064", + "1600", + "4488", + "12349", + "6013", + "8367", + "22570", + "15977", + "16318", + "7076", + "21688", + "3107", + "22952", + "22767", + "21338", + "17236", + "20608", + "13354", + "15884", + "21627", + "18405", + "15798", + "21841", + "21857", + "17973", + "12707", + "20559", + "20657", + "15704", + "6183", + "19649", + "8881", + "22237", + "12755", + "19724", + "23833", + "1887", + "17175", + "12145", + "23580", + "7867", + "19570", + "1702", + "12910", + "15921", + "6645", + "8196", + "16247", + "2538", + "3987", + "4072", + "12164", + "4862", + "20983", + "7331", + "13293", + "6119", + "21922", + "6117", + "17749", + "6120", + "9086", + "18235", + "23465", + "12897", + "22733", + "20674", + "9770", + "5352", + "15047", + "9881", + "13450", + "21642", + "15633", + "24180", + "24011", + "15322", + "24085", + "22095", + "13357", + "14891", + "6486", + "10548", + "23950", + "3127", + "20927", + "17022", + "4797", + "20713", + "2965", + "16335", + "19351", + "8089", + "18071", + "21214", + "24932", + "18292", + "13191", + "492", + "18263", + "1277", + "493", + "16649", + "12335", + "23523", + "21521", + "19745", + "8296", + "11391", + "12452", + "18889", + "12743", + "16523", + "23907", + "12913", + "16133", + "8565", + "8090", + "13124", + "19763", + "6379", + "19472", + "22062", + "23576", + "20837", + "4003", + "22706", + "13121", + "20453", + "21105", + "12339", + "15044", + "20358", + "1260", + "17117", + "23008", + "21143", + "8465", + "19380", + "9856", + "2136", + "8092", + "12526", + "6121", + "19468", + "18801", + "17836", + "15327", + "17975", + "19415", + "19764", + "317", + "18804", + "22146", + "17279", + "22598", + "7667", + "21245", + "23779", + "21719", + "19705", + "6845", + "11914", + "23577", + "20532", + "21751", + "24125", + "15953", + "17196", + "5143", + "9457", + "23838", + "22899", + "16067", + "10593", + "19497", + "22282", + "17449", + "4551", + "19300", + "16878", + "5271", + "13892", + "736", + "1976", + "22917", + "14550", + "6372", + "5795", + "7664", + "24798", + "22019", + "14274", + "21067", + "4291", + "13953", + "12822", + "10638", + "7247", + "20311", + "8042", + "16371", + "9583", + "16609", + "11795", + "15892", + "12302", + "1339", + "13713", + "23408", + "11008", + "16585", + "1847", + "21249", + "22858", + "23242", + "7305", + "13704", + "8732", + "6271", + "13646", + "4131", + "1699", + "14011", + "16224", + "22431", + "16248", + "23581", + "22817", + "7132", + "7229", + "13910", + "11594", + "12459", + "19059", + "11659", + "12760", + "24592", + "10969", + "21553", + "10408", + "14261", + "17604", + "6199", + "21819", + "21393", + "22345", + "5667", + "23202", + "16695", + "19554", + "24116", + "14266", + "12883", + "8239", + "13217", + "18149", + "20308", + "16138", + "22061", + "14157", + "12224", + "18745", + "21708", + "22231", + "18490", + "5053", + "11212", + "10654", + "5902", + "20547", + "5718", + "11214", + "6397", + "6168", + "3144", + "319", + "1878", + "13963", + "7453", + "23858", + "4692", + "3667", + "7629", + "3388", + "2701", + "21863", + "20286", + "13233", + "5747", + "5683", + "8245", + "8750", + "9359", + "7090", + "10325", + "23840", + "584", + "12977", + "18376", + "20722", + "12444", + "18977", + "12551", + "14405", + "17332", + "20038", + "19085", + "16549", + "10268", + "21113", + "22630", + "17163", + "23393", + "23099", + "1177", + "24834", + "21695", + "11760", + "22023", + "22125", + "12450", + "19877", + "4134", + "23438", + "20111", + "5717", + "11887", + "22155", + "17802", + "3229", + "12940", + "24077", + "14356", + "14044", + "18765", + "21483", + "16010", + "22565", + "12016", + "17680", + "13984", + "21633", + "13193", + "17908", + "11725", + "11447", + "6213", + "3320", + "23336", + "19640", + "24906", + "20287", + "11681", + "1589", + "9117", + "22313", + "15147", + "19241", + "8277", + "21358", + "7483", + "10364", + "18357", + "23095", + "15614", + "20772", + "15293", + "12728", + "10205", + "23612", + "11086", + "19940", + "11129", + "3498", + "15849", + "11243", + "18648", + "15698", + "6932", + "4464", + "10421", + "22713", + "22972", + "24790", + "1790", + "21181", + "16277", + "18070", + "8054", + "24478", + "20394", + "22925", + "2436", + "16282", + "22839", + "14711", + "7614", + "10941", + "11853", + "23527", + "10738", + "14076", + "16638", + "13162", + "15154", + "7774", + "552", + "12063", + "7455", + "11040", + "17060", + "3556", + "16346", + "15118", + "14778", + "12053", + "9723", + "39", + "16452", + "20757", + "601", + "20847", + "23373", + "21679", + "12012", + "10802", + "9838", + "15051", + "9291", + "5156", + "2999", + "3288", + "4539", + "17874", + "22610", + "18613", + "20503", + "205", + "24500", + "1929", + "13444", + "22911", + "4992", + "19056", + "4675", + "11551", + "10916", + "13216", + "24372", + "5344", + "1263", + "23477", + "17405", + "18917", + "24632", + "14286", + "12093", + "13875", + "11810", + "4907", + "7509", + "8067", + "11219", + "2643", + "12966", + "2644", + "2321", + "22332", + "5474", + "19111", + "18777", + "11138", + "841", + "10191", + "19119", + "13954", + "14414", + "15061", + "17361", + "14411", + "14723", + "13911", + "16668", + "24032", + "9360", + "9694", + "8951", + "9183", + "4315", + "14881", + "18035", + "23809", + "11012", + "9752", + "22356", + "5281", + "11088", + "8186", + "2748", + "8390", + "7566", + "6712", + "18816", + "22335", + "16715", + "13952", + "16008", + "9466", + "22749", + "21510", + "2724", + "9347", + "5193", + "13120", + "936", + "23298", + "16064", + "16471", + "22432", + "8668", + "17825", + "21934", + "13587", + "5705", + "7256", + "1940", + "11896", + "13347", + "14277", + "1190", + "11834", + "4397", + "14717", + "15987", + "6641", + "21163", + "18840", + "14894", + "8719", + "5562", + "23991", + "806", + "22842", + "23269", + "22622", + "1302", + "18248", + "16502", + "7995", + "24694", + "3319", + "1935", + "11309", + "17250", + "5692", + "11126", + "16964", + "20579", + "11792", + "3361", + "14524", + "12714", + "12057", + "15821", + "8006", + "13205", + "18234", + "12207", + "16883", + "1598", + "2517", + "11323", + "17093", + "18453", + "13282", + "24139", + "18845", + "21172", + "10798", + "19262", + "23088", + "12150", + "7865", + "16362", + "9290", + "5646", + "6264", + "20141", + "19033", + "10123", + "11349", + "19459", + "23868", + "3569", + "11421", + "3925", + "12471", + "2675", + "15275", + "12805", + "2935", + "21155", + "5416", + "14565", + "7643", + "9024", + "11188", + "10664", + "14796", + "14737", + "10952", + "8662", + "16439", + "24406", + "1880", + "12043", + "11537", + "1660", + "21295", + "4150", + "22519", + "14946", + "10781", + "17806", + "378", + "21759", + "15839", + "23461", + "21186", + "8768", + "7311", + "16442", + "15505", + "16769", + "2603", + "15648", + "17987", + "5410", + "23730", + "1936", + "8720", + "6525", + "8272", + "19381", + "14281", + "16798", + "6004", + "10800", + "17005", + "15650", + "10844", + "7423", + "7112", + "23138", + "23317", + "10858", + "3064", + "23041", + "22699", + "20973", + "8431", + "8800", + "1809", + "11009", + "18227", + "8403", + "5292", + "3472", + "9299", + "3348", + "24900", + "17553", + "24601", + "15935", + "17834", + "10938", + "8666", + "24292", + "19067", + "11291", + "16974", + "7268", + "8464", + "11030", + "1306", + "1549", + "11383", + "13756", + "9475", + "8230", + "19401", + "3062", + "5722", + "12587", + "13829", + "1866", + "18091", + "10736", + "20477", + "22774", + "8250", + "22810", + "11155", + "20283", + "13842", + "24066", + "12496", + "15628", + "12765", + "20842", + "20576", + "19601", + "11123", + "3764", + "23085", + "6490", + "3452", + "4453", + "1389", + "24021", + "8218", + "167", + "2471", + "14770", + "1939", + "23255", + "11821", + "13555", + "15567", + "15982", + "1357", + "17772", + "12266", + "6038", + "9064", + "23476", + "2740", + "7658", + "6513", + "9285", + "15115", + "6293", + "16765", + "19723", + "12327", + "6505", + "1855", + "20089", + "12928", + "23979", + "9649", + "18385", + "6801", + "9344", + "11998", + "4660", + "6518", + "6037", + "21341", + "6510", + "17100", + "21199", + "22405", + "6517", + "6034", + "3347", + "22322", + "17453", + "6509", + "6515", + "6508", + "6519", + "11457", + "11585", + "17941", + "6506", + "13643", + "7023", + "10028", + "1392", + "24943", + "24880", + "23125", + "7069", + "7682", + "596", + "19571", + "17233", + "208", + "6035", + "1883", + "17082", + "23432", + "10434", + "5006", + "19313", + "6802", + "13543", + "6511", + "12508", + "13093", + "12569", + "5076", + "12244", + "1349", + "18087", + "20538", + "14034", + "9390", + "1441", + "21018", + "23512", + "22620", + "12700", + "10753", + "2105", + "20109", + "9485", + "20599", + "10540", + "8409", + "17226", + "15460", + "24394", + "20013", + "15135", + "6036", + "7164", + "24148", + "20664", + "22305", + "24660", + "9865", + "24290", + "16925", + "1993", + "5983", + "17616", + "5290", + "19278", + "22880", + "8665", + "219", + "5243", + "11070", + "20260", + "23729", + "20915", + "24739", + "11401", + "21809", + "9698", + "6485", + "2775", + "7836", + "24105", + "16696", + "17958", + "7230", + "16615", + "19304", + "23153", + "10184", + "9044", + "20281", + "17636", + "5211", + "18550", + "17646", + "1822", + "11031", + "10233", + "17644", + "15710", + "22354", + "1931", + "19429", + "1930", + "13657", + "2156", + "13134", + "8722", + "1941", + "12211", + "10778", + "12572", + "20758", + "10475", + "1535", + "13669", + "14742", + "23607", + "18850", + "11192", + "24781", + "22472", + "11697", + "14718", + "9404", + "20680", + "19835", + "21964", + "13445", + "2242", + "21897", + "3029", + "914", + "21477", + "9252", + "13702", + "18019", + "8145", + "13230", + "965", + "1917", + "24836", + "1934", + "23387", + "17055", + "19191", + "23816", + "7512", + "21094", + "5956", + "17642", + "6861", + "13031", + "15216", + "22060", + "13586", + "410", + "7080", + "17570", + "24603", + "16255", + "17951", + "21148", + "23280", + "20997", + "17573", + "18053", + "2256", + "22676", + "4751", + "16449", + "7834", + "22797", + "9672", + "10687", + "11327", + "17357", + "3590", + "13750", + "18577", + "14618", + "13247", + "19206", + "14811", + "20441", + "21055", + "17637", + "14624", + "14844", + "12165", + "12925", + "24106", + "5561", + "4978", + "21678", + "6984", + "21351", + "16073", + "20494", + "20816", + "15459", + "2582", + "14152", + "7169", + "22889", + "23871", + "11242", + "14371", + "7842", + "1995", + "14433", + "17741", + "22523", + "6985", + "4052", + "12135", + "21814", + "9716", + "11056", + "10557", + "911", + "12486", + "23407", + "19730", + "11672", + "13325", + "19726", + "2929", + "967", + "20783", + "10425", + "1732", + "14762", + "17164", + "16096", + "11139", + "4286", + "1068", + "3019", + "7398", + "23547", + "1680", + "5796", + "23351", + "24069", + "10216", + "15225", + "7317", + "1859", + "17939", + "3023", + "8858", + "2148", + "8617", + "7708", + "7594", + "15146", + "17885", + "8467", + "15399", + "1410", + "11985", + "14204", + "3696", + "13008", + "10841", + "15433", + "5472", + "1043", + "21396", + "9635", + "4689", + "6308", + "13760", + "6307", + "11976", + "21890", + "9097", + "8829", + "519", + "8040", + "9289", + "22950", + "750", + "7293", + "3253", + "3741", + "20034", + "16079", + "4698", + "20092", + "11587", + "19458", + "6305", + "20174", + "2202", + "16671", + "20412", + "15019", + "2319", + "7310", + "18926", + "12289", + "22900", + "6442", + "13987", + "6123", + "3949", + "10928", + "17353", + "5475", + "13187", + "12177", + "3879", + "6204", + "2183", + "18383", + "11714", + "21142", + "7829", + "6212", + "21390", + "21559", + "5028", + "15153", + "20434", + "21577", + "2123", + "20810", + "6446", + "17738", + "6781", + "4649", + "21480", + "2232", + "12550", + "13015", + "3262", + "20065", + "17039", + "22564", + "13570", + "21747", + "14984", + "8679", + "12228", + "2291", + "3701", + "556", + "13819", + "17902", + "9507", + "5351", + "5316", + "2596", + "13126", + "22089", + "8019", + "20874", + "12888", + "54", + "14428", + "11010", + "6605", + "20255", + "13770", + "7931", + "13336", + "5605", + "1404", + "19291", + "20767", + "21101", + "20597", + "13957", + "24541", + "11079", + "19905", + "14873", + "21567", + "1405", + "9963", + "10021", + "21160", + "23141", + "18300", + "21015", + "3690", + "15371", + "14929", + "6516", + "10472", + "22765", + "21354", + "1235", + "21311", + "13103", + "2380", + "5725", + "380", + "13807", + "15605", + "14142", + "23997", + "21399", + "22260", + "6557", + "18168", + "20347", + "11359", + "8595", + "1398", + "1937", + "24685", + "1403", + "8718", + "24697", + "14837", + "12252", + "20872", + "3045", + "8091", + "19327", + "10625", + "15056", + "3699", + "3092", + "22075", + "18481", + "21906", + "1400", + "540", + "1351", + "1401", + "14714", + "6487", + "20459", + "2722", + "2246", + "22949", + "19020", + "1057", + "9038", + "5262", + "16206", + "18986", + "12806", + "20264", + "13961", + "21075", + "23102", + "4630", + "19619", + "23096", + "16326", + "20418", + "18153", + "20813", + "4894", + "15166", + "5950", + "15702", + "13417", + "3847", + "5575", + "23199", + "2659", + "6471", + "17974", + "2550", + "14791", + "11459", + "6465", + "16115", + "20761", + "4424", + "3594", + "2491", + "11019", + "1543", + "7608", + "21056", + "19778", + "4480", + "630", + "8559", + "8664", + "1844", + "17358", + "10644", + "12162", + "16551", + "24912", + "18578", + "4174", + "20784", + "9745", + "17726", + "24980", + "10988", + "17086", + "18048", + "23968", + "12885", + "7872", + "15713", + "15121", + "23845", + "23479", + "13432", + "18259", + "13358", + "15125", + "14323", + "16051", + "10427", + "3793", + "24034", + "11920", + "20296", + "9399", + "24682", + "11774", + "3391", + "12092", + "18678", + "1324", + "7760", + "3992", + "2029", + "7329", + "15922", + "24610", + "1013", + "22580", + "7328", + "1786", + "7327", + "13119", + "20963", + "12160", + "6118", + "1427", + "22918", + "12652", + "7852", + "16956", + "12431", + "18486", + "13203", + "2895", + "3936", + "6081", + "5931", + "7787", + "16550", + "4790", + "3332", + "14861", + "7355", + "5386", + "9525", + "5537", + "11003", + "15552", + "8513", + "21136", + "8921", + "7645", + "15295", + "454", + "15551", + "18480", + "2240", + "17559", + "5539", + "23541", + "2652", + "22270", + "10306", + "8479", + "4211", + "13801", + "8237", + "11105", + "9101", + "24843", + "19398", + "13869", + "20797", + "16736", + "17945", + "414", + "490", + "597", + "13454", + "9876", + "8122", + "13595", + "1932", + "12117", + "11235", + "1787", + "13182", + "24253", + "100", + "11423", + "16390", + "13369", + "11925", + "18645", + "17419", + "18081", + "10842", + "5440", + "22434", + "13416", + "14226", + "53", + "15705", + "13381", + "5890", + "2647", + "7732", + "22307", + "24046", + "18764", + "15797", + "16704", + "9508", + "15456", + "5626", + "15912", + "22226", + "19766", + "12309", + "10521", + "7784", + "4416", + "18354", + "51", + "2609", + "17917", + "20069", + "3702", + "22466", + "2116", + "20479", + "23241", + "17746", + "17104", + "18966", + "7529", + "19565", + "20144", + "11245", + "15598", + "18633", + "2600", + "15600", + "23919", + "15002", + "11931", + "21028", + "22357", + "6357", + "20982", + "21778", + "17565", + "4955", + "3678", + "21353", + "18237", + "8601", + "12047", + "12967", + "18298", + "21032", + "16908", + "23033", + "16943", + "17158", + "16021", + "16934", + "11956", + "20431", + "12354", + "16718", + "1078", + "16804", + "11189", + "9456", + "20362", + "22998", + "9769", + "784", + "15192", + "18129", + "21095", + "18662", + "7709", + "4297", + "20961", + "20219", + "9593", + "6178", + "15017", + "21874", + "17068", + "181", + "2424", + "1200", + "21558", + "16052", + "13620", + "11893", + "20933", + "16312", + "15536", + "10808", + "15610", + "13904", + "12101", + "21382", + "16141", + "21135", + "3759", + "14118", + "9699", + "1011", + "5109", + "6039", + "9254", + "10311", + "3687", + "2605", + "21415", + "21585", + "7465", + "19279", + "23867", + "22905", + "15194", + "12871", + "23959", + "15917", + "11994", + "11717", + "20081", + "1843", +]; export const dataArgs: RarityFarmingData = { rarityGotchis: rarity, diff --git a/data/airdrops/rarityfarming/szn11/rnd3.ts b/data/airdrops/rarityfarming/szn11/rnd3.ts index bbdec784..fe68e517 100644 --- a/data/airdrops/rarityfarming/szn11/rnd3.ts +++ b/data/airdrops/rarityfarming/szn11/rnd3.ts @@ -1,10 +1,22513 @@ import { RarityFarmingData } from "../../../../types"; -const rarity: string[] = []; +const rarity: string[] = [ + "23795", + "16559", + "13681", + "14489", + "19095", + "3052", + "12611", + "23881", + "20308", + "10644", + "11267", + "7001", + "1448", + "18411", + "13996", + "22713", + "1743", + "22037", + "8845", + "14341", + "21424", + "16455", + "11170", + "8623", + "22455", + "18249", + "17033", + "17944", + "9369", + "826", + "4820", + "6932", + "24422", + "19016", + "10292", + "12198", + "22892", + "3724", + "19172", + "24256", + "4479", + "21508", + "23921", + "15560", + "15243", + "15571", + "7848", + "4518", + "22249", + "474", + "24410", + "5535", + "9106", + "4285", + "22844", + "8062", + "5691", + "23711", + "13536", + "13212", + "2165", + "5205", + "7422", + "18011", + "13262", + "18650", + "2057", + "1627", + "9027", + "11866", + "22197", + "23201", + "9358", + "13700", + "5411", + "172", + "8121", + "9398", + "23067", + "4534", + "966", + "1454", + "23479", + "16863", + "12409", + "4616", + "3295", + "22133", + "19143", + "16411", + "14350", + "766", + "22128", + "5934", + "4350", + "2270", + "24509", + "3299", + "6407", + "22720", + "1306", + "12686", + "7782", + "19991", + "19535", + "16710", + "9459", + "18258", + "9373", + "5109", + "22704", + "8163", + "14436", + "24381", + "3378", + "2195", + "4441", + "12518", + "4271", + "14117", + "21403", + "14454", + "1565", + "22883", + "266", + "22714", + "8585", + "4581", + "8676", + "13241", + "8609", + "12126", + "21660", + "15434", + "703", + "8911", + "16676", + "221", + "4906", + "11279", + "19669", + "17344", + "17124", + "11697", + "572", + "19295", + "6335", + "19736", + "3308", + "181", + "11785", + "20454", + "22062", + "3425", + "15524", + "21868", + "2267", + "19019", + "17723", + "3168", + "67", + "5846", + "7755", + "5647", + "3256", + "5168", + "22864", + "1549", + "7845", + "8084", + "16635", + "987", + "6109", + "13513", + "35", + "3", + "21789", + "3309", + "11663", + "17570", + "7005", + "11218", + "13741", + "20844", + "7316", + "3513", + "22566", + "13509", + "3126", + "22610", + "8893", + "12423", + "19343", + "13413", + "1677", + "6695", + "6422", + "14557", + "4215", + "713", + "2348", + "17343", + "544", + "11544", + "23174", + "1449", + "3288", + "7589", + "9376", + "24786", + "22885", + "20826", + "9346", + "10615", + "18467", + "3788", + "7068", + "11883", + "23418", + "22519", + "20885", + "24854", + "9111", + "3935", + "20828", + "18979", + "6951", + "15246", + "17182", + "22470", + "10394", + "23619", + "21320", + "1240", + "20996", + "13712", + "1011", + "21230", + "10252", + "19457", + "18996", + "4436", + "24913", + "6138", + "9272", + "3357", + "24975", + "14140", + "24510", + "5139", + "1425", + "6549", + "21797", + "24974", + "2266", + "2505", + "3948", + "1475", + "18170", + "7615", + "7187", + "8863", + "21665", + "23065", + "23321", + "18009", + "16328", + "4740", + "487", + "21477", + "1264", + "2172", + "2443", + "18491", + "13401", + "6827", + "3942", + "6164", + "14997", + "13605", + "4405", + "19841", + "18434", + "14515", + "17865", + "9412", + "15865", + "3986", + "8517", + "12893", + "6321", + "5154", + "2667", + "1257", + "19850", + "19260", + "11487", + "2863", + "16505", + "21154", + "16969", + "16826", + "2085", + "15578", + "11156", + "6746", + "2720", + "8396", + "8531", + "20449", + "18873", + "4794", + "19944", + "3592", + "1638", + "8611", + "15694", + "1961", + "20374", + "6366", + "8392", + "6350", + "5507", + "4685", + "17539", + "16748", + "24077", + "5123", + "24610", + "16543", + "1847", + "11023", + "10909", + "22793", + "3046", + "6394", + "12247", + "18292", + "21611", + "6396", + "1345", + "18400", + "4764", + "10265", + "11765", + "4789", + "16477", + "23751", + "692", + "22118", + "5011", + "16704", + "1089", + "7457", + "22751", + "19970", + "9494", + "1702", + "2555", + "11205", + "8082", + "6145", + "18663", + "4992", + "23102", + "17855", + "2995", + "19893", + "1812", + "5743", + "19937", + "21959", + "10616", + "3650", + "2931", + "24912", + "22358", + "24404", + "16956", + "16270", + "24524", + "20478", + "21435", + "20964", + "4749", + "3475", + "7303", + "5790", + "7403", + "22958", + "6147", + "14981", + "16269", + "12515", + "14931", + "15219", + "19591", + "20248", + "9071", + "9665", + "10321", + "19321", + "24962", + "14559", + "16524", + "19574", + "5993", + "4372", + "7413", + "6376", + "11070", + "19114", + "8011", + "1487", + "15760", + "17947", + "4895", + "8364", + "17122", + "6305", + "48", + "20130", + "22473", + "7645", + "3322", + "22324", + "233", + "21736", + "14285", + "23008", + "6431", + "3159", + "18469", + "15408", + "21082", + "24767", + "23241", + "10487", + "607", + "6089", + "1126", + "2462", + "13563", + "13443", + "17802", + "7474", + "23501", + "22369", + "17613", + "16420", + "7332", + "1782", + "1724", + "7033", + "7765", + "8890", + "19279", + "17335", + "22941", + "10647", + "3433", + "7617", + "23799", + "5731", + "16553", + "11903", + "12918", + "22705", + "4467", + "18810", + "22724", + "18280", + "19221", + "10208", + "24984", + "5075", + "20783", + "18685", + "15021", + "3411", + "19657", + "19215", + "19005", + "16965", + "20287", + "11386", + "3501", + "2607", + "3516", + "3169", + "12530", + "6094", + "989", + "5147", + "6735", + "12727", + "556", + "2905", + "9561", + "20966", + "11519", + "6204", + "6413", + "13819", + "2523", + "12022", + "8626", + "10437", + "6160", + "22599", + "24624", + "3571", + "3734", + "6887", + "8265", + "2793", + "10768", + "18477", + "10138", + "12848", + "7433", + "8891", + "549", + "6582", + "1661", + "24799", + "17226", + "14801", + "15854", + "14480", + "1197", + "22085", + "19553", + "282", + "20232", + "11047", + "12287", + "14519", + "21323", + "3467", + "7771", + "8254", + "6260", + "4890", + "23414", + "23192", + "5027", + "15108", + "12151", + "22075", + "22352", + "12111", + "24152", + "6009", + "11611", + "1604", + "8182", + "12810", + "19355", + "7969", + "18120", + "22785", + "11887", + "10854", + "2325", + "16677", + "3838", + "6839", + "3731", + "2854", + "9848", + "2909", + "9673", + "10565", + "6266", + "20635", + "23460", + "18081", + "24730", + "10627", + "5738", + "12741", + "2364", + "19174", + "7796", + "9197", + "2491", + "5764", + "11902", + "19388", + "20525", + "13076", + "13969", + "21596", + "19131", + "17783", + "20655", + "15109", + "5375", + "23541", + "18497", + "11858", + "1320", + "21268", + "19623", + "168", + "5833", + "7257", + "22436", + "24763", + "18111", + "17662", + "20526", + "16975", + "2136", + "458", + "506", + "6541", + "8567", + "9996", + "9958", + "5730", + "19163", + "23773", + "3967", + "20909", + "12886", + "13072", + "16732", + "12325", + "16759", + "2834", + "18330", + "3613", + "14511", + "2787", + "18339", + "19125", + "7488", + "13694", + "6447", + "7571", + "12477", + "24948", + "10046", + "11354", + "4038", + "10879", + "406", + "23352", + "24383", + "23974", + "5499", + "3329", + "23168", + "6183", + "10304", + "14656", + "7828", + "19055", + "13223", + "11383", + "10347", + "19304", + "4589", + "12794", + "5295", + "23245", + "11079", + "3891", + "18340", + "9752", + "1740", + "6851", + "2182", + "2685", + "18287", + "10282", + "14816", + "4837", + "5013", + "6193", + "23576", + "19497", + "18494", + "16605", + "23226", + "13252", + "14651", + "9758", + "11749", + "9536", + "14944", + "2786", + "14568", + "6345", + "8372", + "1133", + "24941", + "23838", + "6380", + "13979", + "7331", + "6644", + "4419", + "4348", + "11033", + "5722", + "19320", + "24435", + "23872", + "8568", + "22065", + "1046", + "23757", + "6122", + "10745", + "15159", + "24653", + "12048", + "6209", + "18777", + "6807", + "7779", + "24439", + "12695", + "18542", + "11027", + "4266", + "1771", + "6588", + "19922", + "14935", + "3974", + "3267", + "502", + "14925", + "18764", + "3585", + "20518", + "2255", + "7802", + "6178", + "9440", + "22394", + "3835", + "8287", + "3331", + "16980", + "6953", + "16431", + "23892", + "12210", + "4743", + "8403", + "3874", + "14637", + "24498", + "1293", + "15744", + "11148", + "15321", + "14165", + "18856", + "13639", + "1302", + "9274", + "18702", + "3749", + "15073", + "10818", + "14470", + "11732", + "13491", + "15442", + "21429", + "7889", + "22684", + "18231", + "22587", + "17012", + "10329", + "836", + "10582", + "16712", + "2251", + "7144", + "4802", + "957", + "8398", + "7047", + "14890", + "22107", + "9248", + "15676", + "14046", + "2148", + "10646", + "5667", + "20069", + "21669", + "20019", + "5409", + "1653", + "11008", + "6085", + "4851", + "3801", + "7527", + "3862", + "13493", + "8898", + "22106", + "11222", + "3595", + "8253", + "11191", + "3084", + "8809", + "4720", + "16738", + "21749", + "18441", + "8218", + "1868", + "6435", + "20680", + "7184", + "22004", + "6975", + "22018", + "19229", + "7324", + "16785", + "7863", + "3971", + "21134", + "17263", + "21531", + "11492", + "16451", + "13771", + "12112", + "3846", + "17189", + "11734", + "23221", + "4115", + "18619", + "9654", + "5997", + "5954", + "11524", + "21338", + "19030", + "3292", + "3261", + "1044", + "3581", + "16352", + "19324", + "23319", + "11000", + "19572", + "23270", + "9754", + "8605", + "19408", + "4446", + "3790", + "13544", + "1770", + "7963", + "4391", + "4417", + "18054", + "3067", + "24076", + "7426", + "23712", + "23098", + "24800", + "1829", + "23249", + "9475", + "22508", + "2913", + "6428", + "23239", + "24535", + "22706", + "15550", + "14022", + "7718", + "5858", + "6174", + "5923", + "3849", + "1944", + "7042", + "7912", + "11756", + "14446", + "18844", + "5321", + "12628", + "13796", + "15918", + "9983", + "3312", + "17890", + "22678", + "4112", + "19526", + "23280", + "17559", + "1591", + "11998", + "6489", + "19885", + "5596", + "4424", + "7347", + "23515", + "2393", + "18126", + "6952", + "18734", + "12389", + "4144", + "705", + "14257", + "18854", + "15618", + "16550", + "21064", + "14194", + "23629", + "16840", + "2415", + "18612", + "6103", + "6742", + "9275", + "5156", + "6785", + "13398", + "2833", + "18908", + "8050", + "18145", + "18904", + "12656", + "17504", + "19464", + "15047", + "3764", + "3805", + "1939", + "11777", + "16154", + "24856", + "10853", + "17987", + "8365", + "6382", + "23986", + "1963", + "7036", + "9023", + "5792", + "16405", + "24503", + "5160", + "22630", + "1866", + "24926", + "12897", + "20126", + "14660", + "17522", + "14574", + "23437", + "2861", + "22939", + "8490", + "17024", + "10571", + "10624", + "23271", + "1595", + "15904", + "19940", + "6769", + "13159", + "14255", + "3720", + "3710", + "4884", + "8964", + "19266", + "2749", + "5938", + "17188", + "5560", + "912", + "16818", + "24976", + "6352", + "12457", + "8641", + "20618", + "17099", + "18645", + "21125", + "8789", + "14473", + "5077", + "22998", + "19942", + "23529", + "21248", + "3594", + "7608", + "13549", + "16615", + "24795", + "7893", + "396", + "7060", + "15320", + "11368", + "23455", + "9626", + "18470", + "18064", + "11973", + "449", + "3752", + "10625", + "22977", + "672", + "21751", + "22083", + "1423", + "21913", + "14639", + "17173", + "15912", + "19505", + "6908", + "9774", + "18204", + "1445", + "5682", + "2368", + "12671", + "3397", + "8012", + "6931", + "9156", + "13185", + "21768", + "12053", + "11007", + "22240", + "15987", + "18134", + "6104", + "15792", + "23129", + "9808", + "2578", + "13998", + "4182", + "5701", + "10775", + "754", + "21510", + "1564", + "17102", + "24417", + "23577", + "21353", + "11055", + "18910", + "8079", + "13889", + "14563", + "22078", + "3637", + "18591", + "6288", + "4879", + "23943", + "23620", + "414", + "4170", + "6087", + "10146", + "7943", + "5980", + "3342", + "9212", + "21047", + "23492", + "16587", + "18012", + "689", + "4323", + "11254", + "2759", + "1416", + "16554", + "1030", + "8038", + "14484", + "8812", + "8926", + "24290", + "5637", + "14420", + "7927", + "1585", + "3600", + "5513", + "12392", + "3934", + "7420", + "1876", + "17186", + "10507", + "19697", + "7607", + "20503", + "20261", + "13691", + "21126", + "19571", + "21937", + "16910", + "21624", + "14263", + "1787", + "24881", + "6566", + "22690", + "8518", + "649", + "11133", + "20831", + "7530", + "18935", + "15293", + "14120", + "9731", + "1690", + "14869", + "2529", + "9266", + "19656", + "21113", + "16291", + "11678", + "12767", + "1936", + "1828", + "14842", + "6529", + "17082", + "17093", + "16596", + "17599", + "24802", + "8500", + "23979", + "20540", + "18520", + "3610", + "18662", + "2512", + "4531", + "3873", + "1422", + "7459", + "746", + "3248", + "3643", + "12815", + "17672", + "24746", + "4298", + "9819", + "4368", + "6615", + "6038", + "21362", + "17926", + "20244", + "19140", + "15853", + "6564", + "4150", + "20097", + "6490", + "11214", + "21521", + "6420", + "19726", + "20389", + "6192", + "23377", + "20325", + "8425", + "19137", + "7626", + "2138", + "2957", + "9524", + "19451", + "18740", + "10808", + "9100", + "14153", + "7066", + "630", + "2614", + "7808", + "9387", + "23265", + "24248", + "6000", + "978", + "21249", + "4714", + "8521", + "17090", + "5441", + "15403", + "9299", + "16028", + "20771", + "6419", + "18185", + "2382", + "10297", + "13104", + "2344", + "15826", + "12370", + "2811", + "4670", + "3184", + "8693", + "12698", + "18807", + "11977", + "2797", + "1285", + "4414", + "4055", + "10324", + "21999", + "4059", + "8016", + "19865", + "23238", + "19538", + "13585", + "23425", + "8829", + "23010", + "23997", + "4617", + "4839", + "11680", + "19766", + "3615", + "12386", + "14881", + "3859", + "8547", + "10267", + "1852", + "15120", + "9552", + "16272", + "11916", + "9884", + "17327", + "3981", + "11875", + "10097", + "17616", + "15390", + "6421", + "13926", + "1253", + "14212", + "15166", + "12402", + "15059", + "21677", + "20537", + "9979", + "5346", + "2569", + "755", + "2542", + "9466", + "20178", + "24697", + "4028", + "6373", + "12600", + "17407", + "23390", + "8439", + "5733", + "4639", + "2553", + "9849", + "11521", + "19602", + "11082", + "16970", + "14958", + "16144", + "13233", + "17244", + "10794", + "12214", + "21950", + "6264", + "17350", + "20827", + "19988", + "18298", + "16186", + "15428", + "12508", + "23345", + "17883", + "24414", + "21653", + "2935", + "1484", + "9370", + "8299", + "10369", + "21282", + "18678", + "23368", + "13469", + "17455", + "7590", + "21518", + "1708", + "3652", + "6213", + "21767", + "23469", + "24577", + "2261", + "6351", + "8444", + "7853", + "16887", + "4005", + "17242", + "9243", + "10781", + "509", + "13364", + "13676", + "6608", + "10633", + "21906", + "20453", + "8668", + "15519", + "12035", + "16050", + "1200", + "11015", + "3354", + "6752", + "16276", + "13832", + "17641", + "6641", + "7965", + "2719", + "539", + "4320", + "6555", + "7038", + "10390", + "13813", + "24096", + "1998", + "897", + "3864", + "21337", + "13974", + "3440", + "24965", + "15480", + "14356", + "20599", + "23812", + "8651", + "14980", + "19789", + "16452", + "21550", + "15998", + "10814", + "16689", + "17248", + "21965", + "15515", + "19897", + "7528", + "1996", + "8091", + "9620", + "5828", + "7034", + "18058", + "5718", + "19735", + "17234", + "15551", + "12376", + "15675", + "18661", + "16591", + "15565", + "12328", + "17542", + "24377", + "15305", + "10929", + "22995", + "9001", + "970", + "21776", + "17453", + "22979", + "5126", + "7567", + "10831", + "16810", + "1010", + "1977", + "5932", + "7306", + "10063", + "19688", + "8467", + "14503", + "19495", + "20341", + "20988", + "16128", + "4669", + "19293", + "5542", + "8217", + "10906", + "20622", + "7895", + "8542", + "9610", + "13238", + "10338", + "15473", + "6136", + "24449", + "20143", + "5715", + "23313", + "1370", + "15650", + "13524", + "24662", + "14732", + "22451", + "23235", + "23213", + "14861", + "21179", + "1935", + "21733", + "24665", + "22300", + "14284", + "5514", + "16854", + "15330", + "15288", + "15950", + "23801", + "23908", + "4783", + "3128", + "10746", + "21929", + "7880", + "24155", + "8764", + "9343", + "59", + "5275", + "3024", + "11991", + "14210", + "13094", + "19032", + "2725", + "814", + "1857", + "4410", + "24771", + "9634", + "8860", + "9957", + "1735", + "20271", + "22965", + "18883", + "16699", + "6060", + "9260", + "22426", + "19881", + "12431", + "21387", + "7382", + "22771", + "16280", + "21257", + "19673", + "4470", + "3093", + "21974", + "8825", + "2954", + "9950", + "22056", + "14104", + "2920", + "22032", + "4689", + "19422", + "7754", + "16597", + "20740", + "23537", + "4756", + "267", + "17294", + "17352", + "17447", + "7931", + "14442", + "13404", + "5953", + "21759", + "14646", + "14865", + "3044", + "21163", + "23833", + "9509", + "15569", + "13586", + "21422", + "23183", + "2726", + "23951", + "15032", + "10372", + "632", + "21915", + "22479", + "14956", + "12617", + "24286", + "13564", + "12778", + "21740", + "8664", + "19462", + "11720", + "11447", + "13644", + "8429", + "1975", + "8427", + "14291", + "1155", + "3742", + "6065", + "20277", + "343", + "10630", + "4886", + "9704", + "5091", + "6473", + "6657", + "11549", + "23853", + "1218", + "2922", + "8797", + "19424", + "8260", + "979", + "5692", + "10043", + "13107", + "5570", + "18445", + "5029", + "13776", + "21400", + "11293", + "21943", + "16503", + "23303", + "6707", + "10199", + "20722", + "23171", + "21182", + "23829", + "13086", + "16265", + "15456", + "15308", + "12450", + "2345", + "4101", + "24874", + "24571", + "7850", + "18164", + "18085", + "5649", + "5669", + "738", + "5711", + "12506", + "5221", + "8756", + "7425", + "12494", + "16498", + "20943", + "9450", + "7432", + "696", + "15414", + "2326", + "13507", + "22507", + "16365", + "10155", + "15691", + "10830", + "17797", + "22740", + "22175", + "9647", + "21940", + "16703", + "10189", + "6780", + "20643", + "7972", + "4127", + "8757", + "3687", + "2605", + "31", + "499", + "5825", + "23941", + "24769", + "8032", + "18859", + "15583", + "12504", + "15117", + "15933", + "21231", + "4797", + "18035", + "1768", + "20236", + "4834", + "16195", + "15215", + "9252", + "7577", + "14296", + "12503", + "12488", + "20481", + "16815", + "16784", + "16673", + "18786", + "24798", + "18626", + "8963", + "17638", + "21261", + "14184", + "24895", + "14751", + "3233", + "2072", + "9189", + "13684", + "1430", + "8892", + "2932", + "4367", + "7629", + "8707", + "19548", + "17241", + "1009", + "13424", + "21397", + "16502", + "1986", + "3985", + "19134", + "10325", + "93", + "11940", + "12474", + "18383", + "4280", + "19081", + "5119", + "2652", + "22330", + "19123", + "7129", + "3410", + "20715", + "7492", + "15863", + "11081", + "13640", + "23146", + "722", + "17199", + "17625", + "9386", + "24617", + "9948", + "11771", + "8386", + "13017", + "2524", + "8377", + "2727", + "1259", + "7587", + "5496", + "4985", + "7312", + "21643", + "19984", + "21968", + "13831", + "21243", + "21199", + "7661", + "19033", + "15547", + "15327", + "23666", + "14087", + "13528", + "9335", + "24125", + "13582", + "14059", + "14469", + "22721", + "8149", + "16089", + "24089", + "5234", + "15758", + "21305", + "8679", + "14796", + "9463", + "24971", + "17828", + "12270", + "20973", + "22094", + "2399", + "10760", + "4216", + "3863", + "7348", + "15257", + "22437", + "4564", + "6475", + "7462", + "16641", + "14202", + "17601", + "17072", + "21100", + "20490", + "18304", + "20662", + "20952", + "22659", + "19469", + "6371", + "8373", + "12128", + "22531", + "12315", + "9372", + "23095", + "7647", + "15310", + "10896", + "10183", + "4197", + "23077", + "20074", + "8355", + "10735", + "16953", + "14433", + "14508", + "12219", + "7764", + "10577", + "13649", + "8497", + "16955", + "12393", + "3199", + "6482", + "6710", + "9035", + "19919", + "5146", + "5504", + "15178", + "20142", + "20464", + "915", + "24714", + "8572", + "12878", + "19014", + "21806", + "5250", + "20582", + "13769", + "12237", + "10306", + "9284", + "18861", + "9157", + "2876", + "7463", + "15732", + "17759", + "20587", + "10936", + "20795", + "14103", + "21851", + "16806", + "17591", + "11155", + "19510", + "10649", + "11684", + "11614", + "7301", + "1219", + "15975", + "4392", + "16526", + "11892", + "58", + "2256", + "739", + "3565", + "19252", + "1387", + "10576", + "19867", + "5574", + "454", + "3004", + "7354", + "7941", + "15095", + "15957", + "21040", + "7247", + "8694", + "6792", + "4375", + "2683", + "9174", + "24109", + "2506", + "17062", + "13687", + "8474", + "1962", + "8534", + "22826", + "21692", + "22454", + "17637", + "11590", + "9311", + "14990", + "15029", + "12594", + "13046", + "15581", + "10130", + "24123", + "24113", + "18433", + "13251", + "8432", + "2424", + "4652", + "6389", + "23072", + "22409", + "7104", + "23030", + "5931", + "18874", + "22733", + "1775", + "4356", + "6632", + "12826", + "15319", + "16971", + "19750", + "9676", + "20067", + "13305", + "11065", + "14856", + "20235", + "13736", + "23329", + "6895", + "2675", + "23705", + "2183", + "10355", + "4164", + "17891", + "6601", + "2077", + "21969", + "4628", + "11443", + "18595", + "22930", + "19327", + "16961", + "14894", + "519", + "24093", + "23837", + "15462", + "9411", + "3843", + "9336", + "12082", + "6117", + "2779", + "3276", + "14298", + "14447", + "18112", + "6637", + "6562", + "1974", + "14959", + "17306", + "16935", + "15046", + "6631", + "4722", + "12238", + "8781", + "14628", + "2748", + "21471", + "3062", + "22653", + "12501", + "17558", + "19809", + "5063", + "12740", + "1745", + "6478", + "6939", + "21530", + "12662", + "13872", + "15787", + "12332", + "17951", + "6187", + "7044", + "17512", + "7864", + "2824", + "1055", + "9554", + "6786", + "5273", + "4283", + "16456", + "10090", + "19784", + "6132", + "17296", + "12353", + "3753", + "3260", + "13351", + "4092", + "3306", + "6224", + "11659", + "16097", + "22079", + "15121", + "19629", + "24173", + "10704", + "22031", + "20095", + "19151", + "12191", + "17623", + "4536", + "10492", + "16234", + "24933", + "984", + "19787", + "4058", + "8814", + "928", + "13603", + "12774", + "12624", + "6216", + "22453", + "9003", + "3457", + "12252", + "13941", + "2591", + "15568", + "22806", + "4567", + "1083", + "7832", + "5431", + "21019", + "10618", + "6966", + "712", + "1017", + "10079", + "6236", + "16566", + "7260", + "24964", + "18124", + "1241", + "21382", + "23347", + "20192", + "22198", + "20912", + "21774", + "3262", + "4892", + "20230", + "23583", + "19438", + "24523", + "14025", + "11604", + "19475", + "10370", + "101", + "6026", + "18501", + "17726", + "8821", + "4665", + "7111", + "20399", + "10662", + "6247", + "9492", + "19634", + "24634", + "15629", + "10356", + "16594", + "8691", + "3085", + "6041", + "4708", + "10892", + "11304", + "8648", + "20391", + "20937", + "2492", + "17065", + "2145", + "16335", + "12290", + "4166", + "13326", + "19973", + "18473", + "13482", + "11382", + "4240", + "6057", + "20257", + "4344", + "19998", + "11895", + "21482", + "9030", + "11919", + "22408", + "16528", + "20075", + "3281", + "8847", + "22445", + "7599", + "1260", + "23841", + "15007", + "17614", + "13444", + "13085", + "20191", + "9382", + "12807", + "21803", + "7656", + "14617", + "14008", + "21609", + "137", + "1191", + "1722", + "2243", + "4109", + "6888", + "8886", + "1483", + "6274", + "6860", + "6397", + "12990", + "18487", + "21369", + "5004", + "6454", + "21813", + "2453", + "19799", + "21226", + "552", + "10844", + "11370", + "21894", + "17413", + "8921", + "7124", + "19216", + "20309", + "12541", + "19472", + "1932", + "23127", + "14622", + "1228", + "14359", + "20772", + "5125", + "9978", + "10373", + "24080", + "3925", + "19654", + "19450", + "21923", + "15751", + "14526", + "12561", + "8897", + "9690", + "5188", + "11669", + "15490", + "19545", + "7566", + "6618", + "9886", + "11143", + "17699", + "21687", + "22028", + "22051", + "3178", + "2624", + "9608", + "14625", + "16069", + "2031", + "21114", + "10880", + "14991", + "20917", + "16985", + "15995", + "9258", + "19335", + "6406", + "5120", + "3408", + "5320", + "10443", + "21488", + "19212", + "15630", + "9872", + "18522", + "1571", + "16137", + "6039", + "10819", + "11980", + "10800", + "12272", + "4471", + "285", + "19912", + "12790", + "11190", + "17780", + "14267", + "8269", + "22667", + "24075", + "7277", + "2223", + "20791", + "9404", + "18879", + "2026", + "3729", + "4395", + "7046", + "9054", + "12148", + "15872", + "17866", + "23449", + "2745", + "8980", + "9396", + "2197", + "13143", + "2099", + "523", + "16849", + "7204", + "22412", + "1984", + "15224", + "710", + "3301", + "3298", + "24566", + "17607", + "14391", + "21456", + "12484", + "23601", + "24859", + "15784", + "2475", + "7787", + "16443", + "17198", + "21623", + "20867", + "3115", + "17353", + "7792", + "4040", + "16516", + "11288", + "14933", + "7477", + "8148", + "24862", + "4733", + "22878", + "11381", + "12620", + "3555", + "19208", + "2198", + "2928", + "4540", + "7840", + "8502", + "8752", + "8805", + "21655", + "23481", + "7480", + "6047", + "7980", + "14377", + "185", + "392", + "11943", + "11658", + "39", + "16364", + "2034", + "12634", + "17134", + "23818", + "12257", + "22603", + "17677", + "20574", + "13172", + "588", + "18236", + "10489", + "23680", + "19360", + "17230", + "22877", + "744", + "24549", + "9176", + "16901", + "15335", + "10244", + "15226", + "14517", + "8932", + "17946", + "4986", + "13949", + "21538", + "13282", + "11897", + "10410", + "23170", + "14605", + "9541", + "3028", + "23128", + "23654", + "19639", + "1774", + "10653", + "6121", + "1905", + "5752", + "6962", + "8632", + "8942", + "14715", + "18044", + "18704", + "22477", + "5935", + "8862", + "8443", + "9362", + "5683", + "14482", + "8167", + "3842", + "2095", + "264", + "18620", + "3983", + "19793", + "700", + "18648", + "1421", + "16769", + "8739", + "23723", + "1173", + "24169", + "23899", + "9622", + "19410", + "16202", + "16858", + "17901", + "2837", + "13230", + "1510", + "18101", + "23134", + "9656", + "16736", + "8093", + "24148", + "13823", + "8616", + "6379", + "8463", + "19481", + "8918", + "12137", + "20332", + "14776", + "3380", + "5292", + "18354", + "10736", + "12589", + "6182", + "18046", + "8124", + "11437", + "14183", + "21501", + "16307", + "1973", + "2826", + "8689", + "9469", + "23448", + "2360", + "3526", + "8986", + "4156", + "7083", + "3218", + "3556", + "5804", + "18051", + "19734", + "3541", + "23496", + "2898", + "3435", + "10520", + "22987", + "18623", + "6693", + "15993", + "3672", + "21656", + "2882", + "1404", + "17837", + "9881", + "24500", + "20607", + "12339", + "11317", + "11373", + "20495", + "16967", + "22097", + "13557", + "20774", + "18265", + "3106", + "20281", + "16326", + "20357", + "4159", + "11112", + "17824", + "3899", + "2185", + "15808", + "12705", + "22019", + "13627", + "23991", + "5368", + "17839", + "15921", + "14424", + "19579", + "3955", + "7681", + "7971", + "10620", + "13870", + "21277", + "1879", + "3989", + "7767", + "8966", + "9822", + "4476", + "1171", + "16354", + "973", + "18338", + "1249", + "2387", + "702", + "15357", + "5796", + "2517", + "21526", + "20400", + "5316", + "8916", + "1065", + "19720", + "23548", + "23028", + "22310", + "23353", + "6846", + "23356", + "20465", + "6743", + "17008", + "12367", + "20387", + "18426", + "11091", + "23013", + "18871", + "22982", + "17284", + "20570", + "6442", + "11238", + "24591", + "14876", + "12008", + "3607", + "9072", + "24307", + "24882", + "1562", + "851", + "3554", + "9153", + "3702", + "154", + "557", + "853", + "1543", + "5515", + "7919", + "9732", + "18729", + "22666", + "5702", + "9371", + "4021", + "10566", + "22013", + "21895", + "24074", + "6798", + "20196", + "24932", + "14054", + "2538", + "14946", + "14978", + "22329", + "6033", + "4431", + "10837", + "15264", + "2090", + "21446", + "7520", + "13750", + "11010", + "17593", + "24391", + "18229", + "13508", + "14310", + "15423", + "15190", + "13920", + "20532", + "11323", + "11142", + "22851", + "469", + "21552", + "15580", + "21517", + "7090", + "18516", + "15680", + "10417", + "3898", + "4041", + "7465", + "20336", + "19821", + "21124", + "16238", + "3034", + "14084", + "10415", + "2068", + "13295", + "10602", + "3203", + "17058", + "22642", + "9851", + "9588", + "9818", + "4165", + "12581", + "19892", + "12593", + "19434", + "6080", + "12986", + "6459", + "4483", + "1994", + "6355", + "124", + "24857", + "24640", + "8811", + "5864", + "18986", + "17105", + "16611", + "19380", + "7973", + "11715", + "20268", + "21028", + "2339", + "17419", + "24675", + "17011", + "6659", + "14912", + "3271", + "6296", + "14178", + "6102", + "10248", + "16613", + "4061", + "7657", + "7318", + "19740", + "24472", + "21723", + "7500", + "15223", + "3796", + "7473", + "24622", + "6773", + "24772", + "23793", + "3272", + "20146", + "13743", + "16313", + "8022", + "19746", + "2018", + "4750", + "8680", + "14725", + "16228", + "17429", + "1840", + "9636", + "817", + "9137", + "3789", + "2798", + "9395", + "6741", + "7304", + "2701", + "1203", + "4799", + "11818", + "12549", + "23873", + "9713", + "408", + "6963", + "16327", + "21259", + "9900", + "20698", + "19247", + "6437", + "17795", + "18875", + "15770", + "13658", + "23970", + "10123", + "22763", + "22918", + "9889", + "9799", + "24478", + "9124", + "17705", + "10222", + "16464", + "22172", + "21551", + "24502", + "14402", + "10656", + "11038", + "2081", + "16834", + "11496", + "20639", + "9330", + "3599", + "17820", + "13913", + "11681", + "929", + "5487", + "19109", + "24402", + "4062", + "24466", + "9987", + "15604", + "15022", + "5386", + "17219", + "24542", + "7642", + "13886", + "9568", + "8753", + "16583", + "7945", + "2293", + "4180", + "5900", + "6398", + "8950", + "10983", + "12736", + "17075", + "21717", + "23975", + "7717", + "9795", + "3711", + "1015", + "6849", + "15479", + "14256", + "8934", + "19294", + "19537", + "11126", + "725", + "1292", + "18613", + "2788", + "18965", + "18028", + "23293", + "2647", + "15510", + "16211", + "2929", + "7533", + "22074", + "6689", + "24963", + "2202", + "20837", + "7078", + "11085", + "24378", + "7494", + "17472", + "18869", + "16799", + "22516", + "16373", + "20129", + "24488", + "7502", + "6824", + "12092", + "18535", + "751", + "21549", + "4751", + "16261", + "14417", + "18008", + "8210", + "20797", + "24054", + "6581", + "11014", + "234", + "18964", + "8421", + "4997", + "5408", + "260", + "4793", + "8549", + "2729", + "21755", + "3678", + "47", + "5699", + "5882", + "7649", + "8688", + "16588", + "24459", + "3177", + "8382", + "6677", + "5641", + "6189", + "4735", + "8667", + "9760", + "9349", + "8726", + "16507", + "14174", + "8465", + "9357", + "2028", + "20108", + "20141", + "17239", + "1473", + "22153", + "8111", + "6942", + "19148", + "20347", + "21061", + "18745", + "13480", + "21209", + "1336", + "22974", + "14544", + "18295", + "18653", + "16150", + "22222", + "14177", + "13830", + "17427", + "1398", + "20081", + "15579", + "24408", + "13194", + "17563", + "11570", + "13119", + "22695", + "11234", + "3344", + "824", + "12883", + "12852", + "20113", + "22762", + "4473", + "6403", + "53", + "15554", + "2246", + "13137", + "10131", + "21666", + "19761", + "12621", + "6890", + "24834", + "6448", + "19877", + "16716", + "17497", + "14676", + "1188", + "23434", + "10848", + "19744", + "20580", + "11985", + "24597", + "9069", + "20628", + "9099", + "2822", + "3164", + "16448", + "8880", + "207", + "22586", + "1443", + "1710", + "2910", + "5826", + "18194", + "3201", + "9802", + "5700", + "5383", + "1147", + "20848", + "14030", + "1196", + "23258", + "16345", + "12221", + "5442", + "24053", + "6683", + "21186", + "8328", + "9692", + "9932", + "14449", + "24551", + "7099", + "8587", + "12898", + "10227", + "23338", + "21690", + "23547", + "6424", + "14611", + "12075", + "794", + "7565", + "14713", + "4286", + "21158", + "15883", + "11161", + "18089", + "4836", + "11330", + "17210", + "16590", + "10967", + "15837", + "3094", + "22536", + "7990", + "6444", + "3664", + "20111", + "7525", + "9546", + "5890", + "12920", + "2943", + "21396", + "11213", + "13661", + "21030", + "15693", + "9962", + "20679", + "16415", + "10634", + "9206", + "24642", + "2616", + "1691", + "3601", + "5460", + "7685", + "15431", + "16950", + "16997", + "17153", + "18108", + "23659", + "5140", + "684", + "4838", + "21299", + "23741", + "23780", + "11782", + "14413", + "11762", + "7505", + "16495", + "5956", + "3665", + "12575", + "2439", + "2446", + "15980", + "8773", + "22487", + "584", + "3905", + "2663", + "22772", + "17721", + "16248", + "19995", + "20647", + "20682", + "22438", + "20830", + "24034", + "2515", + "9837", + "4121", + "11717", + "20815", + "21877", + "7835", + "10178", + "7172", + "7586", + "20010", + "1385", + "5158", + "11202", + "9483", + "11657", + "938", + "9086", + "24667", + "9940", + "5435", + "18641", + "1942", + "9644", + "17612", + "19245", + "6993", + "15392", + "14094", + "20929", + "6446", + "7513", + "10567", + "6110", + "6354", + "21484", + "14334", + "9730", + "17800", + "7194", + "10428", + "10884", + "22292", + "15181", + "17127", + "16489", + "3236", + "23423", + "20847", + "21747", + "16298", + "1417", + "21027", + "9154", + "15506", + "1189", + "9845", + "12311", + "13069", + "21184", + "21417", + "23852", + "9175", + "2391", + "4069", + "11362", + "9836", + "17467", + "3423", + "15884", + "2643", + "17064", + "11195", + "6732", + "21241", + "21066", + "7697", + "16099", + "6630", + "10969", + "6324", + "3437", + "10842", + "12430", + "6771", + "17761", + "18048", + "21816", + "7478", + "23110", + "13124", + "13665", + "4497", + "11931", + "23753", + "11458", + "8469", + "24091", + "1401", + "12310", + "24738", + "463", + "1349", + "4506", + "6223", + "22407", + "15615", + "735", + "22643", + "5632", + "18506", + "6817", + "14921", + "19607", + "12428", + "5939", + "22850", + "6327", + "9540", + "20653", + "6756", + "5300", + "1090", + "6885", + "409", + "8866", + "11982", + "7823", + "24101", + "18929", + "131", + "22637", + "5318", + "4449", + "2300", + "3444", + "3448", + "4676", + "5469", + "6574", + "7818", + "8930", + "9017", + "9169", + "4263", + "4125", + "8922", + "7768", + "1586", + "8621", + "15513", + "14781", + "17645", + "10498", + "11021", + "13802", + "6889", + "20663", + "20613", + "20286", + "24379", + "21405", + "24032", + "12057", + "17701", + "7374", + "20007", + "7932", + "1062", + "3372", + "21349", + "5280", + "11024", + "12318", + "6682", + "956", + "15852", + "11616", + "8995", + "15074", + "14369", + "12004", + "2242", + "18092", + "23940", + "20536", + "7860", + "12998", + "12163", + "3807", + "13622", + "24654", + "5850", + "2941", + "19262", + "5130", + "9118", + "3654", + "1304", + "11359", + "8485", + "1711", + "19914", + "1843", + "23632", + "9480", + "6212", + "10734", + "9966", + "21426", + "24501", + "3235", + "10237", + "6203", + "17603", + "17716", + "5425", + "6323", + "2609", + "2116", + "138", + "811", + "2292", + "4480", + "5831", + "6151", + "6450", + "9136", + "8583", + "8955", + "6884", + "5999", + "5511", + "7240", + "6439", + "17509", + "20044", + "20489", + "18567", + "12065", + "19512", + "823", + "3370", + "17973", + "7468", + "15116", + "13208", + "6723", + "4713", + "716", + "3332", + "3314", + "5376", + "4032", + "19390", + "23574", + "4461", + "11891", + "15483", + "11197", + "23858", + "2582", + "18486", + "14145", + "2213", + "21326", + "4237", + "22111", + "2546", + "4277", + "22722", + "14955", + "12569", + "11605", + "12300", + "4937", + "6600", + "14082", + "10668", + "22060", + "10632", + "19189", + "16361", + "7455", + "20825", + "2358", + "15832", + "16217", + "23288", + "9590", + "15981", + "7101", + "16679", + "1588", + "13225", + "7464", + "6268", + "19203", + "23099", + "10360", + "18755", + "10154", + "3799", + "19813", + "3867", + "12145", + "22912", + "24468", + "17887", + "5266", + "20433", + "5898", + "11813", + "11620", + "9949", + "3021", + "531", + "7660", + "1455", + "19749", + "10206", + "20386", + "22495", + "12034", + "13100", + "18651", + "19395", + "17708", + "1429", + "3155", + "4620", + "5713", + "6358", + "7050", + "8346", + "8598", + "13008", + "15262", + "15333", + "16147", + "17981", + "20226", + "20461", + "1426", + "7067", + "7377", + "5419", + "4692", + "3144", + "18247", + "7667", + "19883", + "19920", + "8222", + "21625", + "3427", + "21941", + "14661", + "4142", + "14961", + "2459", + "2457", + "13878", + "17431", + "10335", + "7475", + "10398", + "22145", + "23439", + "14208", + "271", + "24852", + "11273", + "18215", + "19886", + "24677", + "21984", + "7119", + "24863", + "5330", + "24691", + "21637", + "18485", + "23507", + "22055", + "22866", + "17960", + "15590", + "22873", + "6974", + "22307", + "4888", + "11936", + "11506", + "1789", + "19222", + "3043", + "5645", + "1192", + "20200", + "13321", + "12016", + "1680", + "13931", + "15509", + "21522", + "12879", + "3317", + "21152", + "13014", + "15647", + "15594", + "17095", + "18327", + "14121", + "21644", + "7028", + "2296", + "15130", + "14932", + "2073", + "15318", + "20982", + "14361", + "1767", + "5556", + "7138", + "8221", + "10058", + "11048", + "12241", + "13919", + "19403", + "20770", + "21034", + "24427", + "24920", + "4809", + "1432", + "9832", + "1584", + "1457", + "4321", + "753", + "7084", + "2674", + "2945", + "7206", + "5803", + "1980", + "20342", + "21350", + "15881", + "21658", + "23132", + "1580", + "2027", + "16318", + "16353", + "12021", + "21916", + "17503", + "7680", + "16668", + "23878", + "10542", + "23524", + "6307", + "6711", + "4274", + "7898", + "10388", + "10376", + "19658", + "69", + "7534", + "12087", + "16608", + "23402", + "21325", + "5529", + "21236", + "12154", + "16627", + "6688", + "15705", + "12258", + "7216", + "14923", + "2670", + "15363", + "8042", + "19402", + "23803", + "10361", + "11285", + "21107", + "15847", + "648", + "12512", + "22415", + "18862", + "24002", + "22278", + "13191", + "10077", + "13744", + "7780", + "19971", + "12265", + "17348", + "21695", + "20739", + "13492", + "12194", + "9507", + "9828", + "5405", + "7106", + "15038", + "56", + "23643", + "1358", + "11431", + "19987", + "1316", + "19146", + "21351", + "23320", + "24506", + "11141", + "11482", + "3226", + "32", + "1785", + "2881", + "5166", + "5173", + "6021", + "7523", + "7578", + "7875", + "8505", + "9502", + "10821", + "18065", + "19468", + "21622", + "3156", + "4503", + "9612", + "2181", + "8226", + "8434", + "5508", + "4433", + "2324", + "5747", + "17827", + "11061", + "19590", + "11554", + "2840", + "12532", + "15864", + "22776", + "22835", + "186", + "3441", + "4710", + "24149", + "9097", + "7056", + "23588", + "15113", + "22261", + "21431", + "19913", + "21708", + "22344", + "16073", + "24900", + "11580", + "997", + "16033", + "4599", + "20477", + "15200", + "11441", + "8493", + "21680", + "15778", + "14570", + "4154", + "20636", + "1929", + "23145", + "19225", + "20656", + "16207", + "8297", + "13199", + "22255", + "9649", + "23424", + "20664", + "22685", + "12528", + "16381", + "19603", + "5799", + "21607", + "7786", + "21307", + "17290", + "17806", + "3045", + "8212", + "7552", + "7073", + "15549", + "17515", + "8770", + "15991", + "15084", + "7211", + "14653", + "4965", + "9523", + "24741", + "10766", + "5264", + "15187", + "21204", + "24092", + "22861", + "5193", + "3023", + "6362", + "13415", + "16860", + "13730", + "12006", + "12217", + "2531", + "139", + "3130", + "6083", + "8142", + "8724", + "12469", + "13047", + "13311", + "16485", + "17246", + "17659", + "17861", + "18510", + "19711", + "21772", + "22091", + "6052", + "5305", + "9688", + "4810", + "8976", + "5084", + "3659", + "8622", + "2552", + "236", + "1396", + "16379", + "15008", + "15347", + "18558", + "17267", + "15254", + "3051", + "12019", + "23097", + "6729", + "2585", + "17158", + "10556", + "19452", + "22011", + "21555", + "21347", + "162", + "14971", + "20737", + "11456", + "18031", + "18565", + "12627", + "3047", + "8047", + "24699", + "11821", + "20301", + "20098", + "11791", + "11470", + "21676", + "22070", + "21284", + "13892", + "12622", + "1786", + "13759", + "15627", + "8235", + "21283", + "21438", + "11507", + "21056", + "4624", + "14462", + "11655", + "10882", + "12635", + "14711", + "20544", + "1570", + "15541", + "2153", + "6745", + "8716", + "12039", + "16351", + "12814", + "23490", + "4649", + "24906", + "16586", + "11884", + "7987", + "274", + "6172", + "10764", + "13985", + "22779", + "4047", + "5538", + "11872", + "12996", + "14035", + "23863", + "6250", + "14847", + "2478", + "13150", + "13264", + "2775", + "4968", + "3959", + "24185", + "12785", + "16726", + "2124", + "729", + "5940", + "16981", + "3528", + "3636", + "3718", + "4806", + "5834", + "7183", + "10163", + "10871", + "11987", + "16386", + "16621", + "17619", + "20649", + "22429", + "3938", + "3997", + "7436", + "106", + "1368", + "5433", + "21130", + "14817", + "15869", + "3040", + "14702", + "391", + "11005", + "19405", + "6460", + "20157", + "13807", + "5485", + "16223", + "24884", + "17236", + "23073", + "10243", + "3311", + "12420", + "13611", + "17889", + "21181", + "14203", + "10060", + "23710", + "15867", + "24067", + "19615", + "11134", + "12875", + "8774", + "2062", + "14618", + "18577", + "13425", + "17574", + "4590", + "15779", + "16747", + "9899", + "12925", + "13016", + "6395", + "15203", + "16213", + "16384", + "3269", + "10175", + "6941", + "8881", + "9829", + "21603", + "6539", + "22808", + "11526", + "16616", + "12762", + "18262", + "21536", + "918", + "5334", + "10380", + "7251", + "7368", + "6697", + "6279", + "3952", + "1375", + "11245", + "11196", + "442", + "786", + "489", + "24437", + "13724", + "9040", + "980", + "1684", + "13030", + "13772", + "12572", + "6252", + "7594", + "11786", + "11287", + "21710", + "24790", + "1408", + "20845", + "3392", + "18391", + "14097", + "16305", + "15562", + "3379", + "16449", + "15710", + "1232", + "18943", + "16462", + "12850", + "1016", + "9155", + "3991", + "5245", + "7035", + "7226", + "7443", + "8103", + "8985", + "10859", + "16209", + "23312", + "9125", + "6843", + "4551", + "7664", + "17739", + "24934", + "23766", + "19373", + "8281", + "12397", + "11029", + "8831", + "18152", + "20657", + "6148", + "23086", + "22331", + "22513", + "22572", + "18673", + "17256", + "15525", + "11402", + "15729", + "24779", + "17444", + "14845", + "22931", + "12715", + "13910", + "6105", + "21707", + "18460", + "7658", + "17130", + "24958", + "11212", + "18749", + "13011", + "5293", + "2319", + "20412", + "4214", + "22434", + "24516", + "17825", + "19351", + "7937", + "22147", + "7632", + "16461", + "2286", + "19728", + "13121", + "22160", + "23494", + "7836", + "16445", + "24104", + "13501", + "23638", + "11718", + "15825", + "12954", + "22672", + "9753", + "23138", + "9650", + "22564", + "13638", + "8719", + "11979", + "11257", + "20370", + "2404", + "17005", + "21025", + "11673", + "23612", + "17120", + "14862", + "4190", + "12905", + "2872", + "19710", + "18074", + "6589", + "19182", + "16696", + "1357", + "18087", + "14425", + "4294", + "24052", + "19429", + "17646", + "18919", + "1647", + "3884", + "4849", + "6550", + "6788", + "8154", + "9085", + "9503", + "10180", + "13814", + "14217", + "16177", + "16454", + "16794", + "18801", + "19773", + "20107", + "20426", + "4682", + "574", + "8030", + "3929", + "3237", + "8989", + "6633", + "3012", + "9337", + "4374", + "2350", + "201", + "3388", + "15331", + "17786", + "13061", + "4885", + "16388", + "21302", + "21371", + "9701", + "24088", + "19012", + "19649", + "9449", + "15433", + "2452", + "15575", + "21115", + "22700", + "24110", + "22902", + "2244", + "19073", + "12849", + "12550", + "23936", + "19272", + "10421", + "1563", + "15167", + "4882", + "23813", + "11619", + "8559", + "24684", + "12573", + "734", + "19592", + "19763", + "13978", + "19430", + "19682", + "6019", + "4597", + "23392", + "16212", + "12890", + "14300", + "11893", + "10468", + "9254", + "10379", + "937", + "18084", + "21445", + "229", + "6393", + "17160", + "2113", + "9570", + "18119", + "13053", + "17164", + "11139", + "18952", + "18207", + "24788", + "8867", + "7484", + "17787", + "8165", + "9380", + "5659", + "12856", + "2659", + "1019", + "10333", + "22354", + "23193", + "7820", + "5651", + "22737", + "20205", + "9575", + "10733", + "11528", + "21433", + "9101", + "4803", + "15284", + "9823", + "16425", + "20382", + "15297", + "14616", + "11034", + "2623", + "3399", + "4412", + "5528", + "8150", + "8344", + "8931", + "10386", + "11338", + "11730", + "19675", + "576", + "1335", + "5230", + "4095", + "8625", + "4754", + "13153", + "22163", + "10780", + "14654", + "13505", + "11479", + "23007", + "16564", + "13260", + "17422", + "13485", + "3310", + "15505", + "3291", + "2396", + "11808", + "12903", + "8780", + "24632", + "17738", + "19322", + "10595", + "24172", + "375", + "21614", + "24733", + "14542", + "20298", + "20466", + "21874", + "11399", + "3451", + "21814", + "15076", + "12436", + "5783", + "4453", + "16484", + "5407", + "24824", + "23163", + "314", + "22355", + "269", + "2930", + "3875", + "14667", + "18926", + "6605", + "12211", + "14707", + "24816", + "20932", + "8763", + "23890", + "13435", + "18320", + "12806", + "21731", + "13951", + "21845", + "18017", + "15682", + "8515", + "13428", + "10150", + "9458", + "15609", + "13797", + "1880", + "3682", + "5337", + "20779", + "23957", + "1809", + "8255", + "12531", + "7829", + "1145", + "17163", + "21819", + "13565", + "21133", + "24590", + "10665", + "7156", + "1485", + "23611", + "21796", + "1324", + "21793", + "24033", + "15898", + "5697", + "3016", + "20419", + "10400", + "9045", + "21681", + "23717", + "21296", + "22813", + "15018", + "23704", + "6929", + "24264", + "23153", + "11031", + "18850", + "992", + "13242", + "1359", + "1992", + "2125", + "2265", + "2860", + "3946", + "7414", + "7588", + "10953", + "14924", + "16161", + "18804", + "24026", + "571", + "6675", + "5704", + "1231", + "8159", + "319", + "15535", + "5418", + "22225", + "11990", + "21742", + "2419", + "15798", + "20608", + "5471", + "4527", + "14647", + "15750", + "714", + "20805", + "17521", + "14288", + "8784", + "16170", + "24186", + "12011", + "15619", + "14039", + "24094", + "19645", + "5984", + "10502", + "13812", + "3326", + "20021", + "24751", + "17772", + "16922", + "20110", + "9560", + "8019", + "13040", + "20165", + "12606", + "4163", + "5331", + "18936", + "10326", + "11235", + "20284", + "4236", + "21616", + "10427", + "17387", + "14339", + "6595", + "14938", + "7023", + "14681", + "17040", + "15196", + "18218", + "11529", + "22464", + "10540", + "15605", + "23590", + "1667", + "24909", + "4079", + "13702", + "7938", + "22301", + "18050", + "19289", + "1987", + "3112", + "21233", + "21386", + "22626", + "4120", + "11136", + "7633", + "3376", + "17870", + "13991", + "15971", + "14565", + "2347", + "18842", + "8961", + "12823", + "20610", + "1165", + "1788", + "20757", + "13887", + "11534", + "11852", + "10346", + "3850", + "13446", + "24878", + "3596", + "9693", + "16902", + "11871", + "23029", + "11806", + "18453", + "3447", + "3462", + "2829", + "12779", + "20247", + "22571", + "16691", + "20145", + "13518", + "15405", + "18634", + "14013", + "7881", + "7486", + "2600", + "9468", + "17496", + "135", + "1032", + "2394", + "2803", + "3360", + "6453", + "7933", + "8389", + "8954", + "10367", + "10392", + "13106", + "16617", + "16928", + "18198", + "18210", + "20710", + "24300", + "8440", + "2501", + "789", + "3053", + "4678", + "579", + "18939", + "14370", + "13022", + "2021", + "13354", + "21705", + "14927", + "18677", + "15107", + "12847", + "15460", + "13417", + "22738", + "21784", + "17571", + "22915", + "11177", + "10062", + "54", + "10119", + "7264", + "9490", + "13247", + "24846", + "15317", + "18283", + "3064", + "12044", + "2914", + "18483", + "12089", + "11572", + "20804", + "22226", + "16943", + "11694", + "11105", + "23822", + "12259", + "14226", + "23903", + "17879", + "13923", + "17265", + "12835", + "13381", + "24939", + "14855", + "22124", + "14148", + "10916", + "20418", + "21852", + "11624", + "24369", + "4450", + "14109", + "17799", + "4791", + "19815", + "18118", + "24304", + "1135", + "24071", + "6944", + "4293", + "10675", + "18150", + "6011", + "17516", + "10552", + "6981", + "20933", + "12381", + "15612", + "24352", + "5133", + "16705", + "22644", + "5012", + "13858", + "904", + "22863", + "22577", + "9455", + "10964", + "4006", + "11949", + "10496", + "7230", + "20987", + "6673", + "1901", + "20317", + "3744", + "14354", + "7960", + "24121", + "22506", + "13648", + "21781", + "22898", + "10116", + "22392", + "14332", + "16573", + "18556", + "18901", + "13669", + "304", + "18428", + "1169", + "2676", + "2761", + "4300", + "5260", + "5823", + "7153", + "7752", + "7986", + "8376", + "8476", + "9048", + "10759", + "11186", + "13793", + "16963", + "18367", + "20272", + "21035", + "22374", + "8864", + "9733", + "3999", + "8990", + "2812", + "5676", + "7143", + "2792", + "4370", + "6222", + "7055", + "2120", + "1150", + "6372", + "20832", + "24545", + "14415", + "19318", + "22338", + "12873", + "17257", + "13293", + "11759", + "13071", + "13276", + "18106", + "1855", + "12273", + "20343", + "22985", + "24944", + "19449", + "5040", + "16052", + "19817", + "19177", + "23930", + "11395", + "7573", + "21773", + "20869", + "22378", + "5211", + "14969", + "9026", + "14522", + "20723", + "15217", + "23703", + "5786", + "22797", + "5755", + "5474", + "8589", + "10518", + "20174", + "12427", + "6536", + "8278", + "22143", + "24726", + "16382", + "8887", + "9607", + "14026", + "18931", + "19918", + "22164", + "3510", + "23914", + "17832", + "17283", + "6003", + "22058", + "11921", + "6751", + "11429", + "21634", + "15880", + "21612", + "19169", + "22262", + "17460", + "13122", + "24469", + "24792", + "17928", + "19824", + "51", + "21385", + "22486", + "2321", + "24690", + "17505", + "21071", + "23393", + "6664", + "20170", + "16731", + "15145", + "4850", + "12309", + "22366", + "16688", + "14534", + "20954", + "22750", + "420", + "20241", + "4742", + "20856", + "21505", + "5482", + "21377", + "2895", + "19690", + "8106", + "14009", + "18877", + "21971", + "19175", + "9291", + "23113", + "12511", + "19635", + "9860", + "14407", + "19144", + "6861", + "18370", + "8361", + "9481", + "3057", + "15667", + "968", + "3517", + "4025", + "4310", + "4777", + "5824", + "5912", + "7151", + "11199", + "11433", + "12448", + "12519", + "13655", + "16904", + "18361", + "20127", + "21802", + "21827", + "24479", + "4566", + "673", + "5913", + "2717", + "5998", + "383", + "3598", + "5192", + "1170", + "9117", + "4107", + "19511", + "21499", + "6857", + "11259", + "20934", + "11553", + "6168", + "2123", + "16889", + "21841", + "7148", + "13170", + "2450", + "16030", + "19458", + "9700", + "12012", + "23777", + "14848", + "18314", + "8048", + "4097", + "17415", + "19638", + "23349", + "24880", + "12438", + "10259", + "13399", + "4612", + "947", + "17258", + "14490", + "1934", + "20068", + "14085", + "20014", + "22660", + "22108", + "20764", + "13871", + "14754", + "23468", + "20084", + "18156", + "4798", + "18057", + "17869", + "20140", + "18845", + "22940", + "12750", + "20217", + "23891", + "22619", + "8604", + "21973", + "21237", + "10317", + "6146", + "21834", + "22239", + "7336", + "14737", + "9891", + "11703", + "9287", + "19558", + "12143", + "9399", + "11462", + "10083", + "12175", + "9294", + "24374", + "19499", + "7213", + "5410", + "16702", + "24476", + "24021", + "9698", + "14358", + "20300", + "307", + "1531", + "16727", + "17071", + "13808", + "2147", + "22922", + "12461", + "11584", + "1491", + "15834", + "15746", + "2101", + "5159", + "1762", + "1969", + "1971", + "2808", + "828", + "18019", + "3228", + "13411", + "16625", + "664", + "1662", + "2035", + "2129", + "3200", + "3633", + "4100", + "5527", + "5781", + "6359", + "7700", + "13852", + "14318", + "17836", + "18169", + "19730", + "20965", + "21418", + "21936", + "24605", + "6847", + "1412", + "5524", + "4365", + "480", + "15163", + "18174", + "24576", + "14640", + "11582", + "13318", + "12349", + "23531", + "8129", + "23964", + "20755", + "11692", + "18356", + "698", + "21706", + "4143", + "1157", + "17544", + "914", + "2825", + "10902", + "12482", + "13620", + "1263", + "10173", + "8885", + "9262", + "20509", + "18405", + "16025", + "219", + "23931", + "9354", + "19374", + "21721", + "21592", + "12127", + "2696", + "21042", + "22795", + "7411", + "10812", + "18109", + "14409", + "15769", + "22638", + "24129", + "3149", + "4967", + "18141", + "13033", + "17323", + "17442", + "21258", + "17651", + "21574", + "13054", + "18481", + "23925", + "11129", + "2558", + "17402", + "14789", + "17929", + "5897", + "21331", + "4359", + "9059", + "10739", + "4959", + "2362", + "14258", + "6938", + "22790", + "12868", + "10211", + "20223", + "10470", + "19010", + "19727", + "15939", + "22876", + "5437", + "24029", + "18110", + "2956", + "14529", + "8049", + "3117", + "16538", + "13766", + "9763", + "11057", + "14149", + "9595", + "22146", + "20714", + "8687", + "15359", + "8533", + "11286", + "7723", + "21615", + "7404", + "8329", + "24773", + "15128", + "21303", + "11194", + "21309", + "8055", + "15996", + "22132", + "2874", + "14895", + "12967", + "7365", + "2386", + "5503", + "9500", + "24615", + "15663", + "14020", + "23702", + "9513", + "9409", + "8420", + "14375", + "18887", + "14632", + "555", + "8472", + "21008", + "12678", + "15499", + "3362", + "14458", + "19902", + "3696", + "16556", + "10393", + "769", + "1694", + "2305", + "2680", + "3549", + "3747", + "4026", + "4333", + "4872", + "6392", + "6565", + "7291", + "7655", + "8198", + "11231", + "12171", + "12931", + "13112", + "14596", + "14612", + "18186", + "19960", + "20064", + "20420", + "20838", + "22518", + "23691", + "577", + "6233", + "1874", + "5306", + "7957", + "9762", + "9360", + "17921", + "16624", + "17131", + "13261", + "19198", + "24844", + "17602", + "6169", + "14176", + "6712", + "11220", + "671", + "7961", + "11630", + "20128", + "2441", + "17751", + "19255", + "965", + "19491", + "4718", + "3735", + "22010", + "23117", + "20487", + "20877", + "11913", + "16427", + "16358", + "22897", + "14362", + "12375", + "21964", + "22645", + "7843", + "22928", + "21709", + "4167", + "20609", + "3348", + "10752", + "9873", + "12696", + "11378", + "17713", + "21608", + "19895", + "4435", + "11003", + "22665", + "24063", + "17018", + "23244", + "14560", + "17409", + "12867", + "18977", + "23652", + "21619", + "16708", + "7907", + "5905", + "13933", + "21415", + "9497", + "20034", + "8060", + "14724", + "12537", + "13849", + "23340", + "14643", + "22553", + "20589", + "9616", + "13825", + "23848", + "21312", + "12018", + "19274", + "12836", + "22661", + "6022", + "1689", + "13859", + "20376", + "22655", + "8464", + "821", + "19036", + "12373", + "9506", + "3858", + "12820", + "13455", + "10135", + "11160", + "15614", + "3017", + "3019", + "22576", + "3232", + "6917", + "6819", + "20573", + "21334", + "15146", + "13427", + "9493", + "190", + "7458", + "448", + "981", + "1886", + "2157", + "2686", + "5222", + "6624", + "7909", + "8184", + "9489", + "9505", + "9842", + "10167", + "13407", + "14418", + "15378", + "16585", + "17123", + "18221", + "19933", + "21595", + "575", + "5798", + "7209", + "8973", + "7200", + "5769", + "9083", + "3907", + "8655", + "2783", + "21871", + "18041", + "20483", + "15176", + "16160", + "23978", + "22126", + "14741", + "19992", + "1190", + "23689", + "5903", + "15481", + "24554", + "4706", + "2713", + "8086", + "21938", + "14594", + "8110", + "6385", + "1433", + "10051", + "22819", + "16895", + "7735", + "2901", + "2042", + "23791", + "7543", + "16906", + "20407", + "16336", + "18389", + "6015", + "13219", + "4868", + "4129", + "21177", + "12429", + "14357", + "21067", + "8582", + "18018", + "17746", + "21703", + "12117", + "23642", + "17633", + "22327", + "14225", + "12723", + "23495", + "10926", + "17177", + "13696", + "22693", + "24638", + "19701", + "24389", + "2773", + "21136", + "22936", + "12413", + "19278", + "9578", + "22356", + "11621", + "22747", + "16842", + "18573", + "2107", + "16043", + "22309", + "192", + "22061", + "3166", + "12077", + "14261", + "12135", + "11123", + "24686", + "2891", + "5101", + "2093", + "6823", + "20188", + "17850", + "12388", + "12489", + "1054", + "8745", + "21148", + "19239", + "822", + "10935", + "596", + "15944", + "15377", + "17379", + "6531", + "11530", + "3936", + "413", + "4334", + "18574", + "21911", + "18698", + "23250", + "16787", + "12730", + "19647", + "9192", + "7922", + "20817", + "17530", + "8477", + "9158", + "2753", + "142", + "301", + "854", + "3335", + "3522", + "4899", + "5582", + "6679", + "7130", + "7952", + "8358", + "8738", + "9091", + "9652", + "11035", + "13556", + "16773", + "18252", + "18820", + "19315", + "20423", + "21466", + "22766", + "24582", + "4561", + "4302", + "8099", + "2716", + "4486", + "8243", + "3072", + "8837", + "9312", + "19795", + "23140", + "870", + "24115", + "17107", + "16529", + "23525", + "15511", + "21870", + "18415", + "14236", + "16078", + "5392", + "10660", + "19250", + "24471", + "3895", + "2566", + "17137", + "3982", + "22362", + "12097", + "10977", + "16356", + "18140", + "19112", + "13496", + "21250", + "19234", + "7722", + "18962", + "5212", + "12543", + "19317", + "14714", + "14811", + "19045", + "21532", + "21761", + "13057", + "17631", + "22992", + "205", + "16772", + "9852", + "15600", + "4859", + "14078", + "4694", + "22788", + "9896", + "4902", + "18360", + "13319", + "17764", + "18196", + "18568", + "17911", + "11041", + "22500", + "13205", + "22986", + "19302", + "18073", + "10093", + "23701", + "8896", + "12772", + "18942", + "17938", + "14243", + "18005", + "14435", + "22380", + "637", + "4264", + "10829", + "9977", + "3876", + "18584", + "13925", + "8057", + "12978", + "3452", + "6202", + "22609", + "5679", + "23868", + "6892", + "4747", + "7887", + "5102", + "23157", + "14603", + "10025", + "5539", + "13653", + "20025", + "13516", + "5592", + "4168", + "14627", + "453", + "2471", + "19946", + "2263", + "4690", + "6081", + "19976", + "10036", + "4057", + "23670", + "12583", + "16694", + "12509", + "13289", + "21219", + "9878", + "14234", + "3328", + "1314", + "2760", + "3602", + "3738", + "4239", + "5207", + "5623", + "5736", + "6276", + "7350", + "8127", + "9388", + "9970", + "10477", + "11059", + "11647", + "13285", + "13673", + "14902", + "16444", + "17529", + "18245", + "19866", + "20162", + "21489", + "22882", + "7992", + "1207", + "3179", + "8967", + "1954", + "8158", + "808", + "6001", + "4915", + "2976", + "19288", + "308", + "18753", + "15930", + "10274", + "5501", + "810", + "4130", + "15062", + "20348", + "23690", + "3966", + "11336", + "19064", + "20750", + "13880", + "20432", + "10425", + "20279", + "4406", + "8023", + "18136", + "15153", + "587", + "16014", + "14582", + "24655", + "9381", + "23202", + "11478", + "14269", + "13690", + "13811", + "7069", + "2212", + "15623", + "2530", + "23968", + "21976", + "15082", + "11130", + "14259", + "8473", + "20674", + "11295", + "17741", + "19797", + "9846", + "22773", + "1941", + "3508", + "3857", + "17822", + "14690", + "19211", + "19243", + "14426", + "16574", + "16312", + "24159", + "22302", + "9265", + "18687", + "4630", + "14794", + "15719", + "16063", + "12084", + "13735", + "1128", + "23804", + "14371", + "22579", + "16210", + "22120", + "14748", + "7993", + "3225", + "19670", + "16155", + "19155", + "3113", + "13323", + "21726", + "10525", + "15843", + "13329", + "10349", + "19165", + "22796", + "19757", + "24455", + "21568", + "6254", + "24972", + "9946", + "15966", + "18866", + "21591", + "5949", + "14452", + "10958", + "7095", + "23920", + "11819", + "24894", + "18775", + "18143", + "8704", + "16040", + "1419", + "17518", + "18267", + "19665", + "20155", + "1811", + "2528", + "5393", + "5941", + "6256", + "6341", + "6947", + "7234", + "7239", + "7584", + "7688", + "8385", + "8520", + "8529", + "8872", + "8876", + "9142", + "9442", + "9967", + "11278", + "11418", + "11540", + "12833", + "14626", + "15818", + "16724", + "21977", + "22115", + "24429", + "7653", + "8861", + "7284", + "8607", + "9393", + "8277", + "6131", + "1058", + "12042", + "17208", + "21970", + "13722", + "14160", + "2951", + "20782", + "16560", + "2966", + "18839", + "16290", + "2959", + "23505", + "23413", + "5626", + "15899", + "16978", + "16376", + "6765", + "10692", + "14092", + "16139", + "13719", + "22182", + "14624", + "2581", + "8483", + "261", + "12113", + "14550", + "23779", + "5686", + "15809", + "12716", + "13353", + "21960", + "14432", + "14294", + "23443", + "14006", + "4464", + "19162", + "12223", + "23141", + "10519", + "19269", + "24898", + "22674", + "20017", + "21131", + "9135", + "19823", + "5976", + "13299", + "24550", + "23859", + "9841", + "20455", + "7196", + "22305", + "20603", + "8424", + "10296", + "17157", + "5817", + "17747", + "22554", + "9635", + "18432", + "9302", + "20029", + "21470", + "22975", + "4211", + "2688", + "3868", + "22549", + "10315", + "8380", + "3025", + "24877", + "20685", + "17945", + "21229", + "19492", + "21712", + "9988", + "9074", + "12047", + "15748", + "13504", + "22867", + "13494", + "1803", + "3741", + "21889", + "15533", + "15420", + "16077", + "1254", + "23867", + "10537", + "1305", + "2594", + "16497", + "15626", + "18508", + "16494", + "10955", + "5642", + "23325", + "23082", + "13959", + "21842", + "21770", + "21185", + "10984", + "5874", + "10383", + "752", + "1179", + "2097", + "2589", + "3712", + "4542", + "6171", + "7179", + "7651", + "8160", + "9352", + "9719", + "11787", + "11983", + "13781", + "14133", + "15439", + "16297", + "17954", + "19463", + "20340", + "20645", + "21493", + "21824", + "22232", + "22387", + "24729", + "573", + "8442", + "7369", + "7772", + "8068", + "7416", + "5048", + "1845", + "6515", + "9162", + "21727", + "14438", + "17433", + "13751", + "1589", + "20054", + "2953", + "16859", + "11350", + "19096", + "21379", + "20154", + "12243", + "16260", + "17028", + "24179", + "9031", + "11859", + "10517", + "3865", + "19020", + "11366", + "10159", + "12281", + "24850", + "24108", + "19101", + "3762", + "1590", + "19265", + "8176", + "18371", + "3881", + "17357", + "12702", + "11099", + "14024", + "4613", + "13165", + "8259", + "13203", + "14685", + "819", + "7758", + "1926", + "23231", + "10354", + "11316", + "22259", + "24161", + "14355", + "12231", + "1948", + "1410", + "20209", + "14992", + "3754", + "15348", + "3477", + "15736", + "11716", + "12654", + "11463", + "11181", + "16122", + "2950", + "15954", + "9024", + "6477", + "9980", + "6030", + "18741", + "18852", + "6006", + "3877", + "3476", + "20763", + "20606", + "6017", + "22777", + "21869", + "14139", + "10463", + "17663", + "9438", + "20036", + "11349", + "20673", + "3848", + "13836", + "18123", + "16582", + "10039", + "2784", + "317", + "4231", + "13553", + "18422", + "22669", + "16923", + "10536", + "18374", + "8877", + "15889", + "12196", + "16148", + "5240", + "15396", + "22857", + "12405", + "22749", + "17355", + "18870", + "5640", + "21694", + "13186", + "15057", + "12069", + "17148", + "19470", + "11816", + "9205", + "12350", + "9353", + "19805", + "367", + "1765", + "2354", + "2774", + "4998", + "6534", + "6662", + "7445", + "8295", + "8914", + "10278", + "11232", + "12399", + "12801", + "16527", + "18244", + "20139", + "24631", + "4701", + "8383", + "1012", + "7504", + "5017", + "5995", + "18742", + "6511", + "183", + "17967", + "12962", + "12958", + "15537", + "15328", + "9549", + "20970", + "13535", + "8327", + "17704", + "16883", + "9603", + "23864", + "11988", + "16778", + "15296", + "20469", + "2487", + "22600", + "15302", + "5351", + "23785", + "2690", + "5694", + "6014", + "14868", + "6576", + "15271", + "4931", + "231", + "2402", + "407", + "17205", + "18892", + "15927", + "5053", + "10708", + "18375", + "18466", + "13209", + "22442", + "21127", + "22332", + "12002", + "20717", + "16934", + "20484", + "4278", + "10913", + "8059", + "10156", + "11457", + "1637", + "4282", + "9462", + "6560", + "12150", + "15772", + "13193", + "10990", + "20264", + "23518", + "15324", + "16535", + "1323", + "14750", + "17439", + "16008", + "17370", + "11563", + "22886", + "3660", + "4845", + "4485", + "22736", + "16433", + "9304", + "11798", + "11738", + "21582", + "14752", + "12877", + "4411", + "18624", + "10499", + "22854", + "7299", + "5475", + "17109", + "24685", + "11377", + "10179", + "21927", + "12719", + "16845", + "16355", + "23599", + "10560", + "18228", + "9368", + "16232", + "228", + "17719", + "1109", + "22894", + "5751", + "12951", + "17958", + "92", + "757", + "18408", + "5387", + "22293", + "339", + "14673", + "15695", + "4607", + "8298", + "2734", + "21632", + "23351", + "10152", + "21715", + "11169", + "3254", + "382", + "681", + "1085", + "4175", + "4478", + "5497", + "6214", + "6409", + "6901", + "7346", + "7900", + "7994", + "8144", + "11398", + "12524", + "12529", + "13074", + "15926", + "15984", + "16417", + "16463", + "16504", + "18402", + "19154", + "19219", + "19927", + "20267", + "7868", + "6881", + "8247", + "4816", + "3647", + "1779", + "5807", + "815", + "4595", + "9482", + "8284", + "9793", + "5232", + "7936", + "6513", + "21238", + "5401", + "20658", + "19562", + "17161", + "18762", + "16598", + "9550", + "3584", + "5531", + "5191", + "17027", + "22244", + "19943", + "2902", + "16095", + "14743", + "12454", + "2454", + "4711", + "5926", + "17217", + "807", + "9814", + "12028", + "18756", + "17943", + "1354", + "5883", + "3274", + "899", + "10664", + "7544", + "15661", + "5081", + "9866", + "12700", + "8388", + "14749", + "3709", + "20231", + "7290", + "17540", + "4218", + "20398", + "18780", + "998", + "15003", + "24903", + "17690", + "18518", + "14775", + "3831", + "10442", + "22462", + "15211", + "1949", + "13256", + "23399", + "12059", + "5472", + "11346", + "20659", + "2403", + "22030", + "18630", + "18664", + "12942", + "16019", + "20696", + "7746", + "14045", + "12551", + "4111", + "15344", + "540", + "23156", + "10689", + "13517", + "21853", + "17052", + "934", + "21628", + "22424", + "11907", + "12133", + "10384", + "13625", + "7370", + "22066", + "15218", + "13643", + "15030", + "22285", + "23355", + "21262", + "3104", + "19648", + "17920", + "20818", + "19141", + "13824", + "14301", + "16518", + "15836", + "4421", + "8933", + "191", + "16620", + "17893", + "931", + "22972", + "11364", + "20024", + "8576", + "16530", + "24406", + "18695", + "3478", + "8956", + "10460", + "15100", + "12885", + "12101", + "4315", + "14038", + "13574", + "21032", + "2828", + "24765", + "13767", + "2732", + "10430", + "2650", + "5365", + "3356", + "23994", + "22414", + "7460", + "206", + "8419", + "22456", + "19347", + "2100", + "21442", + "21883", + "19504", + "19518", + "16157", + "483", + "4186", + "22257", + "3035", + "642", + "16182", + "1103", + "1199", + "1248", + "1906", + "2126", + "2468", + "2848", + "3110", + "3954", + "4426", + "4517", + "4856", + "6463", + "7205", + "7421", + "7476", + "7944", + "8008", + "8169", + "9068", + "9270", + "9687", + "10217", + "11989", + "12105", + "12147", + "12472", + "13717", + "15362", + "16341", + "18406", + "19103", + "19911", + "20138", + "20548", + "21091", + "21207", + "21730", + "21760", + "22001", + "22845", + "23671", + "24723", + "4230", + "6386", + "1862", + "8015", + "9145", + "7953", + "7800", + "1703", + "9214", + "728", + "9139", + "16059", + "10387", + "5588", + "3727", + "22768", + "21487", + "12525", + "16492", + "19420", + "12707", + "13615", + "14882", + "19947", + "2455", + "17682", + "9678", + "971", + "15572", + "13616", + "15878", + "1348", + "7740", + "13344", + "23415", + "14662", + "22040", + "16752", + "14555", + "21617", + "13608", + "13770", + "14011", + "13024", + "22405", + "19703", + "7760", + "19810", + "22351", + "10750", + "22764", + "14860", + "5765", + "23767", + "21223", + "10787", + "23343", + "21662", + "18412", + "22042", + "14408", + "15171", + "12972", + "9677", + "10396", + "6040", + "17872", + "17021", + "11844", + "23911", + "6609", + "14412", + "15796", + "24547", + "12559", + "13965", + "17276", + "13897", + "18146", + "11144", + "16429", + "1022", + "7872", + "14453", + "976", + "8028", + "20558", + "15165", + "21021", + "12845", + "21162", + "14657", + "12337", + "15495", + "6871", + "12663", + "7398", + "940", + "21358", + "14501", + "7229", + "12464", + "9514", + "5338", + "1334", + "21904", + "23519", + "19777", + "19259", + "9036", + "15514", + "21322", + "9508", + "11421", + "8479", + "19496", + "16428", + "5873", + "10124", + "7497", + "8164", + "21031", + "1639", + "17404", + "22512", + "21990", + "23985", + "594", + "20491", + "14343", + "2152", + "23924", + "18984", + "8905", + "23798", + "11375", + "20153", + "20561", + "20250", + "18530", + "24996", + "1850", + "18948", + "11766", + "13905", + "6018", + "11189", + "15322", + "17303", + "13883", + "19023", + "17970", + "20254", + "16323", + "18609", + "1763", + "7935", + "23420", + "16070", + "799", + "2087", + "125", + "235", + "238", + "1122", + "1353", + "1520", + "1542", + "1950", + "2936", + "3725", + "4311", + "5135", + "5389", + "5517", + "5862", + "7161", + "7516", + "7753", + "8209", + "8596", + "8949", + "9487", + "9875", + "9893", + "10580", + "11841", + "12038", + "12784", + "13349", + "18182", + "18713", + "18827", + "21188", + "22574", + "6853", + "568", + "580", + "2962", + "9021", + "7192", + "4238", + "7517", + "922", + "4371", + "6107", + "1124", + "15841", + "6506", + "21779", + "11527", + "17342", + "8681", + "19008", + "14825", + "5281", + "9709", + "18476", + "19561", + "14147", + "24310", + "18990", + "16037", + "11705", + "20978", + "20697", + "14513", + "2442", + "2460", + "24899", + "481", + "4844", + "24484", + "22183", + "21157", + "18896", + "19478", + "5283", + "22909", + "12609", + "16273", + "22558", + "13921", + "2110", + "9811", + "8947", + "10472", + "11774", + "10229", + "22299", + "13302", + "15466", + "24292", + "9256", + "11543", + "19819", + "21891", + "13607", + "7583", + "2143", + "24873", + "13449", + "14428", + "1477", + "14898", + "22820", + "24102", + "24181", + "12188", + "16649", + "14320", + "17092", + "12571", + "19609", + "10230", + "11699", + "5301", + "21173", + "3840", + "14439", + "20006", + "5344", + "19826", + "20957", + "263", + "24943", + "12297", + "10027", + "18393", + "24709", + "24390", + "8775", + "19006", + "15064", + "22498", + "16349", + "21876", + "3691", + "10021", + "10637", + "4469", + "21756", + "23326", + "21822", + "12521", + "18600", + "10589", + "7311", + "3109", + "5349", + "11535", + "12229", + "23819", + "20514", + "16255", + "6640", + "12853", + "24164", + "11661", + "13963", + "12268", + "22636", + "9880", + "7858", + "933", + "9535", + "24412", + "22996", + "21702", + "9879", + "17668", + "11266", + "23755", + "12516", + "10638", + "7185", + "13475", + "13288", + "16822", + "6877", + "11422", + "8081", + "23364", + "8031", + "13983", + "10687", + "18499", + "16762", + "10345", + "17575", + "2497", + "11341", + "12672", + "24499", + "12950", + "11517", + "24114", + "4495", + "4067", + "13718", + "16317", + "11230", + "7876", + "7487", + "19692", + "11546", + "21494", + "5942", + "11593", + "11351", + "19299", + "18390", + "14067", + "2681", + "141", + "359", + "983", + "1371", + "1723", + "2234", + "2583", + "2942", + "3728", + "4119", + "5493", + "5522", + "5629", + "6593", + "6713", + "6997", + "7489", + "7794", + "8400", + "9178", + "9366", + "10493", + "12355", + "12580", + "13284", + "13367", + "13602", + "14716", + "15848", + "16398", + "17169", + "17279", + "17856", + "18557", + "19241", + "19557", + "19660", + "19870", + "19924", + "19926", + "20353", + "21830", + "23261", + "24766", + "4489", + "4481", + "9591", + "4228", + "5152", + "8978", + "2054", + "511", + "5604", + "5247", + "5161", + "5034", + "9937", + "6012", + "9735", + "19581", + "12770", + "10868", + "17629", + "21556", + "19157", + "17425", + "14499", + "7080", + "11168", + "11598", + "12637", + "13281", + "20270", + "11371", + "17532", + "16278", + "13521", + "1372", + "22925", + "490", + "13865", + "12911", + "18067", + "24776", + "14769", + "5297", + "18549", + "17729", + "16470", + "14818", + "10611", + "4104", + "15427", + "4003", + "6750", + "11294", + "7743", + "14675", + "13908", + "6525", + "10402", + "13338", + "20577", + "4662", + "17345", + "10921", + "18590", + "13433", + "19337", + "21264", + "20997", + "4013", + "13192", + "15978", + "21189", + "22007", + "4738", + "21485", + "8140", + "22080", + "20096", + "15922", + "20735", + "6487", + "20661", + "18103", + "19790", + "14540", + "16567", + "11283", + "18724", + "18184", + "4828", + "1931", + "13838", + "22152", + "19631", + "21629", + "4404", + "12688", + "7466", + "12970", + "15426", + "17487", + "12974", + "6602", + "22140", + "11779", + "21980", + "13422", + "14849", + "19855", + "16166", + "10351", + "17286", + "19723", + "23064", + "15711", + "14411", + "13955", + "4147", + "20197", + "5242", + "12052", + "8617", + "23928", + "10771", + "20890", + "12398", + "14875", + "22287", + "11650", + "16080", + "20554", + "13786", + "10992", + "4134", + "20035", + "19554", + "14260", + "21534", + "24418", + "16843", + "9306", + "12415", + "12090", + "6176", + "14033", + "22194", + "19336", + "7319", + "12204", + "7791", + "9968", + "9542", + "12771", + "3483", + "14753", + "756", + "8783", + "3772", + "18667", + "1486", + "11071", + "21009", + "20596", + "19220", + "14335", + "9990", + "12288", + "10348", + "24594", + "8250", + "13792", + "19595", + "3869", + "22950", + "9341", + "3683", + "8107", + "12060", + "20853", + "13487", + "14708", + "13677", + "8786", + "18902", + "21931", + "12854", + "17710", + "13497", + "13020", + "278", + "475", + "538", + "3644", + "4192", + "4248", + "5802", + "6101", + "6532", + "6913", + "6973", + "7343", + "7807", + "8536", + "9016", + "9257", + "9939", + "11270", + "13065", + "13545", + "15501", + "17004", + "17551", + "18142", + "18898", + "19359", + "20704", + "21640", + "22709", + "23068", + "23397", + "23411", + "23856", + "24674", + "24998", + "3431", + "3932", + "7082", + "2967", + "7639", + "1884", + "1459", + "8557", + "2699", + "2271", + "2574", + "5888", + "4870", + "7453", + "19207", + "14510", + "19406", + "8431", + "17171", + "20475", + "8480", + "13559", + "12153", + "18093", + "9073", + "18036", + "19811", + "15202", + "22921", + "12757", + "12934", + "20974", + "5907", + "13550", + "16016", + "5414", + "21933", + "13464", + "2449", + "3964", + "3980", + "23774", + "19371", + "20151", + "17280", + "14136", + "14028", + "10551", + "20321", + "9780", + "22926", + "16890", + "6068", + "24146", + "23104", + "6308", + "6370", + "3893", + "6054", + "14573", + "8516", + "2550", + "12864", + "15304", + "13420", + "17956", + "15175", + "24961", + "19941", + "23809", + "22283", + "21678", + "13868", + "24544", + "18392", + "15214", + "19412", + "12523", + "18966", + "10539", + "21308", + "16541", + "20397", + "19612", + "21463", + "10727", + "14797", + "14839", + "16383", + "16750", + "4900", + "23660", + "7141", + "9295", + "5725", + "13817", + "1400", + "15747", + "12768", + "1413", + "21355", + "15361", + "22494", + "21474", + "10959", + "14853", + "2999", + "15230", + "17698", + "15371", + "8953", + "22597", + "7837", + "17043", + "16357", + "784", + "15749", + "8677", + "22753", + "10785", + "14826", + "18676", + "21316", + "13430", + "12103", + "21583", + "13320", + "647", + "14270", + "3470", + "9982", + "12384", + "21364", + "20745", + "13947", + "16293", + "22383", + "5878", + "10548", + "17898", + "22411", + "23004", + "18893", + "12744", + "17852", + "10273", + "10219", + "16342", + "10584", + "18911", + "9423", + "18127", + "22138", + "646", + "7625", + "21699", + "17318", + "19079", + "15349", + "7259", + "17604", + "7454", + "17346", + "24491", + "22800", + "12819", + "14683", + "12949", + "8292", + "23477", + "5855", + "15521", + "24716", + "14336", + "20566", + "8573", + "21475", + "20260", + "17848", + "17091", + "24165", + "14907", + "21080", + "15670", + "15838", + "8869", + "11516", + "21679", + "22114", + "3573", + "12966", + "3577", + "68", + "16286", + "6610", + "24994", + "11794", + "12782", + "13581", + "16208", + "16249", + "18284", + "23274", + "13126", + "9191", + "3860", + "1027", + "1333", + "1683", + "2856", + "3208", + "3500", + "3924", + "4020", + "4883", + "5917", + "6069", + "6263", + "6789", + "7890", + "10793", + "10996", + "11237", + "11302", + "11723", + "12156", + "12169", + "13304", + "13981", + "14763", + "15075", + "16968", + "17955", + "19967", + "20444", + "1021", + "514", + "3171", + "4465", + "6156", + "6828", + "5865", + "5696", + "9047", + "14858", + "9790", + "2845", + "8562", + "16947", + "11607", + "12374", + "11728", + "17097", + "18121", + "15220", + "17222", + "2030", + "22834", + "7428", + "9702", + "19770", + "15350", + "13038", + "20852", + "18399", + "22585", + "9708", + "2440", + "7391", + "12570", + "16408", + "21090", + "15450", + "8699", + "18636", + "9443", + "5703", + "22535", + "21015", + "10951", + "7300", + "6968", + "4396", + "18397", + "23706", + "20816", + "19831", + "15079", + "8512", + "19983", + "20314", + "24957", + "1474", + "13845", + "12813", + "15354", + "8603", + "13703", + "15316", + "23433", + "24306", + "15455", + "14530", + "14163", + "13495", + "12378", + "24747", + "23526", + "11589", + "14755", + "18348", + "17308", + "18178", + "13470", + "17712", + "16819", + "12129", + "9941", + "8564", + "16888", + "4146", + "10596", + "22855", + "8230", + "17013", + "240", + "5143", + "14736", + "6452", + "13554", + "9792", + "11182", + "1265", + "17531", + "3186", + "16626", + "16055", + "7555", + "14299", + "22622", + "10650", + "11006", + "10126", + "15553", + "16561", + "9586", + "12749", + "22760", + "23811", + "18607", + "19565", + "22573", + "9781", + "21838", + "21880", + "12076", + "19467", + "5970", + "12564", + "23422", + "16390", + "8657", + "8662", + "24087", + "4864", + "17026", + "8175", + "16091", + "23512", + "23125", + "12202", + "18403", + "19929", + "24916", + "12745", + "12764", + "22334", + "10717", + "8591", + "20082", + "5052", + "11387", + "15135", + "10960", + "3007", + "2294", + "11319", + "16652", + "7824", + "16118", + "12079", + "11637", + "3645", + "9187", + "9664", + "10157", + "2178", + "21332", + "14398", + "13891", + "2058", + "12466", + "8642", + "1347", + "763", + "909", + "1100", + "1693", + "2853", + "3568", + "4050", + "4462", + "5065", + "5259", + "6821", + "6989", + "8115", + "9452", + "9516", + "10849", + "10939", + "12280", + "13123", + "13619", + "13731", + "14663", + "16430", + "16771", + "16782", + "16900", + "17061", + "17212", + "17386", + "18593", + "20189", + "21641", + "21808", + "22294", + "6592", + "529", + "9815", + "8975", + "8902", + "6155", + "9168", + "4369", + "3542", + "7675", + "2274", + "3855", + "5795", + "21103", + "15823", + "13839", + "20906", + "806", + "13116", + "9548", + "1752", + "21627", + "9703", + "3339", + "3979", + "3255", + "12710", + "11104", + "13689", + "13387", + "10221", + "14437", + "18968", + "13560", + "11963", + "13090", + "8486", + "19053", + "16926", + "10753", + "482", + "19206", + "13764", + "17703", + "11615", + "19341", +]; -const kinship: string[] = []; +const kinship: string[] = [ + "7765", + "8396", + "7422", + "8612", + "7848", + "1743", + "1998", + "4350", + "8121", + "1840", + "4566", + "1836", + "5935", + "7653", + "8554", + "9175", + "1838", + "4567", + "4564", + "4561", + "3169", + "6447", + "9634", + "6350", + "4682", + "662", + "4683", + "4680", + "4681", + "4684", + "4679", + "4677", + "7384", + "3205", + "8863", + "1668", + "4090", + "3749", + "8061", + "1483", + "4301", + "4302", + "4650", + "8440", + "5420", + "8860", + "8862", + "9636", + "8439", + "3736", + "4232", + "7992", + "8099", + "8443", + "3407", + "3931", + "5737", + "673", + "8864", + "2851", + "4489", + "572", + "2749", + "8823", + "6853", + "9751", + "4230", + "4693", + "2209", + "6912", + "577", + "575", + "568", + "8861", + "2290", + "1021", + "8102", + "5221", + "1014", + "574", + "5079", + "576", + "5877", + "3515", + "2261", + "9171", + "571", + "7717", + "4906", + "5154", + "5684", + "580", + "8588", + "3160", + "3431", + "3852", + "569", + "573", + "1083", + "9602", + "4560", + "8205", + "8583", + "9023", + "5733", + "6274", + "966", + "6052", + "1475", + "2501", + "5682", + "3173", + "5945", + "4083", + "2962", + "7480", + "4640", + "2500", + "8084", + "5792", + "2359", + "3371", + "6375", + "6351", + "4701", + "4534", + "5106", + "2128", + "4700", + "1207", + "37", + "3938", + "3934", + "514", + "600", + "8383", + "3124", + "6451", + "8030", + "1012", + "6438", + "6880", + "5666", + "3820", + "5372", + "6533", + "3939", + "7585", + "7895", + "9685", + "4481", + "6374", + "8207", + "6345", + "6882", + "3819", + "3662", + "3932", + "7893", + "9731", + "7412", + "6386", + "598", + "6058", + "3933", + "5446", + "3171", + "567", + "543", + "578", + "2854", + "6257", + "8756", + "3929", + "4102", + "7885", + "8590", + "7868", + "2716", + "8213", + "6239", + "6933", + "677", + "5488", + "7495", + "5549", + "9733", + "9021", + "9767", + "8256", + "8955", + "8936", + "3997", + "3411", + "6709", + "9795", + "9997", + "4636", + "3782", + "7563", + "4944", + "2739", + "1862", + "3403", + "3999", + "5321", + "3853", + "1780", + "3156", + "5702", + "581", + "1367", + "2811", + "114", + "8806", + "4263", + "8064", + "5798", + "5551", + "6592", + "5305", + "4486", + "4215", + "6047", + "8542", + "9688", + "1335", + "7569", + "7603", + "9125", + "3998", + "9681", + "522", + "6881", + "4298", + "529", + "6843", + "5583", + "6847", + "2745", + "6475", + "897", + "3201", + "2886", + "7425", + "7247", + "4503", + "4639", + "112", + "7082", + "4809", + "2931", + "8442", + "1432", + "3787", + "7504", + "2393", + "1345", + "9851", + "9133", + "4670", + "2907", + "9850", + "6637", + "2391", + "7864", + "1879", + "9610", + "4125", + "3177", + "3178", + "2360", + "9815", + "9832", + "8922", + "8382", + "9588", + "2553", + "3917", + "1244", + "6879", + "7191", + "4814", + "7434", + "7436", + "7766", + "1426", + "663", + "4810", + "4817", + "7209", + "3989", + "8247", + "7437", + "7190", + "5228", + "5017", + "5681", + "4465", + "7832", + "3184", + "9848", + "1412", + "7768", + "7192", + "7026", + "6342", + "6443", + "2824", + "3179", + "9816", + "4813", + "8243", + "5913", + "7767", + "8069", + "5146", + "8246", + "7193", + "5230", + "6233", + "8567", + "4816", + "9818", + "9591", + "924", + "6670", + "3387", + "8503", + "5226", + "5227", + "5915", + "9362", + "7110", + "6854", + "6147", + "5938", + "6639", + "1470", + "3280", + "4591", + "5908", + "7067", + "3861", + "9877", + "5470", + "7456", + "1874", + "6142", + "8980", + "8015", + "8966", + "7025", + "3237", + "7369", + "4228", + "5152", + "4914", + "8975", + "3526", + "8973", + "2657", + "9819", + "2903", + "8979", + "8969", + "8981", + "4877", + "8976", + "7385", + "7729", + "2967", + "4064", + "9817", + "8978", + "2879", + "7288", + "3523", + "7200", + "4351", + "8695", + "8987", + "8986", + "3524", + "9654", + "6394", + "6678", + "6674", + "8967", + "5306", + "7980", + "6677", + "6676", + "8990", + "3527", + "3525", + "6675", + "8972", + "6766", + "4352", + "7286", + "1584", + "5660", + "9849", + "1586", + "6584", + "8989", + "8968", + "9129", + "8974", + "4349", + "5155", + "3647", + "3041", + "1055", + "1954", + "7284", + "8988", + "5658", + "479", + "6633", + "9145", + "7471", + "1063", + "1952", + "7958", + "5809", + "9453", + "8889", + "2281", + "9338", + "7545", + "7639", + "7562", + "169", + "8884", + "4753", + "9288", + "5769", + "7957", + "8607", + "7410", + "8790", + "7529", + "4095", + "4696", + "607", + "5343", + "9393", + "4156", + "3680", + "4405", + "6156", + "6208", + "820", + "5496", + "7943", + "9594", + "1197", + "8032", + "5533", + "3835", + "2888", + "5084", + "4756", + "5507", + "3928", + "5704", + "1779", + "4984", + "7401", + "8902", + "4444", + "8693", + "44", + "5524", + "106", + "123", + "6155", + "3154", + "4985", + "4106", + "9612", + "817", + "2054", + "3037", + "9996", + "4165", + "3302", + "4895", + "9689", + "8158", + "5641", + "7113", + "511", + "5604", + "2812", + "2181", + "660", + "4069", + "8694", + "2463", + "7083", + "7462", + "5139", + "5140", + "1457", + "6189", + "1557", + "164", + "4749", + "6684", + "6920", + "3152", + "396", + "6946", + "6792", + "3265", + "6681", + "5036", + "1784", + "7236", + "8929", + "5247", + "1558", + "2990", + "6918", + "9147", + "267", + "7058", + "1321", + "1071", + "2134", + "1308", + "6916", + "7547", + "6967", + "4321", + "8615", + "6851", + "753", + "4917", + "9137", + "9853", + "9501", + "6919", + "8785", + "3072", + "5540", + "3900", + "8226", + "3789", + "6884", + "6486", + "9168", + "5161", + "4468", + "5807", + "5034", + "684", + "4616", + "4735", + "7953", + "8444", + "6128", + "1395", + "3275", + "6665", + "2717", + "9371", + "1884", + "8837", + "9822", + "7772", + "8667", + "5521", + "4238", + "815", + "789", + "3935", + "5328", + "7800", + "9210", + "9760", + "5141", + "7312", + "8434", + "8971", + "1231", + "3218", + "9957", + "5016", + "4595", + "6642", + "8965", + "7517", + "2932", + "9958", + "808", + "922", + "4394", + "9808", + "3053", + "7060", + "1459", + "7689", + "9083", + "8229", + "6828", + "2014", + "4765", + "9676", + "3012", + "7266", + "2603", + "6860", + "8951", + "2678", + "3659", + "4651", + "3556", + "9337", + "9482", + "1735", + "7084", + "2504", + "1703", + "5520", + "2798", + "7202", + "5676", + "5743", + "7143", + "8287", + "2795", + "5992", + "5994", + "8284", + "8623", + "7687", + "5995", + "5998", + "5997", + "5999", + "6000", + "8625", + "6001", + "8159", + "2613", + "2796", + "2973", + "8557", + "9762", + "2793", + "9937", + "5508", + "5996", + "5993", + "8621", + "8624", + "8622", + "2792", + "9802", + "7232", + "4367", + "4368", + "6129", + "9349", + "4372", + "4915", + "4365", + "4374", + "1981", + "2350", + "4369", + "4370", + "8501", + "8631", + "7377", + "4371", + "4379", + "674", + "7210", + "4373", + "4377", + "4378", + "2674", + "1690", + "4366", + "4375", + "2687", + "5954", + "4376", + "6222", + "2699", + "6562", + "9554", + "9214", + "5423", + "7206", + "2945", + "9793", + "4678", + "5500", + "4820", + "9396", + "5700", + "1193", + "3879", + "3907", + "6804", + "5511", + "7055", + "7063", + "1368", + "4476", + "9360", + "7853", + "7052", + "1808", + "5504", + "6786", + "7449", + "2552", + "5865", + "3711", + "6163", + "7601", + "4416", + "1633", + "6012", + "7240", + "4510", + "1015", + "5696", + "1802", + "4948", + "3026", + "7571", + "8068", + "5633", + "480", + "1974", + "6849", + "1020", + "2271", + "6802", + "1852", + "5433", + "2368", + "8655", + "5419", + "2783", + "383", + "7438", + "2182", + "7420", + "7416", + "8070", + "9121", + "3542", + "1218", + "2559", + "4433", + "2799", + "9312", + "9047", + "4021", + "7675", + "7024", + "2750", + "3538", + "3539", + "4044", + "8522", + "8303", + "9735", + "8082", + "528", + "1388", + "2683", + "5383", + "2260", + "2976", + "4363", + "1672", + "6615", + "2096", + "4598", + "728", + "4807", + "9395", + "5220", + "3116", + "3864", + "5048", + "262", + "7773", + "2274", + "8941", + "4999", + "1989", + "3598", + "4754", + "3855", + "9286", + "1876", + "233", + "2333", + "2965", + "1171", + "9173", + "8960", + "1481", + "2120", + "2574", + "319", + "4728", + "1150", + "7215", + "6439", + "4521", + "3121", + "5980", + "236", + "5431", + "4221", + "243", + "2987", + "5232", + "5192", + "7817", + "4786", + "430", + "2111", + "8750", + "1170", + "6372", + "8838", + "3342", + "9212", + "4913", + "5764", + "5094", + "2301", + "7212", + "6741", + "2249", + "1878", + "8130", + "201", + "1539", + "7629", + "3774", + "7167", + "1274", + "8707", + "3667", + "4692", + "9117", + "8050", + "7304", + "6107", + "5888", + "4082", + "4551", + "5718", + "2324", + "579", + "1911", + "4870", + "1976", + "5271", + "5795", + "4117", + "5273", + "7171", + "736", + "8075", + "5717", + "2094", + "4434", + "9359", + "9936", + "5689", + "7936", + "4283", + "1147", + "8898", + "3402", + "4107", + "8277", + "7863", + "9174", + "2906", + "5683", + "9242", + "6166", + "2578", + "8254", + "4838", + "5747", + "1124", + "2701", + "3144", + "7453", + "9139", + "7664", + "1396", + "5803", + "5804", + "1980", + "2197", + "549", + "7548", + "3388", + "3816", + "21337", + "5972", + "15479", + "19312", + "12513", + "15434", + "13238", + "17684", + "14115", + "13898", + "16076", + "19834", + "17282", + "9342", + "15309", + "16387", + "21299", + "15535", + "16432", + "3773", + "473", + "2922", + "1845", + "16354", + "16239", + "15841", + "14256", + "8726", + "18126", + "21103", + "14858", + "13451", + "17509", + "20672", + "21578", + "21820", + "2685", + "19016", + "11033", + "7203", + "13523", + "12387", + "14697", + "19207", + "12400", + "20342", + "15707", + "18438", + "19903", + "21038", + "16059", + "19788", + "15120", + "18247", + "18742", + "15629", + "13590", + "15073", + "19548", + "21871", + "16379", + "11521", + "15331", + "7667", + "6038", + "13153", + "19037", + "16456", + "20848", + "20832", + "21366", + "3331", + "6508", + "6509", + "6036", + "14567", + "12494", + "6397", + "6518", + "12660", + "20951", + "6165", + "5819", + "6510", + "6037", + "6517", + "6511", + "21048", + "14482", + "5025", + "1203", + "6505", + "6506", + "6034", + "18349", + "10471", + "12671", + "19581", + "15178", + "6513", + "6519", + "6035", + "3487", + "9790", + "10818", + "19735", + "4799", + "6515", + "1547", + "9250", + "5032", + "988", + "5418", + "8167", + "1425", + "11392", + "4249", + "16498", + "20067", + "10356", + "17827", + "10338", + "16548", + "15737", + "2503", + "17035", + "21643", + "11061", + "18939", + "19602", + "12698", + "21130", + "18041", + "2269", + "2588", + "3572", + "17241", + "21019", + "12369", + "21779", + "787", + "19511", + "17294", + "9821", + "6952", + "23741", + "20142", + "19055", + "10090", + "12770", + "16507", + "15513", + "18175", + "3479", + "22163", + "19984", + "111", + "19795", + "12650", + "10868", + "10095", + "18051", + "15823", + "19590", + "11818", + "9215", + "23780", + "18859", + "23140", + "22017", + "21499", + "23600", + "11527", + "12882", + "14030", + "13998", + "12990", + "16980", + "19435", + "22225", + "11764", + "11782", + "23983", + "3842", + "585", + "183", + "21350", + "5847", + "13789", + "17967", + "17921", + "14377", + "16641", + "17739", + "870", + "1389", + "6953", + "19784", + "14817", + "973", + "9561", + "14869", + "13839", + "13600", + "10406", + "23593", + "20271", + "14202", + "15008", + "5238", + "24109", + "16328", + "10387", + "17479", + "21238", + "19922", + "289", + "2624", + "185", + "20044", + "17188", + "1195", + "19406", + "14510", + "20483", + "18449", + "17728", + "17234", + "5774", + "9552", + "16630", + "9614", + "22113", + "17600", + "17352", + "14413", + "8431", + "19883", + "14781", + "10780", + "20658", + "9826", + "5401", + "19920", + "14981", + "21356", + "18807", + "15473", + "9103", + "5588", + "11049", + "16405", + "5612", + "16887", + "6797", + "23884", + "16624", + "12962", + "13226", + "17171", + "19562", + "14959", + "22864", + "7908", + "3727", + "15652", + "20228", + "4988", + "16861", + "9162", + "24545", + "24115", + "15869", + "22106", + "3063", + "19959", + "17342", + "16109", + "3397", + "11762", + "16450", + "19930", + "16034", + "5772", + "11930", + "12628", + "18539", + "18291", + "1447", + "18734", + "22346", + "24443", + "3067", + "3391", + "20863", + "21093", + "20475", + "17161", + "23711", + "17786", + "17186", + "9831", + "24076", + "15163", + "4081", + "12493", + "8787", + "21362", + "16829", + "14174", + "4621", + "12958", + "6131", + "20489", + "15347", + "24913", + "14415", + "13774", + "14265", + "10566", + "2506", + "14734", + "8927", + "16924", + "16272", + "17755", + "6984", + "19260", + "10299", + "17107", + "12581", + "17629", + "16629", + "8372", + "9756", + "6132", + "15500", + "17813", + "17341", + "17131", + "18762", + "14345", + "18401", + "16529", + "8465", + "12247", + "14155", + "16250", + "21537", + "14470", + "21604", + "15583", + "4441", + "6136", + "16598", + "22107", + "8681", + "14890", + "1196", + "7505", + "15228", + "5069", + "22234", + "3040", + "7424", + "12810", + "11569", + "13489", + "11554", + "13143", + "13305", + "24451", + "18487", + "22241", + "6985", + "5730", + "5263", + "15724", + "9357", + "20891", + "24503", + "18558", + "4309", + "21278", + "2099", + "7426", + "5906", + "15801", + "2842", + "2844", + "2841", + "2529", + "3357", + "410", + "911", + "19288", + "8480", + "1058", + "19307", + "9398", + "19008", + "18472", + "2843", + "2845", + "2849", + "2850", + "11222", + "6857", + "22144", + "21727", + "15537", + "3595", + "11886", + "15334", + "16495", + "14093", + "18905", + "17645", + "2839", + "2840", + "21900", + "23757", + "11259", + "21556", + "17306", + "19126", + "17382", + "2847", + "19937", + "13559", + "1140", + "21145", + "19734", + "12538", + "14328", + "18072", + "4005", + "15320", + "15340", + "13498", + "20861", + "12170", + "12153", + "19157", + "21833", + "18427", + "8562", + "523", + "18107", + "5160", + "9248", + "18093", + "20906", + "3724", + "308", + "19221", + "8934", + "6893", + "12704", + "1009", + "19970", + "12532", + "15697", + "9073", + "21968", + "19892", + "7955", + "18474", + "15328", + "13796", + "13116", + "14302", + "16728", + "9553", + "11021", + "13061", + "10498", + "11977", + "17447", + "18387", + "23525", + "11960", + "806", + "20060", + "19163", + "14654", + "21870", + "24934", + "10223", + "12691", + "9549", + "9551", + "9550", + "9559", + "15511", + "22768", + "9608", + "21546", + "19280", + "8797", + "4885", + "23258", + "21369", + "15864", + "9548", + "9547", + "17298", + "14702", + "13831", + "16594", + "12549", + "11902", + "15676", + "12042", + "12560", + "19388", + "11916", + "13424", + "13261", + "14825", + "14518", + "15674", + "18495", + "8239", + "1732", + "8364", + "11566", + "10561", + "18753", + "15409", + "5593", + "21047", + "16388", + "17296", + "15246", + "21524", + "12758", + "14964", + "17267", + "17208", + "17425", + "15635", + "18415", + "17113", + "16126", + "2946", + "1436", + "9643", + "4685", + "19841", + "21970", + "22013", + "11428", + "23766", + "13802", + "14454", + "21255", + "21243", + "17926", + "19294", + "20970", + "20934", + "18752", + "18338", + "21302", + "18174", + "19663", + "11990", + "19318", + "21487", + "19507", + "15946", + "19082", + "21714", + "20464", + "20194", + "18649", + "15653", + "967", + "15254", + "18567", + "18287", + "20626", + "391", + "390", + "10810", + "15830", + "10281", + "18545", + "18138", + "18836", + "16947", + "14236", + "18305", + "5004", + "392", + "17242", + "8379", + "16749", + "16496", + "14499", + "16163", + "19198", + "11607", + "21952", + "3784", + "16849", + "10618", + "5007", + "2270", + "3584", + "22102", + "10956", + "11780", + "14438", + "19564", + "14110", + "11553", + "15139", + "16825", + "10507", + "18036", + "5008", + "15551", + "4078", + "19589", + "20244", + "22338", + "17536", + "13169", + "11943", + "19949", + "12338", + "14625", + "12873", + "19373", + "17257", + "11362", + "19424", + "24576", + "16199", + "21220", + "23873", + "11706", + "7080", + "4052", + "15109", + "2095", + "19441", + "14640", + "7204", + "11005", + "16660", + "16083", + "6158", + "17539", + "24449", + "14370", + "12738", + "10282", + "15881", + "14099", + "15346", + "17251", + "21199", + "24504", + "11168", + "15905", + "20080", + "20752", + "13535", + "2689", + "17986", + "19405", + "12096", + "17270", + "19969", + "6460", + "8281", + "12593", + "15176", + "21504", + "16375", + "19577", + "15924", + "16303", + "22965", + "21658", + "5956", + "21895", + "23978", + "16160", + "17433", + "18224", + "16345", + "11582", + "24844", + "22780", + "10321", + "11598", + "12374", + "23132", + "20747", + "8260", + "9856", + "16069", + "19811", + "22126", + "19980", + "9884", + "20045", + "12065", + "15202", + "11728", + "23492", + "22921", + "12397", + "14741", + "8327", + "1580", + "12504", + "18121", + "17097", + "21836", + "21371", + "21742", + "8222", + "20147", + "15143", + "17704", + "11040", + "11082", + "17602", + "11368", + "21625", + "1249", + "9768", + "13022", + "16492", + "12934", + "13281", + "12757", + "12637", + "13778", + "13722", + "12525", + "15220", + "20157", + "16431", + "13751", + "17222", + "2031", + "23455", + "16970", + "14160", + "20270", + "14958", + "8245", + "19420", + "17045", + "3433", + "2028", + "11894", + "9836", + "15918", + "21140", + "18145", + "12689", + "16078", + "5281", + "3424", + "2027", + "11029", + "15117", + "11068", + "20256", + "16140", + "20930", + "14047", + "16823", + "1752", + "17467", + "2755", + "16935", + "1589", + "2021", + "3425", + "16587", + "3427", + "3423", + "3430", + "2030", + "3541", + "20721", + "6168", + "1379", + "9713", + "3434", + "5531", + "11524", + "12685", + "15118", + "8311", + "9701", + "2951", + "16287", + "9709", + "19537", + "20054", + "2387", + "5191", + "7614", + "12063", + "5392", + "24931", + "22412", + "18077", + "12467", + "21941", + "13807", + "486", + "20545", + "15930", + "22834", + "17873", + "17881", + "8253", + "3051", + "20974", + "17027", + "21397", + "11658", + "14661", + "12376", + "19770", + "24839", + "7428", + "9702", + "18066", + "16889", + "17327", + "4142", + "20394", + "14778", + "2123", + "16551", + "20479", + "12353", + "21114", + "18975", + "19549", + "18152", + "24930", + "16353", + "8831", + "11525", + "13318", + "16318", + "24074", + "13974", + "2953", + "19512", + "11191", + "14128", + "19992", + "2419", + "3958", + "3240", + "3961", + "6169", + "14176", + "14816", + "12349", + "12389", + "15884", + "21841", + "12755", + "21627", + "12707", + "13354", + "15798", + "20608", + "20657", + "21857", + "20559", + "13293", + "21922", + "20108", + "17466", + "10660", + "11371", + "823", + "6712", + "1190", + "8691", + "13505", + "15675", + "19434", + "3753", + "11220", + "20525", + "21705", + "23531", + "13615", + "15350", + "19724", + "15704", + "264", + "3370", + "5907", + "23403", + "11759", + "17669", + "13550", + "9419", + "915", + "18904", + "19164", + "17973", + "14046", + "22652", + "10979", + "23324", + "5110", + "11479", + "17062", + "16859", + "18620", + "12221", + "5162", + "19362", + "4326", + "17532", + "13522", + "22776", + "11350", + "2620", + "24727", + "18352", + "16016", + "5485", + "17606", + "13038", + "17144", + "16793", + "6241", + "7931", + "20943", + "19250", + "13071", + "4144", + "979", + "20996", + "13595", + "671", + "14442", + "15776", + "15907", + "18476", + "22271", + "6798", + "19697", + "13404", + "14935", + "19561", + "10274", + "17014", + "23712", + "20852", + "19140", + "12109", + "6454", + "5821", + "21849", + "23984", + "10925", + "11726", + "24492", + "7600", + "18399", + "6148", + "3429", + "9461", + "24471", + "24714", + "2797", + "5414", + "4317", + "14882", + "16223", + "9703", + "20782", + "22585", + "4182", + "1984", + "21813", + "21835", + "20196", + "9450", + "1133", + "3895", + "7292", + "5501", + "23535", + "5967", + "21933", + "24884", + "10880", + "24310", + "19345", + "14147", + "5955", + "6089", + "978", + "15933", + "810", + "23007", + "11301", + "9857", + "12021", + "20141", + "9871", + "18681", + "22122", + "8129", + "9626", + "12019", + "21338", + "4297", + "18661", + "1126", + "22244", + "16278", + "12014", + "16502", + "16883", + "15821", + "11126", + "16964", + "16362", + "15853", + "17122", + "17057", + "1598", + "3992", + "18296", + "7407", + "10864", + "5560", + "6889", + "18470", + "20579", + "23689", + "13464", + "225", + "4130", + "2617", + "7852", + "3085", + "912", + "12714", + "16483", + "15046", + "3084", + "10738", + "23667", + "24088", + "18883", + "1837", + "3260", + "15062", + "7888", + "24932", + "23086", + "24941", + "9603", + "13351", + "14991", + "14054", + "19096", + "23523", + "1134", + "24557", + "23098", + "20728", + "6080", + "9708", + "19012", + "14927", + "5471", + "5639", + "408", + "23773", + "5904", + "14961", + "22835", + "5903", + "16364", + "16564", + "39", + "5701", + "19489", + "6963", + "7961", + "1839", + "21379", + "12619", + "9143", + "7662", + "11630", + "13346", + "20154", + "20348", + "16517", + "11065", + "186", + "21916", + "23860", + "22620", + "8161", + "20057", + "19943", + "18990", + "7636", + "23614", + "12243", + "19649", + "17236", + "22610", + "2232", + "16327", + "3441", + "18013", + "20601", + "5959", + "21249", + "15571", + "7617", + "23496", + "3440", + "8012", + "16037", + "11243", + "3665", + "20061", + "22331", + "5340", + "4092", + "12986", + "12656", + "23864", + "2034", + "11501", + "10833", + "22916", + "19086", + "17037", + "17069", + "13867", + "21259", + "15845", + "10494", + "3435", + "18313", + "6135", + "2898", + "19869", + "7432", + "11705", + "4103", + "9985", + "16560", + "3320", + "20663", + "4429", + "20128", + "3443", + "4556", + "9699", + "3050", + "4518", + "17344", + "18814", + "23964", + "24564", + "23073", + "5692", + "2966", + "17503", + "6549", + "5572", + "16220", + "20687", + "17243", + "1986", + "17395", + "24645", + "23097", + "12477", + "13687", + "21724", + "19054", + "7839", + "2566", + "3264", + "2902", + "19093", + "22085", + "9449", + "6690", + "10128", + "20755", + "13521", + "9983", + "20978", + "16144", + "21959", + "2612", + "22904", + "4527", + "13276", + "18839", + "6159", + "2148", + "3713", + "16260", + "22513", + "16818", + "2909", + "20697", + "7148", + "13438", + "14554", + "9350", + "13588", + "7468", + "21689", + "13682", + "11988", + "6149", + "5442", + "5209", + "14513", + "15481", + "21479", + "12213", + "15994", + "13660", + "14551", + "15449", + "15152", + "13850", + "16171", + "18106", + "13223", + "6631", + "12540", + "16778", + "15574", + "19027", + "13043", + "20442", + "16755", + "24651", + "18190", + "18680", + "17137", + "24768", + "17821", + "6636", + "16095", + "23918", + "16441", + "14130", + "20049", + "15928", + "14888", + "16638", + "10941", + "9029", + "24554", + "5375", + "4533", + "1372", + "13846", + "15859", + "13324", + "22221", + "5754", + "20480", + "23690", + "17569", + "2643", + "13260", + "17239", + "6278", + "15351", + "2557", + "16770", + "7081", + "9451", + "10549", + "11289", + "15518", + "16424", + "18853", + "4472", + "10364", + "11383", + "9179", + "10208", + "8565", + "10513", + "3671", + "2538", + "22839", + "13989", + "9589", + "22927", + "8809", + "8378", + "597", + "14647", + "15587", + "17482", + "12166", + "17969", + "18677", + "21789", + "11103", + "15116", + "2644", + "10918", + "24936", + "22572", + "6041", + "8911", + "11692", + "15296", + "5388", + "750", + "15433", + "21253", + "14293", + "13170", + "3361", + "3339", + "826", + "18356", + "21736", + "15750", + "3783", + "19947", + "22698", + "24053", + "15147", + "698", + "14743", + "10520", + "13208", + "2235", + "21921", + "15575", + "2453", + "4720", + "2452", + "3966", + "3971", + "4068", + "13363", + "8433", + "3967", + "3981", + "4708", + "696", + "4722", + "2450", + "12454", + "8653", + "5953", + "3974", + "20761", + "4710", + "2462", + "2441", + "2449", + "3986", + "4714", + "4706", + "2443", + "1904", + "17601", + "4124", + "2703", + "18034", + "12575", + "3964", + "2459", + "2454", + "1473", + "2455", + "11336", + "3844", + "6723", + "4711", + "2439", + "3977", + "2457", + "2460", + "3982", + "1285", + "6729", + "2442", + "2446", + "8517", + "24899", + "4122", + "6966", + "17682", + "4713", + "6079", + "6538", + "24473", + "19793", + "24836", + "481", + "3983", + "3965", + "2440", + "5926", + "19030", + "14920", + "17072", + "21100", + "15980", + "17422", + "11610", + "6845", + "3980", + "3985", + "3979", + "703", + "17751", + "7661", + "23774", + "8572", + "702", + "716", + "16591", + "20766", + "24386", + "19255", + "21706", + "18648", + "700", + "5451", + "14257", + "17217", + "21115", + "7097", + "22925", + "705", + "714", + "23672", + "24800", + "6400", + "1234", + "490", + "4844", + "807", + "5664", + "1781", + "13233", + "4285", + "9678", + "17064", + "7844", + "14799", + "3255", + "8521", + "8943", + "6145", + "7830", + "9673", + "9814", + "18059", + "8773", + "11013", + "5530", + "3560", + "1679", + "3340", + "24835", + "16290", + "20469", + "20805", + "13563", + "15224", + "10456", + "3569", + "2461", + "1728", + "6564", + "22362", + "8746", + "4143", + "3296", + "3962", + "3970", + "4723", + "3978", + "3968", + "695", + "3973", + "4715", + "12634", + "9243", + "11248", + "3312", + "3975", + "3963", + "4702", + "2448", + "2451", + "3972", + "697", + "2445", + "3969", + "8332", + "743", + "20928", + "241", + "3976", + "4716", + "3273", + "4717", + "713", + "712", + "2959", + "4414", + "3292", + "1136", + "4709", + "710", + "2585", + "10243", + "805", + "725", + "5818", + "2272", + "2438", + "5602", + "2666", + "13485", + "16030", + "2346", + "1421", + "3301", + "4707", + "3382", + "9211", + "12049", + "3815", + "17521", + "6122", + "3298", + "3306", + "15009", + "733", + "3332", + "1853", + "971", + "2487", + "22600", + "9448", + "8840", + "2713", + "3293", + "2167", + "2698", + "3294", + "5093", + "5512", + "3090", + "3297", + "708", + "719", + "704", + "19371", + "17660", + "3310", + "7305", + "14107", + "6683", + "14288", + "3290", + "19033", + "14946", + "16769", + "15505", + "974", + "699", + "717", + "707", + "22987", + "709", + "3059", + "13878", + "14497", + "706", + "711", + "5369", + "17028", + "12097", + "11195", + "3314", + "21186", + "5262", + "226", + "718", + "3308", + "24823", + "14856", + "3299", + "19458", + "20151", + "17504", + "3309", + "3305", + "1855", + "22934", + "9900", + "1292", + "3311", + "5335", + "21759", + "6123", + "24976", + "19134", + "10977", + "23892", + "17368", + "3481", + "3291", + "3091", + "17158", + "2801", + "15107", + "7680", + "16310", + "7979", + "275", + "17280", + "4646", + "2396", + "11732", + "12710", + "1469", + "925", + "8328", + "18613", + "965", + "7644", + "10565", + "4903", + "3480", + "9367", + "18673", + "18400", + "21987", + "8478", + "20143", + "16322", + "10781", + "5376", + "17182", + "24826", + "23799", + "19064", + "8474", + "8784", + "14978", + "24179", + "5502", + "22329", + "16170", + "3295", + "24484", + "2679", + "19491", + "16738", + "15302", + "13630", + "11808", + "15572", + "9700", + "12031", + "1157", + "16356", + "13865", + "14136", + "9031", + "5378", + "10556", + "24186", + "12420", + "22183", + "6459", + "2788", + "6732", + "16969", + "14936", + "18012", + "21157", + "13076", + "12847", + "11104", + "23505", + "16562", + "11430", + "13616", + "16329", + "19161", + "16668", + "6720", + "4718", + "5377", + "16633", + "17256", + "24786", + "13443", + "21231", + "3267", + "8705", + "16442", + "5374", + "11545", + "19452", + "14028", + "20381", + "22487", + "14646", + "23878", + "2117", + "10551", + "12028", + "8112", + "8181", + "2544", + "20917", + "18052", + "20321", + "12911", + "18896", + "19478", + "23413", + "12011", + "17941", + "14018", + "22815", + "15547", + "18756", + "15565", + "15899", + "16493", + "4764", + "5626", + "5283", + "12903", + "20750", + "13611", + "23748", + "5650", + "689", + "17802", + "7391", + "17544", + "13880", + "22006", + "15525", + "18170", + "7390", + "13291", + "7739", + "16419", + "13529", + "11859", + "3735", + "9692", + "584", + "15460", + "914", + "4113", + "18579", + "6140", + "9780", + "22909", + "4483", + "21739", + "7393", + "8086", + "16309", + "8739", + "18067", + "20432", + "4456", + "20698", + "9824", + "4032", + "6033", + "12273", + "17134", + "18140", + "16985", + "14865", + "2554", + "24984", + "6259", + "14252", + "10425", + "7355", + "13082", + "20343", + "23723", + "15243", + "2825", + "18237", + "15619", + "4721", + "12422", + "14457", + "12123", + "10902", + "19486", + "20279", + "18434", + "13800", + "24776", + "19112", + "8196", + "9867", + "19453", + "11402", + "8097", + "12238", + "13689", + "14769", + "18588", + "7474", + "10775", + "10325", + "4724", + "4524", + "4060", + "6734", + "1994", + "5297", + "18965", + "14039", + "7225", + "2091", + "15878", + "6355", + "7716", + "6731", + "19156", + "23501", + "15729", + "10318", + "24779", + "8453", + "17943", + "9942", + "21938", + "3984", + "13990", + "987", + "1348", + "12609", + "4091", + "4323", + "13218", + "12098", + "18028", + "19210", + "377", + "1138", + "509", + "20909", + "22153", + "12303", + "15708", + "7137", + "21241", + "9628", + "18782", + "4406", + "9064", + "17444", + "13496", + "17090", + "24094", + "6224", + "19464", + "12570", + "6352", + "22985", + "4272", + "4431", + "19330", + "18549", + "13175", + "12482", + "20613", + "14594", + "8780", + "10517", + "16814", + "4795", + "10541", + "16408", + "20630", + "1273", + "24637", + "21306", + "7740", + "8563", + "11162", + "17214", + "8272", + "13620", + "16952", + "1233", + "1173", + "13996", + "12234", + "17519", + "13391", + "8778", + "19168", + "15685", + "10837", + "21090", + "13577", + "13663", + "8110", + "3285", + "1354", + "6260", + "3036", + "10652", + "14157", + "5075", + "4945", + "15768", + "4150", + "13536", + "16978", + "12984", + "4475", + "10542", + "18275", + "13417", + "6265", + "14476", + "10626", + "23167", + "23198", + "11695", + "12878", + "1074", + "24416", + "9340", + "6582", + "18688", + "12167", + "22926", + "20286", + "3905", + "24169", + "14427", + "17890", + "17729", + "21077", + "21443", + "14193", + "13828", + "23524", + "13344", + "22738", + "16470", + "16273", + "19390", + "16890", + "14909", + "12132", + "8111", + "14760", + "12731", + "23574", + "24944", + "19014", + "21907", + "6068", + "5883", + "24948", + "23293", + "22010", + "24945", + "24379", + "7536", + "1962", + "15634", + "21159", + "10892", + "22700", + "22011", + "21250", + "9433", + "14818", + "290", + "19449", + "24149", + "24110", + "17431", + "19645", + "16145", + "20701", + "21252", + "13387", + "10611", + "17798", + "11802", + "15047", + "23117", + "93", + "13939", + "10438", + "1652", + "22902", + "12012", + "6266", + "21405", + "1831", + "8452", + "358", + "20421", + "20235", + "24636", + "6942", + "15264", + "11869", + "21784", + "23415", + "7413", + "7429", + "4763", + "8782", + "18239", + "1751", + "156", + "14662", + "10287", + "18562", + "14002", + "22040", + "15900", + "11419", + "21806", + "15069", + "12980", + "1263", + "19234", + "14164", + "12577", + "22110", + "4461", + "15450", + "1079", + "4539", + "5351", + "21555", + "9123", + "18721", + "18534", + "20870", + "11380", + "22752", + "11363", + "5352", + "15327", + "24032", + "11995", + "4104", + "3268", + "18309", + "20966", + "14132", + "13267", + "8699", + "21347", + "7722", + "12093", + "12285", + "21419", + "16907", + "4355", + "24146", + "20487", + "24912", + "10985", + "3818", + "18636", + "20753", + "15995", + "12713", + "20490", + "23785", + "17223", + "24441", + "8446", + "9892", + "14289", + "14845", + "512", + "4505", + "3168", + "2690", + "21263", + "22809", + "7541", + "19237", + "2693", + "5698", + "5006", + "4196", + "17571", + "23921", + "9443", + "5694", + "11659", + "1017", + "3330", + "1961", + "10502", + "5984", + "357", + "7582", + "2244", + "16659", + "14029", + "16752", + "24598", + "5703", + "4890", + "14437", + "10221", + "17957", + "15427", + "16368", + "19263", + "11093", + "11406", + "13736", + "18928", + "19148", + "2090", + "23104", + "21066", + "15311", + "19553", + "4797", + "550", + "16406", + "22558", + "23514", + "10079", + "8633", + "15154", + "21340", + "22915", + "15369", + "16929", + "10745", + "20850", + "1657", + "11177", + "16097", + "20877", + "10768", + "13812", + "13431", + "4003", + "15616", + "4055", + "18962", + "6750", + "7607", + "1538", + "7256", + "17033", + "11913", + "16427", + "23348", + "5924", + "10646", + "10328", + "12299", + "22535", + "6307", + "6308", + "9097", + "10530", + "21617", + "14555", + "12686", + "20063", + "1164", + "19657", + "6305", + "3865", + "8534", + "5097", + "7320", + "10347", + "20291", + "20858", + "5218", + "6385", + "2421", + "17244", + "10173", + "10062", + "601", + "3253", + "20041", + "6711", + "10794", + "13900", + "411", + "22358", + "20503", + "4698", + "16003", + "22658", + "19249", + "12457", + "24632", + "19020", + "22713", + "6014", + "15592", + "8023", + "5715", + "15923", + "12499", + "19073", + "22933", + "10971", + "4907", + "13921", + "22826", + "14235", + "7293", + "4274", + "23777", + "474", + "10324", + "18136", + "18578", + "2647", + "16376", + "14285", + "2110", + "7898", + "19178", + "22988", + "7697", + "22911", + "17086", + "3274", + "23116", + "14848", + "12073", + "439", + "22846", + "17358", + "3759", + "1709", + "18650", + "3180", + "21134", + "14804", + "22853", + "24750", + "11304", + "1829", + "11366", + "18968", + "2562", + "18957", + "13491", + "24935", + "10159", + "13560", + "13514", + "11294", + "22892", + "14399", + "1433", + "2245", + "24249", + "24004", + "23861", + "12371", + "24720", + "23111", + "11926", + "24336", + "14793", + "14443", + "20786", + "5040", + "10388", + "14868", + "7743", + "11875", + "162", + "12057", + "8836", + "12281", + "17924", + "10043", + "15717", + "21533", + "10616", + "23862", + "13107", + "17889", + "14220", + "19247", + "2649", + "11940", + "9811", + "21181", + "899", + "12474", + "14203", + "12849", + "24130", + "16099", + "15281", + "21692", + "6855", + "14803", + "4744", + "18513", + "15159", + "19176", + "14971", + "16699", + "8145", + "16748", + "15510", + "13608", + "10046", + "3788", + "1575", + "4745", + "21586", + "11891", + "10051", + "10060", + "12214", + "15381", + "20793", + "754", + "6236", + "4875", + "16358", + "6765", + "13863", + "19215", + "15414", + "6630", + "21510", + "10664", + "10076", + "8062", + "20737", + "14886", + "6576", + "16052", + "24843", + "9932", + "3385", + "14172", + "16414", + "18872", + "17903", + "18306", + "5212", + "13851", + "17305", + "5667", + "13222", + "102", + "17725", + "24404", + "19817", + "7544", + "4923", + "17263", + "13879", + "19177", + "12651", + "15417", + "24483", + "6370", + "14634", + "7250", + "10937", + "21794", + "12858", + "13198", + "19287", + "12530", + "10316", + "7483", + "18383", + "20255", + "7749", + "20216", + "7031", + "16211", + "14098", + "22630", + "14723", + "20434", + "22678", + "4837", + "23710", + "15857", + "14675", + "12210", + "24965", + "23899", + "24566", + "21649", + "23216", + "8947", + "5066", + "20395", + "13015", + "21142", + "12228", + "12550", + "21559", + "20810", + "21390", + "11714", + "21015", + "13770", + "13336", + "7976", + "12543", + "6060", + "15867", + "23666", + "23313", + "22931", + "6700", + "20261", + "22033", + "15153", + "17738", + "17039", + "21567", + "5441", + "4930", + "22897", + "14011", + "21577", + "19905", + "8492", + "14117", + "8648", + "8641", + "7341", + "19322", + "20347", + "4927", + "4929", + "20635", + "9747", + "21446", + "14088", + "19200", + "24953", + "4932", + "7147", + "23818", + "23329", + "23930", + "22470", + "11254", + "21560", + "19230", + "12328", + "3326", + "8600", + "14224", + "24850", + "16085", + "661", + "3922", + "24794", + "22454", + "19172", + "11963", + "24840", + "15625", + "18916", + "7846", + "10692", + "9975", + "22578", + "2326", + "19356", + "5927", + "4206", + "8531", + "17343", + "19721", + "14156", + "13691", + "17449", + "16096", + "4922", + "4925", + "21061", + "23936", + "24067", + "22819", + "14362", + "15483", + "8618", + "22079", + "7103", + "13908", + "13597", + "13077", + "16021", + "15037", + "19838", + "18314", + "3044", + "7056", + "10472", + "4343", + "13115", + "17701", + "18854", + "15044", + "11774", + "23588", + "16917", + "16895", + "17605", + "4921", + "14779", + "14092", + "20391", + "18771", + "15271", + "17897", + "10335", + "19799", + "15121", + "2663", + "5518", + "20021", + "431", + "20711", + "24108", + "10283", + "19842", + "13090", + "5597", + "20040", + "2436", + "15661", + "4070", + "15113", + "21226", + "18623", + "12715", + "13129", + "9260", + "16134", + "14087", + "15480", + "16998", + "20937", + "13171", + "124", + "11468", + "14330", + "11325", + "20259", + "7475", + "9266", + "15357", + "7735", + "23161", + "4280", + "13210", + "5013", + "587", + "13364", + "10951", + "4324", + "11395", + "24077", + "24682", + "13712", + "15026", + "19825", + "17491", + "9640", + "14341", + "21291", + "22299", + "10229", + "6671", + "13358", + "19615", + "17694", + "22261", + "10385", + "9510", + "18035", + "5796", + "19585", + "13765", + "10998", + "1959", + "15548", + "10097", + "8486", + "20950", + "20907", + "17833", + "2492", + "2865", + "9810", + "4550", + "14449", + "11197", + "10969", + "8885", + "5947", + "16959", + "3642", + "22125", + "15397", + "17408", + "19501", + "2901", + "15446", + "15543", + "5134", + "16216", + "10140", + "19317", + "5061", + "17117", + "21163", + "14587", + "4322", + "9262", + "8071", + "13024", + "20878", + "48", + "8741", + "9130", + "9255", + "10614", + "11134", + "19272", + "8781", + "9812", + "54", + "19053", + "13302", + "15053", + "22563", + "11393", + "1518", + "7387", + "21667", + "15466", + "22772", + "24688", + "23833", + "6525", + "12875", + "5570", + "17808", + "7300", + "16107", + "23694", + "5081", + "21531", + "22264", + "24751", + "22872", + "16172", + "24398", + "552", + "21075", + "19656", + "24923", + "13383", + "17721", + "20807", + "1887", + "24292", + "13617", + "18803", + "6324", + "13633", + "23502", + "11312", + "24387", + "20571", + "11459", + "18857", + "18899", + "10398", + "1583", + "3454", + "5250", + "12257", + "17910", + "23623", + "20203", + "10512", + "6193", + "1370", + "1360", + "9256", + "18663", + "16926", + "10394", + "18235", + "16051", + "20296", + "8774", + "17390", + "14649", + "10402", + "9866", + "9930", + "20509", + "22405", + "9049", + "6895", + "5506", + "8147", + "16139", + "11543", + "9258", + "10595", + "15650", + "18829", + "17141", + "10421", + "10753", + "19398", + "3437", + "24410", + "12375", + "15458", + "18490", + "9264", + "2042", + "1677", + "11769", + "16066", + "14247", + "14841", + "13338", + "19837", + "21957", + "16248", + "13910", + "23858", + "2671", + "19364", + "23794", + "13719", + "20124", + "18445", + "3893", + "3", + "15774", + "11098", + "19101", + "14467", + "6235", + "24857", + "5712", + "14168", + "16226", + "22483", + "18642", + "10844", + "18111", + "16014", + "22603", + "2062", + "21126", + "3762", + "19110", + "17772", + "2582", + "7520", + "4931", + "7573", + "11510", + "4743", + "14541", + "19335", + "20577", + "20885", + "18745", + "2675", + "19571", + "1590", + "24902", + "3792", + "21665", + "2929", + "10842", + "10783", + "6693", + "15945", + "18995", + "6764", + "4933", + "5309", + "17101", + "12430", + "24551", + "21060", + "24174", + "19819", + "21431", + "21773", + "21569", + "2517", + "8403", + "8249", + "14628", + "4662", + "23791", + "24640", + "7178", + "14582", + "8768", + "3673", + "12416", + "20582", + "18064", + "7533", + "21113", + "18486", + "4928", + "6105", + "19913", + "15177", + "17345", + "6406", + "18405", + "16138", + "9163", + "1565", + "17617", + "19860", + "10718", + "16546", + "13480", + "9280", + "3132", + "1563", + "6054", + "4033", + "8048", + "19995", + "10376", + "7540", + "7539", + "7543", + "6771", + "1564", + "2057", + "12307", + "951", + "19265", + "7509", + "231", + "14573", + "8811", + "21097", + "12788", + "12976", + "15781", + "13212", + "5731", + "8734", + "7099", + "22182", + "6695", + "5400", + "4924", + "10119", + "6437", + "22694", + "12700", + "7068", + "8360", + "12893", + "12613", + "16025", + "11370", + "17761", + "17732", + "19644", + "19354", + "18560", + "19703", + "219", + "4920", + "6691", + "17492", + "11824", + "17065", + "7374", + "5864", + "13524", + "502", + "14714", + "8516", + "16922", + "5210", + "4981", + "2748", + "20647", + "13257", + "19498", + "18048", + "5934", + "2972", + "10395", + "19801", + "17372", + "11973", + "1098", + "4919", + "11775", + "13580", + "13841", + "9716", + "1351", + "13700", + "282", + "23931", + "18982", + "7847", + "19081", + "17795", + "5195", + "17477", + "22237", + "19304", + "7760", + "17272", + "19062", + "6931", + "4148", + "22260", + "21879", + "21441", + "16269", + "6094", + "9683", + "20130", + "12125", + "2160", + "12453", + "11487", + "7732", + "4243", + "19658", + "13511", + "20110", + "20869", + "9156", + "11927", + "9354", + "6968", + "21108", + "21891", + "4642", + "20134", + "13750", + "8858", + "2402", + "11736", + "22074", + "24662", + "6611", + "17637", + "14811", + "6516", + "1294", + "15156", + "2949", + "2105", + "21964", + "11704", + "13268", + "12182", + "12379", + "12789", + "21209", + "24172", + "12368", + "8890", + "5720", + "8587", + "11656", + "10921", + "14618", + "17494", + "17155", + "14052", + "1545", + "14553", + "41", + "7264", + "6932", + "9490", + "16801", + "2915", + "8544", + "11712", + "34", + "989", + "1355", + "4452", + "14624", + "5029", + "19629", + "4396", + "13099", + "18397", + "18590", + "407", + "69", + "17570", + "2550", + "10249", + "19810", + "9869", + "482", + "2226", + "7361", + "4842", + "3874", + "2518", + "9929", + "21897", + "13445", + "13247", + "375", + "1704", + "11588", + "24655", + "22109", + "12295", + "19835", + "14718", + "11010", + "14739", + "12546", + "449", + "14521", + "20585", + "10564", + "6692", + "23706", + "22273", + "16906", + "2871", + "8280", + "24659", + "23257", + "9390", + "13853", + "15290", + "16058", + "14233", + "15585", + "9622", + "22378", + "21110", + "11045", + "18865", + "14732", + "9876", + "8388", + "19683", + "2759", + "16653", + "23888", + "6694", + "7534", + "3866", + "24370", + "14749", + "22645", + "24846", + "11073", + "7537", + "14079", + "20816", + "19374", + "20682", + "19206", + "15317", + "19954", + "11456", + "24951", + "21593", + "8712", + "23995", + "14637", + "23120", + "22438", + "22351", + "9381", + "5211", + "20872", + "9862", + "1768", + "21721", + "17205", + "18875", + "19661", + "16533", + "21722", + "20718", + "17776", + "24396", + "24397", + "23202", + "17902", + "9334", + "20955", + "17102", + "16595", + "21749", + "11968", + "4387", + "15124", + "13769", + "9509", + "4097", + "6652", + "14489", + "13433", + "11478", + "21816", + "4292", + "3709", + "18577", + "2456", + "24672", + "10861", + "18031", + "11531", + "13607", + "18283", + "23698", + "10750", + "12864", + "7181", + "6401", + "21614", + "7394", + "6689", + "10841", + "21399", + "23541", + "9769", + "1336", + "22764", + "18565", + "24028", + "2380", + "17096", + "4589", + "3752", + "20683", + "12359", + "21797", + "22145", + "13676", + "8176", + "17203", + "15167", + "18371", + "8893", + "9803", + "4882", + "13528", + "23619", + "22179", + "5478", + "16488", + "3856", + "14969", + "20830", + "11834", + "1568", + "24417", + "12138", + "2432", + "16559", + "22488", + "6858", + "17499", + "23533", + "21228", + "15962", + "12236", + "19706", + "17129", + "5120", + "8416", + "21471", + "13066", + "20055", + "24847", + "19337", + "24024", + "5646", + "5109", + "8910", + "13236", + "19066", + "12627", + "15403", + "20407", + "5902", + "2509", + "4926", + "21707", + "7001", + "21950", + "3047", + "5136", + "18892", + "6273", + "5119", + "19831", + "12372", + "3408", + "9026", + "18986", + "20242", + "20231", + "15231", + "15079", + "18319", + "7290", + "16291", + "14908", + "12629", + "18304", + "12040", + "14245", + "20769", + "23400", + "15651", + "21055", + "19258", + "16336", + "13300", + "13507", + "7423", + "10625", + "20583", + "2694", + "12898", + "19736", + "17793", + "11578", + "1574", + "15569", + "11019", + "12162", + "4778", + "17502", + "21264", + "22726", + "18091", + "14950", + "1381", + "22533", + "3881", + "13379", + "18603", + "15927", + "6179", + "8585", + "20618", + "3261", + "22449", + "6190", + "17959", + "8475", + "17322", + "10253", + "15656", + "23988", + "22977", + "14987", + "6902", + "7843", + "20662", + "24966", + "8512", + "6704", + "14145", + "17357", + "13425", + "24975", + "5975", + "21937", + "11268", + "15368", + "14390", + "13764", + "13969", + "7030", + "22161", + "10405", + "21564", + "20997", + "13586", + "22928", + "4013", + "15846", + "22974", + "17703", + "20983", + "20441", + "14269", + "3238", + "10852", + "6837", + "22757", + "8296", + "6138", + "7396", + "10241", + "13776", + "21007", + "12087", + "6111", + "11537", + "21592", + "12518", + "18389", + "17983", + "19637", + "13192", + "17415", + "20007", + "13075", + "16189", + "3767", + "7583", + "14522", + "18459", + "23439", + "7932", + "1665", + "16566", + "5320", + "24034", + "4847", + "17542", + "6015", + "2581", + "11353", + "21191", + "4663", + "19015", + "19712", + "23674", + "21400", + "21422", + "24853", + "19620", + "7995", + "1866", + "21962", + "21693", + "20232", + "18867", + "1661", + "8006", + "21596", + "23272", + "19045", + "20952", + "20723", + "19743", + "12794", + "24485", + "20784", + "6086", + "11992", + "21930", + "23881", + "12886", + "19638", + "18441", + "6310", + "24854", + "22460", + "17574", + "19785", + "22311", + "20471", + "21709", + "10478", + "8326", + "19779", + "24886", + "14222", + "9560", + "21708", + "17616", + "21532", + "1062", + "24733", + "15039", + "16380", + "14208", + "24173", + "14873", + "17540", + "12036", + "14387", + "10708", + "5708", + "21752", + "271", + "18460", + "5053", + "6512", + "6514", + "19349", + "2143", + "23795", + "15560", + "17063", + "20524", + "11281", + "18163", + "13219", + "11924", + "22451", + "15304", + "4218", + "24588", + "22099", + "16338", + "23249", + "17525", + "3316", + "16910", + "24873", + "11615", + "18710", + "24586", + "17105", + "19747", + "19321", + "21894", + "7271", + "24782", + "23675", + "24926", + "21320", + "20236", + "13420", + "15978", + "21761", + "24377", + "6796", + "2738", + "9965", + "14695", + "2238", + "10908", + "3372", + "13436", + "3129", + "19983", + "4868", + "6862", + "14860", + "24419", + "10704", + "23302", + "19088", + "13057", + "12871", + "8047", + "21349", + "4217", + "22031", + "10038", + "20246", + "15217", + "20097", + "10068", + "17538", + "14542", + "6507", + "672", + "23673", + "24852", + "18372", + "17631", + "10619", + "21526", + "12702", + "1883", + "2652", + "21135", + "18858", + "7478", + "13021", + "8483", + "12947", + "15486", + "19887", + "10677", + "3062", + "7658", + "8019", + "20400", + "11590", + "11613", + "21046", + "23813", + "6264", + "2740", + "9285", + "6293", + "6801", + "4660", + "23235", + "19124", + "20948", + "15148", + "3064", + "19348", + "17420", + "13010", + "17350", + "15040", + "24799", + "9335", + "19410", + "16512", + "261", + "6490", + "8266", + "3834", + "22992", + "17956", + "14471", + "13690", + "13811", + "15017", + "16611", + "18594", + "23726", + "19131", + "13449", + "4167", + "11619", + "23224", + "10862", + "9299", + "4438", + "16635", + "18694", + "13844", + "17166", + "5722", + "16245", + "19341", + "17593", + "10443", + "17130", + "12113", + "11885", + "24845", + "12127", + "24180", + "8218", + "7069", + "3420", + "18447", + "12044", + "11866", + "19343", + "7005", + "22426", + "23085", + "18257", + "14544", + "15175", + "24946", + "2213", + "6634", + "16608", + "20409", + "17607", + "18375", + "24883", + "11678", + "11785", + "11689", + "14782", + "23402", + "23703", + "23110", + "10227", + "14614", + "9475", + "12725", + "97", + "21189", + "13914", + "20314", + "4739", + "2212", + "15558", + "14428", + "15192", + "17899", + "4129", + "19853", + "18020", + "7721", + "5123", + "6608", + "6685", + "14140", + "4740", + "2914", + "12657", + "16642", + "13124", + "18466", + "8451", + "22659", + "22628", + "22344", + "13665", + "11883", + "11293", + "1790", + "21325", + "9813", + "10851", + "3764", + "11273", + "18215", + "15770", + "1477", + "22507", + "19170", + "22508", + "14898", + "10633", + "12677", + "11519", + "19527", + "18493", + "22007", + "5765", + "23122", + "19118", + "5128", + "21395", + "20299", + "22820", + "17124", + "8552", + "1044", + "23450", + "3347", + "23131", + "24963", + "21624", + "4834", + "18483", + "11405", + "16073", + "20609", + "4738", + "24961", + "24957", + "24960", + "21485", + "10915", + "21177", + "167", + "24102", + "13088", + "10503", + "7572", + "14854", + "14151", + "16114", + "18985", + "20293", + "13118", + "14507", + "11358", + "22008", + "23460", + "24958", + "7526", + "8559", + "11099", + "4590", + "11727", + "22330", + "14263", + "19095", + "12473", + "2162", + "2696", + "16765", + "7731", + "11432", + "15965", + "14528", + "10698", + "20604", + "24962", + "15623", + "18011", + "15286", + "3348", + "23338", + "24699", + "15174", + "19153", + "15618", + "19506", + "4112", + "17413", + "20741", + "10869", + "17952", + "20398", + "24684", + "12089", + "19380", + "24900", + "19123", + "10667", + "22484", + "24181", + "10190", + "18162", + "20095", + "23479", + "2515", + "11821", + "11976", + "1474", + "23488", + "15620", + "20346", + "12382", + "6827", + "23503", + "6336", + "12767", + "8140", + "14670", + "16455", + "23465", + "18168", + "23183", + "13701", + "1393", + "22720", + "19151", + "20301", + "13414", + "13209", + "12526", + "11572", + "14922", + "18780", + "19886", + "21488", + "23820", + "11643", + "22442", + "18249", + "18292", + "16956", + "11580", + "13185", + "16281", + "7973", + "998", + "19941", + "23809", + "8873", + "21127", + "19325", + "12191", + "22080", + "24409", + "19880", + "24700", + "23414", + "19756", + "21042", + "14024", + "2530", + "14356", + "21943", + "18731", + "24732", + "8025", + "2115", + "12573", + "9311", + "17573", + "15390", + "115", + "23923", + "24698", + "24079", + "21153", + "16503", + "21690", + "12188", + "5719", + "23349", + "19778", + "10773", + "14386", + "14977", + "10752", + "4497", + "11106", + "13845", + "5786", + "5142", + "19786", + "23789", + "23236", + "7260", + "22420", + "7774", + "205", + "1057", + "16365", + "2691", + "17677", + "20098", + "2287", + "14550", + "11212", + "23968", + "24413", + "4613", + "20804", + "21729", + "17488", + "22748", + "22656", + "20599", + "22797", + "20708", + "23648", + "13756", + "15056", + "14925", + "16772", + "16042", + "13165", + "22468", + "5755", + "12696", + "19130", + "23547", + "9873", + "15305", + "24692", + "11378", + "23192", + "4030", + "21976", + "12429", + "20298", + "12347", + "23576", + "5974", + "12813", + "22197", + "19632", + "23767", + "3593", + "21908", + "20096", + "23577", + "20827", + "22795", + "23779", + "22089", + "21906", + "22269", + "15354", + "13237", + "2145", + "8603", + "12631", + "15672", + "11715", + "24294", + "16649", + "21829", + "19236", + "20258", + "9852", + "15809", + "15337", + "8143", + "14357", + "24880", + "5686", + "24422", + "14352", + "22283", + "21542", + "14897", + "12438", + "22714", + "14941", + "24116", + "17454", + "5706", + "8589", + "10685", + "22385", + "15970", + "5474", + "21678", + "18081", + "16457", + "17713", + "18295", + "20824", + "14699", + "13868", + "18653", + "4233", + "15552", + "7770", + "7411", + "10044", + "6204", + "23705", + "18772", + "16028", + "20449", + "2968", + "19005", + "23213", + "7195", + "13916", + "19209", + "22514", + "21049", + "21223", + "22332", + "15713", + "3581", + "21236", + "15595", + "24832", + "5529", + "14266", + "5316", + "18764", + "14322", + "17139", + "15137", + "15082", + "13740", + "14601", + "20220", + "12333", + "12154", + "13847", + "13072", + "2726", + "16150", + "19469", + "12716", + "19715", + "4509", + "11157", + "16948", + "14746", + "23008", + "11492", + "20771", + "16813", + "14320", + "13040", + "10787", + "8259", + "24544", + "24964", + "15922", + "19881", + "8916", + "10843", + "20466", + "22858", + "15295", + "734", + "19592", + "13064", + "18835", + "18392", + "15214", + "17092", + "21026", + "19497", + "24391", + "20947", + "5280", + "20735", + "9837", + "2667", + "15600", + "5194", + "11791", + "24553", + "11024", + "1868", + "16550", + "12571", + "21608", + "11218", + "14505", + "151", + "22588", + "24125", + "11214", + "15216", + "6487", + "24610", + "8921", + "10812", + "24702", + "17623", + "18749", + "4992", + "18229", + "20574", + "24841", + "997", + "3802", + "17748", + "19569", + "13352", + "24677", + "23951", + "18153", + "19993", + "21361", + "19212", + "20887", + "13172", + "15779", + "1536", + "13658", + "16965", + "16033", + "11956", + "13353", + "4121", + "21960", + "16627", + "21751", + "21067", + "2202", + "12558", + "6422", + "6431", + "2684", + "21326", + "2913", + "22653", + "19763", + "10518", + "21984", + "11130", + "6428", + "7129", + "18109", + "12318", + "11835", + "15003", + "21521", + "23838", + "13325", + "20813", + "11717", + "21215", + "20070", + "6421", + "7119", + "21844", + "9459", + "15471", + "19895", + "20661", + "13508", + "20837", + "20104", + "6419", + "14409", + "10259", + "2225", + "4599", + "19609", + "7078", + "6413", + "15453", + "14259", + "20453", + "13926", + "6424", + "6435", + "18124", + "13399", + "12533", + "14308", + "16599", + "19713", + "21825", + "14432", + "1995", + "6420", + "7124", + "19412", + "13703", + "8582", + "20849", + "15032", + "21778", + "21353", + "20219", + "24718", + "19099", + "22510", + "22901", + "1759", + "24592", + "17565", + "20650", + "12523", + "23747", + "24863", + "14990", + "16826", + "12459", + "20174", + "13203", + "18966", + "20144", + "21095", + "18129", + "19048", + "19171", + "14685", + "10539", + "12927", + "20349", + "20783", + "7317", + "11931", + "12354", + "11994", + "10682", + "19283", + "18431", + "15029", + "4612", + "23343", + "23174", + "12501", + "18018", + "380", + "21028", + "20961", + "12955", + "12694", + "19050", + "3410", + "20268", + "6628", + "19300", + "20477", + "19127", + "19790", + "19515", + "18103", + "15316", + "16202", + "4237", + "17746", + "21768", + "17736", + "20451", + "20821", + "16858", + "20575", + "10372", + "18155", + "18891", + "24375", + "12515", + "20165", + "11470", + "20372", + "9885", + "21676", + "20901", + "20578", + "15200", + "4841", + "23433", + "2758", + "7245", + "19988", + "14611", + "20069", + "14540", + "21121", + "14010", + "17400", + "20815", + "21662", + "17558", + "13788", + "20431", + "20362", + "15769", + "21308", + "13978", + "3839", + "1283", + "11150", + "4271", + "21999", + "1715", + "15886", + "20397", + "16541", + "22070", + "13819", + "24860", + "19691", + "14391", + "19612", + "15469", + "21669", + "7678", + "4608", + "16567", + "21463", + "12075", + "10377", + "13011", + "13958", + "10929", + "24712", + "23303", + "9661", + "16335", + "18298", + "4059", + "24903", + "16619", + "11283", + "14294", + "21284", + "6682", + "12693", + "10185", + "10230", + "24306", + "17901", + "21874", + "2406", + "8473", + "14396", + "6434", + "17690", + "13657", + "23919", + "11817", + "2165", + "5330", + "11441", + "21456", + "20758", + "14742", + "23607", + "22472", + "24046", + "14774", + "544", + "15455", + "15993", + "12212", + "10184", + "1787", + "17068", + "15482", + "23996", + "16352", + "19447", + "20674", + "22226", + "19216", + "11789", + "1241", + "12606", + "13892", + "5440", + "22357", + "13070", + "11803", + "8016", + "21877", + "4859", + "7431", + "8067", + "8122", + "20087", + "19776", + "3672", + "12484", + "11399", + "14635", + "24285", + "10127", + "1065", + "24691", + "23579", + "14844", + "14078", + "819", + "19430", + "19682", + "19720", + "16676", + "956", + "12622", + "7835", + "14274", + "6688", + "12594", + "23753", + "16270", + "8493", + "1427", + "14680", + "11295", + "16186", + "4694", + "3451", + "18412", + "9528", + "4163", + "6468", + "2339", + "1786", + "15917", + "12002", + "10727", + "5331", + "21384", + "15709", + "12527", + "6418", + "13067", + "7758", + "3475", + "21814", + "2183", + "13570", + "10774", + "794", + "3805", + "10994", + "19782", + "23065", + "22473", + "12290", + "19677", + "947", + "22691", + "16747", + "10730", + "16304", + "21382", + "632", + "17042", + "22111", + "10534", + "15076", + "4536", + "22638", + "17405", + "16943", + "17099", + "24291", + "1240", + "12555", + "14530", + "844", + "16416", + "2837", + "23993", + "14709", + "1448", + "14797", + "14839", + "11833", + "12427", + "16786", + "14861", + "18724", + "22594", + "21680", + "4166", + "17843", + "24287", + "15089", + "10155", + "15522", + "2546", + "18737", + "18900", + "19865", + "10786", + "23006", + "1939", + "13326", + "18518", + "8532", + "17662", + "15778", + "11472", + "5293", + "4223", + "13152", + "14310", + "22627", + "12248", + "24129", + "1137", + "3942", + "13994", + "22042", + "20680", + "17741", + "4873", + "11699", + "6309", + "2707", + "22222", + "12870", + "13486", + "19521", + "11694", + "7694", + "20972", + "15442", + "20922", + "14163", + "15630", + "3149", + "23500", + "11105", + "22057", + "23548", + "21179", + "10492", + "23347", + "18645", + "17258", + "13753", + "15852", + "16995", + "20089", + "15705", + "22466", + "15002", + "21637", + "19355", + "24388", + "9394", + "15428", + "19485", + "14419", + "21403", + "7969", + "16383", + "11354", + "19543", + "23822", + "208", + "15610", + "23443", + "11556", + "19973", + "20280", + "19797", + "7248", + "20715", + "18184", + "18685", + "16750", + "9545", + "9846", + "8581", + "1011", + "19279", + "15182", + "24611", + "19568", + "7246", + "21703", + "13759", + "22054", + "22788", + "18120", + "15932", + "7565", + "20309", + "10974", + "20717", + "3649", + "11616", + "9872", + "8995", + "6536", + "14570", + "18665", + "12259", + "23269", + "1937", + "15195", + "4435", + "2626", + "18477", + "10178", + "9896", + "9494", + "23970", + "22773", + "8278", + "16141", + "22732", + "15564", + "10820", + "12436", + "16539", + "18185", + "20691", + "4277", + "14226", + "13904", + "14192", + "17167", + "15638", + "11458", + "22722", + "16195", + "18491", + "22883", + "12897", + "16934", + "16348", + "6063", + "1269", + "4900", + "23903", + "1935", + "12117", + "15601", + "23775", + "23660", + "8469", + "7217", + "20192", + "16743", + "17441", + "14177", + "5301", + "12681", + "24726", + "23001", + "22143", + "13582", + "14059", + "11374", + "22859", + "15423", + "17972", + "19896", + "6371", + "4828", + "7570", + "20528", + "21173", + "18485", + "12616", + "11085", + "8977", + "8373", + "20454", + "22083", + "19487", + "10139", + "15627", + "1936", + "15299", + "10911", + "4251", + "4691", + "17879", + "13838", + "13495", + "3513", + "1931", + "5783", + "23642", + "12541", + "15367", + "16246", + "4967", + "366", + "5257", + "13114", + "3170", + "16543", + "15215", + "12319", + "20126", + "12378", + "18324", + "22995", + "19809", + "19472", + "1917", + "14032", + "9680", + "1924", + "4154", + "3840", + "6019", + "14775", + "15812", + "24378", + "9295", + "16382", + "20636", + "10123", + "2085", + "7141", + "9346", + "21064", + "3364", + "4902", + "4453", + "5725", + "13732", + "22763", + "2336", + "2944", + "14439", + "23430", + "9775", + "18480", + "16234", + "5358", + "12128", + "20006", + "12502", + "12800", + "12258", + "10265", + "1929", + "1930", + "1806", + "20059", + "14870", + "17292", + "13538", + "14931", + "8593", + "18141", + "1940", + "23028", + "9001", + "461", + "588", + "7611", + "18873", + "5298", + "14832", + "14006", + "20459", + "1932", + "1920", + "1927", + "6383", + "12481", + "15291", + "7492", + "11777", + "23507", + "14490", + "1926", + "1921", + "18522", + "7494", + "23601", + "16154", + "5344", + "1941", + "1934", + "23231", + "5724", + "4703", + "22198", + "23145", + "20412", + "2319", + "21733", + "8887", + "16484", + "2367", + "15035", + "14408", + "21656", + "12053", + "22559", + "24665", + "7172", + "2278", + "3508", + "9607", + "19826", + "19925", + "21846", + "15894", + "3857", + "19996", + "22152", + "10354", + "20484", + "13923", + "18936", + "21890", + "17419", + "13465", + "18236", + "13006", + "18308", + "11316", + "13830", + "22918", + "19320", + "24933", + "18360", + "18362", + "7804", + "24881", + "7112", + "15171", + "3776", + "18531", + "14194", + "13033", + "13632", + "15190", + "10763", + "2523", + "17822", + "18368", + "16756", + "17080", + "14967", + "5063", + "19534", + "24848", + "17323", + "17442", + "19631", + "18825", + "24420", + "14660", + "21629", + "12972", + "12759", + "23127", + "12431", + "11003", + "14026", + "10489", + "10054", + "15678", + "24091", + "17427", + "10827", + "23814", + "10355", + "22798", + "18473", + "20976", + "20526", + "4164", + "23205", + "14690", + "18889", + "22899", + "8040", + "1923", + "4404", + "24747", + "18256", + "23063", + "17522", + "6794", + "17717", + "2882", + "5027", + "9889", + "22848", + "4487", + "1571", + "6558", + "3908", + "17633", + "19225", + "14955", + "24940", + "8456", + "19417", + "12688", + "10396", + "13817", + "21258", + "23336", + "9677", + "19760", + "20010", + "17651", + "21872", + "7586", + "4464", + "13230", + "23526", + "24872", + "16479", + "18931", + "19143", + "6040", + "19211", + "17334", + "20656", + "22300", + "1385", + "17872", + "12740", + "1403", + "4214", + "14284", + "19324", + "10314", + "22560", + "14559", + "14713", + "14916", + "16841", + "17265", + "17472", + "14648", + "22531", + "14574", + "5960", + "17021", + "17015", + "12022", + "20068", + "19243", + "9252", + "1405", + "11844", + "9658", + "23911", + "12271", + "23792", + "3432", + "17686", + "23589", + "10326", + "12653", + "23629", + "970", + "21548", + "10834", + "12835", + "16319", + "20936", + "113", + "11055", + "13381", + "6570", + "18869", + "21828", + "14580", + "19864", + "16137", + "11589", + "7645", + "19416", + "7216", + "21339", + "22310", + "21439", + "9899", + "20152", + "22369", + "12056", + "8999", + "22665", + "22055", + "1401", + "13283", + "7577", + "4038", + "19700", + "14755", + "18348", + "11116", + "18240", + "1400", + "13369", + "16005", + "22327", + "17564", + "18774", + "19745", + "12302", + "13166", + "14469", + "22721", + "7519", + "4597", + "13319", + "22259", + "15691", + "15875", + "22534", + "23539", + "17773", + "19918", + "15108", + "12891", + "15593", + "16371", + "4286", + "3684", + "18978", + "13052", + "19871", + "14296", + "487", + "4200", + "17764", + "12969", + "12825", + "13440", + "13613", + "5407", + "11644", + "17369", + "14085", + "10413", + "22164", + "20014", + "15225", + "10928", + "4278", + "15036", + "12263", + "8116", + "21765", + "21387", + "13120", + "3510", + "4673", + "4336", + "13031", + "14900", + "23914", + "14426", + "11047", + "21413", + "24928", + "15740", + "22434", + "9655", + "8878", + "22866", + "6643", + "21158", + "3831", + "21574", + "11687", + "16799", + "20957", + "24824", + "8669", + "11235", + "18988", + "11548", + "19436", + "23163", + "24516", + "15115", + "12925", + "16745", + "6609", + "10879", + "12508", + "12569", + "17735", + "19465", + "22660", + "18363", + "1398", + "24859", + "24063", + "23812", + "22945", + "19726", + "22516", + "24939", + "2330", + "17702", + "16593", + "13054", + "15255", + "18494", + "22108", + "15581", + "18196", + "13046", + "14855", + "14762", + "24675", + "591", + "14412", + "15747", + "24498", + "12970", + "21915", + "7466", + "11651", + "12237", + "19858", + "6039", + "7670", + "20764", + "18568", + "23437", + "17018", + "8235", + "15796", + "13016", + "12798", + "23345", + "19184", + "14923", + "15863", + "17911", + "7065", + "23244", + "9799", + "19540", + "8668", + "20749", + "7604", + "7506", + "6395", + "1404", + "10306", + "9674", + "17036", + "5536", + "16817", + "12768", + "18497", + "15698", + "14579", + "12189", + "16553", + "20019", + "13795", + "10913", + "20642", + "24161", + "14225", + "9284", + "9565", + "11877", + "1745", + "15739", + "13871", + "15074", + "20239", + "16840", + "18061", + "17493", + "1413", + "11158", + "21966", + "16207", + "23680", + "10543", + "1416", + "7382", + "3794", + "17613", + "1423", + "17832", + "17825", + "406", + "22124", + "3993", + "22771", + "12831", + "12723", + "16574", + "8970", + "5716", + "1414", + "263", + "4860", + "6471", + "20081", + "1293", + "24547", + "11746", + "12559", + "20912", + "6445", + "21283", + "19705", + "16373", + "16931", + "8553", + "14355", + "15219", + "22251", + "1178", + "15426", + "7831", + "8856", + "17642", + "2409", + "984", + "22500", + "14290", + "11041", + "24943", + "16312", + "2408", + "20615", + "6812", + "12310", + "14975", + "10803", + "11928", + "13342", + "12406", + "19162", + "18293", + "11020", + "17883", + "19526", + "16402", + "22885", + "21657", + "14148", + "24159", + "21355", + "11690", + "17397", + "17891", + "4488", + "14118", + "22150", + "15203", + "15578", + "12300", + "23786", + "17308", + "18178", + "19802", + "24774", + "9347", + "2405", + "14560", + "16213", + "11605", + "14316", + "15361", + "16746", + "17487", + "17490", + "17576", + "17960", + "11523", + "4732", + "19787", + "18627", + "15278", + "12974", + "18610", + "18116", + "19536", + "13674", + "18217", + "20284", + "11376", + "23295", + "17831", + "18691", + "23842", + "14754", + "24730", + "3585", + "18792", + "954", + "21996", + "21599", + "19186", + "10368", + "2407", + "24856", + "23495", + "4937", + "7834", + "8629", + "23408", + "18481", + "19360", + "12718", + "10690", + "18454", + "8149", + "11793", + "17011", + "2415", + "21125", + "12956", + "16927", + "13551", + "15197", + "19956", + "23392", + "16184", + "23596", + "6601", + "21495", + "20129", + "7682", + "3722", + "10442", + "11765", + "4568", + "6603", + "3341", + "5744", + "17409", + "6760", + "24082", + "6602", + "6600", + "796", + "23468", + "12151", + "6604", + "20084", + "8543", + "18910", + "5402", + "12223", + "15287", + "14216", + "8059", + "14369", + "24668", + "8297", + "13992", + "17329", + "10926", + "5411", + "4784", + "13055", + "14703", + "22462", + "21774", + "15590", + "17452", + "24035", + "8079", + "23209", + "15194", + "23321", + "24414", + "12503", + "4236", + "7184", + "2369", + "24719", + "12444", + "17218", + "4071", + "24478", + "18156", + "10075", + "8390", + "3490", + "9479", + "5296", + "3400", + "11026", + "13965", + "20518", + "17230", + "23800", + "19586", + "12488", + "12867", + "12231", + "22004", + "14622", + "12315", + "18332", + "23317", + "15211", + "16554", + "6566", + "17620", + "15735", + "17283", + "21085", + "18915", + "10130", + "6659", + "13470", + "13889", + "5336", + "8651", + "22455", + "2655", + "11853", + "10916", + "22692", + "10138", + "2670", + "17276", + "1576", + "20547", + "17837", + "13716", + "6992", + "16878", + "10853", + "14082", + "16925", + "23925", + "7542", + "13199", + "12973", + "15579", + "2318", + "10292", + "23971", + "14281", + "6170", + "10574", + "13897", + "11842", + "17712", + "13262", + "18977", + "11129", + "23652", + "2558", + "1253", + "22873", + "21438", + "21232", + "4866", + "13920", + "1949", + "12198", + "22140", + "11507", + "13499", + "122", + "13205", + "20532", + "22075", + "22494", + "6003", + "20418", + "21056", + "6707", + "21776", + "14631", + "24408", + "14980", + "8702", + "13741", + "15883", + "9881", + "16451", + "10830", + "14912", + "22302", + "24500", + "12004", + "10668", + "12884", + "7265", + "946", + "22877", + "18938", + "13217", + "21928", + "13681", + "14436", + "21619", + "15977", + "21616", + "6380", + "19566", + "18233", + "6478", + "23141", + "15363", + "21407", + "18861", + "13668", + "22690", + "18816", + "12297", + "19351", + "16384", + "21653", + "24488", + "11102", + "13273", + "16212", + "10260", + "10027", + "12020", + "10080", + "1948", + "12287", + "17783", + "270", + "17177", + "23021", + "22255", + "18311", + "7502", + "2242", + "24707", + "8168", + "7937", + "19722", + "21098", + "14519", + "21947", + "23352", + "20844", + "17411", + "7383", + "9265", + "18393", + "7298", + "16609", + "11779", + "15355", + "10087", + "14300", + "12890", + "23280", + "3262", + "9124", + "4794", + "22479", + "19546", + "16605", + "17705", + "5514", + "22917", + "17453", + "314", + "24653", + "2908", + "22785", + "10453", + "10819", + "9723", + "1410", + "5950", + "4624", + "10092", + "21980", + "9146", + "12335", + "22254", + "21474", + "13664", + "20156", + "15631", + "18687", + "315", + "15764", + "1301", + "10427", + "16819", + "24381", + "10156", + "4051", + "16469", + "21852", + "1510", + "22986", + "3318", + "19302", + "13696", + "15960", + "1702", + "22060", + "6656", + "6975", + "24383", + "5727", + "18258", + "17335", + "18146", + "21323", + "4630", + "17568", + "21920", + "15784", + "5644", + "13909", + "7444", + "16089", + "6939", + "16708", + "22355", + "6655", + "23353", + "16732", + "11007", + "6974", + "22313", + "5304", + "20209", + "23229", + "15454", + "16854", + "17402", + "15123", + "24709", + "17029", + "11051", + "15519", + "12126", + "12129", + "10959", + "20607", + "1111", + "22704", + "13256", + "7907", + "15101", + "14901", + "22979", + "10519", + "4840", + "14853", + "13422", + "1183", + "17387", + "11323", + "11457", + "6846", + "18073", + "12048", + "15974", + "218", + "14789", + "10122", + "16975", + "11342", + "11142", + "14563", + "1030", + "3271", + "16280", + "269", + "2084", + "15330", + "19269", + "22745", + "9529", + "11862", + "22064", + "2999", + "17797", + "12118", + "5404", + "3674", + "1828", + "13194", + "17563", + "11081", + "20389", + "15012", + "15288", + "10199", + "10093", + "3679", + "16662", + "19295", + "17929", + "14462", + "24738", + "8868", + "17465", + "20481", + "10222", + "21230", + "463", + "24415", + "4892", + "5897", + "4058", + "23319", + "11624", + "11570", + "12848", + "15230", + "10972", + "11084", + "9941", + "17674", + "428", + "24390", + "8461", + "3269", + "10175", + "13482", + "21331", + "23356", + "13503", + "20722", + "22078", + "6835", + "17698", + "10375", + "14515", + "14188", + "22058", + "15950", + "14992", + "11094", + "7062", + "23238", + "12743", + "6941", + "24887", + "19808", + "8849", + "14852", + "16464", + "4798", + "14956", + "19753", + "8455", + "19979", + "20465", + "5413", + "22784", + "15280", + "23239", + "1267", + "2863", + "20230", + "6743", + "19246", + "13539", + "3159", + "21558", + "24369", + "2923", + "8090", + "13119", + "2930", + "4359", + "23171", + "11921", + "8881", + "4450", + "18719", + "22693", + "6824", + "21257", + "8775", + "22851", + "5158", + "21211", + "14849", + "2475", + "23102", + "12278", + "3837", + "6390", + "520", + "10569", + "24898", + "14339", + "16068", + "1383", + "22695", + "13954", + "1637", + "4187", + "3875", + "10632", + "14641", + "8564", + "18092", + "17749", + "14877", + "12325", + "14794", + "23701", + "11253", + "17998", + "1228", + "18151", + "22537", + "5905", + "18525", + "1478", + "5806", + "19332", + "19855", + "6595", + "21013", + "5326", + "10020", + "10024", + "10019", + "10023", + "12340", + "19006", + "11612", + "14667", + "4273", + "15524", + "4634", + "8042", + "10459", + "10451", + "16166", + "18926", + "16853", + "19284", + "13108", + "8814", + "11893", + "9372", + "3771", + "22147", + "18379", + "15371", + "6605", + "2384", + "3769", + "20655", + "3386", + "18328", + "13933", + "5126", + "22352", + "6423", + "24056", + "21352", + "7268", + "15164", + "23399", + "18057", + "418", + "11202", + "10351", + "20775", + "11227", + "24736", + "11078", + "10468", + "15719", + "2724", + "17286", + "3754", + "23095", + "15797", + "16063", + "14109", + "9829", + "9157", + "1956", + "9022", + "6209", + "12059", + "21603", + "18009", + "13816", + "20977", + "5946", + "744", + "11234", + "7632", + "11161", + "14842", + "20005", + "17888", + "7267", + "6539", + "19673", + "9128", + "20760", + "5472", + "8735", + "16411", + "8323", + "13957", + "19457", + "8325", + "5082", + "6866", + "7679", + "8953", + "6852", + "6055", + "22808", + "7914", + "5409", + "11144", + "15348", + "17008", + "7854", + "22172", + "12211", + "21551", + "2351", + "13964", + "6376", + "11346", + "22740", + "21171", + "20125", + "4282", + "6407", + "20828", + "6296", + "11391", + "2236", + "4422", + "24864", + "24638", + "24754", + "10644", + "13073", + "23583", + "6751", + "7567", + "8839", + "15064", + "13317", + "14664", + "17799", + "9462", + "19189", + "11515", + "4789", + "20405", + "22674", + "3344", + "18693", + "10877", + "21868", + "23801", + "13343", + "19438", + "2104", + "12423", + "23164", + "19606", + "16165", + "12888", + "22307", + "4695", + "10501", + "13997", + "22597", + "3498", + "2255", + "18404", + "16363", + "6255", + "8896", + "19701", + "19723", + "16461", + "16125", + "23227", + "20287", + "6192", + "24509", + "16429", + "2382", + "23908", + "22240", + "17790", + "24389", + "11903", + "24510", + "11655", + "20038", + "21926", + "17762", + "12772", + "11526", + "2286", + "17226", + "9254", + "24435", + "12111", + "4791", + "17869", + "2660", + "3477", + "23595", + "14212", + "3033", + "13640", + "10968", + "19007", + "20659", + "3717", + "23064", + "20140", + "17692", + "11980", + "10065", + "5041", + "24524", + "14938", + "16206", + "1849", + "12690", + "2403", + "24523", + "14672", + "9935", + "11070", + "24502", + "8652", + "20851", + "21434", + "15711", + "9738", + "23901", + "7064", + "14707", + "20026", + "22498", + "1512", + "1509", + "1508", + "24893", + "7837", + "15736", + "14411", + "12266", + "18942", + "5643", + "6978", + "6653", + "1373", + "13520", + "5951", + "23940", + "14405", + "13911", + "1511", + "12539", + "22175", + "19433", + "16723", + "6560", + "16888", + "20826", + "13004", + "22999", + "14414", + "15166", + "20225", + "24525", + "17043", + "19009", + "6976", + "15273", + "11663", + "7816", + "12402", + "20017", + "4146", + "24549", + "24522", + "23580", + "18777", + "10191", + "1349", + "2773", + "11722", + "9059", + "15059", + "16349", + "21131", + "17417", + "19119", + "18845", + "22891", + "4729", + "7647", + "19111", + "10297", + "16863", + "9135", + "16347", + "21633", + "11551", + "11138", + "22030", + "22158", + "18630", + "24535", + "15969", + "12339", + "12084", + "14402", + "16949", + "24064", + "22142", + "16156", + "5219", + "2861", + "24534", + "21696", + "16523", + "12150", + "3785", + "22361", + "15987", + "7023", + "17814", + "14681", + "6635", + "15310", + "12417", + "12728", + "11810", + "22900", + "1108", + "24089", + "4614", + "20150", + "8556", + "10739", + "11716", + "1022", + "14338", + "19116", + "21143", + "11920", + "19402", + "24816", + "11429", + "18664", + "16357", + "17040", + "3770", + "24527", + "11382", + "12805", + "22744", + "10596", + "12942", + "6529", + "1653", + "2997", + "19823", + "17680", + "14807", + "13771", + "4240", + "21105", + "16277", + "6057", + "19425", + "6177", + "19789", + "24163", + "2876", + "469", + "12654", + "19728", + "5976", + "10464", + "22855", + "14025", + "21876", + "4036", + "22792", + "18996", + "10593", + "21136", + "10705", + "4959", + "13735", + "21594", + "9649", + "824", + "1729", + "20536", + "14337", + "24526", + "20257", + "9748", + "20652", + "12918", + "22231", + "21429", + "16019", + "15339", + "19538", + "23142", + "16452", + "8230", + "2362", + "19608", + "8779", + "7892", + "22476", + "22566", + "13299", + "3691", + "24550", + "7872", + "20932", + "18586", + "22082", + "5295", + "24123", + "12092", + "784", + "14696", + "22939", + "23146", + "12883", + "20696", + "17013", + "14045", + "15196", + "15749", + "23916", + "7746", + "4889", + "7748", + "7744", + "4344", + "12913", + "8763", + "240", + "22940", + "23245", + "23859", + "23749", + "21550", + "21357", + "13450", + "24140", + "13135", + "8490", + "23890", + "21737", + "455", + "19815", + "12664", + "18101", + "7860", + "7747", + "12617", + "19446", + "23377", + "22936", + "23803", + "23424", + "9483", + "722", + "14453", + "10379", + "9934", + "23226", + "23462", + "14258", + "17987", + "23935", + "13955", + "7430", + "19998", + "7745", + "21634", + "22941", + "23663", + "12452", + "12305", + "24735", + "8677", + "22753", + "18218", + "18273", + "20435", + "15772", + "17361", + "15083", + "18002", + "14766", + "24555", + "24974", + "15998", + "15237", + "12932", + "22296", + "15953", + "22282", + "12224", + "21863", + "17332", + "19085", + "12977", + "11760", + "22023", + "13193", + "16010", + "17908", + "22565", + "13984", + "22155", + "18765", + "15849", + "23373", + "24372", + "13347", + "18248", + "23088", + "21295", + "15839", + "16798", + "22699", + "22810", + "12587", + "15628", + "20576", + "13829", + "23255", + "23476", + "22322", + "19313", + "20109", + "24394", + "24660", + "23729", + "24105", + "23816", + "7463", + "11895", + "10722", + "12750", + "18819", + "23175", + "10268", + "12551", + "14044", + "13162", + "14076", + "10800", + "10858", + "12765", + "12496", + "13842", + "14949", + "12086", + "10656", + "11725", + "11086", + "11291", + "11030", + "11585", + "5983", + "20361", + "16361", + "23974", + "15732", + "10177", + "11788", + "5557", + "18917", + "16815", + "16722", + "21530", + "15880", + "20873", + "17938", + "18576", + "20318", + "20197", + "4147", + "19846", + "20315", + "10785", + "8092", + "10361", + "14527", + "15338", + "11657", + "20363", + "7455", + "17264", + "19382", + "24256", + "10896", + "19630", + "12413", + "17049", + "11529", + "24739", + "14142", + "21415", + "12062", + "16302", + "14493", + "13746", + "1128", + "23134", + "8089", + "1441", + "938", + "16116", + "21482", + "8187", + "18629", + "5234", + "13820", + "12112", + "1572", + "9030", + "10183", + "5143", + "9088", + "4577", + "13626", + "21652", + "13250", + "10779", + "10293", + "11000", + "12272", + "4111", + "5147", + "20664", + "16389", + "13567", + "6938", + "20217", + "12852", + "17759", + "22464", + "18193", + "7889", + "16053", + "11858", + "9176", + "23972", + "15379", + "14456", + "16650", + "15155", + "13121", + "12144", + "11919", + "15344", + "23211", + "18089", + "9086", + "9656", + "22790", + "23804", + "16093", + "15282", + "15045", + "19426", + "11463", + "20825", + "13874", + "12269", + "1295", + "19535", + "24793", + "19292", + "4197", + "14114", + "16865", + "6311", + "11914", + "11285", + "18950", + "24286", + "18808", + "19898", + "5562", + "10035", + "19955", + "10657", + "22830", + "12298", + "24436", + "20237", + "15489", + "12623", + "22971", + "22398", + "14557", + "10798", + "2053", + "11181", + "12998", + "20113", + "14736", + "22654", + "21612", + "17885", + "4592", + "6243", + "22632", + "14826", + "2079", + "12497", + "4458", + "22685", + "21182", + "976", + "11008", + "24603", + "9114", + "8435", + "11038", + "22718", + "18676", + "12528", + "18535", + "22018", + "2555", + "20587", + "23470", + "4888", + "24548", + "10936", + "18234", + "23709", + "8028", + "16381", + "12522", + "540", + "2277", + "20795", + "22181", + "21477", + "13182", + "12163", + "16013", + "23062", + "21893", + "18114", + "22223", + "6205", + "13564", + "23077", + "10990", + "14073", + "24981", + "23162", + "16713", + "15272", + "5662", + "22684", + "2291", +]; -const xp: string[] = []; +const xp: string[] = [ + "23795", + "17944", + "10292", + "14140", + "9412", + "16455", + "11170", + "9106", + "6952", + "23201", + "16559", + "24422", + "19143", + "4479", + "16635", + "13212", + "5139", + "22037", + "12409", + "23881", + "3378", + "21403", + "15778", + "21508", + "1416", + "14117", + "172", + "9358", + "4518", + "8531", + "17033", + "1677", + "9673", + "13700", + "22844", + "4350", + "6931", + "16028", + "4271", + "2195", + "11399", + "11663", + "6827", + "21868", + "21424", + "2941", + "1454", + "17344", + "1743", + "22566", + "15328", + "4789", + "22714", + "19991", + "4285", + "6138", + "13509", + "5535", + "11785", + "18009", + "16863", + "6147", + "7303", + "12893", + "13996", + "22133", + "12022", + "14046", + "22128", + "24941", + "20454", + "23098", + "6164", + "12247", + "3052", + "5743", + "1264", + "383", + "18873", + "12611", + "12515", + "13681", + "16553", + "4895", + "1470", + "22958", + "1218", + "7413", + "18650", + "23065", + "5027", + "13489", + "22197", + "7782", + "18111", + "766", + "5369", + "16732", + "4405", + "6109", + "20449", + "18477", + "24381", + "692", + "10909", + "16975", + "14436", + "9023", + "1240", + "20844", + "3169", + "20232", + "20952", + "16748", + "6279", + "20019", + "16505", + "21154", + "15694", + "22751", + "3256", + "1448", + "13536", + "8764", + "282", + "5604", + "22018", + "24976", + "3295", + "8517", + "8821", + "19172", + "8845", + "19016", + "4005", + "5790", + "3942", + "836", + "9346", + "4794", + "3037", + "1475", + "7422", + "15109", + "19937", + "6174", + "7848", + "6912", + "19970", + "17539", + "21797", + "18400", + "6350", + "13425", + "8651", + "20374", + "15571", + "17444", + "9808", + "3673", + "22261", + "12151", + "5731", + "23249", + "5935", + "8863", + "1735", + "16543", + "11015", + "8893", + "826", + "14473", + "1806", + "24975", + "11746", + "12112", + "14480", + "4589", + "22704", + "7001", + "5540", + "8691", + "22724", + "7755", + "2812", + "5702", + "7026", + "5017", + "8099", + "8327", + "20826", + "20518", + "2368", + "12532", + "20909", + "10252", + "17343", + "24554", + "6735", + "24089", + "8364", + "408", + "2749", + "11205", + "14350", + "21278", + "22153", + "7653", + "14339", + "8050", + "9175", + "2967", + "10321", + "7885", + "1838", + "20151", + "13291", + "1014", + "19134", + "23414", + "7060", + "4441", + "15351", + "3932", + "8256", + "574", + "7895", + "1779", + "8623", + "12198", + "3370", + "13262", + "16451", + "13401", + "11033", + "5583", + "18661", + "24484", + "2145", + "12886", + "19030", + "8612", + "6447", + "19260", + "9867", + "16524", + "2542", + "7969", + "4639", + "8016", + "2501", + "5682", + "6951", + "3171", + "8064", + "5684", + "1381", + "5737", + "6451", + "9760", + "2500", + "3407", + "3173", + "598", + "8590", + "3931", + "6843", + "5420", + "6058", + "1728", + "3782", + "581", + "7563", + "4944", + "6239", + "7562", + "12873", + "1367", + "2739", + "5205", + "4301", + "12481", + "3201", + "3929", + "16712", + "4302", + "4678", + "7617", + "1836", + "5140", + "5141", + "20235", + "1998", + "9832", + "1780", + "8501", + "7401", + "3933", + "4650", + "1483", + "4298", + "10646", + "19221", + "8554", + "12353", + "7052", + "7868", + "3749", + "8032", + "1852", + "6933", + "3861", + "7055", + "6351", + "8303", + "5383", + "5681", + "22473", + "5155", + "4566", + "7456", + "3308", + "4465", + "2393", + "14978", + "7863", + "1345", + "787", + "3425", + "2270", + "8235", + "9250", + "5660", + "5658", + "9957", + "9689", + "9996", + "7200", + "7202", + "4567", + "9634", + "6156", + "4561", + "4564", + "5975", + "9362", + "6265", + "2811", + "14296", + "6155", + "5533", + "2559", + "673", + "6014", + "5798", + "3156", + "8499", + "5551", + "7571", + "4682", + "1633", + "9862", + "5549", + "1335", + "1545", + "567", + "8971", + "486", + "543", + "578", + "5029", + "7203", + "4503", + "9171", + "2854", + "9733", + "577", + "9338", + "1491", + "17171", + "575", + "5079", + "568", + "3852", + "3431", + "576", + "9850", + "571", + "5945", + "580", + "9851", + "13299", + "569", + "573", + "13828", + "4598", + "4847", + "6233", + "23773", + "4125", + "5375", + "5883", + "6847", + "9813", + "9021", + "3934", + "3596", + "3898", + "9393", + "14935", + "8069", + "8607", + "3899", + "3012", + "4740", + "14194", + "8434", + "449", + "8902", + "9685", + "1083", + "4458", + "2745", + "8147", + "5980", + "24711", + "3152", + "5676", + "6342", + "1840", + "1668", + "4505", + "8823", + "18339", + "8694", + "2054", + "19373", + "9210", + "6257", + "7030", + "7209", + "3154", + "7717", + "7689", + "4616", + "8480", + "8860", + "7433", + "7832", + "8862", + "21895", + "8864", + "267", + "9083", + "9371", + "7067", + "8861", + "6040", + "3711", + "8443", + "5134", + "21660", + "8440", + "9636", + "8439", + "6786", + "6443", + "396", + "815", + "8442", + "3989", + "922", + "7025", + "3237", + "6222", + "8084", + "6128", + "201", + "684", + "1745", + "7369", + "6665", + "2906", + "9814", + "6946", + "8955", + "2674", + "3736", + "2824", + "2558", + "13523", + "2463", + "6853", + "4433", + "2750", + "7058", + "15550", + "2290", + "5877", + "6208", + "3040", + "8615", + "8253", + "820", + "12387", + "8585", + "9337", + "3928", + "14697", + "8790", + "4106", + "7864", + "8226", + "1457", + "4735", + "19207", + "5701", + "233", + "4156", + "9654", + "4820", + "1986", + "4117", + "4095", + "4765", + "4228", + "4069", + "2687", + "4728", + "8631", + "9751", + "9997", + "7083", + "19548", + "6953", + "3411", + "16354", + "6012", + "9121", + "16239", + "7084", + "16076", + "19834", + "112", + "5769", + "6792", + "8082", + "12400", + "17282", + "9047", + "6884", + "15841", + "2716", + "8667", + "3835", + "9612", + "6652", + "9936", + "1879", + "4230", + "7304", + "14256", + "8756", + "4521", + "12918", + "5423", + "12513", + "18374", + "5792", + "7893", + "9215", + "8588", + "5733", + "6709", + "514", + "9767", + "13600", + "8934", + "5696", + "5328", + "236", + "6475", + "789", + "3487", + "2249", + "17188", + "1124", + "8693", + "8061", + "1808", + "23931", + "15434", + "8158", + "4527", + "924", + "7569", + "21813", + "114", + "1195", + "3855", + "2057", + "16456", + "23780", + "2851", + "13238", + "22163", + "7517", + "1862", + "23741", + "6136", + "20848", + "2678", + "6615", + "18859", + "4701", + "4102", + "4640", + "3051", + "12628", + "9349", + "8213", + "522", + "3515", + "6266", + "4232", + "677", + "1994", + "12660", + "4906", + "243", + "6394", + "5280", + "5446", + "9849", + "1193", + "20342", + "7687", + "6094", + "9173", + "14734", + "7167", + "5904", + "5488", + "15707", + "3572", + "8229", + "16587", + "18438", + "19903", + "21038", + "15560", + "1586", + "20832", + "16059", + "10356", + "19788", + "5508", + "4693", + "5306", + "662", + "6132", + "5016", + "5501", + "13774", + "7603", + "7992", + "4683", + "4680", + "4083", + "4681", + "4090", + "4684", + "4679", + "8806", + "4677", + "7384", + "8936", + "14341", + "5641", + "15697", + "4534", + "2301", + "4489", + "1274", + "20060", + "18107", + "2888", + "4595", + "3584", + "2879", + "2359", + "5524", + "8960", + "6131", + "1379", + "9602", + "3205", + "14174", + "2209", + "7980", + "7800", + "24859", + "1055", + "23258", + "5106", + "8396", + "9174", + "7545", + "15320", + "8167", + "11065", + "3816", + "19163", + "17342", + "572", + "1021", + "1954", + "11566", + "15120", + "3160", + "20128", + "16109", + "2181", + "2128", + "22652", + "5704", + "5305", + "1063", + "23535", + "479", + "9866", + "1952", + "9681", + "18296", + "6633", + "22122", + "24727", + "21835", + "7377", + "8030", + "12986", + "8922", + "10979", + "16861", + "8557", + "8102", + "7082", + "3900", + "9357", + "8166", + "21849", + "3905", + "5321", + "5955", + "6345", + "7312", + "5521", + "7113", + "18539", + "19406", + "4486", + "2269", + "18291", + "7817", + "9179", + "4670", + "3177", + "4809", + "3179", + "14510", + "19883", + "20863", + "9396", + "9610", + "5967", + "19086", + "19562", + "21093", + "3178", + "3184", + "4444", + "8382", + "10398", + "8726", + "5221", + "5376", + "728", + "8121", + "14567", + "7897", + "1580", + "5154", + "106", + "20061", + "6274", + "8311", + "11554", + "5938", + "4215", + "9125", + "7958", + "17827", + "9790", + "5612", + "1244", + "2261", + "9168", + "16969", + "23587", + "16431", + "20475", + "5378", + "6637", + "6089", + "14160", + "5374", + "2557", + "5377", + "15510", + "11732", + "24449", + "13559", + "2360", + "5504", + "14781", + "17037", + "289", + "2260", + "660", + "6047", + "17242", + "9889", + "23757", + "20943", + "17257", + "9983", + "11259", + "16095", + "10549", + "23984", + "5496", + "17069", + "4078", + "24504", + "24948", + "16980", + "9643", + "17751", + "3403", + "21048", + "18352", + "4165", + "12422", + "11289", + "15518", + "966", + "5507", + "16424", + "12221", + "2886", + "19561", + "14554", + "3789", + "23324", + "18853", + "16016", + "24936", + "16770", + "22934", + "5485", + "16598", + "17161", + "23574", + "2544", + "23785", + "22700", + "18309", + "13990", + "14457", + "12123", + "13974", + "9795", + "7425", + "6592", + "19784", + "18126", + "7957", + "7206", + "23293", + "24169", + "2717", + "1368", + "4786", + "169", + "9848", + "1425", + "7449", + "4468", + "19156", + "6851", + "9731", + "8567", + "14437", + "1590", + "7943", + "23496", + "14817", + "4700", + "4560", + "9162", + "6562", + "12065", + "13796", + "4263", + "14882", + "14438", + "16492", + "3647", + "11082", + "9073", + "11598", + "12934", + "13281", + "10221", + "17957", + "24004", + "1197", + "12504", + "4749", + "6766", + "15202", + "7232", + "16069", + "1689", + "3865", + "22455", + "10780", + "11728", + "20270", + "20057", + "15853", + "17122", + "9287", + "21114", + "20728", + "973", + "4685", + "12757", + "17602", + "12637", + "12374", + "44", + "18121", + "11368", + "23861", + "8542", + "17222", + "15427", + "16368", + "13778", + "21103", + "17097", + "13722", + "17606", + "12525", + "19263", + "14858", + "15220", + "123", + "19420", + "24935", + "18975", + "13082", + "6564", + "18247", + "19549", + "11093", + "9802", + "1768", + "21337", + "20974", + "15296", + "19770", + "24149", + "20489", + "3542", + "7429", + "21933", + "11963", + "18399", + "17571", + "23140", + "14370", + "16887", + "14168", + "9688", + "20545", + "13451", + "9747", + "22017", + "11156", + "15271", + "22011", + "8927", + "21871", + "2932", + "15930", + "19435", + "22225", + "19841", + "1752", + "10561", + "10810", + "607", + "4064", + "2553", + "24839", + "6080", + "19564", + "2966", + "5283", + "2031", + "9900", + "11336", + "2931", + "511", + "9395", + "13143", + "5162", + "13719", + "21970", + "15830", + "8379", + "14654", + "8129", + "2976", + "9212", + "22013", + "23978", + "24108", + "24110", + "24944", + "9762", + "22010", + "6148", + "23524", + "10902", + "5238", + "21968", + "21556", + "21326", + "21870", + "897", + "20658", + "10281", + "12656", + "5689", + "23672", + "19589", + "9826", + "18753", + "1583", + "3429", + "18545", + "17045", + "16749", + "8600", + "7853", + "8995", + "17223", + "6324", + "19819", + "5110", + "9342", + "21369", + "11392", + "9819", + "24934", + "3433", + "3427", + "3423", + "6828", + "3424", + "20723", + "3440", + "18694", + "15347", + "8655", + "10299", + "2350", + "23492", + "19343", + "2099", + "16924", + "22145", + "10406", + "11630", + "9554", + "21937", + "5401", + "18560", + "12613", + "3430", + "3538", + "24636", + "21379", + "11428", + "14961", + "13346", + "16496", + "13198", + "12234", + "19489", + "17617", + "5954", + "12303", + "7266", + "13608", + "3539", + "19943", + "23689", + "9461", + "9701", + "7428", + "24996", + "5392", + "10223", + "18138", + "12619", + "21586", + "9703", + "13116", + "2027", + "3443", + "14110", + "2028", + "12691", + "2951", + "14499", + "9713", + "14302", + "4044", + "16163", + "21238", + "10274", + "13496", + "7644", + "3434", + "18152", + "14675", + "14628", + "19198", + "21431", + "21617", + "14155", + "4068", + "13067", + "16327", + "9552", + "15500", + "14265", + "11894", + "19330", + "7739", + "19486", + "9958", + "21097", + "3441", + "24945", + "16272", + "23864", + "15750", + "22809", + "16189", + "17525", + "15708", + "20244", + "16728", + "9708", + "12738", + "15340", + "14507", + "6797", + "20124", + "11607", + "5907", + "4763", + "18814", + "18836", + "4875", + "7368", + "5530", + "3560", + "23116", + "20279", + "9589", + "17107", + "9286", + "1012", + "14743", + "3581", + "13795", + "2744", + "7462", + "10492", + "20662", + "7341", + "12559", + "2624", + "10566", + "183", + "16379", + "17352", + "17035", + "16630", + "18742", + "4021", + "13066", + "12307", + "13257", + "21366", + "6054", + "4363", + "2738", + "24545", + "9561", + "8444", + "15770", + "23235", + "24852", + "24800", + "16260", + "17983", + "19920", + "13676", + "11521", + "24115", + "9614", + "14224", + "16858", + "13878", + "13879", + "24109", + "17509", + "430", + "14482", + "9350", + "20951", + "579", + "11061", + "11764", + "13712", + "16503", + "1690", + "19371", + "24930", + "14513", + "19498", + "24884", + "12454", + "13464", + "16287", + "17028", + "12191", + "11362", + "22338", + "5995", + "17182", + "5998", + "22859", + "13344", + "21405", + "20604", + "19860", + "16380", + "10818", + "5997", + "632", + "5999", + "8259", + "5996", + "2953", + "19153", + "9709", + "9678", + "24886", + "19124", + "5993", + "4913", + "17420", + "16358", + "19637", + "23726", + "24782", + "5531", + "7541", + "19712", + "2795", + "24966", + "21950", + "22572", + "13701", + "17813", + "6000", + "10395", + "5297", + "11769", + "6033", + "6460", + "5992", + "17090", + "12231", + "13436", + "5431", + "2030", + "10338", + "2793", + "16947", + "21836", + "23690", + "14386", + "8621", + "21499", + "5994", + "18939", + "14220", + "8625", + "6001", + "20687", + "6041", + "1904", + "11358", + "23131", + "16591", + "9702", + "19053", + "2792", + "14352", + "17014", + "14977", + "11689", + "20469", + "21371", + "19984", + "18829", + "16066", + "8281", + "16291", + "10880", + "14981", + "21643", + "15962", + "14247", + "20055", + "19364", + "5419", + "12371", + "8624", + "1911", + "19335", + "9214", + "19756", + "7505", + "11891", + "19177", + "111", + "12788", + "15592", + "8622", + "23766", + "14793", + "10159", + "19168", + "10520", + "13560", + "13514", + "22008", + "11294", + "17808", + "14841", + "19795", + "15629", + "19234", + "11643", + "2095", + "10834", + "16548", + "5160", + "12281", + "19237", + "11479", + "528", + "22107", + "2552", + "2182", + "21061", + "15869", + "11782", + "15685", + "14257", + "13038", + "17369", + "22600", + "17395", + "20978", + "15724", + "18356", + "13033", + "18066", + "7927", + "13914", + "19954", + "18982", + "8787", + "13338", + "1126", + "20618", + "22144", + "20483", + "24946", + "23667", + "19602", + "8159", + "14553", + "1477", + "5433", + "11995", + "11885", + "11695", + "19811", + "15737", + "6893", + "17924", + "13741", + "12236", + "1150", + "12651", + "13588", + "21829", + "21439", + "19012", + "17986", + "18549", + "23884", + "14959", + "19131", + "23593", + "3435", + "14521", + "23600", + "23983", + "14412", + "14646", + "12543", + "487", + "15479", + "14103", + "8023", + "12166", + "19312", + "21629", + "17969", + "15309", + "20314", + "9818", + "8086", + "19512", + "9817", + "4344", + "21340", + "13498", + "11883", + "16387", + "7300", + "17684", + "3397", + "22126", + "21299", + "17677", + "15535", + "7137", + "5025", + "21891", + "14115", + "20672", + "16432", + "21578", + "14443", + "13898", + "13590", + "21820", + "20766", + "9815", + "16633", + "19922", + "5084", + "21350", + "21361", + "14285", + "24963", + "23403", + "185", + "22106", + "14869", + "22324", + "17027", + "12555", + "14920", + "4238", + "20891", + "22113", + "24503", + "16025", + "23674", + "5358", + "13175", + "7005", + "16562", + "15471", + "7103", + "16889", + "1030", + "13024", + "24826", + "12627", + "19511", + "16328", + "5152", + "2683", + "11191", + "23712", + "2111", + "17536", + "8176", + "22820", + "2796", + "19629", + "23794", + "4249", + "14439", + "20907", + "647", + "17531", + "6604", + "16624", + "4984", + "3857", + "7847", + "21400", + "6601", + "6602", + "19412", + "15864", + "22414", + "6670", + "6600", + "15079", + "3856", + "6603", + "23711", + "17701", + "18677", + "24903", + "14647", + "23920", + "15812", + "12671", + "17327", + "15403", + "15073", + "3767", + "19581", + "7365", + "21356", + "16747", + "24607", + "15178", + "15305", + "15035", + "15409", + "5783", + "19638", + "17542", + "6060", + "9145", + "18867", + "19895", + "19720", + "21624", + "23775", + "20976", + "11366", + "9549", + "9816", + "15852", + "24088", + "9551", + "17431", + "9550", + "20805", + "1147", + "4107", + "4914", + "11393", + "9559", + "24913", + "17956", + "8648", + "5706", + "3238", + "11791", + "23501", + "16917", + "17011", + "18513", + "24899", + "7062", + "8512", + "4636", + "10708", + "817", + "10929", + "18441", + "9334", + "9553", + "15215", + "10387", + "9139", + "22892", + "11527", + "17467", + "17062", + "9683", + "12882", + "18124", + "5806", + "15331", + "19250", + "7240", + "12494", + "10076", + "13867", + "23642", + "7411", + "4739", + "21703", + "7236", + "14107", + "12128", + "23918", + "24179", + "3271", + "9548", + "16498", + "978", + "12429", + "20098", + "21690", + "21042", + "15159", + "14024", + "12972", + "19980", + "8929", + "12593", + "7382", + "21773", + "13107", + "20398", + "648", + "1831", + "15228", + "11456", + "2950", + "18013", + "18313", + "20782", + "14263", + "6309", + "17042", + "12188", + "22585", + "14092", + "10556", + "17502", + "12573", + "17897", + "5593", + "11430", + "12474", + "3331", + "21789", + "5142", + "1412", + "10926", + "463", + "18807", + "16353", + "24310", + "18140", + "11406", + "9547", + "649", + "7410", + "9143", + "19453", + "8603", + "18434", + "13759", + "11402", + "24823", + "24094", + "10852", + "14936", + "3269", + "2213", + "15587", + "20711", + "4738", + "18579", + "10837", + "18184", + "2903", + "19735", + "15729", + "24845", + "13800", + "5034", + "12789", + "20585", + "19441", + "2212", + "2968", + "650", + "8589", + "21736", + "22362", + "12864", + "4372", + "22094", + "11824", + "16922", + "6634", + "3275", + "22848", + "11103", + "12273", + "21173", + "10977", + "14908", + "7749", + "8534", + "7675", + "6313", + "5298", + "5161", + "3053", + "9735", + "13736", + "6881", + "9133", + "20601", + "19853", + "19837", + "13511", + "19095", + "16483", + "17390", + "22738", + "22508", + "15796", + "3129", + "12571", + "20407", + "20196", + "19983", + "987", + "10178", + "7583", + "5755", + "22645", + "7758", + "20948", + "18372", + "14471", + "4394", + "8490", + "13010", + "13021", + "19786", + "20661", + "1207", + "15511", + "4218", + "1980", + "21250", + "4396", + "17786", + "23460", + "8681", + "22921", + "2907", + "6310", + "4373", + "14489", + "13868", + "4367", + "4368", + "4365", + "18883", + "4371", + "4013", + "4377", + "4374", + "4369", + "19424", + "4366", + "24846", + "4378", + "22507", + "4370", + "4375", + "3853", + "1570", + "4379", + "4376", + "6750", + "12903", + "5301", + "16419", + "24958", + "17057", + "8254", + "3437", + "21625", + "1536", + "4599", + "15254", + "186", + "2391", + "24961", + "18109", + "18208", + "15473", + "13276", + "15214", + "24379", + "10282", + "24962", + "23753", + "12397", + "529", + "17256", + "8097", + "19405", + "1432", + "22283", + "15623", + "15423", + "3316", + "15881", + "17092", + "9836", + "4612", + "2110", + "10249", + "6938", + "14427", + "6052", + "550", + "14497", + "8068", + "12482", + "22665", + "24957", + "24102", + "12223", + "15176", + "1426", + "21742", + "4481", + "7607", + "1249", + "9433", + "12318", + "2962", + "7480", + "5708", + "6584", + "23964", + "22659", + "18685", + "6224", + "14640", + "646", + "13260", + "10692", + "24960", + "37", + "6536", + "14634", + "11168", + "10751", + "1874", + "20343", + "15481", + "24186", + "24544", + "19176", + "20815", + "13449", + "5520", + "24847", + "6129", + "7526", + "6438", + "17322", + "15867", + "23539", + "2945", + "20735", + "5031", + "3371", + "6880", + "16270", + "6882", + "6639", + "22864", + "3938", + "11021", + "7889", + "3510", + "11268", + "13061", + "22007", + "14172", + "4597", + "22922", + "16619", + "5666", + "21987", + "20010", + "11545", + "3820", + "5372", + "10752", + "7973", + "6374", + "17217", + "13658", + "8012", + "6533", + "3387", + "6142", + "13208", + "9899", + "10243", + "7937", + "23747", + "18591", + "6375", + "3280", + "16567", + "8205", + "3939", + "8207", + "8503", + "600", + "7110", + "9896", + "22484", + "18663", + "20397", + "6678", + "9877", + "5470", + "13703", + "4799", + "8583", + "24553", + "12581", + "21236", + "8383", + "4591", + "20165", + "16186", + "12285", + "11835", + "14848", + "17601", + "8890", + "3124", + "17690", + "3342", + "12096", + "9793", + "4613", + "6854", + "24931", + "3659", + "20875", + "3819", + "21662", + "3662", + "11762", + "21555", + "19081", + "19170", + "20478", + "7585", + "5908", + "7495", + "23799", + "7396", + "10318", + "4642", + "23986", + "4622", + "21422", + "19064", + "16139", + "21308", + "14163", + "23503", + "4834", + "14587", + "14580", + "19996", + "9123", + "14391", + "16134", + "4889", + "17270", + "16676", + "951", + "21916", + "10498", + "14203", + "20130", + "23343", + "15618", + "21259", + "19801", + "14797", + "9965", + "19585", + "6163", + "19609", + "16416", + "24645", + "17186", + "15900", + "12210", + "18990", + "23097", + "20154", + "2267", + "17372", + "20110", + "6063", + "22510", + "22533", + "11283", + "11047", + "1974", + "22085", + "10539", + "21463", + "1058", + "18952", + "9831", + "19810", + "19612", + "20878", + "23132", + "24712", + "10154", + "2271", + "19362", + "15397", + "9753", + "2504", + "1703", + "16985", + "14865", + "19969", + "23878", + "16541", + "20750", + "18965", + "22834", + "9604", + "7816", + "17408", + "21047", + "15455", + "14294", + "16226", + "15905", + "19538", + "19501", + "13563", + "23892", + "19452", + "24181", + "12681", + "3691", + "16679", + "23723", + "22111", + "14530", + "17504", + "16053", + "20917", + "14259", + "17134", + "10727", + "14839", + "12861", + "1802", + "2707", + "19317", + "21680", + "16750", + "17879", + "16383", + "21634", + "17072", + "22513", + "10534", + "21504", + "14099", + "24923", + "12388", + "16375", + "1884", + "20059", + "19577", + "22309", + "1348", + "12477", + "17239", + "7389", + "13399", + "1269", + "15924", + "13616", + "15522", + "4838", + "13071", + "13838", + "16834", + "24786", + "6677", + "22835", + "12420", + "16361", + "16534", + "16055", + "12541", + "22609", + "21495", + "7908", + "5411", + "12750", + "11833", + "18411", + "4892", + "23490", + "3997", + "9248", + "2107", + "13921", + "3475", + "16818", + "23443", + "13687", + "24306", + "6676", + "16336", + "16160", + "4703", + "17433", + "12319", + "4352", + "9594", + "12031", + "15578", + "2909", + "20126", + "11556", + "15367", + "16539", + "18224", + "19464", + "13495", + "12337", + "3999", + "8989", + "14316", + "4351", + "24779", + "14570", + "3998", + "14870", + "17160", + "18485", + "24471", + "4326", + "8979", + "16345", + "1447", + "12378", + "17702", + "8975", + "7286", + "2554", + "12367", + "3526", + "8973", + "7288", + "8695", + "22927", + "8987", + "8969", + "8968", + "6674", + "8990", + "9129", + "7284", + "3527", + "14748", + "8980", + "13099", + "12898", + "8981", + "8884", + "3523", + "8974", + "4877", + "8976", + "8986", + "3525", + "7385", + "6675", + "7729", + "4349", + "5809", + "7639", + "1518", + "9453", + "5343", + "4753", + "16223", + "9288", + "4696", + "7471", + "8972", + "18928", + "2657", + "8889", + "2281", + "8453", + "8988", + "3787", + "8015", + "3041", + "3680", + "6260", + "18134", + "18445", + "14651", + "14832", + "14485", + "6135", + "16309", + "12097", + "21241", + "23117", + "11472", + "12464", + "12396", + "12398", + "12557", + "3180", + "18052", + "4840", + "13668", + "12402", + "8978", + "15837", + "5765", + "2898", + "20747", + "22718", + "18819", + "13485", + "22083", + "19645", + "24726", + "4948", + "12238", + "24984", + "22152", + "16303", + "9545", + "19345", + "19014", + "8966", + "20613", + "19446", + "11354", + "4900", + "4556", + "19487", + "11977", + "4915", + "8967", + "3524", + "2244", + "10440", + "13088", + "2685", + "17497", + "5081", + "13251", + "12976", + "20108", + "5250", + "7204", + "14594", + "16293", + "6223", + "14039", + "9603", + "20200", + "6963", + "5293", + "2987", + "22054", + "4621", + "22915", + "6336", + "20526", + "5069", + "14178", + "20223", + "12849", + "16144", + "15847", + "13192", + "21549", + "10244", + "12914", + "5232", + "16626", + "11724", + "24410", + "22118", + "11734", + "21959", + "21531", + "5903", + "18311", + "15291", + "9449", + "6209", + "8739", + "15739", + "14280", + "9985", + "1481", + "15883", + "15113", + "14087", + "22264", + "24751", + "5032", + "3727", + "6765", + "4662", + "13273", + "21974", + "7468", + "4807", + "8059", + "24130", + "21226", + "22628", + "102", + "10565", + "8780", + "18623", + "15480", + "2034", + "4038", + "2902", + "15432", + "7181", + "19815", + "7573", + "13433", + "7898", + "11870", + "12715", + "22815", + "16998", + "18467", + "7936", + "18265", + "14856", + "15169", + "18314", + "2913", + "4533", + "10051", + "11091", + "12263", + "10715", + "3773", + "13802", + "16003", + "18360", + "20248", + "1388", + "11190", + "22872", + "22693", + "6311", + "3935", + "8707", + "9242", + "20348", + "12265", + "20937", + "4359", + "17115", + "4903", + "908", + "10913", + "16716", + "9450", + "12768", + "22412", + "10131", + "15308", + "7504", + "3881", + "4868", + "1989", + "22930", + "11553", + "7081", + "7636", + "20209", + "6278", + "17063", + "18780", + "12727", + "13925", + "21071", + "14555", + "12616", + "15678", + "11680", + "18839", + "18871", + "7424", + "16030", + "4167", + "16593", + "6205", + "7225", + "1372", + "13171", + "11386", + "5560", + "753", + "15392", + "2914", + "16265", + "15139", + "4217", + "16280", + "11614", + "18522", + "17623", + "20828", + "17820", + "13296", + "549", + "16250", + "956", + "16978", + "21542", + "13169", + "2923", + "17889", + "5754", + "7662", + "22102", + "23329", + "19721", + "3842", + "24850", + "4033", + "2915", + "19688", + "24716", + "16825", + "23936", + "24965", + "14028", + "6140", + "15368", + "16965", + "11005", + "12831", + "17341", + "11943", + "19475", + "17131", + "6259", + "19864", + "12878", + "19949", + "21537", + "3815", + "1170", + "12338", + "18558", + "20642", + "15996", + "17629", + "473", + "14890", + "23666", + "11703", + "21727", + "18762", + "8582", + "21100", + "14470", + "2235", + "14345", + "3774", + "20220", + "21604", + "16660", + "4472", + "18567", + "12810", + "13305", + "16659", + "24576", + "13469", + "18401", + "22768", + "4937", + "10077", + "21397", + "3134", + "21115", + "16199", + "4673", + "16529", + "3341", + "20346", + "15219", + "11293", + "23899", + "23313", + "24067", + "15980", + "21220", + "10388", + "19247", + "22819", + "17591", + "14094", + "11342", + "22965", + "22931", + "23930", + "10060", + "11590", + "15537", + "9451", + "12514", + "6690", + "24566", + "16629", + "10043", + "19913", + "10541", + "18287", + "3893", + "10507", + "12723", + "16538", + "17040", + "16795", + "11501", + "24564", + "18201", + "8653", + "2612", + "8734", + "22053", + "8062", + "10046", + "17350", + "20067", + "12698", + "17241", + "17422", + "21019", + "20271", + "12369", + "20142", + "17306", + "12710", + "12650", + "18067", + "14853", + "16560", + "4182", + "15933", + "24076", + "23614", + "17294", + "810", + "4497", + "225", + "10044", + "14637", + "23819", + "6879", + "9494", + "16099", + "2679", + "22138", + "14369", + "20852", + "14897", + "9607", + "17101", + "17503", + "11470", + "4122", + "15971", + "22470", + "10833", + "7961", + "12430", + "17065", + "15177", + "7407", + "12375", + "23873", + "17345", + "4510", + "12416", + "5720", + "7647", + "24671", + "16582", + "7661", + "15836", + "4130", + "18127", + "24590", + "11798", + "12214", + "3541", + "21952", + "15630", + "23425", + "21130", + "2588", + "7536", + "15475", + "5700", + "6166", + "20068", + "16586", + "17012", + "15279", + "21572", + "24902", + "16366", + "12846", + "21798", + "12372", + "24661", + "23122", + "7143", + "17890", + "22140", + "17283", + "19826", + "16778", + "17569", + "16441", + "21419", + "14517", + "13991", + "17870", + "1140", + "13492", + "20080", + "22080", + "13319", + "13632", + "16806", + "9622", + "6015", + "1679", + "16316", + "22679", + "13580", + "3340", + "16910", + "3302", + "9108", + "7426", + "20134", + "14454", + "24792", + "20966", + "6700", + "15346", + "22004", + "20752", + "4841", + "6642", + "17298", + "1661", + "14702", + "4436", + "13831", + "16388", + "14027", + "9780", + "20714", + "13913", + "1157", + "16594", + "20321", + "6704", + "12549", + "11902", + "10675", + "21255", + "22247", + "11257", + "6862", + "11195", + "15845", + "18452", + "13972", + "16364", + "15676", + "21243", + "15046", + "21724", + "23970", + "21479", + "10329", + "14130", + "17296", + "17926", + "19294", + "20970", + "12042", + "12213", + "3128", + "20934", + "13351", + "10128", + "21689", + "15574", + "12560", + "15246", + "15994", + "16785", + "21524", + "18752", + "19027", + "19388", + "13846", + "13660", + "13682", + "19355", + "12758", + "13043", + "14964", + "20049", + "14551", + "11988", + "6966", + "14991", + "18338", + "22904", + "11916", + "19054", + "17267", + "15449", + "16564", + "20697", + "15152", + "20442", + "13424", + "16755", + "13261", + "13850", + "16841", + "4124", + "17208", + "17425", + "18012", + "21302", + "18174", + "1133", + "14825", + "19663", + "15635", + "18415", + "17113", + "18258", + "2091", + "5502", + "23903", + "16418", + "17484", + "6837", + "16033", + "13505", + "18017", + "15776", + "4104", + "15007", + "15226", + "17532", + "15907", + "14054", + "17599", + "15675", + "22244", + "19434", + "22483", + "24651", + "6400", + "16009", + "11990", + "10253", + "3480", + "24767", + "24080", + "14518", + "23791", + "19491", + "10354", + "12814", + "17982", + "16596", + "19318", + "8544", + "21487", + "12315", + "19507", + "8474", + "23174", + "17625", + "14927", + "15674", + "20755", + "16402", + "15946", + "11563", + "3595", + "16171", + "20480", + "998", + "18106", + "997", + "18190", + "15859", + "18495", + "19082", + "6389", + "15928", + "11613", + "14362", + "13324", + "23792", + "17795", + "17251", + "7727", + "5075", + "18156", + "21714", + "8478", + "3753", + "23921", + "7215", + "9578", + "16376", + "20464", + "12143", + "9448", + "20194", + "8782", + "13522", + "6683", + "16126", + "9676", + "8332", + "18649", + "6942", + "22901", + "21921", + "8049", + "11759", + "22479", + "22773", + "8784", + "16450", + "20575", + "15076", + "2117", + "93", + "18426", + "19443", + "3", + "20041", + "19148", + "17124", + "24964", + "15854", + "12300", + "22259", + "20026", + "1981", + "24409", + "19632", + "10240", + "9768", + "10208", + "6549", + "17368", + "13535", + "15264", + "21134", + "16406", + "16414", + "14029", + "17519", + "15369", + "8372", + "15417", + "15281", + "9803", + "11254", + "19287", + "15381", + "5888", + "13863", + "21721", + "12533", + "20737", + "19005", + "17972", + "6385", + "14814", + "275", + "20659", + "3481", + "1469", + "12686", + "19055", + "48", + "925", + "8483", + "12984", + "22916", + "12609", + "17729", + "9306", + "19700", + "13611", + "10868", + "24776", + "16125", + "11684", + "20143", + "12911", + "18896", + "2693", + "15547", + "16145", + "16929", + "14753", + "12570", + "17544", + "14818", + "16356", + "20701", + "14164", + "16408", + "23777", + "6107", + "13880", + "21252", + "21157", + "19478", + "16470", + "8552", + "15595", + "13865", + "18721", + "18756", + "23913", + "18239", + "20630", + "13939", + "3168", + "18483", + "14030", + "15549", + "12973", + "1074", + "18872", + "13022", + "12530", + "20372", + "207", + "290", + "2090", + "12835", + "9506", + "2703", + "3036", + "14755", + "1751", + "22558", + "18506", + "17773", + "13076", + "3818", + "2421", + "5224", + "4475", + "156", + "24692", + "19449", + "23748", + "13422", + "13529", + "14132", + "13978", + "12577", + "24416", + "805", + "21474", + "13267", + "13689", + "22110", + "18968", + "4040", + "22006", + "10438", + "16907", + "19302", + "16273", + "20466", + "21485", + "10175", + "10551", + "1961", + "5195", + "24161", + "4461", + "743", + "12853", + "22426", + "4945", + "16738", + "14154", + "12629", + "5097", + "16329", + "17903", + "21649", + "20216", + "21980", + "17558", + "4047", + "11378", + "17725", + "18185", + "18306", + "13380", + "10879", + "3084", + "21877", + "12125", + "17280", + "20182", + "12847", + "23767", + "1538", + "22183", + "11104", + "2690", + "23505", + "4896", + "16517", + "14868", + "8452", + "8287", + "13908", + "11869", + "3063", + "14769", + "4048", + "1962", + "14941", + "20063", + "19112", + "12663", + "14875", + "1301", + "18397", + "14476", + "17243", + "14898", + "3299", + "2759", + "10312", + "9628", + "18588", + "22776", + "14045", + "14252", + "23230", + "2503", + "15428", + "19390", + "10517", + "10283", + "11419", + "17631", + "24441", + "3873", + "20804", + "15196", + "1657", + "1370", + "14860", + "14886", + "12073", + "20481", + "358", + "1234", + "1273", + "1729", + "12257", + "2506", + "269", + "4355", + "14250", + "9869", + "1164", + "1652", + "13391", + "6165", + "11133", + "4882", + "2581", + "20849", + "22329", + "3085", + "12028", + "1241", + "5320", + "22902", + "5906", + "5953", + "474", + "9103", + "20432", + "21090", + "20129", + "1015", + "14662", + "21907", + "13387", + "15565", + "439", + "6401", + "23413", + "8699", + "15878", + "15525", + "15450", + "12621", + "21322", + "7320", + "4646", + "1203", + "24637", + "14136", + "16890", + "21077", + "19514", + "14909", + "21306", + "13577", + "21443", + "8446", + "15634", + "5220", + "18782", + "21264", + "11220", + "8911", + "23007", + "15768", + "16319", + "17292", + "20525", + "11084", + "19211", + "17466", + "20869", + "18491", + "17833", + "24714", + "10156", + "11350", + "21583", + "6711", + "18676", + "20913", + "15302", + "3784", + "23104", + "16083", + "21705", + "22251", + "7914", + "14085", + "8493", + "18362", + "9391", + "24840", + "9443", + "21263", + "15495", + "15717", + "3044", + "21413", + "3783", + "19842", + "17943", + "2475", + "22909", + "22378", + "12132", + "9372", + "7839", + "3593", + "12076", + "16170", + "1178", + "15774", + "13994", + "16814", + "7267", + "5330", + "4694", + "5331", + "10925", + "2837", + "19140", + "11582", + "801", + "15040", + "15107", + "17052", + "11463", + "23216", + "3451", + "17203", + "23073", + "12927", + "11376", + "24451", + "15781", + "5296", + "4859", + "19789", + "7431", + "11610", + "19307", + "13170", + "16926", + "5273", + "1539", + "9340", + "2492", + "19534", + "19337", + "19096", + "14921", + "2649", + "20936", + "3408", + "124", + "11106", + "11692", + "20582", + "5388", + "16457", + "5959", + "4536", + "10095", + "10090", + "11007", + "13839", + "14888", + "4406", + "9608", + "19930", + "2689", + "13816", + "4034", + "18051", + "15357", + "2946", + "20912", + "12770", + "22222", + "21784", + "15749", + "7804", + "20381", + "10785", + "18432", + "23514", + "18695", + "9626", + "16034", + "7212", + "11726", + "14222", + "2346", + "20678", + "18170", + "19623", + "5000", + "10614", + "10372", + "22883", + "15656", + "6318", + "5276", + "21702", + "18036", + "5212", + "3400", + "5572", + "663", + "1876", + "4144", + "23229", + "13751", + "22560", + "23957", + "11543", + "13639", + "13553", + "19657", + "24720", + "9930", + "8692", + "13443", + "10347", + "4223", + "18680", + "11208", + "22221", + "15336", + "5514", + "21658", + "11177", + "24799", + "4866", + "24844", + "16859", + "8814", + "15163", + "19374", + "20524", + "22980", + "7171", + "2865", + "13851", + "23455", + "18064", + "17244", + "4784", + "24684", + "3807", + "16097", + "10241", + "9892", + "15148", + "3841", + "19220", + "6149", + "7387", + "7779", + "3771", + "18734", + "6355", + "3769", + "14801", + "12427", + "24854", + "18304", + "14236", + "2287", + "19736", + "22726", + "19495", + "19215", + "21362", + "4614", + "19543", + "17793", + "18476", + "8831", + "10633", + "8741", + "14522", + "15558", + "3792", + "9975", + "16574", + "20349", + "18077", + "17669", + "10626", + "14625", + "11275", + "21046", + "12868", + "16895", + "22460", + "24741", + "7031", + "12040", + "17574", + "14245", + "24419", + "19239", + "11281", + "23813", + "8028", + "22066", + "13363", + "13300", + "14390", + "22976", + "18516", + "2797", + "22108", + "13776", + "22851", + "12413", + "13379", + "5650", + "13663", + "18630", + "13630", + "14782", + "5764", + "12624", + "16849", + "24857", + "8057", + "21280", + "17284", + "5744", + "21026", + "22588", + "23494", + "18487", + "12688", + "13016", + "22795", + "5409", + "24873", + "4756", + "7548", + "12741", + "13090", + "14958", + "1231", + "11478", + "16428", + "24588", + "10794", + "19892", + "12473", + "13538", + "23531", + "21446", + "17447", + "8222", + "12749", + "14415", + "11615", + "1044", + "12958", + "11658", + "14308", + "19537", + "15625", + "20044", + "16739", + "14661", + "11098", + "8116", + "13900", + "15918", + "10656", + "2122", + "2396", + "6860", + "1486", + "18603", + "22055", + "12297", + "10851", + "10396", + "20769", + "17314", + "13507", + "15927", + "11353", + "11073", + "18710", + "23774", + "24586", + "10190", + "23001", + "22099", + "24853", + "10847", + "9884", + "5003", + "9311", + "6459", + "5588", + "18308", + "17600", + "17893", + "21608", + "14208", + "19703", + "16599", + "14508", + "11736", + "24173", + "21209", + "1321", + "12386", + "18059", + "17415", + "19918", + "7743", + "21066", + "11029", + "8947", + "1265", + "5712", + "8022", + "21107", + "20261", + "18319", + "15740", + "6352", + "10595", + "2562", + "6534", + "11884", + "11808", + "17205", + "13884", + "15572", + "24035", + "14088", + "24638", + "24640", + "7953", + "18412", + "7740", + "15117", + "15414", + "8568", + "21007", + "10502", + "7735", + "20147", + "20861", + "12865", + "14289", + "11770", + "5719", + "21667", + "18163", + "13152", + "13383", + "17721", + "24041", + "13302", + "17873", + "5200", + "24417", + "21538", + "6323", + "16172", + "5198", + "13633", + "12947", + "15359", + "7670", + "11526", + "10316", + "23860", + "15466", + "10079", + "10704", + "23679", + "24013", + "2617", + "20298", + "10328", + "23402", + "15026", + "21037", + "20291", + "21126", + "13528", + "18459", + "10685", + "20509", + "1292", + "22385", + "21560", + "13597", + "24469", + "3047", + "12631", + "12438", + "19941", + "19236", + "11673", + "21908", + "18749", + "23167", + "15823", + "11510", + "14804", + "20258", + "19823", + "24835", + "1282", + "12089", + "6189", + "7492", + "5772", + "14249", + "1557", + "13764", + "18653", + "22342", + "5247", + "23703", + "9846", + "22249", + "21191", + "19743", + "14139", + "1558", + "4240", + "24146", + "5631", + "12920", + "16290", + "18590", + "12657", + "18875", + "19959", + "988", + "15524", + "13372", + "3149", + "3265", + "4917", + "8581", + "22031", + "23619", + "9137", + "4879", + "9060", + "11619", + "9853", + "10513", + "4076", + "6684", + "6681", + "1071", + "5847", + "2134", + "2990", + "17265", + "8060", + "9501", + "20054", + "1308", + "6769", + "24690", + "19151", + "9071", + "16085", + "164", + "2014", + "19825", + "19200", + "3770", + "6919", + "6630", + "4634", + "6916", + "23161", + "6920", + "6918", + "5036", + "12501", + "13077", + "9147", + "20955", + "17102", + "21614", + "24709", + "11938", + "19661", + "7547", + "6967", + "8785", + "16533", + "5066", + "1267", + "19230", + "4091", + "7955", + "3650", + "18011", + "12528", + "16595", + "21999", + "7474", + "6539", + "22604", + "285", + "23822", + "21749", + "11959", + "3839", + "1253", + "5241", + "20391", + "18636", + "11777", + "17137", + "12127", + "23006", + "6255", + "1385", + "9528", + "11071", + "23988", + "17521", + "13844", + "20753", + "5500", + "2901", + "22658", + "24386", + "15190", + "14408", + "11650", + "18852", + "17482", + "2788", + "11043", + "14501", + "7438", + "23450", + "23224", + "11144", + "10775", + "22442", + "15846", + "101", + "16664", + "12664", + "2798", + "15059", + "10038", + "19178", + "12823", + "21110", + "2415", + "7420", + "23120", + "2387", + "19869", + "9941", + "11588", + "10564", + "23660", + "16653", + "11966", + "159", + "5299", + "11712", + "11024", + "3432", + "18320", + "11907", + "12998", + "9128", + "13849", + "10287", + "10764", + "6296", + "22161", + "15569", + "3513", + "18324", + "14826", + "19947", + "7680", + "16757", + "22977", + "17686", + "8075", + "22488", + "22082", + "12622", + "17300", + "9330", + "19137", + "14724", + "14951", + "13055", + "11373", + "10294", + "13550", + "14845", + "16169", + "2566", + "17335", + "22487", + "4280", + "16608", + "7494", + "22476", + "10124", + "16901", + "17674", + "23302", + "12634", + "6613", + "6390", + "17029", + "13521", + "20246", + "20409", + "18854", + "16650", + "8433", + "11014", + "12011", + "16894", + "22885", + "18534", + "17985", + "10619", + "21903", + "21796", + "674", + "20615", + "22331", + "19706", + "5597", + "20017", + "19620", + "14741", + "19713", + "7601", + "192", + "2578", + "11875", + "15286", + "6824", + "12299", + "4487", + "9243", + "4061", + "14592", + "16322", + "15156", + "16310", + "24437", + "3671", + "11301", + "24286", + "10936", + "7502", + "6030", + "5972", + "2613", + "24473", + "1360", + "3026", + "12766", + "9852", + "14417", + "17074", + "2515", + "5897", + "23213", + "3794", + "10369", + "1572", + "2333", + "10718", + "24730", + "13223", + "20682", + "19255", + "20484", + "24848", + "14253", + "20236", + "13225", + "21848", + "24024", + "18665", + "10139", + "20646", + "12333", + "15899", + "18554", + "21806", + "15809", + "6889", + "19109", + "23029", + "6939", + "191", + "21284", + "22975", + "20793", + "7056", + "11524", + "17472", + "24861", + "754", + "10660", + "5984", + "12376", + "13219", + "13352", + "11973", + "4081", + "22415", + "18433", + "24768", + "10293", + "18330", + "14015", + "6643", + "15509", + "9857", + "20037", + "10405", + "20301", + "11316", + "4652", + "15995", + "14147", + "17898", + "23238", + "10763", + "6631", + "15446", + "8953", + "13951", + "15217", + "8849", + "15310", + "3028", + "1839", + "933", + "23433", + "14025", + "8079", + "585", + "11468", + "16546", + "13256", + "21876", + "5715", + "16528", + "15003", + "1196", + "2094", + "19332", + "13574", + "23400", + "21722", + "10830", + "12685", + "12170", + "9942", + "18018", + "4166", + "4164", + "808", + "17613", + "8260", + "17875", + "12087", + "24668", + "11525", + "10179", + "11045", + "19681", + "23110", + "15993", + "1759", + "24099", + "19436", + "14128", + "4323", + "12623", + "21145", + "3674", + "11968", + "23638", + "19032", + "8626", + "20007", + "19886", + "11738", + "15143", + "20858", + "12493", + "16752", + "7101", + "2783", + "16246", + "21526", + "12962", + "13226", + "20877", + "14635", + "11569", + "13396", + "18810", + "10355", + "12467", + "18620", + "5219", + "11049", + "18387", + "2403", + "18542", + "11886", + "20045", + "9135", + "24951", + "23362", + "22971", + "6582", + "16445", + "12696", + "19849", + "11371", + "11068", + "10768", + "18537", + "13998", + "16211", + "15426", + "7259", + "14135", + "2555", + "10956", + "18305", + "11706", + "19277", + "7716", + "20157", + "17144", + "22318", + "16278", + "16793", + "18826", + "18093", + "15923", + "19855", + "20113", + "19506", + "24404", + "8278", + "1837", + "18771", + "13129", + "22846", + "8970", + "11000", + "13210", + "4827", + "4434", + "23648", + "18034", + "21291", + "14098", + "17199", + "20040", + "6811", + "18040", + "22275", + "11307", + "22398", + "2162", + "2546", + "14090", + "19229", + "13766", + "11604", + "19648", + "21514", + "17745", + "5716", + "15876", + "19201", + "18730", + "1414", + "263", + "22788", + "21231", + "20718", + "24113", + "7831", + "6445", + "13195", + "19265", + "18084", + "17660", + "17064", + "9497", + "1413", + "14399", + "8856", + "12684", + "24378", + "4860", + "18865", + "21593", + "18378", + "20029", + "17852", + "13845", + "22278", + "15298", + "17505", + "23522", + "12308", + "22370", + "18799", + "13789", + "10618", + "20430", + "12673", + "22573", + "22070", + "20329", + "17948", + "14529", + "21386", + "18679", + "14146", + "10611", + "13788", + "12978", + "24814", + "17545", + "5865", + "5819", + "16507", + "13318", + "34", + "17776", + "22886", + "14413", + "15337", + "7615", + "12589", + "19118", + "482", + "24285", + "20395", + "15469", + "18008", + "18041", + "18001", + "21825", + "19992", + "8473", + "22241", + "14335", + "15513", + "17755", + "13615", + "18175", + "17479", + "3585", + "23743", + "9156", + "4163", + "18449", + "15334", + "22346", + "2324", + "16829", + "21779", + "11733", + "24492", + "3762", + "21546", + "24443", + "17799", + "22777", + "12499", + "18470", + "15365", + "15583", + "6849", + "6122", + "5128", + "22826", + "19083", + "2160", + "2505", + "13690", + "19280", + "9462", + "14287", + "17728", + "15652", + "20228", + "23525", + "22234", + "17704", + "22780", + "22655", + "12258", + "24740", + "14310", + "20626", + "15801", + "17881", + "15653", + "2226", + "21140", + "22271", + "19189", + "16493", + "9837", + "17798", + "7361", + "7844", + "14511", + "7458", + "6858", + "16014", + "13792", + "22853", + "19101", + "22299", + "17491", + "1228", + "1584", + "2799", + "24418", + "10912", + "21158", + "18916", + "12075", + "13321", + "22339", + "13812", + "12516", + "19816", + "3121", + "14467", + "6241", + "21729", + "4791", + "15165", + "18262", + "9398", + "16433", + "24396", + "23507", + "13086", + "8328", + "19785", + "20016", + "8669", + "18979", + "10130", + "9700", + "1375", + "407", + "24760", + "20807", + "11982", + "20405", + "19110", + "23502", + "4842", + "989", + "3874", + "4387", + "11377", + "23888", + "2518", + "1977", + "69", + "16338", + "20330", + "1355", + "19079", + "2414", + "16446", + "12347", + "11578", + "19008", + "16495", + "12153", + "19157", + "18474", + "14381", + "19734", + "19126", + "14093", + "12538", + "21740", + "21833", + "20487", + "23943", + "162", + "20865", + "20906", + "14328", + "12704", + "41", + "18427", + "18905", + "17645", + "11960", + "18072", + "18472", + "17382", + "21533", + "11940", + "14235", + "6773", + "9929", + "8677", + "17230", + "3717", + "16123", + "8111", + "8549", + "1433", + "15575", + "8674", + "15124", + "17439", + "24750", + "19998", + "1451", + "21227", + "22074", + "24863", + "3802", + "20786", + "411", + "24398", + "8563", + "8112", + "4901", + "15651", + "15454", + "4036", + "4985", + "8110", + "5013", + "6268", + "11859", + "1145", + "14288", + "23348", + "8840", + "10730", + "22042", + "20867", + "9829", + "24598", + "19249", + "10127", + "22698", + "14736", + "12243", + "16301", + "22220", + "9335", + "4142", + "22719", + "17607", + "2842", + "14484", + "821", + "19944", + "12154", + "2523", + "14695", + "22974", + "1571", + "11158", + "11085", + "9419", + "19088", + "3831", + "13420", + "9295", + "15747", + "18562", + "14990", + "6798", + "7111", + "5210", + "18348", + "22058", + "22578", + "17141", + "17843", + "3072", + "13744", + "10915", + "6158", + "4452", + "15672", + "24287", + "11842", + "15089", + "15243", + "6682", + "20721", + "12702", + "10173", + "4651", + "5807", + "22884", + "6558", + "24909", + "7552", + "1192", + "116", + "14969", + "16995", + "13508", + "10229", + "8746", + "4981", + "23699", + "18957", + "21587", + "1098", + "4336", + "15483", + "23789", + "20977", + "24953", + "11531", + "24466", + "19590", + "4128", + "24455", + "16349", + "19130", + "22757", + "19410", + "21665", + "4456", + "12778", + "6020", + "8896", + "8284", + "18972", + "20698", + "18162", + "19973", + "23392", + "17409", + "16526", + "19073", + "5004", + "15311", + "13871", + "11017", + "22988", + "10669", + "8469", + "9438", + "5442", + "10062", + "13470", + "6693", + "15772", + "24414", + "10589", + "3908", + "6694", + "20896", + "7533", + "11441", + "8280", + "22933", + "23519", + "3264", + "6692", + "7063", + "15053", + "17910", + "4233", + "16107", + "14035", + "22563", + "5007", + "15945", + "13480", + "13765", + "21957", + "23192", + "12019", + "12021", + "12212", + "4112", + "22132", + "15349", + "12014", + "13841", + "5136", + "10373", + "10864", + "4146", + "5008", + "2238", + "14852", + "12453", + "23171", + "18151", + "21752", + "13847", + "17828", + "14912", + "13644", + "22500", + "3752", + "2326", + "13607", + "22636", + "7537", + "13475", + "16212", + "20191", + "16822", + "16948", + "22995", + "1299", + "7178", + "1393", + "3267", + "5981", + "13979", + "11312", + "2358", + "9281", + "6813", + "10886", + "21765", + "21387", + "1423", + "10273", + "20095", + "21283", + "3260", + "22638", + "9383", + "24397", + "6159", + "1781", + "17024", + "11304", + "16486", + "7534", + "17305", + "1336", + "22537", + "15744", + "6406", + "16949", + "15387", + "21623", + "18893", + "14301", + "22656", + "10242", + "3116", + "16847", + "18249", + "3592", + "9370", + "24974", + "23675", + "23694", + "6468", + "2839", + "16137", + "21305", + "13085", + "10542", + "10571", + "14193", + "23891", + "16342", + "13122", + "12512", + "2844", + "20830", + "19485", + "271", + "1020", + "24387", + "22358", + "24662", + "587", + "22568", + "2843", + "14760", + "18283", + "20325", + "3122", + "10260", + "2845", + "10027", + "21838", + "17824", + "19722", + "12020", + "10080", + "18688", + "23623", + "4348", + "10227", + "5146", + "19740", + "17286", + "8572", + "2524", + "2847", + "16642", + "2849", + "18020", + "19897", + "3724", + "13824", + "24591", + "14420", + "12713", + "21159", + "10087", + "14002", + "21816", + "10652", + "20746", + "15069", + "21098", + "14330", + "23430", + "10998", + "13004", + "16817", + "2841", + "8797", + "3754", + "10413", + "16352", + "4358", + "12457", + "7965", + "2850", + "8562", + "9560", + "17682", + "5326", + "20870", + "17404", + "10020", + "16786", + "10024", + "15832", + "12503", + "10019", + "2758", + "12731", + "10023", + "17334", + "15350", + "7196", + "11116", + "5191", + "11422", + "6871", + "24468", + "23786", + "11380", + "4506", + "10584", + "8055", + "18275", + "23706", + "12340", + "19728", + "11802", + "23347", + "8605", + "16382", + "8564", + "21347", + "14432", + "13564", + "18146", + "8956", + "13264", + "5308", + "22752", + "23236", + "4795", + "20084", + "14836", + "1850", + "7264", + "3895", + "9885", + "23500", + "8162", + "7394", + "7245", + "608", + "6628", + "24855", + "1261", + "12167", + "22897", + "4519", + "19322", + "12960", + "6489", + "7353", + "2840", + "14299", + "8424", + "14557", + "23977", + "24551", + "14648", + "22302", + "21851", + "11248", + "11930", + "24029", + "6462", + "2655", + "17499", + "20775", + "11507", + "18460", + "2667", + "23745", + "11903", + "18530", + "12109", + "1987", + "23439", + "22772", + "4990", + "8587", + "15458", + "12759", + "1065", + "46", + "14300", + "1396", + "13969", + "21517", + "3682", + "21904", + "12030", + "4236", + "3848", + "13920", + "2419", + "9030", + "16708", + "22764", + "12798", + "24568", + "17872", + "17712", + "11513", + "17308", + "20150", + "9937", + "12403", + "20101", + "5601", + "14732", + "17929", + "21064", + "9792", + "4283", + "20636", + "7374", + "17105", + "21699", + "20691", + "13830", + "8297", + "24691", + "16542", + "23415", + "7024", + "10324", + "21938", + "16411", + "5864", + "13696", + "1949", + "726", + "19457", + "11162", + "11515", + "13218", + "16689", + "1948", + "9321", + "10735", + "20739", + "10335", + "2497", + "2096", + "12098", + "23077", + "3958", + "23800", + "22040", + "20490", + "18028", + "6437", + "3240", + "5947", + "17214", + "19210", + "17979", + "23349", + "7099", + "12259", + "3961", + "22198", + "23579", + "12423", + "2861", + "21352", + "20890", + "113", + "23145", + "7880", + "4870", + "23418", + "10494", + "5040", + "17318", + "2120", + "6697", + "7260", + "23270", + "23303", + "15348", + "22147", + "2529", + "18120", + "22597", + "6611", + "21005", + "6478", + "6906", + "12039", + "17049", + "21080", + "14971", + "14006", + "14987", + "17901", + "22876", + "15970", + "8485", + "5192", + "11076", + "13817", + "985", + "23226", + "22941", + "21257", + "12794", + "14622", + "12980", + "661", + "23698", + "23377", + "22936", + "23803", + "22939", + "4082", + "24509", + "13104", + "14900", + "22940", + "12035", + "23245", + "23859", + "6439", + "23424", + "1220", + "24832", + "23916", + "23749", + "23663", + "5094", + "18332", + "22653", + "9586", + "14184", + "18136", + "18808", + "3357", + "21085", + "5295", + "8130", + "16217", + "4058", + "20096", + "18911", + "24374", + "13964", + "24523", + "24549", + "24164", + "24064", + "23940", + "24524", + "24510", + "23209", + "23601", + "1828", + "24535", + "14703", + "24485", + "19586", + "10971", + "4221", + "13386", + "5418", + "940", + "2530", + "9031", + "23890", + "11487", + "19971", + "12827", + "20561", + "3261", + "12417", + "6403", + "24526", + "17869", + "17703", + "6944", + "22792", + "13428", + "23771", + "11722", + "12540", + "24163", + "2960", + "14672", + "15579", + "4141", + "19243", + "22753", + "14156", + "17290", + "22311", + "15627", + "12138", + "10862", + "6454", + "23462", + "23175", + "13057", + "6689", + "11837", + "24754", + "22654", + "15167", + "9483", + "22142", + "22064", + "14258", + "19535", + "24091", + "2863", + "22985", + "17166", + "23163", + "18792", + "23142", + "21657", + "13194", + "24522", + "22273", + "7210", + "24534", + "13072", + "24527", + "24525", + "11656", + "13384", + "10265", + "11055", + "15108", + "11575", + "11858", + "15116", + "15155", + "11919", + "12272", + "10523", + "14496", + "12298", + "12381", + "21456", + "15344", + "10183", + "16347", + "10992", + "11370", + "7184", + "8687", + "14931", + "9463", + "22182", + "18375", + "14631", + "22423", + "20686", + "13364", + "24655", + "11134", + "3159", + "24550", + "15543", + "22999", + "10385", + "2081", + "24123", + "16381", + "15969", + "13431", + "21692", + "13323", + "16216", + "1183", + "12032", + "3454", + "11325", + "2726", + "21060", + "22143", + "823", + "23533", + "19880", + "22599", + "4062", + "21569", + "10377", + "11405", + "22684", + "21669", + "9302", + "18497", + "23589", + "22685", + "13557", + "758", + "17967", + "19447", + "17921", + "12355", + "14377", + "3742", + "11443", + "12990", + "21182", + "22384", + "10951", + "14260", + "16959", + "22039", + "11506", + "15138", + "23205", + "722", + "22344", + "10392", + "18565", + "4200", + "3788", + "17246", + "928", + "6807", + "5432", + "16701", + "5786", + "14657", + "10990", + "20074", + "14202", + "20097", + "14462", + "22695", + "24659", + "6576", + "11818", + "6812", + "24677", + "13491", + "23257", + "22160", + "8143", + "16784", + "21607", + "24756", + "18892", + "23211", + "13554", + "19898", + "22109", + "12531", + "24028", + "14073", + "17129", + "12522", + "22449", + "21550", + "5632", + "6236", + "16405", + "15998", + "21021", + "19809", + "20256", + "932", + "22694", + "13625", + "5863", + "12592", + "16641", + "18089", + "20656", + "15008", + "21027", + "17739", + "13524", + "15486", + "9510", + "1395", + "17234", + "20471", + "18786", + "14678", + "11927", + "8977", + "16826", + "16150", + "9775", + "13769", + "21331", + "21268", + "6366", + "2339", + "9638", + "16946", + "18954", + "6169", + "18492", + "21696", + "23124", + "22736", + "16963", + "929", + "10068", + "18231", + "4501", + "14167", + "4237", + "22798", + "9304", + "19621", + "22179", + "12295", + "931", + "6785", + "9280", + "24571", + "3744", + "6585", + "21676", + "5209", + "23951", + "22438", + "20180", + "20606", + "13825", + "14519", + "9812", + "9509", + "4988", + "6855", + "9130", + "21323", + "23702", + "9810", + "22001", + "9640", + "14676", + "6671", + "13075", + "17048", + "11921", + "3298", + "12310", + "9146", + "870", + "9821", + "4483", + "9811", + "17651", + "20655", + "23227", + "21869", + "24408", + "16512", + "17855", + "20203", + "13923", + "14491", + "12287", + "18390", + "5774", + "19887", + "18240", + "12606", + "3309", + "4414", + "21564", + "2713", + "18642", + "7765", + "16140", + "17713", + "19272", + "9799", + "3293", + "13811", + "15581", + "725", + "17635", + "10677", + "3676", + "18145", + "23345", + "976", + "272", + "2167", + "20571", + "3311", + "3024", + "3292", + "2698", + "15224", + "3013", + "3294", + "3285", + "8323", + "3034", + "1171", + "3312", + "261", + "5946", + "1421", + "3016", + "3301", + "7632", + "15062", + "3290", + "3306", + "9935", + "3314", + "3310", + "5093", + "14649", + "6235", + "10284", + "4321", + "8325", + "4292", + "9537", + "954", + "9738", + "9411", + "3017", + "20230", + "21706", + "22351", + "3880", + "8593", + "3021", + "11589", + "14799", + "9409", + "21384", + "10402", + "13054", + "4148", + "19747", + "9704", + "4277", + "8533", + "19701", + "8705", + "17822", + "19670", + "17633", + "16184", + "5633", + "24877", + "22531", + "10536", + "14148", + "10892", + "5512", + "23618", + "3619", + "2696", + "17612", + "22720", + "21574", + "14975", + "15792", + "3709", + "6659", + "11913", + "10075", + "16304", + "11227", + "3218", + "6111", + "11677", + "23914", + "2699", + "19481", + "5511", + "10222", + "8556", + "21534", + "21737", + "20152", + "21656", + "12890", + "8716", + "21792", + "19817", + "22445", + "1575", + "11222", + "18379", + "3642", + "20217", + "3479", + "20577", + "15719", + "19799", + "4324", + "4550", + "14582", + "16037", + "4322", + "21966", + "8522", + "23974", + "22420", + "7290", + "13414", + "5694", + "357", + "2197", + "19591", + "24498", + "17008", + "21258", + "9005", + "24159", + "5703", + "20259", + "10803", + "18627", + "15278", + "9824", + "19225", + "6816", + "23993", + "20928", + "11928", + "21355", + "755", + "15361", + "17764", + "22164", + "20764", + "16746", + "14225", + "24174", + "24516", + "4764", + "23295", + "17522", + "15255", + "13342", + "17487", + "12406", + "21996", + "19184", + "22033", + "16154", + "3735", + "21177", + "14709", + "21131", + "5698", + "7497", + "377", + "4032", + "689", + "18141", + "18568", + "17460", + "22380", + "21445", + "10552", + "14574", + "10326", + "19162", + "12974", + "7582", + "17323", + "14938", + "2369", + "10254", + "22112", + "19259", + "11567", + "14923", + "22262", + "14490", + "23123", + "22120", + "20868", + "22402", + "3364", + "16616", + "17832", + "12767", + "9692", + "18178", + "8712", + "13889", + "18196", + "19540", + "10616", + "20706", + "14255", + "12922", + "1079", + "7097", + "2876", + "24719", + "23611", + "13046", + "11363", + "14559", + "23437", + "17831", + "22873", + "17442", + "14955", + "17490", + "21599", + "12677", + "12891", + "22660", + "15863", + "18691", + "23067", + "24063", + "11690", + "10503", + "12237", + "11200", + "18610", + "17427", + "18116", + "22888", + "15691", + "23812", + "23842", + "14290", + "18293", + "17018", + "17397", + "19802", + "21872", + "15593", + "11020", + "17911", + "19186", + "17576", + "20014", + "19536", + "13674", + "18217", + "915", + "16677", + "11655", + "10140", + "18363", + "24881", + "11041", + "22005", + "2230", + "12653", + "4663", + "14855", + "19059", + "10771", + "13159", + "15718", + "12475", + "12740", + "23629", + "7432", + "3974", + "9026", + "7722", + "5317", + "21731", + "3799", + "21582", + "10921", + "14690", + "15875", + "17638", + "18118", + "8633", + "19858", + "4168", + "24774", + "7854", + "1959", + "18802", + "12689", + "17477", + "19824", + "8093", + "14803", + "2660", + "2250", + "23127", + "12488", + "22227", + "12229", + "19689", + "7599", + "12059", + "7598", + "14357", + "7217", + "18475", + "912", + "17387", + "22945", + "9482", + "20367", + "14526", + "5300", + "6452", + "23198", + "20363", + "903", + "14656", + "14176", + "18464", + "8745", + "17710", + "23971", + "12575", + "12290", + "19793", + "19940", + "2825", + "21059", + "15293", + "24762", + "10456", + "15758", + "16176", + "22536", + "18936", + "21181", + "24738", + "14614", + "15032", + "22690", + "16854", + "16699", + "6695", + "19554", + "22877", + "18938", + "9661", + "5902", + "17891", + "15009", + "21619", + "14980", + "17517", + "9381", + "17475", + "10433", + "10288", + "9423", + "14906", + "5529", + "7907", + "4890", + "20941", + "23115", + "18996", + "16122", + "17960", + "11763", + "20929", + "7600", + "12830", + "4902", + "21615", + "5414", + "19875", + "20280", + "17538", + "14251", + "10631", + "15074", + "20287", + "12255", + "6192", + "12202", + "22462", + "2922", + "10309", + "20760", + "20387", + "9354", + "18960", + "3291", + "19408", + "20195", + "13691", + "20175", + "20513", + "20421", + "10368", + "20521", + "8737", + "12373", + "1672", + "20177", + "3090", + "12612", + "15682", + "4476", + "480", + "9003", + "19893", + "2364", + "23309", + "13661", + "3131", + "5157", + "10766", + "19336", + "4143", + "733", + "7796", + "2787", + "3305", + "21357", + "24053", + "7795", + "7697", + "9312", + "17417", + "17920", + "23802", + "3297", + "16078", + "3296", + "3091", + "17192", + "3067", + "4504", + "17737", + "13430", + "14343", + "7306", + "18166", + "11142", + "15237", + "10831", + "6017", + "7586", + "23692", + "5942", + "7977", + "21435", + "12328", + "20336", + "10848", + "16627", + "16516", + "502", + "10577", + "8463", + "20537", + "24703", + "14358", + "296", + "12932", + "7721", + "14145", + "21244", + "744", + "21880", + "14183", + "8365", + "17413", + "23751", + "10394", + "12312", + "8867", + "7318", + "11924", + "17605", + "10308", + "24883", + "14079", + "15642", + "5924", + "8781", + "6172", + "4111", + "21677", + "2620", + "14746", + "19988", + "13413", + "15548", + "15732", + "1784", + "2113", + "12771", + "10627", + "22587", + "14449", + "10437", + "23146", + "9772", + "24171", + "2118", + "17781", + "7412", + "5381", + "20536", + "8181", + "5340", + "2574", + "7397", + "14267", + "3914", + "11395", + "19744", + "23801", + "10097", + "5061", + "5949", + "24688", + "22296", + "11197", + "10512", + "13503", + "11382", + "10177", + "3580", + "22705", + "12970", + "10594", + "13631", + "759", + "19161", + "19929", + "799", + "8247", + "7888", + "2286", + "20028", + "10560", + "19814", + "22926", + "2755", + "4813", + "10428", + "979", + "21612", + "3476", + "24632", + "5799", + "23367", + "10739", + "12093", + "19433", + "20503", + "20592", + "5905", + "3907", + "22911", + "7597", + "16967", + "19907", + "16843", + "20105", + "5147", + "20996", + "1868", + "8243", + "21395", + "5226", + "9588", + "14816", + "8246", + "4816", + "5878", + "19199", + "1257", + "4727", + "9598", + "2866", + "19697", + "18904", + "6440", + "11323", + "16477", + "12204", + "21941", + "20885", + "19553", + "6480", + "18629", + "13098", + "15978", + "8369", + "7437", + "9771", + "10106", + "17731", + "22383", + "11204", + "13209", + "17672", + "14611", + "7768", + "7193", + "5227", + "4814", + "7434", + "5913", + "22467", + "7190", + "4810", + "5230", + "7835", + "7301", + "9591", + "16935", + "4817", + "16068", + "7191", + "6160", + "7436", + "7192", + "22535", + "7767", + "13205", + "5915", + "5228", + "7766", + "5335", + "12349", + "12389", + "11836", + "4488", + "21803", + "11529", + "21688", + "3107", + "22571", + "8798", + "22952", + "22293", + "16318", + "22570", + "24467", + "22767", + "19164", + "15977", + "6013", + "7076", + "8367", + "1600", + "16518", + "10064", + "6183", + "19649", + "8881", + "15884", + "21841", + "12755", + "18405", + "21627", + "12707", + "17236", + "13354", + "15798", + "17973", + "20608", + "21338", + "19724", + "21510", + "15704", + "20657", + "22237", + "21857", + "20559", + "1702", + "20983", + "23833", + "12164", + "7867", + "23580", + "4862", + "2538", + "12145", + "15921", + "19570", + "8196", + "1887", + "12910", + "17175", + "3987", + "16247", + "6645", + "4072", + "13293", + "9086", + "23465", + "21922", + "6117", + "7331", + "6120", + "17749", + "18235", + "6119", + "9881", + "15047", + "24180", + "21642", + "9770", + "20674", + "20927", + "12897", + "15322", + "3127", + "6486", + "13357", + "22733", + "10548", + "13450", + "24085", + "14891", + "24011", + "5352", + "22095", + "17022", + "15633", + "23950", + "4797", + "2965", + "20713", + "18292", + "16649", + "16335", + "12452", + "19351", + "24932", + "18889", + "23523", + "8565", + "18071", + "16133", + "12335", + "12913", + "21521", + "18263", + "13191", + "16523", + "8296", + "19745", + "11391", + "493", + "8089", + "1277", + "21214", + "12743", + "492", + "23907", + "19763", + "19472", + "6379", + "13124", + "8090", + "2136", + "1260", + "4003", + "23576", + "21143", + "22706", + "15044", + "22062", + "19380", + "20453", + "13121", + "21105", + "12339", + "8465", + "23008", + "9856", + "20837", + "17117", + "20358", + "12526", + "8092", + "15327", + "19705", + "22146", + "17975", + "18801", + "22598", + "317", + "18804", + "7667", + "21719", + "17836", + "19468", + "6121", + "17279", + "19415", + "6845", + "23779", + "19764", + "21245", + "19497", + "23838", + "20532", + "15953", + "22899", + "24125", + "10593", + "21751", + "22282", + "23577", + "11914", + "17449", + "9457", + "17196", + "16067", + "5143", + "14550", + "7664", + "736", + "4551", + "5271", + "13892", + "16878", + "6372", + "22917", + "5795", + "1976", + "19300", + "15892", + "11795", + "8042", + "13953", + "22019", + "1339", + "7247", + "20311", + "24798", + "10638", + "12302", + "12822", + "23408", + "9583", + "16609", + "21067", + "4291", + "14274", + "13713", + "16371", + "11008", + "21249", + "13646", + "6271", + "13704", + "23242", + "1847", + "8732", + "16585", + "22858", + "4131", + "1699", + "7305", + "11659", + "10408", + "21553", + "7229", + "16248", + "12459", + "22431", + "10969", + "12760", + "11594", + "24592", + "13910", + "14011", + "7132", + "23581", + "22817", + "16224", + "17604", + "14261", + "22345", + "21819", + "21393", + "6199", + "14266", + "12883", + "24116", + "13217", + "5667", + "8239", + "16695", + "23202", + "14157", + "12224", + "20308", + "18149", + "22061", + "16138", + "5053", + "20547", + "20664", + "18490", + "11212", + "18745", + "10654", + "21708", + "22231", + "319", + "7629", + "6168", + "3144", + "9359", + "5683", + "23858", + "8750", + "7453", + "3388", + "1878", + "2701", + "13233", + "21863", + "13963", + "20286", + "8245", + "3667", + "6397", + "5747", + "5718", + "11214", + "4692", + "7090", + "20722", + "10268", + "584", + "17332", + "10325", + "18376", + "12444", + "23840", + "20038", + "14405", + "19085", + "12551", + "18977", + "16549", + "12977", + "24739", + "22630", + "21695", + "22125", + "17163", + "23099", + "23393", + "24834", + "21113", + "11760", + "1177", + "22023", + "13193", + "11887", + "14356", + "12016", + "24077", + "4134", + "3229", + "12450", + "17680", + "11725", + "16010", + "23438", + "20111", + "17908", + "19877", + "5717", + "17802", + "12940", + "21483", + "22565", + "14044", + "13984", + "21633", + "22155", + "18765", + "9117", + "11447", + "15147", + "19241", + "19640", + "3320", + "8277", + "24906", + "23336", + "6213", + "1589", + "11681", + "750", + "22313", + "11129", + "23095", + "21358", + "7483", + "12728", + "23612", + "20772", + "18357", + "10205", + "10364", + "15614", + "11086", + "3498", + "11243", + "15849", + "22713", + "1790", + "4464", + "24790", + "15698", + "18648", + "16277", + "22972", + "6932", + "10421", + "22839", + "22925", + "24478", + "11853", + "20394", + "15154", + "2436", + "16638", + "14711", + "18070", + "10941", + "7614", + "10738", + "13162", + "14076", + "8054", + "23527", + "16282", + "7774", + "3556", + "552", + "12063", + "15118", + "7455", + "16346", + "14778", + "11040", + "17060", + "16452", + "20847", + "9838", + "21679", + "601", + "39", + "12053", + "12012", + "23373", + "15051", + "9723", + "20757", + "10802", + "2999", + "3288", + "5156", + "9291", + "17874", + "4539", + "13875", + "18917", + "10916", + "23477", + "4992", + "22610", + "4675", + "24372", + "1263", + "18613", + "24500", + "17405", + "11551", + "13444", + "19056", + "205", + "1929", + "14286", + "13216", + "11810", + "4907", + "5344", + "5956", + "2643", + "7509", + "12966", + "8067", + "11219", + "2644", + "18777", + "10191", + "841", + "15061", + "14723", + "22332", + "5474", + "14411", + "14414", + "19119", + "11138", + "17361", + "13911", + "13954", + "2321", + "19111", + "16668", + "9360", + "9183", + "9694", + "24032", + "8951", + "5281", + "8390", + "16008", + "4315", + "11012", + "22356", + "23809", + "7566", + "11088", + "9752", + "18035", + "14881", + "13952", + "22335", + "2748", + "18816", + "16715", + "8186", + "6712", + "9347", + "9466", + "2724", + "22749", + "8668", + "16064", + "16471", + "22432", + "14277", + "5705", + "21934", + "13347", + "11896", + "1940", + "17825", + "5193", + "13120", + "936", + "13587", + "7256", + "23298", + "11834", + "1190", + "14717", + "4397", + "1302", + "23991", + "6641", + "14894", + "11309", + "1935", + "22842", + "8719", + "16502", + "23269", + "806", + "18248", + "5562", + "22622", + "15987", + "7995", + "3319", + "21163", + "17250", + "18840", + "24694", + "12057", + "16883", + "12714", + "14524", + "8006", + "15821", + "11126", + "11792", + "5692", + "12207", + "16964", + "20579", + "3361", + "18234", + "1598", + "21172", + "12150", + "13282", + "10798", + "18845", + "19262", + "17093", + "18453", + "2517", + "16362", + "24139", + "23088", + "7865", + "9290", + "19033", + "10123", + "6264", + "11421", + "11349", + "20141", + "23868", + "3569", + "19459", + "5646", + "3925", + "12471", + "2675", + "11537", + "16439", + "1880", + "10952", + "14565", + "1660", + "24406", + "2935", + "14737", + "10664", + "9024", + "12043", + "14796", + "21295", + "11188", + "21155", + "8662", + "12805", + "7643", + "15275", + "5416", + "2603", + "21759", + "22519", + "378", + "16442", + "21186", + "14946", + "16769", + "10781", + "23461", + "4150", + "7311", + "8768", + "15839", + "17806", + "15648", + "15505", + "1936", + "17987", + "5410", + "14281", + "8272", + "6525", + "19381", + "16798", + "8720", + "6004", + "23730", + "10844", + "15650", + "23317", + "3064", + "10800", + "23138", + "22699", + "7112", + "7423", + "23041", + "17005", + "10858", + "24292", + "19067", + "8403", + "3348", + "1809", + "5292", + "9299", + "24900", + "11009", + "3472", + "17553", + "16974", + "18227", + "17834", + "7931", + "8431", + "20973", + "7268", + "10938", + "8666", + "24601", + "15935", + "11291", + "8800", + "8464", + "11030", + "5722", + "20477", + "19401", + "11155", + "1306", + "20283", + "22810", + "10736", + "19601", + "8250", + "3062", + "1866", + "12765", + "1549", + "13756", + "8230", + "24066", + "12587", + "11383", + "12496", + "18091", + "9475", + "15628", + "20842", + "22774", + "13842", + "20576", + "13829", + "3764", + "6490", + "3452", + "24021", + "23085", + "11123", + "1389", + "4453", + "15982", + "8218", + "1939", + "2471", + "23255", + "14770", + "11821", + "167", + "15567", + "13555", + "6038", + "7658", + "2740", + "1357", + "17772", + "6513", + "9285", + "6293", + "12266", + "15115", + "23476", + "9064", + "16765", + "9649", + "6518", + "11998", + "6510", + "6037", + "23979", + "18385", + "20089", + "19723", + "9344", + "21341", + "1855", + "6505", + "6801", + "12928", + "12327", + "4660", + "17100", + "11457", + "6506", + "17453", + "3347", + "22405", + "17941", + "21199", + "6508", + "6034", + "6515", + "6517", + "6509", + "6519", + "11585", + "22322", + "17559", + "19571", + "24880", + "7023", + "17082", + "17233", + "596", + "23432", + "7069", + "1392", + "5006", + "23125", + "6802", + "19313", + "13543", + "6035", + "13643", + "1883", + "10434", + "7682", + "208", + "10028", + "24943", + "9390", + "18087", + "12508", + "12569", + "1349", + "5076", + "20538", + "12244", + "1441", + "13093", + "6511", + "21018", + "14034", + "10753", + "12700", + "20109", + "23512", + "9485", + "22620", + "2105", + "17226", + "15135", + "10540", + "20013", + "20599", + "6036", + "15460", + "24394", + "8409", + "24148", + "22305", + "24660", + "7164", + "5983", + "24290", + "16925", + "9865", + "1993", + "219", + "11070", + "5243", + "21809", + "8665", + "19278", + "20260", + "5290", + "20915", + "11401", + "17616", + "22880", + "23729", + "7230", + "16696", + "6485", + "17958", + "7836", + "16615", + "2775", + "9698", + "24105", + "18850", + "19304", + "20758", + "1931", + "20281", + "14742", + "1930", + "10778", + "13134", + "22354", + "13657", + "2156", + "11031", + "23607", + "1822", + "12572", + "24781", + "17636", + "1941", + "15710", + "23153", + "19429", + "12211", + "10233", + "8722", + "10475", + "17646", + "18550", + "13669", + "5211", + "11192", + "9044", + "1535", + "22472", + "17644", + "10184", + "11697", + "20680", + "2242", + "21897", + "9404", + "19835", + "13445", + "14718", + "3029", + "21964", + "1934", + "9252", + "1917", + "21477", + "8145", + "23387", + "18019", + "13230", + "7512", + "914", + "21094", + "965", + "13702", + "23816", + "17055", + "19191", + "24836", + "13031", + "6861", + "17642", + "15216", + "17570", + "16255", + "10687", + "410", + "17357", + "23280", + "7834", + "22060", + "2256", + "4751", + "22676", + "18053", + "9672", + "21148", + "11327", + "16449", + "22797", + "20997", + "17951", + "17573", + "24603", + "7080", + "13586", + "3590", + "13750", + "17637", + "13247", + "14618", + "14624", + "18577", + "21055", + "14811", + "20441", + "14844", + "19206", + "12165", + "21678", + "20816", + "22889", + "6984", + "1995", + "14371", + "5561", + "11242", + "21351", + "14152", + "2582", + "20494", + "7842", + "15459", + "16073", + "7169", + "23871", + "4978", + "24106", + "12925", + "14433", + "4052", + "6985", + "17741", + "22523", + "20647", + "21814", + "11672", + "19730", + "11056", + "13325", + "23407", + "911", + "12135", + "12486", + "9716", + "10557", + "10425", + "20783", + "14762", + "17164", + "19726", + "2929", + "16096", + "1732", + "967", + "5796", + "3023", + "1068", + "1680", + "10216", + "3019", + "24069", + "4286", + "23547", + "11139", + "17939", + "23351", + "15225", + "8858", + "7317", + "7398", + "1859", + "8467", + "8617", + "15399", + "7594", + "13008", + "1410", + "11985", + "2148", + "3696", + "14204", + "7708", + "15146", + "17885", + "21396", + "11976", + "9635", + "15433", + "6307", + "4689", + "10841", + "5472", + "13760", + "6308", + "21890", + "1043", + "519", + "9289", + "3741", + "9097", + "8829", + "22950", + "3253", + "8040", + "7293", + "19458", + "20412", + "16671", + "13987", + "2319", + "6442", + "3949", + "6305", + "22900", + "20174", + "17761", + "2202", + "15019", + "11587", + "16079", + "20034", + "16052", + "18926", + "20092", + "4698", + "12289", + "6123", + "7310", + "13187", + "17353", + "12177", + "5475", + "10928", + "8679", + "6204", + "18383", + "6212", + "15153", + "3262", + "13015", + "17738", + "6781", + "6446", + "2232", + "21142", + "4649", + "7829", + "22564", + "17039", + "12228", + "2123", + "12550", + "2183", + "21747", + "21559", + "3701", + "20810", + "21577", + "13570", + "20065", + "3879", + "5028", + "14984", + "20434", + "21480", + "21390", + "2291", + "11714", + "556", + "8019", + "12888", + "13819", + "5316", + "5351", + "54", + "2596", + "9507", + "13126", + "20874", + "17902", + "22089", + "14428", + "11010", + "13957", + "21015", + "10021", + "22765", + "6516", + "13770", + "20767", + "18300", + "21101", + "15371", + "20597", + "10472", + "1404", + "13336", + "2380", + "21311", + "9963", + "14929", + "19291", + "23141", + "21354", + "24541", + "3690", + "1235", + "6605", + "11079", + "13103", + "21160", + "21567", + "20255", + "19905", + "5605", + "14873", + "1405", + "13807", + "5725", + "23997", + "6557", + "380", + "21399", + "22260", + "15605", + "14142", + "18168", + "20872", + "3045", + "12252", + "1398", + "20347", + "14837", + "11359", + "24697", + "1403", + "8595", + "1937", + "8718", + "24685", + "8091", + "15056", + "10625", + "3092", + "19327", + "3699", + "16206", + "18986", + "540", + "1351", + "18481", + "22075", + "1057", + "22949", + "9038", + "5262", + "14714", + "2246", + "21906", + "19020", + "2722", + "1400", + "6487", + "20459", + "1401", + "12806", + "20264", + "21075", + "13961", + "4630", + "19619", + "23102", + "13417", + "15166", + "20418", + "6471", + "23096", + "20761", + "2550", + "4894", + "11459", + "17974", + "6465", + "5575", + "3847", + "2659", + "18153", + "5950", + "15702", + "23199", + "14791", + "16115", + "20813", + "16326", + "630", + "3594", + "21056", + "4480", + "19778", + "1543", + "2491", + "7608", + "4424", + "11019", + "24912", + "10644", + "1844", + "18578", + "17086", + "17358", + "4174", + "12162", + "20784", + "8664", + "17726", + "16551", + "10988", + "8559", + "24980", + "9745", + "23968", + "12885", + "15713", + "7872", + "18048", + "15121", + "10427", + "16051", + "3793", + "14323", + "13432", + "23479", + "13358", + "18259", + "23845", + "15125", + "20296", + "11774", + "24682", + "9399", + "24034", + "11920", + "24610", + "15922", + "12092", + "13119", + "12160", + "1786", + "20963", + "7760", + "2029", + "18678", + "7328", + "1013", + "3992", + "1324", + "3391", + "22580", + "7329", + "7327", + "22918", + "6118", + "7852", + "12652", + "1427", + "16956", + "12431", + "11003", + "16550", + "6081", + "4790", + "3332", + "9525", + "8513", + "5386", + "5537", + "3936", + "5931", + "7787", + "14861", + "21136", + "13203", + "15552", + "18486", + "7355", + "2895", + "15295", + "7645", + "454", + "8921", + "10306", + "5539", + "22270", + "15551", + "18480", + "23541", + "2652", + "2240", + "19398", + "11105", + "24843", + "9101", + "8237", + "13801", + "8479", + "4211", + "12117", + "16736", + "414", + "17945", + "11235", + "597", + "1932", + "20797", + "13454", + "13869", + "8122", + "490", + "9876", + "13595", + "13369", + "24253", + "1787", + "11423", + "16390", + "13182", + "100", + "11925", + "18645", + "15705", + "14226", + "18081", + "5890", + "22434", + "53", + "13381", + "5440", + "10842", + "13416", + "17419", + "18764", + "22307", + "7732", + "15797", + "24046", + "2647", + "16704", + "19766", + "18354", + "15456", + "15912", + "12309", + "9508", + "10521", + "5626", + "7784", + "22226", + "4416", + "3702", + "20479", + "17917", + "22466", + "51", + "20069", + "2116", + "2609", + "23241", + "11245", + "7529", + "15598", + "18966", + "19565", + "20144", + "17746", + "18633", + "17104", + "23919", + "2600", + "15600", + "15002", + "6357", + "21778", + "11931", + "20982", + "17565", + "21028", + "4955", + "22357", + "3678", + "18237", + "21353", + "8601", + "18662", + "18298", + "12047", + "17158", + "22998", + "1078", + "15192", + "784", + "12967", + "21095", + "16934", + "20961", + "20431", + "11189", + "20219", + "12354", + "9456", + "9593", + "4297", + "11956", + "16943", + "16718", + "9769", + "23033", + "7709", + "16908", + "16804", + "18129", + "16021", + "21032", + "20362", + "6178", + "21874", + "15017", + "181", + "9699", + "21382", + "13904", + "1200", + "13620", + "16141", + "16312", + "10808", + "12101", + "15610", + "11893", + "14118", + "17068", + "2424", + "20933", + "21558", + "21135", + "15536", + "3759", + "5109", + "21585", + "9254", + "21415", + "3687", + "1011", + "6039", + "10311", + "2605", + "3849", + "15619", + "19279", + "11717", + "11994", + "20081", + "7465", + "12871", + "1843", + "23867", +]; export const dataArgs: RarityFarmingData = { rarityGotchis: rarity, diff --git a/data/airdrops/rarityfarming/szn11/rnd4.ts b/data/airdrops/rarityfarming/szn11/rnd4.ts index bbdec784..d09a44ba 100644 --- a/data/airdrops/rarityfarming/szn11/rnd4.ts +++ b/data/airdrops/rarityfarming/szn11/rnd4.ts @@ -1,10 +1,22513 @@ import { RarityFarmingData } from "../../../../types"; -const rarity: string[] = []; +const rarity: string[] = [ + "23795", + "14489", + "16559", + "13681", + "19095", + "3052", + "12611", + "23881", + "20308", + "10644", + "11267", + "7001", + "1448", + "18411", + "13996", + "22713", + "1743", + "22037", + "8845", + "14341", + "21424", + "16455", + "11170", + "8623", + "22455", + "18249", + "17033", + "17944", + "9369", + "826", + "4820", + "6932", + "24422", + "19016", + "10292", + "12198", + "22892", + "3724", + "19172", + "24256", + "4479", + "21508", + "23921", + "15560", + "15243", + "15571", + "7848", + "4518", + "22249", + "474", + "24410", + "5535", + "9106", + "22844", + "4285", + "8062", + "5691", + "23711", + "13536", + "13212", + "2165", + "5205", + "7422", + "18011", + "13262", + "18650", + "2057", + "1627", + "9027", + "11866", + "22197", + "23201", + "9358", + "13700", + "5411", + "172", + "8121", + "9398", + "23067", + "4534", + "966", + "1454", + "23479", + "16863", + "12409", + "4616", + "3295", + "22133", + "19143", + "16411", + "14350", + "766", + "22128", + "5934", + "4350", + "2270", + "24509", + "3299", + "6407", + "22720", + "1306", + "12686", + "7782", + "19991", + "19535", + "16710", + "9459", + "18258", + "9373", + "5109", + "22704", + "8163", + "14436", + "24381", + "3378", + "2195", + "4441", + "12518", + "4271", + "14117", + "21403", + "14454", + "1565", + "22883", + "266", + "22714", + "8585", + "8676", + "4581", + "13241", + "8609", + "12126", + "21660", + "15434", + "703", + "8911", + "16676", + "221", + "4906", + "11279", + "19669", + "17124", + "11697", + "572", + "19295", + "6109", + "6335", + "19736", + "3308", + "181", + "11785", + "20454", + "22062", + "3425", + "15524", + "21868", + "2267", + "19019", + "17723", + "3168", + "67", + "5846", + "7755", + "5647", + "3256", + "5168", + "22864", + "1549", + "7845", + "8084", + "16635", + "987", + "13513", + "35", + "3", + "21789", + "3309", + "11663", + "17570", + "7005", + "11218", + "20844", + "13741", + "7316", + "3513", + "22566", + "13509", + "3126", + "22610", + "8893", + "12423", + "19343", + "13413", + "1677", + "6695", + "6422", + "14557", + "4215", + "713", + "2348", + "17343", + "544", + "11544", + "23174", + "1449", + "3288", + "7589", + "9376", + "24786", + "22885", + "20826", + "9346", + "10615", + "18467", + "3788", + "7068", + "11883", + "23418", + "22519", + "20885", + "24854", + "9111", + "3935", + "20828", + "18979", + "6951", + "15246", + "17182", + "22470", + "10394", + "23619", + "21320", + "1240", + "20996", + "13712", + "1011", + "21230", + "10252", + "14140", + "19457", + "18996", + "4436", + "24913", + "6138", + "9272", + "3357", + "24975", + "24510", + "5139", + "1425", + "6549", + "21797", + "24974", + "2266", + "2505", + "3948", + "1475", + "18170", + "7615", + "7187", + "8863", + "21665", + "23065", + "23321", + "18009", + "16328", + "4740", + "487", + "21477", + "1264", + "2172", + "2443", + "18491", + "13401", + "6827", + "3942", + "6164", + "14997", + "13605", + "4405", + "19841", + "18434", + "14515", + "17865", + "9412", + "15865", + "8517", + "3986", + "12893", + "6321", + "5154", + "2667", + "1257", + "19850", + "19260", + "11487", + "2863", + "16505", + "21154", + "16969", + "16826", + "2085", + "15578", + "11156", + "6746", + "2720", + "8396", + "8531", + "20449", + "18873", + "4794", + "19944", + "3592", + "1638", + "8611", + "15694", + "1961", + "6366", + "20374", + "8392", + "6350", + "5507", + "4685", + "17539", + "24077", + "16748", + "5123", + "24610", + "16543", + "1847", + "11023", + "10909", + "22793", + "3046", + "6394", + "12247", + "18292", + "7303", + "21611", + "6396", + "1345", + "18400", + "4764", + "10265", + "11765", + "4789", + "16477", + "23751", + "692", + "22118", + "5011", + "16704", + "1089", + "7457", + "22751", + "19970", + "6089", + "9494", + "1702", + "2555", + "11205", + "8082", + "21959", + "6145", + "18663", + "4992", + "23102", + "17855", + "2995", + "19893", + "1812", + "5743", + "19937", + "10616", + "3650", + "2931", + "24912", + "22358", + "24404", + "16956", + "16270", + "24524", + "20478", + "21435", + "20964", + "4749", + "3475", + "5790", + "7403", + "22958", + "6147", + "14981", + "16269", + "12515", + "14931", + "15219", + "10647", + "19591", + "20248", + "9071", + "9665", + "10321", + "19321", + "24962", + "14559", + "16524", + "19574", + "4372", + "5993", + "10208", + "7413", + "20130", + "11070", + "6376", + "19114", + "8011", + "1487", + "15760", + "17947", + "4895", + "8364", + "17122", + "6305", + "48", + "22473", + "7645", + "3322", + "22324", + "233", + "21736", + "14285", + "23008", + "6431", + "3159", + "18469", + "15408", + "21082", + "24767", + "23241", + "10487", + "607", + "1126", + "2462", + "13443", + "17802", + "23501", + "7474", + "22369", + "17613", + "16420", + "7332", + "1782", + "1724", + "7033", + "7765", + "8890", + "19279", + "17335", + "22941", + "3433", + "7617", + "6122", + "23799", + "5731", + "23192", + "16553", + "12918", + "18810", + "22705", + "4467", + "22724", + "18280", + "19221", + "24984", + "5075", + "20783", + "18685", + "15021", + "3411", + "19657", + "19215", + "16965", + "19005", + "20287", + "11386", + "3501", + "2607", + "3516", + "3169", + "20966", + "12530", + "989", + "6094", + "5147", + "6735", + "12727", + "556", + "2905", + "9561", + "11519", + "6204", + "6413", + "13819", + "2523", + "12022", + "8626", + "10437", + "6160", + "22599", + "24624", + "3571", + "3734", + "6887", + "8265", + "2793", + "6260", + "10768", + "18477", + "10138", + "12848", + "7433", + "8891", + "549", + "6582", + "1661", + "24799", + "17226", + "14801", + "15854", + "14480", + "1197", + "22085", + "19553", + "20232", + "11047", + "12287", + "14519", + "21323", + "3467", + "7771", + "8254", + "4890", + "23414", + "15108", + "5027", + "12151", + "22075", + "22352", + "12111", + "24152", + "6009", + "11611", + "1604", + "8182", + "12810", + "19355", + "18120", + "7969", + "22785", + "11887", + "10854", + "2325", + "16677", + "6839", + "3731", + "2854", + "9848", + "2909", + "10565", + "9673", + "6266", + "20635", + "18081", + "23460", + "24730", + "10627", + "5738", + "12741", + "2364", + "3849", + "19174", + "7796", + "2491", + "5764", + "11902", + "19388", + "20525", + "13076", + "13969", + "21596", + "19131", + "17783", + "20655", + "13137", + "15109", + "5375", + "18111", + "23541", + "18497", + "11858", + "1320", + "21268", + "19623", + "168", + "5833", + "7257", + "22436", + "24763", + "282", + "17662", + "20526", + "16975", + "2136", + "458", + "506", + "6541", + "8567", + "9996", + "9958", + "5730", + "19163", + "23773", + "3967", + "20909", + "12886", + "13072", + "16732", + "12325", + "16759", + "2834", + "18330", + "3613", + "14511", + "2787", + "19125", + "18339", + "7488", + "13694", + "6447", + "7571", + "12477", + "24948", + "10046", + "11354", + "4038", + "10879", + "406", + "24383", + "23352", + "23974", + "5499", + "3329", + "23168", + "6183", + "10304", + "14656", + "7828", + "19055", + "13223", + "11383", + "10347", + "18035", + "19304", + "4589", + "12794", + "5295", + "23245", + "11079", + "3891", + "18340", + "9752", + "1740", + "6851", + "2182", + "2685", + "18287", + "10282", + "14816", + "5013", + "4837", + "6193", + "23576", + "19497", + "18494", + "16605", + "23226", + "14651", + "9758", + "11749", + "9536", + "6785", + "14944", + "2786", + "14568", + "6345", + "8372", + "24941", + "1133", + "23838", + "14660", + "6380", + "13979", + "7331", + "6644", + "4419", + "4348", + "11033", + "5722", + "19320", + "24435", + "23872", + "8568", + "22065", + "1046", + "23757", + "10745", + "10646", + "1829", + "24653", + "12048", + "18777", + "6209", + "6807", + "7779", + "24439", + "12695", + "18542", + "11027", + "4266", + "9197", + "1771", + "6588", + "19922", + "14935", + "3974", + "3267", + "502", + "18764", + "20518", + "3585", + "2255", + "15744", + "7802", + "6178", + "9440", + "22394", + "3835", + "8287", + "3331", + "16980", + "6953", + "16431", + "23892", + "12210", + "4743", + "8403", + "3874", + "14637", + "24498", + "1293", + "11148", + "15321", + "14165", + "18856", + "13639", + "1302", + "9274", + "18702", + "3749", + "15073", + "10818", + "14470", + "11732", + "13491", + "15442", + "7889", + "21429", + "22684", + "18231", + "22587", + "17012", + "10329", + "836", + "10582", + "16712", + "2251", + "7144", + "4802", + "957", + "7047", + "14890", + "22107", + "9248", + "15676", + "14046", + "2148", + "5667", + "20069", + "21669", + "20019", + "5409", + "1653", + "11008", + "6085", + "4851", + "3801", + "7527", + "3862", + "13493", + "7863", + "8898", + "22106", + "11222", + "3595", + "8253", + "11191", + "8809", + "3084", + "16738", + "4720", + "21749", + "8218", + "18441", + "1868", + "6435", + "20680", + "19526", + "22004", + "7184", + "6975", + "22018", + "19229", + "16785", + "7324", + "11524", + "3971", + "21134", + "17263", + "21531", + "11492", + "16451", + "13771", + "12112", + "3846", + "17189", + "11734", + "23221", + "4115", + "18619", + "9654", + "5954", + "5997", + "21338", + "19030", + "3292", + "3261", + "1044", + "3581", + "16352", + "19324", + "23319", + "11000", + "19572", + "23270", + "9754", + "8605", + "19408", + "4446", + "3790", + "13544", + "1770", + "7963", + "4391", + "4417", + "18054", + "3067", + "24076", + "7426", + "23712", + "23098", + "24800", + "9475", + "22508", + "6428", + "2913", + "24856", + "23239", + "24535", + "22706", + "15550", + "11998", + "14022", + "7718", + "5858", + "6174", + "5923", + "8398", + "1944", + "7042", + "7912", + "11756", + "14446", + "18844", + "5321", + "12628", + "13796", + "15918", + "14257", + "9983", + "3312", + "17890", + "22678", + "4112", + "23280", + "17559", + "1591", + "6489", + "19885", + "4424", + "7347", + "23515", + "2393", + "18126", + "6952", + "18734", + "18145", + "12389", + "4144", + "705", + "18854", + "15618", + "16550", + "14194", + "21064", + "16840", + "23629", + "2415", + "10853", + "18612", + "6103", + "6742", + "9275", + "5156", + "13398", + "2833", + "18908", + "8050", + "18904", + "17504", + "19464", + "15047", + "24926", + "3764", + "3805", + "1939", + "16154", + "11777", + "17987", + "8365", + "6382", + "23986", + "1963", + "7036", + "9023", + "5792", + "16405", + "24503", + "5160", + "22630", + "1866", + "12897", + "20126", + "17522", + "14574", + "23437", + "8490", + "2861", + "22939", + "17024", + "10571", + "10624", + "23271", + "1595", + "19940", + "6769", + "15904", + "13159", + "14255", + "3720", + "3710", + "4884", + "8964", + "19266", + "2749", + "5938", + "17188", + "23455", + "5560", + "912", + "16818", + "6352", + "24976", + "12457", + "8641", + "9156", + "20618", + "18645", + "17099", + "21125", + "8789", + "14473", + "5077", + "22998", + "19942", + "23529", + "3838", + "21248", + "3594", + "7608", + "13549", + "16615", + "24795", + "7893", + "396", + "7060", + "15320", + "11368", + "9626", + "18470", + "18064", + "3752", + "11973", + "449", + "22977", + "10625", + "672", + "14925", + "21751", + "22083", + "1423", + "18910", + "21913", + "14639", + "17173", + "15912", + "19505", + "6908", + "9774", + "18204", + "1445", + "5682", + "2368", + "12671", + "3397", + "8012", + "6931", + "13185", + "21768", + "12053", + "11007", + "15987", + "22240", + "18134", + "6104", + "15792", + "23129", + "3643", + "9808", + "2578", + "13998", + "5701", + "4182", + "10775", + "21510", + "754", + "1564", + "24417", + "17102", + "23577", + "21353", + "11055", + "8079", + "13889", + "14563", + "22078", + "3637", + "6288", + "18591", + "4879", + "23943", + "23620", + "414", + "7927", + "4170", + "6087", + "10146", + "7943", + "5980", + "3342", + "9212", + "21047", + "23492", + "16587", + "18012", + "4323", + "689", + "11254", + "2759", + "1416", + "16554", + "1030", + "2382", + "8038", + "14484", + "8812", + "8926", + "24290", + "17638", + "5637", + "14420", + "1585", + "3600", + "5513", + "12392", + "3934", + "7420", + "1876", + "17186", + "10507", + "19697", + "12656", + "7607", + "20503", + "12474", + "20261", + "13691", + "19656", + "21126", + "19571", + "16910", + "21937", + "14263", + "21624", + "1787", + "24881", + "6566", + "16854", + "22690", + "8518", + "649", + "11133", + "20831", + "18935", + "7530", + "15293", + "14120", + "9731", + "1690", + "14869", + "2529", + "17090", + "9266", + "21113", + "16291", + "12767", + "11678", + "1936", + "1828", + "14842", + "6529", + "17082", + "20325", + "17093", + "16596", + "17599", + "24802", + "23979", + "20540", + "18520", + "3610", + "18662", + "2512", + "4531", + "3873", + "1422", + "746", + "3248", + "13684", + "12815", + "17672", + "24746", + "4298", + "9819", + "4368", + "6615", + "6038", + "21362", + "17926", + "20244", + "19140", + "15853", + "6564", + "4150", + "6490", + "11214", + "6420", + "21521", + "19726", + "20389", + "23377", + "13252", + "8425", + "19137", + "7626", + "2138", + "2957", + "9524", + "19451", + "18740", + "10808", + "7459", + "9100", + "14153", + "7066", + "630", + "2614", + "7808", + "9387", + "23265", + "24248", + "6000", + "978", + "21249", + "4714", + "8521", + "5441", + "15403", + "9299", + "16028", + "20771", + "6419", + "18185", + "23238", + "10297", + "13104", + "2344", + "15826", + "12370", + "2811", + "4670", + "3184", + "8693", + "12698", + "18807", + "11977", + "2797", + "4414", + "1285", + "10324", + "4055", + "21999", + "4059", + "8016", + "19865", + "15059", + "19538", + "13585", + "8829", + "23010", + "23997", + "4617", + "4839", + "11680", + "19766", + "12386", + "3615", + "14881", + "3859", + "5596", + "8547", + "10267", + "1852", + "15120", + "16272", + "9552", + "11916", + "9884", + "17327", + "16144", + "3981", + "11875", + "10097", + "17616", + "15390", + "21906", + "6421", + "13926", + "1253", + "14212", + "15166", + "12402", + "21677", + "20537", + "9979", + "23425", + "5346", + "2569", + "2542", + "9466", + "24697", + "20178", + "4028", + "6373", + "12600", + "17407", + "23390", + "8439", + "5733", + "4639", + "2553", + "9849", + "11521", + "19602", + "16970", + "14958", + "11082", + "13233", + "10794", + "17244", + "12214", + "21950", + "6264", + "17350", + "20827", + "18298", + "19988", + "15428", + "16186", + "12508", + "23345", + "21653", + "24414", + "2935", + "9370", + "1484", + "10369", + "8299", + "21282", + "18678", + "23368", + "13469", + "17455", + "7590", + "21518", + "1708", + "3652", + "6213", + "21767", + "23469", + "24577", + "2261", + "6351", + "8444", + "7853", + "16887", + "4005", + "17242", + "18661", + "9243", + "10781", + "509", + "13364", + "13676", + "10633", + "6608", + "20453", + "8668", + "15519", + "12035", + "16050", + "1200", + "11015", + "3354", + "6752", + "16276", + "13832", + "17641", + "6641", + "7965", + "16128", + "2719", + "539", + "4320", + "6555", + "7038", + "10390", + "13813", + "24096", + "1998", + "897", + "3864", + "21337", + "12376", + "13974", + "3440", + "24965", + "3044", + "15480", + "24662", + "21422", + "14356", + "20599", + "23812", + "8651", + "14980", + "19789", + "16452", + "21550", + "15998", + "10814", + "16689", + "17248", + "21965", + "15515", + "19897", + "7528", + "8091", + "1996", + "9620", + "5828", + "7034", + "18058", + "5718", + "19735", + "17234", + "15551", + "15675", + "16591", + "15565", + "12328", + "24377", + "17542", + "15305", + "10929", + "22995", + "9001", + "970", + "21776", + "17453", + "22979", + "7567", + "5126", + "10831", + "16810", + "1010", + "1977", + "5932", + "7306", + "10063", + "19688", + "755", + "8467", + "2954", + "14503", + "19495", + "20341", + "20988", + "4669", + "19293", + "5542", + "8217", + "10906", + "20622", + "7895", + "8542", + "9610", + "13238", + "10338", + "15473", + "6136", + "24449", + "19134", + "20143", + "5715", + "23313", + "1370", + "15650", + "13524", + "22451", + "23235", + "23213", + "14861", + "21179", + "22300", + "14284", + "1935", + "21733", + "17883", + "15330", + "15288", + "15950", + "5514", + "23801", + "23908", + "3128", + "4783", + "10746", + "21929", + "7880", + "24155", + "8764", + "9343", + "59", + "5275", + "3024", + "14210", + "11991", + "19032", + "13094", + "2725", + "814", + "1857", + "4410", + "24771", + "9634", + "8860", + "9957", + "1735", + "20271", + "22965", + "18883", + "16699", + "9260", + "22426", + "19881", + "12431", + "21387", + "22771", + "7382", + "16280", + "21257", + "19673", + "13086", + "4470", + "3093", + "21974", + "8825", + "9950", + "22056", + "14104", + "2920", + "22032", + "4689", + "19422", + "7754", + "16597", + "20740", + "23537", + "4756", + "267", + "17294", + "17352", + "17447", + "7931", + "14442", + "13404", + "5953", + "21759", + "14646", + "14865", + "21163", + "23833", + "9509", + "13586", + "23183", + "23951", + "2726", + "632", + "24665", + "21915", + "22479", + "14956", + "12617", + "24286", + "13564", + "12778", + "21740", + "8664", + "19462", + "11720", + "11447", + "13644", + "8429", + "1975", + "8427", + "14291", + "1155", + "3742", + "6065", + "20277", + "343", + "10630", + "4886", + "9704", + "5091", + "6473", + "6657", + "11549", + "23853", + "1218", + "8797", + "19424", + "8260", + "979", + "5692", + "21231", + "10043", + "13107", + "18445", + "5570", + "5029", + "13776", + "21400", + "21943", + "16503", + "11293", + "23303", + "14059", + "6707", + "10199", + "20722", + "23171", + "24089", + "21182", + "23829", + "16265", + "15456", + "15308", + "2345", + "12450", + "4101", + "24874", + "24571", + "7850", + "18164", + "18085", + "5649", + "5669", + "738", + "5711", + "12506", + "5221", + "8756", + "7425", + "12494", + "16498", + "20943", + "16502", + "9450", + "7432", + "696", + "10325", + "15414", + "2326", + "13507", + "20095", + "22507", + "16365", + "10155", + "15691", + "10830", + "17797", + "22740", + "22175", + "9647", + "21940", + "16703", + "10189", + "6780", + "21261", + "20643", + "7972", + "4127", + "8757", + "3687", + "31", + "499", + "2605", + "5825", + "23941", + "24769", + "8032", + "18859", + "15583", + "15117", + "12504", + "15933", + "4797", + "19081", + "1768", + "20236", + "4834", + "19212", + "15215", + "16195", + "7577", + "14296", + "9252", + "12503", + "12488", + "11081", + "20481", + "16815", + "16784", + "16673", + "24798", + "18786", + "18626", + "8963", + "8500", + "14184", + "24895", + "14751", + "3233", + "2072", + "1430", + "8892", + "2932", + "4367", + "7629", + "8707", + "19548", + "17241", + "1009", + "13424", + "21397", + "1986", + "3985", + "93", + "11940", + "18383", + "4280", + "5119", + "2652", + "22330", + "7129", + "3410", + "20715", + "7492", + "15863", + "13640", + "5234", + "722", + "23146", + "17199", + "21305", + "17625", + "9386", + "24617", + "9948", + "11771", + "8386", + "13017", + "2524", + "8377", + "2727", + "1259", + "7587", + "5496", + "4985", + "7312", + "21643", + "19984", + "21968", + "13831", + "21243", + "21199", + "19033", + "7661", + "15547", + "15327", + "23666", + "14087", + "13528", + "9335", + "24391", + "24125", + "22721", + "8149", + "16089", + "15758", + "8679", + "14796", + "9463", + "24971", + "17828", + "12270", + "20973", + "22094", + "2399", + "10760", + "4216", + "3863", + "7348", + "15257", + "22437", + "4564", + "6475", + "7462", + "16641", + "14202", + "17601", + "17072", + "21100", + "20490", + "21806", + "5250", + "18304", + "20662", + "19123", + "20952", + "22659", + "19469", + "6371", + "12128", + "8373", + "22531", + "12315", + "9372", + "23095", + "7647", + "15310", + "10896", + "10183", + "4197", + "23077", + "20074", + "8355", + "10735", + "16953", + "14433", + "12219", + "7764", + "10577", + "13649", + "8497", + "16955", + "12393", + "3199", + "6482", + "6710", + "9035", + "19919", + "5146", + "3556", + "5504", + "15178", + "20142", + "20464", + "24714", + "915", + "8572", + "12878", + "19014", + "15159", + "20582", + "13769", + "23249", + "10306", + "9284", + "12237", + "18861", + "9157", + "2876", + "17759", + "20795", + "10936", + "7463", + "15732", + "20587", + "14103", + "21851", + "16806", + "11155", + "17591", + "19510", + "11684", + "10649", + "11614", + "7301", + "1219", + "15975", + "4392", + "16526", + "11892", + "58", + "2256", + "739", + "3565", + "19252", + "1387", + "10576", + "19867", + "454", + "3004", + "5574", + "7354", + "7941", + "15095", + "15957", + "21040", + "7247", + "8694", + "6792", + "4375", + "2683", + "24109", + "9174", + "2506", + "17062", + "13687", + "8474", + "8534", + "1962", + "22826", + "21692", + "22454", + "17637", + "11590", + "9311", + "14990", + "15029", + "12594", + "13046", + "15581", + "10130", + "17891", + "24123", + "24113", + "18433", + "13251", + "8432", + "2424", + "4652", + "6389", + "23072", + "22409", + "7104", + "23030", + "5931", + "18874", + "22733", + "2729", + "1775", + "4356", + "6632", + "12826", + "15319", + "16971", + "19750", + "9676", + "20067", + "13305", + "11065", + "14856", + "20235", + "13736", + "23329", + "2675", + "6895", + "23705", + "2183", + "10355", + "4164", + "6601", + "2077", + "21969", + "4628", + "11443", + "18595", + "22930", + "12662", + "19327", + "16961", + "14894", + "519", + "24093", + "23837", + "15462", + "3843", + "9411", + "9336", + "12082", + "6117", + "2779", + "3276", + "14298", + "14447", + "18112", + "6637", + "6562", + "1974", + "9395", + "14959", + "17306", + "16935", + "15046", + "3260", + "6631", + "4722", + "12238", + "14628", + "8781", + "2748", + "21471", + "3062", + "17558", + "22653", + "12501", + "5063", + "19809", + "1745", + "12740", + "6939", + "6478", + "21530", + "13872", + "15787", + "12332", + "17951", + "6187", + "7044", + "17512", + "7864", + "2824", + "1055", + "9554", + "6786", + "5273", + "4283", + "16456", + "10090", + "19784", + "17296", + "6132", + "12353", + "3753", + "13351", + "4092", + "3306", + "6224", + "11659", + "16097", + "22079", + "15121", + "19629", + "10704", + "22031", + "24173", + "19151", + "12191", + "17623", + "13326", + "10492", + "20309", + "23601", + "4536", + "24933", + "14469", + "16234", + "984", + "19787", + "4058", + "8814", + "928", + "13603", + "12774", + "12624", + "6216", + "22453", + "9003", + "3457", + "12252", + "13941", + "2591", + "15568", + "22806", + "4567", + "1083", + "7832", + "5431", + "21019", + "10618", + "14625", + "6966", + "584", + "712", + "10079", + "1017", + "6236", + "16566", + "24964", + "7260", + "21382", + "18124", + "1241", + "20192", + "23347", + "22198", + "20912", + "21774", + "3262", + "4892", + "20230", + "23583", + "19438", + "24523", + "14025", + "11604", + "19475", + "10370", + "101", + "6026", + "18501", + "17726", + "8821", + "4665", + "7111", + "20399", + "10662", + "6247", + "9492", + "19634", + "24634", + "15629", + "10356", + "16594", + "8691", + "3085", + "6041", + "4708", + "10892", + "11304", + "20391", + "20937", + "8648", + "2492", + "17065", + "2145", + "12290", + "16335", + "4166", + "18473", + "19973", + "17837", + "22851", + "13482", + "11382", + "20257", + "4344", + "19998", + "21482", + "4240", + "6057", + "18089", + "11895", + "9030", + "11919", + "22408", + "16528", + "20075", + "3281", + "8847", + "22445", + "1260", + "7599", + "15007", + "23841", + "17614", + "13444", + "13085", + "20191", + "9382", + "12807", + "21803", + "7656", + "14617", + "14008", + "21609", + "137", + "1191", + "1722", + "2243", + "4109", + "6888", + "8886", + "1483", + "6274", + "6860", + "6397", + "12990", + "13143", + "18487", + "21369", + "5004", + "6454", + "21813", + "17344", + "2453", + "19799", + "21226", + "552", + "11370", + "10844", + "21894", + "17413", + "7124", + "19216", + "8921", + "12541", + "19472", + "1932", + "23127", + "14622", + "1228", + "14359", + "20772", + "5125", + "9978", + "10373", + "3925", + "19654", + "19450", + "21923", + "15751", + "14526", + "12561", + "9690", + "8897", + "5188", + "11669", + "15490", + "19545", + "16307", + "7566", + "6618", + "9886", + "11143", + "17699", + "21687", + "22028", + "22051", + "3178", + "9608", + "2624", + "2031", + "16069", + "10880", + "21114", + "14991", + "20917", + "16985", + "15995", + "19335", + "9258", + "6406", + "3408", + "5120", + "5320", + "21488", + "10443", + "15630", + "18522", + "1571", + "9872", + "16137", + "6039", + "10819", + "11980", + "3807", + "10800", + "12272", + "285", + "4471", + "19912", + "12790", + "11190", + "17780", + "3380", + "14267", + "8269", + "22667", + "24075", + "7277", + "2223", + "20791", + "9404", + "18879", + "2026", + "3729", + "4395", + "7046", + "9054", + "12148", + "15872", + "17866", + "23449", + "2745", + "8980", + "9396", + "2197", + "185", + "523", + "16849", + "7204", + "2099", + "22412", + "1984", + "15224", + "3301", + "3298", + "710", + "24566", + "14732", + "17607", + "14391", + "21456", + "12484", + "24859", + "15784", + "2475", + "16736", + "7787", + "16443", + "17198", + "21623", + "20867", + "3115", + "7792", + "4040", + "16516", + "14933", + "11288", + "7477", + "24862", + "8148", + "4733", + "22878", + "11381", + "12620", + "19208", + "2198", + "2928", + "4540", + "7840", + "8502", + "8752", + "8805", + "21655", + "23481", + "7480", + "6047", + "7980", + "14377", + "392", + "11943", + "11658", + "16364", + "39", + "2034", + "12634", + "17134", + "23818", + "12257", + "22603", + "17677", + "20574", + "13172", + "14310", + "588", + "18236", + "10489", + "23680", + "19360", + "17230", + "22877", + "744", + "24549", + "9176", + "10882", + "16901", + "15335", + "3043", + "10244", + "15226", + "14517", + "17946", + "8932", + "4986", + "13949", + "13282", + "21538", + "11897", + "10410", + "23170", + "14605", + "9541", + "3028", + "23128", + "23654", + "19639", + "1774", + "10653", + "6121", + "1905", + "5752", + "6962", + "8632", + "8942", + "14715", + "18044", + "18704", + "22477", + "5935", + "8862", + "8443", + "9362", + "5683", + "14482", + "3842", + "8167", + "18620", + "2095", + "264", + "19793", + "18648", + "1421", + "16769", + "3983", + "700", + "8739", + "23723", + "1173", + "24169", + "23899", + "9622", + "16611", + "19410", + "16858", + "19720", + "16202", + "17901", + "2837", + "13230", + "1510", + "18101", + "23134", + "9656", + "8093", + "13823", + "6379", + "8463", + "19481", + "8918", + "12137", + "20332", + "14776", + "5292", + "18354", + "17824", + "10736", + "12589", + "6182", + "18046", + "8124", + "11437", + "14183", + "9189", + "19902", + "21501", + "1973", + "2826", + "8689", + "9469", + "23448", + "2360", + "3526", + "8986", + "4156", + "7083", + "3218", + "5804", + "18051", + "19734", + "3541", + "23496", + "10520", + "3435", + "2898", + "22987", + "18623", + "6693", + "15993", + "3672", + "21656", + "2882", + "1404", + "24500", + "9881", + "20607", + "12339", + "11317", + "11373", + "20495", + "16967", + "22097", + "13557", + "18265", + "20774", + "20281", + "16326", + "3106", + "20357", + "10567", + "4159", + "11112", + "3899", + "2185", + "15808", + "12705", + "22019", + "13627", + "23991", + "5368", + "17839", + "15921", + "14424", + "19579", + "3955", + "7681", + "7971", + "10620", + "13870", + "21277", + "1879", + "3989", + "7767", + "8966", + "9822", + "4476", + "1171", + "16354", + "973", + "18338", + "1249", + "2387", + "702", + "15357", + "5796", + "2517", + "20400", + "21526", + "5316", + "8916", + "23548", + "1065", + "23028", + "22310", + "23356", + "6743", + "23353", + "6846", + "20465", + "17008", + "12367", + "20387", + "18426", + "11091", + "18871", + "23013", + "22982", + "17284", + "20570", + "6442", + "24591", + "11238", + "14876", + "12008", + "3607", + "9072", + "24307", + "24882", + "1562", + "851", + "21755", + "3554", + "12850", + "9153", + "3702", + "154", + "557", + "853", + "1543", + "5515", + "7919", + "9732", + "18729", + "22666", + "5702", + "9349", + "4021", + "10566", + "22013", + "21895", + "24074", + "20196", + "24932", + "14054", + "6798", + "14946", + "2538", + "14978", + "22329", + "6033", + "15264", + "4431", + "10837", + "2090", + "21446", + "13750", + "11010", + "7520", + "17593", + "18229", + "13508", + "15423", + "15190", + "20532", + "11323", + "13920", + "11142", + "21551", + "469", + "21552", + "15580", + "21517", + "7090", + "18516", + "15680", + "10417", + "3898", + "4041", + "7465", + "20336", + "19821", + "21124", + "16238", + "3034", + "14084", + "10415", + "2068", + "13295", + "10602", + "3203", + "17058", + "22642", + "9851", + "9588", + "9818", + "4165", + "12581", + "19892", + "12593", + "19434", + "12986", + "6080", + "20698", + "6355", + "1994", + "6459", + "4483", + "24857", + "124", + "24640", + "17795", + "8811", + "5864", + "17105", + "18986", + "19380", + "11715", + "7973", + "10372", + "2339", + "20268", + "21028", + "17419", + "17472", + "17011", + "24675", + "6659", + "3271", + "14912", + "6296", + "11903", + "12163", + "14178", + "6102", + "8616", + "10248", + "16613", + "4061", + "7657", + "7318", + "19740", + "24472", + "21723", + "7500", + "3796", + "15223", + "7473", + "24622", + "6773", + "24772", + "23793", + "3272", + "20146", + "13743", + "16313", + "10634", + "8022", + "19746", + "2018", + "4750", + "8680", + "14725", + "16228", + "17429", + "1840", + "9636", + "817", + "9137", + "3789", + "2798", + "6741", + "7304", + "2701", + "4799", + "11818", + "1203", + "12549", + "23873", + "9713", + "16327", + "21259", + "408", + "6963", + "13563", + "9900", + "19247", + "18875", + "6437", + "15770", + "13658", + "22763", + "22918", + "23970", + "9889", + "9799", + "24478", + "9124", + "17705", + "10222", + "16464", + "24502", + "22172", + "14402", + "10656", + "11038", + "2081", + "16834", + "11496", + "9330", + "20639", + "1942", + "3599", + "17820", + "13913", + "11681", + "929", + "5487", + "19109", + "24402", + "4062", + "24466", + "9987", + "15604", + "15022", + "5386", + "17219", + "24542", + "7642", + "13886", + "9568", + "8753", + "16583", + "7945", + "2293", + "4180", + "5900", + "6398", + "8950", + "10983", + "12736", + "17075", + "21717", + "23975", + "7717", + "9795", + "3711", + "1015", + "6849", + "15479", + "14256", + "19294", + "8934", + "19537", + "11126", + "20108", + "725", + "1292", + "18613", + "2788", + "18965", + "18028", + "23293", + "2647", + "16211", + "7533", + "2929", + "6689", + "22074", + "24963", + "2202", + "20837", + "7078", + "11085", + "7494", + "13582", + "24378", + "16799", + "16373", + "18869", + "20129", + "22516", + "24488", + "7502", + "6824", + "12092", + "18535", + "751", + "21549", + "4751", + "16261", + "14417", + "17353", + "18008", + "8210", + "20797", + "24054", + "6581", + "11014", + "234", + "18964", + "8421", + "4997", + "5408", + "260", + "4793", + "8549", + "3678", + "47", + "5699", + "5882", + "7649", + "8688", + "16588", + "24459", + "3177", + "8382", + "6677", + "5641", + "6189", + "4735", + "8667", + "9760", + "8726", + "16507", + "14174", + "8465", + "9357", + "2028", + "20141", + "17239", + "1473", + "22153", + "8111", + "19148", + "10062", + "6942", + "21061", + "10969", + "20347", + "13480", + "18745", + "21209", + "20682", + "1336", + "22764", + "22974", + "14544", + "18653", + "16150", + "18295", + "22222", + "14177", + "13830", + "17427", + "20081", + "1398", + "24408", + "15579", + "17563", + "11570", + "13119", + "13194", + "12211", + "3344", + "22695", + "11234", + "12883", + "824", + "10177", + "12852", + "22762", + "20113", + "4473", + "6403", + "53", + "24148", + "15554", + "2246", + "10131", + "21666", + "19761", + "12621", + "6890", + "24834", + "6448", + "16716", + "19877", + "14676", + "15509", + "17497", + "1188", + "23434", + "10848", + "19744", + "20580", + "11985", + "24597", + "9069", + "20628", + "9099", + "2822", + "3164", + "16448", + "8880", + "207", + "24642", + "22586", + "1443", + "1710", + "2910", + "5826", + "18194", + "3201", + "4321", + "9802", + "5700", + "5383", + "1147", + "20848", + "14030", + "1196", + "16345", + "12221", + "5442", + "24053", + "21186", + "6683", + "8328", + "9692", + "9932", + "24551", + "14449", + "7099", + "8587", + "12898", + "10227", + "23338", + "23547", + "21690", + "6424", + "14611", + "7565", + "12075", + "794", + "14713", + "4286", + "21158", + "15883", + "11161", + "4836", + "11330", + "17210", + "16590", + "10967", + "15837", + "3094", + "22536", + "7990", + "6444", + "3664", + "20111", + "7525", + "9546", + "5890", + "12920", + "2943", + "21396", + "11213", + "13661", + "21030", + "9962", + "20679", + "16415", + "2616", + "3555", + "1691", + "3601", + "5460", + "7685", + "15431", + "16950", + "16997", + "17153", + "18108", + "23659", + "5140", + "684", + "9371", + "21299", + "23741", + "23780", + "11782", + "4838", + "14413", + "11762", + "7505", + "16495", + "5956", + "12575", + "3665", + "15980", + "2439", + "2446", + "8773", + "3905", + "22487", + "19073", + "22772", + "17721", + "2663", + "16248", + "19995", + "20647", + "22438", + "20830", + "24034", + "2515", + "11717", + "21877", + "9837", + "4121", + "20815", + "10178", + "7835", + "7586", + "7172", + "20010", + "1385", + "11202", + "5158", + "9483", + "938", + "11657", + "9086", + "24667", + "9940", + "5435", + "17612", + "18641", + "9644", + "19245", + "14094", + "15392", + "6993", + "20929", + "6446", + "7513", + "6110", + "6354", + "5102", + "21484", + "14334", + "9730", + "7194", + "10428", + "10884", + "22292", + "15181", + "16489", + "17127", + "3236", + "23423", + "20847", + "21747", + "16298", + "1417", + "21027", + "9154", + "15506", + "1189", + "9845", + "12311", + "13069", + "21184", + "21417", + "23852", + "9175", + "2391", + "4069", + "23258", + "11362", + "9836", + "17467", + "15884", + "3423", + "2643", + "11195", + "21241", + "6732", + "21066", + "7697", + "16099", + "6630", + "12430", + "6771", + "17761", + "18048", + "6324", + "3437", + "10842", + "21816", + "20097", + "23110", + "13124", + "7478", + "4497", + "13665", + "23753", + "11931", + "8469", + "10123", + "11458", + "24091", + "1401", + "12310", + "12004", + "463", + "24738", + "1349", + "4506", + "6223", + "22407", + "15615", + "735", + "22643", + "18506", + "5632", + "6817", + "14921", + "19607", + "12428", + "5939", + "22850", + "6327", + "9540", + "20653", + "17800", + "6756", + "5300", + "1090", + "6885", + "8866", + "409", + "11982", + "7823", + "24101", + "18929", + "131", + "22637", + "5318", + "4449", + "2300", + "3444", + "3448", + "4676", + "5469", + "6574", + "7818", + "8930", + "9017", + "9169", + "4263", + "4125", + "8922", + "7768", + "1586", + "8621", + "15513", + "14781", + "17645", + "10498", + "11021", + "13802", + "20663", + "6889", + "20613", + "24379", + "21405", + "24032", + "20286", + "12057", + "17701", + "7374", + "20007", + "7932", + "1062", + "3372", + "21349", + "5280", + "11024", + "12318", + "6682", + "956", + "8995", + "15852", + "11616", + "15074", + "14369", + "2242", + "18926", + "18092", + "23940", + "20536", + "12998", + "7860", + "13622", + "15832", + "24654", + "5850", + "2941", + "19262", + "5130", + "3654", + "9118", + "1304", + "8485", + "11359", + "1711", + "19914", + "1843", + "23632", + "9480", + "6212", + "10734", + "9966", + "21426", + "24501", + "3235", + "10237", + "6203", + "17603", + "17716", + "5425", + "6323", + "2609", + "138", + "811", + "2116", + "2292", + "4480", + "5831", + "6151", + "6450", + "9136", + "8583", + "8955", + "1584", + "6884", + "5511", + "5999", + "7240", + "6439", + "17509", + "20489", + "18567", + "20044", + "19512", + "12065", + "17973", + "3370", + "823", + "15116", + "13208", + "17064", + "7468", + "3332", + "3314", + "6723", + "4713", + "716", + "4032", + "19390", + "5376", + "23574", + "4461", + "11891", + "15483", + "11197", + "23858", + "2582", + "18486", + "14145", + "2213", + "21326", + "2546", + "4237", + "4453", + "22111", + "4277", + "22722", + "12569", + "14955", + "12300", + "4937", + "6600", + "15590", + "17960", + "11605", + "10668", + "14082", + "22060", + "10632", + "19189", + "16361", + "7455", + "20825", + "2358", + "23288", + "16217", + "9590", + "15981", + "7101", + "16679", + "1588", + "13225", + "7464", + "6268", + "19203", + "18755", + "23099", + "10154", + "3799", + "10360", + "19813", + "3867", + "12145", + "22912", + "24468", + "17887", + "5266", + "20433", + "5898", + "11813", + "11620", + "9949", + "3021", + "531", + "7660", + "1455", + "19749", + "10206", + "20386", + "22495", + "12034", + "13100", + "18651", + "19395", + "1429", + "3155", + "4620", + "5713", + "6358", + "7050", + "8346", + "8598", + "13008", + "15262", + "15333", + "16147", + "17708", + "17981", + "20226", + "20461", + "1426", + "7067", + "7377", + "5419", + "4692", + "3144", + "18247", + "7667", + "19920", + "19883", + "8222", + "21658", + "21625", + "21941", + "14661", + "4142", + "14961", + "3427", + "13878", + "2459", + "2457", + "17431", + "10335", + "7475", + "10398", + "23439", + "22145", + "14208", + "271", + "11273", + "19886", + "24852", + "18215", + "7119", + "21984", + "24677", + "24863", + "5330", + "24691", + "23507", + "21637", + "18485", + "22866", + "22055", + "22873", + "6974", + "22307", + "4888", + "11936", + "11506", + "1789", + "19222", + "5645", + "1192", + "20200", + "13321", + "1680", + "12016", + "13931", + "21522", + "12879", + "3317", + "21152", + "13014", + "15647", + "22861", + "15594", + "17095", + "18327", + "14121", + "21644", + "7028", + "2296", + "15130", + "14932", + "2073", + "15318", + "20982", + "14361", + "1767", + "5556", + "7138", + "8221", + "10058", + "11048", + "12241", + "13919", + "19403", + "20770", + "21034", + "24427", + "24920", + "4809", + "1432", + "9832", + "1457", + "753", + "7084", + "2945", + "7206", + "2674", + "5803", + "1980", + "20342", + "2922", + "21350", + "15881", + "23132", + "2027", + "16318", + "16353", + "1580", + "12021", + "21916", + "17503", + "7680", + "16668", + "23878", + "21347", + "23524", + "10542", + "4274", + "10388", + "6060", + "6307", + "6711", + "7898", + "10376", + "69", + "7534", + "19658", + "12087", + "23402", + "16608", + "21325", + "12154", + "20477", + "21236", + "5529", + "16627", + "15705", + "6688", + "12258", + "7216", + "14923", + "2670", + "15363", + "8042", + "19402", + "11285", + "10361", + "23803", + "15847", + "12512", + "648", + "21107", + "22415", + "18862", + "24002", + "22278", + "13191", + "10077", + "13744", + "19971", + "12265", + "7780", + "20739", + "17348", + "21695", + "13492", + "12194", + "9507", + "9828", + "5405", + "7106", + "15038", + "56", + "23643", + "1358", + "11431", + "19987", + "1316", + "19146", + "21351", + "23320", + "24506", + "11141", + "11482", + "32", + "1785", + "2881", + "3226", + "5166", + "5173", + "6021", + "7523", + "7578", + "7875", + "8505", + "9502", + "10821", + "18065", + "19468", + "21622", + "3156", + "4503", + "9612", + "2181", + "8226", + "8434", + "5508", + "4433", + "5747", + "2324", + "11061", + "19590", + "2840", + "11554", + "15864", + "12532", + "22776", + "22835", + "186", + "3441", + "4710", + "24149", + "9097", + "7056", + "15113", + "22261", + "23588", + "21431", + "19913", + "22344", + "21708", + "11580", + "16073", + "24900", + "15200", + "4599", + "997", + "11441", + "16033", + "4154", + "8493", + "21680", + "15778", + "14570", + "20636", + "1929", + "23145", + "20656", + "19225", + "16207", + "22255", + "8297", + "13199", + "6941", + "9649", + "23424", + "20664", + "22685", + "16381", + "19603", + "5799", + "21607", + "7786", + "21307", + "17290", + "17806", + "3045", + "8212", + "7552", + "15549", + "7073", + "17515", + "8770", + "15991", + "15084", + "7211", + "14653", + "4965", + "9523", + "24741", + "10766", + "5264", + "24092", + "15187", + "21204", + "5193", + "3023", + "6362", + "13415", + "16860", + "13730", + "12006", + "12217", + "139", + "2531", + "3130", + "6083", + "8142", + "8724", + "12469", + "13047", + "13311", + "16485", + "17246", + "17659", + "17861", + "18510", + "19711", + "21772", + "22091", + "6052", + "5305", + "9688", + "4810", + "8976", + "5084", + "3659", + "2552", + "8622", + "236", + "1396", + "16379", + "15008", + "15347", + "18558", + "17267", + "15254", + "12019", + "3051", + "23097", + "2585", + "17158", + "10556", + "6729", + "19452", + "21555", + "22011", + "14971", + "20737", + "162", + "10595", + "18565", + "11456", + "3047", + "18031", + "12627", + "8047", + "11821", + "20301", + "24699", + "20098", + "21284", + "11791", + "1786", + "12622", + "22070", + "11470", + "21676", + "13892", + "13759", + "15627", + "21283", + "8235", + "21056", + "21438", + "11507", + "4624", + "14462", + "6192", + "11655", + "20544", + "12635", + "14711", + "1570", + "15541", + "2153", + "8716", + "12039", + "6745", + "12814", + "16351", + "23490", + "4649", + "16586", + "24906", + "11884", + "7987", + "274", + "11979", + "6172", + "10764", + "22779", + "13985", + "5538", + "11872", + "4047", + "12996", + "14035", + "23863", + "6250", + "14847", + "2478", + "13150", + "13264", + "2775", + "4968", + "3959", + "24185", + "12785", + "16726", + "2124", + "729", + "5940", + "3528", + "3636", + "3718", + "4806", + "5834", + "7183", + "10163", + "10871", + "11987", + "16386", + "16621", + "16981", + "17619", + "20649", + "22429", + "3938", + "7436", + "3997", + "106", + "1368", + "5433", + "21130", + "14817", + "15869", + "3040", + "14702", + "391", + "11005", + "19405", + "6460", + "20157", + "13807", + "5485", + "16223", + "24884", + "17236", + "23073", + "10243", + "3311", + "12420", + "13611", + "17889", + "21181", + "14203", + "10060", + "23710", + "24067", + "19615", + "12875", + "15867", + "11134", + "8774", + "14618", + "2062", + "18577", + "13425", + "17574", + "4590", + "15779", + "16747", + "9899", + "12925", + "13016", + "15203", + "16213", + "17825", + "6395", + "16384", + "3269", + "10175", + "9829", + "8881", + "6539", + "11526", + "22808", + "21603", + "16616", + "12762", + "18262", + "22747", + "21536", + "918", + "5334", + "10380", + "7251", + "6279", + "7368", + "6697", + "3952", + "1375", + "11245", + "442", + "11196", + "786", + "489", + "24437", + "13724", + "9040", + "980", + "1684", + "13030", + "13772", + "12572", + "11871", + "6252", + "7594", + "11786", + "11287", + "21710", + "24790", + "1408", + "20845", + "3392", + "18391", + "14097", + "16305", + "15562", + "3379", + "16449", + "1232", + "15710", + "18943", + "16462", + "9155", + "1016", + "3991", + "5245", + "7035", + "7226", + "7443", + "8103", + "8985", + "10859", + "16209", + "23312", + "9125", + "6843", + "4551", + "7664", + "17739", + "24934", + "23766", + "19373", + "12397", + "11029", + "18152", + "20657", + "8831", + "8281", + "6148", + "22331", + "22513", + "22572", + "23086", + "18673", + "17256", + "12903", + "15525", + "24779", + "17444", + "11402", + "14845", + "15729", + "22931", + "12715", + "13910", + "6105", + "21707", + "7658", + "18460", + "11212", + "17130", + "24958", + "18749", + "13011", + "5293", + "2319", + "20412", + "4214", + "22434", + "24516", + "19351", + "7937", + "7632", + "22147", + "16461", + "2286", + "19728", + "19169", + "13121", + "23494", + "22160", + "7836", + "16445", + "24104", + "13501", + "11718", + "23638", + "15825", + "12954", + "22672", + "9753", + "23138", + "22564", + "13638", + "11257", + "8719", + "2404", + "20370", + "17005", + "21025", + "11673", + "23612", + "17120", + "14862", + "4190", + "19710", + "12905", + "2872", + "18074", + "6589", + "19182", + "16696", + "1357", + "18087", + "14425", + "4294", + "24052", + "19429", + "17646", + "18919", + "1647", + "3884", + "4849", + "6550", + "6788", + "8154", + "9085", + "9503", + "10180", + "13814", + "14217", + "16177", + "16454", + "16794", + "18801", + "19773", + "20107", + "20426", + "4682", + "574", + "8030", + "3929", + "3237", + "8989", + "6633", + "3012", + "9337", + "4374", + "2350", + "201", + "3388", + "15331", + "17827", + "17786", + "13061", + "16388", + "21302", + "4885", + "21371", + "9701", + "24088", + "19012", + "19649", + "15575", + "21115", + "9449", + "15433", + "2452", + "22902", + "2244", + "22700", + "24110", + "12849", + "23936", + "19322", + "12550", + "10421", + "1563", + "19272", + "15167", + "4882", + "11619", + "8559", + "24684", + "23813", + "12573", + "13978", + "734", + "19592", + "19763", + "19430", + "19682", + "4597", + "6019", + "23392", + "16212", + "12890", + "14300", + "11893", + "10468", + "9254", + "10379", + "18084", + "937", + "229", + "21445", + "1135", + "6393", + "17160", + "9570", + "2113", + "18119", + "11139", + "13053", + "17164", + "18952", + "24788", + "18207", + "8867", + "7484", + "17787", + "8165", + "9380", + "5659", + "12856", + "2659", + "1019", + "10333", + "22354", + "23193", + "7820", + "5651", + "22737", + "20205", + "9575", + "10733", + "11528", + "21433", + "9101", + "4803", + "15284", + "9823", + "16425", + "20382", + "15297", + "14616", + "11034", + "2623", + "3399", + "4412", + "5528", + "8150", + "8344", + "8931", + "10386", + "11338", + "11730", + "19675", + "576", + "1335", + "5230", + "4095", + "8625", + "4754", + "13153", + "22163", + "10780", + "14654", + "13505", + "11479", + "23007", + "16564", + "13260", + "17422", + "13485", + "3310", + "15505", + "3291", + "2396", + "11808", + "8780", + "24632", + "17738", + "24172", + "375", + "20110", + "21614", + "24733", + "14542", + "20298", + "20466", + "21874", + "3451", + "5783", + "11399", + "15076", + "21814", + "12436", + "24824", + "16484", + "5407", + "23163", + "269", + "314", + "22355", + "2930", + "3875", + "14667", + "6605", + "20932", + "23890", + "14707", + "8763", + "24816", + "12528", + "13435", + "12806", + "13951", + "18320", + "21845", + "21731", + "18017", + "8515", + "15682", + "13428", + "10150", + "9458", + "15609", + "13797", + "1880", + "17307", + "23957", + "5337", + "3682", + "20779", + "1809", + "12531", + "8255", + "11136", + "7829", + "1145", + "17163", + "21819", + "21133", + "13565", + "24590", + "10665", + "7156", + "1485", + "23611", + "21796", + "1324", + "21793", + "24033", + "15898", + "5697", + "3016", + "20419", + "10400", + "9045", + "21681", + "23717", + "21296", + "22813", + "15018", + "23704", + "6929", + "24264", + "23153", + "11031", + "18850", + "992", + "13242", + "1359", + "1992", + "2125", + "2265", + "2860", + "3946", + "7414", + "7588", + "10953", + "14924", + "16161", + "18804", + "24026", + "571", + "6675", + "5704", + "1231", + "8159", + "319", + "15535", + "5418", + "22225", + "11990", + "21742", + "15798", + "20608", + "5471", + "2419", + "4527", + "14647", + "15750", + "20805", + "17521", + "14288", + "16170", + "24186", + "12011", + "714", + "15619", + "14039", + "24094", + "8784", + "19645", + "10502", + "13812", + "5984", + "3326", + "24751", + "17772", + "20021", + "16922", + "8019", + "9560", + "13040", + "12606", + "20165", + "11105", + "4163", + "5331", + "18936", + "11235", + "10326", + "20284", + "4236", + "10916", + "14148", + "10427", + "21616", + "14339", + "17387", + "6595", + "14938", + "17040", + "15196", + "7023", + "14681", + "11529", + "18218", + "22464", + "15605", + "10540", + "23590", + "1667", + "24909", + "7938", + "4079", + "13702", + "14643", + "22301", + "18050", + "19289", + "1987", + "3112", + "21233", + "21386", + "22626", + "7633", + "4120", + "3376", + "17870", + "13991", + "15971", + "14565", + "2347", + "18842", + "8961", + "12823", + "20610", + "1165", + "1788", + "20757", + "13887", + "11534", + "11852", + "10346", + "3850", + "13446", + "24878", + "3596", + "9693", + "16902", + "23029", + "11806", + "18453", + "3447", + "3462", + "2829", + "12779", + "20247", + "22571", + "16691", + "20145", + "13518", + "15405", + "18634", + "14013", + "7881", + "7486", + "2600", + "9468", + "17496", + "135", + "1032", + "2394", + "2803", + "3360", + "6453", + "7933", + "8389", + "8954", + "10367", + "10392", + "13106", + "16617", + "16928", + "18198", + "18210", + "20710", + "24300", + "8440", + "2501", + "789", + "3053", + "4678", + "579", + "18939", + "14370", + "13022", + "2021", + "13354", + "21705", + "14927", + "6168", + "18677", + "15107", + "12847", + "15460", + "13417", + "22738", + "21784", + "22915", + "11177", + "17571", + "54", + "7264", + "13247", + "18283", + "10119", + "24846", + "9490", + "15317", + "3064", + "18483", + "11572", + "12089", + "12044", + "2914", + "20804", + "22226", + "16943", + "11694", + "14226", + "23903", + "17879", + "23822", + "12259", + "13381", + "12835", + "13923", + "17265", + "24939", + "14855", + "22124", + "20418", + "24369", + "21852", + "11624", + "14109", + "4450", + "4791", + "20140", + "17799", + "19815", + "18118", + "24071", + "24304", + "23340", + "6944", + "10675", + "4293", + "18150", + "9650", + "6011", + "17516", + "10552", + "12381", + "6981", + "20933", + "15612", + "24352", + "5133", + "16705", + "22644", + "5012", + "13858", + "904", + "22863", + "22577", + "9455", + "10964", + "4006", + "11949", + "17071", + "10496", + "7230", + "20987", + "6673", + "1901", + "3744", + "20317", + "14354", + "7960", + "24121", + "22506", + "13648", + "21781", + "22898", + "10116", + "22392", + "14332", + "16573", + "18556", + "18901", + "13669", + "304", + "18428", + "1169", + "2676", + "2761", + "4300", + "5260", + "5823", + "7153", + "7752", + "7986", + "8376", + "8476", + "9048", + "10759", + "11186", + "13793", + "16963", + "18367", + "20272", + "21035", + "22374", + "8864", + "9733", + "3999", + "8990", + "2812", + "5676", + "7143", + "4370", + "6222", + "2792", + "7055", + "2120", + "1150", + "6372", + "20832", + "870", + "24545", + "19318", + "22338", + "12873", + "14415", + "17257", + "13293", + "11759", + "13071", + "13276", + "18106", + "1855", + "20343", + "22985", + "19449", + "12273", + "24944", + "5040", + "16052", + "19817", + "19177", + "23930", + "2901", + "7573", + "11395", + "20869", + "7732", + "21773", + "22378", + "14522", + "20723", + "5211", + "14969", + "15217", + "9026", + "23703", + "22797", + "5474", + "10518", + "5786", + "5755", + "8589", + "20174", + "12427", + "6536", + "8278", + "9607", + "14026", + "22143", + "24726", + "19918", + "18931", + "16382", + "8887", + "22164", + "3510", + "23914", + "17283", + "17832", + "6003", + "22058", + "11921", + "6751", + "21634", + "11429", + "15880", + "21612", + "22262", + "17460", + "24469", + "24792", + "13122", + "19824", + "17928", + "51", + "21385", + "22486", + "2321", + "24690", + "17505", + "21071", + "23393", + "6664", + "20170", + "16731", + "15145", + "12309", + "4850", + "22366", + "16688", + "14534", + "20954", + "22750", + "420", + "4742", + "20241", + "20856", + "21505", + "5482", + "21377", + "2895", + "19690", + "8106", + "14009", + "18877", + "21971", + "19175", + "9291", + "23113", + "12511", + "19635", + "9860", + "14407", + "19144", + "6861", + "18370", + "8361", + "9481", + "3057", + "968", + "3517", + "4025", + "4310", + "4777", + "5824", + "5912", + "7151", + "11199", + "11433", + "12448", + "12519", + "13655", + "15667", + "16904", + "18361", + "20127", + "21802", + "21827", + "24479", + "4566", + "673", + "5913", + "2717", + "9083", + "5998", + "3598", + "383", + "5192", + "1170", + "9117", + "4107", + "19511", + "21499", + "11259", + "20934", + "11553", + "6857", + "16889", + "21841", + "2123", + "13170", + "7148", + "16030", + "19458", + "2450", + "9700", + "12482", + "12012", + "23777", + "14848", + "18314", + "8048", + "17415", + "4097", + "19638", + "24880", + "12438", + "23349", + "4612", + "947", + "10259", + "13399", + "17258", + "14085", + "14490", + "1934", + "20068", + "13871", + "20014", + "22660", + "22108", + "20764", + "18156", + "14754", + "23468", + "20084", + "4798", + "18057", + "18845", + "17869", + "12750", + "22940", + "20217", + "23891", + "22619", + "8604", + "21973", + "21237", + "6146", + "21834", + "10317", + "22239", + "14737", + "7336", + "11703", + "9891", + "9287", + "12143", + "19558", + "9399", + "24374", + "11462", + "10083", + "12175", + "9294", + "19499", + "7213", + "5410", + "16702", + "24476", + "24021", + "9698", + "14358", + "20300", + "307", + "1531", + "16727", + "2147", + "13808", + "22922", + "12461", + "11584", + "1491", + "15834", + "15746", + "2101", + "5159", + "1762", + "1969", + "1971", + "2808", + "828", + "18019", + "3228", + "16625", + "13411", + "7929", + "664", + "1662", + "2035", + "2129", + "3200", + "3633", + "4100", + "5527", + "5781", + "6359", + "7700", + "13852", + "14318", + "17836", + "18169", + "19730", + "20965", + "21418", + "21936", + "24605", + "6847", + "1412", + "5524", + "4365", + "480", + "15163", + "18174", + "24576", + "14640", + "11582", + "13318", + "12349", + "23531", + "8129", + "23964", + "20755", + "11692", + "18356", + "21706", + "4143", + "698", + "17544", + "914", + "13620", + "2825", + "1157", + "10902", + "1263", + "10173", + "20509", + "8885", + "18405", + "9262", + "16025", + "9354", + "219", + "19374", + "21721", + "23931", + "12864", + "12127", + "21592", + "22795", + "2696", + "21042", + "7411", + "10812", + "18109", + "14409", + "22638", + "15769", + "4967", + "13033", + "24129", + "3149", + "18141", + "17323", + "17442", + "21258", + "17651", + "21574", + "13054", + "2558", + "18481", + "23925", + "17402", + "11129", + "5897", + "14789", + "17929", + "21331", + "4359", + "10739", + "9059", + "4959", + "2362", + "18005", + "14258", + "12868", + "6938", + "22790", + "20223", + "10211", + "10470", + "19010", + "19727", + "15939", + "22876", + "5437", + "24029", + "18110", + "2956", + "14529", + "8049", + "16538", + "3117", + "13766", + "9763", + "14149", + "11057", + "9595", + "22146", + "20714", + "15359", + "8687", + "8533", + "11286", + "7723", + "21615", + "7404", + "8329", + "24773", + "15128", + "21303", + "11194", + "8055", + "21309", + "15996", + "22132", + "2874", + "14895", + "7365", + "12967", + "2386", + "2732", + "5503", + "9500", + "24615", + "15663", + "14020", + "23702", + "9513", + "9409", + "8420", + "14375", + "18887", + "14632", + "555", + "8472", + "21008", + "12678", + "15499", + "3362", + "14458", + "3696", + "16556", + "769", + "1694", + "2305", + "2680", + "3549", + "3747", + "4026", + "4333", + "4872", + "6392", + "6565", + "7291", + "7655", + "8198", + "10393", + "11231", + "12171", + "12931", + "13112", + "14596", + "14612", + "18186", + "19960", + "20064", + "20420", + "20838", + "22518", + "23691", + "577", + "6233", + "1874", + "5306", + "7957", + "9762", + "9360", + "17921", + "16624", + "17131", + "13261", + "19198", + "24844", + "14176", + "11220", + "17602", + "11630", + "6169", + "6712", + "20128", + "671", + "7961", + "17751", + "19491", + "2441", + "19255", + "5626", + "965", + "23117", + "4718", + "20487", + "3735", + "20877", + "22010", + "16427", + "11913", + "16358", + "22897", + "14011", + "14362", + "12375", + "21964", + "22645", + "7843", + "22928", + "3348", + "21709", + "4167", + "12696", + "20609", + "21608", + "10752", + "9873", + "11378", + "17713", + "19895", + "11003", + "4435", + "22665", + "23244", + "24063", + "17018", + "14560", + "17409", + "12867", + "16708", + "7907", + "18977", + "23652", + "21619", + "5905", + "13933", + "21415", + "20034", + "9497", + "14724", + "8060", + "12537", + "13849", + "22553", + "20589", + "9616", + "21312", + "13825", + "23848", + "12018", + "19274", + "12836", + "22661", + "6022", + "1689", + "20376", + "13859", + "22655", + "8464", + "821", + "12373", + "19036", + "9506", + "3858", + "12820", + "13455", + "10135", + "15614", + "11160", + "3017", + "3019", + "22576", + "3232", + "6917", + "6819", + "20573", + "21334", + "15146", + "13427", + "9493", + "190", + "7458", + "448", + "981", + "1886", + "2157", + "2686", + "5222", + "6624", + "7909", + "8184", + "9489", + "9505", + "9842", + "10167", + "13407", + "14418", + "15378", + "16585", + "17123", + "18221", + "19933", + "21595", + "575", + "5798", + "7209", + "8973", + "7200", + "5769", + "3907", + "8655", + "2783", + "21871", + "18041", + "20483", + "15176", + "16160", + "23978", + "22126", + "19992", + "1190", + "14741", + "23689", + "15481", + "24554", + "5903", + "2713", + "4706", + "8086", + "14594", + "8110", + "21938", + "10051", + "6385", + "22819", + "16895", + "1433", + "19317", + "7735", + "23791", + "7543", + "2042", + "16906", + "20407", + "16336", + "18389", + "6015", + "13219", + "4868", + "4129", + "14357", + "21177", + "21067", + "12429", + "18018", + "15032", + "8582", + "17746", + "12117", + "21703", + "23642", + "17633", + "12723", + "22327", + "10926", + "23495", + "14225", + "1949", + "17177", + "13696", + "22986", + "22693", + "19701", + "24638", + "24389", + "2773", + "21136", + "12413", + "22936", + "19278", + "9578", + "22356", + "11621", + "16842", + "18573", + "2107", + "16043", + "22309", + "192", + "22061", + "3166", + "12077", + "14261", + "12135", + "24080", + "11123", + "24686", + "5101", + "2891", + "2093", + "6823", + "20188", + "12388", + "17850", + "12489", + "1054", + "8745", + "21148", + "19239", + "822", + "10935", + "596", + "15944", + "15377", + "17379", + "6531", + "11530", + "3936", + "413", + "4334", + "18574", + "21911", + "18698", + "23250", + "16787", + "12730", + "19647", + "9192", + "7922", + "20817", + "17530", + "8477", + "9158", + "2753", + "142", + "301", + "854", + "3335", + "3522", + "4899", + "5582", + "6679", + "7130", + "7952", + "8358", + "8738", + "9091", + "9652", + "11035", + "13556", + "16773", + "18252", + "18820", + "19315", + "20423", + "21466", + "22766", + "24582", + "4561", + "4302", + "8099", + "2716", + "4486", + "8243", + "3072", + "8837", + "9312", + "19795", + "23140", + "24115", + "17107", + "16529", + "23525", + "15511", + "21870", + "18415", + "14236", + "16078", + "5392", + "19250", + "24471", + "10660", + "17137", + "3895", + "23690", + "2566", + "22362", + "12097", + "10977", + "16356", + "3982", + "19112", + "21250", + "19234", + "13496", + "7722", + "18140", + "18962", + "12543", + "5212", + "14811", + "14714", + "19045", + "21761", + "13057", + "17631", + "21532", + "22992", + "205", + "16772", + "9852", + "15600", + "22788", + "4859", + "14078", + "4694", + "9896", + "13319", + "4902", + "18360", + "22500", + "17764", + "18196", + "18568", + "17911", + "11041", + "13205", + "23701", + "19302", + "18073", + "10093", + "8896", + "12772", + "18942", + "17938", + "14243", + "14435", + "22380", + "637", + "10829", + "4264", + "9977", + "13925", + "8057", + "3876", + "18584", + "12978", + "3452", + "22609", + "6202", + "5679", + "23868", + "6892", + "4747", + "7887", + "23157", + "14603", + "11266", + "10025", + "5539", + "13653", + "20025", + "13516", + "4168", + "5592", + "3146", + "14627", + "453", + "2471", + "19946", + "2263", + "4690", + "6081", + "19976", + "10036", + "4057", + "23670", + "12583", + "16694", + "12509", + "13289", + "21219", + "9878", + "14234", + "3328", + "1314", + "524", + "11647", + "2760", + "3602", + "3738", + "4239", + "5207", + "5623", + "5736", + "6276", + "7350", + "8127", + "9388", + "9970", + "10477", + "11059", + "13285", + "13673", + "14902", + "16444", + "17529", + "18245", + "19866", + "20162", + "21489", + "22882", + "7992", + "1207", + "3179", + "8967", + "1954", + "8158", + "808", + "4915", + "6001", + "2976", + "19288", + "308", + "18753", + "15930", + "10274", + "5501", + "15062", + "20348", + "810", + "4130", + "11336", + "19064", + "3966", + "20750", + "13880", + "20432", + "10425", + "4406", + "20279", + "8023", + "18136", + "587", + "15153", + "14582", + "24655", + "16014", + "14269", + "11478", + "9381", + "23202", + "15569", + "13690", + "13811", + "7069", + "2212", + "15623", + "2530", + "23968", + "21976", + "15082", + "20674", + "11130", + "14259", + "22773", + "8473", + "11295", + "3508", + "17741", + "3857", + "19797", + "9846", + "19243", + "19211", + "14426", + "1941", + "17822", + "14690", + "16312", + "16574", + "24159", + "24709", + "22302", + "9265", + "18687", + "4630", + "15348", + "14794", + "16063", + "15719", + "13735", + "12084", + "1128", + "23804", + "14371", + "22579", + "16210", + "22120", + "14748", + "7993", + "3225", + "16155", + "19670", + "19155", + "3113", + "21726", + "10525", + "13323", + "15843", + "13329", + "10349", + "13553", + "19165", + "22796", + "19757", + "24455", + "21568", + "6254", + "24972", + "9946", + "15966", + "21591", + "18866", + "5949", + "14452", + "10958", + "7095", + "23920", + "11819", + "24894", + "18775", + "8704", + "18143", + "16040", + "1419", + "18267", + "17518", + "1811", + "2528", + "5393", + "5941", + "6256", + "6341", + "6947", + "7234", + "7239", + "7584", + "7688", + "8385", + "8520", + "8529", + "8872", + "8876", + "9142", + "9442", + "9967", + "11278", + "11418", + "11540", + "12833", + "14626", + "15818", + "16724", + "19665", + "20155", + "21977", + "22115", + "24429", + "7653", + "8861", + "7284", + "8607", + "9393", + "8277", + "1058", + "12042", + "6131", + "17208", + "21970", + "14160", + "2951", + "13722", + "20782", + "16560", + "18839", + "2966", + "16290", + "23505", + "23413", + "15899", + "2959", + "16978", + "16376", + "15510", + "6765", + "14092", + "10692", + "13719", + "16139", + "22182", + "14624", + "2581", + "8483", + "261", + "12113", + "14550", + "23779", + "5686", + "15809", + "12716", + "13353", + "21960", + "14432", + "14294", + "23443", + "14006", + "4464", + "24161", + "12223", + "19162", + "11457", + "23141", + "10519", + "19269", + "24898", + "22674", + "9135", + "20017", + "19823", + "21131", + "15772", + "5976", + "13299", + "24550", + "23859", + "9841", + "20455", + "7196", + "22305", + "20603", + "10296", + "645", + "8424", + "17157", + "17747", + "5817", + "22554", + "9635", + "18432", + "9302", + "20029", + "21470", + "22975", + "4211", + "2688", + "3868", + "22549", + "10315", + "3025", + "8380", + "10179", + "24877", + "20685", + "17945", + "21229", + "21712", + "19492", + "9988", + "9074", + "15748", + "12047", + "13504", + "22867", + "13494", + "3741", + "1803", + "21889", + "15533", + "15420", + "16077", + "1254", + "23867", + "10537", + "1305", + "2594", + "16497", + "15626", + "18508", + "16494", + "9205", + "5642", + "10955", + "23325", + "23082", + "13959", + "21842", + "21770", + "21185", + "10984", + "752", + "1179", + "2097", + "2589", + "3712", + "4542", + "5874", + "6171", + "7179", + "7651", + "8160", + "9352", + "9719", + "10383", + "11787", + "11983", + "13781", + "14133", + "15439", + "16297", + "17954", + "19463", + "20340", + "20645", + "21493", + "21824", + "22232", + "22387", + "24729", + "573", + "8442", + "7369", + "7772", + "8068", + "7416", + "5048", + "1845", + "6515", + "21727", + "9162", + "17433", + "14438", + "1589", + "13751", + "20054", + "2953", + "16859", + "11350", + "19096", + "21379", + "12243", + "20154", + "16260", + "17028", + "24179", + "11859", + "10517", + "9031", + "19020", + "11366", + "10159", + "12281", + "24850", + "3865", + "24108", + "1590", + "19265", + "19101", + "3762", + "8176", + "3881", + "18371", + "17357", + "11099", + "12702", + "4613", + "14024", + "13203", + "13165", + "8259", + "819", + "7758", + "14685", + "10354", + "22259", + "1926", + "23231", + "11316", + "12231", + "14355", + "14992", + "1410", + "20209", + "3754", + "12654", + "15736", + "3477", + "11716", + "11181", + "11463", + "2950", + "16122", + "15954", + "9024", + "6477", + "6030", + "9980", + "18741", + "18852", + "6006", + "3476", + "3877", + "6017", + "20763", + "20606", + "22777", + "21869", + "14139", + "10463", + "9438", + "17663", + "20036", + "21582", + "11349", + "20673", + "3848", + "13836", + "16582", + "18123", + "2784", + "10039", + "317", + "4231", + "18422", + "16923", + "22669", + "10536", + "18374", + "8877", + "15889", + "12196", + "16148", + "5240", + "15396", + "22857", + "12405", + "22749", + "15693", + "17355", + "18870", + "5640", + "21694", + "13186", + "15057", + "12069", + "17148", + "19470", + "11816", + "12350", + "9353", + "19805", + "367", + "1765", + "2354", + "2774", + "4998", + "6534", + "6662", + "7445", + "8295", + "8914", + "10278", + "11232", + "12399", + "12801", + "16527", + "18244", + "20139", + "24631", + "4701", + "8383", + "1012", + "7504", + "5017", + "5995", + "18742", + "17967", + "6511", + "12962", + "15537", + "183", + "20970", + "15328", + "13535", + "9549", + "12958", + "8327", + "17704", + "16883", + "11988", + "16778", + "23864", + "9603", + "15296", + "20469", + "22600", + "15302", + "2487", + "5351", + "5694", + "23785", + "14868", + "2690", + "6014", + "6576", + "15271", + "231", + "407", + "4931", + "17205", + "18892", + "2402", + "5053", + "18375", + "15927", + "18466", + "10708", + "22442", + "22332", + "13209", + "21127", + "12002", + "20484", + "20717", + "16934", + "4278", + "8059", + "10913", + "22462", + "10156", + "1637", + "9462", + "4282", + "12150", + "6560", + "13193", + "20264", + "10990", + "23518", + "15324", + "16535", + "14750", + "1323", + "17439", + "16008", + "11563", + "4845", + "17370", + "4485", + "22886", + "3660", + "19777", + "22736", + "16433", + "9304", + "11798", + "11738", + "4411", + "14752", + "12877", + "18624", + "10499", + "22854", + "7299", + "5475", + "24685", + "17109", + "11377", + "21927", + "16845", + "12719", + "16355", + "23599", + "10560", + "18228", + "9368", + "16232", + "228", + "17719", + "1109", + "5751", + "22894", + "12951", + "17958", + "92", + "757", + "18408", + "5387", + "22293", + "339", + "14673", + "15695", + "4607", + "8298", + "2734", + "21632", + "23351", + "10152", + "21715", + "11169", + "382", + "681", + "1085", + "3254", + "4175", + "4478", + "5497", + "6214", + "6409", + "6901", + "7346", + "7900", + "7994", + "8144", + "11398", + "12524", + "12529", + "13074", + "15926", + "15984", + "16417", + "16463", + "16504", + "18402", + "19154", + "19219", + "19927", + "20267", + "7868", + "6881", + "8247", + "4816", + "3647", + "1779", + "5807", + "815", + "4595", + "9482", + "8284", + "9793", + "5232", + "7936", + "21238", + "20658", + "6513", + "17161", + "19562", + "18762", + "16598", + "3584", + "5401", + "9550", + "5531", + "17027", + "22244", + "5191", + "16095", + "19943", + "14743", + "12454", + "17217", + "9814", + "2902", + "2454", + "4711", + "12028", + "5926", + "18756", + "807", + "17943", + "1354", + "5883", + "10664", + "3274", + "15661", + "899", + "7544", + "9866", + "5081", + "19810", + "7290", + "8388", + "14749", + "3709", + "20231", + "17540", + "4218", + "20398", + "18780", + "998", + "15003", + "17690", + "18518", + "24903", + "23911", + "14775", + "3831", + "10442", + "15211", + "13256", + "20659", + "23399", + "12059", + "2403", + "5472", + "12942", + "11346", + "22030", + "20696", + "18630", + "18664", + "14045", + "16019", + "7746", + "12551", + "23156", + "13517", + "4111", + "15344", + "10689", + "540", + "17052", + "22424", + "21853", + "934", + "21628", + "12133", + "11907", + "10384", + "13625", + "13643", + "22066", + "7370", + "15218", + "15030", + "22285", + "23355", + "21262", + "3104", + "19648", + "17920", + "20818", + "19141", + "15836", + "16518", + "13824", + "14301", + "191", + "16620", + "17893", + "4421", + "8933", + "931", + "22972", + "11364", + "20024", + "8576", + "16530", + "18695", + "24406", + "3478", + "8956", + "10460", + "12885", + "4315", + "15100", + "12101", + "14038", + "13574", + "21032", + "13767", + "2828", + "24765", + "10430", + "2650", + "5365", + "3356", + "23994", + "22414", + "7460", + "206", + "8419", + "22456", + "19347", + "2100", + "21442", + "21883", + "19504", + "19518", + "16157", + "483", + "14398", + "4186", + "22257", + "3035", + "642", + "16182", + "1103", + "1199", + "1248", + "1906", + "2126", + "2468", + "2848", + "3110", + "3954", + "4426", + "4517", + "4856", + "6463", + "7205", + "7421", + "7476", + "7944", + "8008", + "8169", + "9068", + "9270", + "9687", + "10217", + "11989", + "12105", + "12147", + "12472", + "13717", + "15362", + "16341", + "18406", + "19103", + "19911", + "20138", + "20548", + "21091", + "21207", + "21730", + "21760", + "22001", + "22845", + "23671", + "24723", + "4230", + "6386", + "1862", + "8015", + "9145", + "7953", + "7800", + "1703", + "9214", + "728", + "9139", + "16059", + "10387", + "5588", + "3727", + "22768", + "21487", + "12707", + "13615", + "12525", + "16492", + "19420", + "14882", + "8245", + "19947", + "17682", + "9678", + "15572", + "13616", + "2455", + "15878", + "971", + "14662", + "13344", + "16752", + "23415", + "22040", + "1348", + "14555", + "21617", + "7740", + "13608", + "13770", + "22405", + "13024", + "19703", + "22351", + "10750", + "7760", + "14860", + "5765", + "23767", + "21223", + "10787", + "23343", + "21662", + "18412", + "14408", + "10396", + "6040", + "17021", + "12972", + "6609", + "14412", + "15171", + "9677", + "24547", + "12559", + "17872", + "11844", + "15796", + "13965", + "17276", + "13897", + "18146", + "11144", + "16429", + "7872", + "1022", + "14453", + "20558", + "8028", + "976", + "15165", + "21021", + "12845", + "21162", + "12337", + "15495", + "14657", + "6871", + "7275", + "7398", + "12663", + "21358", + "940", + "7229", + "12464", + "14501", + "9514", + "5338", + "1334", + "23519", + "21904", + "19259", + "9036", + "15514", + "9508", + "21322", + "11421", + "10124", + "8479", + "19496", + "16428", + "5873", + "1639", + "7497", + "8164", + "21031", + "17404", + "22512", + "21990", + "23985", + "20491", + "594", + "14343", + "2152", + "23924", + "8905", + "18984", + "23798", + "11375", + "20250", + "20561", + "20153", + "18530", + "24996", + "1850", + "18948", + "11766", + "13905", + "6018", + "11189", + "15322", + "17303", + "13883", + "19023", + "17970", + "20254", + "16323", + "18609", + "1763", + "7935", + "23420", + "16070", + "799", + "2087", + "125", + "235", + "238", + "1122", + "1353", + "1520", + "1542", + "1950", + "2936", + "3725", + "4311", + "5135", + "5389", + "5517", + "5862", + "7161", + "7516", + "7753", + "8209", + "8596", + "8949", + "9487", + "9875", + "9893", + "10580", + "11841", + "12038", + "12784", + "13349", + "18182", + "18713", + "18827", + "21188", + "22574", + "6853", + "568", + "580", + "2962", + "9021", + "7192", + "4238", + "7517", + "922", + "4371", + "6107", + "1124", + "15841", + "21779", + "11527", + "6506", + "17342", + "19008", + "8681", + "14825", + "9709", + "18476", + "24310", + "19561", + "5281", + "16037", + "18990", + "11705", + "20697", + "14513", + "14147", + "24899", + "4844", + "24484", + "22183", + "21157", + "2442", + "2460", + "481", + "18896", + "19478", + "5283", + "22909", + "12609", + "16273", + "22558", + "13921", + "2110", + "8947", + "10229", + "22299", + "9811", + "13302", + "15466", + "10472", + "24292", + "11543", + "11774", + "19819", + "12700", + "9256", + "13607", + "21891", + "24873", + "13449", + "7583", + "2143", + "14898", + "14428", + "1477", + "22820", + "24102", + "24181", + "12188", + "16649", + "14320", + "17092", + "19609", + "12571", + "10230", + "20006", + "5344", + "11699", + "14439", + "4404", + "5301", + "21173", + "3840", + "19826", + "24943", + "20957", + "263", + "10027", + "12297", + "24390", + "18393", + "19006", + "15064", + "8775", + "21876", + "3691", + "22498", + "16349", + "10021", + "10637", + "4469", + "21756", + "21822", + "23326", + "12521", + "18600", + "7311", + "10589", + "11535", + "5349", + "3109", + "12229", + "23819", + "20514", + "16255", + "6640", + "12853", + "24164", + "11661", + "13963", + "12268", + "22636", + "9880", + "933", + "7858", + "24412", + "9535", + "22996", + "21702", + "17668", + "9879", + "12516", + "23755", + "10638", + "7185", + "13475", + "16822", + "13288", + "6877", + "11422", + "8081", + "23364", + "8031", + "13983", + "18499", + "10687", + "16762", + "10345", + "17575", + "2497", + "11341", + "12672", + "24499", + "12950", + "11517", + "24114", + "4495", + "4067", + "13718", + "16317", + "11230", + "7876", + "7487", + "9206", + "19692", + "11546", + "21494", + "5942", + "11593", + "11351", + "19299", + "18390", + "2681", + "14067", + "141", + "359", + "983", + "1371", + "1723", + "2234", + "2583", + "2942", + "3728", + "4119", + "5493", + "5522", + "5629", + "6593", + "6713", + "6997", + "7489", + "7794", + "8400", + "9178", + "9366", + "10493", + "12355", + "12580", + "13284", + "13367", + "13602", + "14716", + "15848", + "16398", + "17169", + "17279", + "17856", + "18557", + "19241", + "19557", + "19660", + "19870", + "19924", + "19926", + "20353", + "21830", + "23261", + "24766", + "4489", + "4481", + "9591", + "4228", + "5152", + "8978", + "511", + "5604", + "2054", + "5247", + "5161", + "5034", + "9937", + "6012", + "9735", + "19581", + "12770", + "10868", + "17629", + "21556", + "19157", + "17425", + "14499", + "11168", + "11371", + "11598", + "7080", + "17532", + "12637", + "13281", + "20270", + "16278", + "22925", + "490", + "13521", + "1372", + "13865", + "12911", + "18067", + "24776", + "14769", + "5297", + "17729", + "16470", + "18549", + "14818", + "10611", + "4104", + "6750", + "15427", + "4003", + "11294", + "14675", + "13908", + "7743", + "6525", + "10402", + "17345", + "20577", + "13338", + "10921", + "18590", + "4662", + "13433", + "19337", + "21264", + "13192", + "20997", + "4013", + "15978", + "22080", + "20096", + "21189", + "21485", + "22007", + "4738", + "15922", + "6487", + "8140", + "19790", + "18103", + "14540", + "20735", + "20661", + "16567", + "11283", + "18724", + "22152", + "21629", + "19631", + "12688", + "18184", + "4828", + "1931", + "13838", + "7466", + "12970", + "15426", + "6602", + "22140", + "17487", + "12974", + "11779", + "21980", + "13422", + "17286", + "19855", + "14849", + "16166", + "14411", + "10351", + "17043", + "15711", + "19723", + "23064", + "13955", + "4147", + "20197", + "5242", + "8617", + "23928", + "12398", + "12052", + "14875", + "10771", + "20890", + "22287", + "11650", + "20554", + "16080", + "13786", + "10992", + "12744", + "4134", + "19554", + "20035", + "16843", + "14260", + "21534", + "24418", + "12415", + "9306", + "6176", + "14033", + "12090", + "22194", + "19336", + "7319", + "12204", + "7791", + "9968", + "9542", + "12771", + "3483", + "14753", + "756", + "8783", + "3772", + "18667", + "1486", + "11071", + "21009", + "19220", + "20596", + "14335", + "9990", + "12288", + "10348", + "24594", + "8250", + "13792", + "19595", + "3869", + "22950", + "9341", + "3683", + "8107", + "12060", + "20853", + "13487", + "14708", + "9191", + "13677", + "8786", + "18902", + "21931", + "17710", + "12854", + "13497", + "13020", + "538", + "278", + "475", + "3644", + "4192", + "4248", + "5802", + "6101", + "6532", + "6913", + "6973", + "7343", + "7807", + "8536", + "9016", + "9257", + "9939", + "11270", + "13065", + "13545", + "15501", + "17004", + "17551", + "18142", + "18898", + "19359", + "20704", + "21640", + "22709", + "23068", + "23397", + "23411", + "23856", + "24674", + "24998", + "3431", + "3932", + "7082", + "2967", + "7639", + "1884", + "1459", + "8557", + "2699", + "2271", + "2574", + "5888", + "4870", + "7453", + "19207", + "8431", + "14510", + "19406", + "17171", + "20475", + "8480", + "12153", + "18093", + "13559", + "18036", + "9073", + "22921", + "19811", + "15202", + "12757", + "12934", + "5414", + "21933", + "16016", + "20974", + "13464", + "13550", + "5907", + "23774", + "20151", + "17280", + "19371", + "14136", + "2449", + "3964", + "14028", + "10551", + "20321", + "3980", + "9780", + "16890", + "6068", + "24146", + "23104", + "22926", + "6370", + "6308", + "3893", + "6054", + "14573", + "2550", + "8516", + "17956", + "15304", + "13420", + "19941", + "15175", + "24961", + "23809", + "12523", + "22283", + "21678", + "13868", + "18392", + "24544", + "15214", + "19412", + "18966", + "10539", + "21308", + "16541", + "20397", + "19612", + "21463", + "23660", + "10727", + "14797", + "14839", + "16383", + "16750", + "4900", + "7141", + "9295", + "5725", + "13817", + "1400", + "15747", + "1413", + "12768", + "21355", + "15361", + "22494", + "17698", + "21474", + "15371", + "10959", + "14853", + "2999", + "15230", + "8953", + "22597", + "7837", + "8677", + "16357", + "14826", + "784", + "15749", + "22753", + "10785", + "21316", + "18676", + "21583", + "647", + "13430", + "12103", + "13320", + "14270", + "3470", + "9982", + "12384", + "16293", + "21364", + "20745", + "13947", + "22383", + "5878", + "10548", + "18893", + "17898", + "22411", + "23004", + "17852", + "10273", + "10219", + "16342", + "18127", + "22138", + "10584", + "18911", + "9423", + "646", + "7625", + "21699", + "19079", + "17318", + "14508", + "15349", + "7259", + "17604", + "7454", + "17346", + "22800", + "12819", + "24491", + "12233", + "8292", + "14683", + "12949", + "23477", + "5855", + "15521", + "24716", + "14336", + "20566", + "8573", + "21475", + "17848", + "20260", + "17091", + "24165", + "14907", + "21080", + "15670", + "24997", + "15838", + "8869", + "11516", + "21679", + "22114", + "3573", + "68", + "12966", + "3577", + "16286", + "6610", + "24994", + "11794", + "12782", + "13581", + "16208", + "16249", + "18284", + "23274", + "13126", + "3860", + "1027", + "1333", + "1683", + "2856", + "3208", + "3500", + "3924", + "4020", + "4883", + "5917", + "6069", + "6263", + "6789", + "7890", + "10793", + "10996", + "11237", + "11302", + "11723", + "12156", + "12169", + "13304", + "13981", + "14763", + "15075", + "16968", + "17955", + "19967", + "20444", + "1021", + "514", + "3171", + "4465", + "6156", + "7689", + "6828", + "5865", + "9047", + "14858", + "9790", + "2845", + "8562", + "16947", + "11607", + "2030", + "7428", + "9702", + "22834", + "12374", + "15350", + "11728", + "17097", + "18121", + "15220", + "17222", + "20852", + "18399", + "22585", + "19770", + "9708", + "13038", + "2440", + "12570", + "16408", + "21090", + "15450", + "18636", + "7391", + "9443", + "5703", + "8699", + "22535", + "10951", + "21015", + "7300", + "6968", + "23706", + "4396", + "20816", + "18397", + "19831", + "15079", + "8512", + "19983", + "13845", + "20314", + "15354", + "24957", + "1474", + "12813", + "8603", + "15316", + "13703", + "23433", + "24306", + "15455", + "14530", + "14163", + "13495", + "12378", + "18348", + "17702", + "14755", + "24747", + "23526", + "11589", + "17308", + "18178", + "13470", + "17712", + "9941", + "16819", + "12129", + "8564", + "16888", + "10596", + "17013", + "4146", + "22855", + "8230", + "240", + "5143", + "1265", + "14736", + "6452", + "13554", + "17531", + "9792", + "11182", + "16626", + "16055", + "3186", + "7555", + "14299", + "22622", + "10650", + "11006", + "10126", + "15553", + "16561", + "9586", + "12749", + "22760", + "23811", + "19565", + "18607", + "11513", + "9781", + "21838", + "22573", + "21880", + "12076", + "19467", + "5970", + "12564", + "23422", + "8657", + "16390", + "8662", + "24087", + "4864", + "17026", + "8175", + "16091", + "23125", + "23512", + "12202", + "18403", + "19929", + "24916", + "12745", + "12764", + "22334", + "10717", + "8591", + "20082", + "5052", + "11387", + "15135", + "10960", + "3007", + "2294", + "11319", + "16652", + "7824", + "16118", + "12079", + "11637", + "9187", + "9664", + "3645", + "10157", + "2178", + "21332", + "13891", + "2058", + "12466", + "8642", + "6821", + "763", + "909", + "1100", + "1347", + "1693", + "2853", + "3568", + "4050", + "4462", + "5065", + "5259", + "6989", + "8115", + "9452", + "9516", + "10849", + "10939", + "12280", + "13123", + "13619", + "13731", + "14663", + "16430", + "16771", + "16782", + "16900", + "17061", + "17212", + "17386", + "18593", + "20189", + "21641", + "21808", + "22294", + "6592", + "529", + "9815", + "8975", + "6155", + "8902", + "9168", + "4369", + "7675", + "3542", + "2274", + "3855", + "5795", + "21103", + "15823", + "13839", + "20906", + "806", + "13116", + "9548", + "1752", + "21627", + "9703", + "3339", + "11104", + "12710", + "3979", + "3255", + "13689", + "16442", + "13387", + "10221", + "14437", + "18968", + "13560", + "11963", +]; -const kinship: string[] = []; +const kinship: string[] = [ + "7765", + "8396", + "7422", + "8612", + "7848", + "1743", + "1998", + "4350", + "8121", + "1840", + "4566", + "1836", + "5935", + "7653", + "8554", + "9175", + "1838", + "4567", + "4564", + "4561", + "3169", + "6447", + "9634", + "6350", + "4682", + "4684", + "4681", + "4677", + "4680", + "4679", + "662", + "4683", + "7384", + "3205", + "8863", + "1668", + "4090", + "3749", + "8061", + "1483", + "4301", + "4302", + "4650", + "8440", + "5420", + "8860", + "8862", + "8439", + "9636", + "3736", + "4232", + "7992", + "8099", + "8443", + "3407", + "3931", + "5737", + "673", + "8864", + "2851", + "4489", + "572", + "2749", + "8823", + "6853", + "9751", + "4230", + "4693", + "2209", + "6912", + "577", + "575", + "568", + "8861", + "2290", + "1021", + "8102", + "5221", + "1014", + "574", + "5079", + "576", + "5877", + "3515", + "2261", + "9171", + "571", + "7717", + "4906", + "5154", + "5684", + "580", + "8588", + "3160", + "3431", + "3852", + "569", + "573", + "1083", + "9602", + "4560", + "8205", + "8583", + "9023", + "5733", + "6274", + "966", + "6052", + "1475", + "2501", + "5682", + "3173", + "5945", + "4083", + "2962", + "7480", + "4640", + "2500", + "8084", + "5792", + "2359", + "3371", + "6375", + "6351", + "4701", + "4534", + "5106", + "2128", + "4700", + "1207", + "37", + "3938", + "3934", + "514", + "600", + "3124", + "8383", + "6451", + "8030", + "1012", + "6438", + "6880", + "3820", + "5666", + "6533", + "5372", + "3939", + "7585", + "7895", + "9685", + "4481", + "6374", + "8207", + "6345", + "6882", + "3819", + "3662", + "7893", + "9731", + "7412", + "6386", + "598", + "6058", + "5446", + "3171", + "567", + "543", + "578", + "2854", + "6257", + "8756", + "3929", + "4102", + "7885", + "8590", + "7868", + "2716", + "8213", + "6239", + "6933", + "677", + "5488", + "7495", + "5549", + "9733", + "9021", + "9767", + "8256", + "8955", + "8936", + "3411", + "6709", + "9795", + "3932", + "9997", + "4636", + "3782", + "7563", + "4944", + "2739", + "1862", + "3403", + "3933", + "5321", + "3853", + "3156", + "5702", + "581", + "1367", + "2811", + "114", + "8806", + "4263", + "8064", + "5551", + "5798", + "6592", + "5305", + "4486", + "4215", + "6047", + "8542", + "9688", + "1335", + "7569", + "7603", + "9125", + "9681", + "522", + "6881", + "4298", + "529", + "6843", + "1780", + "5583", + "6847", + "2745", + "6475", + "897", + "3201", + "2886", + "7425", + "7247", + "4503", + "4639", + "112", + "7082", + "4809", + "2931", + "8442", + "1432", + "3787", + "7504", + "2393", + "1345", + "9851", + "9133", + "4670", + "2907", + "9850", + "6637", + "2391", + "7864", + "1879", + "9610", + "4125", + "3178", + "3177", + "2360", + "9815", + "8922", + "8382", + "9588", + "2553", + "3917", + "1244", + "6879", + "7191", + "7766", + "4814", + "7434", + "7436", + "1426", + "663", + "4810", + "4817", + "7209", + "3989", + "8247", + "7437", + "7190", + "5228", + "4465", + "7832", + "3184", + "9848", + "7768", + "7192", + "5681", + "6443", + "2824", + "3179", + "9816", + "1412", + "4813", + "8243", + "7767", + "5913", + "9832", + "8069", + "6342", + "5146", + "8246", + "5230", + "7193", + "6233", + "8567", + "4816", + "9818", + "9591", + "5017", + "6670", + "3387", + "8503", + "5226", + "5915", + "5227", + "7026", + "9362", + "924", + "7110", + "6854", + "3997", + "6147", + "5938", + "6639", + "1470", + "3280", + "4591", + "5908", + "7067", + "3999", + "9877", + "5470", + "3861", + "7456", + "1874", + "6142", + "8015", + "8980", + "8966", + "7025", + "3237", + "7369", + "4228", + "5152", + "4914", + "8973", + "8975", + "2657", + "3526", + "9819", + "2903", + "8979", + "4877", + "8976", + "7729", + "8981", + "7385", + "8969", + "2967", + "4064", + "9817", + "8978", + "2879", + "3998", + "7288", + "3523", + "7200", + "4351", + "8695", + "8986", + "8987", + "3524", + "9654", + "6394", + "6678", + "6674", + "8967", + "5306", + "7980", + "6677", + "6676", + "6675", + "3527", + "8990", + "3525", + "8972", + "4352", + "7286", + "1584", + "5660", + "9849", + "1586", + "6766", + "6584", + "8989", + "8968", + "9129", + "4349", + "8974", + "5155", + "3647", + "3041", + "1055", + "1954", + "7284", + "8988", + "5658", + "479", + "6633", + "9145", + "7471", + "1063", + "1952", + "7958", + "8889", + "5809", + "2281", + "9453", + "9338", + "7545", + "7639", + "7562", + "169", + "8884", + "4753", + "9288", + "5769", + "7957", + "7410", + "7529", + "8790", + "4696", + "4095", + "607", + "5343", + "3680", + "4405", + "6156", + "820", + "4156", + "5496", + "7943", + "9594", + "6208", + "1197", + "5533", + "3835", + "5084", + "8032", + "2888", + "4756", + "8607", + "5507", + "5704", + "1779", + "3928", + "4984", + "7401", + "4444", + "44", + "9393", + "8693", + "5524", + "106", + "123", + "6155", + "3154", + "4106", + "9612", + "817", + "4985", + "9996", + "8902", + "4165", + "3302", + "4895", + "3037", + "9689", + "8158", + "5641", + "7113", + "511", + "5604", + "2812", + "2181", + "660", + "8694", + "4069", + "7083", + "7462", + "5139", + "5140", + "2463", + "6189", + "1557", + "164", + "1457", + "4749", + "6684", + "6920", + "3152", + "2054", + "396", + "3265", + "6681", + "5036", + "1784", + "6946", + "6792", + "7236", + "8929", + "5247", + "1558", + "2990", + "6918", + "9147", + "1321", + "2134", + "1071", + "6916", + "6967", + "7547", + "4321", + "7058", + "6851", + "753", + "9137", + "9501", + "9853", + "6919", + "8785", + "3072", + "8615", + "5540", + "3900", + "8226", + "3789", + "1308", + "6884", + "4917", + "6486", + "9168", + "5161", + "267", + "4468", + "5807", + "5034", + "684", + "4616", + "4735", + "7953", + "8444", + "6128", + "1395", + "3275", + "6665", + "2717", + "9371", + "1884", + "9822", + "8837", + "7772", + "8667", + "5521", + "4238", + "815", + "3935", + "5328", + "789", + "7800", + "9210", + "5141", + "7312", + "9760", + "8434", + "8971", + "1231", + "3218", + "9957", + "4595", + "6642", + "8965", + "5016", + "7517", + "9958", + "808", + "2932", + "9808", + "3053", + "7060", + "7689", + "4394", + "9083", + "6828", + "8229", + "9676", + "3012", + "922", + "4765", + "7266", + "6860", + "2014", + "8951", + "2678", + "3659", + "4651", + "3556", + "9337", + "9482", + "1735", + "7084", + "2504", + "1703", + "5520", + "2798", + "5676", + "5743", + "7143", + "8287", + "7202", + "8284", + "8159", + "2613", + "7687", + "2973", + "9762", + "9937", + "5508", + "7232", + "4368", + "4367", + "6129", + "1459", + "4372", + "4915", + "8557", + "9802", + "4374", + "4365", + "1981", + "2350", + "4369", + "4370", + "8501", + "8631", + "9349", + "4371", + "4379", + "674", + "7210", + "7377", + "4377", + "4378", + "4373", + "1690", + "4375", + "4366", + "2687", + "5954", + "4376", + "2603", + "6222", + "2699", + "9554", + "9214", + "5423", + "6562", + "2945", + "7206", + "9793", + "5500", + "4820", + "5700", + "9396", + "3879", + "3907", + "6804", + "1193", + "5511", + "2674", + "7063", + "4476", + "9360", + "7853", + "2795", + "1808", + "5992", + "5994", + "8623", + "6786", + "5504", + "1368", + "7449", + "5995", + "5998", + "5997", + "5999", + "6000", + "6001", + "8625", + "2796", + "2793", + "2552", + "5865", + "3711", + "5993", + "5996", + "8621", + "8624", + "8622", + "6163", + "7601", + "4416", + "1633", + "6012", + "2792", + "7240", + "4510", + "1015", + "5696", + "1802", + "4948", + "3026", + "4678", + "7571", + "8068", + "5633", + "480", + "1974", + "6849", + "1020", + "6802", + "5433", + "2368", + "8655", + "5419", + "2783", + "7438", + "7055", + "2182", + "8070", + "9121", + "7420", + "7416", + "1218", + "7052", + "2559", + "4433", + "2799", + "9312", + "4021", + "7675", + "7024", + "8522", + "3542", + "9735", + "8082", + "3538", + "528", + "2271", + "3539", + "4044", + "1388", + "1852", + "2683", + "2260", + "2976", + "4363", + "1672", + "2096", + "728", + "4807", + "9395", + "3864", + "5048", + "7773", + "4999", + "2274", + "8941", + "1989", + "4754", + "3598", + "9047", + "3855", + "9286", + "1876", + "3116", + "2965", + "1171", + "2750", + "5220", + "383", + "2120", + "2574", + "319", + "4728", + "6615", + "1150", + "7215", + "6439", + "8303", + "3121", + "5980", + "5431", + "4221", + "2987", + "5232", + "5192", + "7817", + "4786", + "430", + "2111", + "8750", + "1170", + "6372", + "4598", + "262", + "8838", + "3342", + "5383", + "9212", + "5094", + "236", + "5764", + "4521", + "243", + "6741", + "2249", + "1878", + "8130", + "7212", + "7629", + "3774", + "7167", + "4913", + "8707", + "4692", + "3667", + "9117", + "7304", + "2301", + "5888", + "4082", + "4551", + "5718", + "579", + "1539", + "4870", + "1976", + "8960", + "5271", + "5795", + "1274", + "6107", + "7171", + "736", + "8075", + "5717", + "4434", + "9359", + "2094", + "5689", + "7936", + "5273", + "1147", + "4107", + "8277", + "2906", + "5683", + "233", + "9242", + "6166", + "4283", + "8254", + "2333", + "5747", + "1124", + "2324", + "2701", + "201", + "7453", + "3144", + "9173", + "9139", + "7664", + "1396", + "5803", + "5804", + "1980", + "1481", + "549", + "3388", + "3816", + "21337", + "5972", + "15479", + "19312", + "12513", + "15434", + "13238", + "13898", + "14115", + "17684", + "4117", + "19834", + "16076", + "17282", + "15309", + "15535", + "16387", + "21299", + "16432", + "3773", + "473", + "1845", + "16354", + "16239", + "15841", + "14256", + "8726", + "18126", + "14858", + "21103", + "13451", + "17509", + "20672", + "21578", + "21820", + "2685", + "19016", + "11033", + "13523", + "14697", + "12387", + "19207", + "12400", + "15707", + "20342", + "19788", + "18438", + "16059", + "19903", + "21038", + "15120", + "18247", + "18742", + "15629", + "13590", + "15073", + "7863", + "19548", + "21871", + "16379", + "11521", + "15331", + "7667", + "13153", + "19037", + "16456", + "20848", + "20832", + "21366", + "3331", + "9936", + "14567", + "12494", + "6397", + "12660", + "20951", + "6165", + "5819", + "21048", + "14482", + "10471", + "18349", + "15178", + "12671", + "19581", + "2922", + "3487", + "9790", + "10818", + "19735", + "4799", + "2578", + "1547", + "8050", + "5418", + "11392", + "4249", + "16498", + "20067", + "988", + "10356", + "17827", + "10338", + "16548", + "15737", + "17035", + "21643", + "11061", + "18939", + "1911", + "19602", + "5025", + "12698", + "21130", + "18041", + "2588", + "21019", + "12369", + "17241", + "21779", + "2197", + "787", + "7203", + "19511", + "17294", + "6952", + "23741", + "20142", + "19055", + "10090", + "12770", + "7548", + "16507", + "18175", + "15513", + "9821", + "22163", + "19984", + "111", + "19795", + "12650", + "10868", + "10095", + "18051", + "15823", + "19590", + "11818", + "3479", + "23780", + "18859", + "22017", + "23140", + "21499", + "23600", + "12882", + "11527", + "14030", + "2503", + "13998", + "12990", + "16980", + "22225", + "19435", + "11764", + "11782", + "23983", + "3842", + "585", + "21350", + "5847", + "13789", + "14377", + "17921", + "17967", + "16641", + "17739", + "1389", + "6953", + "19784", + "14817", + "973", + "14869", + "13839", + "8898", + "3402", + "13600", + "10406", + "23593", + "20271", + "14202", + "15008", + "24109", + "16328", + "10387", + "9174", + "5238", + "17479", + "21238", + "19922", + "870", + "20483", + "4838", + "18449", + "17728", + "17234", + "5774", + "6038", + "16630", + "22113", + "6509", + "6508", + "6036", + "17352", + "14413", + "8431", + "6518", + "10780", + "20658", + "19920", + "14981", + "21356", + "18807", + "15473", + "9103", + "5588", + "11049", + "16405", + "6037", + "6510", + "6517", + "6511", + "5612", + "16887", + "23884", + "16624", + "12962", + "13226", + "6505", + "6506", + "6034", + "9250", + "6797", + "14959", + "22864", + "3727", + "20228", + "15652", + "4988", + "6513", + "6519", + "6035", + "8167", + "24545", + "24115", + "15869", + "22106", + "19959", + "16109", + "289", + "11762", + "16450", + "19930", + "16034", + "5772", + "11930", + "6515", + "12628", + "185", + "18734", + "22346", + "24443", + "3067", + "3391", + "17161", + "9561", + "23711", + "17786", + "17186", + "24076", + "3063", + "15163", + "4081", + "12493", + "17188", + "19406", + "2269", + "14510", + "8787", + "3397", + "21362", + "16829", + "3572", + "14174", + "9826", + "20489", + "9342", + "15347", + "24913", + "13774", + "19883", + "14781", + "14265", + "10566", + "2506", + "14734", + "8927", + "16924", + "16272", + "17755", + "19260", + "17171", + "9215", + "19562", + "10299", + "17107", + "12581", + "17629", + "16629", + "8372", + "9756", + "16861", + "9552", + "15500", + "17813", + "17341", + "17131", + "18762", + "14345", + "16529", + "18401", + "1203", + "8465", + "12247", + "17342", + "14155", + "16250", + "21537", + "14470", + "21604", + "15583", + "18291", + "18539", + "16598", + "22107", + "14890", + "1196", + "21093", + "20863", + "20475", + "15228", + "22234", + "3040", + "7505", + "7424", + "12810", + "11569", + "13143", + "13305", + "24451", + "18487", + "22241", + "5730", + "5263", + "15724", + "9357", + "20891", + "24503", + "5032", + "18558", + "4309", + "1195", + "1425", + "15801", + "2842", + "2844", + "2841", + "2529", + "3357", + "8480", + "19307", + "9398", + "19008", + "18472", + "2845", + "2843", + "2849", + "2850", + "11222", + "19288", + "13489", + "22144", + "8681", + "21727", + "15537", + "3595", + "11886", + "15334", + "17645", + "14093", + "16495", + "18905", + "2839", + "2840", + "21900", + "21556", + "17306", + "17382", + "19126", + "2847", + "19937", + "1140", + "21145", + "14328", + "12538", + "19734", + "18072", + "21278", + "15320", + "15340", + "13498", + "20861", + "12170", + "19157", + "21833", + "18427", + "12153", + "8562", + "523", + "9162", + "5160", + "1058", + "9248", + "18093", + "20906", + "3724", + "308", + "19221", + "11554", + "6893", + "12704", + "1009", + "4005", + "19970", + "21968", + "5906", + "19892", + "18474", + "13116", + "14302", + "16728", + "11021", + "13061", + "10498", + "11977", + "17447", + "18387", + "23525", + "11960", + "806", + "18107", + "14654", + "21870", + "24934", + "12691", + "10223", + "15511", + "22768", + "9608", + "21546", + "19280", + "8797", + "23258", + "21369", + "183", + "15864", + "17298", + "14702", + "11902", + "16594", + "12549", + "13831", + "13424", + "19388", + "11916", + "12042", + "13261", + "12560", + "15676", + "14825", + "14518", + "18495", + "15674", + "8239", + "15697", + "6131", + "10561", + "18753", + "15409", + "21047", + "16388", + "15246", + "17267", + "14964", + "17296", + "12758", + "21524", + "17425", + "15635", + "17113", + "18415", + "17208", + "16126", + "2946", + "23757", + "11259", + "13796", + "4685", + "19841", + "21970", + "22013", + "11428", + "23766", + "14454", + "21255", + "19294", + "20970", + "18752", + "20934", + "18338", + "17926", + "21243", + "19663", + "21302", + "18174", + "19318", + "21487", + "11990", + "19507", + "19082", + "15946", + "20464", + "21714", + "20194", + "18649", + "15653", + "15328", + "12532", + "20060", + "19163", + "13559", + "15254", + "18567", + "18287", + "20626", + "391", + "390", + "10810", + "15830", + "10281", + "18545", + "18138", + "18836", + "16947", + "14236", + "18305", + "392", + "6132", + "11566", + "16749", + "16496", + "16163", + "14499", + "19198", + "11607", + "21952", + "3784", + "16849", + "10618", + "3584", + "2624", + "22102", + "20044", + "10956", + "11780", + "6136", + "19564", + "14110", + "11553", + "15139", + "16825", + "10507", + "7426", + "18036", + "15551", + "19589", + "20244", + "9614", + "22338", + "17536", + "13169", + "11943", + "12338", + "19949", + "17600", + "5004", + "6984", + "12873", + "19373", + "11362", + "19424", + "24576", + "16199", + "21220", + "23873", + "11706", + "5007", + "15109", + "5401", + "19441", + "14640", + "7204", + "11005", + "16660", + "16083", + "6158", + "17539", + "14370", + "12738", + "10282", + "15881", + "14099", + "15346", + "17251", + "5008", + "21199", + "4885", + "11168", + "15905", + "7908", + "20080", + "20752", + "13535", + "2689", + "8379", + "17986", + "9553", + "19405", + "12096", + "17270", + "19969", + "14625", + "6460", + "9549", + "9559", + "9551", + "9550", + "12593", + "15176", + "21504", + "15924", + "16375", + "19577", + "16303", + "22965", + "5956", + "21895", + "17242", + "23978", + "9548", + "9547", + "16160", + "17433", + "18224", + "1447", + "16345", + "11582", + "24844", + "22780", + "6985", + "10321", + "5593", + "9831", + "23132", + "20747", + "8260", + "8364", + "14438", + "22126", + "19980", + "9884", + "20045", + "9073", + "12397", + "4621", + "12958", + "410", + "911", + "8327", + "17257", + "21836", + "21371", + "21742", + "21658", + "8222", + "14415", + "20147", + "15143", + "17704", + "11040", + "8934", + "22921", + "21625", + "1249", + "9768", + "13022", + "24449", + "13802", + "20157", + "24504", + "2031", + "23455", + "16970", + "14160", + "14958", + "4441", + "17045", + "2028", + "11894", + "9836", + "15918", + "21140", + "18145", + "12689", + "16078", + "9643", + "2027", + "5069", + "11029", + "15117", + "11068", + "20256", + "16140", + "20930", + "14047", + "16823", + "1752", + "17467", + "16935", + "1589", + "2021", + "23492", + "2030", + "13751", + "20721", + "9713", + "5531", + "11524", + "12685", + "15118", + "1732", + "8311", + "2951", + "9701", + "16287", + "9709", + "19537", + "20054", + "2387", + "12063", + "6857", + "2099", + "5392", + "24931", + "22412", + "18077", + "12467", + "21941", + "967", + "16587", + "16431", + "4078", + "20545", + "15930", + "17873", + "17881", + "8253", + "17027", + "21397", + "11658", + "14661", + "12376", + "24839", + "7428", + "9702", + "18066", + "16889", + "17327", + "22834", + "4142", + "20394", + "14778", + "16551", + "20479", + "12353", + "18152", + "24930", + "16353", + "11525", + "13318", + "16318", + "24074", + "2953", + "19512", + "11191", + "7955", + "14128", + "19992", + "14176", + "14816", + "12389", + "12349", + "12755", + "20608", + "20559", + "15884", + "21857", + "12707", + "15798", + "20657", + "13354", + "21841", + "21627", + "21922", + "13293", + "11598", + "12374", + "17466", + "11371", + "1190", + "16069", + "19811", + "15675", + "19434", + "13505", + "3753", + "20525", + "11220", + "21705", + "8831", + "23531", + "13615", + "15350", + "15704", + "19724", + "7080", + "4052", + "12065", + "15202", + "11728", + "11759", + "17669", + "18904", + "19164", + "17973", + "9856", + "14046", + "486", + "12504", + "18121", + "17097", + "11479", + "17062", + "16859", + "18620", + "7614", + "11082", + "17602", + "11368", + "19362", + "4326", + "17532", + "13522", + "22776", + "11350", + "13807", + "5485", + "16492", + "12934", + "13281", + "12637", + "12757", + "12525", + "13778", + "13722", + "15220", + "23403", + "17144", + "16793", + "6241", + "7931", + "1580", + "19250", + "13071", + "4144", + "20996", + "13595", + "14442", + "1436", + "22652", + "10979", + "17222", + "15907", + "15776", + "18476", + "22271", + "19697", + "13404", + "14935", + "20270", + "10274", + "17014", + "23712", + "20852", + "19140", + "9419", + "6454", + "24727", + "19420", + "10925", + "11726", + "24492", + "2270", + "18399", + "24471", + "24714", + "2797", + "5414", + "14882", + "16223", + "9703", + "22585", + "20782", + "12109", + "21813", + "1379", + "21849", + "23324", + "20196", + "5501", + "12221", + "21933", + "24884", + "10880", + "24310", + "19345", + "6089", + "18352", + "16016", + "2095", + "978", + "15933", + "23007", + "9857", + "20141", + "18681", + "20943", + "9626", + "21338", + "18661", + "21835", + "20974", + "1126", + "22244", + "16278", + "16502", + "15821", + "16883", + "11126", + "16964", + "16362", + "23535", + "19561", + "19770", + "17057", + "20108", + "1598", + "8691", + "23984", + "21114", + "18975", + "19549", + "8281", + "3370", + "22122", + "13974", + "14741", + "18470", + "20579", + "23689", + "13464", + "2617", + "12021", + "8245", + "5162", + "12019", + "12714", + "18296", + "16483", + "15046", + "12014", + "10738", + "23667", + "24088", + "1837", + "3260", + "15062", + "24932", + "24941", + "17606", + "13351", + "14991", + "14054", + "19096", + "10864", + "23523", + "24557", + "23098", + "9708", + "13038", + "19012", + "14927", + "5471", + "23773", + "14961", + "22835", + "16364", + "16564", + "2620", + "17122", + "15853", + "6148", + "3433", + "19489", + "1839", + "6168", + "5281", + "3424", + "21379", + "12619", + "3051", + "11630", + "13346", + "20348", + "16517", + "3425", + "11065", + "3423", + "3427", + "3430", + "23860", + "22620", + "3434", + "23614", + "12243", + "7600", + "2755", + "19649", + "17236", + "22610", + "5701", + "16327", + "18013", + "20601", + "20154", + "3541", + "5959", + "21249", + "15571", + "8129", + "18883", + "8012", + "21916", + "5191", + "16037", + "11243", + "18990", + "22331", + "2123", + "12986", + "20728", + "12656", + "10833", + "22916", + "17069", + "13867", + "21259", + "15845", + "2419", + "3958", + "3240", + "3961", + "10494", + "6169", + "39", + "5967", + "18313", + "19869", + "6798", + "823", + "6712", + "11705", + "4103", + "5955", + "20061", + "16560", + "10660", + "3320", + "3992", + "4297", + "4317", + "20663", + "4429", + "20128", + "9143", + "9699", + "3050", + "4518", + "19086", + "17037", + "18814", + "23964", + "24564", + "23073", + "13550", + "6889", + "20057", + "5907", + "17503", + "6549", + "1134", + "5639", + "16220", + "20687", + "264", + "5110", + "17395", + "19054", + "21724", + "7839", + "3264", + "915", + "19093", + "186", + "10128", + "20755", + "17243", + "23097", + "24645", + "22904", + "7888", + "4527", + "13276", + "18839", + "979", + "2148", + "671", + "3713", + "1986", + "16260", + "22085", + "22513", + "20697", + "13438", + "13588", + "13682", + "11988", + "21689", + "6149", + "5442", + "5209", + "5821", + "5904", + "3429", + "9461", + "14513", + "15481", + "21959", + "13660", + "15449", + "13850", + "12213", + "15994", + "14551", + "21479", + "15152", + "16171", + "18106", + "13223", + "16778", + "20442", + "16755", + "15574", + "19027", + "13043", + "24651", + "18190", + "18680", + "17137", + "24768", + "16095", + "19943", + "23918", + "4182", + "16441", + "14130", + "20049", + "15928", + "14888", + "14147", + "16638", + "10941", + "17821", + "9029", + "14554", + "6080", + "9450", + "13846", + "1133", + "15859", + "13324", + "22221", + "11301", + "1984", + "23496", + "11501", + "20480", + "3895", + "7292", + "810", + "17569", + "2643", + "23864", + "13260", + "17239", + "9871", + "2557", + "5340", + "24554", + "10364", + "11383", + "2966", + "23690", + "7407", + "10208", + "408", + "5560", + "22839", + "7852", + "13989", + "17344", + "16770", + "22927", + "225", + "4130", + "8809", + "10549", + "11289", + "16424", + "18853", + "15518", + "3085", + "5572", + "597", + "14647", + "15587", + "3084", + "17482", + "912", + "17969", + "12166", + "18677", + "21789", + "11103", + "12477", + "13687", + "16144", + "15116", + "2644", + "10918", + "24936", + "22572", + "6041", + "9603", + "8911", + "11692", + "23086", + "15296", + "5388", + "750", + "21253", + "14293", + "5903", + "13170", + "3361", + "18356", + "21736", + "6963", + "7961", + "15750", + "16818", + "7662", + "3783", + "19947", + "24053", + "15147", + "14743", + "10520", + "13208", + "10513", + "15575", + "12540", + "13363", + "2232", + "3441", + "12454", + "7636", + "5953", + "20761", + "8161", + "3440", + "1904", + "17601", + "2703", + "12575", + "7617", + "11336", + "8517", + "24899", + "17682", + "6538", + "3665", + "2034", + "24473", + "19793", + "24836", + "4092", + "19030", + "9350", + "3435", + "17072", + "21100", + "15980", + "17422", + "11610", + "2566", + "6845", + "17751", + "6135", + "2898", + "23774", + "8572", + "3443", + "9985", + "24386", + "21706", + "7432", + "18648", + "14257", + "17217", + "4556", + "21115", + "8653", + "7097", + "22925", + "23672", + "490", + "4844", + "16591", + "20978", + "5692", + "17064", + "7844", + "14799", + "9814", + "24800", + "18059", + "13521", + "6631", + "11013", + "5530", + "2902", + "24835", + "16290", + "20469", + "20805", + "9449", + "6690", + "15224", + "3569", + "7148", + "9983", + "22362", + "2612", + "10456", + "3296", + "12634", + "9243", + "3312", + "2909", + "743", + "6159", + "11248", + "20928", + "7468", + "4414", + "3292", + "10243", + "805", + "725", + "4143", + "14920", + "13485", + "16030", + "3301", + "1421", + "13233", + "9678", + "17521", + "6122", + "3298", + "3306", + "15009", + "733", + "3332", + "6636", + "22600", + "4533", + "1372", + "8840", + "2713", + "3293", + "2167", + "3294", + "5093", + "2698", + "3090", + "3297", + "1728", + "5375", + "5754", + "17660", + "3310", + "14288", + "3290", + "19033", + "15505", + "14946", + "16769", + "14497", + "6278", + "17028", + "12097", + "7081", + "9451", + "11195", + "3314", + "21186", + "226", + "15351", + "3308", + "24823", + "4472", + "3299", + "5262", + "20151", + "17504", + "2346", + "3309", + "3305", + "1855", + "9179", + "22934", + "1292", + "3311", + "5335", + "8565", + "21759", + "6123", + "19134", + "9589", + "10977", + "23892", + "17368", + "3671", + "3291", + "3091", + "2538", + "2801", + "2585", + "15107", + "7680", + "8378", + "7979", + "14856", + "17280", + "4646", + "11732", + "4068", + "19371", + "925", + "2396", + "8433", + "15433", + "7644", + "3560", + "10565", + "18400", + "13878", + "21987", + "13563", + "20143", + "10781", + "18673", + "5369", + "23799", + "19064", + "21921", + "22698", + "14978", + "24179", + "22329", + "16170", + "19458", + "3339", + "3295", + "826", + "24484", + "19491", + "16738", + "13630", + "11808", + "15572", + "9900", + "17182", + "12031", + "2235", + "16356", + "13865", + "14136", + "18613", + "17158", + "698", + "10556", + "24186", + "12420", + "22183", + "2788", + "18034", + "2453", + "4720", + "3966", + "2452", + "3971", + "18012", + "21157", + "13076", + "12847", + "23505", + "11104", + "3967", + "3981", + "696", + "4708", + "2450", + "4722", + "11430", + "13616", + "4124", + "16329", + "15302", + "3974", + "19161", + "16668", + "4710", + "2441", + "2462", + "2449", + "3986", + "4714", + "4706", + "2443", + "16633", + "17256", + "24786", + "4903", + "12710", + "13443", + "21231", + "3964", + "2459", + "2454", + "1473", + "2455", + "11545", + "19452", + "14028", + "4122", + "6966", + "20381", + "3844", + "3977", + "6723", + "4711", + "2439", + "2457", + "3982", + "2460", + "1285", + "6729", + "2442", + "2446", + "14646", + "23878", + "10551", + "12028", + "8112", + "4713", + "6079", + "20917", + "20321", + "18896", + "12911", + "19478", + "23413", + "12011", + "19255", + "7305", + "17941", + "14018", + "481", + "3983", + "3965", + "2440", + "5926", + "7661", + "15547", + "18756", + "15565", + "15899", + "16493", + "3980", + "3985", + "3979", + "703", + "5283", + "12903", + "20750", + "13611", + "5650", + "17802", + "702", + "716", + "20766", + "17544", + "13880", + "22006", + "15525", + "18170", + "700", + "5451", + "16419", + "18052", + "6400", + "13529", + "1234", + "11859", + "15460", + "705", + "714", + "6140", + "9780", + "22909", + "807", + "5664", + "8086", + "16309", + "8739", + "18067", + "20432", + "4456", + "20698", + "1781", + "4285", + "17134", + "3255", + "8521", + "8943", + "6145", + "7830", + "9673", + "14865", + "16985", + "2554", + "24984", + "6259", + "1679", + "3340", + "14252", + "10425", + "8773", + "20343", + "23723", + "15243", + "584", + "15619", + "6564", + "24776", + "19112", + "914", + "2461", + "8097", + "12238", + "22815", + "23748", + "13689", + "14769", + "18588", + "8746", + "10325", + "3962", + "3970", + "4723", + "3978", + "3968", + "695", + "3973", + "4715", + "18965", + "14039", + "8332", + "15878", + "6355", + "3975", + "3963", + "4702", + "2448", + "2451", + "3972", + "2445", + "697", + "3969", + "23501", + "10318", + "24779", + "8453", + "7225", + "17943", + "9942", + "241", + "3976", + "4716", + "3273", + "4717", + "713", + "712", + "2959", + "987", + "12609", + "7474", + "10775", + "4323", + "1136", + "4709", + "710", + "509", + "20909", + "22153", + "7137", + "21241", + "18782", + "4406", + "9064", + "5818", + "2272", + "2438", + "5602", + "2487", + "2666", + "24094", + "6224", + "19464", + "3815", + "12570", + "6352", + "22985", + "5626", + "4707", + "3382", + "9211", + "4272", + "12049", + "24976", + "6033", + "20613", + "14594", + "8780", + "9448", + "10517", + "16814", + "4795", + "1853", + "971", + "22987", + "17444", + "16408", + "20630", + "24637", + "21306", + "8563", + "5512", + "8272", + "13620", + "16952", + "708", + "719", + "704", + "1173", + "13996", + "16969", + "12234", + "6683", + "17519", + "13391", + "17090", + "14107", + "13577", + "21090", + "13663", + "8110", + "4764", + "974", + "699", + "717", + "707", + "709", + "3059", + "6260", + "10541", + "8328", + "689", + "706", + "711", + "5297", + "11402", + "5075", + "15768", + "4091", + "8181", + "4150", + "718", + "16978", + "12984", + "9692", + "16442", + "13417", + "2544", + "14476", + "23167", + "23198", + "12878", + "3481", + "24416", + "9340", + "6582", + "9824", + "4032", + "3905", + "14427", + "12482", + "17890", + "17729", + "21077", + "21443", + "9700", + "18549", + "22738", + "275", + "16470", + "16273", + "19390", + "16890", + "14909", + "12132", + "16310", + "8111", + "10652", + "6265", + "7739", + "19014", + "1469", + "21907", + "24379", + "3480", + "15634", + "965", + "9433", + "8478", + "14818", + "19449", + "21938", + "9367", + "13536", + "20279", + "17431", + "19645", + "8474", + "8784", + "21252", + "20701", + "16145", + "13387", + "16322", + "10611", + "17798", + "13218", + "12098", + "19210", + "18028", + "15047", + "5376", + "24826", + "23117", + "5502", + "13939", + "10438", + "22902", + "12012", + "13082", + "21405", + "1831", + "14936", + "21250", + "2679", + "377", + "2825", + "20421", + "20235", + "12422", + "12123", + "14457", + "10902", + "19486", + "1157", + "15264", + "11869", + "21784", + "7413", + "4763", + "18239", + "14662", + "10287", + "11162", + "17214", + "9031", + "1994", + "5378", + "15900", + "11419", + "6459", + "1263", + "6732", + "6068", + "6266", + "19156", + "19234", + "7536", + "14164", + "22110", + "12577", + "15450", + "1079", + "4539", + "13990", + "7429", + "16562", + "21555", + "9123", + "18721", + "22752", + "11363", + "6720", + "4718", + "5377", + "12303", + "15708", + "4104", + "3267", + "8705", + "13291", + "5374", + "13496", + "20966", + "2117", + "13267", + "14132", + "22487", + "21347", + "12093", + "19330", + "21419", + "16907", + "24146", + "20487", + "7722", + "10985", + "18636", + "24441", + "14289", + "24032", + "21263", + "8196", + "7391", + "7390", + "9443", + "18534", + "15995", + "3735", + "11659", + "4113", + "18579", + "10502", + "4483", + "357", + "21739", + "7393", + "13344", + "2244", + "16659", + "14029", + "10626", + "16752", + "4890", + "7541", + "12273", + "13736", + "18928", + "19148", + "23104", + "21066", + "19553", + "5006", + "24169", + "18140", + "550", + "16406", + "22558", + "23514", + "10079", + "20753", + "7355", + "23524", + "22915", + "15369", + "16929", + "14845", + "23415", + "24912", + "18237", + "4721", + "10745", + "20850", + "23574", + "24944", + "18434", + "13800", + "11177", + "20877", + "10768", + "13812", + "22040", + "13431", + "15616", + "18962", + "9867", + "24948", + "23293", + "22010", + "24945", + "19237", + "11406", + "19453", + "6750", + "7607", + "2091", + "4724", + "4524", + "4060", + "6734", + "17033", + "22700", + "22011", + "23921", + "7716", + "6731", + "16427", + "24149", + "24110", + "15729", + "3984", + "10646", + "1348", + "9628", + "10328", + "1138", + "10530", + "14437", + "17957", + "10221", + "15427", + "16368", + "19263", + "11093", + "21617", + "14555", + "12686", + "20063", + "11913", + "5351", + "24636", + "8534", + "20291", + "20858", + "4431", + "13175", + "1273", + "20490", + "601", + "20041", + "10794", + "13900", + "7740", + "22358", + "20503", + "1233", + "10062", + "24632", + "14157", + "19020", + "8778", + "19168", + "15685", + "10837", + "3036", + "3285", + "4003", + "22713", + "1354", + "8023", + "4945", + "21806", + "5715", + "15923", + "12499", + "18309", + "13921", + "4475", + "12299", + "12457", + "5698", + "23777", + "10542", + "18275", + "5694", + "22926", + "20286", + "18578", + "2647", + "16376", + "93", + "1074", + "7582", + "23785", + "11695", + "14285", + "18688", + "12167", + "5703", + "7697", + "22911", + "15154", + "17086", + "14848", + "12073", + "22846", + "14193", + "17358", + "13828", + "22809", + "3180", + "21134", + "14804", + "22658", + "22853", + "14760", + "12731", + "10892", + "1829", + "17571", + "11366", + "18968", + "1962", + "16097", + "2562", + "5883", + "290", + "19178", + "19073", + "21159", + "1709", + "24249", + "24720", + "23111", + "11926", + "24336", + "1652", + "20786", + "11802", + "5040", + "4274", + "10388", + "14868", + "8452", + "358", + "22826", + "13491", + "12057", + "10043", + "6942", + "15717", + "19657", + "23862", + "15592", + "13107", + "17889", + "8782", + "1751", + "156", + "10347", + "10616", + "2110", + "19247", + "17244", + "18562", + "14002", + "21181", + "4505", + "12474", + "14203", + "12849", + "16099", + "15281", + "4461", + "15069", + "12980", + "14803", + "15327", + "3759", + "4744", + "24935", + "22892", + "15159", + "19176", + "9892", + "14971", + "16699", + "15510", + "24004", + "23861", + "10046", + "20870", + "11380", + "5352", + "4745", + "11891", + "11995", + "10051", + "10060", + "12214", + "15381", + "8699", + "3268", + "16358", + "13863", + "4355", + "15414", + "20793", + "10324", + "18136", + "21510", + "10664", + "12285", + "20737", + "3818", + "14886", + "16052", + "3385", + "16414", + "18872", + "17903", + "18306", + "8446", + "13851", + "12713", + "9932", + "13222", + "17223", + "16003", + "3168", + "17725", + "2690", + "6630", + "162", + "19817", + "512", + "17263", + "19177", + "24130", + "15417", + "2693", + "24483", + "6370", + "23116", + "11940", + "7250", + "4196", + "10937", + "21794", + "12858", + "13608", + "17924", + "19287", + "12530", + "1961", + "10316", + "7483", + "1017", + "3330", + "21586", + "7749", + "20216", + "5984", + "14098", + "5667", + "23710", + "15857", + "24965", + "24566", + "23899", + "2090", + "21649", + "23216", + "8947", + "5066", + "20395", + "21533", + "24598", + "4797", + "22678", + "23666", + "22931", + "23313", + "8062", + "6700", + "20261", + "15311", + "14220", + "13514", + "13560", + "10159", + "11294", + "17305", + "22897", + "8633", + "8492", + "14117", + "18650", + "12371", + "21340", + "1657", + "10971", + "7341", + "13879", + "14793", + "12210", + "1538", + "4055", + "20635", + "14088", + "19200", + "24404", + "24953", + "14011", + "7256", + "6014", + "12281", + "6060", + "23329", + "23930", + "22470", + "11254", + "21560", + "19230", + "12328", + "22535", + "23818", + "24850", + "16085", + "23348", + "5924", + "14675", + "1164", + "24840", + "15625", + "18916", + "10173", + "6308", + "6307", + "9097", + "5097", + "7320", + "16211", + "22578", + "2326", + "6305", + "19356", + "17343", + "3865", + "102", + "6385", + "2421", + "19215", + "16096", + "5218", + "21061", + "23936", + "24067", + "22819", + "14362", + "6711", + "13691", + "3253", + "22079", + "7103", + "13908", + "13597", + "13077", + "411", + "4698", + "16021", + "19838", + "18314", + "3044", + "7056", + "19249", + "19322", + "4343", + "9747", + "16895", + "22933", + "4907", + "14779", + "19172", + "11963", + "474", + "14235", + "7293", + "12543", + "10335", + "19799", + "22033", + "24108", + "7898", + "10283", + "439", + "19842", + "13090", + "5597", + "22988", + "15661", + "4070", + "3274", + "24750", + "11304", + "14330", + "11325", + "20259", + "7475", + "15357", + "23161", + "5013", + "18957", + "587", + "13364", + "10951", + "22630", + "24077", + "13712", + "21446", + "19825", + "14399", + "17491", + "1433", + "18383", + "20255", + "2245", + "14341", + "18771", + "22299", + "10229", + "20434", + "19615", + "18035", + "14443", + "6765", + "21390", + "12550", + "11714", + "21559", + "13015", + "12228", + "20810", + "21142", + "21015", + "13770", + "13336", + "7743", + "11875", + "10998", + "15548", + "15153", + "17039", + "17738", + "21567", + "8836", + "20950", + "14092", + "20040", + "14156", + "10969", + "21577", + "19905", + "431", + "2649", + "13129", + "21692", + "16959", + "19501", + "2901", + "11468", + "15543", + "9811", + "899", + "16748", + "13210", + "16216", + "6855", + "14224", + "18513", + "5061", + "21163", + "8145", + "4875", + "14587", + "21291", + "3788", + "1575", + "7031", + "754", + "6236", + "17449", + "10614", + "20391", + "10076", + "21226", + "15113", + "12715", + "18623", + "5212", + "6576", + "24843", + "4923", + "22261", + "19053", + "14172", + "16134", + "14087", + "15480", + "16998", + "20937", + "13171", + "48", + "13302", + "1518", + "15466", + "21667", + "15446", + "22772", + "23833", + "15044", + "7544", + "12875", + "23588", + "12651", + "17408", + "10472", + "14634", + "16172", + "552", + "19656", + "4837", + "13198", + "19317", + "24923", + "13383", + "17721", + "24292", + "7976", + "18803", + "13617", + "15271", + "8600", + "13633", + "15026", + "14723", + "11459", + "5441", + "4930", + "18899", + "18857", + "10385", + "3454", + "16917", + "15867", + "12257", + "17833", + "20203", + "8641", + "1370", + "1360", + "13765", + "20347", + "4927", + "4929", + "8648", + "16926", + "15483", + "10394", + "16051", + "20296", + "7147", + "4932", + "18663", + "14649", + "3326", + "2436", + "6525", + "9049", + "3922", + "8147", + "11543", + "7846", + "10595", + "661", + "10402", + "5927", + "4206", + "24794", + "22454", + "17701", + "15397", + "9975", + "15650", + "5796", + "4922", + "4925", + "5134", + "10692", + "17141", + "11134", + "22125", + "10421", + "8618", + "8531", + "5250", + "24410", + "19721", + "12375", + "18490", + "1677", + "11393", + "19837", + "23794", + "20878", + "21531", + "22264", + "24751", + "22872", + "18854", + "17117", + "11774", + "15037", + "3893", + "3", + "11098", + "6235", + "4921", + "13115", + "24857", + "5712", + "16226", + "22483", + "17605", + "13910", + "15121", + "18111", + "17897", + "18445", + "21126", + "17772", + "2663", + "22603", + "5518", + "20021", + "2671", + "20711", + "7573", + "11510", + "1959", + "4743", + "14541", + "20885", + "2675", + "19571", + "9260", + "8774", + "1590", + "24902", + "124", + "21665", + "15458", + "16248", + "24682", + "9266", + "9866", + "7735", + "6693", + "17101", + "12430", + "4280", + "24551", + "4324", + "24174", + "11395", + "13358", + "21431", + "20509", + "9640", + "8403", + "14628", + "23791", + "24640", + "7178", + "6671", + "14582", + "17694", + "12416", + "20582", + "7533", + "9510", + "22405", + "19585", + "19913", + "15177", + "17345", + "2492", + "10097", + "18405", + "1887", + "2517", + "8885", + "1565", + "8486", + "13024", + "20907", + "2865", + "18064", + "9280", + "9810", + "4550", + "14449", + "11197", + "1563", + "4033", + "5947", + "3642", + "19995", + "10376", + "7543", + "6771", + "7539", + "7540", + "1564", + "2057", + "6054", + "19265", + "13480", + "20577", + "7509", + "10753", + "231", + "14573", + "15781", + "10140", + "18745", + "19819", + "6695", + "9262", + "19364", + "8734", + "8741", + "4322", + "8781", + "12700", + "9255", + "8071", + "16025", + "11370", + "9130", + "17761", + "17732", + "19644", + "19354", + "19703", + "19272", + "23858", + "17492", + "17617", + "17065", + "16546", + "13524", + "9812", + "21113", + "54", + "5570", + "5210", + "4981", + "22563", + "15053", + "2748", + "20647", + "7387", + "24688", + "16138", + "18048", + "17808", + "7300", + "1098", + "16107", + "23694", + "11775", + "6324", + "11824", + "5081", + "24398", + "13841", + "1351", + "21075", + "6193", + "10783", + "282", + "20807", + "23623", + "22237", + "19304", + "18995", + "19062", + "17272", + "23502", + "11312", + "24387", + "20571", + "4148", + "21879", + "21441", + "16269", + "3673", + "10398", + "1583", + "12125", + "2160", + "12453", + "11487", + "2582", + "6931", + "18829", + "20869", + "17910", + "9354", + "10512", + "6968", + "9256", + "21108", + "19335", + "10718", + "11769", + "16066", + "14247", + "13338", + "4642", + "12976", + "20134", + "18235", + "17390", + "9930", + "11736", + "8858", + "6895", + "13719", + "20124", + "951", + "17372", + "19398", + "9258", + "5506", + "16139", + "22182", + "21964", + "13268", + "12379", + "12182", + "14168", + "17795", + "21209", + "13750", + "7732", + "24172", + "12368", + "3437", + "8890", + "11656", + "10921", + "17637", + "14811", + "17155", + "14052", + "1545", + "41", + "7264", + "502", + "9264", + "16801", + "8544", + "11712", + "34", + "9156", + "989", + "1355", + "4452", + "2042", + "4243", + "5029", + "6094", + "14841", + "13099", + "18590", + "407", + "69", + "21957", + "2550", + "9869", + "15774", + "482", + "2226", + "7361", + "3874", + "4842", + "2518", + "9929", + "24662", + "219", + "14618", + "375", + "11588", + "19101", + "14467", + "24655", + "22109", + "12295", + "10844", + "11010", + "12546", + "19801", + "5195", + "10564", + "6692", + "23706", + "22273", + "14624", + "2062", + "21773", + "12789", + "8280", + "24659", + "23257", + "18642", + "17570", + "4931", + "15290", + "15585", + "14233", + "16058", + "19081", + "9622", + "22378", + "21110", + "16014", + "21897", + "13445", + "13247", + "2759", + "16653", + "3762", + "19110", + "23888", + "6694", + "7534", + "14718", + "19835", + "7520", + "24370", + "20130", + "11073", + "7537", + "14079", + "10842", + "20110", + "19374", + "3792", + "20682", + "6764", + "4933", + "5309", + "24951", + "2929", + "4396", + "15945", + "22351", + "1768", + "21721", + "17205", + "18875", + "20718", + "21060", + "13212", + "4387", + "15124", + "21569", + "13769", + "9509", + "19206", + "20816", + "18486", + "8249", + "4928", + "6105", + "14489", + "4662", + "13433", + "5720", + "18865", + "8768", + "16906", + "9163", + "12893", + "6652", + "18283", + "14732", + "23698", + "7181", + "6406", + "7394", + "6689", + "23541", + "10750", + "19860", + "19629", + "1336", + "22764", + "18565", + "24028", + "22438", + "4292", + "2380", + "8811", + "10119", + "17096", + "3132", + "4589", + "9334", + "16922", + "21593", + "3752", + "18577", + "8048", + "12359", + "20683", + "21797", + "12307", + "15167", + "4924", + "8893", + "21097", + "12788", + "19810", + "13528", + "23619", + "21722", + "17776", + "24396", + "24397", + "22179", + "7068", + "16488", + "8360", + "5731", + "9862", + "3856", + "18397", + "7099", + "11834", + "6516", + "14714", + "5400", + "23931", + "18982", + "24417", + "11968", + "6437", + "12138", + "22694", + "4920", + "6691", + "12613", + "13580", + "22488", + "11531", + "17499", + "23533", + "8516", + "18560", + "17129", + "17477", + "8416", + "21471", + "13511", + "24847", + "19337", + "13607", + "21816", + "7374", + "5864", + "5646", + "5934", + "19066", + "13236", + "15403", + "11456", + "20407", + "11973", + "4919", + "21707", + "13257", + "19498", + "21950", + "21891", + "12864", + "3047", + "5136", + "18892", + "10841", + "22260", + "2972", + "19831", + "10395", + "12372", + "20242", + "15231", + "15079", + "18319", + "7290", + "9716", + "5478", + "13700", + "16291", + "7847", + "20830", + "7760", + "19258", + "16559", + "8176", + "16336", + "9683", + "12898", + "11578", + "8587", + "19658", + "449", + "14553", + "11927", + "17502", + "22726", + "18091", + "21055", + "2402", + "13676", + "22533", + "3881", + "13066", + "22645", + "24846", + "10249", + "22074", + "6611", + "3261", + "22449", + "1294", + "10253", + "15656", + "22977", + "15156", + "14987", + "2949", + "14521", + "8512", + "20585", + "6704", + "23120", + "15651", + "14145", + "2105", + "11704", + "13425", + "24975", + "13764", + "6858", + "13969", + "6190", + "7030", + "21564", + "17494", + "6932", + "9490", + "2915", + "17703", + "14269", + "3238", + "6837", + "8296", + "1381", + "19954", + "7396", + "10241", + "11537", + "13586", + "2871", + "18389", + "1704", + "17415", + "21007", + "20007", + "13075", + "14739", + "12629", + "14522", + "23439", + "20441", + "17959", + "9390", + "13853", + "5975", + "4847", + "6015", + "3408", + "21191", + "23988", + "11045", + "9876", + "8388", + "19683", + "21422", + "7995", + "1866", + "20872", + "7932", + "3866", + "14749", + "1661", + "11478", + "21614", + "8006", + "23272", + "19045", + "20723", + "19743", + "22161", + "12794", + "15317", + "21930", + "23881", + "12886", + "17574", + "19661", + "16533", + "15846", + "22311", + "20471", + "8712", + "9381", + "23995", + "19779", + "22145", + "14637", + "17102", + "20955", + "21749", + "16595", + "17616", + "5211", + "1062", + "14208", + "12087", + "5902", + "23202", + "17902", + "18031", + "11268", + "271", + "5053", + "4097", + "19349", + "23795", + "18163", + "18459", + "13219", + "3709", + "22451", + "1665", + "2456", + "24672", + "12036", + "10861", + "23674", + "23249", + "3316", + "16910", + "6401", + "24873", + "11615", + "17105", + "21399", + "9769", + "15569", + "12627", + "17203", + "20236", + "21761", + "21962", + "24377", + "18371", + "9803", + "14860", + "4882", + "13379", + "10704", + "23302", + "24926", + "8047", + "4217", + "22031", + "15217", + "14969", + "13057", + "20097", + "17538", + "1568", + "23673", + "14908", + "1883", + "2432", + "19887", + "10677", + "9026", + "3062", + "7658", + "8019", + "21228", + "20400", + "15962", + "12236", + "11613", + "19706", + "19620", + "6264", + "2740", + "9285", + "6293", + "4660", + "6801", + "5120", + "4926", + "20232", + "20055", + "24024", + "3064", + "5109", + "8910", + "15040", + "24799", + "16512", + "6490", + "18986", + "2509", + "21596", + "7001", + "17956", + "13690", + "13811", + "10625", + "16611", + "6273", + "5119", + "20618", + "13449", + "11619", + "23224", + "10862", + "9299", + "20231", + "19131", + "18304", + "12040", + "14245", + "20769", + "13844", + "17166", + "5722", + "16245", + "24966", + "24845", + "13300", + "13507", + "12127", + "23400", + "6111", + "24180", + "8218", + "7069", + "18447", + "10478", + "2738", + "22426", + "19736", + "17793", + "7423", + "20583", + "2694", + "19343", + "6634", + "11590", + "17607", + "22974", + "18375", + "24883", + "1574", + "21894", + "21264", + "14782", + "23402", + "23703", + "14614", + "9475", + "11019", + "12162", + "4778", + "12725", + "11785", + "18603", + "15927", + "14950", + "14222", + "2238", + "6902", + "6179", + "14140", + "6138", + "8585", + "12657", + "16642", + "18466", + "8475", + "19637", + "10852", + "17322", + "22344", + "7843", + "20662", + "14390", + "20246", + "17357", + "22928", + "21937", + "11883", + "9965", + "13192", + "15368", + "21526", + "3764", + "9813", + "17542", + "19170", + "10619", + "10405", + "4663", + "20997", + "11273", + "21400", + "4013", + "10633", + "13776", + "11519", + "18867", + "23122", + "17631", + "19118", + "5128", + "20983", + "23450", + "23110", + "22757", + "15486", + "3347", + "97", + "19638", + "18441", + "4834", + "13124", + "21592", + "16566", + "12518", + "17983", + "24034", + "16189", + "16380", + "3767", + "7583", + "7572", + "10708", + "5320", + "11353", + "19785", + "8559", + "20784", + "15017", + "11099", + "21693", + "19015", + "4590", + "14263", + "2581", + "12473", + "24853", + "7731", + "19712", + "18011", + "20409", + "15286", + "3348", + "17063", + "20952", + "24684", + "24854", + "22460", + "24485", + "19380", + "19123", + "6086", + "11992", + "24733", + "6310", + "8552", + "18483", + "20095", + "18460", + "23479", + "21709", + "8326", + "24886", + "24173", + "9560", + "21708", + "11821", + "11976", + "21532", + "15039", + "4438", + "13436", + "21752", + "14873", + "17540", + "14387", + "15560", + "7005", + "5708", + "23503", + "20524", + "11281", + "12767", + "6514", + "6512", + "2143", + "16455", + "24946", + "24588", + "22099", + "11924", + "23465", + "15304", + "4218", + "24586", + "18710", + "16338", + "1393", + "17525", + "19151", + "13420", + "12702", + "23675", + "19747", + "12526", + "19321", + "11572", + "21320", + "7271", + "24782", + "19886", + "14695", + "15192", + "21488", + "12089", + "22442", + "19088", + "15978", + "18292", + "16956", + "23820", + "6796", + "24419", + "19941", + "10038", + "11580", + "3372", + "10908", + "3129", + "19983", + "4868", + "6862", + "12871", + "21349", + "10068", + "14356", + "14542", + "18731", + "24732", + "6507", + "672", + "24852", + "18372", + "22080", + "9311", + "12947", + "2652", + "21135", + "15390", + "21943", + "18858", + "7478", + "16503", + "13021", + "8483", + "14898", + "23813", + "21046", + "5719", + "19778", + "10773", + "12191", + "4497", + "11106", + "261", + "10503", + "23235", + "19124", + "20948", + "17124", + "15148", + "13845", + "7774", + "1057", + "19348", + "17420", + "17677", + "13010", + "17350", + "9335", + "19410", + "11212", + "8266", + "3834", + "22992", + "19853", + "14471", + "18594", + "23726", + "4167", + "20599", + "22797", + "20708", + "16635", + "18694", + "23648", + "14925", + "19341", + "17593", + "17130", + "10443", + "12113", + "11885", + "12696", + "19130", + "3420", + "11866", + "12044", + "15305", + "23192", + "23085", + "4030", + "18257", + "14544", + "15175", + "2213", + "15558", + "20298", + "16608", + "12347", + "23576", + "5974", + "11678", + "11689", + "21908", + "10227", + "20096", + "23577", + "20827", + "13665", + "6685", + "21189", + "13914", + "20314", + "4739", + "2212", + "22795", + "14428", + "21906", + "17899", + "4129", + "1044", + "12631", + "18020", + "7721", + "5123", + "6608", + "4740", + "2914", + "11715", + "15354", + "8451", + "22659", + "22628", + "21485", + "20258", + "19236", + "15337", + "8143", + "14550", + "24880", + "18168", + "11643", + "11293", + "10851", + "12438", + "1790", + "21325", + "4613", + "18215", + "15770", + "1477", + "22507", + "18081", + "18493", + "24422", + "22508", + "15623", + "16457", + "12677", + "14357", + "19527", + "21624", + "22007", + "5765", + "18653", + "21395", + "15552", + "20299", + "22820", + "20398", + "6204", + "23705", + "18772", + "16028", + "23131", + "24963", + "2968", + "19632", + "23213", + "20301", + "11405", + "16073", + "20609", + "4738", + "24961", + "24957", + "24960", + "10915", + "21177", + "22332", + "167", + "24102", + "22484", + "13088", + "15595", + "22656", + "2696", + "5316", + "14151", + "14854", + "18985", + "16114", + "20293", + "13118", + "6827", + "20449", + "14507", + "11358", + "22008", + "23460", + "24958", + "7526", + "10044", + "12333", + "12154", + "13072", + "16150", + "5474", + "19469", + "11727", + "22330", + "19095", + "20346", + "2162", + "16948", + "23008", + "16765", + "11492", + "11432", + "14528", + "15965", + "10698", + "20604", + "24962", + "14941", + "20804", + "20771", + "23338", + "24699", + "15174", + "19153", + "15618", + "19506", + "4112", + "17413", + "22858", + "19881", + "10869", + "20741", + "17952", + "10190", + "23779", + "19497", + "24900", + "23547", + "10667", + "5280", + "24181", + "18162", + "2667", + "15922", + "7973", + "2515", + "1868", + "23809", + "16550", + "1474", + "23488", + "15620", + "24391", + "12382", + "22714", + "23414", + "21042", + "14024", + "6336", + "24125", + "6487", + "24610", + "8140", + "14670", + "24702", + "5706", + "12573", + "18749", + "23183", + "13701", + "21690", + "12188", + "3802", + "22720", + "13414", + "22089", + "18229", + "13209", + "14922", + "7411", + "18780", + "22420", + "205", + "19212", + "20098", + "1536", + "18249", + "4992", + "13185", + "16281", + "998", + "2530", + "23951", + "21751", + "21067", + "2202", + "8873", + "21127", + "19325", + "6431", + "6422", + "24409", + "19880", + "10518", + "6428", + "7129", + "24700", + "19756", + "16965", + "15003", + "23838", + "8025", + "2115", + "6421", + "7119", + "9459", + "21608", + "13508", + "13847", + "20837", + "17573", + "23968", + "115", + "23923", + "151", + "6419", + "21153", + "24079", + "24698", + "20220", + "24964", + "23789", + "23349", + "10812", + "6413", + "21326", + "14386", + "14977", + "12429", + "10752", + "5786", + "20453", + "11214", + "11717", + "6435", + "6424", + "5142", + "19786", + "23767", + "19713", + "21825", + "23236", + "7260", + "16365", + "21984", + "2691", + "7124", + "6420", + "2287", + "24413", + "22901", + "21729", + "15056", + "17488", + "12523", + "22748", + "3593", + "14990", + "13203", + "13756", + "16772", + "22468", + "13165", + "16042", + "5755", + "23174", + "18018", + "380", + "3410", + "9873", + "24692", + "11378", + "12927", + "19300", + "19790", + "21976", + "15032", + "21768", + "12813", + "22197", + "14897", + "16826", + "12515", + "13658", + "18103", + "22269", + "13237", + "2145", + "8603", + "4841", + "15672", + "2758", + "24294", + "8582", + "17558", + "13788", + "16649", + "16858", + "21829", + "13978", + "9852", + "15809", + "24116", + "24375", + "5686", + "14352", + "22283", + "4612", + "21542", + "21999", + "17713", + "14540", + "22385", + "10685", + "7078", + "24860", + "17454", + "8589", + "21236", + "15469", + "15970", + "20477", + "21678", + "18295", + "10372", + "4233", + "10377", + "15316", + "20824", + "14699", + "13868", + "20466", + "18764", + "18298", + "7770", + "15200", + "4059", + "4599", + "21284", + "19005", + "21874", + "7195", + "13916", + "22514", + "19209", + "21049", + "21223", + "15713", + "17139", + "15137", + "15082", + "13740", + "6434", + "3581", + "24832", + "5529", + "14266", + "13657", + "15295", + "14396", + "14322", + "19715", + "2165", + "14601", + "6628", + "2726", + "22472", + "23607", + "14742", + "20758", + "12716", + "14320", + "13040", + "4509", + "11157", + "544", + "15993", + "12212", + "14746", + "10184", + "1787", + "17068", + "15482", + "16813", + "734", + "10843", + "10787", + "8259", + "24544", + "19447", + "20674", + "22226", + "19216", + "8916", + "19592", + "18835", + "13064", + "18392", + "19691", + "21026", + "9885", + "12606", + "5440", + "8016", + "11791", + "15214", + "17092", + "19609", + "21877", + "7245", + "8067", + "8122", + "20947", + "3672", + "20735", + "23747", + "24285", + "9837", + "19988", + "15600", + "5194", + "819", + "19720", + "24553", + "3839", + "11024", + "12571", + "23753", + "22588", + "1427", + "11218", + "14505", + "18109", + "3451", + "9528", + "24677", + "2339", + "15216", + "1786", + "8921", + "15917", + "17623", + "12622", + "15709", + "6418", + "20574", + "24841", + "997", + "13352", + "22070", + "11441", + "10774", + "3805", + "17748", + "19569", + "23065", + "21384", + "12290", + "18153", + "19993", + "947", + "21361", + "16747", + "12533", + "23579", + "16335", + "21382", + "20887", + "13172", + "15779", + "16033", + "16943", + "11956", + "13353", + "12558", + "4121", + "11130", + "21960", + "7758", + "16627", + "2684", + "17690", + "2913", + "22653", + "19763", + "12318", + "11835", + "16786", + "21521", + "13325", + "20813", + "14861", + "21215", + "20070", + "21844", + "15471", + "19895", + "20661", + "24287", + "15089", + "17843", + "10155", + "20104", + "14409", + "10259", + "2225", + "22473", + "18124", + "2546", + "15453", + "14259", + "12501", + "13926", + "13326", + "13399", + "4223", + "14308", + "16599", + "13152", + "14310", + "14432", + "1995", + "22627", + "3942", + "19412", + "13703", + "20849", + "13994", + "21778", + "21353", + "20219", + "2406", + "4873", + "24718", + "19099", + "22510", + "2707", + "22222", + "1759", + "22638", + "24592", + "17565", + "20650", + "14685", + "12248", + "11694", + "15630", + "20372", + "24863", + "23500", + "14274", + "12459", + "20174", + "20144", + "18966", + "18129", + "21095", + "19048", + "19171", + "23548", + "18518", + "10492", + "10539", + "20349", + "22042", + "20783", + "7317", + "18645", + "11931", + "12354", + "11994", + "10682", + "19283", + "18431", + "15029", + "4271", + "23343", + "4237", + "2183", + "15705", + "21028", + "20961", + "12955", + "12694", + "19050", + "20268", + "19355", + "19127", + "19515", + "9394", + "16202", + "15428", + "17746", + "22057", + "20451", + "17736", + "20821", + "21403", + "20575", + "19543", + "208", + "18891", + "18155", + "18900", + "20165", + "11354", + "11470", + "21676", + "9661", + "20901", + "7248", + "20578", + "20715", + "24903", + "23433", + "14611", + "11105", + "20069", + "21121", + "14010", + "17400", + "7246", + "20815", + "21662", + "9545", + "12427", + "22788", + "18120", + "20362", + "20431", + "7565", + "20309", + "15769", + "6536", + "21308", + "18665", + "1283", + "11150", + "7694", + "10178", + "22773", + "8278", + "22732", + "1715", + "15886", + "14419", + "3649", + "20397", + "16541", + "15522", + "18185", + "13819", + "14226", + "14391", + "19612", + "21669", + "24388", + "7678", + "4608", + "18477", + "12555", + "16567", + "6063", + "21463", + "23903", + "12075", + "12117", + "13011", + "10974", + "13958", + "23775", + "10929", + "24712", + "23660", + "8469", + "23303", + "7217", + "12693", + "14177", + "16619", + "11283", + "14294", + "12681", + "6682", + "14059", + "10185", + "10230", + "24306", + "17901", + "8532", + "15423", + "8473", + "11085", + "21703", + "23919", + "4251", + "11817", + "17879", + "956", + "5330", + "18412", + "21456", + "24046", + "23996", + "14774", + "5783", + "15455", + "23001", + "4967", + "6371", + "13114", + "4691", + "20454", + "23642", + "5293", + "22995", + "16352", + "11789", + "11803", + "15215", + "1241", + "18491", + "13892", + "22357", + "2085", + "13070", + "12484", + "9346", + "7431", + "4859", + "14844", + "20087", + "19776", + "2944", + "11399", + "16543", + "14635", + "10127", + "1065", + "24691", + "9775", + "18480", + "14078", + "4154", + "19430", + "12594", + "19682", + "8995", + "16676", + "7835", + "20192", + "6688", + "22859", + "16270", + "15076", + "8493", + "12258", + "22763", + "14680", + "2336", + "9680", + "11295", + "16186", + "17972", + "4694", + "4163", + "6468", + "8593", + "10123", + "4453", + "23028", + "9001", + "12002", + "7611", + "18873", + "9896", + "10727", + "20059", + "5331", + "12527", + "13067", + "3475", + "17292", + "7492", + "23507", + "21814", + "13570", + "20459", + "794", + "10994", + "19782", + "1448", + "15812", + "18522", + "7494", + "19677", + "22691", + "4703", + "10730", + "23601", + "16304", + "2319", + "20412", + "24291", + "632", + "17042", + "10534", + "22111", + "4536", + "14408", + "17405", + "22559", + "17099", + "24665", + "3508", + "1240", + "15035", + "14530", + "13582", + "844", + "5358", + "16416", + "9607", + "2837", + "23430", + "23993", + "14709", + "17419", + "18724", + "14797", + "14839", + "11833", + "22152", + "18308", + "22918", + "20006", + "24933", + "22594", + "21680", + "7804", + "22883", + "4166", + "18936", + "18737", + "19865", + "14194", + "13632", + "15190", + "10763", + "2523", + "8977", + "588", + "10786", + "5063", + "13033", + "23006", + "1939", + "17662", + "15778", + "11472", + "23822", + "20680", + "17741", + "11003", + "12431", + "14026", + "12870", + "24129", + "1137", + "21629", + "5344", + "11699", + "15442", + "20922", + "20972", + "12128", + "6309", + "20484", + "19631", + "13486", + "19521", + "21179", + "14439", + "14163", + "3149", + "8040", + "17258", + "3857", + "20976", + "20526", + "23347", + "13753", + "15852", + "10354", + "4487", + "1571", + "16995", + "20089", + "22466", + "15002", + "18473", + "21637", + "8456", + "10396", + "4404", + "12688", + "19485", + "7586", + "13230", + "7969", + "16383", + "23970", + "20280", + "15610", + "22300", + "6040", + "23443", + "11556", + "19973", + "19797", + "19324", + "19568", + "18184", + "18685", + "16750", + "15291", + "9846", + "8581", + "1011", + "19279", + "15182", + "24611", + "13759", + "22054", + "15932", + "15195", + "17021", + "20717", + "11616", + "9872", + "12022", + "14570", + "12259", + "19243", + "23269", + "1937", + "4435", + "2626", + "9494", + "23792", + "16141", + "15564", + "10820", + "14713", + "12436", + "16195", + "10834", + "16539", + "16319", + "20936", + "20691", + "113", + "4277", + "13904", + "14192", + "15638", + "17167", + "11458", + "6570", + "22722", + "970", + "14284", + "19996", + "14580", + "12897", + "7112", + "7645", + "16934", + "16348", + "23911", + "21339", + "22310", + "21439", + "12972", + "22848", + "9899", + "1269", + "4900", + "19864", + "16154", + "1935", + "15601", + "22369", + "22665", + "11374", + "16743", + "17441", + "5301", + "24726", + "22143", + "3364", + "13369", + "13381", + "7216", + "9889", + "18362", + "14469", + "19896", + "4828", + "7570", + "20528", + "21173", + "4597", + "18485", + "12616", + "13319", + "22259", + "10139", + "17472", + "15627", + "7577", + "8373", + "23539", + "22083", + "19487", + "19918", + "1936", + "4286", + "15299", + "10911", + "6794", + "3684", + "487", + "13838", + "13495", + "19211", + "3513", + "15108", + "4200", + "1931", + "12541", + "15367", + "14085", + "18324", + "16246", + "23205", + "22899", + "15225", + "10928", + "14032", + "5257", + "366", + "3170", + "12319", + "20126", + "12378", + "21387", + "19809", + "19472", + "1917", + "1924", + "3840", + "6019", + "18931", + "14775", + "12263", + "4673", + "13538", + "24378", + "9295", + "16382", + "20636", + "23589", + "16234", + "7141", + "21064", + "22198", + "14900", + "4902", + "23336", + "5725", + "13732", + "14426", + "12502", + "19826", + "15740", + "12800", + "22866", + "8116", + "3432", + "6643", + "10265", + "1929", + "1930", + "11687", + "16799", + "24824", + "1806", + "14870", + "14006", + "14931", + "18141", + "1940", + "11235", + "461", + "14296", + "17369", + "5298", + "14832", + "15115", + "12925", + "1932", + "1920", + "1927", + "6383", + "6609", + "12481", + "11777", + "14490", + "12569", + "12508", + "1926", + "1921", + "10355", + "1941", + "1934", + "23231", + "5724", + "8669", + "23145", + "21656", + "19726", + "21733", + "8887", + "16484", + "2367", + "19465", + "16841", + "12835", + "19534", + "12053", + "18494", + "7172", + "2278", + "18348", + "23127", + "14762", + "19925", + "21846", + "18236", + "591", + "15894", + "24859", + "14412", + "17702", + "13923", + "12970", + "21890", + "13465", + "13006", + "7466", + "21413", + "11316", + "13830", + "19320", + "8878", + "18360", + "19700", + "14755", + "24881", + "12302", + "15171", + "14967", + "14660", + "3776", + "18531", + "13016", + "24848", + "13817", + "17822", + "18368", + "16756", + "17080", + "17323", + "17442", + "16371", + "4464", + "13120", + "18825", + "24420", + "19143", + "17773", + "12759", + "24091", + "20656", + "9799", + "8668", + "10489", + "10054", + "23814", + "15678", + "17427", + "10306", + "10827", + "22798", + "18889", + "18256", + "8999", + "4164", + "18497", + "14690", + "1923", + "24747", + "23063", + "13795", + "17522", + "9284", + "17717", + "2882", + "24940", + "5027", + "1745", + "15739", + "20642", + "6558", + "3908", + "17633", + "19225", + "14955", + "19760", + "16840", + "18061", + "19417", + "21258", + "9677", + "20010", + "1423", + "17651", + "22531", + "21872", + "1403", + "23526", + "24872", + "16479", + "3993", + "22771", + "12723", + "17334", + "15074", + "6471", + "20081", + "24547", + "12559", + "16593", + "12831", + "1385", + "21283", + "17872", + "12740", + "4214", + "10314", + "4038", + "22560", + "14559", + "17642", + "1405", + "984", + "14916", + "17265", + "22500", + "14648", + "14574", + "24943", + "5960", + "17015", + "20068", + "6812", + "9252", + "11844", + "9658", + "16373", + "17883", + "19526", + "21548", + "12271", + "5536", + "17686", + "22885", + "10326", + "12653", + "23629", + "15203", + "16402", + "11055", + "18869", + "16213", + "21828", + "16137", + "11589", + "1401", + "19416", + "4732", + "19787", + "20152", + "17825", + "1400", + "16005", + "20284", + "12056", + "23680", + "22055", + "17613", + "13283", + "18774", + "12300", + "11116", + "18240", + "24856", + "22327", + "22721", + "17564", + "11047", + "4937", + "15593", + "19745", + "7834", + "13166", + "7519", + "22251", + "15426", + "15691", + "15875", + "19360", + "22534", + "19871", + "12891", + "16312", + "8149", + "18978", + "13052", + "11644", + "2415", + "17764", + "21125", + "12969", + "12825", + "13440", + "23244", + "15036", + "13613", + "16927", + "5407", + "7382", + "14316", + "13871", + "10413", + "16184", + "22164", + "20014", + "4278", + "6601", + "20129", + "21765", + "7682", + "3510", + "4336", + "13031", + "11765", + "6603", + "3341", + "5744", + "23914", + "8553", + "6600", + "6602", + "7065", + "796", + "24928", + "6604", + "20615", + "21574", + "9347", + "22434", + "9655", + "8543", + "18910", + "20957", + "21158", + "3831", + "7604", + "7506", + "11548", + "18988", + "12151", + "8059", + "19436", + "23163", + "24516", + "1398", + "16745", + "11793", + "17735", + "17011", + "15796", + "21495", + "10879", + "12798", + "24675", + "10926", + "5411", + "11376", + "22660", + "18363", + "10442", + "15590", + "24035", + "24063", + "23812", + "22945", + "23321", + "22516", + "24939", + "2330", + "4236", + "13054", + "15255", + "15194", + "23495", + "22108", + "15581", + "18196", + "13046", + "14855", + "15747", + "24498", + "21915", + "11651", + "24668", + "954", + "12237", + "19858", + "6039", + "20518", + "7670", + "17230", + "16817", + "20764", + "18568", + "17018", + "23437", + "24478", + "8235", + "12231", + "23345", + "19184", + "14923", + "15863", + "17911", + "20749", + "24161", + "23317", + "1404", + "17283", + "12315", + "18156", + "19540", + "6395", + "16207", + "10130", + "9674", + "17036", + "15219", + "1413", + "15211", + "1416", + "8651", + "12223", + "12768", + "15698", + "10916", + "14579", + "20239", + "12189", + "16553", + "20019", + "10913", + "8970", + "1414", + "5716", + "263", + "4860", + "14225", + "20547", + "17837", + "9565", + "11877", + "17493", + "6445", + "10853", + "7831", + "8856", + "11158", + "17308", + "21966", + "5402", + "10543", + "4784", + "3794", + "14975", + "17832", + "406", + "22124", + "16574", + "21657", + "14148", + "17891", + "19705", + "1293", + "16931", + "11746", + "20912", + "8390", + "14355", + "1178", + "17960", + "2409", + "22692", + "14290", + "11041", + "2408", + "2318", + "2558", + "3400", + "1253", + "12310", + "11928", + "13342", + "10803", + "12406", + "19162", + "11020", + "18293", + "14560", + "3490", + "4866", + "1949", + "24159", + "21355", + "17397", + "11690", + "10368", + "4488", + "12444", + "14118", + "22150", + "12198", + "15578", + "22140", + "23786", + "18178", + "19802", + "24774", + "13499", + "2405", + "11605", + "16746", + "15361", + "17487", + "17576", + "17490", + "20532", + "22075", + "11523", + "15278", + "18627", + "12974", + "19536", + "13674", + "18217", + "18610", + "18116", + "21056", + "21438", + "6707", + "24408", + "23295", + "18691", + "17831", + "23842", + "8702", + "14754", + "24730", + "3585", + "18792", + "21996", + "2369", + "19186", + "21599", + "2407", + "16451", + "12004", + "8629", + "10668", + "23408", + "18481", + "21776", + "12718", + "10690", + "18454", + "24500", + "12956", + "13551", + "15197", + "19956", + "23392", + "18332", + "23596", + "14436", + "12973", + "16384", + "21653", + "3722", + "14369", + "10027", + "12020", + "10080", + "10260", + "17177", + "4568", + "23468", + "22255", + "17409", + "6760", + "8168", + "24082", + "19722", + "21098", + "20084", + "1948", + "12287", + "22462", + "17783", + "13681", + "15287", + "16609", + "14216", + "20844", + "10087", + "8297", + "21774", + "17452", + "13992", + "4794", + "22004", + "22479", + "18816", + "3262", + "17329", + "13055", + "14703", + "7184", + "2908", + "11779", + "10453", + "8079", + "23209", + "10092", + "9124", + "24414", + "12503", + "9146", + "24719", + "12335", + "16605", + "9479", + "17218", + "17705", + "270", + "4071", + "17453", + "24653", + "22785", + "10075", + "5950", + "1301", + "5296", + "10427", + "11026", + "13965", + "13668", + "23800", + "19586", + "12488", + "4051", + "12867", + "16554", + "10156", + "13696", + "14622", + "6659", + "22986", + "6566", + "17620", + "15735", + "24381", + "15883", + "17335", + "21085", + "18915", + "10292", + "6939", + "16708", + "13205", + "15784", + "13470", + "13889", + "5336", + "24383", + "22455", + "2655", + "11853", + "10138", + "17276", + "2670", + "1576", + "15123", + "13716", + "6992", + "16732", + "16878", + "11051", + "14082", + "7542", + "22704", + "7907", + "22979", + "23925", + "4840", + "11007", + "15579", + "1183", + "11323", + "16925", + "7298", + "13199", + "17402", + "3271", + "23971", + "1702", + "14281", + "2084", + "6170", + "10574", + "13897", + "11842", + "17712", + "21232", + "13909", + "5727", + "16975", + "13262", + "18977", + "11129", + "14563", + "15631", + "3679", + "23652", + "19295", + "22873", + "15330", + "13920", + "463", + "23229", + "10830", + "15454", + "11507", + "16854", + "17563", + "11081", + "20389", + "15288", + "122", + "10199", + "24709", + "17029", + "5897", + "23319", + "22494", + "6003", + "1111", + "12297", + "9941", + "20418", + "21230", + "1510", + "3269", + "17674", + "14631", + "14980", + "21616", + "7265", + "13741", + "9881", + "11457", + "11570", + "6656", + "6975", + "12848", + "1030", + "14912", + "22302", + "6835", + "17698", + "24390", + "12884", + "5404", + "946", + "4892", + "18938", + "22877", + "13217", + "21928", + "6655", + "21619", + "15977", + "15950", + "6380", + "6974", + "19566", + "18233", + "23356", + "16662", + "6478", + "23141", + "22078", + "14992", + "5304", + "15363", + "21407", + "18861", + "22690", + "23280", + "14515", + "8455", + "23239", + "1267", + "19351", + "24488", + "11102", + "13273", + "16212", + "23021", + "24369", + "18311", + "2923", + "7502", + "2242", + "24707", + "7937", + "14519", + "21947", + "23352", + "6824", + "17411", + "9265", + "16089", + "13119", + "7383", + "18393", + "15355", + "6390", + "14300", + "12890", + "22917", + "22313", + "19546", + "10175", + "269", + "5514", + "4058", + "314", + "10819", + "9723", + "1410", + "23102", + "4624", + "6743", + "7062", + "21980", + "12325", + "19246", + "22254", + "23701", + "21474", + "18687", + "14641", + "13664", + "20156", + "8461", + "1228", + "18151", + "315", + "15764", + "20209", + "1637", + "17568", + "21852", + "16819", + "14339", + "10019", + "10023", + "10024", + "5326", + "10020", + "12340", + "5905", + "16469", + "3318", + "19302", + "22851", + "15524", + "12278", + "11253", + "15960", + "22060", + "18926", + "21920", + "5644", + "1383", + "19284", + "18258", + "18146", + "21323", + "4630", + "19006", + "7444", + "16280", + "22355", + "23353", + "15371", + "2384", + "18328", + "13933", + "22537", + "17387", + "7268", + "11202", + "20481", + "19332", + "20775", + "15519", + "12126", + "12129", + "10959", + "24736", + "11078", + "20607", + "13256", + "14901", + "15101", + "10519", + "5413", + "14853", + "13422", + "3674", + "6846", + "18073", + "12048", + "15974", + "218", + "11612", + "14789", + "10122", + "11342", + "11084", + "11142", + "15797", + "520", + "22745", + "4273", + "5806", + "9829", + "19269", + "9529", + "11862", + "22064", + "2999", + "4187", + "12118", + "17797", + "1956", + "9022", + "1828", + "13194", + "5946", + "15012", + "10093", + "17929", + "14462", + "24738", + "8868", + "17465", + "7632", + "10222", + "11161", + "11624", + "7267", + "21331", + "24415", + "17286", + "16068", + "15230", + "10972", + "8323", + "13954", + "428", + "23238", + "19855", + "8325", + "13482", + "14109", + "24898", + "4359", + "8953", + "13503", + "20722", + "22693", + "5409", + "15348", + "10375", + "6941", + "14188", + "22058", + "12211", + "21551", + "15164", + "11094", + "20977", + "12743", + "24887", + "19808", + "8849", + "14852", + "16464", + "4798", + "14956", + "19753", + "19979", + "20465", + "22784", + "15280", + "2863", + "20230", + "2236", + "13539", + "3159", + "21558", + "23583", + "7567", + "8090", + "15064", + "2930", + "20828", + "13816", + "6296", + "9462", + "23171", + "11921", + "8881", + "4450", + "18719", + "21257", + "22674", + "3344", + "3837", + "8775", + "5158", + "21211", + "14849", + "7914", + "2475", + "16165", + "10569", + "20405", + "8896", + "22695", + "19701", + "13957", + "3875", + "10632", + "8564", + "20287", + "23801", + "12888", + "18092", + "24864", + "6539", + "17749", + "14877", + "2382", + "14794", + "8839", + "20038", + "21926", + "6866", + "17998", + "17226", + "18525", + "1478", + "23595", + "6595", + "21013", + "20659", + "8042", + "14667", + "11980", + "4634", + "14938", + "10459", + "10451", + "16166", + "11234", + "9935", + "16853", + "11526", + "9738", + "13108", + "2255", + "16063", + "14212", + "8814", + "4791", + "11893", + "6423", + "9372", + "3771", + "22147", + "18379", + "14411", + "12266", + "6605", + "16206", + "6751", + "20140", + "13520", + "18009", + "3769", + "20655", + "13911", + "3386", + "5126", + "22352", + "24056", + "21352", + "11070", + "23399", + "18057", + "418", + "10351", + "16888", + "20826", + "11227", + "14414", + "15166", + "10468", + "22808", + "15719", + "2724", + "24502", + "19009", + "11663", + "7816", + "3754", + "23580", + "18777", + "10191", + "23095", + "6209", + "19119", + "18845", + "9157", + "4282", + "7647", + "17799", + "19189", + "12059", + "19111", + "1349", + "21603", + "7064", + "11551", + "11138", + "24893", + "4729", + "744", + "22172", + "6192", + "14842", + "20005", + "17888", + "2403", + "12150", + "19673", + "9128", + "9135", + "11903", + "20760", + "15987", + "17043", + "6635", + "8735", + "2104", + "12402", + "16411", + "5082", + "22158", + "3033", + "24089", + "4614", + "19457", + "12417", + "8556", + "10739", + "5472", + "5041", + "15059", + "20017", + "5219", + "22900", + "7679", + "17040", + "11382", + "6852", + "6055", + "12942", + "10596", + "6529", + "11144", + "17008", + "7854", + "13073", + "14807", + "1508", + "1509", + "1512", + "22740", + "13771", + "21868", + "15310", + "16277", + "6978", + "6653", + "5643", + "6177", + "2351", + "13964", + "2876", + "6376", + "11346", + "1511", + "12654", + "6560", + "21171", + "20125", + "6407", + "21876", + "11391", + "13735", + "4422", + "21594", + "24638", + "19823", + "24754", + "10644", + "469", + "6976", + "1108", + "22307", + "13317", + "22030", + "14664", + "11515", + "20257", + "15711", + "4789", + "22231", + "18693", + "10877", + "19789", + "13343", + "19438", + "15736", + "12423", + "23164", + "19606", + "2997", + "4695", + "10501", + "13997", + "20932", + "18586", + "22175", + "22597", + "3498", + "12092", + "18404", + "16363", + "14696", + "6255", + "12883", + "19723", + "16461", + "20696", + "17013", + "16125", + "23227", + "4889", + "24509", + "16429", + "22240", + "23908", + "17790", + "24389", + "22566", + "4344", + "24510", + "11655", + "18942", + "17762", + "12772", + "21357", + "2286", + "9254", + "24435", + "14338", + "12111", + "15196", + "17869", + "2660", + "7872", + "3477", + "13640", + "10968", + "19007", + "12664", + "3717", + "23064", + "17692", + "10065", + "455", + "3691", + "24524", + "9483", + "1849", + "12690", + "7892", + "14402", + "8490", + "24523", + "23890", + "14672", + "824", + "8652", + "11716", + "20851", + "19425", + "21434", + "23901", + "14707", + "20026", + "19998", + "22498", + "7837", + "1373", + "5951", + "16863", + "8677", + "23940", + "14405", + "12305", + "10379", + "12539", + "13955", + "19433", + "16723", + "13004", + "22999", + "20225", + "13135", + "24525", + "9059", + "15273", + "19446", + "18630", + "4146", + "24549", + "24522", + "5983", + "2773", + "11722", + "10177", + "16349", + "21131", + "17417", + "22891", + "10297", + "21634", + "16347", + "21633", + "4147", + "10656", + "24535", + "15969", + "12339", + "12084", + "22361", + "15772", + "16949", + "24064", + "22142", + "12728", + "16156", + "8763", + "2861", + "24534", + "21696", + "16523", + "3785", + "5234", + "12750", + "18819", + "7023", + "17814", + "14681", + "11000", + "722", + "11529", + "11810", + "21136", + "938", + "4577", + "13626", + "21652", + "1128", + "16361", + "12413", + "1572", + "20150", + "17680", + "21415", + "21482", + "1022", + "19116", + "16389", + "12112", + "21143", + "11920", + "19402", + "24816", + "18664", + "11429", + "16357", + "9934", + "3770", + "24527", + "12805", + "22744", + "1653", + "4240", + "19538", + "1729", + "21105", + "6057", + "17759", + "7889", + "24163", + "18089", + "19728", + "11285", + "5976", + "10464", + "22855", + "14025", + "4036", + "18808", + "22792", + "18996", + "10593", + "10705", + "4959", + "9649", + "13299", + "14045", + "20536", + "10798", + "2053", + "14337", + "11181", + "16053", + "12998", + "24526", + "19292", + "9748", + "20652", + "12918", + "21429", + "16019", + "15339", + "14826", + "23142", + "16452", + "8230", + "17885", + "2362", + "19608", + "8779", + "22476", + "24603", + "19815", + "24550", + "784", + "22082", + "5295", + "24123", + "23470", + "6311", + "22939", + "23146", + "23709", + "15749", + "23916", + "2277", + "15880", + "16815", + "20197", + "21530", + "18576", + "16722", + "20873", + "17938", + "20318", + "20795", + "7746", + "14527", + "15338", + "10361", + "7748", + "7744", + "6205", + "12913", + "17264", + "19382", + "240", + "12528", + "2555", + "22940", + "23245", + "23749", + "23859", + "21550", + "13450", + "12062", + "16302", + "24140", + "10936", + "21737", + "21341", + "10847", + "16477", + "14453", + "18005", + "24981", + "18101", + "19955", + "7860", + "7747", + "12617", + "22718", + "24286", + "10293", + "23377", + "23803", + "23424", + "22936", + "24739", + "16671", + "16169", + "23226", + "23462", + "14258", + "17987", + "19291", + "20094", + "12163", + "11604", + "13413", + "23935", + "7430", + "16736", + "4075", + "7745", + "1451", + "22941", + "23663", + "12452", + "20664", + "19572", + "24735", + "12868", + "22753", + "23751", + "21477", + "18218", + "18273", + "20435", + "11205", + "3807", + "21280", + "17361", + "9525", + "15083", + "18002", + "14766", + "24555", + "24974", + "15998", + "10831", + "15237", + "12932", + "22296", + "22282", + "15953", + "12224", + "21863", + "17332", + "19085", + "12977", + "11760", + "22023", + "18765", + "17908", + "13193", + "16010", + "13984", + "22565", + "22155", + "15849", + "23373", + "24372", + "13347", + "18248", + "23088", + "21295", + "15839", + "16798", + "22699", + "15628", + "22810", + "20576", + "13829", + "12587", + "23255", + "23476", + "22322", + "19313", + "20109", + "24394", + "24660", + "23729", + "24105", + "23816", + "7463", + "11895", + "10722", + "23175", + "12551", + "10268", + "14044", + "10205", + "14076", + "13162", + "10858", + "10800", + "12496", + "13842", + "12765", + "14949", + "12086", + "4506", + "11725", + "11086", + "11291", + "11030", + "11585", + "20034", + "23156", + "20361", + "23974", + "15732", + "11317", + "11788", + "5557", + "6938", + "9391", + "18917", + "19630", + "2077", + "19846", + "20315", + "10785", + "9497", + "9638", + "8092", + "9841", + "12981", + "11657", + "20363", + "7455", + "3690", + "24256", + "10896", + "18084", + "24113", + "18378", + "8162", + "17049", + "14142", + "14493", + "13746", + "23134", + "11463", + "8089", + "1441", + "16116", + "19169", + "1295", + "11226", + "22888", + "18629", + "21354", + "14359", + "13517", + "13820", + "22018", + "9030", + "10183", + "5143", + "9088", + "13250", + "10779", + "12272", + "4111", + "5147", + "24541", + "6130", + "20558", + "13567", + "1265", + "20217", + "9963", + "9176", + "12852", + "20436", + "22464", + "18193", + "12367", + "4141", + "11858", + "22790", + "23972", + "15379", + "14456", + "16650", + "15155", + "13121", + "17559", + "5242", + "13596", + "12144", + "23494", + "11919", + "15344", + "23211", + "9086", + "9656", + "15734", + "23804", + "15282", + "16093", + "15045", + "19426", + "8674", + "19278", + "20825", + "13874", + "937", + "12269", + "21316", + "10882", + "19535", + "24793", + "4197", + "14114", +]; -const xp: string[] = []; +const xp: string[] = [ + "23795", + "14140", + "17944", + "10292", + "9412", + "16455", + "11170", + "9106", + "6952", + "23201", + "16559", + "24422", + "19143", + "4479", + "16635", + "13212", + "5139", + "22037", + "12409", + "23881", + "3378", + "21403", + "15778", + "1677", + "21508", + "1416", + "14117", + "172", + "9358", + "4518", + "8531", + "17033", + "9673", + "13700", + "24080", + "22844", + "4350", + "6931", + "14489", + "16028", + "4271", + "2195", + "11399", + "11663", + "6827", + "21868", + "21424", + "2941", + "1454", + "17344", + "1743", + "22566", + "15328", + "4789", + "22714", + "19991", + "4285", + "6138", + "13509", + "5535", + "11785", + "18009", + "16863", + "6147", + "7303", + "12893", + "6109", + "13996", + "22133", + "12022", + "14046", + "22128", + "24941", + "20454", + "23098", + "6164", + "12247", + "3052", + "6260", + "5743", + "1264", + "383", + "18873", + "12611", + "12515", + "13681", + "16553", + "4895", + "1470", + "22958", + "1218", + "7413", + "18650", + "23065", + "5027", + "13489", + "22197", + "7782", + "18111", + "766", + "5369", + "16732", + "4405", + "20449", + "18477", + "24381", + "692", + "10909", + "16975", + "14436", + "9023", + "1240", + "20844", + "3169", + "20232", + "20952", + "6279", + "16748", + "20019", + "16505", + "15694", + "21154", + "22751", + "3256", + "1448", + "13536", + "8764", + "282", + "5604", + "22018", + "24976", + "3295", + "8821", + "8517", + "19172", + "8845", + "19016", + "4005", + "5790", + "3942", + "836", + "9346", + "4794", + "3037", + "1475", + "7422", + "15109", + "19937", + "6174", + "7848", + "6912", + "19970", + "17539", + "21797", + "18400", + "6350", + "13425", + "8651", + "20374", + "15571", + "17444", + "9808", + "3673", + "22261", + "12151", + "23249", + "5731", + "5935", + "8863", + "1735", + "16543", + "11015", + "8893", + "826", + "14473", + "1806", + "24975", + "11746", + "12112", + "4589", + "14480", + "22704", + "7001", + "5540", + "8691", + "22724", + "7755", + "2812", + "5702", + "7026", + "5017", + "8099", + "8327", + "20826", + "20518", + "2368", + "12532", + "20909", + "10252", + "17343", + "24554", + "18035", + "6735", + "24089", + "8364", + "408", + "2749", + "11205", + "14350", + "22153", + "21278", + "7653", + "14339", + "8050", + "9175", + "2967", + "10321", + "7885", + "1838", + "20151", + "13291", + "1014", + "19134", + "23414", + "7060", + "4441", + "15351", + "3932", + "8256", + "574", + "7895", + "1779", + "8623", + "12198", + "3370", + "13262", + "16451", + "13401", + "11033", + "5583", + "24484", + "18661", + "12886", + "2145", + "8612", + "19030", + "6447", + "19260", + "9867", + "16524", + "2542", + "7969", + "4639", + "8016", + "2501", + "6951", + "5682", + "3171", + "8064", + "1381", + "5684", + "5737", + "6451", + "9760", + "2500", + "598", + "3173", + "3407", + "3931", + "8590", + "6843", + "5420", + "6058", + "3782", + "581", + "1728", + "7563", + "4944", + "6239", + "7562", + "2739", + "12873", + "1367", + "5205", + "4301", + "12481", + "3201", + "3929", + "4302", + "16712", + "4678", + "7617", + "1836", + "5140", + "20235", + "5141", + "1998", + "9832", + "1780", + "8501", + "3933", + "7401", + "1483", + "4650", + "4298", + "19221", + "10646", + "8554", + "12353", + "7868", + "7052", + "3749", + "8032", + "1852", + "3861", + "6933", + "6351", + "7055", + "5383", + "8303", + "5681", + "22473", + "7456", + "4566", + "5155", + "3308", + "4465", + "14978", + "2393", + "7863", + "1345", + "787", + "3425", + "2270", + "5660", + "8235", + "5658", + "9250", + "9996", + "9957", + "9689", + "7200", + "7202", + "4567", + "9634", + "6156", + "4564", + "4561", + "5975", + "9362", + "6265", + "14296", + "2811", + "6155", + "5533", + "2559", + "673", + "5551", + "3156", + "5798", + "8499", + "6014", + "1633", + "4682", + "7571", + "9862", + "5549", + "1335", + "1545", + "567", + "8971", + "543", + "578", + "486", + "7203", + "5029", + "4503", + "9171", + "2854", + "9733", + "577", + "1491", + "9338", + "17171", + "575", + "5079", + "3431", + "568", + "3852", + "576", + "9850", + "13299", + "569", + "580", + "571", + "9851", + "5945", + "573", + "13828", + "4598", + "4847", + "6233", + "4125", + "23773", + "5375", + "5883", + "6847", + "9813", + "9021", + "3934", + "3898", + "3596", + "9393", + "14935", + "8607", + "8069", + "3012", + "3899", + "4740", + "449", + "14194", + "8434", + "8902", + "9685", + "1083", + "4458", + "2745", + "8147", + "5980", + "24711", + "3152", + "5676", + "6342", + "4505", + "1668", + "1840", + "8823", + "18339", + "8694", + "2054", + "19373", + "9210", + "6257", + "7209", + "3154", + "7030", + "4616", + "8864", + "8860", + "8862", + "8480", + "7689", + "21895", + "7832", + "7717", + "7433", + "267", + "8861", + "9083", + "3711", + "9371", + "7067", + "6040", + "21660", + "6786", + "8439", + "8440", + "9636", + "8443", + "6443", + "5134", + "396", + "3989", + "8442", + "815", + "922", + "7025", + "6222", + "3237", + "8084", + "6128", + "201", + "684", + "1745", + "2906", + "6665", + "7369", + "8955", + "9814", + "6946", + "2674", + "3736", + "2558", + "2824", + "4433", + "13523", + "2463", + "6853", + "15550", + "7058", + "820", + "2750", + "2290", + "3040", + "6208", + "5877", + "8615", + "8253", + "8585", + "9337", + "14697", + "8790", + "12387", + "3928", + "4106", + "4735", + "7864", + "5701", + "8226", + "19207", + "1457", + "233", + "9654", + "4156", + "4820", + "1986", + "4095", + "4117", + "4765", + "4228", + "4069", + "2687", + "4728", + "8631", + "9751", + "7083", + "19548", + "9997", + "3411", + "6012", + "16354", + "6953", + "9121", + "16239", + "112", + "5769", + "7084", + "19834", + "16076", + "6792", + "17282", + "6884", + "12400", + "2716", + "8082", + "9047", + "15841", + "3835", + "8667", + "9612", + "6652", + "9936", + "4230", + "18374", + "14256", + "12918", + "4521", + "8756", + "5423", + "1879", + "12513", + "7304", + "5792", + "7893", + "9215", + "8588", + "5733", + "6709", + "514", + "5696", + "8934", + "5328", + "9767", + "13600", + "789", + "236", + "6475", + "2249", + "3487", + "8693", + "23931", + "17188", + "8061", + "1124", + "1808", + "4527", + "924", + "15434", + "8158", + "7569", + "3855", + "21813", + "114", + "1195", + "2057", + "16456", + "6136", + "23780", + "13238", + "2678", + "22163", + "18859", + "7517", + "6615", + "20848", + "23741", + "2851", + "1862", + "3051", + "4701", + "4102", + "4640", + "12628", + "9349", + "6266", + "4232", + "677", + "3515", + "8213", + "522", + "4906", + "1994", + "243", + "12660", + "8229", + "7687", + "9173", + "15707", + "20342", + "1193", + "9849", + "14734", + "6094", + "5280", + "6394", + "5904", + "5446", + "3572", + "7167", + "5488", + "15560", + "19788", + "16587", + "18438", + "16059", + "20832", + "1586", + "10356", + "19903", + "21038", + "5501", + "4684", + "7992", + "4681", + "4693", + "5306", + "5016", + "6132", + "13774", + "7384", + "4677", + "4680", + "4083", + "5508", + "4679", + "4090", + "8806", + "662", + "4683", + "8936", + "7603", + "4534", + "4489", + "18107", + "2301", + "14341", + "2888", + "5641", + "1274", + "15697", + "20060", + "3584", + "4595", + "8960", + "14174", + "1379", + "3205", + "5524", + "6131", + "9602", + "2359", + "2209", + "2879", + "7980", + "23258", + "7800", + "1055", + "24859", + "5106", + "8167", + "8396", + "7545", + "15320", + "9174", + "3816", + "11065", + "19163", + "572", + "1021", + "1954", + "17342", + "11566", + "16109", + "2128", + "2181", + "15120", + "20128", + "22652", + "3160", + "5704", + "9681", + "1063", + "9866", + "479", + "6633", + "23535", + "18296", + "1952", + "22122", + "5305", + "24727", + "21835", + "8922", + "10979", + "7377", + "12986", + "16861", + "8030", + "9357", + "8102", + "7082", + "8557", + "3900", + "8166", + "21849", + "5321", + "3905", + "5955", + "4486", + "6345", + "7817", + "19406", + "18291", + "5521", + "7312", + "2269", + "18539", + "7113", + "5967", + "8382", + "9396", + "19883", + "3178", + "3177", + "4670", + "9610", + "4809", + "3184", + "3179", + "14510", + "21093", + "19562", + "4444", + "20863", + "19086", + "9179", + "8121", + "728", + "5376", + "8726", + "5221", + "10398", + "8311", + "1580", + "106", + "11554", + "20061", + "5154", + "6274", + "7897", + "14567", + "9125", + "5938", + "4215", + "9790", + "17827", + "5612", + "7958", + "1244", + "16431", + "2557", + "6089", + "5378", + "6637", + "9168", + "16969", + "23587", + "2261", + "15510", + "14160", + "5374", + "20475", + "5377", + "11732", + "5504", + "2360", + "24449", + "13559", + "14781", + "17037", + "289", + "6047", + "660", + "2260", + "23757", + "20943", + "9983", + "11259", + "9889", + "17257", + "17069", + "5496", + "23984", + "16095", + "17242", + "24504", + "10549", + "4078", + "16980", + "17751", + "18352", + "4165", + "24948", + "11289", + "21048", + "3403", + "9643", + "12422", + "966", + "24936", + "5507", + "16424", + "16016", + "22934", + "3789", + "19561", + "12221", + "18853", + "23324", + "14554", + "16770", + "15518", + "2886", + "22700", + "2544", + "12123", + "23574", + "17161", + "23785", + "16598", + "5485", + "13990", + "18309", + "14457", + "13974", + "6592", + "9795", + "7425", + "7957", + "18126", + "24169", + "2717", + "19784", + "169", + "7206", + "23293", + "1368", + "4786", + "6851", + "1425", + "9848", + "7449", + "4468", + "19156", + "14817", + "9731", + "9162", + "4700", + "4560", + "14437", + "23496", + "8567", + "7943", + "1590", + "14882", + "4263", + "14438", + "16492", + "12065", + "13796", + "3647", + "6562", + "1197", + "9073", + "11082", + "7232", + "6766", + "12504", + "11598", + "17957", + "4749", + "15202", + "24004", + "12934", + "10221", + "13281", + "22455", + "17122", + "973", + "12637", + "4685", + "20270", + "44", + "12374", + "18121", + "17602", + "12757", + "3865", + "10780", + "11728", + "16069", + "21114", + "15853", + "20057", + "20728", + "1689", + "9287", + "14858", + "13082", + "8542", + "12525", + "13778", + "19420", + "18975", + "17222", + "11368", + "13722", + "15220", + "17097", + "15427", + "16368", + "19263", + "23861", + "24935", + "21103", + "123", + "17606", + "9802", + "18247", + "6564", + "19549", + "11093", + "21933", + "21337", + "20974", + "1768", + "11963", + "20489", + "15296", + "19770", + "3542", + "7429", + "24149", + "14370", + "22017", + "17571", + "9688", + "16887", + "14168", + "18399", + "20545", + "13451", + "9747", + "23140", + "22225", + "22011", + "15271", + "15930", + "8927", + "2932", + "11156", + "21871", + "19435", + "607", + "19841", + "6080", + "2553", + "19564", + "1752", + "24839", + "4064", + "10561", + "2966", + "10810", + "11336", + "9395", + "2031", + "9900", + "2931", + "511", + "5283", + "9212", + "8129", + "23978", + "14654", + "2976", + "13143", + "21970", + "15830", + "22013", + "5162", + "13719", + "8379", + "10902", + "24110", + "9762", + "24108", + "22010", + "24944", + "6148", + "23524", + "5238", + "3316", + "897", + "20658", + "19589", + "3429", + "12656", + "18753", + "17045", + "21968", + "16749", + "21556", + "10281", + "21326", + "5689", + "18545", + "21870", + "9826", + "1583", + "23672", + "8995", + "7853", + "19819", + "17223", + "5110", + "6324", + "8600", + "11392", + "21369", + "9342", + "9819", + "15347", + "18694", + "3423", + "20723", + "3424", + "24934", + "8655", + "3427", + "3440", + "3433", + "6828", + "22145", + "19343", + "23492", + "2099", + "16924", + "2350", + "10406", + "10299", + "24636", + "11630", + "12613", + "21937", + "3538", + "9554", + "3430", + "5401", + "18560", + "21379", + "19489", + "12234", + "14961", + "16496", + "13346", + "13198", + "11428", + "19943", + "23689", + "3539", + "5954", + "13608", + "17617", + "7266", + "12303", + "9461", + "2027", + "14110", + "2028", + "9713", + "5392", + "3443", + "18138", + "2951", + "16163", + "9701", + "14499", + "13116", + "24996", + "12691", + "9703", + "10223", + "7428", + "4044", + "14302", + "21586", + "12619", + "18152", + "13496", + "21238", + "3434", + "14675", + "10274", + "7644", + "9552", + "16327", + "14628", + "4068", + "19198", + "21431", + "13067", + "14265", + "11894", + "14155", + "15500", + "21617", + "19330", + "9958", + "23864", + "21097", + "15708", + "7739", + "24945", + "3441", + "16272", + "16189", + "15750", + "22809", + "17525", + "19486", + "5907", + "12738", + "4763", + "4875", + "18836", + "15340", + "14507", + "11607", + "18814", + "9708", + "20244", + "16728", + "20124", + "6797", + "1012", + "23116", + "9589", + "17107", + "5530", + "9286", + "7368", + "20279", + "3560", + "7341", + "20662", + "12559", + "3581", + "2744", + "7462", + "10492", + "14743", + "13795", + "4021", + "6054", + "17352", + "183", + "16379", + "21366", + "2624", + "16630", + "13066", + "4363", + "10566", + "18742", + "17035", + "13257", + "12307", + "2738", + "24800", + "16260", + "23235", + "9561", + "8444", + "24852", + "15770", + "24545", + "17983", + "14482", + "13878", + "11521", + "24115", + "9350", + "579", + "14224", + "13676", + "19920", + "24109", + "11764", + "13879", + "11061", + "17509", + "16858", + "20951", + "430", + "9614", + "24884", + "17028", + "13464", + "11362", + "14513", + "22338", + "19371", + "12191", + "16503", + "16287", + "12454", + "13712", + "19498", + "1690", + "24930", + "10818", + "17182", + "21405", + "5995", + "13344", + "20604", + "19860", + "16380", + "5998", + "22859", + "16358", + "632", + "5997", + "5531", + "9709", + "9678", + "5999", + "4913", + "23726", + "5993", + "2953", + "19637", + "24782", + "24966", + "7541", + "19124", + "19153", + "24886", + "5996", + "17420", + "2795", + "8259", + "19712", + "21950", + "6000", + "6033", + "11769", + "10395", + "6460", + "5297", + "22572", + "13701", + "5992", + "17813", + "23690", + "19053", + "8621", + "6041", + "16591", + "14220", + "20687", + "17090", + "11358", + "2793", + "14352", + "5431", + "21836", + "18939", + "16947", + "6001", + "13436", + "14386", + "21499", + "1904", + "2792", + "10338", + "5994", + "8625", + "23131", + "12231", + "9702", + "2030", + "17014", + "5419", + "16066", + "16291", + "19984", + "10880", + "20055", + "19364", + "14981", + "21643", + "21371", + "20469", + "14977", + "11689", + "15962", + "14247", + "18829", + "8281", + "7505", + "12371", + "11891", + "15592", + "19335", + "8624", + "19177", + "12788", + "9214", + "19756", + "1911", + "111", + "13514", + "13560", + "19168", + "8622", + "19795", + "22008", + "23766", + "14841", + "17808", + "10520", + "10159", + "11294", + "14793", + "2095", + "5160", + "11643", + "11479", + "15629", + "19237", + "12281", + "16548", + "19234", + "10834", + "528", + "22107", + "21061", + "11782", + "2182", + "15869", + "15685", + "2552", + "22600", + "15724", + "17395", + "20978", + "14257", + "17369", + "18356", + "13038", + "13338", + "18982", + "18066", + "13914", + "7927", + "1126", + "13033", + "19954", + "8787", + "22144", + "23667", + "24946", + "20483", + "20618", + "11885", + "11695", + "5433", + "8159", + "19811", + "19602", + "14553", + "1477", + "15737", + "6893", + "11995", + "21829", + "13741", + "12651", + "1150", + "13588", + "21439", + "17924", + "12236", + "14521", + "14959", + "23593", + "18549", + "19012", + "3435", + "23983", + "19131", + "17986", + "23884", + "23600", + "14646", + "14412", + "12543", + "20314", + "15479", + "19312", + "17969", + "12166", + "21629", + "487", + "14103", + "15309", + "8023", + "8086", + "21340", + "4344", + "13498", + "9818", + "19512", + "9817", + "3397", + "7137", + "7300", + "15535", + "16387", + "11883", + "17677", + "20672", + "21578", + "22126", + "20766", + "21891", + "13898", + "5025", + "21299", + "16432", + "13590", + "21820", + "14115", + "14443", + "17684", + "5084", + "19922", + "24963", + "14285", + "21361", + "16633", + "9815", + "21350", + "23403", + "185", + "12555", + "22324", + "22106", + "14920", + "4238", + "17027", + "14869", + "22113", + "20891", + "16025", + "7103", + "15471", + "23674", + "7005", + "24503", + "5358", + "13175", + "16562", + "13024", + "12627", + "16889", + "19511", + "1030", + "24826", + "11191", + "14439", + "2111", + "17536", + "16328", + "4249", + "8176", + "20907", + "23712", + "19629", + "22820", + "23794", + "2796", + "2683", + "5152", + "647", + "17531", + "6603", + "16624", + "15864", + "6601", + "6600", + "6604", + "22414", + "7847", + "3856", + "21400", + "6602", + "3857", + "6670", + "19412", + "4984", + "15079", + "23711", + "17701", + "23920", + "24903", + "15812", + "14647", + "18677", + "16747", + "15403", + "15305", + "15073", + "15178", + "12671", + "21356", + "17327", + "24607", + "19581", + "7365", + "15035", + "3767", + "6060", + "17542", + "9145", + "5783", + "19895", + "18867", + "19638", + "15409", + "19720", + "21624", + "20976", + "9549", + "23775", + "9816", + "11366", + "15852", + "1147", + "9559", + "24088", + "11393", + "20805", + "4107", + "17431", + "4914", + "9551", + "9550", + "11791", + "24913", + "17956", + "8648", + "3238", + "5706", + "16917", + "4636", + "23501", + "10708", + "8512", + "17011", + "18513", + "24899", + "7062", + "9139", + "10387", + "18441", + "10929", + "15215", + "9334", + "817", + "9553", + "22892", + "19250", + "17062", + "12882", + "18124", + "9683", + "17467", + "15331", + "11527", + "7240", + "12494", + "10076", + "5806", + "13867", + "4739", + "12128", + "23642", + "7236", + "14107", + "23918", + "7411", + "21703", + "978", + "3271", + "12429", + "21690", + "20098", + "21042", + "24179", + "16498", + "9548", + "648", + "21773", + "14024", + "11456", + "18313", + "19980", + "15159", + "12972", + "15228", + "13107", + "20398", + "2950", + "8929", + "7382", + "12593", + "18013", + "1831", + "22585", + "14263", + "6309", + "10556", + "12188", + "17502", + "17042", + "20782", + "11430", + "12573", + "14092", + "17897", + "5593", + "21789", + "16353", + "463", + "12474", + "24310", + "18807", + "1412", + "18140", + "3331", + "10926", + "11406", + "5142", + "9547", + "24094", + "15587", + "7410", + "19453", + "2213", + "4738", + "8603", + "649", + "13759", + "24823", + "10852", + "11402", + "18434", + "14936", + "3269", + "20711", + "9143", + "19441", + "15729", + "13800", + "18184", + "2212", + "8589", + "2903", + "5034", + "19735", + "10837", + "12789", + "650", + "24845", + "20585", + "2968", + "18579", + "22362", + "22848", + "12273", + "4372", + "12864", + "3275", + "16922", + "21736", + "22094", + "6634", + "11103", + "11824", + "20601", + "6881", + "9735", + "9133", + "6313", + "5298", + "13736", + "8534", + "14908", + "10977", + "3053", + "7675", + "5161", + "7749", + "19853", + "21173", + "19837", + "19095", + "22738", + "13511", + "16483", + "17390", + "20196", + "22508", + "20407", + "15796", + "3129", + "12571", + "7583", + "22645", + "19983", + "20948", + "19786", + "13010", + "5755", + "7758", + "8490", + "987", + "4394", + "13021", + "18372", + "10178", + "14471", + "17786", + "23460", + "1980", + "4396", + "21250", + "15511", + "6310", + "8681", + "22921", + "1207", + "4218", + "2907", + "20661", + "4370", + "4371", + "1570", + "24846", + "19424", + "22507", + "4369", + "4374", + "4379", + "4377", + "3853", + "4378", + "4368", + "4373", + "4367", + "4375", + "13868", + "4365", + "18883", + "4376", + "4013", + "4366", + "4599", + "21625", + "3437", + "5301", + "186", + "6750", + "8254", + "16419", + "24958", + "1536", + "12903", + "15254", + "17057", + "15473", + "24379", + "18208", + "13276", + "18109", + "15214", + "2391", + "24961", + "10282", + "23753", + "24962", + "1432", + "12397", + "8097", + "529", + "22283", + "17256", + "15623", + "19405", + "15423", + "4612", + "2110", + "14427", + "8068", + "6938", + "6052", + "9836", + "17092", + "14497", + "10249", + "15881", + "550", + "1426", + "24102", + "12318", + "2962", + "7480", + "23964", + "12223", + "4481", + "12482", + "24957", + "1249", + "6584", + "5708", + "15176", + "22665", + "21742", + "7607", + "9433", + "24544", + "6224", + "22659", + "20343", + "13449", + "1874", + "24960", + "20815", + "10751", + "14634", + "6536", + "18685", + "13260", + "11168", + "646", + "24186", + "14640", + "6438", + "19176", + "10692", + "7526", + "5520", + "17322", + "24847", + "37", + "15481", + "6129", + "22864", + "3938", + "2945", + "22007", + "11021", + "14172", + "3371", + "4597", + "7889", + "3510", + "15867", + "11268", + "16270", + "6880", + "13061", + "20735", + "6882", + "5031", + "6639", + "23539", + "7973", + "16619", + "23747", + "10752", + "20010", + "6142", + "21987", + "3820", + "5666", + "6533", + "13208", + "17217", + "10243", + "13658", + "9899", + "7937", + "11545", + "5372", + "3387", + "8012", + "22922", + "6374", + "18663", + "20397", + "16567", + "3939", + "4799", + "8205", + "8583", + "13703", + "8207", + "6678", + "3280", + "9877", + "18591", + "600", + "24553", + "22484", + "6375", + "5470", + "9896", + "7110", + "8503", + "4613", + "3342", + "3659", + "6854", + "17601", + "4591", + "12581", + "3819", + "16186", + "20165", + "11835", + "8890", + "3662", + "21662", + "12096", + "9793", + "14848", + "12285", + "3124", + "17690", + "21236", + "8383", + "24931", + "20875", + "4622", + "23799", + "11762", + "23986", + "19170", + "19081", + "7585", + "5908", + "20478", + "10318", + "7396", + "21555", + "7495", + "4642", + "14391", + "21422", + "4889", + "14587", + "14163", + "19996", + "14580", + "19064", + "16134", + "4834", + "16139", + "23503", + "21308", + "9123", + "17270", + "15618", + "21259", + "23343", + "9965", + "16676", + "20130", + "14797", + "14203", + "21916", + "19585", + "951", + "19801", + "10498", + "6163", + "2267", + "12210", + "23097", + "17186", + "16416", + "20110", + "22510", + "19609", + "18990", + "20154", + "24645", + "6063", + "22533", + "17372", + "11283", + "15900", + "1974", + "9831", + "23132", + "10539", + "19612", + "19362", + "2271", + "22085", + "2504", + "11047", + "21463", + "24712", + "10154", + "20878", + "9753", + "18952", + "19810", + "15397", + "1058", + "20750", + "7816", + "1703", + "18965", + "23878", + "16541", + "9604", + "14865", + "19969", + "22834", + "16985", + "17408", + "19538", + "14294", + "21047", + "15905", + "16226", + "15455", + "19501", + "16383", + "10534", + "21680", + "22513", + "17072", + "17134", + "19452", + "17879", + "23723", + "24181", + "3691", + "21634", + "16053", + "1802", + "13563", + "22111", + "20917", + "14530", + "23892", + "14259", + "21504", + "19317", + "17504", + "16750", + "14099", + "10727", + "12681", + "16679", + "14839", + "2707", + "12861", + "1348", + "17239", + "7389", + "13399", + "15924", + "1269", + "20059", + "16375", + "13616", + "12477", + "22309", + "15522", + "1884", + "12388", + "19577", + "24923", + "5411", + "22609", + "7908", + "12420", + "24786", + "12750", + "16361", + "16055", + "6677", + "12541", + "16534", + "4838", + "21495", + "16834", + "13071", + "13838", + "22835", + "11833", + "16818", + "18411", + "3475", + "4892", + "16160", + "2107", + "24306", + "12319", + "17433", + "13687", + "4352", + "3997", + "9248", + "23443", + "12031", + "23490", + "16336", + "6676", + "13921", + "9594", + "4703", + "18485", + "3999", + "14316", + "8979", + "3998", + "18224", + "17160", + "24471", + "14570", + "20126", + "19464", + "15578", + "14870", + "8989", + "11556", + "12337", + "4326", + "2909", + "24779", + "13495", + "15367", + "4351", + "16539", + "17702", + "12378", + "8968", + "8695", + "6675", + "4696", + "8015", + "8973", + "7639", + "1518", + "4877", + "8976", + "8975", + "7729", + "8981", + "16223", + "1447", + "3680", + "2657", + "3787", + "3526", + "7288", + "3527", + "8980", + "13099", + "8889", + "12367", + "3041", + "9129", + "7286", + "7385", + "3523", + "8986", + "12898", + "14748", + "8990", + "4349", + "8974", + "7284", + "8884", + "8988", + "8969", + "5809", + "2554", + "18928", + "3525", + "2281", + "8987", + "4753", + "16345", + "5343", + "22927", + "9288", + "8453", + "6674", + "8972", + "7471", + "9453", + "18445", + "21241", + "18134", + "14832", + "14651", + "11472", + "12398", + "23117", + "6135", + "18052", + "12396", + "12464", + "12097", + "3180", + "14485", + "16309", + "4840", + "12557", + "12402", + "22718", + "15837", + "2898", + "8978", + "5765", + "20747", + "18819", + "13668", + "20613", + "22083", + "8966", + "19014", + "16303", + "24984", + "19645", + "13485", + "12238", + "19446", + "24726", + "9545", + "22152", + "19345", + "4948", + "2685", + "17497", + "2244", + "4915", + "11354", + "13251", + "5081", + "8967", + "11977", + "4900", + "3524", + "19487", + "13088", + "10440", + "12976", + "4556", + "5293", + "20108", + "22915", + "4621", + "5069", + "14594", + "5250", + "6963", + "22054", + "20526", + "14039", + "20200", + "6223", + "16293", + "9603", + "7204", + "2987", + "6336", + "5232", + "15847", + "11724", + "10244", + "12914", + "16144", + "14178", + "12849", + "13192", + "21549", + "16626", + "20223", + "24410", + "8739", + "21531", + "6209", + "9449", + "15291", + "22118", + "21959", + "5903", + "11734", + "15739", + "18311", + "14280", + "9985", + "1481", + "15883", + "14087", + "8059", + "22264", + "13273", + "24130", + "4807", + "21974", + "24751", + "102", + "6765", + "5032", + "21226", + "15113", + "7468", + "3727", + "4662", + "22628", + "7898", + "12715", + "15480", + "16998", + "13433", + "22815", + "7573", + "8780", + "4038", + "7181", + "2034", + "15432", + "2902", + "18623", + "10565", + "19815", + "11870", + "12263", + "11091", + "18314", + "10715", + "14856", + "18265", + "15169", + "18467", + "4533", + "2913", + "10051", + "3773", + "7936", + "4359", + "6311", + "3935", + "8707", + "4903", + "20248", + "9242", + "22872", + "10913", + "12265", + "20348", + "20937", + "18360", + "22693", + "13802", + "11190", + "1388", + "16003", + "17115", + "908", + "22412", + "11553", + "9450", + "15308", + "4868", + "20209", + "12768", + "6278", + "22930", + "7636", + "3881", + "7504", + "16716", + "17063", + "1989", + "10131", + "7081", + "21071", + "11680", + "7424", + "13171", + "12616", + "4167", + "18780", + "16593", + "1372", + "14555", + "18871", + "13925", + "16030", + "15678", + "6205", + "12727", + "18839", + "7225", + "5560", + "16280", + "11386", + "11614", + "2914", + "16265", + "15139", + "15392", + "4217", + "753", + "956", + "549", + "16978", + "20828", + "18522", + "17889", + "17623", + "17820", + "16250", + "13169", + "22102", + "7662", + "13296", + "2923", + "5754", + "21542", + "19688", + "23329", + "14028", + "24965", + "23936", + "15368", + "2915", + "6140", + "24850", + "24716", + "19721", + "3842", + "4033", + "16825", + "11943", + "20642", + "18558", + "12878", + "16965", + "17629", + "19475", + "21537", + "11005", + "6259", + "3815", + "12338", + "15996", + "1170", + "17341", + "19949", + "12831", + "17131", + "19864", + "18762", + "21727", + "21100", + "14470", + "14890", + "3774", + "2235", + "11703", + "20220", + "21604", + "16660", + "8582", + "23666", + "473", + "4472", + "14345", + "13305", + "4673", + "16529", + "22768", + "18567", + "13469", + "24576", + "3341", + "21397", + "12810", + "4937", + "16199", + "10077", + "21115", + "18401", + "16659", + "3134", + "20346", + "11293", + "18287", + "10060", + "21220", + "19247", + "22931", + "23930", + "14094", + "22965", + "11590", + "23313", + "10043", + "24067", + "9451", + "24566", + "17591", + "15219", + "19913", + "15537", + "23899", + "15980", + "10388", + "11342", + "22819", + "16629", + "12514", + "6690", + "10541", + "10507", + "17040", + "11501", + "16795", + "24564", + "12723", + "18201", + "2612", + "3893", + "16538", + "8653", + "22053", + "8734", + "20271", + "4497", + "17350", + "14853", + "12710", + "810", + "17294", + "8062", + "21019", + "10046", + "24076", + "15933", + "16560", + "4182", + "225", + "12698", + "18067", + "20142", + "20067", + "12650", + "12369", + "17306", + "23614", + "17422", + "17241", + "10044", + "9494", + "14637", + "20852", + "16099", + "22138", + "23819", + "14369", + "2679", + "14897", + "6879", + "11470", + "17101", + "23873", + "12375", + "17503", + "22470", + "17065", + "12430", + "9607", + "7961", + "4510", + "15971", + "12416", + "10833", + "5720", + "4122", + "15177", + "17345", + "7407", + "24590", + "7661", + "11798", + "15836", + "18127", + "7647", + "16582", + "4130", + "24671", + "12214", + "7536", + "20068", + "15475", + "3541", + "23425", + "2588", + "21130", + "21952", + "15630", + "6166", + "5700", + "24902", + "21572", + "17012", + "21798", + "15279", + "23122", + "16586", + "16366", + "12372", + "12846", + "24661", + "17569", + "17890", + "16441", + "22140", + "16778", + "21419", + "17283", + "19826", + "7143", + "16910", + "17870", + "6015", + "13492", + "16316", + "9108", + "13991", + "9622", + "13580", + "3302", + "22679", + "22080", + "13632", + "13319", + "16806", + "14517", + "1679", + "20080", + "1140", + "3340", + "14454", + "7426", + "15346", + "17298", + "22004", + "20966", + "24792", + "20752", + "6700", + "6642", + "4841", + "20134", + "4436", + "15845", + "14702", + "20321", + "10675", + "11902", + "11195", + "16594", + "22247", + "21255", + "6704", + "11257", + "1661", + "20714", + "12549", + "13913", + "13831", + "16388", + "9780", + "1157", + "18452", + "6862", + "14027", + "13972", + "13660", + "15246", + "13424", + "19388", + "15449", + "20442", + "19355", + "17267", + "11916", + "12042", + "13261", + "19294", + "20970", + "13850", + "12560", + "18752", + "20934", + "10329", + "14130", + "16364", + "16755", + "13351", + "20049", + "6966", + "16785", + "15574", + "16564", + "10128", + "12213", + "19027", + "23970", + "18338", + "14964", + "17926", + "19054", + "22904", + "15046", + "13682", + "17296", + "15994", + "12758", + "14991", + "11988", + "14551", + "20697", + "13043", + "3128", + "21524", + "21689", + "21479", + "13846", + "16841", + "21724", + "15152", + "15676", + "21243", + "4124", + "1133", + "18258", + "16033", + "17425", + "18012", + "17484", + "23903", + "15635", + "19663", + "5502", + "21302", + "17113", + "2091", + "6837", + "18174", + "18415", + "17208", + "16418", + "14825", + "15007", + "24651", + "15907", + "17599", + "15226", + "15675", + "17532", + "22483", + "22244", + "18017", + "19434", + "15776", + "4104", + "14054", + "6400", + "13505", + "23791", + "10354", + "12814", + "19318", + "21487", + "10253", + "12315", + "24767", + "8544", + "3480", + "19491", + "11990", + "16009", + "16596", + "19507", + "14518", + "17982", + "3595", + "17625", + "23174", + "11563", + "14927", + "16171", + "18106", + "20755", + "15859", + "13324", + "19082", + "8474", + "20480", + "998", + "18495", + "15674", + "14362", + "11613", + "15946", + "6389", + "997", + "15928", + "18190", + "16402", + "23792", + "23921", + "16128", + "17795", + "5075", + "12143", + "18156", + "9578", + "8478", + "16376", + "17251", + "3753", + "20464", + "21714", + "7215", + "20194", + "7727", + "8782", + "9448", + "9676", + "8049", + "6942", + "11759", + "21921", + "6683", + "18649", + "22901", + "16126", + "8332", + "13522", + "22773", + "18426", + "8784", + "22479", + "93", + "16450", + "20575", + "15076", + "2117", + "19443", + "17124", + "19148", + "24964", + "20041", + "3", + "15854", + "1981", + "12300", + "19632", + "24409", + "10240", + "22259", + "20026", + "9768", + "14029", + "21134", + "15264", + "11254", + "15281", + "15381", + "8372", + "13535", + "17519", + "17368", + "13863", + "6549", + "19287", + "16406", + "5888", + "15369", + "9803", + "15417", + "16414", + "10208", + "19005", + "20659", + "1469", + "20737", + "14814", + "21721", + "6385", + "17972", + "275", + "12533", + "3481", + "19055", + "48", + "12686", + "8483", + "12984", + "925", + "22916", + "16408", + "18896", + "23913", + "17544", + "24776", + "20143", + "16356", + "13880", + "21252", + "10868", + "20630", + "15595", + "23777", + "14753", + "11684", + "6107", + "8552", + "15547", + "18756", + "20701", + "13611", + "14164", + "12570", + "16929", + "19700", + "13865", + "21157", + "2693", + "16470", + "12609", + "12911", + "18721", + "17729", + "19478", + "9306", + "14818", + "18239", + "16125", + "13939", + "16145", + "12530", + "15549", + "14030", + "13022", + "3168", + "18483", + "18872", + "1074", + "12973", + "20372", + "19449", + "13076", + "12835", + "9506", + "17773", + "2703", + "3818", + "18506", + "207", + "2090", + "24692", + "22558", + "290", + "14755", + "3036", + "4475", + "5224", + "1751", + "156", + "2421", + "23748", + "4040", + "13689", + "16907", + "21474", + "22006", + "13978", + "18968", + "19302", + "805", + "22110", + "13529", + "13422", + "13267", + "14132", + "10438", + "12577", + "24416", + "16738", + "1961", + "14154", + "21485", + "20466", + "10551", + "22426", + "24161", + "10175", + "5097", + "12853", + "4461", + "4945", + "16273", + "12629", + "743", + "5195", + "18185", + "21980", + "21649", + "17903", + "11378", + "4047", + "18306", + "20216", + "17558", + "16329", + "17725", + "13380", + "22183", + "8287", + "10879", + "12847", + "23505", + "2690", + "23767", + "4896", + "14868", + "20182", + "12125", + "21877", + "11104", + "3084", + "8452", + "17280", + "13908", + "1538", + "16517", + "19112", + "17243", + "1962", + "18397", + "11869", + "3063", + "14898", + "1301", + "14941", + "20063", + "12663", + "14769", + "14476", + "14875", + "4048", + "3299", + "18588", + "2503", + "9628", + "2759", + "10312", + "22776", + "23230", + "14045", + "14252", + "3873", + "1370", + "14860", + "20804", + "1657", + "15428", + "10517", + "17631", + "15196", + "10283", + "19390", + "12073", + "24441", + "11419", + "14886", + "2506", + "12257", + "1729", + "6165", + "269", + "14250", + "1652", + "20481", + "1234", + "1164", + "9869", + "4355", + "13391", + "1273", + "358", + "1241", + "20849", + "2581", + "5320", + "11133", + "22902", + "12028", + "3085", + "22329", + "4882", + "5906", + "474", + "1203", + "12621", + "24637", + "15450", + "15525", + "4646", + "6401", + "21077", + "21306", + "439", + "5220", + "19514", + "23413", + "13577", + "20129", + "15878", + "21322", + "14662", + "18782", + "21090", + "1015", + "16890", + "14909", + "20432", + "7320", + "5953", + "21907", + "15634", + "13387", + "9103", + "15565", + "21443", + "14136", + "8699", + "8446", + "19211", + "23007", + "20525", + "21264", + "17292", + "17466", + "8911", + "15768", + "11084", + "16319", + "11220", + "18491", + "23104", + "24714", + "18676", + "22251", + "11350", + "16083", + "20913", + "6711", + "3784", + "17833", + "20869", + "7914", + "15302", + "21705", + "10156", + "21583", + "21413", + "3783", + "3044", + "21263", + "8493", + "14085", + "18362", + "19842", + "9391", + "15495", + "15717", + "24840", + "9443", + "7267", + "22909", + "12132", + "22378", + "15774", + "16170", + "12076", + "1178", + "2475", + "16814", + "9372", + "17943", + "13994", + "3593", + "7839", + "2837", + "4694", + "5330", + "5331", + "11582", + "19140", + "801", + "10925", + "15040", + "23216", + "12927", + "3451", + "15107", + "24451", + "15781", + "23073", + "17203", + "11463", + "11376", + "17052", + "11610", + "19789", + "16926", + "5273", + "13170", + "2492", + "7431", + "9340", + "1539", + "19307", + "4859", + "5296", + "20582", + "11692", + "11106", + "14921", + "3408", + "124", + "19096", + "5388", + "16457", + "19337", + "2649", + "19534", + "5959", + "20936", + "10090", + "4406", + "14888", + "4536", + "11007", + "10095", + "13839", + "22222", + "21784", + "20912", + "2946", + "18432", + "18695", + "19930", + "18051", + "4034", + "20381", + "13816", + "10785", + "12770", + "9608", + "23514", + "7804", + "15357", + "15749", + "2689", + "7212", + "2346", + "14222", + "9626", + "20678", + "11726", + "16034", + "22883", + "10372", + "21702", + "18170", + "5212", + "18036", + "19623", + "3400", + "10614", + "15656", + "5000", + "5572", + "5276", + "6318", + "4144", + "1876", + "663", + "23229", + "24720", + "13751", + "11543", + "23957", + "13639", + "19657", + "8692", + "13553", + "22560", + "9930", + "15336", + "18680", + "13443", + "22221", + "10347", + "11208", + "4223", + "5514", + "21658", + "24799", + "15163", + "19374", + "4866", + "16859", + "20524", + "11177", + "8814", + "22980", + "24844", + "2865", + "13851", + "7171", + "4784", + "18064", + "17244", + "23455", + "24684", + "3841", + "3807", + "10241", + "19220", + "15148", + "16097", + "6149", + "7387", + "9892", + "14801", + "6355", + "7779", + "12427", + "3771", + "3769", + "18734", + "19736", + "8831", + "19215", + "19495", + "21362", + "2287", + "9975", + "18476", + "18304", + "10633", + "14522", + "8741", + "4614", + "24854", + "19543", + "14236", + "3792", + "15558", + "17793", + "22726", + "16574", + "18077", + "20349", + "17669", + "10626", + "14625", + "16895", + "22460", + "24741", + "22066", + "24419", + "23813", + "13363", + "7031", + "8028", + "11275", + "19239", + "17574", + "12040", + "14390", + "22976", + "11281", + "12868", + "14245", + "13300", + "21046", + "18516", + "13379", + "13663", + "13776", + "22851", + "18630", + "2797", + "22108", + "12413", + "5650", + "13630", + "5764", + "16849", + "17284", + "12624", + "8057", + "24857", + "21280", + "14782", + "5744", + "21026", + "22588", + "4756", + "5409", + "13016", + "1231", + "14958", + "12741", + "22795", + "24588", + "18487", + "16428", + "11478", + "12688", + "13090", + "24873", + "7548", + "23494", + "13538", + "10794", + "23531", + "21446", + "8222", + "17447", + "12473", + "12749", + "19892", + "8116", + "11098", + "15625", + "12958", + "19537", + "11658", + "1044", + "14661", + "20044", + "16739", + "14308", + "14415", + "11615", + "13900", + "10656", + "15918", + "1486", + "2396", + "2122", + "6860", + "10396", + "18603", + "17314", + "15927", + "10851", + "13507", + "20769", + "12297", + "24586", + "10190", + "11353", + "22099", + "23001", + "23774", + "24853", + "18710", + "11073", + "22055", + "10847", + "5588", + "9884", + "9311", + "6459", + "5003", + "18308", + "17415", + "19703", + "12386", + "17600", + "14208", + "17893", + "24173", + "11736", + "21209", + "14508", + "18059", + "21608", + "16599", + "1321", + "8947", + "21066", + "7743", + "5712", + "11029", + "19918", + "1265", + "21107", + "20261", + "24638", + "6534", + "6352", + "18412", + "17205", + "7740", + "8022", + "10595", + "11884", + "14088", + "15740", + "13884", + "11808", + "15572", + "7953", + "2562", + "18319", + "24640", + "24035", + "20861", + "20147", + "15117", + "10502", + "15414", + "12865", + "8568", + "14289", + "7735", + "11770", + "21007", + "5719", + "5198", + "15359", + "13302", + "6323", + "16172", + "24041", + "13383", + "24417", + "15466", + "11526", + "21538", + "17873", + "13633", + "17721", + "12947", + "10316", + "13152", + "5200", + "7670", + "21667", + "18163", + "23860", + "10704", + "23402", + "24013", + "20298", + "2617", + "10328", + "10079", + "15026", + "21037", + "23679", + "20291", + "21126", + "21560", + "1292", + "18459", + "13597", + "22385", + "10685", + "20509", + "13528", + "19823", + "11673", + "15823", + "20258", + "12631", + "14804", + "19941", + "23167", + "18749", + "12438", + "3047", + "11510", + "21908", + "19236", + "24469", + "12089", + "6189", + "1282", + "7492", + "1557", + "5772", + "24835", + "14249", + "9846", + "23703", + "22342", + "13764", + "18653", + "5247", + "988", + "16290", + "22249", + "5631", + "12920", + "1558", + "24146", + "14139", + "18875", + "19959", + "12657", + "18590", + "4240", + "21191", + "19743", + "23619", + "9137", + "15524", + "4879", + "8581", + "22031", + "9060", + "4917", + "13372", + "3149", + "3265", + "1308", + "17265", + "11619", + "4076", + "2134", + "8060", + "20054", + "10513", + "2990", + "9501", + "6684", + "1071", + "9853", + "5847", + "6681", + "9071", + "164", + "6918", + "19825", + "6919", + "19151", + "23161", + "6769", + "6630", + "19200", + "6916", + "3770", + "5036", + "16085", + "2014", + "24690", + "4634", + "6920", + "17102", + "21614", + "19661", + "8785", + "20955", + "24709", + "11938", + "12501", + "13077", + "6967", + "9147", + "7547", + "16533", + "4091", + "7955", + "5066", + "19230", + "1267", + "18011", + "7474", + "20391", + "21999", + "285", + "6539", + "3839", + "21749", + "22604", + "11959", + "1253", + "5241", + "23822", + "3650", + "16595", + "12528", + "11777", + "18636", + "13844", + "5500", + "1385", + "17521", + "23006", + "2901", + "23988", + "17137", + "12127", + "6255", + "20753", + "24386", + "9528", + "22658", + "11071", + "18852", + "11650", + "17482", + "14408", + "15190", + "7438", + "14501", + "2788", + "11043", + "101", + "15846", + "10775", + "11144", + "22442", + "23450", + "16664", + "23224", + "12664", + "2798", + "15059", + "12823", + "10038", + "19178", + "9941", + "2387", + "23660", + "5299", + "10564", + "7420", + "11966", + "16653", + "2415", + "21110", + "19869", + "159", + "23120", + "11588", + "11712", + "11024", + "13849", + "10287", + "9128", + "12998", + "18320", + "11907", + "3432", + "22977", + "18324", + "7680", + "3513", + "17686", + "22082", + "22161", + "10764", + "12622", + "17300", + "6296", + "8075", + "22488", + "15569", + "16757", + "14826", + "19947", + "2566", + "13055", + "14845", + "9330", + "11373", + "19137", + "16169", + "14951", + "13550", + "14724", + "10294", + "16901", + "23302", + "6390", + "10124", + "7494", + "4280", + "22476", + "22487", + "12634", + "17029", + "6613", + "17335", + "17674", + "16608", + "8433", + "20409", + "13521", + "16650", + "18854", + "20246", + "17985", + "21903", + "12011", + "22885", + "674", + "16894", + "21796", + "18534", + "10619", + "20615", + "22331", + "11014", + "19706", + "14741", + "19713", + "19620", + "20017", + "5597", + "7601", + "14592", + "24437", + "10062", + "2578", + "16310", + "4061", + "11875", + "192", + "3671", + "6824", + "15286", + "15156", + "9243", + "4487", + "16322", + "12299", + "24473", + "6030", + "7502", + "5972", + "11301", + "24286", + "2613", + "3026", + "1360", + "12766", + "10936", + "1572", + "17074", + "3794", + "10369", + "5897", + "23213", + "9852", + "2515", + "10718", + "14417", + "2333", + "20682", + "24730", + "13223", + "19255", + "20484", + "24848", + "13225", + "18554", + "15899", + "20236", + "24024", + "10139", + "20646", + "18665", + "21848", + "14253", + "12333", + "21806", + "15809", + "6889", + "23029", + "11524", + "17472", + "21284", + "19109", + "7056", + "191", + "24861", + "6939", + "20793", + "22975", + "13352", + "4081", + "5984", + "13219", + "754", + "11973", + "12376", + "10660", + "18433", + "22415", + "20301", + "20037", + "14015", + "9857", + "24768", + "18330", + "15509", + "10293", + "10405", + "6643", + "15995", + "14147", + "4652", + "11316", + "8953", + "13951", + "10763", + "8849", + "23238", + "15217", + "15446", + "6631", + "17898", + "15310", + "3028", + "13256", + "23433", + "8079", + "14025", + "16546", + "11468", + "585", + "1839", + "933", + "5715", + "21876", + "13574", + "10830", + "2094", + "21722", + "15003", + "23400", + "19332", + "16528", + "1196", + "12685", + "12170", + "4166", + "808", + "18018", + "4164", + "9942", + "17613", + "23110", + "8260", + "24099", + "19436", + "11525", + "14128", + "1759", + "11045", + "15993", + "10179", + "17875", + "24668", + "19681", + "12087", + "4323", + "11968", + "23638", + "21145", + "3674", + "19032", + "12623", + "19886", + "12962", + "2783", + "20877", + "14635", + "20007", + "15143", + "7101", + "16752", + "8549", + "8626", + "11738", + "13226", + "21526", + "12493", + "16246", + "13396", + "11569", + "20858", + "18810", + "18620", + "10355", + "20045", + "23362", + "18542", + "24951", + "2403", + "12467", + "5219", + "22971", + "18387", + "11049", + "9135", + "11886", + "18537", + "13998", + "11068", + "6582", + "10768", + "7259", + "16211", + "19849", + "15426", + "12696", + "11371", + "16445", + "14135", + "20157", + "2555", + "17144", + "18305", + "19277", + "7716", + "18826", + "22318", + "11706", + "16278", + "10956", + "16793", + "24404", + "18034", + "11000", + "20113", + "17199", + "8278", + "4827", + "18093", + "22846", + "15923", + "20040", + "13210", + "21291", + "8970", + "23648", + "13129", + "19506", + "1837", + "4434", + "18771", + "14098", + "19855", + "6811", + "1414", + "11604", + "13766", + "19201", + "17745", + "19229", + "5716", + "2162", + "18040", + "2546", + "11307", + "22275", + "19648", + "18730", + "15876", + "14090", + "22398", + "21514", + "7831", + "263", + "8856", + "13195", + "17660", + "20718", + "19265", + "18084", + "9497", + "24113", + "1413", + "24378", + "4860", + "18865", + "21231", + "17064", + "22788", + "6445", + "14399", + "21593", + "18378", + "12684", + "10618", + "17505", + "21386", + "22070", + "10611", + "20329", + "22573", + "17852", + "13788", + "20029", + "12978", + "24814", + "12673", + "22278", + "14529", + "22370", + "13789", + "14146", + "18799", + "15298", + "13845", + "17545", + "20430", + "12308", + "23522", + "17948", + "18679", + "7615", + "14413", + "24285", + "12589", + "22886", + "482", + "16507", + "17776", + "19118", + "21825", + "18008", + "34", + "18041", + "18001", + "20395", + "5819", + "15469", + "13318", + "15337", + "5865", + "3762", + "17755", + "23743", + "17479", + "13615", + "22346", + "24443", + "21779", + "18175", + "9156", + "2324", + "3585", + "4163", + "15513", + "19992", + "8473", + "21546", + "11733", + "14335", + "24492", + "18449", + "15334", + "22241", + "16829", + "6122", + "22777", + "15583", + "18470", + "22826", + "19083", + "2160", + "15365", + "17799", + "5128", + "6849", + "12499", + "15653", + "9462", + "14287", + "22655", + "19280", + "17704", + "22234", + "12258", + "20228", + "20626", + "17881", + "2505", + "15801", + "23525", + "13690", + "22271", + "14310", + "24740", + "2226", + "17728", + "21140", + "15652", + "22780", + "9837", + "19189", + "7361", + "17798", + "16493", + "7844", + "6858", + "22853", + "19101", + "13792", + "16014", + "7458", + "14511", + "1228", + "22299", + "21158", + "24418", + "2799", + "1584", + "10912", + "17491", + "18916", + "12075", + "12516", + "3121", + "13812", + "6241", + "14467", + "19816", + "21729", + "13321", + "22339", + "9398", + "18262", + "4791", + "13086", + "16433", + "8328", + "15165", + "23507", + "19785", + "24396", + "20016", + "18979", + "19110", + "407", + "20405", + "24760", + "11982", + "20807", + "9700", + "10130", + "1375", + "23502", + "8669", + "989", + "1977", + "3874", + "19079", + "16338", + "23888", + "11578", + "20330", + "69", + "11377", + "16446", + "2414", + "4387", + "1355", + "4842", + "2518", + "12347", + "19157", + "14328", + "18474", + "12538", + "19734", + "20487", + "21740", + "11960", + "23943", + "21833", + "14381", + "17382", + "19008", + "17645", + "18427", + "162", + "41", + "14093", + "16495", + "20906", + "18472", + "18072", + "20865", + "12153", + "18905", + "12704", + "19126", + "8674", + "19998", + "8677", + "3717", + "11940", + "17439", + "8111", + "16123", + "1433", + "21533", + "24750", + "21227", + "6773", + "15124", + "14235", + "15575", + "9929", + "17230", + "1451", + "22074", + "3802", + "24398", + "411", + "24863", + "20786", + "15454", + "8112", + "15651", + "8563", + "4901", + "4036", + "4985", + "8110", + "5013", + "22698", + "22042", + "19249", + "9829", + "20867", + "14288", + "10127", + "10730", + "11859", + "1145", + "23348", + "8840", + "6268", + "24598", + "4142", + "9335", + "17607", + "16301", + "14736", + "22719", + "2842", + "22220", + "12243", + "14484", + "22974", + "14695", + "19088", + "11085", + "15747", + "11158", + "821", + "18562", + "13420", + "3831", + "12154", + "19944", + "9295", + "2523", + "9419", + "1571", + "6798", + "22058", + "22578", + "7111", + "5210", + "18348", + "14990", + "11842", + "3072", + "10915", + "15672", + "13744", + "24287", + "15089", + "17843", + "17141", + "6158", + "4452", + "15243", + "22884", + "20721", + "12702", + "5807", + "4651", + "10173", + "24909", + "6682", + "6558", + "18957", + "7552", + "1192", + "4981", + "8746", + "16995", + "14969", + "13508", + "116", + "10229", + "23699", + "21587", + "4336", + "1098", + "16349", + "15483", + "24466", + "19590", + "24455", + "11531", + "24953", + "23789", + "20977", + "4128", + "21665", + "12778", + "19410", + "22757", + "19130", + "4456", + "6020", + "23392", + "16526", + "19973", + "20698", + "8284", + "17409", + "18972", + "18162", + "8896", + "9438", + "13871", + "10669", + "8469", + "22988", + "19073", + "15311", + "11017", + "5004", + "24414", + "10589", + "20896", + "8280", + "6693", + "6692", + "23519", + "7533", + "3908", + "5442", + "6694", + "11441", + "15772", + "3264", + "13470", + "22933", + "22563", + "13480", + "4233", + "14035", + "5007", + "17910", + "15945", + "13765", + "16107", + "21957", + "15053", + "7063", + "4146", + "12212", + "4112", + "23192", + "15348", + "22132", + "2238", + "12019", + "5008", + "10864", + "10373", + "12021", + "15349", + "13841", + "12014", + "5136", + "23171", + "13847", + "12453", + "18151", + "14852", + "21752", + "14912", + "17828", + "13475", + "2326", + "3752", + "22500", + "20191", + "1299", + "16948", + "13607", + "22995", + "16212", + "13644", + "16822", + "22636", + "7537", + "7178", + "1393", + "13979", + "2358", + "3267", + "10886", + "9281", + "5981", + "21765", + "6813", + "11312", + "1423", + "22638", + "21283", + "20095", + "3260", + "10273", + "9383", + "21387", + "1781", + "24397", + "6159", + "11304", + "7534", + "1336", + "22537", + "17305", + "17024", + "16486", + "18893", + "14301", + "15744", + "21623", + "15387", + "6406", + "16847", + "10242", + "22656", + "16949", + "3116", + "24974", + "18249", + "23694", + "9370", + "23675", + "3592", + "6468", + "13085", + "13122", + "14193", + "12512", + "10542", + "23891", + "21305", + "10571", + "16137", + "16342", + "2844", + "2839", + "271", + "1020", + "20830", + "19485", + "24387", + "17824", + "2845", + "22568", + "10027", + "24662", + "18688", + "20325", + "587", + "21838", + "18283", + "2843", + "12020", + "19722", + "14760", + "10080", + "10260", + "22358", + "3122", + "19740", + "8572", + "2847", + "5146", + "17286", + "18020", + "2524", + "2849", + "4348", + "10227", + "23623", + "16642", + "3724", + "14420", + "24591", + "13824", + "21159", + "21816", + "12713", + "14330", + "20746", + "14002", + "19897", + "10998", + "10652", + "16817", + "23430", + "21098", + "10087", + "15069", + "13004", + "4358", + "3754", + "10413", + "8797", + "16352", + "2841", + "17682", + "12457", + "15832", + "10019", + "12731", + "9560", + "2758", + "17404", + "12503", + "8562", + "10023", + "20870", + "7965", + "16786", + "10024", + "5326", + "2850", + "10020", + "11422", + "7196", + "5191", + "11116", + "15350", + "17334", + "23347", + "24468", + "19728", + "6871", + "11802", + "10584", + "8055", + "11380", + "4506", + "23786", + "23706", + "12340", + "18275", + "8605", + "13264", + "8956", + "5308", + "13564", + "23236", + "18146", + "14432", + "16382", + "21347", + "8564", + "22752", + "4795", + "14836", + "1850", + "3895", + "1261", + "8162", + "23500", + "9885", + "608", + "7264", + "20084", + "12167", + "6628", + "24855", + "7394", + "7245", + "6489", + "22897", + "12960", + "2840", + "19322", + "4519", + "7353", + "14557", + "14648", + "24551", + "23977", + "8424", + "17499", + "21851", + "24029", + "6462", + "2655", + "22302", + "11248", + "14299", + "20775", + "11930", + "18460", + "11903", + "12109", + "2667", + "23745", + "18530", + "11507", + "46", + "23439", + "12759", + "4990", + "22772", + "1065", + "1987", + "15458", + "8587", + "12030", + "13920", + "3848", + "1396", + "13969", + "14300", + "21517", + "21904", + "4236", + "3682", + "11513", + "9030", + "12798", + "24568", + "22764", + "20150", + "17872", + "16708", + "17308", + "17712", + "2419", + "5601", + "20101", + "12403", + "9937", + "21064", + "4283", + "20636", + "13830", + "8297", + "20691", + "21699", + "17929", + "9792", + "7374", + "17105", + "14732", + "16542", + "23415", + "24691", + "7024", + "23077", + "16689", + "13218", + "9321", + "10324", + "20739", + "16411", + "1949", + "19457", + "2497", + "5864", + "13696", + "10735", + "3958", + "11162", + "22040", + "10335", + "2096", + "23800", + "1948", + "21938", + "726", + "12098", + "11515", + "20490", + "6437", + "17979", + "5947", + "3240", + "19210", + "18028", + "17214", + "21352", + "12423", + "20890", + "23418", + "7880", + "2861", + "17318", + "5040", + "7099", + "23145", + "22198", + "4870", + "12259", + "23349", + "3961", + "23579", + "10494", + "113", + "2120", + "6697", + "7260", + "18120", + "12039", + "22147", + "2529", + "22597", + "6478", + "23270", + "23303", + "6906", + "21005", + "6611", + "17049", + "5192", + "985", + "14987", + "13817", + "11076", + "17901", + "14971", + "8485", + "14006", + "22876", + "15970", + "21080", + "24509", + "13104", + "23226", + "12035", + "12794", + "22940", + "23916", + "1220", + "23245", + "22939", + "23377", + "23803", + "6439", + "23749", + "14622", + "23424", + "23698", + "22936", + "4082", + "12980", + "23859", + "5094", + "21257", + "18332", + "661", + "22941", + "24832", + "23663", + "14900", + "18136", + "3357", + "5295", + "14184", + "18808", + "22653", + "9586", + "8130", + "21085", + "4058", + "23601", + "23940", + "18911", + "20096", + "24510", + "24523", + "4221", + "24524", + "14703", + "1828", + "23209", + "24535", + "24374", + "19586", + "24064", + "24549", + "24164", + "10971", + "13964", + "24485", + "16217", + "13386", + "940", + "23890", + "2530", + "5418", + "9031", + "11487", + "12827", + "6403", + "19971", + "6944", + "13428", + "3261", + "17703", + "23771", + "20561", + "24526", + "12540", + "12417", + "17869", + "24163", + "22792", + "11722", + "2960", + "14672", + "4141", + "15579", + "19243", + "6689", + "6454", + "15627", + "22654", + "17290", + "14156", + "11837", + "13057", + "23462", + "22753", + "23175", + "12138", + "10862", + "24754", + "22311", + "22142", + "15167", + "14258", + "9483", + "22064", + "2863", + "13072", + "23163", + "11656", + "22273", + "22985", + "24525", + "7210", + "23142", + "24534", + "21657", + "24522", + "19535", + "13194", + "24527", + "24091", + "17166", + "18792", + "13384", + "15108", + "10265", + "11575", + "11055", + "21456", + "15116", + "10523", + "11370", + "10992", + "12272", + "15155", + "12298", + "14496", + "10183", + "11858", + "12381", + "11919", + "16347", + "15344", + "14931", + "22182", + "7184", + "22423", + "8687", + "20686", + "18375", + "9463", + "14631", + "21692", + "13431", + "13364", + "16381", + "3159", + "24123", + "12032", + "13323", + "11134", + "22999", + "24550", + "15969", + "10385", + "2081", + "15543", + "24655", + "16216", + "11325", + "1183", + "3454", + "4062", + "10377", + "19824", + "2726", + "11405", + "22599", + "22143", + "19880", + "823", + "21060", + "23533", + "21569", + "722", + "11443", + "21182", + "22684", + "12990", + "10951", + "14377", + "21669", + "22039", + "11506", + "16959", + "18497", + "12355", + "19447", + "17921", + "14260", + "15138", + "23205", + "3742", + "13557", + "17967", + "758", + "23589", + "22685", + "9302", + "22384", + "22344", + "5786", + "928", + "3788", + "4200", + "6807", + "5432", + "16701", + "17246", + "10392", + "14657", + "18565", + "16784", + "20074", + "23211", + "12522", + "13491", + "14462", + "14073", + "22109", + "13554", + "21607", + "14202", + "24756", + "6812", + "18892", + "10990", + "11818", + "19898", + "24659", + "24028", + "23257", + "12531", + "22160", + "22695", + "24677", + "20097", + "6576", + "22449", + "8143", + "17129", + "19809", + "5632", + "21550", + "16641", + "16405", + "12592", + "5863", + "13625", + "15998", + "6236", + "21021", + "20256", + "22694", + "932", + "18786", + "20656", + "18089", + "15008", + "17234", + "13524", + "21027", + "15486", + "9510", + "17739", + "11927", + "8977", + "1395", + "20471", + "14678", + "16826", + "16150", + "9775", + "13769", + "2339", + "18231", + "16946", + "12295", + "22736", + "21268", + "931", + "22798", + "9304", + "16963", + "18492", + "18954", + "21331", + "4237", + "6366", + "14167", + "929", + "22179", + "9638", + "19621", + "10068", + "23124", + "4501", + "6169", + "21696", + "24571", + "5209", + "3744", + "21676", + "9280", + "6785", + "6585", + "14519", + "21323", + "14676", + "22001", + "22438", + "6855", + "4988", + "23702", + "9810", + "20606", + "9509", + "9130", + "13825", + "6671", + "17048", + "23951", + "9812", + "13075", + "9640", + "20180", + "11921", + "870", + "12310", + "3298", + "9146", + "12287", + "17855", + "16512", + "18240", + "24408", + "23227", + "17651", + "9821", + "9811", + "21869", + "5774", + "20655", + "14491", + "18390", + "4483", + "19887", + "13923", + "20203", + "12606", + "3309", + "7765", + "725", + "17713", + "2713", + "15581", + "3293", + "19272", + "17635", + "13811", + "3676", + "16140", + "10677", + "4414", + "21564", + "18642", + "9799", + "23345", + "3311", + "272", + "20571", + "976", + "2167", + "18145", + "3312", + "3292", + "3301", + "3034", + "3290", + "1171", + "3024", + "7632", + "10284", + "1421", + "4292", + "15062", + "3294", + "9935", + "6235", + "15224", + "8325", + "5093", + "2698", + "3306", + "3310", + "9738", + "4321", + "5946", + "9537", + "8323", + "3016", + "3285", + "14649", + "3314", + "3013", + "261", + "954", + "21706", + "11589", + "9409", + "3021", + "22351", + "20230", + "9411", + "14799", + "3880", + "21384", + "3017", + "8593", + "16184", + "19701", + "17822", + "13054", + "9704", + "4277", + "24877", + "5633", + "19747", + "19670", + "10402", + "4148", + "17633", + "8705", + "8533", + "5512", + "2696", + "10536", + "10892", + "23618", + "22531", + "3619", + "14148", + "11227", + "3218", + "11913", + "6111", + "22720", + "14975", + "6659", + "15792", + "16304", + "3709", + "21574", + "17612", + "10075", + "19481", + "8556", + "23914", + "5511", + "10222", + "2699", + "11677", + "20577", + "14582", + "21966", + "21792", + "16037", + "19799", + "4324", + "4322", + "20217", + "3479", + "20152", + "21737", + "3642", + "21656", + "21534", + "4550", + "12890", + "11222", + "22445", + "15719", + "19817", + "8716", + "18379", + "1575", + "357", + "22420", + "23974", + "5694", + "2197", + "7290", + "13414", + "8522", + "17522", + "17008", + "19225", + "4764", + "17764", + "19184", + "755", + "20764", + "11928", + "16746", + "5703", + "21258", + "24498", + "15278", + "23295", + "15255", + "24159", + "15361", + "13342", + "19591", + "22164", + "23993", + "14225", + "24516", + "17487", + "6816", + "10803", + "18627", + "21355", + "20928", + "22033", + "20259", + "9005", + "9824", + "24174", + "12406", + "21996", + "21131", + "7497", + "4032", + "21177", + "16154", + "3735", + "5698", + "14709", + "377", + "689", + "18178", + "14574", + "13889", + "22262", + "12767", + "17323", + "9692", + "18196", + "18568", + "2369", + "7582", + "3364", + "14923", + "14938", + "12974", + "22380", + "16616", + "17460", + "22120", + "20868", + "10326", + "22112", + "21445", + "11567", + "19162", + "14490", + "17832", + "22402", + "18141", + "19540", + "19259", + "10254", + "23123", + "8712", + "10552", + "10616", + "23611", + "12922", + "2876", + "20706", + "7097", + "14255", + "24719", + "1079", + "23067", + "17018", + "23437", + "10503", + "15691", + "13046", + "18691", + "11200", + "15863", + "17397", + "17576", + "11363", + "14955", + "20014", + "22660", + "24063", + "23812", + "11690", + "12237", + "17490", + "19536", + "15593", + "17911", + "14559", + "11020", + "12891", + "14290", + "18293", + "13674", + "22873", + "19186", + "17427", + "21872", + "18217", + "18610", + "17831", + "17442", + "21599", + "12677", + "22888", + "19802", + "23842", + "18116", + "10140", + "915", + "16677", + "11655", + "14855", + "22005", + "24881", + "10771", + "4663", + "12653", + "19059", + "18363", + "2230", + "11041", + "23629", + "7722", + "12740", + "12475", + "3974", + "7432", + "15718", + "13159", + "9026", + "5317", + "7854", + "18802", + "21582", + "14690", + "15875", + "24774", + "3799", + "17638", + "4168", + "17477", + "8633", + "18118", + "10921", + "1959", + "19858", + "21731", + "12689", + "2250", + "8093", + "2660", + "14803", + "12488", + "23127", + "12229", + "22227", + "19689", + "12059", + "7217", + "7599", + "14357", + "7598", + "9482", + "17387", + "23198", + "20363", + "14526", + "22945", + "912", + "5300", + "903", + "6452", + "20367", + "18475", + "14656", + "18464", + "14176", + "23971", + "17710", + "8745", + "19940", + "21059", + "2825", + "24762", + "15293", + "12575", + "10456", + "19793", + "16176", + "12290", + "15758", + "14614", + "21181", + "24738", + "18936", + "22536", + "14980", + "16699", + "6695", + "17891", + "19554", + "21619", + "15009", + "16854", + "18938", + "5902", + "22877", + "22690", + "15032", + "9661", + "9423", + "4890", + "9381", + "7907", + "17475", + "5529", + "20941", + "14906", + "23115", + "10288", + "17517", + "10433", + "21615", + "18996", + "16122", + "20280", + "15074", + "5414", + "17538", + "10631", + "17960", + "4902", + "12830", + "20929", + "14251", + "11763", + "19875", + "7600", + "20287", + "2922", + "22462", + "6192", + "12255", + "12202", + "12373", + "1672", + "3291", + "13691", + "9354", + "8737", + "18960", + "10368", + "20421", + "20760", + "3090", + "20387", + "10309", + "20521", + "20177", + "12612", + "19408", + "20513", + "20175", + "20195", + "15682", + "19893", + "23309", + "2364", + "10766", + "13661", + "480", + "4143", + "5157", + "3131", + "4476", + "9003", + "19336", + "16078", + "3091", + "9312", + "21357", + "2787", + "17920", + "23802", + "7796", + "3297", + "733", + "7697", + "24053", + "17417", + "7795", + "3296", + "3305", + "3067", + "4504", + "14343", + "13430", + "17192", + "17737", + "7586", + "10831", + "7306", + "6017", + "5942", + "18166", + "7977", + "23692", + "15237", + "11142", + "21435", + "502", + "16627", + "16516", + "10577", + "12328", + "8463", + "10848", + "20336", + "14145", + "744", + "24703", + "21880", + "20537", + "12932", + "21244", + "14358", + "296", + "7721", + "23751", + "14183", + "8365", + "10394", + "17413", + "8867", + "7318", + "11924", + "12312", + "24883", + "10308", + "17605", + "14079", + "15642", + "5924", + "21677", + "8781", + "14746", + "4111", + "6172", + "2620", + "20536", + "10627", + "2113", + "5340", + "15732", + "1784", + "19988", + "13413", + "10437", + "15548", + "22587", + "2118", + "24171", + "14449", + "7412", + "9772", + "23146", + "5381", + "12771", + "8181", + "17781", + "11197", + "10097", + "2574", + "10512", + "5949", + "24688", + "19744", + "3914", + "23801", + "5061", + "13503", + "14267", + "22296", + "11395", + "7397", + "22705", + "10177", + "11382", + "12970", + "3580", + "759", + "19161", + "13631", + "10594", + "2286", + "4813", + "10428", + "2755", + "22926", + "20028", + "8247", + "799", + "10560", + "19814", + "19929", + "7888", + "20105", + "979", + "5905", + "16843", + "21612", + "3907", + "16967", + "23367", + "12093", + "5799", + "20503", + "3476", + "10739", + "19433", + "24632", + "22911", + "20592", + "19907", + "7597", + "19199", + "4816", + "8246", + "20996", + "14816", + "9588", + "5147", + "1868", + "21395", + "5878", + "8243", + "5226", + "20885", + "16477", + "18904", + "22383", + "15978", + "12204", + "11204", + "19553", + "17731", + "19697", + "2866", + "1257", + "21941", + "8369", + "6480", + "11323", + "7437", + "9771", + "10106", + "6440", + "18629", + "4727", + "9598", + "13098", + "13209", + "7767", + "7835", + "6160", + "13205", + "4810", + "7768", + "5230", + "9591", + "5915", + "7191", + "7766", + "4817", + "7193", + "22467", + "4814", + "7434", + "7436", + "5913", + "16935", + "7190", + "22535", + "16068", + "17672", + "5228", + "14611", + "5227", + "7192", + "7301", + "5335", + "16318", + "22293", + "16518", + "15977", + "22952", + "12389", + "21688", + "21803", + "12349", + "1600", + "11529", + "7076", + "6013", + "22767", + "8798", + "11836", + "19164", + "22570", + "24467", + "8367", + "22571", + "10064", + "3107", + "4488", + "6183", + "21510", + "12755", + "15704", + "21338", + "19649", + "20608", + "22237", + "20559", + "15884", + "21857", + "12707", + "17973", + "15798", + "20657", + "17236", + "13354", + "18405", + "21841", + "21627", + "19724", + "8881", + "12145", + "2538", + "1887", + "1702", + "15921", + "6645", + "3987", + "4862", + "16247", + "4072", + "23833", + "12164", + "19570", + "7867", + "17175", + "8196", + "23580", + "20983", + "12910", + "18235", + "6119", + "21922", + "17749", + "23465", + "7331", + "6117", + "9086", + "6120", + "13293", + "10548", + "22733", + "21642", + "17022", + "15633", + "23950", + "15047", + "20927", + "12897", + "24085", + "13357", + "24011", + "15322", + "5352", + "14891", + "6486", + "24180", + "20674", + "9881", + "13450", + "22095", + "9770", + "3127", + "20713", + "2965", + "4797", + "21521", + "18292", + "13191", + "24932", + "12335", + "19745", + "12743", + "23907", + "23523", + "19351", + "16523", + "8565", + "12452", + "11391", + "18263", + "21214", + "16133", + "18071", + "16649", + "8296", + "18889", + "1277", + "493", + "492", + "16335", + "12913", + "8089", + "13124", + "19472", + "6379", + "8090", + "19763", + "2136", + "21105", + "8465", + "12339", + "13121", + "22706", + "1260", + "22062", + "20453", + "23008", + "20837", + "23576", + "20358", + "15044", + "9856", + "19380", + "4003", + "21143", + "17117", + "8092", + "12526", + "6121", + "22146", + "17279", + "18801", + "22598", + "7667", + "317", + "18804", + "15327", + "17975", + "23779", + "19468", + "21719", + "17836", + "21245", + "6845", + "19415", + "19705", + "19764", + "23577", + "19497", + "23838", + "22282", + "20532", + "21751", + "5143", + "17449", + "11914", + "16067", + "22899", + "9457", + "15953", + "10593", + "17196", + "24125", + "1976", + "4551", + "5271", + "7664", + "13892", + "5795", + "14550", + "19300", + "16878", + "22917", + "6372", + "736", + "10638", + "24798", + "20311", + "12822", + "23408", + "8042", + "13953", + "16371", + "7247", + "12302", + "11795", + "22019", + "21067", + "16609", + "15892", + "9583", + "14274", + "13713", + "4291", + "1339", + "11008", + "22858", + "1847", + "4131", + "13646", + "7305", + "16585", + "21249", + "8732", + "13704", + "6271", + "23242", + "1699", + "11659", + "10969", + "13910", + "21553", + "22817", + "7229", + "22431", + "14011", + "12459", + "10408", + "24592", + "16248", + "16224", + "7132", + "12760", + "23581", + "11594", + "14261", + "17604", + "21393", + "21819", + "6199", + "22345", + "5667", + "8239", + "13217", + "23202", + "12883", + "24116", + "16695", + "14266", + "20308", + "16138", + "18149", + "12224", + "14157", + "22061", + "18745", + "21708", + "11212", + "20547", + "22231", + "20664", + "18490", + "5053", + "10654", + "2701", + "5683", + "20286", + "7629", + "5747", + "6397", + "1878", + "5718", + "4692", + "8245", + "7453", + "13233", + "3144", + "11214", + "21863", + "6168", + "319", + "9359", + "23858", + "3667", + "8750", + "3388", + "13963", + "7090", + "10325", + "17332", + "24739", + "16549", + "14405", + "20722", + "12551", + "584", + "19085", + "18376", + "20038", + "18977", + "10268", + "12977", + "23840", + "12444", + "23393", + "24834", + "23099", + "22630", + "21113", + "11760", + "21695", + "22125", + "22023", + "1177", + "17163", + "24077", + "17802", + "21633", + "4134", + "11887", + "12016", + "12450", + "14356", + "18765", + "20111", + "17908", + "23438", + "5717", + "11725", + "21483", + "19877", + "13193", + "16010", + "3229", + "13984", + "17680", + "14044", + "22565", + "12940", + "22155", + "22313", + "11447", + "1589", + "15147", + "11681", + "8277", + "6213", + "24906", + "19640", + "750", + "9117", + "19241", + "23336", + "3320", + "23095", + "18357", + "3498", + "15614", + "11243", + "21358", + "11129", + "12728", + "20772", + "10364", + "23612", + "7483", + "10205", + "15849", + "11086", + "6932", + "22713", + "18648", + "1790", + "10421", + "22972", + "16277", + "24790", + "4464", + "15698", + "2436", + "16282", + "24478", + "11853", + "10738", + "14076", + "7774", + "7614", + "22925", + "20394", + "13162", + "16638", + "15154", + "22839", + "14711", + "18070", + "8054", + "10941", + "23527", + "552", + "17060", + "11040", + "7455", + "3556", + "12063", + "14778", + "15118", + "16346", + "12012", + "16452", + "20847", + "20757", + "10802", + "39", + "12053", + "15051", + "9838", + "21679", + "9723", + "601", + "23373", + "3288", + "5156", + "17874", + "4539", + "9291", + "2999", + "24372", + "5344", + "24500", + "13444", + "18917", + "19056", + "1929", + "11810", + "10916", + "4992", + "1263", + "14286", + "22610", + "205", + "18613", + "11551", + "13875", + "17405", + "13216", + "4675", + "23477", + "4907", + "2644", + "12966", + "11219", + "7509", + "5956", + "2643", + "8067", + "18777", + "14411", + "13911", + "841", + "15061", + "11138", + "14723", + "14414", + "13954", + "19111", + "17361", + "5474", + "2321", + "22332", + "19119", + "10191", + "24032", + "9183", + "9694", + "9360", + "16668", + "8951", + "14881", + "18816", + "6712", + "2748", + "22356", + "22335", + "16715", + "13952", + "7566", + "16008", + "8186", + "9752", + "11012", + "5281", + "11088", + "23809", + "8390", + "4315", + "9347", + "9466", + "2724", + "22749", + "5705", + "21934", + "22432", + "5193", + "1940", + "13587", + "17825", + "8668", + "16471", + "7256", + "13120", + "16064", + "23298", + "13347", + "14277", + "11896", + "936", + "1190", + "4397", + "14717", + "11834", + "17250", + "1302", + "6641", + "16502", + "7995", + "23991", + "3319", + "21163", + "11309", + "22622", + "15987", + "1935", + "14894", + "18840", + "8719", + "23269", + "22842", + "806", + "24694", + "18248", + "5562", + "18234", + "8006", + "15821", + "16883", + "1598", + "12057", + "11126", + "5692", + "12207", + "20579", + "11792", + "14524", + "16964", + "3361", + "12714", + "2517", + "19262", + "10798", + "17093", + "18845", + "21172", + "12150", + "24139", + "23088", + "9290", + "13282", + "7865", + "16362", + "18453", + "3569", + "23868", + "3925", + "6264", + "11421", + "20141", + "19033", + "10123", + "12471", + "19459", + "11349", + "5646", + "2675", + "9024", + "14796", + "2935", + "8662", + "1880", + "10664", + "11537", + "11188", + "14565", + "10952", + "21295", + "7643", + "15275", + "24406", + "14737", + "5416", + "12043", + "1660", + "12805", + "16439", + "21155", + "4150", + "22519", + "15505", + "10781", + "14946", + "21759", + "16442", + "17806", + "21186", + "15839", + "16769", + "23461", + "8768", + "7311", + "378", + "2603", + "15648", + "5410", + "16798", + "14281", + "6004", + "19381", + "23730", + "17987", + "8720", + "1936", + "8272", + "6525", + "17005", + "10844", + "22699", + "10858", + "3064", + "23138", + "10800", + "15650", + "23317", + "7112", + "23041", + "7423", + "7931", + "1809", + "24900", + "8403", + "3348", + "11291", + "10938", + "3472", + "5292", + "9299", + "19067", + "17834", + "15935", + "11009", + "24601", + "8666", + "18227", + "24292", + "8431", + "16974", + "7268", + "20973", + "8800", + "17553", + "8464", + "11030", + "1549", + "20477", + "10736", + "11383", + "5722", + "11155", + "20283", + "19401", + "9475", + "24066", + "3062", + "19601", + "1866", + "8250", + "22774", + "1306", + "18091", + "13756", + "15628", + "12496", + "20842", + "22810", + "20576", + "13842", + "8230", + "12765", + "13829", + "12587", + "3764", + "6490", + "24021", + "4453", + "11123", + "23085", + "3452", + "1389", + "8218", + "13555", + "1939", + "2471", + "14770", + "11821", + "167", + "15982", + "15567", + "23255", + "6038", + "1357", + "6513", + "17772", + "12266", + "15115", + "7658", + "23476", + "2740", + "9064", + "9285", + "6293", + "16765", + "11998", + "9649", + "20089", + "6518", + "17100", + "12928", + "19723", + "9344", + "6037", + "1855", + "4660", + "18385", + "6510", + "6801", + "21341", + "23979", + "6505", + "12327", + "6506", + "6515", + "6034", + "6519", + "11585", + "17453", + "3347", + "21199", + "6509", + "22322", + "6508", + "17941", + "6517", + "11457", + "22405", + "19571", + "7023", + "10028", + "13643", + "23125", + "13543", + "24943", + "17082", + "10434", + "17559", + "24880", + "6035", + "7682", + "596", + "1883", + "7069", + "19313", + "1392", + "23432", + "17233", + "208", + "5006", + "6802", + "6511", + "18087", + "1349", + "21018", + "14034", + "12569", + "12508", + "1441", + "5076", + "13093", + "9390", + "12244", + "20538", + "23512", + "10753", + "2105", + "12700", + "22620", + "20109", + "9485", + "24394", + "20013", + "15135", + "15460", + "17226", + "10540", + "8409", + "20599", + "6036", + "24148", + "22305", + "24660", + "7164", + "24290", + "9865", + "1993", + "16925", + "5983", + "11070", + "219", + "17616", + "20915", + "5290", + "22880", + "8665", + "11401", + "20260", + "5243", + "21809", + "23729", + "19278", + "16615", + "7836", + "6485", + "2775", + "16696", + "17958", + "7230", + "24105", + "9698", + "22472", + "12211", + "20281", + "13669", + "23607", + "1535", + "17636", + "11192", + "5211", + "1941", + "19304", + "24781", + "18850", + "14742", + "22354", + "15710", + "12572", + "2156", + "1930", + "23153", + "13657", + "10778", + "13134", + "17644", + "10475", + "17646", + "8722", + "19429", + "20758", + "9044", + "10233", + "11031", + "1931", + "18550", + "1822", + "10184", + "14718", + "21897", + "21964", + "2242", + "11697", + "20680", + "9404", + "19835", + "3029", + "13445", + "21477", + "13702", + "17055", + "914", + "19191", + "1934", + "7512", + "13230", + "9252", + "965", + "8145", + "23387", + "24836", + "21094", + "1917", + "23816", + "18019", + "6861", + "13031", + "17642", + "15216", + "22797", + "13586", + "10687", + "16449", + "17357", + "17951", + "23280", + "4751", + "11327", + "24603", + "21148", + "18053", + "2256", + "17570", + "410", + "3590", + "7080", + "20997", + "17573", + "9672", + "22060", + "16255", + "7834", + "22676", + "18577", + "19206", + "14844", + "12165", + "13750", + "21055", + "17637", + "13247", + "14811", + "14618", + "14624", + "20441", + "2582", + "21678", + "14371", + "12925", + "11242", + "24106", + "15459", + "20816", + "23871", + "20494", + "22889", + "16073", + "21351", + "14152", + "7842", + "5561", + "6984", + "4978", + "1995", + "7169", + "22523", + "17741", + "14433", + "6985", + "4052", + "12135", + "911", + "21814", + "11672", + "11056", + "20647", + "9716", + "19730", + "13325", + "10557", + "12486", + "23407", + "10425", + "20783", + "17164", + "19726", + "967", + "2929", + "16096", + "14762", + "1732", + "3023", + "5796", + "1680", + "7398", + "23351", + "23547", + "10216", + "17939", + "7317", + "24069", + "4286", + "11139", + "1859", + "1068", + "3019", + "15225", + "8858", + "7594", + "1410", + "11985", + "3696", + "17885", + "2148", + "8467", + "15146", + "13008", + "15399", + "7708", + "8617", + "14204", + "4689", + "6308", + "10841", + "6307", + "5472", + "9635", + "15433", + "21396", + "11976", + "13760", + "1043", + "21890", + "3741", + "519", + "7293", + "8040", + "8829", + "9289", + "22950", + "3253", + "9097", + "6305", + "2319", + "18926", + "6123", + "2202", + "20174", + "6442", + "20412", + "17761", + "20092", + "11587", + "3949", + "16079", + "16671", + "13987", + "16052", + "19458", + "4698", + "20034", + "7310", + "12289", + "15019", + "22900", + "12177", + "10928", + "17353", + "5475", + "13187", + "6204", + "2232", + "21390", + "20434", + "12550", + "15153", + "3701", + "11714", + "21559", + "13570", + "22564", + "18383", + "13015", + "8679", + "6212", + "21480", + "2291", + "6446", + "21747", + "17039", + "4649", + "5028", + "20065", + "3262", + "14984", + "3879", + "12228", + "2183", + "20810", + "21142", + "2123", + "17738", + "7829", + "21577", + "6781", + "5316", + "8019", + "556", + "54", + "20874", + "12888", + "9507", + "5351", + "13819", + "17902", + "13126", + "2596", + "22089", + "14428", + "18300", + "21015", + "11079", + "20597", + "21354", + "6605", + "19905", + "13957", + "9963", + "14873", + "22765", + "15371", + "1405", + "23141", + "19291", + "3690", + "20767", + "13770", + "1235", + "21160", + "21311", + "2380", + "1404", + "21101", + "5605", + "13103", + "10472", + "11010", + "14929", + "24541", + "13336", + "21567", + "6516", + "10021", + "20255", + "15605", + "23997", + "21399", + "13807", + "6557", + "380", + "22260", + "14142", + "18168", + "5725", + "3045", + "24685", + "11359", + "12252", + "14837", + "20872", + "24697", + "20347", + "1398", + "1937", + "8595", + "1403", + "8718", + "19327", + "3699", + "10625", + "8091", + "3092", + "15056", + "1401", + "18986", + "22075", + "2246", + "1400", + "22949", + "6487", + "5262", + "14714", + "21906", + "16206", + "19020", + "9038", + "1057", + "20459", + "2722", + "18481", + "540", + "1351", + "23102", + "19619", + "4630", + "20264", + "13961", + "21075", + "12806", + "15166", + "6471", + "6465", + "3847", + "5950", + "2659", + "15702", + "16326", + "23199", + "17974", + "14791", + "16115", + "11459", + "20813", + "20418", + "2550", + "13417", + "20761", + "23096", + "5575", + "4894", + "18153", + "630", + "21056", + "7608", + "1543", + "4480", + "11019", + "3594", + "2491", + "4424", + "19778", + "10644", + "8664", + "17726", + "17358", + "12162", + "4174", + "24912", + "17086", + "16551", + "10988", + "1844", + "9745", + "18578", + "8559", + "20784", + "24980", + "15713", + "12885", + "7872", + "18048", + "23968", + "23479", + "16051", + "10427", + "13358", + "14323", + "15121", + "18259", + "23845", + "3793", + "15125", + "13432", + "7845", + "24682", + "11920", + "9399", + "24034", + "20296", + "11774", + "18678", + "7329", + "22580", + "12092", + "12160", + "1324", + "1013", + "1786", + "2029", + "7760", + "3391", + "15922", + "24610", + "7327", + "20963", + "13119", + "7328", + "3992", + "22918", + "12652", + "1427", + "6118", + "7852", + "16550", + "5931", + "8513", + "2895", + "5537", + "3332", + "21136", + "16956", + "14861", + "6081", + "7787", + "5386", + "13203", + "7355", + "18486", + "11003", + "9525", + "15552", + "3936", + "4790", + "12431", + "454", + "7645", + "8921", + "15295", + "23541", + "10306", + "2652", + "15551", + "2240", + "18480", + "22270", + "5539", + "4211", + "9101", + "8479", + "8237", + "13801", + "11105", + "24843", + "19398", + "20797", + "9876", + "597", + "1932", + "490", + "8122", + "17945", + "13869", + "16736", + "414", + "12117", + "11235", + "13454", + "13595", + "11423", + "11925", + "100", + "13369", + "13182", + "1787", + "16390", + "24253", + "10842", + "18081", + "18645", + "15705", + "53", + "13416", + "5440", + "5890", + "22434", + "13381", + "17419", + "14226", + "18764", + "22307", + "24046", + "2647", + "7732", + "15797", + "16704", + "15912", + "5626", + "9508", + "18354", + "19766", + "10521", + "7784", + "22226", + "12309", + "15456", + "4416", + "51", + "2609", + "20069", + "2116", + "17917", + "20479", + "22466", + "3702", + "23241", + "7529", + "20144", + "17104", + "17746", + "11245", + "19565", + "18966", + "18633", + "15598", + "23919", + "15002", + "15600", + "2600", + "11931", + "22357", + "6357", + "21028", + "4955", + "20982", + "17565", + "21778", + "21353", + "8601", + "18237", + "3678", + "15192", + "4274", + "18662", + "12967", + "16804", + "4297", + "18298", + "17158", + "18129", + "20362", + "16021", + "16934", + "22998", + "16718", + "12047", + "11189", + "7709", + "23033", + "12354", + "21032", + "20431", + "16943", + "16908", + "9769", + "784", + "20219", + "9593", + "9456", + "11956", + "1078", + "21095", + "20961", + "21874", + "6178", + "15017", + "10808", + "21382", + "1200", + "13620", + "11893", + "16312", + "9699", + "14118", + "15610", + "181", + "15536", + "12101", + "2424", + "16141", + "13904", + "6826", + "20933", + "17068", + "21135", + "3759", + "21558", + "21585", + "5109", + "1011", + "10311", + "6039", + "2605", + "21415", + "3687", + "9254", + "19279", + "5437", + "24997", + "22905", + "11994", + "8492", +]; export const dataArgs: RarityFarmingData = { rarityGotchis: rarity, diff --git a/data/airdrops/rarityfarming/szn12/rnd1.ts b/data/airdrops/rarityfarming/szn12/rnd1.ts index f5a6cdd7..3e933990 100644 --- a/data/airdrops/rarityfarming/szn12/rnd1.ts +++ b/data/airdrops/rarityfarming/szn12/rnd1.ts @@ -1,9 +1,22512 @@ import { RarityFarmingData } from "../../../../types"; -const rarity: string[] = []; +const rarity: string[] = [ + "23795", + "16559", + "14489", + "19095", + "13681", + "23881", + "3052", + "12611", + "20308", + "10644", + "11267", + "7001", + "1448", + "18411", + "13996", + "22713", + "1743", + "22037", + "8845", + "14341", + "21424", + "16455", + "11170", + "8623", + "22455", + "18249", + "17033", + "17944", + "9369", + "826", + "4820", + "6932", + "24422", + "19016", + "12198", + "10292", + "22892", + "3724", + "19172", + "24256", + "4479", + "21508", + "23921", + "5934", + "15560", + "15243", + "15571", + "7848", + "4518", + "22249", + "474", + "24410", + "5535", + "9106", + "22844", + "4285", + "12518", + "8062", + "5691", + "23711", + "13536", + "13212", + "2165", + "5205", + "7422", + "18011", + "13262", + "18650", + "2057", + "1627", + "9027", + "11866", + "22197", + "23201", + "9358", + "13700", + "5411", + "172", + "8121", + "9398", + "23067", + "4534", + "966", + "1454", + "23479", + "16863", + "12409", + "4616", + "3295", + "22133", + "19143", + "16411", + "14350", + "766", + "22128", + "4350", + "2270", + "24509", + "3299", + "6407", + "22720", + "1306", + "12686", + "7782", + "19991", + "19535", + "16710", + "9459", + "18258", + "9373", + "5109", + "22704", + "8163", + "14436", + "24381", + "3378", + "2195", + "4441", + "4271", + "14117", + "21403", + "14454", + "1565", + "22883", + "266", + "22714", + "8585", + "8676", + "4581", + "13241", + "8609", + "12126", + "21660", + "15434", + "703", + "8911", + "16676", + "221", + "4906", + "11279", + "19669", + "17124", + "11697", + "572", + "19295", + "6109", + "6335", + "19736", + "3308", + "181", + "11785", + "20454", + "15524", + "22062", + "3425", + "21868", + "2267", + "19019", + "17723", + "3168", + "67", + "5846", + "7755", + "5647", + "3256", + "5168", + "22864", + "1549", + "7845", + "8084", + "16635", + "987", + "13513", + "7068", + "35", + "3", + "21789", + "17344", + "3309", + "11663", + "17570", + "7005", + "11218", + "20844", + "13741", + "7316", + "3513", + "22566", + "13509", + "3126", + "22610", + "8893", + "12423", + "19343", + "13413", + "1677", + "6695", + "6422", + "14557", + "4215", + "713", + "2348", + "17343", + "544", + "11544", + "23174", + "1449", + "3288", + "7589", + "9376", + "24786", + "14140", + "22885", + "20826", + "9346", + "10615", + "18467", + "3788", + "11883", + "23418", + "22519", + "20885", + "24854", + "9111", + "3935", + "20828", + "18979", + "6951", + "15246", + "17182", + "22470", + "10394", + "23619", + "21320", + "1240", + "20996", + "13712", + "1011", + "21230", + "10252", + "19457", + "18996", + "4436", + "24913", + "6138", + "9272", + "3357", + "24975", + "24510", + "5139", + "1425", + "6549", + "21797", + "24974", + "2266", + "2505", + "3948", + "1475", + "18170", + "7615", + "7187", + "8863", + "21665", + "23065", + "23321", + "18009", + "16328", + "4740", + "487", + "21477", + "1264", + "2172", + "2443", + "2085", + "18491", + "13401", + "6827", + "3942", + "6164", + "14997", + "13605", + "4405", + "19841", + "18434", + "14515", + "17865", + "9412", + "15865", + "8517", + "3986", + "12893", + "6321", + "5154", + "2667", + "1257", + "19850", + "19260", + "11487", + "2863", + "16505", + "21154", + "16969", + "16826", + "18873", + "15578", + "11156", + "6746", + "2720", + "8396", + "8531", + "20449", + "19944", + "3592", + "1638", + "8611", + "15694", + "24077", + "1961", + "24610", + "6366", + "20374", + "8392", + "6350", + "5507", + "4685", + "17539", + "16748", + "5123", + "16543", + "1847", + "11023", + "10909", + "22793", + "3046", + "6394", + "12247", + "18400", + "18292", + "11765", + "7303", + "21611", + "6396", + "1345", + "4764", + "10265", + "4789", + "16477", + "23751", + "692", + "22118", + "5011", + "16704", + "1089", + "7457", + "22751", + "19970", + "6089", + "9494", + "1702", + "2555", + "11205", + "8082", + "21959", + "6145", + "18663", + "4992", + "23102", + "17855", + "16524", + "2995", + "19893", + "1812", + "5743", + "19937", + "10616", + "16956", + "3650", + "2931", + "24912", + "22358", + "24404", + "16270", + "24524", + "20478", + "21435", + "20964", + "4749", + "12515", + "3475", + "5790", + "7403", + "22958", + "6147", + "14981", + "16269", + "14931", + "15219", + "10647", + "19591", + "20248", + "9071", + "9665", + "10321", + "19321", + "24962", + "14559", + "19574", + "4372", + "5993", + "10208", + "7413", + "20130", + "11070", + "6376", + "19114", + "8011", + "1487", + "15760", + "17947", + "4895", + "8364", + "17122", + "48", + "6305", + "22473", + "7645", + "3322", + "22324", + "233", + "21736", + "17802", + "23501", + "989", + "23008", + "6431", + "22369", + "4794", + "3159", + "18469", + "15408", + "21082", + "24767", + "23241", + "10487", + "607", + "1126", + "13443", + "7474", + "2462", + "17613", + "16420", + "7332", + "1782", + "1724", + "7033", + "7765", + "8890", + "19279", + "17335", + "22941", + "22724", + "3433", + "6122", + "23799", + "7617", + "5731", + "23192", + "16553", + "12918", + "18810", + "22705", + "4467", + "18280", + "19221", + "24984", + "5075", + "20783", + "18685", + "15021", + "3411", + "19657", + "19215", + "16965", + "19005", + "20287", + "11386", + "3501", + "2607", + "3516", + "3169", + "20966", + "12530", + "6094", + "5147", + "6735", + "12727", + "13137", + "556", + "2905", + "9561", + "13563", + "11519", + "6204", + "6413", + "2523", + "12022", + "13819", + "8626", + "10437", + "6160", + "22599", + "24624", + "3467", + "3571", + "3734", + "6887", + "8265", + "2793", + "6260", + "10768", + "18477", + "12848", + "10138", + "7433", + "8891", + "549", + "6582", + "1661", + "24799", + "17226", + "14801", + "15854", + "14480", + "1197", + "22085", + "19553", + "20232", + "11047", + "12287", + "14519", + "21323", + "7771", + "8254", + "4890", + "23414", + "15108", + "12151", + "5027", + "22075", + "22352", + "12111", + "24152", + "11611", + "6009", + "1604", + "8182", + "12810", + "10565", + "18081", + "19355", + "18120", + "7969", + "22785", + "11887", + "10854", + "2325", + "16677", + "6839", + "3731", + "2854", + "9848", + "2909", + "6266", + "9673", + "20635", + "3874", + "13072", + "23460", + "19526", + "24730", + "10627", + "5738", + "12741", + "2364", + "3849", + "19174", + "7796", + "2491", + "5764", + "11902", + "19388", + "20525", + "13076", + "23541", + "13969", + "19131", + "21596", + "17783", + "20655", + "15109", + "5375", + "18111", + "18497", + "11858", + "1320", + "21268", + "19623", + "168", + "5833", + "7257", + "22436", + "24763", + "20909", + "282", + "20526", + "17662", + "16975", + "12325", + "2136", + "458", + "506", + "6785", + "6541", + "8567", + "9996", + "9958", + "5730", + "19163", + "23773", + "3967", + "12886", + "16732", + "16759", + "2834", + "18330", + "3613", + "14511", + "19125", + "18339", + "7488", + "13694", + "6447", + "7571", + "12477", + "24948", + "10046", + "11354", + "4038", + "10879", + "24383", + "406", + "23352", + "23974", + "5499", + "3329", + "23168", + "6183", + "10304", + "14656", + "7828", + "19055", + "13223", + "11383", + "18035", + "10347", + "5441", + "19304", + "4589", + "12794", + "11079", + "5295", + "23245", + "3891", + "18340", + "9752", + "1740", + "6851", + "2182", + "2685", + "18287", + "10282", + "14816", + "5013", + "4837", + "6193", + "23576", + "19497", + "18494", + "16605", + "23226", + "14651", + "9758", + "11749", + "9536", + "14944", + "2786", + "14568", + "6345", + "8372", + "24941", + "1133", + "23838", + "14660", + "6380", + "13979", + "7331", + "6644", + "4419", + "4348", + "11033", + "5722", + "19320", + "24435", + "8568", + "23872", + "14165", + "22065", + "1046", + "23757", + "10745", + "10646", + "1829", + "24653", + "12048", + "18777", + "6209", + "6807", + "7779", + "24439", + "12695", + "18542", + "11027", + "4266", + "1771", + "6588", + "19922", + "14935", + "3974", + "3267", + "502", + "18764", + "20518", + "3585", + "2255", + "15744", + "7802", + "6178", + "9440", + "22394", + "3835", + "8287", + "3331", + "16980", + "6953", + "16431", + "23892", + "12210", + "4743", + "8403", + "14637", + "24498", + "1293", + "11148", + "15321", + "18856", + "13639", + "1302", + "9274", + "18702", + "3749", + "15073", + "10818", + "14470", + "11732", + "13491", + "15442", + "7889", + "21429", + "22684", + "18231", + "22587", + "7938", + "17012", + "10329", + "836", + "10582", + "16712", + "2251", + "7144", + "4802", + "957", + "7047", + "14890", + "22107", + "9248", + "15676", + "11191", + "14046", + "2148", + "5667", + "20069", + "21669", + "20019", + "5409", + "1653", + "11998", + "6085", + "4851", + "3801", + "7527", + "3862", + "8398", + "13493", + "7863", + "22106", + "11222", + "3595", + "8898", + "8253", + "8809", + "3084", + "16738", + "4720", + "8218", + "21749", + "18441", + "11492", + "1868", + "6435", + "20680", + "22004", + "7184", + "6975", + "22018", + "19229", + "16785", + "7324", + "11524", + "19030", + "3971", + "21134", + "17263", + "21531", + "16451", + "13771", + "12112", + "3846", + "17189", + "11734", + "23221", + "4115", + "18619", + "9654", + "5954", + "5997", + "21338", + "3292", + "3261", + "1044", + "3805", + "3581", + "19324", + "16352", + "23319", + "11903", + "11000", + "19572", + "23270", + "9754", + "8605", + "19408", + "4446", + "2787", + "3790", + "13544", + "1770", + "7963", + "4391", + "4417", + "18054", + "3067", + "24076", + "23712", + "7426", + "23098", + "24800", + "17890", + "9475", + "6428", + "22508", + "2913", + "24856", + "23239", + "24535", + "22706", + "15550", + "14022", + "7718", + "5858", + "6174", + "5923", + "1944", + "7042", + "7912", + "11756", + "14446", + "18844", + "5321", + "12628", + "13796", + "15918", + "14257", + "3312", + "9983", + "22678", + "4112", + "23280", + "17559", + "1591", + "6489", + "19885", + "4424", + "7347", + "23515", + "2393", + "18126", + "6952", + "18734", + "18145", + "12389", + "4144", + "705", + "18854", + "16550", + "15618", + "14194", + "16840", + "2415", + "21064", + "10853", + "23629", + "18612", + "6103", + "6742", + "9275", + "5156", + "13398", + "5596", + "2833", + "18908", + "8050", + "18904", + "17504", + "19464", + "15047", + "24926", + "3764", + "1939", + "16154", + "11777", + "17987", + "8365", + "6382", + "23986", + "1963", + "7036", + "9023", + "5792", + "1876", + "16405", + "24503", + "5160", + "13107", + "22630", + "1866", + "12897", + "20126", + "17522", + "14574", + "23437", + "8490", + "2861", + "22939", + "17024", + "10571", + "10624", + "23271", + "1595", + "19940", + "6769", + "15904", + "13159", + "14255", + "3720", + "3710", + "4884", + "8964", + "19266", + "2749", + "5938", + "17188", + "23455", + "16818", + "5560", + "912", + "6352", + "24976", + "12457", + "8641", + "6931", + "9156", + "20618", + "14925", + "18645", + "17099", + "8789", + "14473", + "5077", + "22998", + "19942", + "23529", + "3838", + "21248", + "3594", + "7608", + "13549", + "16615", + "24795", + "7893", + "396", + "7060", + "15320", + "9626", + "18470", + "11368", + "18064", + "3752", + "22977", + "11973", + "449", + "10625", + "21751", + "672", + "21768", + "1423", + "22083", + "15987", + "21913", + "14639", + "17173", + "15912", + "19505", + "6908", + "9774", + "18204", + "1445", + "5682", + "2368", + "12671", + "3397", + "5701", + "8012", + "24417", + "13185", + "12053", + "11007", + "22240", + "18134", + "6104", + "15792", + "3643", + "7927", + "9808", + "13998", + "2578", + "4182", + "10775", + "21510", + "1564", + "754", + "17102", + "23577", + "21353", + "11055", + "14563", + "22078", + "8079", + "13889", + "3637", + "6288", + "18591", + "4879", + "23943", + "23620", + "414", + "4170", + "6087", + "10146", + "7943", + "5980", + "3342", + "9212", + "21047", + "23492", + "16587", + "18012", + "4323", + "689", + "11254", + "2759", + "18910", + "1416", + "1030", + "16554", + "8038", + "14484", + "8812", + "24290", + "8926", + "17638", + "5637", + "14420", + "23129", + "1585", + "3600", + "5513", + "12392", + "3934", + "7420", + "17186", + "10507", + "19697", + "12656", + "7607", + "20503", + "20261", + "13691", + "19656", + "19571", + "16910", + "14263", + "21937", + "21624", + "1787", + "24881", + "16854", + "6566", + "22690", + "8518", + "649", + "11133", + "20831", + "18935", + "15293", + "7530", + "14120", + "9731", + "1690", + "14869", + "2529", + "17090", + "13524", + "21113", + "9266", + "16291", + "12767", + "11678", + "18185", + "1936", + "1828", + "6529", + "14842", + "17082", + "20325", + "23425", + "17093", + "16596", + "17599", + "24802", + "23979", + "20540", + "18520", + "3610", + "18662", + "2512", + "4531", + "3873", + "1422", + "746", + "3248", + "13684", + "12815", + "17672", + "24746", + "4298", + "9819", + "4368", + "6615", + "21362", + "17926", + "6038", + "20244", + "19140", + "15853", + "21249", + "4150", + "6564", + "21126", + "6490", + "11214", + "6420", + "21521", + "19726", + "20389", + "6192", + "23377", + "13252", + "8425", + "19137", + "7626", + "2138", + "2957", + "19451", + "9524", + "10808", + "18740", + "7459", + "9100", + "14153", + "7066", + "630", + "2614", + "7808", + "9387", + "23265", + "24248", + "6000", + "978", + "4714", + "8521", + "15403", + "9299", + "16028", + "20771", + "6419", + "2382", + "23238", + "10297", + "13104", + "2344", + "12386", + "15826", + "12370", + "2811", + "4670", + "3184", + "8693", + "12698", + "18807", + "11977", + "17327", + "2797", + "4414", + "1285", + "10324", + "3044", + "4055", + "21999", + "4059", + "8016", + "19865", + "15059", + "19538", + "13585", + "8829", + "23010", + "23997", + "4617", + "11680", + "4839", + "19766", + "3615", + "14881", + "3859", + "8547", + "10267", + "1852", + "15120", + "16272", + "11916", + "9552", + "9884", + "16144", + "3981", + "11875", + "10097", + "17616", + "15390", + "21906", + "6421", + "13926", + "1253", + "14212", + "15166", + "12402", + "21677", + "20537", + "9979", + "5346", + "2569", + "2542", + "9466", + "24697", + "20178", + "4028", + "6373", + "12600", + "17407", + "23390", + "8439", + "5733", + "4639", + "2553", + "9849", + "11521", + "19602", + "16970", + "14958", + "11082", + "13233", + "10794", + "12214", + "17244", + "21950", + "6264", + "20827", + "17350", + "18298", + "19988", + "15428", + "16186", + "12508", + "21653", + "23345", + "24414", + "9370", + "1484", + "10369", + "8299", + "21282", + "18678", + "23368", + "13469", + "17455", + "8757", + "21518", + "7590", + "1708", + "3652", + "6213", + "21767", + "23469", + "24577", + "2261", + "6351", + "8444", + "7853", + "16887", + "4005", + "17242", + "18661", + "9243", + "10781", + "509", + "13364", + "24662", + "13676", + "10633", + "20453", + "6608", + "8668", + "15519", + "12035", + "16050", + "1200", + "11015", + "6752", + "3354", + "16276", + "17641", + "6641", + "7965", + "16128", + "2719", + "4320", + "539", + "6555", + "7038", + "10390", + "13813", + "24096", + "1998", + "897", + "3864", + "21337", + "12376", + "13974", + "3440", + "24965", + "15480", + "21422", + "14356", + "20599", + "15305", + "8651", + "23812", + "22979", + "14980", + "19789", + "16452", + "21550", + "10814", + "15998", + "16689", + "21965", + "17248", + "15515", + "19897", + "7528", + "8091", + "1996", + "9620", + "5828", + "7034", + "18058", + "5718", + "19735", + "17234", + "15551", + "15675", + "16591", + "15565", + "12328", + "24377", + "17542", + "22995", + "9001", + "24665", + "970", + "10929", + "21776", + "17453", + "7567", + "5126", + "10831", + "16810", + "13086", + "1010", + "1977", + "5932", + "7306", + "10063", + "19688", + "755", + "8467", + "2954", + "14503", + "19495", + "20341", + "20988", + "9197", + "4669", + "19293", + "5542", + "8217", + "10906", + "20622", + "7895", + "8542", + "9610", + "13238", + "10338", + "15473", + "6136", + "24449", + "19134", + "20143", + "5715", + "23313", + "1370", + "15650", + "22451", + "23213", + "23235", + "14861", + "22300", + "14284", + "21179", + "17883", + "1935", + "21733", + "15330", + "15288", + "15950", + "5514", + "23801", + "23908", + "3128", + "4783", + "10746", + "21929", + "7880", + "24155", + "8764", + "9343", + "59", + "5275", + "3024", + "14210", + "11991", + "19032", + "13094", + "2725", + "814", + "1857", + "4410", + "24771", + "9634", + "8860", + "9957", + "1735", + "20271", + "22965", + "1589", + "18883", + "14646", + "16699", + "21163", + "9260", + "22426", + "19881", + "19212", + "12431", + "21387", + "22771", + "7382", + "16280", + "21257", + "19673", + "4470", + "3093", + "21974", + "8825", + "9950", + "22056", + "14104", + "2920", + "22032", + "4689", + "19422", + "7754", + "16597", + "20740", + "23537", + "4756", + "267", + "17294", + "17352", + "17447", + "7931", + "14442", + "13404", + "5953", + "21759", + "14865", + "23833", + "9509", + "13586", + "23951", + "23183", + "2726", + "632", + "22479", + "21915", + "14956", + "24286", + "12617", + "13564", + "21740", + "12778", + "8664", + "19462", + "11720", + "11447", + "13644", + "8429", + "1975", + "8427", + "14291", + "1155", + "3742", + "6065", + "20277", + "343", + "10630", + "4886", + "9704", + "5091", + "6473", + "6657", + "11549", + "23853", + "1218", + "8797", + "19424", + "8260", + "979", + "21231", + "5692", + "10043", + "18445", + "5029", + "5570", + "16503", + "21943", + "21400", + "13776", + "11293", + "23303", + "6707", + "10199", + "20722", + "23171", + "21182", + "23829", + "15456", + "16265", + "15308", + "2345", + "4101", + "12450", + "24874", + "24571", + "7850", + "18164", + "18085", + "5649", + "5669", + "738", + "5711", + "12506", + "5221", + "8756", + "7425", + "12494", + "16498", + "16502", + "20943", + "9450", + "7432", + "10325", + "696", + "15414", + "2326", + "20095", + "13507", + "22507", + "10155", + "16365", + "15691", + "10830", + "17797", + "22175", + "22740", + "9647", + "21940", + "16703", + "10189", + "6780", + "21261", + "20643", + "7972", + "4127", + "31", + "499", + "2605", + "3687", + "5825", + "23941", + "24769", + "8032", + "18859", + "15583", + "15117", + "15933", + "12504", + "1986", + "15159", + "4797", + "19081", + "1768", + "20236", + "4834", + "15215", + "7577", + "14296", + "16195", + "9252", + "11081", + "12503", + "12488", + "20481", + "16815", + "16784", + "16673", + "24798", + "18786", + "8500", + "18626", + "8963", + "14184", + "24895", + "14751", + "3233", + "2072", + "1430", + "8892", + "2932", + "4367", + "7629", + "8707", + "19548", + "17241", + "1009", + "13424", + "21397", + "3985", + "11940", + "93", + "18383", + "4280", + "5119", + "7129", + "2652", + "3410", + "22330", + "20715", + "7492", + "15863", + "13640", + "722", + "23146", + "11008", + "17199", + "21305", + "17625", + "9386", + "24617", + "9948", + "11771", + "8386", + "13017", + "2524", + "16307", + "8377", + "2727", + "1259", + "7587", + "5496", + "4985", + "7312", + "21643", + "19984", + "21968", + "13831", + "21243", + "21199", + "19033", + "15547", + "7661", + "23666", + "15327", + "14087", + "11370", + "13528", + "24391", + "24125", + "9335", + "8149", + "22721", + "16089", + "24089", + "5234", + "15758", + "8679", + "14796", + "9463", + "24971", + "17828", + "12270", + "20973", + "22094", + "2399", + "10760", + "9189", + "4216", + "3863", + "7348", + "15257", + "22437", + "4564", + "6475", + "7462", + "16641", + "14202", + "17601", + "17072", + "21100", + "20490", + "21806", + "5250", + "19123", + "18304", + "20662", + "19469", + "20952", + "22659", + "19216", + "6371", + "12128", + "8373", + "12315", + "22531", + "7647", + "15310", + "9372", + "23095", + "10896", + "10183", + "4197", + "23077", + "20074", + "8355", + "10735", + "16953", + "14433", + "6890", + "12219", + "7764", + "10577", + "13649", + "8497", + "16955", + "12393", + "3199", + "6482", + "6710", + "9035", + "19919", + "5146", + "3556", + "5504", + "15178", + "20142", + "20464", + "24714", + "8572", + "915", + "12878", + "19014", + "12474", + "13769", + "23249", + "10306", + "9284", + "12237", + "18861", + "2876", + "9157", + "17759", + "20795", + "10936", + "7463", + "15732", + "20587", + "14103", + "21851", + "16806", + "11155", + "17591", + "19510", + "11684", + "10649", + "11614", + "7301", + "1219", + "15975", + "4392", + "16526", + "11892", + "58", + "2256", + "739", + "3565", + "19252", + "1387", + "10576", + "19867", + "454", + "3004", + "5574", + "7354", + "7941", + "15095", + "15957", + "21040", + "7247", + "8694", + "6792", + "4375", + "2683", + "24109", + "2506", + "9174", + "17062", + "13687", + "13736", + "8534", + "8474", + "22826", + "1962", + "21692", + "22454", + "17637", + "11590", + "9311", + "14990", + "20192", + "15029", + "12594", + "10130", + "17891", + "13046", + "15581", + "24113", + "24123", + "18433", + "13251", + "2935", + "8432", + "2424", + "4652", + "10567", + "6389", + "23072", + "22409", + "7104", + "23030", + "5931", + "18874", + "22733", + "2729", + "1775", + "4356", + "6632", + "12826", + "15319", + "16971", + "19750", + "9676", + "20067", + "13305", + "11065", + "14856", + "20235", + "23329", + "2675", + "6895", + "23705", + "14059", + "2183", + "10355", + "6601", + "4164", + "18089", + "2077", + "21969", + "4628", + "11443", + "18595", + "22930", + "12662", + "19327", + "16961", + "14894", + "519", + "23837", + "24093", + "15462", + "3843", + "9411", + "9336", + "12082", + "6117", + "2779", + "3276", + "14298", + "14447", + "18112", + "6637", + "6562", + "1974", + "9395", + "14959", + "17306", + "16935", + "15046", + "6631", + "12238", + "4722", + "14628", + "2748", + "8781", + "21471", + "3062", + "17558", + "12501", + "22653", + "5063", + "1745", + "19809", + "12740", + "6939", + "6478", + "21530", + "13872", + "15787", + "12332", + "17951", + "6187", + "7044", + "17512", + "7864", + "2824", + "1055", + "9554", + "6786", + "5273", + "4283", + "16456", + "10090", + "19784", + "17296", + "6132", + "12353", + "3753", + "13351", + "3306", + "4092", + "6224", + "11659", + "22079", + "16097", + "6060", + "15121", + "19629", + "22031", + "10704", + "19151", + "12191", + "24173", + "13326", + "10492", + "17623", + "23601", + "24933", + "14469", + "4536", + "984", + "19787", + "16234", + "4058", + "8814", + "928", + "13603", + "12774", + "12624", + "6216", + "22453", + "9003", + "3457", + "12252", + "13941", + "2591", + "15568", + "22806", + "4567", + "1083", + "7832", + "5431", + "21019", + "973", + "10618", + "14625", + "3260", + "584", + "6966", + "10079", + "712", + "1017", + "6236", + "16566", + "24964", + "21382", + "7260", + "18124", + "1241", + "23347", + "22198", + "3262", + "20912", + "4892", + "21774", + "23583", + "20230", + "19438", + "24523", + "11604", + "14025", + "19475", + "10370", + "101", + "6026", + "18501", + "17726", + "8821", + "4665", + "7111", + "20399", + "10662", + "6247", + "9492", + "19634", + "24634", + "15629", + "10356", + "16594", + "8691", + "6041", + "3085", + "4708", + "10892", + "20937", + "11304", + "20391", + "17065", + "8648", + "2492", + "12290", + "16335", + "2145", + "20309", + "18473", + "4166", + "19973", + "22851", + "13482", + "11382", + "20257", + "4344", + "19998", + "21482", + "4240", + "6057", + "22408", + "16528", + "11895", + "9030", + "11919", + "20075", + "3281", + "22445", + "8847", + "1260", + "7599", + "15007", + "23841", + "17614", + "13444", + "13085", + "20191", + "9382", + "12807", + "21803", + "7656", + "14617", + "14008", + "21609", + "137", + "1191", + "1722", + "2243", + "4109", + "6888", + "8886", + "1483", + "6274", + "6860", + "6397", + "12990", + "13143", + "18487", + "21369", + "6454", + "5004", + "21813", + "2453", + "19799", + "552", + "21226", + "10844", + "21894", + "7124", + "17413", + "8921", + "12541", + "19472", + "1932", + "23127", + "1228", + "14622", + "14359", + "20772", + "5125", + "9978", + "10373", + "3925", + "14267", + "19654", + "19450", + "21923", + "15751", + "14526", + "12561", + "9690", + "8897", + "5188", + "11669", + "15490", + "19545", + "7566", + "6618", + "9886", + "11143", + "17699", + "21687", + "22028", + "22051", + "3178", + "9608", + "2031", + "2624", + "10880", + "16069", + "14991", + "21114", + "15224", + "20917", + "16985", + "15995", + "19335", + "9258", + "3408", + "6406", + "21488", + "5120", + "5320", + "10443", + "15630", + "18522", + "1571", + "9872", + "16137", + "6039", + "10819", + "11980", + "3807", + "10882", + "10800", + "12272", + "285", + "4471", + "11190", + "19912", + "12790", + "17780", + "8269", + "22667", + "24075", + "7277", + "2223", + "20791", + "9404", + "18879", + "2026", + "3729", + "4395", + "7046", + "9054", + "12148", + "15872", + "17866", + "23449", + "2745", + "8980", + "9396", + "4476", + "2197", + "185", + "523", + "16849", + "7204", + "22412", + "2099", + "3301", + "3298", + "1984", + "710", + "24566", + "14732", + "17607", + "14391", + "21456", + "12484", + "24859", + "19360", + "15784", + "2475", + "7787", + "17198", + "21623", + "16443", + "20867", + "3115", + "7792", + "4040", + "16516", + "14933", + "11288", + "7477", + "24862", + "8148", + "4733", + "22878", + "19639", + "11381", + "12620", + "2198", + "2928", + "4540", + "7840", + "8502", + "8752", + "8805", + "19208", + "21655", + "23481", + "7480", + "6047", + "7980", + "14377", + "392", + "11943", + "11658", + "16364", + "39", + "12634", + "2034", + "17134", + "23818", + "12257", + "22603", + "17677", + "14310", + "20574", + "13172", + "588", + "13230", + "23680", + "18236", + "17230", + "10489", + "22877", + "744", + "24549", + "9176", + "16901", + "15335", + "3043", + "10244", + "15226", + "14517", + "17946", + "8932", + "4986", + "13949", + "13282", + "21538", + "11897", + "10410", + "23170", + "14605", + "9541", + "3028", + "23128", + "23654", + "1774", + "10653", + "1905", + "5752", + "6121", + "6962", + "8632", + "8942", + "14715", + "18044", + "18704", + "22477", + "5935", + "8862", + "8443", + "9362", + "5683", + "14482", + "3842", + "8167", + "18620", + "2095", + "19793", + "18648", + "264", + "1421", + "16769", + "8739", + "23723", + "1173", + "3983", + "700", + "24169", + "23899", + "9622", + "16611", + "19410", + "16858", + "19720", + "16202", + "17901", + "2837", + "1510", + "16736", + "18101", + "23134", + "9656", + "8093", + "13823", + "8463", + "6379", + "19481", + "8918", + "12137", + "20332", + "5292", + "14776", + "17824", + "18354", + "10736", + "12589", + "6182", + "18046", + "8124", + "11437", + "14183", + "19902", + "21501", + "1973", + "12850", + "23448", + "2826", + "8689", + "9469", + "2360", + "3526", + "8986", + "4156", + "7083", + "3218", + "5804", + "18051", + "19734", + "10520", + "3541", + "23496", + "3435", + "2898", + "22987", + "18623", + "6693", + "15993", + "3672", + "21656", + "2882", + "24500", + "1404", + "9881", + "20607", + "11317", + "12339", + "11373", + "20495", + "16967", + "22097", + "18265", + "13557", + "20281", + "16326", + "20774", + "3106", + "20357", + "4159", + "11112", + "3899", + "2185", + "13832", + "12705", + "15808", + "13627", + "22019", + "23991", + "5368", + "17839", + "15921", + "14424", + "19579", + "3955", + "7681", + "7971", + "10620", + "13870", + "21277", + "1879", + "3989", + "7767", + "8966", + "9822", + "1171", + "16354", + "18338", + "1249", + "2387", + "702", + "15357", + "2517", + "5796", + "20400", + "21526", + "5316", + "23548", + "8916", + "23028", + "22310", + "1065", + "20532", + "23356", + "6743", + "23353", + "6846", + "20465", + "17008", + "12367", + "9330", + "20387", + "18426", + "8616", + "11091", + "18871", + "23013", + "22982", + "17284", + "20570", + "6442", + "14876", + "24591", + "11238", + "12008", + "3607", + "9072", + "24307", + "24882", + "1562", + "851", + "21755", + "3554", + "9153", + "154", + "557", + "853", + "1543", + "3702", + "5515", + "7919", + "9732", + "18729", + "22666", + "5702", + "9349", + "4021", + "10566", + "22013", + "21895", + "24074", + "20196", + "24932", + "14054", + "6798", + "14946", + "14978", + "6033", + "2538", + "15264", + "4431", + "10837", + "2090", + "21446", + "11010", + "13750", + "7520", + "18229", + "13508", + "17593", + "15423", + "15190", + "11323", + "13920", + "21551", + "11142", + "469", + "21552", + "15580", + "1942", + "21517", + "7090", + "18516", + "15680", + "10417", + "3898", + "4041", + "20336", + "7465", + "19821", + "21124", + "16238", + "3034", + "10415", + "14084", + "2068", + "13295", + "10602", + "7929", + "3203", + "17058", + "22642", + "9851", + "9588", + "9818", + "4165", + "12581", + "19892", + "12593", + "19434", + "12986", + "6080", + "20698", + "6355", + "1994", + "6459", + "4483", + "24857", + "24640", + "17795", + "124", + "8811", + "17105", + "5864", + "19380", + "18986", + "11715", + "10372", + "7973", + "2339", + "17419", + "20268", + "21028", + "17472", + "17011", + "17837", + "24675", + "3271", + "6659", + "14912", + "6296", + "12163", + "14178", + "6102", + "10248", + "16613", + "4061", + "7657", + "7318", + "19740", + "24472", + "21723", + "7500", + "3796", + "15223", + "7473", + "24622", + "6773", + "24772", + "23793", + "3272", + "20146", + "13743", + "10634", + "16313", + "8022", + "19746", + "2018", + "4750", + "8680", + "14725", + "16228", + "17429", + "1840", + "9636", + "817", + "9137", + "3789", + "2798", + "6741", + "7304", + "2701", + "4799", + "11818", + "12549", + "23873", + "1203", + "9713", + "16327", + "21259", + "408", + "6963", + "9900", + "19247", + "6437", + "15770", + "13658", + "22763", + "22918", + "9889", + "9799", + "23970", + "24478", + "9124", + "17705", + "10222", + "24502", + "16464", + "12092", + "22172", + "10656", + "14402", + "11038", + "2081", + "16834", + "11496", + "24148", + "20639", + "3599", + "17820", + "13913", + "11681", + "929", + "5487", + "19109", + "24402", + "4062", + "24466", + "9987", + "15604", + "15022", + "5386", + "17219", + "24542", + "7642", + "13886", + "9568", + "8753", + "16583", + "7945", + "2293", + "4180", + "5900", + "6398", + "8950", + "10983", + "12736", + "17075", + "21717", + "23975", + "7717", + "9795", + "1015", + "3711", + "6849", + "15479", + "14256", + "19294", + "8934", + "19537", + "11126", + "20108", + "725", + "1292", + "2788", + "18613", + "18965", + "24032", + "18028", + "23293", + "10062", + "2647", + "16211", + "7533", + "6689", + "22764", + "2929", + "22074", + "2202", + "20837", + "24963", + "7078", + "11085", + "13582", + "7494", + "16799", + "16373", + "24378", + "20129", + "18869", + "22516", + "6824", + "12211", + "24488", + "7502", + "21549", + "18535", + "4751", + "751", + "16261", + "14417", + "18008", + "8210", + "20797", + "24054", + "11014", + "6581", + "17071", + "234", + "18964", + "8421", + "4997", + "5408", + "260", + "4793", + "8549", + "47", + "3678", + "5699", + "5882", + "7649", + "8688", + "16588", + "24459", + "3177", + "8382", + "6677", + "5641", + "6189", + "4735", + "8667", + "9760", + "8726", + "16507", + "14174", + "8465", + "9357", + "2028", + "20141", + "17239", + "22153", + "8111", + "1473", + "19148", + "14285", + "21061", + "6942", + "13480", + "18745", + "20347", + "21209", + "20682", + "1336", + "22974", + "18653", + "16150", + "14544", + "22222", + "18295", + "14177", + "13830", + "20081", + "17427", + "24408", + "1398", + "17563", + "11570", + "13119", + "15579", + "3344", + "13194", + "11234", + "22695", + "12883", + "10177", + "824", + "22762", + "12852", + "20113", + "4473", + "6403", + "53", + "10131", + "15554", + "2246", + "21666", + "17353", + "19761", + "12621", + "24834", + "6448", + "16716", + "19877", + "14676", + "17497", + "15509", + "1188", + "23434", + "10848", + "19744", + "20580", + "11985", + "24597", + "9069", + "20628", + "9099", + "2822", + "3164", + "16448", + "8880", + "207", + "24642", + "22586", + "1443", + "1710", + "2910", + "5826", + "18194", + "3201", + "4321", + "9802", + "5700", + "5383", + "1147", + "20848", + "14030", + "1196", + "16345", + "12221", + "5442", + "24053", + "21186", + "6683", + "8328", + "9692", + "9932", + "24551", + "69", + "14449", + "12898", + "7099", + "8587", + "6424", + "23547", + "10227", + "23338", + "21690", + "7565", + "14611", + "14713", + "12075", + "4286", + "794", + "21158", + "11161", + "4836", + "11330", + "17210", + "16590", + "10967", + "15837", + "22536", + "3094", + "7990", + "6444", + "3664", + "20111", + "7525", + "9546", + "5890", + "2943", + "12920", + "21396", + "11213", + "13661", + "21030", + "9962", + "20679", + "16415", + "2616", + "1691", + "3601", + "5460", + "7685", + "15431", + "16950", + "16997", + "17153", + "18108", + "23659", + "5140", + "684", + "9371", + "21299", + "23741", + "23780", + "11782", + "14413", + "11762", + "7505", + "16495", + "4838", + "11362", + "5956", + "12575", + "15980", + "17256", + "3665", + "3905", + "2439", + "2446", + "8773", + "19073", + "22487", + "22772", + "17721", + "19995", + "20647", + "2663", + "16248", + "22438", + "20830", + "11717", + "21877", + "2515", + "10178", + "9837", + "4121", + "7586", + "20815", + "7835", + "7172", + "20010", + "1385", + "11202", + "5158", + "9483", + "938", + "19169", + "11657", + "9086", + "24667", + "9940", + "17612", + "5435", + "18641", + "9644", + "14094", + "19245", + "15392", + "20929", + "6993", + "6446", + "7513", + "6110", + "5102", + "6354", + "21484", + "14334", + "9730", + "7194", + "10428", + "10884", + "16489", + "15181", + "17127", + "3236", + "23423", + "20847", + "21747", + "16298", + "1417", + "21027", + "9154", + "15506", + "1189", + "9845", + "12311", + "13069", + "21184", + "21417", + "23852", + "9175", + "2391", + "4069", + "2922", + "23258", + "9836", + "15884", + "17467", + "2643", + "3423", + "11195", + "21241", + "21066", + "7697", + "6732", + "16099", + "6630", + "12430", + "6771", + "17761", + "18048", + "6324", + "21816", + "3437", + "20097", + "13124", + "23110", + "4497", + "7478", + "13665", + "23753", + "8469", + "11931", + "11458", + "24091", + "1401", + "12004", + "12310", + "463", + "24738", + "1349", + "4506", + "6223", + "22407", + "15615", + "735", + "22643", + "18506", + "6817", + "1680", + "5632", + "14921", + "19607", + "22850", + "12428", + "5939", + "6327", + "9540", + "20653", + "17800", + "6756", + "5300", + "1090", + "6885", + "8866", + "409", + "11982", + "7660", + "7823", + "24101", + "18929", + "131", + "22637", + "5318", + "4449", + "2300", + "3444", + "3448", + "4676", + "5469", + "6574", + "7818", + "8930", + "9017", + "9169", + "4263", + "4125", + "8922", + "7768", + "1586", + "8621", + "15513", + "14781", + "17645", + "10498", + "11021", + "6460", + "13802", + "20663", + "6889", + "22329", + "20613", + "24379", + "21405", + "12057", + "20286", + "17701", + "20007", + "7932", + "1062", + "7374", + "5280", + "3372", + "21349", + "11024", + "12318", + "8995", + "956", + "6682", + "15852", + "15074", + "11616", + "14369", + "2242", + "18092", + "12998", + "23940", + "20536", + "7860", + "13622", + "15832", + "24654", + "5850", + "2941", + "19262", + "18755", + "5130", + "3654", + "9118", + "8485", + "1304", + "11359", + "1711", + "19914", + "1843", + "23632", + "9480", + "6212", + "10734", + "9966", + "21426", + "24501", + "3235", + "10237", + "6203", + "17603", + "17716", + "5425", + "6323", + "138", + "811", + "2116", + "2292", + "2609", + "4480", + "5831", + "6151", + "6450", + "9136", + "8583", + "8955", + "1584", + "6884", + "5511", + "7240", + "5999", + "6439", + "17509", + "20489", + "18567", + "19512", + "17973", + "20044", + "12065", + "3370", + "15116", + "13208", + "823", + "17064", + "3332", + "3314", + "7468", + "17431", + "19390", + "6723", + "4713", + "716", + "23574", + "4032", + "5376", + "11891", + "4461", + "10969", + "15483", + "11197", + "2582", + "14145", + "18486", + "2213", + "21326", + "2546", + "23507", + "4453", + "4237", + "12569", + "22111", + "4277", + "22722", + "4937", + "12300", + "6600", + "15590", + "14955", + "10668", + "17960", + "11605", + "15883", + "14082", + "22060", + "10632", + "19189", + "16361", + "7455", + "20825", + "2358", + "9590", + "23288", + "16217", + "15981", + "7101", + "16679", + "1588", + "13225", + "7464", + "6268", + "3799", + "10154", + "19203", + "23099", + "10360", + "12145", + "19813", + "3867", + "22912", + "24468", + "17887", + "5266", + "21152", + "20433", + "5898", + "11813", + "11620", + "9949", + "3021", + "531", + "1455", + "19749", + "10206", + "20386", + "22495", + "12034", + "13100", + "18651", + "7050", + "19395", + "1429", + "3155", + "4620", + "5713", + "6358", + "8346", + "8598", + "13008", + "15262", + "15333", + "16147", + "17708", + "17981", + "20226", + "20461", + "1426", + "7067", + "7377", + "5419", + "4692", + "3144", + "18247", + "7667", + "19920", + "19883", + "8222", + "21658", + "21625", + "21941", + "14661", + "4142", + "16353", + "14961", + "3427", + "13878", + "2459", + "2457", + "10335", + "7475", + "10842", + "10398", + "23439", + "14208", + "271", + "11273", + "22145", + "19886", + "12154", + "7119", + "24852", + "21984", + "18215", + "24677", + "24863", + "21637", + "5330", + "24691", + "22866", + "18485", + "22055", + "6974", + "22873", + "22307", + "4888", + "11936", + "11506", + "1789", + "19222", + "5645", + "24002", + "20200", + "1192", + "13321", + "12016", + "13931", + "3380", + "21522", + "12879", + "3317", + "13014", + "15647", + "22861", + "15594", + "17095", + "18327", + "14121", + "21644", + "7028", + "2296", + "15130", + "14932", + "2073", + "15318", + "20982", + "14361", + "1767", + "5556", + "7138", + "8221", + "10058", + "11048", + "12241", + "13919", + "19403", + "20770", + "21034", + "24427", + "24920", + "4809", + "1432", + "9832", + "1457", + "753", + "7084", + "2945", + "7206", + "2674", + "5803", + "1980", + "20342", + "21350", + "15881", + "23132", + "2027", + "16318", + "1580", + "12021", + "21916", + "17503", + "7680", + "16668", + "23878", + "21347", + "23524", + "4274", + "10388", + "10542", + "6307", + "6711", + "7898", + "10376", + "12700", + "23858", + "7534", + "12087", + "19658", + "23402", + "16608", + "21325", + "20477", + "21236", + "5529", + "12258", + "16627", + "7216", + "6688", + "14923", + "18926", + "2670", + "15363", + "8042", + "11285", + "19402", + "10361", + "23803", + "15847", + "12512", + "648", + "22415", + "21107", + "18862", + "22278", + "10077", + "13744", + "13191", + "19971", + "6981", + "12265", + "7780", + "20739", + "17348", + "21695", + "13492", + "12194", + "9507", + "9828", + "7106", + "15038", + "56", + "23643", + "1358", + "11431", + "19987", + "1316", + "19146", + "21351", + "23320", + "24506", + "11141", + "11482", + "32", + "1785", + "2881", + "3226", + "5166", + "5173", + "6021", + "7523", + "7578", + "7875", + "8505", + "9502", + "10821", + "18065", + "19468", + "21622", + "3156", + "4503", + "9612", + "2181", + "8226", + "8434", + "5508", + "4433", + "5747", + "2324", + "11061", + "19590", + "2840", + "11554", + "15864", + "12532", + "22776", + "22835", + "186", + "3441", + "4710", + "24149", + "7056", + "22261", + "9097", + "23588", + "15113", + "19913", + "21431", + "22344", + "11580", + "21708", + "21284", + "16073", + "4599", + "15200", + "24900", + "11441", + "4154", + "997", + "16033", + "11470", + "8493", + "21680", + "15778", + "14570", + "20636", + "1929", + "23145", + "20656", + "19225", + "22255", + "16207", + "8297", + "13199", + "6941", + "20664", + "9649", + "23424", + "19603", + "22685", + "16381", + "5799", + "7786", + "21607", + "21307", + "17290", + "17806", + "3045", + "7552", + "15549", + "8212", + "8770", + "7073", + "17515", + "15991", + "15084", + "7211", + "4965", + "14653", + "9523", + "24741", + "11872", + "10766", + "24092", + "5264", + "15187", + "21204", + "5193", + "3023", + "6362", + "13415", + "24052", + "16860", + "12006", + "12217", + "2531", + "139", + "3130", + "6083", + "8142", + "8724", + "12469", + "13047", + "13311", + "16485", + "17246", + "17659", + "17861", + "18510", + "19711", + "21772", + "22091", + "6052", + "5305", + "9688", + "4810", + "8976", + "5084", + "3659", + "9360", + "2552", + "8622", + "236", + "1396", + "16379", + "15008", + "15347", + "18558", + "17267", + "15254", + "24884", + "12019", + "23097", + "3051", + "2585", + "10556", + "19452", + "17158", + "21555", + "6729", + "22011", + "14971", + "20737", + "162", + "12875", + "10595", + "18565", + "3047", + "11456", + "8047", + "11821", + "12627", + "18031", + "20301", + "24699", + "20098", + "1786", + "12622", + "11791", + "22070", + "21676", + "13892", + "21283", + "13759", + "15203", + "15627", + "21056", + "8235", + "21438", + "11507", + "4624", + "14462", + "11655", + "18005", + "20544", + "12635", + "14711", + "1570", + "15541", + "2153", + "8716", + "12039", + "12814", + "6745", + "16351", + "23490", + "4649", + "16586", + "24906", + "11884", + "274", + "11979", + "7987", + "6172", + "10764", + "22779", + "13985", + "5538", + "4047", + "12996", + "14035", + "23863", + "6250", + "14847", + "2478", + "13150", + "13264", + "2775", + "4968", + "3959", + "24185", + "12785", + "16726", + "2124", + "729", + "5940", + "3528", + "3636", + "3718", + "4806", + "5834", + "7183", + "10163", + "10871", + "11987", + "16386", + "16621", + "16981", + "17619", + "20649", + "22429", + "3938", + "7436", + "106", + "3997", + "5433", + "21130", + "14817", + "15869", + "3040", + "14702", + "391", + "11005", + "19405", + "20157", + "5485", + "13807", + "16223", + "17236", + "23073", + "10243", + "3311", + "12420", + "13611", + "17889", + "21181", + "14203", + "10060", + "23710", + "24067", + "19615", + "8774", + "11134", + "15867", + "13425", + "14618", + "2062", + "17574", + "18577", + "4590", + "16747", + "15779", + "9899", + "12925", + "13016", + "16213", + "17825", + "16384", + "6395", + "3269", + "9829", + "10175", + "11526", + "6539", + "8881", + "22808", + "21603", + "16616", + "12762", + "22747", + "18262", + "9570", + "21536", + "918", + "5334", + "7251", + "10380", + "6279", + "7368", + "6697", + "1375", + "3952", + "11245", + "442", + "11196", + "786", + "489", + "24437", + "13724", + "9040", + "980", + "19710", + "1684", + "13030", + "13772", + "12572", + "6252", + "7594", + "11786", + "11287", + "21710", + "24790", + "1408", + "20845", + "3392", + "18391", + "3379", + "14097", + "16305", + "15562", + "16449", + "1232", + "15710", + "18943", + "16462", + "9155", + "1016", + "3991", + "5245", + "7035", + "7226", + "7443", + "8103", + "8985", + "10859", + "16209", + "23312", + "9125", + "6843", + "4551", + "7664", + "17739", + "24934", + "23766", + "19373", + "12397", + "11029", + "18152", + "20657", + "8831", + "22331", + "8281", + "22572", + "6148", + "23086", + "18673", + "12903", + "15525", + "24779", + "11402", + "17444", + "14845", + "15729", + "22931", + "13910", + "12715", + "20582", + "21707", + "6105", + "7658", + "13811", + "11212", + "18460", + "18749", + "17130", + "24958", + "5293", + "2319", + "20412", + "13011", + "4214", + "22434", + "24516", + "7632", + "19351", + "7937", + "22147", + "16461", + "2286", + "19728", + "23494", + "7836", + "13121", + "22160", + "16445", + "24104", + "11718", + "13501", + "23638", + "15825", + "12954", + "22672", + "9753", + "23138", + "22564", + "13638", + "11257", + "2404", + "8719", + "20370", + "17005", + "11673", + "21025", + "23612", + "17120", + "14862", + "4190", + "12905", + "2872", + "18074", + "6589", + "19182", + "16696", + "1357", + "18087", + "14425", + "4294", + "19429", + "17646", + "18919", + "1647", + "3884", + "4849", + "6550", + "6788", + "8154", + "9085", + "9503", + "10180", + "13814", + "14217", + "16177", + "16454", + "16794", + "18801", + "19773", + "20107", + "20426", + "4682", + "574", + "8030", + "3929", + "3237", + "8989", + "6633", + "3012", + "9337", + "4374", + "2350", + "201", + "3388", + "15331", + "17827", + "17786", + "13061", + "16388", + "21302", + "4885", + "21371", + "9701", + "19012", + "19649", + "24088", + "15575", + "21115", + "9449", + "15433", + "22902", + "2452", + "2244", + "22700", + "24110", + "12849", + "23936", + "19322", + "10421", + "12550", + "1563", + "15167", + "19272", + "11619", + "8559", + "24684", + "4882", + "23813", + "13978", + "12573", + "734", + "19592", + "19763", + "4597", + "19430", + "19682", + "6019", + "23392", + "16212", + "12890", + "14300", + "11893", + "10468", + "10379", + "9254", + "18084", + "229", + "937", + "21445", + "1135", + "6393", + "17160", + "2113", + "11139", + "18119", + "13053", + "17164", + "18952", + "18207", + "8867", + "7484", + "17787", + "8165", + "9380", + "5659", + "12856", + "2659", + "1019", + "11871", + "10333", + "23193", + "22354", + "7820", + "5651", + "22737", + "20205", + "9575", + "10733", + "11528", + "21433", + "9101", + "4803", + "15284", + "9823", + "16425", + "20382", + "15297", + "14616", + "11034", + "2623", + "3399", + "4412", + "5528", + "8150", + "8344", + "8931", + "10386", + "11338", + "11730", + "19675", + "576", + "1335", + "5230", + "4095", + "8625", + "4754", + "13153", + "22163", + "10780", + "14654", + "13505", + "21705", + "11479", + "23007", + "16564", + "13260", + "17422", + "13485", + "3310", + "15505", + "3291", + "2396", + "11808", + "8780", + "24632", + "17738", + "24172", + "375", + "24655", + "20110", + "21614", + "20298", + "24733", + "14542", + "21874", + "3451", + "20466", + "5783", + "10123", + "15076", + "11399", + "24824", + "21814", + "12436", + "16484", + "5407", + "23163", + "269", + "314", + "22355", + "20140", + "2930", + "20932", + "3875", + "14667", + "23890", + "6605", + "11529", + "8763", + "14707", + "12528", + "24816", + "13435", + "13951", + "12806", + "21845", + "18320", + "18017", + "8515", + "21731", + "15682", + "13428", + "10150", + "9458", + "15609", + "17307", + "23957", + "1880", + "13797", + "5337", + "1809", + "3682", + "20779", + "11136", + "12531", + "8255", + "7829", + "1145", + "17163", + "21133", + "21819", + "24590", + "13565", + "10665", + "7156", + "1485", + "23611", + "21796", + "1324", + "21793", + "24033", + "15898", + "5697", + "3016", + "20419", + "10400", + "9045", + "21681", + "23717", + "21296", + "22813", + "15018", + "23704", + "6929", + "24264", + "23153", + "11031", + "18850", + "992", + "13242", + "1359", + "1992", + "2125", + "2265", + "2860", + "3946", + "7414", + "7588", + "10953", + "14924", + "16161", + "18804", + "24026", + "571", + "6675", + "5704", + "1231", + "8159", + "319", + "15535", + "5418", + "22225", + "11990", + "21742", + "15798", + "20608", + "5471", + "4527", + "14647", + "15750", + "2419", + "20805", + "17521", + "14288", + "15107", + "16170", + "24186", + "12011", + "15619", + "14039", + "24094", + "22738", + "19645", + "714", + "10502", + "13812", + "8784", + "5984", + "17772", + "24751", + "3326", + "20021", + "16922", + "8019", + "9560", + "12606", + "6536", + "11105", + "13040", + "18936", + "20165", + "4163", + "5331", + "20284", + "4236", + "10916", + "10326", + "14148", + "10427", + "21616", + "14339", + "14938", + "17387", + "17040", + "6595", + "15196", + "7023", + "14681", + "18218", + "15605", + "22464", + "10540", + "24909", + "23590", + "1667", + "14643", + "4079", + "13702", + "22301", + "18050", + "19289", + "1987", + "3112", + "21386", + "22626", + "21233", + "7633", + "4120", + "17870", + "3376", + "13991", + "15971", + "14565", + "2347", + "18842", + "8961", + "12823", + "20610", + "1165", + "20757", + "1788", + "13887", + "11534", + "11852", + "3850", + "10346", + "13446", + "24878", + "3596", + "9693", + "16902", + "23029", + "11806", + "18453", + "3447", + "3462", + "2829", + "12779", + "20247", + "22571", + "16691", + "20145", + "13518", + "15405", + "18634", + "14013", + "7881", + "7486", + "2600", + "9468", + "17496", + "135", + "1032", + "2394", + "2803", + "3360", + "6453", + "7933", + "8389", + "8954", + "10367", + "10392", + "13106", + "16617", + "16928", + "18198", + "18210", + "20710", + "24300", + "8440", + "2501", + "789", + "3053", + "4678", + "579", + "18939", + "22338", + "14370", + "2021", + "13354", + "14927", + "6168", + "18677", + "12847", + "15460", + "13417", + "22915", + "17571", + "7264", + "18283", + "54", + "18892", + "13247", + "10119", + "15217", + "3064", + "24846", + "9490", + "15317", + "18483", + "11572", + "12089", + "20804", + "12044", + "2914", + "22226", + "16943", + "11694", + "15705", + "14226", + "23903", + "17879", + "23822", + "12259", + "12835", + "13381", + "13923", + "17283", + "17265", + "24939", + "14855", + "22124", + "24369", + "20418", + "14109", + "21852", + "4791", + "11624", + "4450", + "17799", + "19815", + "18118", + "24071", + "24304", + "23340", + "6944", + "10675", + "18150", + "9650", + "4293", + "16155", + "10552", + "6011", + "17516", + "12381", + "20933", + "15612", + "24352", + "5133", + "22644", + "16705", + "5012", + "13858", + "904", + "22577", + "22863", + "9455", + "4006", + "10964", + "11949", + "10496", + "7230", + "3744", + "20987", + "6673", + "1901", + "14354", + "20317", + "7960", + "24121", + "22506", + "13648", + "21781", + "22898", + "10116", + "22392", + "14332", + "16573", + "18556", + "18901", + "13669", + "304", + "3555", + "18428", + "1169", + "2676", + "2761", + "4300", + "5260", + "5823", + "7153", + "7752", + "7986", + "8376", + "8476", + "9048", + "10759", + "11186", + "13793", + "16963", + "18367", + "20272", + "21035", + "22374", + "8864", + "9733", + "8990", + "3999", + "2812", + "5676", + "7143", + "4370", + "6222", + "7055", + "2792", + "2120", + "1150", + "6372", + "20832", + "870", + "24545", + "19318", + "12873", + "17257", + "13293", + "11759", + "14415", + "13276", + "18106", + "1855", + "20343", + "22985", + "19449", + "24944", + "23777", + "5040", + "16052", + "19817", + "19177", + "12273", + "23930", + "2901", + "7573", + "20869", + "22378", + "11395", + "16336", + "12864", + "21773", + "7732", + "14522", + "20723", + "23703", + "5211", + "9026", + "14969", + "22797", + "10518", + "5474", + "947", + "5786", + "5755", + "8589", + "8278", + "12427", + "9607", + "14026", + "20174", + "19918", + "18931", + "22143", + "24726", + "16382", + "8887", + "22164", + "3510", + "23914", + "17832", + "6003", + "22058", + "6751", + "11921", + "21634", + "11429", + "15880", + "21612", + "24469", + "24792", + "19824", + "22262", + "17460", + "13122", + "22486", + "51", + "17928", + "21385", + "24690", + "2321", + "17505", + "21071", + "24788", + "9399", + "23393", + "6664", + "20170", + "16731", + "15145", + "12309", + "4850", + "22366", + "16688", + "14534", + "20954", + "4742", + "22750", + "420", + "20241", + "20856", + "21505", + "5482", + "21377", + "2895", + "19690", + "8106", + "14009", + "18877", + "21971", + "19175", + "9291", + "23113", + "12511", + "19635", + "9860", + "14407", + "19144", + "6861", + "18370", + "8361", + "9481", + "3057", + "4025", + "968", + "3517", + "4310", + "4777", + "5824", + "5912", + "7151", + "11199", + "11433", + "12448", + "12519", + "13655", + "14318", + "15667", + "16904", + "18361", + "20127", + "21802", + "21827", + "24479", + "4566", + "673", + "5913", + "2717", + "5998", + "3598", + "383", + "5192", + "1170", + "9117", + "4107", + "19511", + "21499", + "20934", + "11259", + "11553", + "13022", + "16889", + "21841", + "11630", + "6857", + "13170", + "2123", + "16030", + "19458", + "7148", + "12012", + "12482", + "2450", + "9700", + "14848", + "18314", + "8048", + "4097", + "24880", + "12438", + "19638", + "4612", + "23349", + "10259", + "13399", + "14085", + "17258", + "14490", + "1934", + "18156", + "20068", + "13871", + "20014", + "22660", + "22108", + "20764", + "14754", + "23468", + "20084", + "18845", + "4798", + "18057", + "12750", + "17869", + "22940", + "20217", + "23891", + "22619", + "8604", + "21973", + "21834", + "21237", + "6146", + "10317", + "22239", + "14737", + "11703", + "7336", + "9891", + "9287", + "12143", + "19558", + "14149", + "24374", + "11462", + "10083", + "12175", + "9294", + "19499", + "7213", + "5410", + "16702", + "24476", + "24021", + "9698", + "14358", + "20300", + "307", + "1531", + "16727", + "2147", + "13808", + "22922", + "12461", + "11584", + "1491", + "15834", + "15746", + "2101", + "13730", + "5159", + "1969", + "1971", + "1762", + "2808", + "828", + "18019", + "3228", + "16625", + "13411", + "4026", + "664", + "1662", + "2035", + "2129", + "3200", + "3633", + "4100", + "5527", + "5781", + "6359", + "7700", + "13852", + "17836", + "18169", + "19730", + "20965", + "21418", + "21936", + "24605", + "6847", + "1412", + "5524", + "4365", + "480", + "15163", + "18174", + "24576", + "14640", + "11582", + "13318", + "12349", + "23531", + "23964", + "20755", + "18356", + "8129", + "21706", + "4143", + "17544", + "914", + "13620", + "10902", + "698", + "1263", + "2825", + "1157", + "10173", + "18405", + "16025", + "9354", + "16138", + "20509", + "21721", + "19374", + "8885", + "9262", + "219", + "23931", + "22795", + "21592", + "10812", + "7411", + "2696", + "21042", + "22638", + "18109", + "4967", + "14409", + "13033", + "15769", + "24129", + "3149", + "18141", + "17323", + "17442", + "21258", + "17651", + "2558", + "21574", + "13054", + "22986", + "17402", + "5897", + "18481", + "23925", + "11129", + "14789", + "17929", + "21331", + "4359", + "10739", + "9059", + "12868", + "4959", + "2362", + "14258", + "6938", + "22790", + "20223", + "10211", + "10470", + "19010", + "19727", + "15939", + "22876", + "5437", + "24029", + "18110", + "2956", + "16538", + "8049", + "14529", + "21312", + "3117", + "13766", + "9763", + "11057", + "9595", + "20714", + "22146", + "15359", + "8533", + "8687", + "11286", + "7723", + "21615", + "7404", + "8329", + "24773", + "15128", + "8055", + "15996", + "21303", + "11194", + "21309", + "22132", + "2874", + "14895", + "7365", + "12967", + "2732", + "2386", + "5503", + "9500", + "24615", + "15663", + "23702", + "14020", + "9513", + "9409", + "8420", + "14375", + "18887", + "14632", + "555", + "3362", + "8472", + "21008", + "12678", + "15499", + "14458", + "3696", + "16556", + "769", + "1694", + "2305", + "2680", + "3549", + "3747", + "4333", + "4872", + "6392", + "6565", + "7291", + "7655", + "8198", + "10393", + "11231", + "12171", + "12931", + "13112", + "14596", + "14612", + "18186", + "19960", + "20064", + "20420", + "20838", + "22518", + "23691", + "577", + "6233", + "1874", + "5306", + "7957", + "9083", + "9762", + "17921", + "16624", + "17131", + "13261", + "19198", + "24844", + "14176", + "11220", + "17602", + "20128", + "6169", + "6712", + "17751", + "671", + "7961", + "5626", + "23117", + "2441", + "20487", + "19255", + "20877", + "22010", + "11913", + "965", + "16427", + "4718", + "16358", + "3735", + "22897", + "14011", + "14362", + "12375", + "21964", + "407", + "22645", + "3348", + "12696", + "7843", + "22928", + "21709", + "21608", + "4167", + "20609", + "10752", + "9873", + "11378", + "17713", + "19895", + "11003", + "22665", + "4435", + "23244", + "24063", + "17018", + "16708", + "7907", + "14560", + "17409", + "12867", + "5905", + "13933", + "18977", + "23652", + "21619", + "21415", + "20034", + "9497", + "14724", + "8060", + "12537", + "13849", + "22553", + "20589", + "9616", + "13825", + "23848", + "12018", + "19274", + "12836", + "22661", + "6022", + "20376", + "1689", + "13859", + "22655", + "8464", + "821", + "12373", + "19036", + "9506", + "3858", + "12820", + "13455", + "10135", + "15614", + "11160", + "3017", + "3019", + "22576", + "3232", + "6917", + "6819", + "20573", + "21334", + "15146", + "13427", + "9493", + "190", + "7458", + "448", + "981", + "1886", + "2157", + "2686", + "5222", + "6624", + "7909", + "8184", + "9489", + "9505", + "9842", + "10167", + "13407", + "14418", + "15378", + "16585", + "17123", + "18221", + "19933", + "21595", + "575", + "5798", + "7209", + "8973", + "7200", + "5769", + "3907", + "2783", + "8655", + "21871", + "18041", + "20483", + "15176", + "16160", + "23978", + "22126", + "19992", + "1190", + "23689", + "15481", + "24554", + "14741", + "11692", + "22362", + "2713", + "5903", + "8086", + "14594", + "8110", + "4706", + "21938", + "10051", + "16895", + "22819", + "19317", + "6385", + "1433", + "14582", + "23791", + "7543", + "7735", + "16906", + "20407", + "2042", + "18389", + "6015", + "13219", + "12127", + "4868", + "21067", + "18018", + "4129", + "14357", + "8582", + "21177", + "15032", + "12429", + "12117", + "21703", + "23642", + "17746", + "12723", + "10926", + "17633", + "23495", + "1949", + "22327", + "17177", + "13696", + "14225", + "19701", + "22693", + "24638", + "12413", + "24389", + "2773", + "21136", + "19278", + "20558", + "22936", + "9578", + "22356", + "16842", + "11621", + "18573", + "2107", + "16043", + "22309", + "192", + "22061", + "3166", + "12077", + "14261", + "12135", + "24080", + "11123", + "5101", + "24686", + "2891", + "2093", + "12388", + "6823", + "20188", + "17850", + "1054", + "12489", + "8745", + "19239", + "21148", + "822", + "10935", + "596", + "15944", + "15377", + "17379", + "6531", + "11530", + "3936", + "413", + "4334", + "18574", + "21911", + "18698", + "23250", + "16787", + "12730", + "19647", + "9192", + "7922", + "20817", + "17530", + "8477", + "9158", + "2753", + "142", + "301", + "854", + "3335", + "3522", + "4899", + "5582", + "6679", + "7130", + "7952", + "8358", + "8738", + "9091", + "9652", + "11035", + "13556", + "16773", + "18252", + "18820", + "19315", + "20423", + "21466", + "22766", + "24582", + "4561", + "4302", + "8099", + "2716", + "4486", + "8243", + "3072", + "8837", + "9312", + "23140", + "19795", + "24115", + "17107", + "16529", + "23525", + "15511", + "21870", + "18415", + "14236", + "16078", + "5392", + "19250", + "24471", + "20348", + "17137", + "23690", + "10660", + "3895", + "12097", + "10977", + "16356", + "2566", + "19112", + "21250", + "19234", + "3982", + "13496", + "7722", + "18962", + "18140", + "12543", + "5212", + "14811", + "17415", + "19045", + "14714", + "21761", + "13057", + "13690", + "17631", + "21532", + "22992", + "20674", + "205", + "16772", + "22788", + "9852", + "15600", + "9896", + "13319", + "4859", + "14078", + "4694", + "22500", + "4902", + "18360", + "17764", + "18196", + "18568", + "17911", + "13205", + "11041", + "23701", + "8896", + "19302", + "18073", + "10093", + "18942", + "12772", + "17938", + "14243", + "14435", + "22380", + "10829", + "637", + "4264", + "9977", + "13925", + "8057", + "3876", + "18584", + "3452", + "12978", + "6176", + "22609", + "6202", + "5679", + "23868", + "6892", + "4747", + "7887", + "23157", + "11266", + "5539", + "14603", + "10025", + "13653", + "20025", + "13516", + "4168", + "3146", + "5592", + "14627", + "453", + "2471", + "19946", + "2263", + "4690", + "6081", + "19976", + "10036", + "4057", + "23670", + "12583", + "16694", + "12509", + "13289", + "21219", + "9878", + "14234", + "3328", + "18267", + "1314", + "2760", + "3602", + "3738", + "4239", + "5207", + "5623", + "5736", + "6276", + "7350", + "8127", + "9388", + "9970", + "10477", + "11059", + "11647", + "13285", + "13673", + "14902", + "16444", + "17529", + "18245", + "19866", + "20162", + "21489", + "22882", + "7992", + "1207", + "3179", + "8967", + "1954", + "8158", + "808", + "4915", + "2976", + "6001", + "19288", + "308", + "18753", + "15930", + "13071", + "10274", + "5501", + "15062", + "11336", + "810", + "4130", + "19064", + "20750", + "13880", + "20432", + "10425", + "4406", + "3966", + "20279", + "8023", + "16376", + "18136", + "587", + "15153", + "14269", + "16014", + "7069", + "11478", + "9381", + "23202", + "15569", + "2212", + "15623", + "2530", + "23968", + "21976", + "22773", + "15082", + "3508", + "11130", + "14259", + "19243", + "3857", + "8473", + "19211", + "14426", + "11295", + "17741", + "19797", + "9846", + "16312", + "1941", + "17822", + "14690", + "16574", + "24159", + "24709", + "22302", + "15348", + "9265", + "18687", + "4630", + "13735", + "14794", + "16063", + "15719", + "1128", + "12084", + "23804", + "14371", + "22579", + "16210", + "22120", + "14748", + "3225", + "19670", + "19155", + "3113", + "21726", + "10525", + "13323", + "15843", + "13329", + "10349", + "13553", + "19165", + "22796", + "19757", + "24455", + "21568", + "6254", + "24972", + "21591", + "9946", + "15966", + "18866", + "5949", + "14452", + "10958", + "7095", + "23920", + "11819", + "24894", + "18775", + "8704", + "18143", + "16040", + "14398", + "1419", + "17518", + "8529", + "1811", + "2528", + "5393", + "5941", + "6256", + "6341", + "6947", + "7234", + "7239", + "7584", + "7688", + "8385", + "8520", + "8872", + "8876", + "9142", + "9442", + "9967", + "11278", + "11418", + "11540", + "12833", + "14626", + "15818", + "16724", + "19665", + "20155", + "21977", + "22115", + "24429", + "7653", + "8861", + "7284", + "8607", + "9393", + "8277", + "12042", + "6131", + "17208", + "21970", + "1058", + "14160", + "2951", + "20782", + "13722", + "16560", + "18839", + "16290", + "2966", + "23505", + "15899", + "16978", + "2959", + "9031", + "15510", + "24108", + "6765", + "10692", + "22182", + "13719", + "16139", + "14624", + "24034", + "2581", + "261", + "8483", + "23779", + "12113", + "14550", + "5686", + "15809", + "12716", + "13353", + "21960", + "14432", + "14294", + "23443", + "14006", + "4464", + "12223", + "24161", + "19162", + "11457", + "23141", + "22674", + "24898", + "10519", + "19269", + "20017", + "9135", + "19823", + "15772", + "21131", + "9841", + "13299", + "5976", + "24550", + "23859", + "20455", + "7196", + "22305", + "10296", + "645", + "20603", + "8424", + "17747", + "17157", + "5817", + "22554", + "18432", + "9635", + "21470", + "9302", + "20029", + "22975", + "4211", + "2688", + "3868", + "22549", + "3025", + "10315", + "8380", + "10179", + "24877", + "20685", + "21229", + "17945", + "21712", + "19492", + "5405", + "9988", + "9074", + "15748", + "12047", + "13504", + "22867", + "3741", + "13494", + "1803", + "21889", + "15533", + "15420", + "16077", + "1254", + "23867", + "10537", + "1305", + "2594", + "16497", + "9205", + "15626", + "18508", + "16494", + "5642", + "10955", + "23325", + "23082", + "13959", + "21842", + "21770", + "21185", + "10984", + "752", + "1179", + "2097", + "2589", + "3712", + "4542", + "5874", + "6171", + "7179", + "7651", + "8160", + "9352", + "9719", + "10383", + "11787", + "11983", + "13781", + "14133", + "15439", + "16297", + "17954", + "19463", + "20340", + "20645", + "21493", + "21824", + "22232", + "22387", + "24729", + "573", + "8442", + "7369", + "7772", + "8068", + "7416", + "5048", + "1845", + "21727", + "9162", + "6515", + "17433", + "14438", + "20054", + "13751", + "2953", + "16859", + "11350", + "21379", + "12243", + "20154", + "16260", + "15296", + "20469", + "17028", + "24179", + "11859", + "10517", + "11177", + "19020", + "11366", + "24850", + "10159", + "12281", + "3865", + "1590", + "19265", + "3881", + "8176", + "19101", + "3762", + "11099", + "18371", + "17357", + "4613", + "12702", + "13203", + "14024", + "819", + "7758", + "13165", + "8259", + "14685", + "10354", + "22259", + "1926", + "23231", + "11316", + "12231", + "14355", + "14992", + "20209", + "1410", + "12654", + "3754", + "15736", + "11716", + "11181", + "3477", + "11463", + "2950", + "16122", + "15954", + "7993", + "9024", + "6477", + "6030", + "9980", + "18741", + "18852", + "3476", + "6017", + "6006", + "3877", + "20763", + "20606", + "22777", + "21869", + "14139", + "10463", + "9438", + "17663", + "20036", + "21582", + "11349", + "20673", + "16582", + "3848", + "13836", + "18123", + "2784", + "10039", + "317", + "4231", + "18422", + "16923", + "18374", + "10536", + "22669", + "8877", + "15889", + "12196", + "16148", + "5240", + "15396", + "22857", + "12405", + "22749", + "15693", + "5640", + "17355", + "18870", + "21694", + "13186", + "15057", + "12069", + "17148", + "19470", + "11816", + "12350", + "9353", + "19805", + "367", + "1765", + "2354", + "2774", + "4998", + "6534", + "6662", + "7445", + "8295", + "8914", + "10278", + "11232", + "12399", + "12801", + "16527", + "18244", + "20139", + "24631", + "4701", + "8383", + "1012", + "7504", + "5017", + "5995", + "18742", + "17967", + "12962", + "15537", + "20970", + "15328", + "6511", + "13535", + "8327", + "17704", + "9549", + "183", + "16883", + "12958", + "11988", + "16778", + "23864", + "22600", + "9603", + "23413", + "15302", + "2487", + "23785", + "14868", + "5351", + "6014", + "5694", + "2690", + "15271", + "231", + "6576", + "4931", + "5053", + "2402", + "18375", + "18466", + "15927", + "10708", + "22332", + "13209", + "21127", + "12002", + "20484", + "20717", + "16934", + "8059", + "4278", + "10156", + "10913", + "22462", + "1637", + "9462", + "13256", + "12150", + "4282", + "6560", + "13193", + "20264", + "10990", + "23518", + "15324", + "14750", + "16535", + "1323", + "16008", + "17439", + "11563", + "4845", + "4485", + "17370", + "22886", + "3660", + "19777", + "11798", + "22736", + "16433", + "9304", + "11738", + "4411", + "14752", + "12877", + "18624", + "10499", + "22854", + "24685", + "7299", + "5475", + "17109", + "11377", + "16845", + "21927", + "12719", + "16355", + "23599", + "10560", + "18228", + "9368", + "16232", + "228", + "17719", + "1109", + "5751", + "22894", + "12951", + "17958", + "92", + "757", + "18408", + "5387", + "22293", + "339", + "14673", + "15695", + "4607", + "8298", + "2734", + "21632", + "23351", + "10152", + "524", + "21715", + "11169", + "382", + "681", + "1085", + "3254", + "4175", + "4478", + "5497", + "6214", + "6409", + "6901", + "7346", + "7900", + "7994", + "8144", + "11398", + "12524", + "12529", + "13074", + "15926", + "15984", + "16417", + "16463", + "16504", + "18402", + "19154", + "19219", + "19927", + "20267", + "7868", + "6881", + "8247", + "4816", + "3647", + "1779", + "5807", + "815", + "4595", + "9482", + "8284", + "9793", + "5232", + "7936", + "21238", + "20658", + "17161", + "18762", + "16598", + "19562", + "3584", + "6513", + "5531", + "17027", + "9550", + "5401", + "22244", + "19096", + "16095", + "14743", + "12454", + "5191", + "19943", + "17217", + "9814", + "18756", + "2902", + "2454", + "4711", + "5926", + "807", + "10664", + "1354", + "5883", + "15661", + "3274", + "899", + "7544", + "9866", + "482", + "19810", + "5081", + "7290", + "8388", + "14749", + "3709", + "20231", + "15354", + "17540", + "4218", + "15003", + "20398", + "18780", + "998", + "18518", + "17690", + "24903", + "12972", + "23911", + "14775", + "10442", + "15211", + "3831", + "20659", + "12942", + "20696", + "2403", + "23399", + "5472", + "22030", + "12059", + "11346", + "16019", + "18630", + "23156", + "13517", + "18664", + "14045", + "7746", + "17052", + "10689", + "12551", + "4111", + "15344", + "540", + "12133", + "22424", + "21853", + "934", + "21628", + "11907", + "13643", + "10384", + "13625", + "22066", + "7370", + "15218", + "15030", + "22285", + "23355", + "21262", + "3104", + "19648", + "15836", + "16518", + "17920", + "20818", + "19141", + "16620", + "191", + "13824", + "14301", + "17893", + "9508", + "4421", + "8933", + "931", + "11364", + "22972", + "20024", + "8576", + "16530", + "18695", + "24406", + "3478", + "12885", + "4315", + "8956", + "10460", + "15100", + "12101", + "14038", + "13574", + "13767", + "21032", + "2828", + "24765", + "10430", + "2650", + "5365", + "3356", + "23994", + "22414", + "7460", + "206", + "8419", + "22456", + "19347", + "2100", + "21442", + "21883", + "19504", + "19518", + "16157", + "483", + "4186", + "22257", + "3035", + "642", + "16182", + "1103", + "1199", + "1248", + "1906", + "2126", + "2468", + "2848", + "3110", + "3954", + "4426", + "4517", + "4856", + "6463", + "7205", + "7421", + "7476", + "7944", + "8008", + "8169", + "9068", + "9270", + "9687", + "10217", + "11989", + "12105", + "12147", + "12472", + "13717", + "15362", + "16341", + "18406", + "19103", + "19911", + "20138", + "20548", + "21091", + "21207", + "21730", + "21760", + "22001", + "22845", + "23671", + "24723", + "4230", + "6386", + "1862", + "8015", + "9145", + "7953", + "7800", + "1703", + "9214", + "1368", + "728", + "9139", + "16059", + "10387", + "5588", + "3727", + "22768", + "21487", + "12707", + "13615", + "14882", + "12525", + "16492", + "19420", + "8245", + "19947", + "17682", + "9678", + "15572", + "13616", + "14662", + "2455", + "16752", + "21617", + "971", + "14555", + "23415", + "22040", + "13344", + "13608", + "1348", + "7740", + "13770", + "22405", + "22351", + "13024", + "13433", + "10750", + "14860", + "7760", + "22442", + "5765", + "23767", + "21223", + "10787", + "14408", + "14439", + "23343", + "6040", + "21662", + "17021", + "18412", + "6609", + "14412", + "24547", + "12559", + "15171", + "9677", + "17872", + "11844", + "15796", + "13965", + "17276", + "13897", + "18146", + "7872", + "4147", + "11144", + "16429", + "1022", + "14453", + "8028", + "976", + "15165", + "21021", + "12337", + "15495", + "12845", + "21162", + "14657", + "7275", + "7398", + "21358", + "6871", + "940", + "7229", + "12464", + "12663", + "14501", + "5338", + "9514", + "23519", + "1334", + "21904", + "19259", + "9036", + "15514", + "11421", + "21322", + "10124", + "8479", + "19496", + "16428", + "1639", + "5873", + "7497", + "8164", + "21031", + "17404", + "22512", + "21990", + "23985", + "20491", + "14343", + "594", + "8905", + "2152", + "23924", + "18984", + "20250", + "23798", + "11375", + "20561", + "20153", + "18530", + "24996", + "1850", + "18948", + "11766", + "6018", + "13905", + "11189", + "15322", + "17303", + "13883", + "19023", + "17970", + "20254", + "7323", + "16323", + "18609", + "1763", + "7935", + "17710", + "23420", + "16070", + "799", + "125", + "235", + "238", + "1122", + "1353", + "1520", + "1542", + "1950", + "2087", + "2936", + "3725", + "4311", + "5135", + "5389", + "5517", + "5862", + "7161", + "7516", + "7753", + "8209", + "8596", + "8949", + "9487", + "9875", + "9893", + "10580", + "11841", + "12038", + "12784", + "13349", + "18182", + "18713", + "18827", + "21188", + "22574", + "6853", + "568", + "580", + "2962", + "9021", + "7192", + "4238", + "7517", + "922", + "4371", + "6107", + "1124", + "15841", + "21779", + "11527", + "16109", + "17342", + "19008", + "8681", + "14825", + "6506", + "9709", + "18476", + "24310", + "19561", + "16037", + "11705", + "18990", + "20697", + "22513", + "14513", + "24899", + "22925", + "4844", + "14147", + "24484", + "21157", + "12028", + "18896", + "19478", + "22909", + "5283", + "17943", + "12609", + "16273", + "2442", + "2460", + "481", + "22558", + "13921", + "2110", + "8947", + "10229", + "22299", + "13302", + "15466", + "24292", + "9811", + "19819", + "10472", + "11774", + "12138", + "13607", + "9256", + "24873", + "21891", + "13449", + "14898", + "7583", + "2143", + "14428", + "1477", + "22820", + "24102", + "12188", + "24181", + "16649", + "19609", + "14320", + "17092", + "12571", + "20006", + "5344", + "4404", + "10230", + "11699", + "24943", + "5301", + "21173", + "19826", + "3840", + "10027", + "20957", + "263", + "24390", + "19006", + "12297", + "15064", + "18393", + "21876", + "8775", + "3691", + "22498", + "16349", + "10021", + "10637", + "4469", + "21822", + "21756", + "23326", + "7311", + "12521", + "11535", + "18600", + "10589", + "5349", + "23819", + "3109", + "20514", + "12229", + "16255", + "6640", + "12853", + "24164", + "11661", + "13963", + "22636", + "12268", + "933", + "9880", + "24412", + "7858", + "9535", + "22996", + "21702", + "17668", + "9879", + "12516", + "23755", + "10638", + "7185", + "13475", + "16822", + "13288", + "6877", + "11422", + "8081", + "23364", + "8031", + "18499", + "13983", + "10687", + "16762", + "10345", + "17575", + "2497", + "11341", + "12672", + "24499", + "12950", + "11517", + "24114", + "4495", + "4067", + "13718", + "16317", + "11230", + "7876", + "7487", + "9206", + "19692", + "11546", + "21494", + "5942", + "11593", + "11351", + "18390", + "19299", + "2681", + "14067", + "141", + "359", + "983", + "1371", + "1723", + "2234", + "2583", + "2942", + "3728", + "4119", + "5493", + "5522", + "5629", + "6593", + "6713", + "6997", + "7489", + "7794", + "8400", + "9178", + "9366", + "10493", + "12355", + "12580", + "13284", + "13367", + "13602", + "14716", + "15848", + "16398", + "17169", + "17279", + "17856", + "18557", + "19241", + "19557", + "19660", + "19870", + "19924", + "19926", + "20353", + "21830", + "23261", + "24766", + "4489", + "4481", + "9591", + "4228", + "5152", + "8978", + "5604", + "511", + "5247", + "2054", + "5161", + "5034", + "9937", + "2699", + "6012", + "9735", + "19581", + "12770", + "10868", + "17629", + "21556", + "19157", + "17425", + "14499", + "11168", + "11371", + "17532", + "16278", + "11598", + "12637", + "13281", + "20270", + "7080", + "490", + "13865", + "12911", + "18067", + "13521", + "24776", + "14769", + "1372", + "5297", + "17729", + "16470", + "14818", + "18549", + "10611", + "4104", + "6750", + "15427", + "4003", + "14675", + "13908", + "11294", + "14092", + "6525", + "10402", + "7743", + "17345", + "20577", + "19703", + "10921", + "18590", + "19337", + "13338", + "4662", + "15286", + "21264", + "13192", + "20096", + "4013", + "20997", + "15922", + "6487", + "15978", + "12523", + "19790", + "21485", + "21189", + "18103", + "14540", + "22007", + "4738", + "8140", + "20735", + "20661", + "22152", + "21629", + "19631", + "12688", + "16567", + "11283", + "12970", + "18724", + "7466", + "18184", + "4828", + "13838", + "1931", + "15426", + "6602", + "22140", + "11779", + "17487", + "12974", + "17286", + "21980", + "19855", + "14411", + "13422", + "17043", + "14849", + "16166", + "10351", + "13955", + "15711", + "19723", + "23064", + "5242", + "20197", + "8617", + "23928", + "12398", + "14875", + "12052", + "20890", + "10771", + "22287", + "20554", + "11650", + "16080", + "13786", + "10992", + "12744", + "4134", + "19554", + "20035", + "16843", + "14260", + "21534", + "24418", + "12415", + "9306", + "14033", + "22194", + "12090", + "19336", + "7319", + "12204", + "7791", + "9968", + "9542", + "12771", + "14753", + "3483", + "756", + "8783", + "3772", + "18667", + "1486", + "11071", + "17848", + "19220", + "21009", + "14335", + "20596", + "9990", + "12288", + "10348", + "24594", + "13792", + "8250", + "24997", + "19595", + "22950", + "9341", + "3683", + "8107", + "12060", + "20853", + "9191", + "13487", + "14708", + "13677", + "18902", + "8786", + "21931", + "12854", + "13497", + "278", + "475", + "538", + "3644", + "4192", + "4248", + "5802", + "6101", + "6532", + "6913", + "6973", + "7343", + "7807", + "8536", + "9016", + "9257", + "9939", + "11270", + "13020", + "13065", + "13545", + "15501", + "17004", + "17551", + "18142", + "18898", + "19359", + "20704", + "21640", + "22709", + "23068", + "23397", + "23411", + "23856", + "24674", + "24998", + "3431", + "3932", + "7082", + "2967", + "7639", + "1884", + "8557", + "1459", + "2574", + "2271", + "5888", + "4870", + "7453", + "18438", + "19207", + "8431", + "14510", + "19406", + "17171", + "20475", + "8480", + "12153", + "18093", + "13559", + "18036", + "22921", + "9073", + "5414", + "21933", + "16016", + "13464", + "10738", + "19811", + "15202", + "12757", + "12934", + "20974", + "23774", + "5907", + "13550", + "20151", + "17280", + "19371", + "14136", + "22183", + "10551", + "20321", + "9780", + "14028", + "16890", + "2449", + "3964", + "24146", + "3980", + "6068", + "23104", + "6370", + "22926", + "11543", + "6308", + "3893", + "6054", + "14573", + "2550", + "8516", + "17956", + "19941", + "15304", + "13420", + "15175", + "24961", + "23809", + "22283", + "21678", + "13868", + "23660", + "18392", + "24544", + "15214", + "19412", + "10539", + "18966", + "21308", + "16541", + "20397", + "19612", + "21463", + "10727", + "14797", + "14839", + "16383", + "16750", + "4900", + "7141", + "9295", + "5725", + "13817", + "1400", + "15747", + "1413", + "12768", + "21355", + "15361", + "17698", + "15371", + "22494", + "8953", + "21474", + "10959", + "14853", + "2999", + "15230", + "8677", + "14826", + "22597", + "7837", + "16357", + "21316", + "784", + "15749", + "21583", + "22753", + "10785", + "18676", + "647", + "13430", + "12103", + "13320", + "14270", + "16293", + "3470", + "9982", + "12384", + "21364", + "20745", + "13947", + "5878", + "22383", + "18893", + "10548", + "17898", + "22411", + "23004", + "17852", + "10273", + "18127", + "22138", + "10219", + "16342", + "10584", + "18911", + "646", + "9423", + "21699", + "19079", + "7625", + "17318", + "22800", + "12819", + "14508", + "15349", + "7259", + "17604", + "7454", + "17346", + "24491", + "12233", + "8292", + "14683", + "12949", + "23477", + "5855", + "15521", + "24716", + "14336", + "20566", + "8573", + "21475", + "20260", + "17091", + "24165", + "19488", + "14907", + "21080", + "15670", + "15838", + "8869", + "11516", + "21679", + "68", + "22114", + "3573", + "12966", + "3577", + "6610", + "16286", + "24994", + "11794", + "9199", + "12782", + "13581", + "16208", + "16249", + "18284", + "23274", + "13126", + "3860", + "1027", + "1333", + "1683", + "2856", + "3208", + "3500", + "3924", + "4020", + "4883", + "5917", + "6069", + "6263", + "6789", + "7890", + "10793", + "10996", + "11237", + "11302", + "11723", + "12156", + "12169", + "13304", + "13981", + "14763", + "15075", + "16968", + "17955", + "19967", + "20444", + "1021", + "514", + "3171", + "4465", + "6156", + "6828", + "7689", + "5865", + "9047", + "14858", + "9790", + "2845", + "8562", + "16947", + "11607", + "2030", + "7428", + "9702", + "15350", + "22834", + "20852", + "18399", + "22585", + "12374", + "11728", + "9708", + "17097", + "18121", + "15220", + "17222", + "19770", + "13038", + "12570", + "16408", + "21090", + "15450", + "2440", + "18636", + "9443", + "7391", + "5703", + "10951", + "8699", + "22535", + "21015", + "6968", + "23706", + "17205", + "20816", + "4396", + "18397", + "7300", + "19831", + "15079", + "8512", + "13845", + "22080", + "19983", + "20314", + "15316", + "24957", + "1474", + "12813", + "8603", + "13703", + "23433", + "24306", + "15455", + "14530", + "17702", + "14163", + "14755", + "13495", + "12378", + "18348", + "24747", + "23526", + "11589", + "17308", + "18178", + "9941", + "13470", + "17712", + "16819", + "12129", + "16888", + "10596", + "8564", + "17013", + "4146", + "22855", + "1265", + "8230", + "240", + "17531", + "5143", + "16626", + "14736", + "6452", + "13554", + "9792", + "11182", + "16055", + "3186", + "14299", + "7555", + "22622", + "10650", + "11006", + "10126", + "15553", + "16561", + "9586", + "19565", + "12749", + "22760", + "23811", + "18607", + "21838", + "21880", + "9781", + "11513", + "22573", + "12076", + "5970", + "19467", + "12564", + "23422", + "8657", + "16390", + "8662", + "24087", + "4864", + "17026", + "8175", + "16091", + "23125", + "23512", + "12202", + "18403", + "19929", + "24916", + "12745", + "12764", + "3869", + "22334", + "10717", + "8591", + "20082", + "5052", + "11387", + "15135", + "10960", + "3007", + "2294", + "11319", + "16652", + "7824", + "16118", + "12079", + "11637", + "9187", + "9664", + "3645", + "10157", + "2178", + "21332", + "13891", + "2058", + "12466", + "8642", + "763", + "909", + "1100", + "1347", + "1693", + "2853", + "3568", + "4050", + "4462", + "5065", + "5259", + "6821", + "6989", + "8115", + "9452", + "9516", + "10849", + "10939", + "12280", + "13123", + "13619", + "13731", + "14663", + "16430", + "16771", + "16782", + "16900", + "17061", + "17212", + "17386", + "18593", + "20189", + "21641", + "21808", + "22294", + "6592", + "529", + "9815", + "8975", + "6155", + "8902", + "9168", + "4369", + "7675", + "3542", + "2274", + "3855", + "5795", + "21103", + "15823", + "13839", + "20906", + "806", + "13116", + "1752", + "21627", + "9548", + "9703", + "19491", + "11104", + "12710", + "13689", + "13387", + "3339", + "3979", + "16442", + "3255", + "10221", + "14437", + "18968", +]; -const kinship: string[] = []; +const kinship: string[] = [ + "7765", + "8396", + "7422", + "8612", + "7848", + "1743", + "1998", + "4350", + "1840", + "4566", + "8121", + "1836", + "5935", + "7653", + "8554", + "1838", + "4567", + "4564", + "4561", + "3169", + "9175", + "6447", + "9634", + "6350", + "4682", + "4679", + "662", + "4677", + "4680", + "4683", + "4681", + "4684", + "7384", + "3205", + "8863", + "1668", + "4090", + "3749", + "8061", + "1483", + "4301", + "4302", + "4650", + "8440", + "5420", + "8862", + "8860", + "8439", + "9636", + "3736", + "4232", + "7992", + "8443", + "3407", + "3931", + "5737", + "673", + "8864", + "2851", + "8099", + "8823", + "6853", + "9751", + "4230", + "4693", + "2209", + "8861", + "2290", + "1014", + "5877", + "3515", + "4489", + "572", + "2749", + "7717", + "6912", + "5684", + "577", + "575", + "568", + "8588", + "1021", + "8102", + "5221", + "574", + "5079", + "576", + "2261", + "9171", + "571", + "1083", + "4906", + "9602", + "5154", + "8583", + "8205", + "580", + "3160", + "9023", + "3431", + "5733", + "6052", + "1475", + "2501", + "5682", + "3173", + "3852", + "573", + "569", + "4083", + "4560", + "7480", + "2962", + "4640", + "2500", + "5792", + "2359", + "6274", + "966", + "3371", + "6375", + "6351", + "5945", + "4701", + "5106", + "2128", + "1207", + "37", + "3938", + "3934", + "514", + "600", + "3124", + "8383", + "6451", + "8084", + "1012", + "6438", + "6880", + "5372", + "3820", + "6533", + "5666", + "3939", + "7585", + "7895", + "4534", + "4700", + "4481", + "6374", + "8207", + "6882", + "8030", + "3819", + "3662", + "9685", + "7893", + "7412", + "6386", + "598", + "6058", + "6345", + "5446", + "3171", + "2854", + "6257", + "8756", + "9731", + "7885", + "8590", + "7868", + "8213", + "6239", + "6933", + "567", + "543", + "578", + "677", + "7495", + "3929", + "9021", + "9767", + "4102", + "8256", + "2716", + "8936", + "3411", + "6709", + "5488", + "5549", + "9733", + "9997", + "4636", + "3782", + "7563", + "4944", + "2739", + "8955", + "1862", + "9795", + "3853", + "3932", + "5702", + "581", + "1367", + "114", + "8806", + "3403", + "4263", + "8064", + "3933", + "5321", + "3156", + "6592", + "2811", + "4486", + "4215", + "5798", + "5551", + "7603", + "9681", + "522", + "5305", + "6047", + "8542", + "9688", + "6881", + "1335", + "7569", + "9125", + "4298", + "529", + "6843", + "2745", + "3201", + "2886", + "1780", + "6847", + "6475", + "897", + "7247", + "5583", + "7425", + "4639", + "4809", + "4503", + "8442", + "1432", + "3787", + "7504", + "2393", + "9133", + "112", + "7082", + "4670", + "2931", + "2907", + "2391", + "1345", + "9851", + "1879", + "9610", + "4125", + "3177", + "3178", + "9815", + "9850", + "8382", + "6637", + "9588", + "7864", + "3917", + "2360", + "8922", + "6879", + "7191", + "2553", + "1244", + "7436", + "7766", + "7434", + "4814", + "1426", + "663", + "4817", + "4810", + "3989", + "8247", + "7437", + "5228", + "7190", + "4465", + "7832", + "3184", + "7768", + "7192", + "6443", + "3179", + "9816", + "4813", + "8243", + "5913", + "7767", + "5681", + "1412", + "8246", + "5230", + "7193", + "6342", + "7209", + "9848", + "5146", + "4816", + "2824", + "9818", + "9591", + "9832", + "6670", + "3387", + "8503", + "5226", + "5915", + "5227", + "8069", + "8567", + "7110", + "6854", + "6147", + "5017", + "6233", + "924", + "6639", + "1470", + "7026", + "3280", + "4591", + "5908", + "9362", + "7067", + "5938", + "5470", + "9877", + "7456", + "1874", + "6142", + "8980", + "8015", + "3861", + "8966", + "7025", + "3237", + "7369", + "4228", + "5152", + "3526", + "8975", + "8973", + "2657", + "9819", + "2903", + "8979", + "7729", + "8976", + "8969", + "8981", + "4877", + "7385", + "9817", + "8978", + "2967", + "2879", + "4914", + "7288", + "3523", + "7200", + "4351", + "8986", + "8987", + "8695", + "3524", + "9654", + "4064", + "6678", + "6674", + "8967", + "5306", + "7980", + "6677", + "6676", + "8972", + "8990", + "3527", + "3525", + "6675", + "4352", + "7286", + "1584", + "5660", + "6394", + "6584", + "8989", + "8974", + "8968", + "4349", + "9129", + "5155", + "3647", + "6766", + "3041", + "7284", + "8988", + "5658", + "9849", + "1586", + "9145", + "7471", + "1055", + "1954", + "2281", + "9453", + "8889", + "5809", + "479", + "7639", + "7562", + "6633", + "9288", + "8884", + "4753", + "5769", + "1952", + "1063", + "7958", + "7545", + "7410", + "9338", + "169", + "7529", + "7957", + "4696", + "8790", + "5343", + "4095", + "3680", + "4405", + "6156", + "820", + "5496", + "607", + "9594", + "4156", + "1197", + "5533", + "6208", + "5084", + "7943", + "4756", + "8032", + "2888", + "3835", + "1779", + "7401", + "8607", + "3928", + "5507", + "4984", + "5704", + "8693", + "4444", + "6155", + "44", + "9393", + "5524", + "106", + "123", + "3997", + "3154", + "9612", + "817", + "3999", + "4106", + "9996", + "3302", + "4895", + "9689", + "5641", + "3037", + "4985", + "2812", + "8902", + "4165", + "5604", + "8158", + "8694", + "7083", + "7113", + "511", + "3998", + "5139", + "5140", + "4069", + "2181", + "660", + "2463", + "6189", + "1557", + "164", + "7462", + "6684", + "6920", + "396", + "1457", + "3265", + "6681", + "5036", + "1784", + "7236", + "8929", + "5247", + "1558", + "2990", + "6918", + "9147", + "6946", + "6792", + "4749", + "1321", + "1071", + "2134", + "6916", + "7547", + "6967", + "4321", + "2054", + "6851", + "753", + "9137", + "9853", + "9501", + "6919", + "8785", + "3072", + "3152", + "7058", + "5540", + "8615", + "3900", + "8226", + "6884", + "6486", + "9168", + "5161", + "1308", + "3789", + "4917", + "4468", + "5807", + "5034", + "267", + "684", + "4616", + "4735", + "7953", + "6128", + "1395", + "3275", + "8444", + "6665", + "1884", + "9822", + "8837", + "7772", + "8667", + "5521", + "2717", + "4238", + "815", + "3935", + "9371", + "7800", + "9210", + "789", + "5141", + "5328", + "9760", + "8434", + "8971", + "7312", + "1231", + "9957", + "4595", + "6642", + "3218", + "8965", + "5016", + "808", + "7517", + "2932", + "9958", + "9808", + "7060", + "3053", + "9083", + "6828", + "4394", + "7689", + "8229", + "9676", + "3012", + "7266", + "4765", + "6860", + "922", + "8951", + "2014", + "3659", + "4651", + "2678", + "3556", + "9337", + "9482", + "1735", + "7084", + "2504", + "1703", + "5520", + "2798", + "5676", + "5743", + "8159", + "2613", + "2973", + "7687", + "7143", + "9937", + "8287", + "5508", + "9762", + "8284", + "7202", + "4367", + "4368", + "6129", + "4372", + "4915", + "8557", + "4365", + "4374", + "7232", + "4369", + "4370", + "8501", + "8631", + "9802", + "4379", + "4371", + "674", + "2350", + "4378", + "4377", + "4373", + "7377", + "4375", + "4366", + "2687", + "9349", + "4376", + "1981", + "7210", + "6222", + "1690", + "2699", + "9214", + "5954", + "5423", + "9554", + "2945", + "9793", + "7206", + "6562", + "5500", + "4820", + "3879", + "3907", + "6804", + "9396", + "5700", + "5511", + "1193", + "7063", + "4476", + "9360", + "1808", + "7449", + "7853", + "5504", + "2552", + "5865", + "1368", + "6163", + "7601", + "4416", + "1633", + "6012", + "7240", + "4510", + "1015", + "6786", + "1802", + "4948", + "3026", + "4678", + "7571", + "3711", + "5633", + "480", + "1459", + "1974", + "6849", + "6802", + "5433", + "1020", + "8068", + "2783", + "2603", + "2674", + "8655", + "7438", + "2368", + "7055", + "2182", + "8070", + "9121", + "5419", + "7052", + "2559", + "4433", + "2799", + "9312", + "4021", + "7675", + "7024", + "1218", + "8522", + "3542", + "7420", + "7416", + "9735", + "8082", + "3538", + "528", + "3539", + "4044", + "1388", + "1852", + "2260", + "4363", + "2096", + "1672", + "728", + "2976", + "2795", + "4807", + "9395", + "5992", + "5994", + "2683", + "8623", + "5995", + "5998", + "5999", + "5997", + "6000", + "8625", + "6001", + "2796", + "3864", + "5048", + "7773", + "8941", + "2274", + "4999", + "2793", + "1989", + "4754", + "3598", + "3855", + "9286", + "5996", + "5993", + "8621", + "8624", + "8622", + "1876", + "2792", + "5696", + "3116", + "2965", + "1171", + "2750", + "5220", + "2120", + "4728", + "7215", + "6439", + "2574", + "319", + "8303", + "3121", + "5431", + "4221", + "383", + "1150", + "5192", + "7817", + "4786", + "2111", + "5980", + "1170", + "8750", + "2987", + "5232", + "6372", + "8838", + "430", + "3342", + "262", + "5383", + "4598", + "5094", + "236", + "9212", + "243", + "6741", + "2249", + "2271", + "8130", + "1878", + "4521", + "9047", + "7629", + "7167", + "4913", + "8707", + "7304", + "7212", + "4692", + "3667", + "2301", + "3774", + "5888", + "5764", + "4082", + "9117", + "4551", + "1539", + "5718", + "6615", + "8960", + "1976", + "1274", + "579", + "5795", + "5271", + "6107", + "7171", + "4870", + "736", + "4434", + "9359", + "5689", + "7936", + "8075", + "2094", + "5717", + "1147", + "5273", + "2906", + "8277", + "9242", + "5683", + "1124", + "4107", + "5747", + "201", + "6166", + "4283", + "9139", + "3144", + "7453", + "1396", + "7664", + "2701", + "8254", + "3388", + "5803", + "5804", + "3816", + "21337", + "5972", + "15479", + "19312", + "1980", + "12513", + "15434", + "13238", + "17684", + "13898", + "14115", + "4117", + "19834", + "16076", + "17282", + "15309", + "21299", + "15535", + "16387", + "16432", + "3773", + "473", + "1845", + "16239", + "16354", + "15841", + "14256", + "18126", + "21103", + "14858", + "13451", + "21578", + "21820", + "20672", + "2685", + "11033", + "13523", + "14697", + "12387", + "19207", + "12400", + "20342", + "15707", + "19903", + "16059", + "21038", + "18438", + "19788", + "15120", + "18247", + "15629", + "13590", + "549", + "7863", + "19548", + "21871", + "15331", + "13153", + "19037", + "20848", + "16456", + "20832", + "17509", + "3331", + "2324", + "7667", + "19016", + "9936", + "18742", + "15073", + "12494", + "12660", + "16379", + "11521", + "6165", + "5819", + "6397", + "8726", + "21048", + "21366", + "18349", + "10471", + "14567", + "15178", + "19581", + "12671", + "2922", + "3487", + "9790", + "20951", + "14482", + "19735", + "4799", + "1547", + "5418", + "11392", + "10818", + "4249", + "16498", + "20067", + "10356", + "17827", + "10338", + "16548", + "15737", + "988", + "21643", + "18939", + "19602", + "5025", + "12698", + "21130", + "18041", + "2588", + "17035", + "17241", + "21019", + "12369", + "21779", + "11061", + "17294", + "23741", + "20142", + "19055", + "10090", + "12770", + "7548", + "16507", + "15513", + "18175", + "22163", + "12650", + "10868", + "10095", + "18051", + "15823", + "19590", + "11818", + "9821", + "23780", + "18859", + "23140", + "22017", + "21499", + "23600", + "19511", + "11527", + "12882", + "14030", + "2503", + "13998", + "12990", + "3479", + "787", + "16980", + "22225", + "19435", + "11782", + "23983", + "3842", + "585", + "19984", + "111", + "19795", + "21350", + "5847", + "13789", + "14377", + "17967", + "17921", + "16641", + "17739", + "1389", + "973", + "13839", + "13600", + "10406", + "11764", + "23593", + "20271", + "14202", + "15008", + "6952", + "19784", + "14817", + "14869", + "17479", + "5238", + "21238", + "24109", + "870", + "233", + "16328", + "10387", + "20483", + "2333", + "18449", + "17728", + "17234", + "6953", + "16630", + "19922", + "2578", + "14413", + "8431", + "9173", + "10780", + "20658", + "21356", + "18807", + "15473", + "9103", + "5588", + "11049", + "16405", + "5774", + "5612", + "16887", + "23884", + "22113", + "16624", + "12962", + "13226", + "9250", + "17352", + "14959", + "1481", + "3727", + "20228", + "15652", + "8167", + "6797", + "19920", + "14981", + "15869", + "19959", + "16109", + "289", + "11762", + "16450", + "19930", + "16034", + "5772", + "11930", + "7203", + "24545", + "24115", + "22864", + "18734", + "22346", + "24443", + "3067", + "3391", + "17161", + "22106", + "17786", + "24076", + "15163", + "12493", + "4988", + "2197", + "2269", + "21362", + "16829", + "3572", + "9826", + "3063", + "12628", + "20489", + "15347", + "3397", + "23711", + "17188", + "19406", + "14510", + "14265", + "10566", + "8787", + "17186", + "2506", + "4081", + "8927", + "16924", + "16272", + "24913", + "17755", + "19260", + "9215", + "14174", + "10299", + "17107", + "12581", + "17629", + "16629", + "8372", + "9756", + "19883", + "14781", + "15500", + "17813", + "17341", + "17131", + "14345", + "18762", + "18401", + "16529", + "12247", + "13774", + "14155", + "16250", + "21537", + "14470", + "21604", + "15583", + "8465", + "17171", + "14734", + "19562", + "16598", + "185", + "14890", + "16861", + "15228", + "22234", + "3040", + "17342", + "7424", + "12810", + "11569", + "18291", + "18539", + "13143", + "7505", + "22107", + "13305", + "24451", + "18487", + "22241", + "5730", + "5263", + "20863", + "21093", + "20475", + "15724", + "1196", + "8050", + "9357", + "18558", + "4309", + "1195", + "15801", + "2842", + "2844", + "2841", + "2529", + "3357", + "8480", + "24503", + "19307", + "9398", + "19008", + "18472", + "2845", + "2843", + "2849", + "2850", + "22144", + "20891", + "8681", + "21727", + "15537", + "11886", + "15334", + "17645", + "18905", + "16495", + "14093", + "2839", + "2840", + "19288", + "21900", + "21556", + "1911", + "17306", + "17382", + "19126", + "2847", + "13489", + "19937", + "21145", + "18072", + "19734", + "14328", + "12538", + "11222", + "15320", + "15340", + "13498", + "20861", + "12170", + "18427", + "12153", + "19157", + "21833", + "8562", + "523", + "9162", + "5160", + "9248", + "20906", + "3724", + "308", + "21278", + "19221", + "6893", + "18093", + "12704", + "1009", + "19970", + "21968", + "9561", + "3595", + "5906", + "19892", + "18474", + "13116", + "14302", + "16728", + "13061", + "11021", + "10498", + "11977", + "17447", + "18387", + "23525", + "11960", + "806", + "4005", + "11554", + "14654", + "21870", + "24934", + "12691", + "10223", + "15511", + "22768", + "1140", + "9608", + "21546", + "19280", + "8797", + "21369", + "15864", + "17298", + "11902", + "16594", + "13831", + "12549", + "14702", + "15676", + "19388", + "13261", + "13424", + "12042", + "11916", + "12560", + "14825", + "14518", + "15674", + "18495", + "8239", + "6131", + "10561", + "18753", + "15409", + "21047", + "16388", + "15246", + "14964", + "17296", + "21524", + "17267", + "12758", + "17113", + "18415", + "17425", + "17208", + "15635", + "16126", + "2946", + "8898", + "3402", + "18107", + "4685", + "19841", + "22013", + "21970", + "11428", + "23766", + "14454", + "21255", + "21243", + "18338", + "19294", + "17926", + "18752", + "20934", + "20970", + "19663", + "18174", + "21302", + "11990", + "19318", + "19507", + "21487", + "15946", + "19082", + "20464", + "20194", + "21714", + "18649", + "15653", + "15254", + "18567", + "18287", + "20626", + "391", + "390", + "15697", + "23258", + "9174", + "10810", + "15830", + "18545", + "10281", + "18138", + "9552", + "18836", + "16947", + "1058", + "14236", + "18305", + "392", + "15328", + "6132", + "23757", + "11259", + "13796", + "16749", + "16496", + "14499", + "16163", + "19198", + "11607", + "21952", + "3784", + "16849", + "10618", + "12532", + "20060", + "3584", + "19163", + "13559", + "22102", + "10956", + "11780", + "6136", + "19564", + "14110", + "4838", + "11553", + "15139", + "16825", + "10507", + "18036", + "6038", + "15551", + "11566", + "19589", + "20244", + "22338", + "17536", + "13169", + "11943", + "19949", + "12338", + "6509", + "6508", + "6036", + "12873", + "19373", + "11362", + "19424", + "16199", + "24576", + "21220", + "23873", + "11706", + "6518", + "15109", + "19441", + "14640", + "7204", + "11005", + "16660", + "6158", + "6037", + "6510", + "6517", + "6511", + "17539", + "14370", + "12738", + "10282", + "15881", + "14099", + "15346", + "17251", + "6505", + "21199", + "6506", + "6034", + "11168", + "15905", + "20080", + "20752", + "13535", + "2689", + "6513", + "6519", + "6035", + "8379", + "17986", + "19405", + "12096", + "17270", + "19969", + "16083", + "14625", + "6460", + "15176", + "21504", + "15924", + "19577", + "16375", + "16303", + "22965", + "5956", + "6515", + "21895", + "23978", + "12593", + "16160", + "17433", + "18224", + "16345", + "11582", + "24844", + "22780", + "4885", + "10321", + "23132", + "20747", + "8260", + "22126", + "19980", + "9884", + "20045", + "17242", + "12397", + "8327", + "9342", + "21836", + "21742", + "21658", + "8222", + "20147", + "15143", + "17704", + "11040", + "8934", + "14438", + "21625", + "9768", + "13022", + "20157", + "17257", + "21371", + "2031", + "13802", + "1203", + "23455", + "16970", + "14160", + "24449", + "22921", + "14958", + "24504", + "17045", + "2028", + "11894", + "9836", + "15918", + "21140", + "18145", + "12689", + "16078", + "9643", + "2027", + "11029", + "15117", + "11068", + "20256", + "16140", + "20930", + "14047", + "16823", + "1752", + "1249", + "16935", + "1589", + "2021", + "2030", + "20721", + "9713", + "5531", + "11524", + "12685", + "15118", + "8311", + "9701", + "2951", + "16287", + "9709", + "5032", + "19537", + "20054", + "2387", + "12063", + "1425", + "23492", + "5392", + "24931", + "22412", + "13751", + "18077", + "12467", + "21941", + "4078", + "20545", + "15930", + "17873", + "17881", + "8253", + "17027", + "21397", + "11658", + "14661", + "12376", + "24839", + "7428", + "9702", + "18066", + "16889", + "17327", + "4142", + "20394", + "14778", + "16551", + "20479", + "16587", + "16431", + "18152", + "24930", + "16353", + "11525", + "13318", + "16318", + "24074", + "12353", + "2953", + "19512", + "9553", + "14128", + "19992", + "14176", + "14816", + "12349", + "12389", + "13354", + "21627", + "20559", + "15798", + "20608", + "15884", + "20657", + "12755", + "21841", + "12707", + "21857", + "13293", + "21922", + "8364", + "9549", + "9551", + "9550", + "9559", + "17466", + "11371", + "9548", + "9547", + "22834", + "15675", + "19434", + "13505", + "3753", + "20525", + "11220", + "21705", + "8831", + "23531", + "13615", + "15350", + "19724", + "15704", + "1190", + "11191", + "17467", + "5593", + "11759", + "18904", + "19164", + "17973", + "14046", + "486", + "11479", + "16859", + "18620", + "6984", + "9073", + "19362", + "4326", + "17532", + "13522", + "22776", + "11350", + "5485", + "183", + "17669", + "16793", + "17144", + "6241", + "7931", + "1580", + "19250", + "13071", + "20996", + "7614", + "13595", + "14442", + "23403", + "15907", + "15776", + "18476", + "22271", + "19697", + "13807", + "14935", + "10274", + "17014", + "23712", + "20852", + "6454", + "13404", + "24492", + "22652", + "10979", + "18399", + "24471", + "7426", + "24714", + "4144", + "9419", + "6985", + "14882", + "2624", + "16223", + "2797", + "20044", + "24727", + "9703", + "20782", + "22585", + "21813", + "9614", + "20196", + "17600", + "5004", + "5501", + "21933", + "24884", + "24310", + "19345", + "19140", + "5007", + "5414", + "410", + "911", + "6089", + "5401", + "17062", + "978", + "15933", + "23007", + "10925", + "11726", + "12109", + "20141", + "18681", + "21849", + "23324", + "9626", + "5008", + "21338", + "18661", + "12221", + "10880", + "1126", + "7908", + "22244", + "16278", + "16502", + "11126", + "16883", + "16964", + "15821", + "16362", + "18352", + "16016", + "17057", + "20108", + "1598", + "20943", + "9857", + "21835", + "1447", + "18470", + "20579", + "23535", + "19561", + "23689", + "13464", + "9831", + "2617", + "23984", + "12714", + "22122", + "11598", + "12374", + "16483", + "4621", + "15046", + "12958", + "12021", + "10738", + "16069", + "19811", + "14415", + "12019", + "15062", + "24932", + "9856", + "1732", + "24941", + "12065", + "15202", + "11728", + "14991", + "13351", + "14054", + "19096", + "12014", + "23523", + "24557", + "23098", + "18296", + "12504", + "18121", + "17097", + "9708", + "19012", + "14927", + "3260", + "967", + "5471", + "23773", + "11082", + "17602", + "11368", + "14961", + "22835", + "16564", + "16364", + "10864", + "16492", + "13281", + "12934", + "12757", + "12637", + "13722", + "13778", + "15220", + "12525", + "19489", + "1837", + "21379", + "12619", + "4441", + "17222", + "11630", + "13346", + "20348", + "16517", + "11065", + "17122", + "15853", + "20270", + "5069", + "23860", + "22620", + "19420", + "23614", + "1839", + "12243", + "17236", + "19649", + "22610", + "5701", + "16327", + "5959", + "21249", + "7080", + "4052", + "15571", + "8012", + "16037", + "11243", + "22331", + "6857", + "1379", + "12986", + "12656", + "2099", + "24088", + "20154", + "10833", + "22916", + "17069", + "13867", + "18883", + "21259", + "21916", + "15845", + "10494", + "5967", + "18990", + "19869", + "11705", + "4103", + "5955", + "20728", + "16560", + "3320", + "20663", + "4429", + "20128", + "20974", + "18013", + "9143", + "20601", + "39", + "9699", + "3050", + "4518", + "19770", + "18814", + "18313", + "23964", + "24564", + "23073", + "7955", + "20061", + "21114", + "18975", + "19549", + "17503", + "6549", + "8245", + "6168", + "16220", + "13974", + "20687", + "5639", + "17037", + "21724", + "19054", + "7839", + "20057", + "19093", + "19086", + "10128", + "20755", + "6798", + "4317", + "22904", + "3992", + "4297", + "1436", + "4527", + "13276", + "18839", + "17243", + "3264", + "2148", + "1134", + "3713", + "1986", + "16260", + "13038", + "20697", + "6889", + "2620", + "13438", + "13588", + "23097", + "24645", + "22513", + "13682", + "11988", + "21689", + "6149", + "5209", + "2270", + "5904", + "14513", + "17395", + "15481", + "21959", + "12213", + "15449", + "13850", + "13660", + "15152", + "14551", + "21479", + "15994", + "18106", + "16171", + "13223", + "22085", + "16778", + "16755", + "19027", + "20442", + "13043", + "15574", + "24651", + "18190", + "18680", + "17137", + "24768", + "16095", + "16441", + "20049", + "14130", + "15928", + "14888", + "5442", + "10941", + "16638", + "9029", + "13846", + "13324", + "15859", + "22221", + "7600", + "20480", + "17569", + "2643", + "14554", + "2095", + "13260", + "17239", + "11501", + "5281", + "2557", + "8691", + "10364", + "3370", + "23918", + "10208", + "24554", + "8281", + "22839", + "13989", + "5162", + "22927", + "14741", + "8809", + "17821", + "23690", + "11383", + "14647", + "15587", + "17482", + "16770", + "17969", + "18677", + "11103", + "16144", + "15116", + "2644", + "10918", + "10549", + "11289", + "18853", + "24936", + "16424", + "15518", + "22572", + "23667", + "8911", + "11692", + "17606", + "15296", + "5388", + "750", + "21253", + "14293", + "6148", + "3433", + "12166", + "21789", + "13170", + "3361", + "3424", + "18356", + "186", + "7888", + "15750", + "3783", + "19947", + "24053", + "15147", + "3425", + "3427", + "3423", + "3430", + "14743", + "10520", + "13208", + "15575", + "3051", + "3434", + "21736", + "13363", + "12454", + "6041", + "5953", + "20761", + "8129", + "1904", + "17601", + "10513", + "5191", + "12575", + "2755", + "11336", + "3541", + "2123", + "8517", + "19943", + "24899", + "17682", + "24473", + "2419", + "3958", + "3240", + "3961", + "6169", + "19793", + "24836", + "19030", + "23496", + "17072", + "11610", + "823", + "6845", + "6712", + "17751", + "23774", + "23864", + "2703", + "24386", + "21706", + "5340", + "18648", + "14257", + "17217", + "8653", + "10660", + "7097", + "22925", + "23672", + "5907", + "8572", + "4844", + "6538", + "21100", + "15980", + "17422", + "13550", + "17064", + "7844", + "14799", + "915", + "17344", + "9814", + "5110", + "16591", + "18059", + "490", + "264", + "11013", + "5530", + "21115", + "5572", + "24835", + "16290", + "24800", + "20469", + "20805", + "12540", + "15224", + "3569", + "22362", + "12477", + "13687", + "3296", + "597", + "6080", + "12634", + "9243", + "3312", + "10456", + "20928", + "979", + "671", + "11248", + "4414", + "3292", + "3429", + "9461", + "10243", + "805", + "725", + "5821", + "16818", + "13485", + "16030", + "3301", + "1421", + "4182", + "17521", + "6122", + "3298", + "3306", + "15009", + "733", + "3332", + "22600", + "9450", + "1133", + "14147", + "8840", + "3293", + "2713", + "2167", + "5093", + "3294", + "2698", + "3090", + "3297", + "1728", + "743", + "11301", + "17660", + "3310", + "13233", + "1984", + "408", + "9678", + "810", + "14288", + "3895", + "3290", + "7292", + "14497", + "19033", + "16769", + "14946", + "15505", + "17028", + "14920", + "12097", + "11195", + "3314", + "4143", + "226", + "9871", + "3308", + "2966", + "3299", + "21186", + "20151", + "17504", + "7407", + "2346", + "3309", + "3305", + "1855", + "5262", + "7852", + "22934", + "5560", + "3311", + "5335", + "6123", + "19134", + "10977", + "23892", + "225", + "4130", + "3291", + "3091", + "21759", + "3085", + "15107", + "7680", + "912", + "7979", + "9350", + "3084", + "17280", + "4646", + "11732", + "7644", + "24823", + "9603", + "10565", + "17368", + "2396", + "1292", + "2585", + "18400", + "21987", + "20143", + "10781", + "23086", + "19371", + "23799", + "19064", + "5903", + "2801", + "14978", + "24179", + "6963", + "7961", + "22329", + "16170", + "3295", + "24484", + "13878", + "7662", + "19491", + "16738", + "15572", + "11808", + "5369", + "925", + "13865", + "16356", + "14136", + "2232", + "3441", + "10556", + "24186", + "12420", + "22183", + "2788", + "19458", + "3440", + "17182", + "14856", + "7636", + "18012", + "21157", + "13076", + "12847", + "11104", + "23505", + "2566", + "9900", + "13616", + "16329", + "13630", + "19161", + "18613", + "16668", + "8161", + "7617", + "17256", + "24786", + "13443", + "11545", + "19452", + "18673", + "3435", + "14646", + "23878", + "2034", + "10551", + "12028", + "21231", + "8112", + "3665", + "20917", + "12031", + "12710", + "20321", + "19478", + "12911", + "18896", + "23413", + "12011", + "17941", + "14018", + "4092", + "3443", + "6135", + "2898", + "15547", + "18756", + "15565", + "15302", + "15899", + "16493", + "7432", + "12903", + "20750", + "9985", + "13611", + "20381", + "5650", + "11430", + "4556", + "13880", + "17544", + "15525", + "18170", + "16633", + "16419", + "18052", + "11859", + "15460", + "14028", + "6140", + "9780", + "22909", + "17802", + "20978", + "8086", + "8739", + "18067", + "20432", + "4456", + "20698", + "5692", + "17134", + "4903", + "22006", + "5283", + "16985", + "14865", + "24984", + "2902", + "6259", + "13529", + "13521", + "6631", + "10425", + "7148", + "20343", + "23723", + "9449", + "6690", + "15243", + "584", + "15619", + "9983", + "2612", + "24776", + "19112", + "3560", + "8097", + "2554", + "12238", + "18588", + "10325", + "18965", + "13563", + "2909", + "14039", + "14252", + "15878", + "6355", + "23501", + "24779", + "16309", + "7468", + "17943", + "6159", + "914", + "22815", + "7225", + "12609", + "4323", + "509", + "20909", + "22153", + "7137", + "21241", + "13689", + "14769", + "18782", + "4406", + "9064", + "24094", + "6224", + "10318", + "19464", + "12570", + "6352", + "7474", + "10775", + "22985", + "4272", + "20613", + "14594", + "8780", + "4533", + "1372", + "10517", + "16814", + "9942", + "4795", + "6636", + "5754", + "16408", + "20630", + "21306", + "24637", + "8272", + "13620", + "16952", + "1173", + "13996", + "5375", + "16969", + "12234", + "13391", + "6033", + "987", + "8453", + "6278", + "13577", + "21090", + "8110", + "6260", + "7081", + "9451", + "8563", + "24976", + "17444", + "11402", + "4472", + "5075", + "4091", + "7305", + "4150", + "5626", + "15351", + "4068", + "17090", + "16978", + "10541", + "17519", + "8433", + "13417", + "2544", + "23748", + "13663", + "23167", + "23198", + "9179", + "9589", + "5297", + "12878", + "9340", + "6582", + "8565", + "3905", + "14427", + "17890", + "17729", + "21077", + "21443", + "15768", + "3671", + "2538", + "22738", + "12984", + "16470", + "16273", + "16890", + "14909", + "12132", + "8111", + "8378", + "7739", + "19014", + "14476", + "21907", + "24379", + "24416", + "15634", + "10652", + "15433", + "18549", + "14818", + "19449", + "13536", + "17431", + "19645", + "21252", + "20701", + "16145", + "19390", + "13387", + "10611", + "17798", + "15047", + "23117", + "21921", + "13939", + "22902", + "22698", + "12012", + "13082", + "21405", + "3339", + "826", + "20235", + "6265", + "12422", + "14457", + "12123", + "10902", + "19486", + "2235", + "21784", + "7413", + "4763", + "21250", + "18239", + "14662", + "10287", + "17158", + "698", + "1994", + "1831", + "12482", + "9433", + "10438", + "18034", + "1263", + "4720", + "2453", + "3966", + "2452", + "3971", + "19156", + "19234", + "4124", + "14164", + "15450", + "20421", + "4539", + "3967", + "3981", + "4708", + "696", + "4722", + "2450", + "13990", + "21555", + "15264", + "18721", + "11869", + "22752", + "11363", + "3974", + "4710", + "2462", + "2441", + "2449", + "3986", + "4714", + "4706", + "2443", + "12303", + "15708", + "15900", + "4122", + "6966", + "4104", + "3964", + "2454", + "2459", + "1473", + "2455", + "7429", + "13496", + "11419", + "1079", + "12093", + "3844", + "4711", + "3977", + "2439", + "6723", + "2460", + "3982", + "2457", + "1285", + "6729", + "2442", + "2446", + "19330", + "22110", + "12577", + "24146", + "20487", + "4713", + "6079", + "10985", + "7661", + "20966", + "18636", + "19255", + "21347", + "7722", + "481", + "3983", + "3965", + "2440", + "5926", + "6266", + "14289", + "24032", + "3980", + "3985", + "3979", + "703", + "6068", + "9123", + "14132", + "13267", + "8181", + "702", + "716", + "20766", + "21419", + "6400", + "16907", + "1234", + "21938", + "700", + "5451", + "9443", + "18534", + "12098", + "13218", + "19210", + "18028", + "11659", + "705", + "714", + "24441", + "10502", + "357", + "16442", + "807", + "5664", + "2244", + "21263", + "10626", + "16752", + "1781", + "4890", + "4285", + "13736", + "3340", + "1679", + "23104", + "21066", + "15995", + "19553", + "3255", + "8521", + "8943", + "6145", + "7830", + "9673", + "24169", + "550", + "22558", + "10079", + "20753", + "11162", + "17214", + "8773", + "6564", + "23524", + "22915", + "16929", + "14845", + "10745", + "20850", + "23574", + "24944", + "18928", + "14029", + "11177", + "20877", + "10768", + "13812", + "13431", + "2461", + "15616", + "24948", + "23293", + "22010", + "24945", + "19237", + "6750", + "7536", + "8332", + "19148", + "8746", + "3962", + "3970", + "4723", + "3978", + "3968", + "695", + "3973", + "4715", + "17033", + "22700", + "22011", + "20279", + "23921", + "16406", + "23514", + "24912", + "3975", + "4702", + "3963", + "2448", + "2451", + "3972", + "697", + "2445", + "3969", + "24149", + "24110", + "7541", + "16659", + "15369", + "241", + "3976", + "4716", + "3273", + "4717", + "713", + "712", + "2959", + "10646", + "10328", + "1136", + "4709", + "710", + "10530", + "14437", + "17957", + "10221", + "16368", + "15427", + "19263", + "11093", + "21617", + "3815", + "2272", + "5818", + "2438", + "5602", + "2487", + "2666", + "24636", + "11406", + "8534", + "9448", + "20291", + "18237", + "3382", + "4707", + "9211", + "12049", + "7607", + "11913", + "601", + "1853", + "971", + "22987", + "6683", + "20041", + "10794", + "13900", + "22358", + "5512", + "20503", + "704", + "708", + "719", + "12686", + "20063", + "24632", + "14107", + "20858", + "4764", + "22713", + "974", + "699", + "707", + "717", + "709", + "3059", + "8023", + "15923", + "12499", + "8328", + "689", + "706", + "711", + "18309", + "13921", + "14555", + "12299", + "2825", + "19020", + "718", + "23777", + "10062", + "9692", + "4003", + "16376", + "3481", + "12457", + "23415", + "2647", + "23785", + "14285", + "22040", + "9824", + "4032", + "7697", + "22911", + "14848", + "275", + "22846", + "9700", + "18578", + "22809", + "1469", + "14804", + "22658", + "16310", + "5715", + "22853", + "1829", + "17571", + "11366", + "3480", + "2562", + "17086", + "13344", + "8478", + "965", + "17358", + "24249", + "3180", + "8474", + "8784", + "12073", + "24720", + "9367", + "18962", + "23111", + "24336", + "5502", + "21134", + "16322", + "20786", + "19073", + "1709", + "5376", + "24826", + "2679", + "18968", + "14868", + "21806", + "20490", + "12057", + "4274", + "16427", + "14936", + "1157", + "377", + "23862", + "13107", + "17889", + "9031", + "10616", + "22826", + "13491", + "21181", + "5378", + "12474", + "14203", + "12849", + "16099", + "6459", + "5040", + "14803", + "6732", + "4744", + "24935", + "22892", + "15159", + "19176", + "15717", + "14971", + "16699", + "15510", + "24004", + "23861", + "16562", + "2110", + "8196", + "6720", + "4718", + "4745", + "5377", + "11891", + "10388", + "2117", + "3267", + "8705", + "3759", + "13291", + "5374", + "16358", + "15592", + "10043", + "15281", + "15414", + "22487", + "21510", + "15154", + "10664", + "5351", + "20737", + "20793", + "16052", + "3385", + "19247", + "13851", + "19178", + "16003", + "15381", + "162", + "19817", + "9932", + "17263", + "19177", + "24130", + "13863", + "24483", + "6370", + "7391", + "10046", + "14886", + "6630", + "7250", + "21794", + "10937", + "12858", + "7390", + "13608", + "10051", + "10060", + "12214", + "16414", + "18872", + "18306", + "17903", + "3735", + "13222", + "4113", + "21586", + "18579", + "7749", + "17725", + "14098", + "4483", + "21739", + "23710", + "7393", + "15857", + "15417", + "23216", + "11940", + "21533", + "12273", + "8062", + "6700", + "20261", + "5006", + "22678", + "18140", + "19287", + "12530", + "10316", + "17305", + "22897", + "7483", + "7355", + "8492", + "11926", + "14117", + "18650", + "20216", + "4721", + "7341", + "13879", + "17924", + "18434", + "13800", + "2091", + "21649", + "8947", + "5066", + "20395", + "20635", + "9867", + "19453", + "14088", + "19200", + "24953", + "4724", + "4524", + "4060", + "6734", + "21560", + "19230", + "7716", + "6731", + "15729", + "12210", + "24965", + "24566", + "23899", + "9628", + "16085", + "10324", + "18136", + "14011", + "3984", + "14675", + "14220", + "1348", + "23666", + "22931", + "23313", + "15625", + "24404", + "18916", + "5667", + "1138", + "22578", + "2326", + "12328", + "17343", + "11254", + "1273", + "16096", + "4431", + "6014", + "21061", + "13175", + "22079", + "7103", + "93", + "24840", + "7740", + "13597", + "16211", + "13691", + "16021", + "1233", + "19838", + "23329", + "23930", + "22470", + "3036", + "3044", + "7056", + "14157", + "8778", + "19356", + "4343", + "19168", + "15685", + "10837", + "18314", + "24850", + "4945", + "3285", + "1354", + "4475", + "16895", + "13077", + "23818", + "14779", + "19172", + "11963", + "14362", + "13908", + "5698", + "1074", + "10542", + "18275", + "10335", + "5694", + "22926", + "20286", + "23936", + "22819", + "24067", + "7582", + "24108", + "11695", + "13090", + "5597", + "18688", + "12167", + "5703", + "4070", + "16097", + "14193", + "19799", + "13828", + "1962", + "14760", + "14330", + "12731", + "10892", + "20259", + "7475", + "290", + "15357", + "23161", + "5013", + "587", + "24077", + "5883", + "13712", + "10283", + "19842", + "19825", + "17491", + "21159", + "19322", + "15661", + "4505", + "13514", + "1652", + "18771", + "22299", + "10229", + "19615", + "18035", + "11294", + "13560", + "10159", + "8452", + "358", + "19657", + "11802", + "11325", + "12371", + "6942", + "10347", + "10998", + "13364", + "10951", + "15548", + "20950", + "14793", + "8782", + "1751", + "156", + "17244", + "9892", + "20040", + "14341", + "13129", + "15327", + "12281", + "4461", + "2901", + "11468", + "18562", + "14002", + "10969", + "9747", + "6765", + "13210", + "15069", + "12980", + "431", + "14224", + "5061", + "21163", + "14587", + "19501", + "8699", + "21291", + "20870", + "11380", + "16959", + "5352", + "11995", + "14092", + "102", + "4355", + "15543", + "22033", + "3268", + "3818", + "10614", + "16216", + "12285", + "8446", + "19053", + "3168", + "2690", + "13302", + "12713", + "17223", + "12543", + "1518", + "2693", + "15466", + "21667", + "15446", + "22772", + "23833", + "12875", + "512", + "48", + "1017", + "1961", + "16172", + "5984", + "552", + "4196", + "13383", + "17721", + "4797", + "24292", + "3330", + "18803", + "13617", + "15271", + "23116", + "2090", + "13633", + "15026", + "11459", + "18857", + "18899", + "24598", + "14156", + "24843", + "12257", + "15311", + "19656", + "1370", + "1657", + "1360", + "8633", + "22630", + "21340", + "6060", + "1538", + "10971", + "3454", + "10394", + "16051", + "20296", + "4055", + "18663", + "24923", + "20203", + "7256", + "9049", + "8147", + "17408", + "11543", + "22535", + "22261", + "1164", + "16926", + "23348", + "5924", + "19317", + "5097", + "7320", + "19215", + "10173", + "14649", + "6525", + "15650", + "6308", + "6307", + "9097", + "3865", + "6385", + "2421", + "10595", + "17141", + "10402", + "10421", + "6305", + "24410", + "12375", + "6711", + "18490", + "5218", + "1677", + "19837", + "3253", + "23794", + "411", + "4698", + "3", + "19249", + "6235", + "17449", + "23588", + "5712", + "22483", + "474", + "22933", + "10385", + "13910", + "4907", + "18111", + "15113", + "21226", + "12715", + "18623", + "3893", + "24857", + "11098", + "14235", + "7293", + "16134", + "14087", + "15480", + "16998", + "20937", + "13171", + "21126", + "15044", + "16226", + "7898", + "439", + "11510", + "17772", + "4743", + "22603", + "14541", + "22988", + "20885", + "2675", + "19571", + "3274", + "18445", + "5250", + "24902", + "21665", + "8774", + "1590", + "7573", + "17833", + "21446", + "24750", + "6693", + "11304", + "17101", + "12430", + "18957", + "24551", + "2671", + "14399", + "1433", + "15458", + "8403", + "18383", + "20255", + "2245", + "14628", + "23791", + "24640", + "11134", + "14582", + "20434", + "14443", + "12416", + "20582", + "7533", + "12550", + "12228", + "13015", + "20810", + "21559", + "21390", + "11714", + "21142", + "13770", + "13336", + "21015", + "21431", + "19913", + "17345", + "15177", + "7743", + "11875", + "13765", + "21692", + "24174", + "18405", + "17039", + "17738", + "15153", + "21567", + "8836", + "1565", + "2649", + "7031", + "7178", + "9280", + "21577", + "19905", + "1563", + "16748", + "4033", + "2517", + "10376", + "7540", + "6771", + "7543", + "7539", + "1564", + "2057", + "6054", + "19265", + "9811", + "7509", + "14573", + "899", + "15781", + "13480", + "6855", + "19819", + "4875", + "11393", + "18513", + "15397", + "18064", + "6695", + "22125", + "8145", + "19995", + "5134", + "20391", + "3788", + "1575", + "20577", + "2436", + "231", + "16025", + "8734", + "754", + "11370", + "6236", + "12700", + "17761", + "17732", + "19644", + "19354", + "5212", + "19703", + "17117", + "4923", + "17492", + "8600", + "17617", + "10076", + "20878", + "21531", + "24751", + "22264", + "22872", + "17065", + "16546", + "6576", + "13524", + "14172", + "5210", + "4981", + "20647", + "2748", + "18048", + "7544", + "12651", + "1098", + "18745", + "21113", + "10472", + "4837", + "11775", + "11824", + "14634", + "13841", + "1351", + "7976", + "282", + "13198", + "22237", + "5441", + "4930", + "19062", + "17272", + "9866", + "4148", + "14723", + "21879", + "21441", + "16269", + "12125", + "2160", + "12453", + "11487", + "20347", + "8641", + "16917", + "15867", + "20869", + "9354", + "16138", + "19304", + "6968", + "4927", + "4929", + "21108", + "4932", + "7147", + "8648", + "4642", + "20134", + "15483", + "3326", + "17701", + "11736", + "3922", + "6931", + "951", + "5796", + "8858", + "7846", + "5927", + "4206", + "13268", + "12182", + "12379", + "9975", + "21209", + "661", + "21964", + "24172", + "4922", + "4925", + "24794", + "22454", + "12368", + "8890", + "11656", + "10921", + "22405", + "8618", + "17155", + "14052", + "10692", + "41", + "7264", + "16801", + "8531", + "1545", + "19721", + "8544", + "11712", + "18854", + "34", + "1355", + "989", + "4452", + "11774", + "6094", + "13099", + "18590", + "407", + "69", + "1887", + "5029", + "9869", + "482", + "2226", + "7361", + "3874", + "4842", + "2518", + "9929", + "24662", + "1959", + "10753", + "4921", + "375", + "15037", + "11588", + "24655", + "22109", + "12295", + "15121", + "13115", + "4243", + "12546", + "19801", + "10564", + "6692", + "22273", + "23858", + "2550", + "12789", + "17372", + "8280", + "23257", + "24659", + "17605", + "15290", + "15585", + "14233", + "16058", + "19081", + "21110", + "23706", + "11010", + "17897", + "17795", + "16653", + "23888", + "6694", + "7534", + "2663", + "5518", + "20021", + "24370", + "20711", + "20130", + "11073", + "7537", + "14079", + "24682", + "20110", + "9622", + "124", + "20682", + "9260", + "2759", + "22378", + "7735", + "24951", + "9156", + "16248", + "13358", + "9266", + "20509", + "22182", + "22351", + "10842", + "1768", + "21721", + "17205", + "18875", + "4280", + "20718", + "4324", + "11395", + "3673", + "13024", + "19374", + "4387", + "15124", + "9509", + "9640", + "20816", + "14489", + "4396", + "13433", + "18865", + "6671", + "17694", + "8885", + "6652", + "2492", + "10718", + "23698", + "9510", + "19335", + "19585", + "12976", + "7394", + "13769", + "10097", + "23541", + "8486", + "20907", + "2865", + "1336", + "14732", + "24028", + "9810", + "4550", + "14449", + "11197", + "2380", + "16906", + "17096", + "4589", + "21593", + "3752", + "18283", + "5947", + "3642", + "12359", + "20683", + "21797", + "7181", + "4292", + "502", + "8893", + "19810", + "13528", + "23619", + "21722", + "17776", + "24396", + "24397", + "6689", + "18565", + "22179", + "22438", + "10140", + "8781", + "3856", + "8741", + "22764", + "11834", + "9262", + "19364", + "24417", + "12138", + "15167", + "4322", + "9255", + "8071", + "22488", + "11531", + "17499", + "23533", + "9130", + "5195", + "17129", + "19272", + "8416", + "16488", + "21471", + "24847", + "18397", + "19337", + "9812", + "5646", + "54", + "13236", + "19066", + "10750", + "5570", + "15403", + "20407", + "22563", + "15053", + "21707", + "21950", + "18829", + "7300", + "9334", + "7387", + "3047", + "5136", + "18892", + "24688", + "219", + "6193", + "19831", + "6324", + "17808", + "16107", + "13607", + "23694", + "15231", + "11769", + "14247", + "16066", + "13338", + "5081", + "18319", + "24398", + "7290", + "2582", + "21075", + "10783", + "16291", + "20807", + "23623", + "18995", + "19258", + "16559", + "10398", + "13719", + "20124", + "16336", + "12372", + "23502", + "11312", + "24387", + "21816", + "20571", + "1583", + "15079", + "12898", + "11578", + "20242", + "14168", + "17910", + "10512", + "10841", + "9256", + "5720", + "22726", + "18091", + "12864", + "22533", + "3881", + "9930", + "11968", + "18235", + "19398", + "17390", + "3261", + "22449", + "6895", + "9862", + "19629", + "8176", + "17502", + "10253", + "15656", + "22977", + "14987", + "9258", + "5506", + "3437", + "16139", + "15651", + "13425", + "24975", + "13764", + "13969", + "13750", + "5478", + "7030", + "20830", + "21564", + "14145", + "14811", + "17637", + "8512", + "21773", + "6704", + "6190", + "9264", + "13066", + "15774", + "17703", + "14269", + "2042", + "14841", + "3238", + "21957", + "8296", + "7732", + "7396", + "10241", + "11537", + "14618", + "18389", + "17415", + "19101", + "14467", + "13075", + "10844", + "11456", + "6837", + "14522", + "21007", + "23439", + "14624", + "4931", + "2062", + "18642", + "17570", + "21191", + "16014", + "13445", + "21897", + "13247", + "13212", + "4847", + "21422", + "20007", + "3762", + "19110", + "7995", + "1866", + "19835", + "14718", + "7520", + "17959", + "12629", + "3792", + "8006", + "23272", + "6764", + "5309", + "4933", + "19045", + "12893", + "6015", + "19743", + "12794", + "7932", + "21930", + "23881", + "12886", + "3408", + "22311", + "20471", + "2929", + "19779", + "1661", + "15945", + "17616", + "1062", + "20723", + "16922", + "17574", + "14208", + "23988", + "21060", + "4928", + "6105", + "13676", + "271", + "21569", + "5902", + "5053", + "19206", + "18486", + "8249", + "9163", + "19349", + "23795", + "4662", + "18163", + "13219", + "8768", + "23674", + "12087", + "10119", + "23249", + "23931", + "18982", + "16910", + "11615", + "15846", + "6406", + "17105", + "8811", + "19860", + "11268", + "18459", + "22161", + "6858", + "1665", + "3132", + "1381", + "3316", + "20236", + "18577", + "8048", + "22451", + "4924", + "21962", + "12036", + "24377", + "12307", + "13511", + "13580", + "14714", + "7068", + "8360", + "21097", + "12788", + "14860", + "24873", + "23302", + "17477", + "21761", + "8047", + "5731", + "21891", + "4217", + "22031", + "15217", + "7099", + "17538", + "6516", + "5400", + "4920", + "6691", + "5975", + "10704", + "6437", + "13057", + "22694", + "1883", + "24926", + "8516", + "12613", + "20097", + "19887", + "10677", + "3062", + "7658", + "8019", + "20400", + "23673", + "18560", + "11613", + "11973", + "6264", + "6293", + "9285", + "2740", + "4660", + "6801", + "5934", + "7374", + "5864", + "3064", + "22260", + "4919", + "15040", + "24799", + "8587", + "16512", + "6490", + "449", + "13257", + "19498", + "14553", + "13811", + "16611", + "2972", + "10395", + "10862", + "9299", + "19131", + "22645", + "24846", + "13844", + "17166", + "5722", + "9716", + "7760", + "16245", + "13700", + "7847", + "17956", + "10249", + "12127", + "13690", + "8218", + "7069", + "18447", + "13449", + "22426", + "13379", + "23224", + "6111", + "19343", + "14521", + "9683", + "20585", + "24845", + "6634", + "17607", + "18375", + "24883", + "24180", + "2402", + "19658", + "14782", + "23402", + "23703", + "11619", + "11927", + "14614", + "9475", + "12725", + "21894", + "11785", + "21055", + "2738", + "14140", + "11590", + "12657", + "22074", + "16642", + "6611", + "18466", + "1294", + "15156", + "22974", + "22344", + "2949", + "19954", + "23120", + "2105", + "11704", + "11883", + "9965", + "14222", + "6932", + "3764", + "9813", + "19170", + "17494", + "10633", + "11519", + "11273", + "9490", + "2915", + "23122", + "19118", + "5128", + "23450", + "3347", + "2871", + "4834", + "21614", + "13124", + "13586", + "1704", + "14739", + "17631", + "11478", + "23110", + "20441", + "7572", + "97", + "22145", + "19620", + "9390", + "20872", + "8559", + "11099", + "13853", + "4590", + "20232", + "14263", + "12473", + "11045", + "9876", + "7731", + "8388", + "19683", + "15286", + "3348", + "3866", + "14749", + "19661", + "16533", + "10478", + "24684", + "17102", + "20955", + "21749", + "16595", + "19380", + "19123", + "15317", + "18011", + "20095", + "8712", + "9381", + "23995", + "14637", + "11821", + "5211", + "11976", + "4438", + "12627", + "18483", + "23202", + "17902", + "18031", + "7005", + "23503", + "2238", + "23479", + "4097", + "16455", + "24946", + "3709", + "12767", + "23465", + "9769", + "2456", + "24672", + "10861", + "1393", + "14908", + "6401", + "17203", + "19151", + "12526", + "21399", + "11572", + "15569", + "19886", + "21488", + "22442", + "18292", + "16956", + "19941", + "20246", + "1568", + "18371", + "23820", + "9803", + "4882", + "11580", + "14969", + "15486", + "9026", + "18731", + "20618", + "9311", + "14356", + "15390", + "5120", + "2432", + "16503", + "5719", + "5109", + "21228", + "21943", + "10773", + "4926", + "24966", + "15962", + "12236", + "8552", + "11106", + "19706", + "18986", + "21596", + "20055", + "17124", + "24024", + "10625", + "1057", + "15017", + "24732", + "8910", + "5119", + "22080", + "13845", + "11212", + "19778", + "2509", + "7001", + "4497", + "14898", + "6273", + "18304", + "12040", + "14245", + "20769", + "7774", + "20599", + "20231", + "20708", + "17677", + "13300", + "13507", + "23648", + "14925", + "6138", + "12191", + "17793", + "19736", + "20409", + "23400", + "12696", + "19130", + "19637", + "15305", + "12089", + "23192", + "7423", + "4030", + "20583", + "2694", + "21264", + "20298", + "12347", + "23576", + "5974", + "1574", + "10852", + "15927", + "18603", + "21908", + "21526", + "23577", + "22797", + "11019", + "12162", + "20827", + "4778", + "17542", + "4663", + "21906", + "6902", + "14950", + "21400", + "13192", + "12631", + "6179", + "8585", + "18867", + "20096", + "8475", + "17322", + "14390", + "19236", + "20258", + "15337", + "8143", + "24880", + "11715", + "7843", + "20662", + "19638", + "18441", + "12438", + "10619", + "17357", + "22928", + "21937", + "15368", + "22795", + "16380", + "4013", + "10405", + "20997", + "24034", + "18081", + "15354", + "10708", + "16457", + "13776", + "18653", + "20983", + "15552", + "12518", + "24422", + "22757", + "6204", + "23705", + "18772", + "16028", + "11643", + "2968", + "19632", + "23213", + "19785", + "10503", + "21592", + "16566", + "17983", + "7583", + "4613", + "20784", + "19015", + "16189", + "3767", + "17063", + "15595", + "11353", + "5316", + "5320", + "24853", + "12333", + "12154", + "13072", + "16150", + "22332", + "19469", + "21693", + "13436", + "2581", + "16948", + "23008", + "11492", + "20449", + "19712", + "20771", + "24854", + "22460", + "22858", + "20952", + "24485", + "19497", + "19881", + "6086", + "11992", + "24733", + "5280", + "6310", + "10044", + "24173", + "2667", + "18460", + "21709", + "8326", + "24886", + "14941", + "20804", + "21752", + "9560", + "21708", + "16550", + "21532", + "15039", + "15560", + "20524", + "11281", + "12702", + "14873", + "15922", + "24391", + "17540", + "14387", + "5708", + "24588", + "22099", + "24125", + "6487", + "6514", + "6512", + "2143", + "24702", + "18710", + "24586", + "18749", + "11924", + "1868", + "15304", + "21320", + "4218", + "16338", + "23675", + "13414", + "24610", + "17525", + "13420", + "19747", + "18229", + "19321", + "7271", + "24782", + "10038", + "14695", + "18168", + "15192", + "19212", + "1536", + "24419", + "3802", + "19088", + "15978", + "6796", + "19983", + "261", + "21751", + "2202", + "3372", + "10908", + "6422", + "6431", + "3129", + "4868", + "6862", + "12871", + "10518", + "21349", + "7129", + "6428", + "19853", + "18372", + "12947", + "15003", + "10068", + "23951", + "23838", + "14542", + "6507", + "672", + "7119", + "6421", + "9459", + "24852", + "13021", + "23813", + "21046", + "13508", + "20837", + "2652", + "21135", + "18858", + "7478", + "6419", + "16965", + "20220", + "8483", + "6413", + "20948", + "20453", + "23779", + "21067", + "11214", + "6435", + "6424", + "23235", + "19124", + "13010", + "15148", + "21608", + "19713", + "21825", + "19348", + "151", + "6420", + "7124", + "17420", + "14471", + "17350", + "9335", + "19410", + "11717", + "8266", + "10812", + "3834", + "22992", + "22901", + "18594", + "16635", + "23726", + "4167", + "14990", + "13203", + "18694", + "1044", + "20301", + "19341", + "17593", + "17130", + "10443", + "12113", + "21326", + "11885", + "2213", + "23174", + "15558", + "18018", + "380", + "3420", + "12523", + "3410", + "11866", + "12044", + "21485", + "12927", + "14550", + "19300", + "23085", + "19790", + "13665", + "18257", + "15175", + "14544", + "4739", + "2212", + "16608", + "23547", + "21768", + "11678", + "22714", + "11689", + "20314", + "10227", + "5123", + "6685", + "21189", + "12515", + "4740", + "13914", + "5706", + "14428", + "17899", + "4129", + "21984", + "15623", + "4841", + "18020", + "2758", + "7721", + "6608", + "22659", + "2914", + "17558", + "13788", + "18103", + "8451", + "7411", + "20398", + "22628", + "13978", + "10851", + "13847", + "1790", + "22089", + "11293", + "21999", + "21325", + "22507", + "24860", + "18215", + "15770", + "1477", + "22508", + "15469", + "14540", + "18493", + "6827", + "21624", + "22007", + "10372", + "4233", + "10377", + "2696", + "12677", + "14357", + "5474", + "19527", + "22820", + "22484", + "5765", + "8582", + "16826", + "21395", + "18298", + "20299", + "4059", + "16858", + "4738", + "24964", + "21284", + "23131", + "24963", + "4612", + "20346", + "22656", + "11405", + "16073", + "21874", + "20609", + "15316", + "24961", + "24957", + "24960", + "10915", + "21177", + "167", + "6434", + "24102", + "7526", + "13088", + "13657", + "2165", + "14151", + "14854", + "18985", + "16114", + "20293", + "13118", + "14507", + "11358", + "22008", + "23460", + "24958", + "4599", + "7973", + "23809", + "20758", + "22472", + "14742", + "23607", + "14396", + "11727", + "22330", + "544", + "19095", + "15993", + "2162", + "12212", + "16765", + "10184", + "1787", + "17068", + "15482", + "14528", + "15965", + "11432", + "10698", + "23414", + "20604", + "21042", + "14024", + "24962", + "19447", + "20674", + "22226", + "19216", + "23338", + "24699", + "15174", + "15200", + "19153", + "12573", + "15618", + "21026", + "10190", + "19506", + "4112", + "12606", + "17413", + "20477", + "5440", + "20741", + "17952", + "10869", + "8016", + "21690", + "12188", + "21877", + "8067", + "24900", + "8122", + "3672", + "10667", + "24181", + "24285", + "18162", + "819", + "19691", + "19720", + "2515", + "22420", + "205", + "1474", + "23488", + "15620", + "20098", + "23753", + "13658", + "22588", + "1427", + "12382", + "6336", + "3451", + "9528", + "2339", + "1786", + "15917", + "8140", + "14670", + "2530", + "15709", + "23183", + "6418", + "13701", + "13352", + "22720", + "15032", + "10774", + "3805", + "23065", + "12622", + "12290", + "13209", + "947", + "14922", + "16747", + "18780", + "21384", + "21382", + "7078", + "12429", + "11441", + "18249", + "4992", + "16943", + "13185", + "16281", + "7758", + "998", + "23767", + "8873", + "21127", + "8025", + "19325", + "24409", + "19880", + "23968", + "24700", + "19756", + "16786", + "14861", + "2115", + "24287", + "15089", + "17843", + "17573", + "10155", + "115", + "23923", + "24698", + "21153", + "24079", + "5142", + "10752", + "2546", + "23789", + "23349", + "14386", + "14977", + "19786", + "5786", + "13326", + "24413", + "4223", + "13152", + "14310", + "23236", + "6628", + "7260", + "19988", + "16365", + "22627", + "2691", + "3942", + "13994", + "3593", + "2287", + "2406", + "4873", + "2707", + "22222", + "21729", + "15056", + "17488", + "11694", + "22748", + "15630", + "9885", + "23500", + "23548", + "7245", + "13756", + "16772", + "16042", + "13165", + "22468", + "10492", + "5755", + "14897", + "15705", + "9873", + "19355", + "24692", + "11378", + "3839", + "9394", + "12248", + "21976", + "15428", + "16335", + "12813", + "21403", + "22197", + "23747", + "19543", + "208", + "2145", + "11354", + "22269", + "13237", + "20715", + "8603", + "15672", + "18518", + "24294", + "7248", + "21236", + "20466", + "22788", + "18120", + "16649", + "7565", + "20309", + "7246", + "18900", + "21829", + "22283", + "6536", + "9545", + "9852", + "18665", + "15809", + "24116", + "24375", + "5686", + "14352", + "21542", + "22773", + "22385", + "10685", + "17713", + "11105", + "22732", + "18295", + "10178", + "18185", + "14226", + "17454", + "8589", + "17690", + "22638", + "15970", + "21678", + "18764", + "7694", + "13868", + "6063", + "23903", + "12117", + "14419", + "20824", + "14699", + "23660", + "8278", + "7217", + "7770", + "3649", + "14177", + "18477", + "23775", + "12681", + "14274", + "14059", + "19609", + "19005", + "15295", + "7195", + "13916", + "19209", + "21049", + "22514", + "21223", + "12555", + "15423", + "11085", + "8469", + "15713", + "17139", + "15082", + "15137", + "13740", + "3581", + "24832", + "5529", + "14266", + "14322", + "734", + "19715", + "14601", + "17879", + "2726", + "12716", + "13040", + "14320", + "4509", + "11157", + "5783", + "21703", + "14746", + "16813", + "10843", + "13114", + "10787", + "8259", + "23642", + "18109", + "24544", + "5293", + "22995", + "18645", + "4251", + "8916", + "19592", + "18392", + "13064", + "18835", + "11791", + "15215", + "15214", + "17092", + "2085", + "10974", + "6371", + "20454", + "9346", + "20735", + "4967", + "20947", + "2944", + "4691", + "9837", + "9775", + "18480", + "15600", + "5194", + "12571", + "24553", + "12533", + "18491", + "11024", + "23579", + "2183", + "16543", + "12258", + "11218", + "4154", + "14505", + "17623", + "17972", + "22070", + "24677", + "8593", + "10123", + "15216", + "8921", + "23028", + "9001", + "7611", + "18873", + "22859", + "9896", + "20059", + "22763", + "24388", + "2336", + "20574", + "24841", + "997", + "17292", + "23001", + "23507", + "17748", + "19569", + "21361", + "15812", + "20459", + "18153", + "19993", + "22473", + "15522", + "4703", + "18522", + "12427", + "23601", + "20412", + "2319", + "20887", + "13172", + "15779", + "16033", + "14408", + "11956", + "22559", + "13353", + "24665", + "12558", + "4121", + "11130", + "21960", + "3508", + "15035", + "7492", + "16627", + "13582", + "2684", + "12318", + "11835", + "2913", + "9607", + "12501", + "7494", + "22653", + "19763", + "4453", + "17419", + "15471", + "19895", + "20661", + "22152", + "18308", + "21521", + "13325", + "20813", + "22918", + "21215", + "20192", + "9680", + "24933", + "20070", + "21844", + "18124", + "22883", + "23430", + "20104", + "8532", + "14409", + "10259", + "2225", + "14194", + "13632", + "15190", + "10763", + "2523", + "15453", + "5063", + "4271", + "13033", + "14259", + "20372", + "13926", + "20006", + "19412", + "13703", + "13399", + "20849", + "7804", + "14308", + "16599", + "14432", + "4237", + "1995", + "12431", + "11003", + "14026", + "21629", + "22510", + "18936", + "21778", + "21353", + "20219", + "588", + "24718", + "19099", + "1759", + "24592", + "17565", + "20650", + "14685", + "14439", + "10539", + "24863", + "9661", + "12459", + "8040", + "20174", + "20144", + "18966", + "18129", + "21095", + "19048", + "19171", + "24903", + "20976", + "23343", + "20526", + "20349", + "22042", + "8977", + "5344", + "20783", + "7317", + "11931", + "12354", + "11994", + "10682", + "18431", + "19283", + "19631", + "15029", + "1571", + "21028", + "20961", + "12955", + "12694", + "19050", + "8456", + "20268", + "8995", + "10396", + "19127", + "19515", + "16202", + "12688", + "4487", + "7586", + "13230", + "17746", + "22057", + "18473", + "20451", + "17736", + "20821", + "20165", + "11470", + "10354", + "20575", + "18155", + "18891", + "4404", + "22300", + "6040", + "21676", + "20901", + "19324", + "20578", + "20815", + "21662", + "23433", + "14611", + "20069", + "21121", + "14010", + "17400", + "5358", + "21308", + "20362", + "20431", + "15769", + "17021", + "12022", + "21637", + "1283", + "11150", + "20397", + "16541", + "23792", + "1715", + "15886", + "10834", + "14391", + "19612", + "16319", + "20936", + "13819", + "6570", + "16567", + "14580", + "21463", + "21669", + "970", + "14713", + "7678", + "21339", + "22310", + "4608", + "21439", + "10929", + "12972", + "22848", + "9899", + "15291", + "19864", + "18412", + "12075", + "19243", + "13011", + "13958", + "22665", + "16619", + "11283", + "24712", + "14294", + "113", + "23303", + "23911", + "12693", + "956", + "6682", + "7645", + "13369", + "10185", + "10230", + "9889", + "19996", + "24306", + "17901", + "14469", + "3857", + "4597", + "13319", + "22259", + "8473", + "22369", + "7216", + "23539", + "18362", + "4286", + "23919", + "11817", + "3684", + "487", + "12128", + "15455", + "19211", + "5330", + "21456", + "4200", + "24046", + "7577", + "23996", + "14774", + "11803", + "14085", + "15108", + "15225", + "10928", + "14284", + "12484", + "21387", + "16352", + "11789", + "12263", + "15076", + "1241", + "19918", + "10127", + "23589", + "13892", + "14844", + "22357", + "13070", + "12594", + "7431", + "4859", + "14900", + "20087", + "14426", + "19776", + "11399", + "16676", + "14635", + "1065", + "24691", + "23205", + "14078", + "19430", + "19682", + "15740", + "7835", + "6688", + "22866", + "16270", + "16186", + "8493", + "6643", + "11687", + "16799", + "14680", + "11295", + "24824", + "10727", + "4694", + "17472", + "4163", + "6468", + "11235", + "794", + "12002", + "1448", + "17369", + "5331", + "15115", + "12925", + "12527", + "6609", + "13067", + "3475", + "4673", + "10730", + "12508", + "12569", + "21814", + "13570", + "10994", + "19782", + "19677", + "22691", + "17042", + "22111", + "10534", + "16304", + "19726", + "24291", + "632", + "14530", + "16841", + "4536", + "17405", + "17099", + "18494", + "1240", + "16416", + "23822", + "14762", + "591", + "844", + "14412", + "14797", + "14839", + "11833", + "2837", + "8669", + "23993", + "14709", + "12970", + "18724", + "19465", + "21680", + "8116", + "20484", + "22594", + "19865", + "24859", + "4166", + "7112", + "18737", + "18931", + "13016", + "7466", + "10786", + "17702", + "11472", + "23006", + "1939", + "20680", + "17741", + "8878", + "17662", + "15778", + "9799", + "12870", + "24129", + "15442", + "20972", + "20922", + "1137", + "6309", + "22899", + "10306", + "11699", + "21179", + "14163", + "21413", + "20280", + "13465", + "6794", + "13486", + "19521", + "17258", + "3149", + "18497", + "13795", + "15852", + "23347", + "23336", + "8668", + "13753", + "14296", + "1745", + "15739", + "20642", + "23970", + "16995", + "20089", + "22466", + "15002", + "9284", + "16840", + "16383", + "3432", + "1423", + "19485", + "18061", + "22771", + "7969", + "11556", + "12723", + "6471", + "15610", + "24547", + "12559", + "18184", + "18685", + "16750", + "23443", + "12831", + "19973", + "21283", + "19797", + "19568", + "13759", + "9846", + "8581", + "15074", + "17642", + "1011", + "19279", + "15182", + "24611", + "3993", + "14570", + "22054", + "22500", + "24943", + "15932", + "15195", + "20717", + "984", + "11616", + "9872", + "12259", + "6812", + "3364", + "23269", + "1937", + "10820", + "17883", + "19526", + "4435", + "2626", + "16195", + "16539", + "9494", + "22885", + "4277", + "16154", + "16141", + "15564", + "15203", + "12436", + "16402", + "20691", + "13120", + "13904", + "14192", + "17167", + "15638", + "11458", + "16373", + "22722", + "16213", + "1269", + "4900", + "12897", + "16934", + "16348", + "19787", + "12835", + "1935", + "15601", + "20284", + "5301", + "18324", + "10355", + "12302", + "11374", + "16743", + "17441", + "4732", + "24726", + "15627", + "22143", + "13381", + "24856", + "21173", + "18485", + "4937", + "10139", + "16371", + "19896", + "4828", + "7570", + "23680", + "20528", + "22083", + "19487", + "12616", + "19700", + "14755", + "17613", + "22198", + "8373", + "13838", + "13495", + "1936", + "8149", + "15299", + "10911", + "12541", + "15367", + "19826", + "3513", + "1931", + "7834", + "21125", + "23244", + "16927", + "12319", + "14316", + "20126", + "12378", + "12300", + "17773", + "22251", + "13538", + "16246", + "15426", + "14032", + "366", + "5257", + "3170", + "6601", + "19809", + "19472", + "7682", + "1917", + "16312", + "19360", + "1924", + "3840", + "6019", + "14775", + "24378", + "9295", + "16382", + "20636", + "11765", + "16234", + "7141", + "6603", + "3341", + "5744", + "2415", + "21064", + "16184", + "4902", + "17825", + "5725", + "13732", + "12502", + "6602", + "6600", + "20129", + "5536", + "6604", + "14006", + "12800", + "18910", + "1806", + "14870", + "16593", + "10265", + "1929", + "1930", + "796", + "5298", + "14832", + "14931", + "18141", + "1940", + "461", + "8059", + "19534", + "1932", + "1920", + "1927", + "6383", + "8999", + "12481", + "21495", + "11777", + "21656", + "14490", + "23127", + "1926", + "1921", + "12151", + "10926", + "5411", + "1941", + "1934", + "10442", + "15590", + "23231", + "5724", + "24035", + "18348", + "23145", + "13817", + "21733", + "23321", + "11793", + "8887", + "16484", + "2367", + "17011", + "4236", + "4464", + "12053", + "8543", + "7172", + "2278", + "19143", + "20656", + "15194", + "19925", + "21846", + "18236", + "15894", + "13923", + "21890", + "13006", + "18360", + "11316", + "13830", + "19320", + "20518", + "24848", + "17230", + "24881", + "15171", + "14967", + "14660", + "3776", + "18531", + "12231", + "24091", + "17822", + "18368", + "16756", + "17080", + "17323", + "17442", + "24478", + "23317", + "20081", + "18825", + "24420", + "8553", + "15678", + "17283", + "12315", + "12759", + "10489", + "10054", + "23814", + "7382", + "10130", + "17427", + "18889", + "10827", + "22798", + "18256", + "8651", + "4164", + "14690", + "10916", + "1923", + "24747", + "23063", + "4038", + "3908", + "17522", + "20547", + "17837", + "15211", + "17717", + "2882", + "24940", + "5027", + "6558", + "17633", + "22531", + "19225", + "14955", + "19760", + "10853", + "19417", + "20010", + "20615", + "21258", + "9677", + "17651", + "21872", + "1403", + "23526", + "24872", + "16479", + "17334", + "23495", + "18156", + "1385", + "17872", + "12740", + "9347", + "4214", + "10314", + "22560", + "14559", + "1405", + "14916", + "20068", + "11376", + "17265", + "14648", + "14574", + "5960", + "17015", + "2558", + "1253", + "9252", + "11844", + "9658", + "21548", + "12271", + "11047", + "4866", + "17686", + "1949", + "10326", + "12653", + "23629", + "2318", + "12198", + "22140", + "11055", + "13499", + "18869", + "21828", + "16137", + "11589", + "20532", + "1401", + "22075", + "19416", + "954", + "20152", + "1400", + "21056", + "16005", + "6707", + "12056", + "22721", + "18774", + "22055", + "24408", + "13283", + "7065", + "11116", + "18240", + "22327", + "17564", + "16451", + "15593", + "19745", + "13166", + "12004", + "7506", + "10668", + "7519", + "19871", + "15691", + "15875", + "7604", + "22534", + "8702", + "11644", + "13871", + "12891", + "18978", + "13052", + "17764", + "12969", + "13440", + "12825", + "15036", + "13613", + "5407", + "12223", + "21765", + "10413", + "18332", + "22164", + "20014", + "4278", + "21776", + "24500", + "16384", + "21653", + "3510", + "4336", + "10027", + "10080", + "10260", + "12020", + "13031", + "17177", + "22255", + "14436", + "15796", + "12798", + "21574", + "23914", + "8168", + "5402", + "4784", + "19722", + "21098", + "3490", + "24928", + "20957", + "21158", + "22434", + "9655", + "11548", + "13681", + "3831", + "12287", + "16609", + "24675", + "17783", + "18988", + "17735", + "10879", + "19436", + "10087", + "23163", + "24516", + "1398", + "16745", + "4794", + "22479", + "3400", + "24668", + "8390", + "20844", + "22660", + "18363", + "12444", + "3262", + "2908", + "10453", + "14975", + "23812", + "24063", + "22945", + "10092", + "22516", + "24939", + "2330", + "9146", + "21657", + "13054", + "14148", + "15255", + "17891", + "12335", + "11779", + "22108", + "15581", + "18196", + "13046", + "14855", + "9124", + "15747", + "16817", + "24498", + "17960", + "21915", + "16605", + "17705", + "11651", + "15219", + "1301", + "12237", + "19858", + "17453", + "10427", + "6039", + "24653", + "270", + "22785", + "16207", + "8235", + "24161", + "7670", + "20764", + "18568", + "23437", + "17018", + "5950", + "4051", + "10156", + "13696", + "23345", + "19184", + "14923", + "17911", + "15863", + "10368", + "20749", + "1404", + "1413", + "17308", + "19540", + "6395", + "1416", + "16708", + "9674", + "17036", + "24381", + "12768", + "12973", + "8970", + "1414", + "5716", + "4860", + "263", + "13205", + "10913", + "17335", + "6445", + "15698", + "14579", + "20239", + "22986", + "12189", + "17493", + "16553", + "20019", + "8856", + "7831", + "14225", + "9565", + "15123", + "22692", + "24383", + "11877", + "11051", + "22704", + "6939", + "11158", + "21966", + "7907", + "22979", + "10543", + "16732", + "4840", + "3794", + "1183", + "17832", + "11323", + "406", + "22124", + "11746", + "16574", + "1293", + "16931", + "3271", + "1178", + "20912", + "2084", + "14355", + "15784", + "2409", + "5727", + "14290", + "11041", + "19705", + "2408", + "19295", + "12310", + "12406", + "11928", + "13342", + "10803", + "19162", + "18293", + "11020", + "1702", + "14560", + "16975", + "15578", + "21355", + "24159", + "17397", + "11690", + "22462", + "4488", + "14118", + "22150", + "13909", + "14563", + "3679", + "463", + "23786", + "18178", + "19802", + "24774", + "17402", + "15330", + "2405", + "11605", + "16746", + "17487", + "15361", + "2369", + "17576", + "17490", + "23319", + "11523", + "11007", + "18627", + "15278", + "12974", + "19536", + "18610", + "18116", + "18217", + "13674", + "21438", + "17563", + "11081", + "20389", + "15288", + "10199", + "13668", + "3585", + "23295", + "23842", + "17831", + "18691", + "14754", + "17674", + "5897", + "24730", + "18792", + "21996", + "19186", + "21599", + "21230", + "2407", + "1111", + "3269", + "9941", + "6835", + "8629", + "17698", + "23408", + "18481", + "11570", + "12848", + "12718", + "10690", + "18454", + "14369", + "15950", + "24390", + "1030", + "12956", + "13551", + "15197", + "19956", + "23392", + "14992", + "23356", + "8455", + "23596", + "23239", + "11457", + "22078", + "3722", + "16662", + "14515", + "4568", + "23468", + "24369", + "2923", + "22004", + "17409", + "6760", + "24082", + "15631", + "1267", + "7298", + "23229", + "20084", + "1948", + "16854", + "4892", + "24709", + "17029", + "15287", + "15883", + "15454", + "14216", + "6390", + "6824", + "8297", + "7184", + "13119", + "21774", + "17452", + "13992", + "18816", + "17329", + "269", + "13055", + "8079", + "14703", + "23209", + "24414", + "12503", + "24719", + "12325", + "9479", + "17218", + "5404", + "23701", + "4071", + "6659", + "10292", + "5296", + "18151", + "10075", + "14641", + "11026", + "13965", + "10020", + "10024", + "10023", + "5326", + "10019", + "12340", + "23800", + "19586", + "12488", + "12867", + "16554", + "22851", + "1228", + "14622", + "5905", + "1510", + "18926", + "6566", + "17620", + "19284", + "15735", + "21085", + "6975", + "6656", + "18915", + "15524", + "12278", + "13470", + "13889", + "15371", + "5336", + "6655", + "2384", + "19006", + "22455", + "2655", + "11853", + "6974", + "18328", + "13933", + "10138", + "2670", + "17276", + "1576", + "7268", + "5304", + "13716", + "11202", + "6992", + "7062", + "20775", + "15579", + "16878", + "1637", + "24736", + "11078", + "14082", + "7542", + "23925", + "19246", + "16925", + "13199", + "15797", + "4273", + "9829", + "23971", + "14281", + "6743", + "6170", + "10574", + "13897", + "12297", + "11842", + "17712", + "21232", + "11612", + "13262", + "10175", + "5946", + "18977", + "11129", + "1956", + "23652", + "9022", + "10830", + "22873", + "13920", + "7632", + "11161", + "7267", + "22537", + "11507", + "122", + "8461", + "19332", + "21616", + "22494", + "6003", + "1383", + "16089", + "8323", + "20418", + "14631", + "8325", + "14980", + "23280", + "7265", + "13741", + "9881", + "14109", + "14912", + "22302", + "13217", + "12884", + "946", + "5409", + "15348", + "22877", + "18938", + "22313", + "21928", + "5806", + "21619", + "15977", + "12211", + "21551", + "6380", + "19566", + "18233", + "8953", + "20977", + "6478", + "23141", + "15363", + "21407", + "18861", + "22690", + "19351", + "2236", + "24488", + "11102", + "7937", + "13273", + "7502", + "16212", + "23583", + "7567", + "23021", + "18311", + "22917", + "2242", + "24707", + "15064", + "14519", + "21947", + "23352", + "17411", + "22674", + "9265", + "3344", + "20828", + "6296", + "7383", + "18393", + "15355", + "16165", + "9462", + "17286", + "14300", + "4058", + "12890", + "20209", + "19546", + "520", + "14339", + "7914", + "5514", + "8896", + "19701", + "314", + "10819", + "21980", + "20287", + "9723", + "1410", + "23102", + "4624", + "4187", + "21474", + "2382", + "22254", + "20038", + "12888", + "21926", + "17568", + "18687", + "15164", + "13664", + "20156", + "16280", + "17226", + "315", + "24864", + "15764", + "21852", + "16819", + "23595", + "8839", + "20659", + "19302", + "16469", + "3318", + "11980", + "19855", + "14938", + "11253", + "5644", + "15960", + "20481", + "9935", + "22060", + "21920", + "5413", + "18258", + "20405", + "18146", + "21323", + "9738", + "4630", + "7444", + "23801", + "22355", + "23353", + "11084", + "14411", + "12266", + "20140", + "13520", + "13911", + "2255", + "14212", + "17387", + "24898", + "20826", + "13816", + "13256", + "3674", + "14414", + "15166", + "15519", + "12129", + "12126", + "10959", + "20607", + "16888", + "14853", + "13422", + "13957", + "14901", + "15101", + "19009", + "10519", + "11663", + "7816", + "11342", + "23580", + "18777", + "10191", + "6846", + "18073", + "12048", + "15974", + "218", + "14789", + "10122", + "11142", + "22745", + "11526", + "19119", + "18845", + "19269", + "9529", + "11862", + "7647", + "4791", + "22064", + "2999", + "19111", + "12118", + "17797", + "1828", + "13194", + "24738", + "11551", + "11138", + "15012", + "10093", + "17929", + "14462", + "21331", + "16068", + "1349", + "8868", + "17465", + "4359", + "10222", + "13954", + "11070", + "11624", + "7064", + "22693", + "12150", + "24893", + "24415", + "23238", + "15987", + "24502", + "15230", + "10972", + "4729", + "6539", + "428", + "24089", + "8556", + "13482", + "6635", + "20017", + "12417", + "6866", + "17040", + "13503", + "20722", + "12942", + "10596", + "4614", + "22058", + "14807", + "10375", + "6941", + "13771", + "6529", + "14188", + "16277", + "14956", + "11094", + "9135", + "14852", + "2876", + "12743", + "22900", + "24887", + "12654", + "19808", + "8849", + "11382", + "16464", + "4798", + "19753", + "19979", + "20465", + "22784", + "15280", + "6177", + "2863", + "20230", + "13735", + "13539", + "21594", + "5219", + "3159", + "21558", + "17043", + "22158", + "21876", + "8090", + "2930", + "6751", + "23171", + "11921", + "8881", + "4450", + "469", + "20257", + "18719", + "11234", + "15059", + "21257", + "22231", + "3837", + "8775", + "5158", + "21211", + "14849", + "2475", + "15310", + "2997", + "20932", + "10569", + "12402", + "12092", + "18586", + "8564", + "22695", + "3875", + "10632", + "14696", + "17013", + "19823", + "17749", + "18092", + "20696", + "22808", + "4889", + "10739", + "14877", + "14794", + "4344", + "6192", + "16063", + "3033", + "17998", + "2403", + "21357", + "12883", + "18525", + "1478", + "5041", + "11903", + "8042", + "6595", + "21013", + "4282", + "18009", + "12664", + "14667", + "4634", + "9483", + "10459", + "10451", + "16166", + "455", + "7892", + "16853", + "1108", + "13108", + "8490", + "19789", + "8814", + "23890", + "11893", + "5126", + "22352", + "6423", + "15196", + "9372", + "3771", + "22147", + "18379", + "6605", + "16206", + "1509", + "1508", + "1512", + "2104", + "22566", + "6209", + "3769", + "20655", + "3386", + "6978", + "6653", + "5643", + "24056", + "19998", + "21352", + "12305", + "1511", + "23399", + "18057", + "418", + "10351", + "11227", + "5472", + "7872", + "6560", + "10468", + "13955", + "8677", + "3754", + "15719", + "2724", + "22172", + "17799", + "19189", + "5983", + "22030", + "6976", + "23095", + "13135", + "9157", + "12059", + "21603", + "9128", + "744", + "10177", + "10379", + "14842", + "20005", + "17888", + "3691", + "19673", + "5234", + "15711", + "21868", + "20760", + "5082", + "4147", + "14338", + "8735", + "11000", + "16411", + "15736", + "19457", + "4577", + "21652", + "13626", + "13073", + "7679", + "938", + "16389", + "22175", + "11144", + "11529", + "6852", + "824", + "6055", + "19425", + "12112", + "17008", + "7854", + "22740", + "10656", + "2351", + "1572", + "13964", + "6376", + "11346", + "11716", + "19446", + "15772", + "11285", + "21171", + "20125", + "1128", + "6407", + "18808", + "11391", + "22307", + "21482", + "4422", + "24638", + "24754", + "10644", + "12413", + "18089", + "10798", + "21415", + "2053", + "13317", + "14664", + "4789", + "21634", + "12998", + "11515", + "14402", + "11181", + "19606", + "18693", + "17759", + "10877", + "7889", + "14826", + "13343", + "19438", + "12423", + "24603", + "18942", + "23164", + "12750", + "18819", + "4695", + "10501", + "13997", + "22597", + "3498", + "18404", + "23470", + "16363", + "16361", + "6255", + "19723", + "17885", + "16461", + "16125", + "23227", + "2277", + "20795", + "24509", + "16429", + "16019", + "22240", + "23908", + "23709", + "17790", + "24389", + "6311", + "6205", + "24510", + "11655", + "17762", + "19292", + "12772", + "2286", + "9254", + "24435", + "8763", + "12111", + "17869", + "2660", + "21341", + "3477", + "13640", + "9934", + "10968", + "19007", + "16863", + "10847", + "3717", + "16477", + "23064", + "18005", + "17692", + "10065", + "24524", + "16671", + "1849", + "12690", + "16169", + "24523", + "14672", + "24739", + "19291", + "8652", + "20094", + "12163", + "24981", + "20851", + "21434", + "11604", + "23901", + "14707", + "16053", + "20026", + "16736", + "22498", + "7837", + "12528", + "1373", + "5951", + "23940", + "23751", + "13413", + "20664", + "14405", + "4075", + "12539", + "11205", + "3807", + "2555", + "19433", + "9525", + "16723", + "19572", + "18630", + "10936", + "13004", + "22999", + "10831", + "20225", + "4146", + "24525", + "10205", + "21477", + "9059", + "15273", + "1451", + "24549", + "24522", + "20034", + "2773", + "11722", + "11317", + "9391", + "16349", + "21131", + "17417", + "22891", + "23156", + "21136", + "9841", + "10297", + "16347", + "21633", + "3690", + "2077", + "24113", + "18084", + "18378", + "24535", + "15969", + "12339", + "12084", + "22361", + "16949", + "24064", + "22142", + "12728", + "19169", + "16156", + "22718", + "4240", + "2861", + "24534", + "722", + "21696", + "22888", + "16523", + "21354", + "3785", + "19538", + "8162", + "7023", + "17814", + "14681", + "13517", + "11810", + "24541", + "12868", + "9497", + "20150", + "9638", + "17680", + "9963", + "14359", + "1022", + "19116", + "13299", + "21280", + "24286", + "4141", + "21143", + "11920", + "19402", + "24816", + "6130", + "18664", + "11429", + "16357", + "1729", + "3770", + "24527", + "12805", + "17559", + "22744", + "13596", + "1653", + "14045", + "19955", + "20436", + "10293", + "4506", + "21105", + "19278", + "6057", + "21316", + "15734", + "24163", + "5242", + "22249", + "19728", + "18996", + "5976", + "22408", + "10464", + "10882", + "22855", + "11373", + "14025", + "4036", + "22792", + "10593", + "11079", + "10705", + "14244", + "4959", + "19815", + "20536", + "9649", + "1265", + "8674", + "8737", + "20767", + "14337", + "22762", + "24526", + "12981", + "9748", + "11226", + "20652", + "12918", + "23142", + "10647", + "21429", + "15339", + "23494", + "16452", + "8230", + "2362", + "19608", + "8779", + "14724", + "22476", + "20558", + "24550", + "784", + "22082", + "5295", + "24123", + "23146", + "22939", + "13435", + "12367", + "15749", + "23916", + "17938", + "16722", + "20873", + "20197", + "21530", + "15880", + "20318", + "18576", + "16815", + "4836", + "7746", + "11966", + "10294", + "6811", + "15338", + "10361", + "14527", + "7748", + "7744", + "12913", + "10021", + "19382", + "17264", + "240", + "3128", + "23859", + "23245", + "23749", + "22940", + "21550", + "17855", + "13450", + "16302", + "12062", + "24140", + "21737", + "22018", + "13951", + "17979", + "8617", + "12177", + "14453", + "18101", + "7860", + "7747", + "12617", + "17531", + "21583", + "23424", + "23803", + "23377", + "22936", + "17052", + "23226", + "23462", + "14258", + "17987", + "229", + "937", + "23935", + "7430", + "10814", + "7745", + "16528", + "22941", + "23663", + "12452", + "24735", + "6938", + "22753", + "18218", + "18273", + "20435", + "21553", + "17361", + "15083", + "18002", + "10689", + "14766", + "24555", + "24974", + "15998", + "15237", + "12932", + "22296", + "22282", + "15953", + "12224", + "21863", + "17332", + "19085", + "12977", + "11760", + "22023", + "13193", + "22155", + "17908", + "22565", + "13984", + "16010", + "18765", + "15849", + "23373", + "24372", + "13347", + "18248", + "23088", + "21295", + "15839", + "16798", + "22699", + "20576", + "15628", + "13829", + "22810", + "12587", + "23255", + "23476", + "22322", + "19313", + "20109", + "24394", + "24660", + "23729", + "24105", + "23816", + "20597", + "7463", + "11895", + "10722", + "9578", + "23175", + "23974", + "12551", + "10268", + "14044", + "13162", + "14076", + "10800", + "10858", + "12496", + "13842", + "12765", + "22889", + "14949", + "23928", + "12086", + "1295", + "14250", + "11463", + "6807", + "15732", + "11725", + "11086", + "17553", + "11291", + "11030", + "11585", + "20361", + "23871", + "11788", + "5557", + "10785", + "18917", + "19603", + "19630", + "14314", + "17098", + "19846", + "20315", + "8092", + "11657", + "14493", + "16844", + "20363", + "7455", + "24256", + "10896", + "17049", + "14142", + "13746", + "23134", + "8089", + "1441", + "16116", + "18629", +]; -const xp: string[] = []; +const xp: string[] = [ + "23795", + "14140", + "17944", + "10292", + "9412", + "16455", + "11170", + "9106", + "6952", + "14489", + "23201", + "16559", + "24422", + "19143", + "4479", + "16635", + "13212", + "5139", + "22037", + "12409", + "23881", + "3378", + "13066", + "21403", + "15778", + "1677", + "21508", + "1416", + "14117", + "172", + "9358", + "4518", + "8531", + "17033", + "9673", + "13700", + "24080", + "22844", + "4350", + "6931", + "16028", + "4271", + "2195", + "11399", + "11663", + "6827", + "21868", + "21424", + "2941", + "1454", + "17344", + "1743", + "22566", + "15328", + "4789", + "22714", + "19991", + "4285", + "6138", + "13509", + "5535", + "11785", + "18009", + "16863", + "6147", + "7303", + "12893", + "6109", + "13996", + "22133", + "12022", + "14046", + "22128", + "24941", + "20454", + "23098", + "6164", + "12247", + "3052", + "6260", + "5743", + "1264", + "383", + "18873", + "12611", + "12515", + "13681", + "16553", + "4895", + "1470", + "22958", + "1218", + "7413", + "18650", + "23065", + "5027", + "13489", + "22197", + "7782", + "18111", + "766", + "5369", + "16732", + "4405", + "20449", + "18477", + "24381", + "692", + "10909", + "16975", + "14436", + "9023", + "1240", + "20844", + "3169", + "20232", + "20952", + "16748", + "6279", + "20019", + "16505", + "15694", + "21154", + "22751", + "3256", + "1448", + "13536", + "8764", + "282", + "5604", + "22018", + "24976", + "3295", + "8517", + "8821", + "19172", + "8845", + "19016", + "4005", + "5790", + "3942", + "836", + "9346", + "4794", + "3037", + "1475", + "7422", + "15109", + "19937", + "6174", + "7848", + "6912", + "19970", + "17539", + "21797", + "18400", + "6350", + "13425", + "8651", + "20374", + "15571", + "17444", + "9808", + "3673", + "22261", + "12151", + "23249", + "5731", + "5935", + "8863", + "1735", + "16543", + "11015", + "8893", + "826", + "14473", + "1806", + "24975", + "11746", + "12112", + "14480", + "4589", + "22704", + "7001", + "5540", + "8691", + "22724", + "7755", + "2812", + "5702", + "7026", + "5017", + "8099", + "8327", + "20826", + "20518", + "2368", + "12532", + "20909", + "10252", + "17343", + "24554", + "18035", + "6735", + "24089", + "8364", + "408", + "2749", + "11205", + "14350", + "22153", + "21278", + "7653", + "14339", + "8050", + "9175", + "2967", + "10321", + "7885", + "1838", + "20151", + "13291", + "1014", + "19134", + "23414", + "7060", + "4441", + "15351", + "3932", + "8256", + "574", + "7895", + "1779", + "8623", + "12198", + "3370", + "13262", + "16451", + "13401", + "11033", + "5583", + "18661", + "24484", + "12886", + "2145", + "8612", + "19030", + "6447", + "19260", + "9867", + "16524", + "2542", + "7969", + "2501", + "4639", + "8016", + "6951", + "5682", + "3171", + "8064", + "1381", + "5684", + "5737", + "6451", + "9760", + "2500", + "3407", + "3173", + "598", + "6058", + "6843", + "3931", + "8590", + "5420", + "3782", + "1728", + "581", + "7563", + "6239", + "7562", + "4944", + "1367", + "12873", + "2739", + "5205", + "4301", + "12481", + "3201", + "3929", + "16712", + "4302", + "4678", + "7617", + "1836", + "5140", + "20235", + "5141", + "1780", + "9832", + "1998", + "8501", + "7401", + "3933", + "4650", + "1483", + "4298", + "19221", + "10646", + "8554", + "12353", + "7868", + "7052", + "3749", + "8032", + "1852", + "3861", + "6933", + "6351", + "7055", + "5383", + "8303", + "5681", + "22473", + "5155", + "4566", + "7456", + "3308", + "4465", + "2393", + "14978", + "7863", + "1345", + "787", + "3425", + "2270", + "9250", + "8235", + "5658", + "5660", + "9957", + "9689", + "9996", + "7200", + "7202", + "4567", + "9634", + "6156", + "4561", + "4564", + "5975", + "9362", + "6265", + "2811", + "14296", + "6155", + "5533", + "2559", + "673", + "8499", + "5798", + "5551", + "3156", + "6014", + "7571", + "1633", + "4682", + "9862", + "5549", + "1335", + "567", + "1545", + "8971", + "543", + "578", + "486", + "7203", + "5029", + "9171", + "4503", + "2854", + "9733", + "1491", + "9338", + "577", + "17171", + "575", + "5079", + "3852", + "3431", + "568", + "9850", + "576", + "580", + "571", + "573", + "569", + "9851", + "13299", + "5945", + "13828", + "4598", + "4847", + "6233", + "4125", + "23773", + "5375", + "6847", + "5883", + "9813", + "9021", + "3934", + "3596", + "9393", + "3898", + "8069", + "8607", + "14935", + "3899", + "3012", + "4740", + "14194", + "8434", + "449", + "9685", + "8902", + "4458", + "1083", + "2745", + "8147", + "5980", + "24711", + "3152", + "5676", + "6342", + "1668", + "1840", + "4505", + "8823", + "18339", + "19373", + "8694", + "2054", + "9210", + "6257", + "3154", + "7030", + "7209", + "7832", + "7689", + "7433", + "21895", + "7717", + "8864", + "4616", + "8862", + "8480", + "8860", + "8861", + "3711", + "7067", + "9371", + "6040", + "267", + "9083", + "21660", + "8443", + "8439", + "6786", + "9636", + "5134", + "8440", + "6443", + "396", + "8442", + "815", + "3989", + "7025", + "922", + "6222", + "3237", + "8084", + "6128", + "201", + "1745", + "684", + "6665", + "2906", + "7369", + "8955", + "6946", + "9814", + "2674", + "3736", + "2824", + "2558", + "13523", + "2463", + "6853", + "4433", + "15550", + "2290", + "7058", + "820", + "2750", + "6208", + "3040", + "5877", + "8253", + "8615", + "8585", + "3928", + "14697", + "12387", + "9337", + "8790", + "4106", + "4735", + "7864", + "5701", + "19207", + "1457", + "8226", + "233", + "9654", + "4156", + "4820", + "1986", + "4095", + "4117", + "4765", + "4228", + "4069", + "2687", + "4728", + "8631", + "9751", + "9997", + "7083", + "19548", + "3411", + "6953", + "16239", + "6012", + "16354", + "9121", + "5769", + "7084", + "19834", + "112", + "16076", + "6792", + "8082", + "15841", + "2716", + "9047", + "6884", + "12400", + "17282", + "3835", + "8667", + "9936", + "9612", + "6652", + "7304", + "12918", + "5423", + "18374", + "14256", + "8756", + "4521", + "1879", + "4230", + "12513", + "7893", + "9215", + "8588", + "5792", + "5733", + "514", + "6709", + "8934", + "9767", + "5328", + "13600", + "5696", + "236", + "2249", + "3487", + "6475", + "789", + "1124", + "23931", + "9214", + "8693", + "1808", + "8061", + "17188", + "8158", + "4527", + "15434", + "924", + "7569", + "3855", + "21813", + "1195", + "114", + "2057", + "13238", + "6615", + "23741", + "23780", + "20848", + "18859", + "1862", + "6136", + "16456", + "2678", + "2851", + "7517", + "22163", + "4701", + "3051", + "4640", + "4102", + "12628", + "4232", + "6266", + "522", + "8213", + "677", + "9349", + "3515", + "4906", + "1994", + "12660", + "243", + "9849", + "9173", + "6094", + "5280", + "14734", + "3572", + "20342", + "1193", + "5904", + "7167", + "15707", + "5446", + "6394", + "8229", + "7687", + "5488", + "16587", + "15560", + "19903", + "10356", + "1586", + "20832", + "16059", + "21038", + "18438", + "19788", + "4090", + "4679", + "4083", + "8806", + "13774", + "5306", + "5016", + "5501", + "5508", + "662", + "6132", + "4677", + "4680", + "7992", + "4693", + "7384", + "4683", + "4681", + "4684", + "7603", + "8936", + "14341", + "4489", + "5641", + "4534", + "18107", + "1274", + "2888", + "20060", + "2301", + "15697", + "6131", + "8960", + "3205", + "9602", + "2879", + "3584", + "14174", + "5524", + "1379", + "4595", + "2359", + "2209", + "7980", + "23258", + "24859", + "1055", + "7800", + "5106", + "8396", + "11065", + "15320", + "3816", + "9174", + "8167", + "7545", + "11566", + "19163", + "572", + "1021", + "1954", + "17342", + "15120", + "16109", + "3160", + "2181", + "20128", + "22652", + "2128", + "5704", + "5305", + "479", + "6633", + "1952", + "18296", + "1063", + "22122", + "21835", + "9866", + "23535", + "9681", + "24727", + "7377", + "8922", + "12986", + "8030", + "10979", + "16861", + "9357", + "7082", + "3900", + "8166", + "21849", + "8102", + "8557", + "5321", + "5955", + "3905", + "7312", + "7817", + "18291", + "18539", + "19406", + "6345", + "4486", + "5521", + "7113", + "2269", + "3184", + "3177", + "4670", + "19086", + "3179", + "19883", + "20863", + "9179", + "21093", + "3178", + "9396", + "8382", + "4444", + "4809", + "19562", + "14510", + "9610", + "5967", + "5221", + "8121", + "728", + "8726", + "5376", + "10398", + "5154", + "6274", + "1580", + "11554", + "106", + "7897", + "8311", + "14567", + "20061", + "17827", + "9125", + "4215", + "5938", + "5612", + "7958", + "1244", + "9790", + "6089", + "14160", + "16969", + "16431", + "5378", + "15510", + "20475", + "5374", + "6637", + "9168", + "2261", + "5377", + "2557", + "23587", + "11732", + "5504", + "14781", + "2360", + "289", + "13559", + "24449", + "17037", + "6047", + "2260", + "660", + "16095", + "23757", + "17242", + "4078", + "20943", + "17069", + "10549", + "9983", + "9889", + "11259", + "17257", + "5496", + "23984", + "24504", + "24948", + "16980", + "9643", + "21048", + "12422", + "4165", + "11289", + "3403", + "18352", + "17751", + "22934", + "5507", + "16770", + "18853", + "24936", + "3789", + "23324", + "966", + "16424", + "19561", + "16016", + "12221", + "2886", + "14554", + "15518", + "23574", + "23785", + "16598", + "14457", + "22700", + "17161", + "2544", + "5485", + "13990", + "18309", + "12123", + "13974", + "6592", + "7425", + "9795", + "23293", + "1368", + "19784", + "2717", + "18126", + "24169", + "7957", + "7206", + "169", + "4786", + "1425", + "6851", + "4468", + "19156", + "7449", + "9848", + "9162", + "8567", + "7943", + "23496", + "4560", + "14817", + "1590", + "14437", + "9731", + "4700", + "13796", + "16492", + "3647", + "12065", + "6562", + "14882", + "14438", + "4263", + "4749", + "1197", + "17957", + "10221", + "11598", + "13281", + "12504", + "11082", + "12934", + "7232", + "6766", + "24004", + "15202", + "9073", + "9287", + "22455", + "4685", + "12757", + "17122", + "12637", + "21114", + "18121", + "20728", + "10780", + "20057", + "973", + "16069", + "11728", + "44", + "15853", + "17602", + "12374", + "1689", + "3865", + "20270", + "11368", + "19420", + "8542", + "17606", + "13722", + "123", + "24935", + "18975", + "21103", + "14858", + "23861", + "16368", + "13778", + "15220", + "13082", + "15427", + "17222", + "12525", + "19263", + "17097", + "9802", + "11093", + "6564", + "18247", + "19549", + "19770", + "3542", + "24149", + "15296", + "21337", + "1768", + "11963", + "7429", + "21933", + "20489", + "20974", + "9688", + "13451", + "16887", + "18399", + "17571", + "23140", + "9747", + "14168", + "20545", + "22017", + "14370", + "8927", + "11156", + "22011", + "22225", + "15930", + "15271", + "19435", + "21871", + "2932", + "607", + "19841", + "2966", + "6080", + "10561", + "2553", + "10810", + "1752", + "4064", + "24839", + "19564", + "9395", + "2931", + "2031", + "5283", + "9900", + "511", + "11336", + "22013", + "9212", + "13143", + "13719", + "23978", + "14654", + "21970", + "2976", + "8129", + "15830", + "8379", + "5162", + "24944", + "9762", + "23524", + "24110", + "22010", + "5238", + "6148", + "3316", + "24108", + "10902", + "9826", + "897", + "18545", + "17045", + "21326", + "21870", + "21968", + "10281", + "16749", + "12656", + "20658", + "5689", + "18753", + "21556", + "1583", + "23672", + "19589", + "3429", + "19819", + "8600", + "8995", + "17223", + "7853", + "6324", + "5110", + "9342", + "21369", + "11392", + "9819", + "15347", + "3440", + "8655", + "6828", + "3433", + "3427", + "3423", + "20723", + "3424", + "24934", + "18694", + "19343", + "2350", + "10406", + "23492", + "2099", + "22145", + "16924", + "10299", + "9554", + "21937", + "5401", + "3430", + "12613", + "11630", + "24636", + "3538", + "18560", + "14961", + "11428", + "21379", + "19489", + "13198", + "12234", + "13346", + "16496", + "23689", + "5954", + "19943", + "12303", + "13608", + "3539", + "17617", + "7266", + "9461", + "9713", + "24996", + "9701", + "9703", + "14110", + "18138", + "3443", + "14499", + "16163", + "12691", + "2951", + "21586", + "2028", + "13116", + "7428", + "14302", + "12619", + "5392", + "2027", + "10223", + "4044", + "14675", + "18152", + "13496", + "10274", + "3434", + "7644", + "21238", + "9552", + "14628", + "21617", + "14155", + "16327", + "14265", + "19198", + "11894", + "21431", + "4068", + "15500", + "13067", + "16272", + "15708", + "22809", + "9958", + "3441", + "21097", + "17525", + "15750", + "16189", + "19486", + "7739", + "23864", + "19330", + "24945", + "20244", + "18814", + "20124", + "11607", + "16728", + "6797", + "4763", + "12738", + "9708", + "5907", + "15340", + "14507", + "18836", + "4875", + "17107", + "9286", + "5530", + "20279", + "7368", + "9589", + "23116", + "1012", + "3560", + "7462", + "20662", + "3581", + "14743", + "2744", + "12559", + "10492", + "13795", + "7341", + "2624", + "17035", + "12307", + "18742", + "4021", + "21366", + "6054", + "17352", + "16379", + "4363", + "10566", + "16630", + "13257", + "183", + "2738", + "9561", + "24852", + "23235", + "16260", + "15770", + "24800", + "8444", + "17983", + "24545", + "14482", + "11521", + "17509", + "11061", + "9350", + "20951", + "19920", + "9614", + "13676", + "16858", + "11764", + "579", + "13879", + "24109", + "14224", + "24115", + "430", + "13878", + "12454", + "13464", + "11362", + "24930", + "16503", + "22338", + "19498", + "12191", + "1690", + "13712", + "17028", + "19371", + "16287", + "24884", + "14513", + "17182", + "21405", + "16380", + "10818", + "20604", + "5995", + "19860", + "13344", + "22859", + "5998", + "9678", + "9709", + "7541", + "19712", + "24886", + "24966", + "5996", + "4913", + "24782", + "19153", + "19124", + "19637", + "5993", + "8259", + "632", + "5999", + "23726", + "5531", + "16358", + "2795", + "5997", + "2953", + "17420", + "21950", + "6460", + "6033", + "5992", + "13701", + "10395", + "5297", + "22572", + "6000", + "17813", + "11769", + "8625", + "2792", + "6001", + "2793", + "9702", + "14220", + "8621", + "6041", + "12231", + "5994", + "16591", + "5431", + "13436", + "19053", + "10338", + "21499", + "23690", + "16947", + "17014", + "17090", + "14352", + "2030", + "1904", + "23131", + "21836", + "11358", + "18939", + "20687", + "14386", + "14981", + "14247", + "10880", + "19364", + "11689", + "18829", + "16291", + "16066", + "5419", + "19984", + "21643", + "8281", + "20469", + "20055", + "15962", + "14977", + "21371", + "1911", + "11891", + "15592", + "12788", + "19335", + "7505", + "19177", + "19756", + "12371", + "111", + "8624", + "10520", + "14841", + "11294", + "13560", + "23766", + "19795", + "10159", + "22008", + "14793", + "8622", + "13514", + "17808", + "19168", + "5160", + "19237", + "11479", + "12281", + "15629", + "11643", + "10834", + "19234", + "16548", + "528", + "2095", + "15869", + "2182", + "21061", + "15685", + "2552", + "11782", + "22107", + "18356", + "14257", + "20978", + "17395", + "13038", + "22600", + "17369", + "15724", + "13033", + "1126", + "7927", + "13338", + "19954", + "18066", + "18982", + "13914", + "8787", + "23667", + "24946", + "20483", + "22144", + "20618", + "11995", + "19602", + "14553", + "6893", + "5433", + "1477", + "15737", + "11885", + "8159", + "19811", + "11695", + "13741", + "12236", + "13588", + "1150", + "17924", + "12651", + "21829", + "21439", + "19131", + "19012", + "23884", + "3435", + "14521", + "23600", + "23983", + "18549", + "14959", + "23593", + "17986", + "14646", + "14412", + "12543", + "487", + "8023", + "20314", + "15479", + "14103", + "15309", + "12166", + "19312", + "17969", + "21629", + "19512", + "4344", + "9818", + "8086", + "21340", + "9817", + "13498", + "11883", + "20766", + "17684", + "21891", + "13898", + "3397", + "21578", + "21299", + "15535", + "16387", + "21820", + "14443", + "22126", + "17677", + "13590", + "16432", + "20672", + "7300", + "5025", + "14115", + "7137", + "16633", + "9815", + "21361", + "21350", + "24963", + "14285", + "23403", + "5084", + "19922", + "185", + "4238", + "14869", + "22324", + "14920", + "12555", + "22106", + "20891", + "22113", + "17027", + "7005", + "24503", + "16562", + "23674", + "5358", + "7103", + "15471", + "13175", + "16025", + "19511", + "13024", + "12627", + "16889", + "1030", + "24826", + "647", + "16328", + "19629", + "17531", + "23712", + "2683", + "4249", + "20907", + "23794", + "22820", + "11191", + "2796", + "8176", + "5152", + "2111", + "17536", + "14439", + "15079", + "15864", + "21400", + "6602", + "3857", + "22414", + "3856", + "6603", + "7847", + "6600", + "6601", + "16624", + "4984", + "6670", + "19412", + "6604", + "14647", + "24903", + "18677", + "23920", + "23711", + "15812", + "17701", + "15305", + "15403", + "15073", + "15178", + "19581", + "15035", + "16747", + "3767", + "21356", + "12671", + "17327", + "7365", + "24607", + "15409", + "5783", + "9145", + "19895", + "6060", + "19638", + "17542", + "18867", + "21624", + "19720", + "23775", + "11366", + "9549", + "9816", + "20976", + "17431", + "9551", + "9550", + "1147", + "4914", + "11393", + "20805", + "15852", + "4107", + "24088", + "9559", + "17956", + "5706", + "24913", + "8648", + "11791", + "3238", + "7062", + "23501", + "17011", + "24899", + "8512", + "10708", + "18513", + "16917", + "4636", + "9139", + "817", + "10929", + "9334", + "18441", + "9553", + "15215", + "10387", + "5806", + "9683", + "12494", + "22892", + "18124", + "15331", + "11527", + "12882", + "17062", + "17467", + "7240", + "10076", + "19250", + "13867", + "12128", + "7411", + "21703", + "23918", + "7236", + "14107", + "4739", + "23642", + "978", + "21690", + "20098", + "16498", + "21042", + "9548", + "3271", + "24179", + "12429", + "7382", + "648", + "13107", + "11456", + "8929", + "12593", + "12972", + "14024", + "15159", + "1831", + "2950", + "18313", + "21773", + "18013", + "19980", + "15228", + "20398", + "10556", + "20782", + "12573", + "14092", + "22585", + "17042", + "11430", + "17897", + "17502", + "12188", + "14263", + "5593", + "6309", + "3331", + "18140", + "21789", + "11406", + "1412", + "16353", + "18807", + "12474", + "463", + "10926", + "5142", + "24310", + "9547", + "18434", + "2213", + "4738", + "24823", + "15587", + "3269", + "649", + "14936", + "11402", + "10852", + "24094", + "7410", + "8603", + "9143", + "19453", + "13759", + "20711", + "20585", + "10837", + "15729", + "8589", + "19735", + "2903", + "2968", + "2212", + "5034", + "18184", + "18579", + "24845", + "13800", + "650", + "19441", + "12789", + "4372", + "22362", + "16922", + "22848", + "22094", + "21736", + "11824", + "12864", + "12273", + "11103", + "3275", + "6634", + "8534", + "6881", + "9735", + "6313", + "5161", + "7749", + "10977", + "13736", + "7675", + "14908", + "19853", + "20601", + "9133", + "3053", + "21173", + "5298", + "19837", + "19095", + "22738", + "17390", + "16483", + "13511", + "20407", + "12571", + "15796", + "20196", + "22508", + "3129", + "8490", + "7583", + "19983", + "19786", + "7758", + "987", + "22645", + "10178", + "4394", + "14471", + "13021", + "5755", + "18372", + "20948", + "13010", + "20661", + "1207", + "15511", + "8681", + "2907", + "22921", + "23460", + "4218", + "17786", + "21250", + "4396", + "1980", + "6310", + "4367", + "4376", + "19424", + "18883", + "4013", + "4379", + "4378", + "4370", + "13868", + "1570", + "4375", + "24846", + "4369", + "22507", + "4368", + "4377", + "3853", + "4365", + "4371", + "4366", + "4373", + "4374", + "15254", + "186", + "24958", + "21625", + "17057", + "8254", + "4599", + "5301", + "12903", + "3437", + "1536", + "16419", + "6750", + "24379", + "24961", + "2391", + "15214", + "13276", + "15473", + "18109", + "18208", + "12397", + "1432", + "19405", + "15423", + "529", + "22283", + "10282", + "15623", + "24962", + "23753", + "17256", + "8097", + "6052", + "4612", + "8068", + "550", + "9836", + "15881", + "2110", + "10249", + "17092", + "14497", + "6938", + "14427", + "7607", + "1249", + "12318", + "22665", + "12482", + "24957", + "7480", + "21742", + "6584", + "23964", + "4481", + "2962", + "5708", + "15176", + "12223", + "1426", + "9433", + "24102", + "22659", + "5520", + "646", + "24186", + "6224", + "15481", + "24847", + "20343", + "18685", + "13260", + "14634", + "20815", + "37", + "6438", + "1874", + "10692", + "7937", + "19176", + "24544", + "17322", + "13449", + "14640", + "11168", + "6536", + "7526", + "10751", + "24960", + "6129", + "7889", + "23539", + "16270", + "14172", + "22864", + "15867", + "4597", + "6882", + "20735", + "11268", + "3938", + "13061", + "6639", + "2945", + "5031", + "3371", + "3510", + "11021", + "6880", + "22007", + "8012", + "13658", + "10243", + "20010", + "9899", + "13208", + "5372", + "6142", + "17217", + "3820", + "22922", + "3387", + "21987", + "6533", + "11545", + "23747", + "7973", + "10752", + "6374", + "5666", + "16619", + "13703", + "20397", + "6375", + "5470", + "4799", + "18663", + "8583", + "8503", + "3280", + "8205", + "22484", + "18591", + "24553", + "9896", + "600", + "6678", + "7110", + "9877", + "8207", + "16567", + "3939", + "8890", + "14848", + "17690", + "9793", + "3819", + "3659", + "3342", + "21662", + "17601", + "3124", + "21236", + "6854", + "16186", + "12581", + "20165", + "12285", + "24931", + "4613", + "20875", + "11835", + "8383", + "3662", + "4591", + "12096", + "11762", + "23799", + "23986", + "4642", + "20478", + "7396", + "21555", + "10318", + "19081", + "7495", + "19170", + "4622", + "5908", + "7585", + "14391", + "21422", + "19064", + "14587", + "19996", + "17270", + "16139", + "4889", + "14580", + "9123", + "4834", + "21308", + "23503", + "14163", + "16134", + "20130", + "15618", + "14203", + "10498", + "19801", + "21259", + "14797", + "16676", + "9965", + "21916", + "23343", + "951", + "6163", + "19585", + "20110", + "12210", + "11283", + "2267", + "20154", + "18990", + "23097", + "22533", + "24645", + "22510", + "19609", + "17186", + "16416", + "15900", + "6063", + "17372", + "11047", + "1058", + "10539", + "9753", + "22085", + "2504", + "18952", + "23132", + "19612", + "21463", + "19362", + "10154", + "19810", + "9831", + "24712", + "1974", + "2271", + "20878", + "15397", + "20750", + "22834", + "16985", + "18965", + "1703", + "14865", + "23878", + "19969", + "16541", + "7816", + "9604", + "19538", + "16226", + "21047", + "19501", + "17408", + "14294", + "15905", + "15455", + "17504", + "14839", + "17072", + "21634", + "17134", + "19317", + "17879", + "22513", + "16750", + "3691", + "23892", + "2707", + "14259", + "23723", + "22111", + "13563", + "20917", + "1802", + "14099", + "19452", + "12861", + "16383", + "16679", + "24181", + "10727", + "14530", + "21504", + "10534", + "21680", + "12681", + "16053", + "13616", + "12388", + "12477", + "22309", + "15522", + "13399", + "7389", + "20059", + "24923", + "17239", + "15924", + "19577", + "1884", + "1269", + "1348", + "16375", + "22609", + "24786", + "21495", + "5411", + "16361", + "6677", + "13071", + "12420", + "12750", + "11833", + "12541", + "22835", + "16834", + "13838", + "4838", + "7908", + "16534", + "16055", + "3997", + "18411", + "16160", + "12031", + "9248", + "13687", + "9594", + "16336", + "16818", + "12319", + "13921", + "3475", + "4892", + "2107", + "17433", + "24306", + "23490", + "23443", + "6676", + "4703", + "4352", + "15578", + "24779", + "13495", + "4326", + "19464", + "8979", + "8989", + "12337", + "17160", + "24471", + "14316", + "4351", + "14570", + "2909", + "3999", + "15367", + "20126", + "11556", + "18485", + "16539", + "18224", + "3998", + "14870", + "3526", + "8986", + "8972", + "7284", + "14748", + "8980", + "8975", + "8974", + "16223", + "12378", + "9288", + "3680", + "12898", + "7286", + "16345", + "8968", + "12367", + "8973", + "7729", + "1518", + "5343", + "8990", + "8987", + "18928", + "2281", + "4349", + "8015", + "3527", + "7288", + "8976", + "3525", + "8453", + "8969", + "17702", + "6675", + "9453", + "2554", + "3787", + "8981", + "8889", + "1447", + "2657", + "5809", + "4877", + "3523", + "3041", + "13099", + "7639", + "8988", + "8884", + "4696", + "22927", + "7385", + "8695", + "7471", + "6674", + "9129", + "4753", + "21241", + "12398", + "14651", + "12464", + "14485", + "12557", + "23117", + "18445", + "11472", + "12396", + "6135", + "12097", + "14832", + "18052", + "16309", + "4840", + "18134", + "3180", + "15837", + "8978", + "22718", + "12402", + "13668", + "2898", + "20747", + "5765", + "18819", + "24984", + "24726", + "8966", + "20613", + "19645", + "19446", + "9545", + "22152", + "16303", + "19345", + "12238", + "4948", + "19014", + "13485", + "22083", + "11354", + "5081", + "11977", + "8967", + "10440", + "13251", + "17497", + "19487", + "4900", + "2244", + "2685", + "13088", + "4915", + "12976", + "4556", + "3524", + "20526", + "20108", + "14594", + "7204", + "16293", + "6336", + "22915", + "6963", + "6223", + "20200", + "5250", + "14039", + "22054", + "9603", + "5293", + "4621", + "2987", + "5069", + "21549", + "16626", + "13192", + "20223", + "10244", + "5232", + "12849", + "12914", + "15847", + "16144", + "11724", + "14178", + "8739", + "21959", + "24410", + "6209", + "21531", + "15739", + "9985", + "15291", + "11734", + "22118", + "1481", + "5903", + "9449", + "14280", + "18311", + "15883", + "24130", + "7468", + "6765", + "15113", + "4807", + "24751", + "21974", + "3727", + "22628", + "13273", + "102", + "14087", + "21226", + "22264", + "5032", + "4662", + "8059", + "10565", + "12715", + "4038", + "18623", + "19815", + "2034", + "13433", + "15480", + "8780", + "7573", + "22815", + "16998", + "7181", + "7898", + "15432", + "2902", + "11870", + "18467", + "11091", + "14856", + "10715", + "10051", + "15169", + "7936", + "2913", + "18314", + "4533", + "3773", + "18265", + "12263", + "3935", + "8707", + "20248", + "9242", + "11190", + "4903", + "6311", + "10913", + "4359", + "22693", + "22872", + "20937", + "18360", + "908", + "20348", + "17115", + "13802", + "12265", + "16003", + "1388", + "16716", + "4868", + "9450", + "22930", + "7504", + "11553", + "3881", + "20209", + "22412", + "7636", + "1989", + "15308", + "10131", + "7081", + "17063", + "6278", + "12768", + "16030", + "11680", + "4167", + "7225", + "13171", + "13925", + "7424", + "14555", + "12727", + "1372", + "15678", + "12616", + "18871", + "6205", + "18780", + "18839", + "16593", + "21071", + "16280", + "11614", + "16265", + "11386", + "753", + "15139", + "15392", + "5560", + "4217", + "2914", + "20828", + "17889", + "549", + "21542", + "17820", + "17623", + "7662", + "13169", + "13296", + "16250", + "18522", + "956", + "2923", + "16978", + "22102", + "5754", + "24965", + "14028", + "24850", + "23329", + "4033", + "15368", + "24716", + "3842", + "19688", + "23936", + "19721", + "6140", + "16825", + "2915", + "17341", + "1170", + "18558", + "15996", + "16965", + "19475", + "17629", + "19864", + "11005", + "6259", + "11943", + "17131", + "19949", + "12878", + "20642", + "21537", + "3815", + "12338", + "12831", + "14470", + "23666", + "21100", + "16660", + "8582", + "4472", + "11703", + "20220", + "473", + "14890", + "3774", + "21604", + "2235", + "14345", + "21727", + "18762", + "4673", + "21115", + "21397", + "12810", + "10077", + "18401", + "4937", + "13469", + "13305", + "16659", + "16199", + "24576", + "3134", + "18567", + "16529", + "22768", + "20346", + "3341", + "10043", + "24566", + "18287", + "11590", + "17591", + "22931", + "15980", + "19913", + "22965", + "15537", + "22819", + "15219", + "11342", + "16629", + "14094", + "11293", + "6690", + "23313", + "10388", + "12514", + "23899", + "9451", + "24067", + "10060", + "23930", + "19247", + "10541", + "21220", + "17040", + "3893", + "18201", + "22053", + "24564", + "11501", + "8653", + "10507", + "16538", + "2612", + "12723", + "8734", + "16795", + "24076", + "4497", + "20271", + "17306", + "20067", + "17241", + "12698", + "17294", + "15933", + "17422", + "16560", + "8062", + "17350", + "20142", + "10046", + "225", + "18067", + "21019", + "14853", + "810", + "23614", + "4182", + "12369", + "12650", + "12710", + "10044", + "14369", + "9494", + "6879", + "16099", + "14897", + "22138", + "20852", + "14637", + "2679", + "23819", + "17345", + "9607", + "17101", + "12430", + "15971", + "15177", + "12375", + "22470", + "17065", + "17503", + "23873", + "4510", + "11470", + "5720", + "7407", + "4122", + "7961", + "10833", + "12416", + "4130", + "24590", + "7661", + "15836", + "16582", + "7647", + "11798", + "24671", + "18127", + "5700", + "15630", + "21130", + "23425", + "6166", + "7536", + "20068", + "15475", + "3541", + "12214", + "21952", + "2588", + "17012", + "16586", + "21798", + "15279", + "21572", + "24661", + "12372", + "23122", + "16366", + "12846", + "24902", + "17890", + "16778", + "16441", + "17283", + "7143", + "19826", + "17569", + "22140", + "21419", + "9622", + "16806", + "14517", + "13580", + "13492", + "6015", + "13632", + "17870", + "22679", + "16910", + "16316", + "13991", + "3302", + "20080", + "22080", + "13319", + "1140", + "3340", + "9108", + "1679", + "20966", + "22004", + "24792", + "17298", + "14454", + "4841", + "6700", + "7426", + "20134", + "6642", + "20752", + "15346", + "11902", + "10675", + "16594", + "1661", + "13831", + "12549", + "14702", + "20714", + "11257", + "16388", + "20321", + "11195", + "1157", + "13913", + "15845", + "9780", + "6862", + "14027", + "18452", + "13972", + "4436", + "6704", + "22247", + "21255", + "14991", + "15676", + "21243", + "19355", + "15246", + "15046", + "10128", + "19388", + "18338", + "19294", + "13351", + "13682", + "13261", + "11988", + "16564", + "21689", + "20049", + "14964", + "4124", + "16785", + "13846", + "17926", + "12213", + "18752", + "13424", + "20934", + "20697", + "10329", + "12042", + "15449", + "3128", + "16755", + "19027", + "21724", + "13850", + "20970", + "13660", + "11916", + "17296", + "15152", + "22904", + "14551", + "21479", + "6966", + "21524", + "16364", + "20442", + "15994", + "17267", + "16841", + "23970", + "19054", + "13043", + "12758", + "12560", + "15574", + "14130", + "23903", + "14825", + "18258", + "16033", + "16418", + "18012", + "1133", + "17113", + "18415", + "17425", + "19663", + "18174", + "17484", + "17208", + "2091", + "21302", + "15635", + "5502", + "6837", + "22244", + "14054", + "15675", + "17599", + "4104", + "22483", + "19434", + "6400", + "24651", + "15007", + "15226", + "18017", + "15907", + "13505", + "17532", + "15776", + "24767", + "16596", + "12814", + "12315", + "11990", + "19491", + "19318", + "14518", + "19507", + "8544", + "21487", + "23791", + "10354", + "16009", + "17982", + "3480", + "10253", + "23174", + "17625", + "6389", + "13324", + "20755", + "15928", + "3595", + "8474", + "14362", + "18190", + "15859", + "997", + "15946", + "16402", + "18106", + "14927", + "15674", + "20480", + "18495", + "11563", + "16171", + "998", + "11613", + "19082", + "23792", + "23921", + "16128", + "5075", + "7215", + "12143", + "20464", + "9448", + "16376", + "20194", + "3753", + "9578", + "17795", + "7727", + "21714", + "8782", + "18156", + "17251", + "8478", + "11759", + "6942", + "9676", + "8332", + "8049", + "18649", + "21921", + "13522", + "16126", + "22901", + "6683", + "93", + "22479", + "18426", + "19443", + "16450", + "15076", + "20575", + "22773", + "8784", + "2117", + "17124", + "3", + "19148", + "24964", + "20041", + "10240", + "15854", + "24409", + "12300", + "22259", + "19632", + "1981", + "20026", + "9768", + "9803", + "6549", + "8372", + "10208", + "17519", + "13535", + "13863", + "5888", + "21134", + "19287", + "16414", + "17368", + "15417", + "15281", + "14029", + "15381", + "11254", + "15264", + "15369", + "16406", + "12533", + "20737", + "19005", + "17972", + "20659", + "6385", + "3481", + "1469", + "275", + "21721", + "14814", + "48", + "19055", + "8483", + "12686", + "925", + "22916", + "12984", + "23777", + "16408", + "12570", + "20143", + "19478", + "24776", + "16470", + "14164", + "15595", + "18721", + "13939", + "23913", + "13611", + "10868", + "15547", + "11684", + "13880", + "2693", + "12911", + "8552", + "18896", + "13865", + "21252", + "16356", + "20630", + "19700", + "9306", + "18756", + "20701", + "16145", + "16125", + "17729", + "6107", + "18239", + "21157", + "12609", + "14753", + "17544", + "14818", + "16929", + "12530", + "12973", + "14030", + "18872", + "3168", + "20372", + "15549", + "18483", + "13022", + "1074", + "9506", + "5224", + "13076", + "14755", + "17773", + "22558", + "18506", + "290", + "19449", + "12835", + "2090", + "4475", + "2421", + "2703", + "24692", + "3818", + "3036", + "1751", + "207", + "156", + "23748", + "13978", + "24416", + "21474", + "13689", + "10438", + "22110", + "14132", + "22006", + "19302", + "4040", + "13267", + "18968", + "16907", + "13529", + "805", + "12577", + "13422", + "16273", + "1961", + "4461", + "22426", + "10551", + "16738", + "5097", + "24161", + "5195", + "20466", + "10175", + "743", + "4945", + "12853", + "12629", + "14154", + "21485", + "4047", + "18185", + "17725", + "20216", + "11378", + "12663", + "21980", + "18306", + "17558", + "21649", + "13380", + "16329", + "17903", + "3084", + "13908", + "12847", + "8287", + "21877", + "16517", + "14868", + "10879", + "17280", + "1538", + "4896", + "11104", + "23767", + "23505", + "22183", + "12125", + "20182", + "2690", + "8452", + "19112", + "14769", + "14476", + "20063", + "18397", + "1301", + "14898", + "1962", + "11869", + "14875", + "14941", + "4048", + "17243", + "3063", + "2759", + "10312", + "22776", + "14045", + "9628", + "3299", + "2503", + "23230", + "14252", + "18588", + "15428", + "14886", + "15196", + "11419", + "17631", + "24441", + "14860", + "12073", + "1370", + "10567", + "19390", + "20804", + "3873", + "10517", + "1657", + "10283", + "20481", + "12257", + "6165", + "269", + "1273", + "358", + "2506", + "1652", + "9869", + "1729", + "4355", + "1234", + "1164", + "14250", + "13391", + "2581", + "22329", + "5320", + "5906", + "3085", + "22902", + "11133", + "20849", + "4882", + "12028", + "1241", + "14136", + "15565", + "474", + "14662", + "15525", + "23413", + "21322", + "1015", + "21907", + "5220", + "20432", + "15878", + "21077", + "13577", + "439", + "12621", + "1203", + "5953", + "8446", + "9103", + "18782", + "15450", + "8699", + "21306", + "6401", + "24637", + "16890", + "20129", + "15634", + "21090", + "19514", + "13387", + "14909", + "7320", + "4646", + "21443", + "20525", + "8911", + "11220", + "19211", + "16319", + "17466", + "23007", + "15768", + "21264", + "11084", + "17292", + "21705", + "3784", + "18491", + "10156", + "21583", + "20869", + "15302", + "24714", + "7914", + "18676", + "6711", + "23104", + "20913", + "16083", + "22251", + "17833", + "11350", + "15495", + "3783", + "3044", + "19842", + "18362", + "14085", + "9443", + "8493", + "15717", + "21413", + "21263", + "9391", + "24840", + "15774", + "12132", + "12076", + "13994", + "9372", + "17943", + "2475", + "7839", + "3593", + "16170", + "7267", + "22909", + "1178", + "22378", + "16814", + "19140", + "801", + "11582", + "5331", + "15040", + "2837", + "10925", + "4694", + "5330", + "11376", + "17052", + "17203", + "12927", + "24451", + "23073", + "3451", + "15781", + "15107", + "11463", + "23216", + "5273", + "9340", + "2492", + "7431", + "13170", + "4859", + "19789", + "1539", + "5296", + "9128", + "16926", + "19307", + "11610", + "20582", + "11106", + "16457", + "11692", + "5959", + "3408", + "124", + "14921", + "5388", + "19337", + "20936", + "19534", + "2649", + "19096", + "10090", + "14888", + "11007", + "13839", + "4536", + "10095", + "4406", + "9608", + "18695", + "15357", + "15749", + "10785", + "7804", + "4034", + "19930", + "23514", + "22222", + "20381", + "18051", + "18432", + "12770", + "2689", + "21784", + "20912", + "2946", + "13816", + "20678", + "16034", + "14222", + "9626", + "7212", + "2346", + "11726", + "5212", + "22883", + "5276", + "15656", + "19623", + "5000", + "6318", + "10614", + "3400", + "5572", + "18170", + "10372", + "18036", + "21702", + "4144", + "1876", + "23229", + "663", + "19657", + "13639", + "13751", + "13553", + "23957", + "22560", + "9930", + "11543", + "8692", + "24720", + "13443", + "11208", + "22221", + "15336", + "4223", + "18680", + "10347", + "5514", + "21658", + "19374", + "24799", + "11177", + "24844", + "22980", + "13851", + "16859", + "4866", + "8814", + "15163", + "2865", + "7171", + "20524", + "17244", + "18064", + "23455", + "4784", + "16097", + "7387", + "3841", + "3807", + "19220", + "9892", + "15148", + "6149", + "24684", + "10241", + "14801", + "7779", + "18734", + "6355", + "12427", + "3769", + "3771", + "14522", + "19215", + "24854", + "10633", + "17793", + "4614", + "21362", + "18476", + "19495", + "19736", + "14236", + "19543", + "8741", + "22726", + "18304", + "3792", + "2287", + "15558", + "8831", + "9975", + "20349", + "18077", + "16574", + "17669", + "10626", + "14625", + "12868", + "19239", + "22066", + "12040", + "16895", + "14245", + "11275", + "8028", + "23813", + "17574", + "13363", + "22460", + "11281", + "24741", + "7031", + "21046", + "14390", + "22976", + "24419", + "13300", + "22588", + "13776", + "2797", + "12413", + "13379", + "13663", + "18630", + "22851", + "18516", + "13630", + "21026", + "5650", + "22108", + "5764", + "17284", + "24857", + "8057", + "16849", + "14782", + "5744", + "12624", + "21280", + "1231", + "24873", + "11478", + "12688", + "14958", + "4756", + "13016", + "12741", + "24588", + "5409", + "16428", + "13090", + "18487", + "23494", + "7548", + "22795", + "19892", + "17447", + "10794", + "23531", + "12749", + "21446", + "8222", + "13538", + "12473", + "12958", + "11615", + "19537", + "14415", + "11658", + "20044", + "11098", + "14661", + "14308", + "16739", + "1044", + "8116", + "13900", + "15625", + "6860", + "1486", + "15918", + "10656", + "2396", + "2122", + "18710", + "23774", + "13507", + "11353", + "22055", + "15927", + "23001", + "20769", + "17314", + "10396", + "24586", + "10851", + "12297", + "22099", + "11073", + "10190", + "18603", + "24853", + "10847", + "9884", + "9311", + "6459", + "5588", + "5003", + "18308", + "14508", + "14208", + "18059", + "12386", + "17415", + "24173", + "21608", + "21209", + "11884", + "1321", + "16599", + "17600", + "11736", + "17893", + "19703", + "21066", + "1265", + "19918", + "5712", + "7743", + "8947", + "11029", + "24640", + "6352", + "18412", + "20261", + "10595", + "15572", + "7953", + "24638", + "7740", + "17205", + "11808", + "8022", + "18319", + "14088", + "15740", + "6534", + "13884", + "2562", + "21107", + "24035", + "12865", + "8568", + "20861", + "15117", + "10502", + "21007", + "5719", + "15414", + "14289", + "20147", + "7735", + "11770", + "7670", + "24417", + "5200", + "15466", + "13383", + "17721", + "11526", + "15359", + "12947", + "6323", + "17873", + "21538", + "5198", + "13302", + "18163", + "10316", + "13633", + "21667", + "13152", + "24041", + "16172", + "23860", + "15026", + "24013", + "10328", + "23679", + "10079", + "2617", + "20298", + "23402", + "10704", + "21037", + "20291", + "1292", + "21126", + "20509", + "13528", + "21560", + "18459", + "22385", + "10685", + "13597", + "11510", + "19823", + "24469", + "15823", + "12438", + "18749", + "19236", + "19941", + "20258", + "11673", + "3047", + "21908", + "23167", + "14804", + "12631", + "6189", + "1557", + "7492", + "5772", + "1282", + "12089", + "24835", + "14249", + "9846", + "5247", + "22342", + "18653", + "23703", + "13764", + "22249", + "4240", + "18875", + "12657", + "12920", + "19959", + "14139", + "18590", + "21191", + "16290", + "19743", + "1558", + "24146", + "988", + "5631", + "23619", + "15524", + "4879", + "3149", + "9137", + "22031", + "8581", + "3265", + "9060", + "13372", + "4917", + "1071", + "17265", + "11619", + "8060", + "20054", + "2134", + "9853", + "1308", + "9501", + "6684", + "6681", + "10513", + "5847", + "4076", + "2990", + "6630", + "5036", + "3770", + "6920", + "9071", + "24690", + "19200", + "16085", + "23161", + "6918", + "19825", + "19151", + "6916", + "2014", + "6769", + "4634", + "164", + "6919", + "19661", + "24709", + "11938", + "7547", + "17102", + "6967", + "13077", + "9147", + "21614", + "8785", + "12501", + "16533", + "20955", + "4091", + "5066", + "7955", + "19230", + "1267", + "3650", + "18011", + "7474", + "21749", + "23822", + "3839", + "12528", + "16595", + "20391", + "1253", + "5241", + "21999", + "6539", + "11959", + "22604", + "285", + "11777", + "18636", + "13844", + "23006", + "11071", + "9528", + "12127", + "2901", + "22658", + "1385", + "24386", + "23988", + "5500", + "6255", + "17521", + "17137", + "20753", + "2788", + "14501", + "14408", + "17482", + "11043", + "15190", + "7438", + "11650", + "18852", + "22442", + "12664", + "16664", + "11144", + "15846", + "101", + "10775", + "23450", + "23224", + "12823", + "19178", + "15059", + "10038", + "2798", + "2415", + "10564", + "11966", + "16653", + "23660", + "7420", + "11588", + "9941", + "159", + "2387", + "23120", + "19869", + "21110", + "11712", + "5299", + "11907", + "10287", + "18320", + "13849", + "11024", + "3432", + "12998", + "3513", + "22977", + "15569", + "19947", + "16757", + "22161", + "17300", + "7680", + "18324", + "14826", + "22488", + "10764", + "12622", + "6296", + "22082", + "8075", + "17686", + "13550", + "10294", + "11373", + "19137", + "14845", + "2566", + "14724", + "9330", + "14951", + "13055", + "16169", + "6613", + "16608", + "12634", + "4280", + "17029", + "16901", + "17335", + "23302", + "7494", + "10124", + "22476", + "22487", + "6390", + "17674", + "18854", + "16650", + "13521", + "20409", + "20246", + "8433", + "22885", + "12011", + "17985", + "11014", + "674", + "22331", + "21903", + "20615", + "21796", + "18534", + "10619", + "16894", + "19706", + "20017", + "5597", + "19713", + "14741", + "19620", + "7601", + "6824", + "24437", + "11875", + "2578", + "15156", + "9243", + "10062", + "3671", + "15286", + "16310", + "4061", + "4487", + "12299", + "14592", + "192", + "16322", + "7502", + "5972", + "24473", + "24286", + "10936", + "6030", + "1360", + "2613", + "11301", + "3026", + "12766", + "23213", + "3794", + "14417", + "10369", + "2515", + "10718", + "1572", + "17074", + "5897", + "9852", + "2333", + "24730", + "13223", + "19255", + "24848", + "20682", + "20484", + "15899", + "13225", + "18665", + "24024", + "10139", + "20236", + "14253", + "20646", + "18554", + "12333", + "21848", + "15809", + "13352", + "21806", + "6939", + "11524", + "191", + "7056", + "24861", + "17472", + "19109", + "21284", + "20793", + "22975", + "6889", + "23029", + "10660", + "12376", + "11973", + "754", + "13219", + "5984", + "4081", + "9857", + "22415", + "18330", + "10405", + "18433", + "20037", + "10293", + "15509", + "14015", + "20301", + "6643", + "24768", + "11316", + "14147", + "4652", + "15995", + "6631", + "15217", + "17898", + "10763", + "8953", + "8849", + "13951", + "23238", + "15446", + "3028", + "15310", + "14025", + "23433", + "8079", + "13256", + "933", + "585", + "1839", + "16546", + "11468", + "5715", + "21876", + "1196", + "10830", + "2094", + "13574", + "19332", + "12170", + "15003", + "16528", + "12685", + "21722", + "23400", + "18018", + "4166", + "4164", + "808", + "9942", + "10179", + "1759", + "12087", + "15993", + "8260", + "14128", + "19436", + "19681", + "11525", + "17875", + "11045", + "24099", + "23110", + "17613", + "24668", + "11968", + "3674", + "19032", + "12623", + "23638", + "21145", + "4323", + "21526", + "8549", + "20877", + "14635", + "13396", + "11738", + "12493", + "11569", + "7101", + "19886", + "12962", + "20858", + "8626", + "16752", + "16246", + "2783", + "13226", + "20007", + "15143", + "18542", + "10355", + "22971", + "20045", + "9135", + "18810", + "23362", + "18620", + "2403", + "24951", + "11886", + "5219", + "18387", + "12467", + "11049", + "18537", + "13998", + "15426", + "10768", + "16211", + "6582", + "19849", + "16445", + "14135", + "7259", + "11068", + "12696", + "11371", + "2555", + "10956", + "20157", + "7716", + "16278", + "18826", + "22318", + "11706", + "16793", + "18305", + "17144", + "19277", + "17199", + "18093", + "19855", + "11000", + "22846", + "19506", + "24404", + "6811", + "18034", + "8970", + "4434", + "23648", + "20113", + "21291", + "13210", + "1837", + "20040", + "15923", + "14098", + "18771", + "4827", + "8278", + "13129", + "19648", + "13766", + "2546", + "1414", + "19201", + "22398", + "14090", + "19229", + "15876", + "11604", + "11307", + "17745", + "22275", + "5716", + "18730", + "2162", + "18040", + "21514", + "21231", + "24378", + "4860", + "22788", + "24113", + "12684", + "17064", + "9497", + "19265", + "20718", + "14399", + "18084", + "6445", + "8856", + "1413", + "18865", + "17660", + "7831", + "21593", + "18378", + "263", + "13195", + "12978", + "14529", + "14146", + "12308", + "24814", + "10611", + "13789", + "17948", + "13845", + "21386", + "22070", + "17545", + "22573", + "22278", + "22370", + "13788", + "15298", + "20329", + "17505", + "20430", + "12673", + "20029", + "17852", + "23522", + "18799", + "10618", + "18679", + "7615", + "12589", + "16507", + "482", + "14413", + "18008", + "5865", + "20395", + "18041", + "15469", + "5819", + "22886", + "24285", + "13318", + "17776", + "21825", + "18001", + "19118", + "34", + "15337", + "9156", + "4163", + "15513", + "22346", + "21779", + "2324", + "19992", + "3585", + "11733", + "3762", + "24443", + "16829", + "22241", + "8473", + "18175", + "23743", + "17479", + "13615", + "24492", + "21546", + "17755", + "15334", + "14335", + "18449", + "6122", + "6849", + "22826", + "22777", + "18470", + "2160", + "15365", + "15583", + "12499", + "5128", + "19083", + "17799", + "2505", + "14310", + "15801", + "23525", + "17704", + "22271", + "15653", + "22655", + "13690", + "20228", + "21140", + "12258", + "24740", + "22234", + "17728", + "19280", + "15652", + "17881", + "20626", + "2226", + "9462", + "14287", + "22780", + "19189", + "17798", + "16493", + "7361", + "9837", + "7844", + "6858", + "22853", + "19101", + "14511", + "16014", + "7458", + "13792", + "1584", + "18916", + "21158", + "1228", + "22299", + "2799", + "24418", + "10912", + "17491", + "13321", + "6241", + "12516", + "19816", + "3121", + "22339", + "13812", + "12075", + "14467", + "21729", + "9398", + "23507", + "19785", + "16433", + "20016", + "15165", + "13086", + "18262", + "8328", + "4791", + "24396", + "1375", + "9700", + "20405", + "18979", + "407", + "10130", + "23502", + "11982", + "20807", + "8669", + "24760", + "19110", + "11377", + "69", + "3874", + "1355", + "16338", + "19079", + "989", + "16446", + "2414", + "1977", + "23888", + "4842", + "11578", + "12347", + "4387", + "2518", + "20330", + "162", + "17645", + "18427", + "20906", + "23943", + "19008", + "18905", + "41", + "12153", + "20865", + "16495", + "20487", + "19157", + "18072", + "14381", + "21740", + "18472", + "19734", + "14328", + "18474", + "17382", + "19126", + "12704", + "14093", + "21833", + "12538", + "11960", + "21227", + "17439", + "15575", + "14235", + "8111", + "16123", + "1433", + "17230", + "1451", + "6773", + "24750", + "3717", + "15124", + "8677", + "11940", + "8674", + "19998", + "21533", + "9929", + "20786", + "3802", + "24863", + "411", + "22074", + "24398", + "4901", + "8563", + "15454", + "15651", + "8112", + "4985", + "8110", + "4036", + "9829", + "19249", + "1145", + "14288", + "20867", + "24598", + "6268", + "10730", + "22042", + "5013", + "23348", + "11859", + "22698", + "8840", + "10127", + "2842", + "17607", + "9335", + "14736", + "4142", + "12243", + "22719", + "22220", + "16301", + "9295", + "22974", + "14695", + "15747", + "11158", + "14484", + "19944", + "2523", + "11085", + "18562", + "1571", + "19088", + "9419", + "12154", + "3831", + "13420", + "821", + "18348", + "22058", + "6798", + "7111", + "14990", + "5210", + "22578", + "10915", + "24287", + "15089", + "4452", + "11842", + "6158", + "17843", + "3072", + "15672", + "17141", + "13744", + "15243", + "22884", + "4651", + "6682", + "24909", + "20721", + "10173", + "6558", + "12702", + "5807", + "23699", + "10229", + "8746", + "14969", + "7552", + "18957", + "4981", + "13508", + "16995", + "1192", + "116", + "21587", + "4336", + "1098", + "19590", + "16349", + "4128", + "24455", + "20977", + "24953", + "15483", + "24466", + "11531", + "23789", + "21665", + "22757", + "4456", + "12778", + "19410", + "6020", + "19130", + "17409", + "19973", + "8896", + "18972", + "18162", + "23392", + "16526", + "20698", + "8284", + "13871", + "11017", + "8469", + "10669", + "9438", + "15311", + "4233", + "5004", + "22988", + "19073", + "11441", + "24414", + "3264", + "22933", + "23519", + "6692", + "8280", + "15772", + "13470", + "7533", + "6693", + "6694", + "3908", + "5442", + "10589", + "20896", + "14035", + "13765", + "21957", + "17910", + "15945", + "7063", + "22563", + "15053", + "5007", + "13480", + "16107", + "10373", + "12021", + "5136", + "15348", + "4112", + "23192", + "10864", + "15349", + "22132", + "4146", + "12019", + "13841", + "2238", + "5008", + "12014", + "12212", + "23171", + "14852", + "13847", + "18151", + "12453", + "21752", + "2326", + "7537", + "16212", + "22636", + "13644", + "16822", + "22995", + "3752", + "20191", + "14912", + "13475", + "17828", + "22500", + "1299", + "16948", + "13607", + "7178", + "1393", + "9281", + "6813", + "13979", + "2358", + "11312", + "10886", + "3267", + "5981", + "21765", + "1423", + "20095", + "22638", + "21387", + "24397", + "9383", + "3260", + "1781", + "10273", + "21283", + "6159", + "17024", + "22537", + "7534", + "16486", + "1336", + "11304", + "17305", + "10242", + "15387", + "14301", + "22656", + "6406", + "15744", + "21623", + "16847", + "16949", + "18893", + "3116", + "18249", + "24974", + "9370", + "3592", + "6468", + "23675", + "23694", + "23891", + "10542", + "10571", + "21305", + "16342", + "13085", + "16137", + "12512", + "2839", + "13122", + "2844", + "14193", + "19485", + "20830", + "271", + "24387", + "1020", + "2845", + "3122", + "18688", + "20325", + "21838", + "17824", + "22358", + "18283", + "2843", + "587", + "24662", + "10027", + "14760", + "22568", + "10080", + "19722", + "10260", + "12020", + "4348", + "8572", + "10227", + "2524", + "5146", + "18020", + "19740", + "17286", + "2849", + "2847", + "16642", + "23623", + "3724", + "21816", + "20746", + "19897", + "10998", + "14420", + "15069", + "10087", + "13824", + "24591", + "23430", + "12713", + "10652", + "21098", + "21159", + "14002", + "13004", + "16817", + "14330", + "16352", + "2841", + "8797", + "4358", + "3754", + "10413", + "7965", + "17404", + "12503", + "12457", + "10020", + "8562", + "17682", + "2758", + "20870", + "16786", + "15832", + "10024", + "10023", + "2850", + "12731", + "9560", + "5326", + "10019", + "17334", + "5191", + "18808", + "7196", + "11116", + "15350", + "11422", + "23706", + "11802", + "19728", + "10584", + "11380", + "24468", + "6871", + "18275", + "23347", + "23786", + "4506", + "8055", + "12340", + "8605", + "13264", + "18146", + "16382", + "8564", + "13564", + "8956", + "21347", + "5308", + "23236", + "22752", + "14432", + "4795", + "7264", + "3895", + "7394", + "7245", + "24855", + "9885", + "12167", + "608", + "6628", + "15792", + "1261", + "14836", + "23500", + "8162", + "1850", + "20084", + "2840", + "4519", + "7353", + "19322", + "6489", + "22897", + "12960", + "22302", + "2655", + "6462", + "21851", + "24029", + "14299", + "20775", + "14557", + "8424", + "11248", + "24551", + "14648", + "11930", + "23977", + "17499", + "18530", + "2667", + "11903", + "11507", + "23745", + "12109", + "18460", + "1065", + "4990", + "22772", + "1987", + "8587", + "12759", + "46", + "23439", + "15458", + "13920", + "3682", + "21904", + "4236", + "21517", + "14300", + "13969", + "12030", + "1396", + "3848", + "17712", + "24568", + "17308", + "16708", + "2419", + "9030", + "12798", + "17872", + "22764", + "11513", + "20150", + "20101", + "9146", + "9937", + "5601", + "12403", + "20691", + "7374", + "20636", + "14732", + "13830", + "21699", + "8297", + "4283", + "9792", + "12032", + "17105", + "17929", + "21064", + "23415", + "24691", + "16542", + "7024", + "16411", + "23077", + "10335", + "22040", + "12098", + "16689", + "2096", + "5864", + "23800", + "2497", + "19457", + "726", + "20739", + "1949", + "13696", + "1948", + "21938", + "10735", + "3958", + "13218", + "9321", + "11162", + "11515", + "10324", + "5947", + "19210", + "20490", + "18028", + "6437", + "3240", + "17979", + "17214", + "12423", + "7880", + "23145", + "2861", + "23418", + "3961", + "23349", + "5040", + "22198", + "20890", + "10494", + "7099", + "21352", + "12259", + "17318", + "4870", + "23579", + "113", + "7260", + "6697", + "2120", + "18120", + "6478", + "22147", + "23303", + "23270", + "12039", + "2529", + "22597", + "6906", + "17049", + "6611", + "21005", + "14006", + "17901", + "11076", + "8485", + "21080", + "985", + "14971", + "5192", + "15970", + "22876", + "14987", + "13817", + "23859", + "23424", + "22941", + "24509", + "23245", + "22939", + "12794", + "23749", + "12035", + "23663", + "23698", + "18332", + "14622", + "24832", + "23916", + "23803", + "21257", + "22940", + "661", + "13104", + "1220", + "12980", + "23377", + "23226", + "14900", + "22936", + "6439", + "5094", + "4082", + "5295", + "21085", + "3357", + "14184", + "8130", + "18136", + "9586", + "22653", + "23601", + "1828", + "24164", + "24523", + "16217", + "24535", + "24524", + "24549", + "24510", + "24374", + "4058", + "10971", + "14703", + "23209", + "18911", + "23940", + "13964", + "4221", + "19586", + "24064", + "13386", + "20096", + "24485", + "2530", + "9031", + "940", + "5418", + "23890", + "11487", + "19971", + "13428", + "12540", + "23771", + "3261", + "20561", + "6403", + "22792", + "17703", + "12827", + "12417", + "17869", + "6944", + "2960", + "14672", + "24526", + "11722", + "24163", + "15579", + "19243", + "4141", + "15627", + "6454", + "22311", + "24754", + "23175", + "12138", + "14156", + "22753", + "17290", + "23462", + "13057", + "6689", + "10862", + "11837", + "22654", + "9483", + "15167", + "22064", + "14258", + "22142", + "19535", + "2863", + "24091", + "18792", + "13194", + "21657", + "24534", + "13072", + "7210", + "22985", + "11656", + "23142", + "24527", + "23163", + "24525", + "17166", + "24522", + "22273", + "13384", + "15108", + "10265", + "11055", + "11575", + "11858", + "15344", + "21456", + "10183", + "12381", + "14496", + "11919", + "11370", + "10523", + "12272", + "10992", + "15155", + "12298", + "16347", + "15116", + "14931", + "9463", + "18375", + "14631", + "22423", + "22182", + "20686", + "7184", + "8687", + "11134", + "24550", + "10385", + "24123", + "13431", + "16216", + "3159", + "11325", + "16381", + "13323", + "2081", + "21692", + "22999", + "13364", + "15969", + "1183", + "3454", + "15543", + "24655", + "823", + "22599", + "10377", + "22143", + "21569", + "21060", + "4062", + "19824", + "11405", + "8556", + "23533", + "2726", + "19880", + "23589", + "14260", + "9302", + "22685", + "13557", + "12990", + "21669", + "21182", + "15138", + "10951", + "22384", + "14377", + "17967", + "19447", + "18497", + "22039", + "11506", + "722", + "17921", + "758", + "11443", + "23205", + "3742", + "12355", + "16959", + "22684", + "4200", + "6807", + "3788", + "16701", + "14657", + "10392", + "17246", + "5786", + "18565", + "928", + "22344", + "5432", + "22695", + "22449", + "13491", + "11818", + "24677", + "12531", + "12522", + "17129", + "22160", + "6812", + "13554", + "20097", + "14202", + "18892", + "23211", + "20074", + "16784", + "6576", + "23257", + "24028", + "14462", + "14073", + "21607", + "22109", + "19898", + "10990", + "24756", + "24659", + "8143", + "21550", + "16641", + "13625", + "5632", + "21021", + "5863", + "12592", + "932", + "19809", + "16405", + "6236", + "22694", + "15998", + "20256", + "18089", + "18786", + "8977", + "1395", + "15008", + "17234", + "13524", + "20471", + "9510", + "21027", + "20656", + "17739", + "15486", + "11927", + "14678", + "13769", + "16150", + "16826", + "9775", + "4237", + "21696", + "18231", + "6169", + "21268", + "929", + "6366", + "9638", + "22179", + "931", + "19621", + "18492", + "22736", + "12295", + "4501", + "16963", + "23124", + "18954", + "16946", + "14167", + "10068", + "9304", + "21331", + "22798", + "2339", + "6785", + "6585", + "21676", + "24571", + "3744", + "5209", + "9280", + "21323", + "20180", + "9509", + "14519", + "9640", + "23951", + "23702", + "22001", + "13825", + "14676", + "9810", + "9812", + "6855", + "22438", + "9130", + "17048", + "20606", + "13075", + "6671", + "4988", + "11921", + "12310", + "870", + "3298", + "24408", + "14491", + "12287", + "17651", + "18240", + "18390", + "19887", + "9821", + "9811", + "20203", + "5774", + "17855", + "20655", + "16512", + "13923", + "21869", + "4483", + "23227", + "3309", + "12606", + "4414", + "9799", + "3293", + "18642", + "10677", + "7765", + "19272", + "725", + "3676", + "17635", + "17713", + "15581", + "13811", + "16140", + "2713", + "21564", + "3311", + "23345", + "272", + "976", + "18145", + "20571", + "2167", + "3016", + "3306", + "5093", + "3292", + "3314", + "15224", + "3312", + "9935", + "261", + "10284", + "4321", + "1171", + "9537", + "15062", + "3290", + "8325", + "14649", + "3024", + "6235", + "3285", + "5946", + "3013", + "3301", + "3294", + "3310", + "3034", + "1421", + "7632", + "9738", + "954", + "8323", + "2698", + "4292", + "14799", + "9411", + "22351", + "8593", + "21384", + "20230", + "21706", + "3017", + "3021", + "11589", + "3880", + "9409", + "8705", + "17633", + "19701", + "24877", + "17822", + "19670", + "10402", + "19747", + "8533", + "4148", + "9704", + "5633", + "16184", + "4277", + "13054", + "2696", + "5512", + "10892", + "22531", + "10536", + "14148", + "23618", + "3619", + "3218", + "21574", + "22720", + "10075", + "3709", + "17612", + "6111", + "6659", + "14975", + "16304", + "11227", + "11913", + "2699", + "5511", + "11677", + "23914", + "10222", + "19481", + "13414", + "11222", + "22445", + "8716", + "14582", + "15719", + "21966", + "21656", + "19799", + "20217", + "19817", + "4322", + "16037", + "3642", + "20152", + "12890", + "4550", + "21534", + "4324", + "1575", + "18379", + "21737", + "3479", + "20577", + "21792", + "7290", + "23974", + "22420", + "8522", + "5694", + "2197", + "357", + "4764", + "17522", + "16746", + "20764", + "9824", + "24516", + "14225", + "15255", + "12406", + "17487", + "20928", + "11928", + "23295", + "755", + "18627", + "19591", + "20259", + "21355", + "13342", + "17008", + "24498", + "23993", + "19184", + "21258", + "22164", + "15361", + "24159", + "9005", + "5703", + "19225", + "17764", + "6816", + "10803", + "15278", + "24174", + "22033", + "21996", + "7497", + "4032", + "5698", + "21177", + "21131", + "3735", + "16154", + "14709", + "377", + "10254", + "18141", + "17832", + "9692", + "14490", + "22402", + "22120", + "18196", + "13889", + "7582", + "12767", + "14938", + "11567", + "21445", + "10552", + "23123", + "14923", + "22380", + "14574", + "20868", + "689", + "19540", + "18178", + "10326", + "17323", + "19259", + "8712", + "18568", + "19162", + "22112", + "16616", + "2369", + "22262", + "17460", + "3364", + "12974", + "10616", + "20706", + "2876", + "7097", + "14255", + "23611", + "12922", + "1079", + "24719", + "23067", + "23437", + "17018", + "19536", + "23842", + "17427", + "23812", + "18293", + "18610", + "19186", + "21872", + "15691", + "11020", + "18116", + "24063", + "12237", + "14290", + "19802", + "18217", + "17442", + "22873", + "14559", + "17911", + "12677", + "15863", + "17576", + "21599", + "13046", + "20014", + "22888", + "14955", + "17397", + "11363", + "17831", + "13674", + "10503", + "18691", + "17490", + "22660", + "11690", + "12891", + "15593", + "11200", + "16677", + "11655", + "10140", + "915", + "10771", + "14855", + "19059", + "4663", + "2230", + "18363", + "11041", + "22005", + "24881", + "12653", + "12740", + "13159", + "7432", + "3974", + "15718", + "9026", + "23629", + "12475", + "7722", + "5317", + "10921", + "19858", + "1959", + "24774", + "3799", + "18802", + "17638", + "17477", + "18118", + "4168", + "21582", + "21731", + "8633", + "12689", + "7854", + "14690", + "15875", + "2660", + "8093", + "2250", + "14803", + "12488", + "19689", + "12229", + "23127", + "22227", + "7599", + "14357", + "7598", + "12059", + "7217", + "6452", + "903", + "14526", + "5300", + "9482", + "20363", + "23198", + "20367", + "912", + "22945", + "17387", + "18475", + "23971", + "8745", + "17710", + "14176", + "18464", + "14656", + "19793", + "15758", + "15293", + "2825", + "12290", + "21059", + "16176", + "23612", + "12575", + "19940", + "10456", + "24762", + "21181", + "18936", + "14614", + "22536", + "24738", + "17891", + "22877", + "6695", + "5902", + "16699", + "21619", + "22690", + "16854", + "14980", + "19554", + "15009", + "15032", + "9661", + "18938", + "10433", + "7907", + "4890", + "5529", + "9423", + "14906", + "23115", + "17517", + "17475", + "20941", + "9381", + "10288", + "15074", + "4902", + "17960", + "19875", + "7600", + "16122", + "10631", + "11763", + "20280", + "18996", + "20929", + "17538", + "20757", + "14251", + "5414", + "12830", + "21615", + "12202", + "2922", + "20287", + "6192", + "22462", + "12255", + "12612", + "13691", + "19408", + "20177", + "1672", + "10368", + "9354", + "20513", + "3090", + "12373", + "10309", + "20760", + "20521", + "20387", + "18960", + "20421", + "20175", + "20195", + "8737", + "3291", + "15682", + "19336", + "4143", + "19893", + "5157", + "3131", + "4476", + "13661", + "10766", + "9003", + "2364", + "480", + "23309", + "7796", + "2787", + "3297", + "9312", + "7697", + "24053", + "16078", + "17920", + "3296", + "23802", + "7795", + "3091", + "21357", + "3305", + "17417", + "733", + "13430", + "14343", + "3067", + "17737", + "17192", + "4504", + "11142", + "7586", + "10831", + "23692", + "5942", + "7306", + "18166", + "6017", + "7977", + "15237", + "8463", + "10577", + "10848", + "502", + "21435", + "20336", + "16627", + "12328", + "16516", + "20537", + "21880", + "21244", + "12932", + "7721", + "744", + "296", + "24703", + "14358", + "14145", + "12312", + "10394", + "11924", + "23751", + "7318", + "8365", + "8867", + "14183", + "17413", + "15642", + "17605", + "24883", + "14079", + "10308", + "5924", + "14746", + "8781", + "4111", + "21677", + "2620", + "6172", + "13413", + "10437", + "20536", + "14449", + "23146", + "17781", + "8181", + "2118", + "22587", + "1784", + "12771", + "15732", + "2113", + "24171", + "7412", + "5340", + "19988", + "15548", + "10627", + "9772", + "5381", + "11197", + "7397", + "19744", + "13503", + "2574", + "23801", + "14267", + "3914", + "5949", + "5061", + "10512", + "10097", + "11395", + "24688", + "22296", + "22705", + "11382", + "19161", + "12970", + "759", + "13631", + "3580", + "10177", + "10594", + "7888", + "10428", + "20028", + "799", + "10560", + "2755", + "4813", + "22926", + "2286", + "19929", + "8247", + "19814", + "19907", + "16967", + "3907", + "5799", + "7597", + "979", + "20503", + "24632", + "10739", + "21612", + "3476", + "22911", + "16843", + "19433", + "23367", + "20592", + "5905", + "20105", + "12093", + "20996", + "1868", + "14816", + "9588", + "5226", + "8243", + "8246", + "5147", + "5878", + "19199", + "21395", + "4816", + "20885", + "16477", + "21941", + "11323", + "1257", + "19553", + "22383", + "9771", + "20973", + "24406", + "13098", + "7437", + "19697", + "12204", + "18904", + "17731", + "4727", + "11204", + "10106", + "9598", + "18629", + "6480", + "2866", + "15978", + "8369", + "6440", + "13209", + "13205", + "7301", + "6160", + "14611", + "5230", + "22535", + "7436", + "7766", + "5913", + "5228", + "5915", + "7835", + "4817", + "17672", + "7768", + "16935", + "4810", + "7192", + "5227", + "22467", + "7767", + "7191", + "7434", + "16068", + "4814", + "7190", + "9591", + "7193", + "5335", + "21803", + "4488", + "16318", + "12349", + "12389", + "8367", + "10064", + "22570", + "22767", + "16518", + "22571", + "11529", + "22952", + "22293", + "15977", + "1600", + "19164", + "11836", + "21688", + "8798", + "3107", + "7076", + "6013", + "24467", + "21338", + "17973", + "13354", + "21627", + "21510", + "6183", + "8881", + "18405", + "20559", + "19724", + "15798", + "20608", + "15884", + "22237", + "17236", + "20657", + "12755", + "19649", + "15704", + "21841", + "12707", + "21857", + "17175", + "23833", + "1702", + "2538", + "15921", + "19570", + "4072", + "12910", + "6645", + "1887", + "16247", + "7867", + "8196", + "12164", + "3987", + "23580", + "4862", + "20983", + "12145", + "23465", + "9086", + "6117", + "6120", + "7331", + "17749", + "13293", + "18235", + "21922", + "6119", + "13450", + "6486", + "5352", + "15047", + "3127", + "17022", + "14891", + "22095", + "23950", + "22733", + "9881", + "20674", + "15633", + "24011", + "13357", + "12897", + "15322", + "10548", + "9770", + "20927", + "24085", + "24180", + "21642", + "20713", + "4797", + "2965", + "12913", + "16335", + "18889", + "19745", + "12743", + "23907", + "8296", + "21521", + "16133", + "11391", + "492", + "18071", + "16649", + "24932", + "18292", + "12452", + "13191", + "19351", + "16523", + "18263", + "1277", + "8565", + "12335", + "493", + "8089", + "23523", + "21214", + "19472", + "13124", + "6379", + "8090", + "19763", + "23008", + "2136", + "8465", + "20837", + "20453", + "20358", + "19380", + "17117", + "8092", + "22062", + "12339", + "23576", + "13121", + "22706", + "1260", + "4003", + "15044", + "21105", + "9856", + "12526", + "21143", + "23779", + "317", + "21245", + "17279", + "19415", + "7667", + "19468", + "22146", + "17836", + "19764", + "19705", + "21719", + "6121", + "18804", + "18801", + "22598", + "15327", + "6845", + "17975", + "23838", + "17196", + "19497", + "24125", + "16067", + "17449", + "5143", + "22282", + "9457", + "23577", + "21751", + "22899", + "11914", + "10593", + "15953", + "20532", + "7664", + "5795", + "736", + "6372", + "5271", + "14550", + "16878", + "13892", + "1976", + "22917", + "4551", + "19300", + "7247", + "11795", + "22019", + "13713", + "21067", + "23408", + "24798", + "14274", + "9583", + "10638", + "16609", + "12302", + "13953", + "15892", + "16371", + "20311", + "1339", + "8042", + "12822", + "4291", + "11008", + "1847", + "21249", + "4131", + "13646", + "6271", + "23242", + "7305", + "8732", + "13704", + "16585", + "22858", + "1699", + "12760", + "10408", + "14011", + "13910", + "16248", + "23581", + "10969", + "7229", + "11659", + "7132", + "21553", + "12459", + "22431", + "16224", + "24592", + "22817", + "11594", + "21819", + "21393", + "6199", + "14261", + "17604", + "22345", + "12883", + "23202", + "24116", + "14266", + "13217", + "16695", + "5667", + "8239", + "20761", + "20308", + "16138", + "22061", + "14157", + "18149", + "12224", + "18745", + "20664", + "22231", + "10654", + "21708", + "11212", + "5053", + "20547", + "18490", + "4692", + "3388", + "5747", + "5718", + "5683", + "13233", + "11214", + "2701", + "13963", + "8750", + "9359", + "8245", + "20286", + "3667", + "23858", + "6397", + "3144", + "6168", + "319", + "7453", + "21863", + "1878", + "7629", + "7090", + "18977", + "584", + "1880", + "12551", + "18376", + "20722", + "14405", + "12444", + "24739", + "17332", + "23840", + "20038", + "10325", + "19085", + "12977", + "16549", + "10268", + "6932", + "17163", + "23099", + "22630", + "11760", + "23393", + "21695", + "22125", + "21113", + "24834", + "1177", + "22023", + "17802", + "24077", + "14356", + "12016", + "13193", + "20111", + "19877", + "12450", + "22155", + "17908", + "14044", + "3229", + "12940", + "21483", + "11887", + "21633", + "22565", + "17680", + "4134", + "13984", + "5717", + "11725", + "16010", + "18765", + "23438", + "11681", + "1589", + "22313", + "15147", + "8277", + "19241", + "3320", + "750", + "24906", + "23336", + "6213", + "9117", + "11447", + "19640", + "20772", + "3498", + "10205", + "10364", + "15614", + "11129", + "11243", + "21358", + "12728", + "18357", + "7483", + "11086", + "23095", + "15849", + "10421", + "22713", + "15698", + "24790", + "4464", + "18648", + "22972", + "1790", + "16277", + "23527", + "14711", + "2436", + "10941", + "13162", + "24478", + "22839", + "7614", + "11853", + "15154", + "22925", + "16638", + "20394", + "10738", + "16282", + "8054", + "14076", + "18070", + "7774", + "12063", + "17060", + "16346", + "7455", + "3556", + "15118", + "14778", + "552", + "11040", + "15051", + "12053", + "39", + "20847", + "23373", + "12012", + "9723", + "16452", + "21679", + "9838", + "10802", + "601", + "4539", + "5156", + "2999", + "9291", + "3288", + "17874", + "22610", + "1263", + "13444", + "5344", + "4992", + "13216", + "17405", + "24500", + "19056", + "1929", + "18613", + "205", + "23477", + "4675", + "10916", + "13875", + "11551", + "11810", + "24372", + "18917", + "4907", + "14286", + "2644", + "8067", + "12966", + "7509", + "2643", + "5956", + "11219", + "17361", + "18777", + "2321", + "14411", + "5474", + "13911", + "14723", + "19119", + "15061", + "841", + "13954", + "22332", + "11138", + "19111", + "14414", + "10191", + "24032", + "16668", + "9183", + "9360", + "9694", + "8951", + "2748", + "14881", + "6712", + "22335", + "16008", + "9752", + "7566", + "8186", + "22356", + "23809", + "13952", + "16715", + "11088", + "11012", + "8390", + "4315", + "18816", + "5281", + "22749", + "9347", + "9466", + "2724", + "8668", + "16064", + "5193", + "17825", + "13587", + "13347", + "936", + "23298", + "1940", + "7256", + "14277", + "16471", + "21934", + "5705", + "11896", + "22432", + "13120", + "14717", + "1190", + "11834", + "4397", + "15987", + "1302", + "806", + "21163", + "22842", + "24694", + "16502", + "22622", + "3319", + "11309", + "14894", + "6641", + "23991", + "18248", + "1935", + "18840", + "8719", + "23269", + "5562", + "7995", + "17250", + "3361", + "14524", + "11126", + "16883", + "20579", + "12207", + "16964", + "12057", + "18234", + "11792", + "12714", + "8006", + "15821", + "5692", + "1598", + "18453", + "18845", + "19262", + "21172", + "7865", + "13282", + "24139", + "9290", + "17093", + "12150", + "23088", + "16362", + "2517", + "10798", + "19033", + "6264", + "10123", + "3925", + "11349", + "23868", + "19459", + "20141", + "3569", + "5646", + "12471", + "11421", + "2675", + "1660", + "2935", + "8662", + "10664", + "21295", + "14737", + "14565", + "21155", + "15275", + "14796", + "9024", + "11188", + "11537", + "16439", + "5416", + "12805", + "10952", + "7643", + "12043", + "22519", + "16769", + "21759", + "14946", + "7311", + "15648", + "15505", + "4150", + "8768", + "23461", + "10781", + "2603", + "17806", + "378", + "16442", + "21186", + "15839", + "1936", + "6525", + "17987", + "19381", + "8720", + "23730", + "8272", + "14281", + "5410", + "16798", + "6004", + "15650", + "10800", + "10844", + "23041", + "17005", + "23138", + "3064", + "7423", + "23317", + "7112", + "10858", + "22699", + "9299", + "7268", + "8666", + "24292", + "3472", + "8403", + "17553", + "5292", + "15935", + "10938", + "17834", + "16974", + "7931", + "24900", + "3348", + "11291", + "8431", + "19067", + "18227", + "24601", + "8800", + "1809", + "11009", + "8464", + "11030", + "1306", + "11155", + "11383", + "3062", + "9475", + "20842", + "1549", + "8230", + "8250", + "20283", + "20576", + "19601", + "1866", + "18091", + "10736", + "5722", + "12496", + "13756", + "22774", + "15628", + "20477", + "13842", + "13829", + "12765", + "19401", + "22810", + "24066", + "12587", + "6490", + "3764", + "1389", + "24021", + "3452", + "4453", + "23085", + "11123", + "13555", + "14770", + "8218", + "11821", + "1939", + "15982", + "15567", + "167", + "23255", + "2471", + "17772", + "7658", + "6293", + "1357", + "6513", + "9285", + "15115", + "6038", + "9064", + "12266", + "2740", + "23476", + "16765", + "23979", + "1855", + "4660", + "12327", + "6037", + "6518", + "12928", + "9344", + "17100", + "11998", + "6505", + "9649", + "21341", + "6510", + "6801", + "19723", + "18385", + "20089", + "21199", + "11457", + "6519", + "6509", + "6508", + "6506", + "22405", + "17453", + "6515", + "3347", + "6034", + "6517", + "17941", + "11585", + "22322", + "17082", + "23125", + "208", + "10434", + "19571", + "24943", + "17233", + "23432", + "7682", + "596", + "1883", + "19313", + "17559", + "7069", + "6035", + "7023", + "6802", + "10028", + "5006", + "13643", + "24880", + "1392", + "13543", + "21018", + "12508", + "20538", + "12244", + "9390", + "18087", + "14034", + "6511", + "12569", + "5076", + "13093", + "1441", + "1349", + "9485", + "23512", + "2105", + "12700", + "20109", + "10753", + "22620", + "20013", + "10540", + "6036", + "15460", + "20599", + "17226", + "15135", + "8409", + "24394", + "7164", + "22305", + "24148", + "24660", + "16925", + "1993", + "5983", + "24290", + "9865", + "17616", + "11070", + "19278", + "5290", + "21809", + "8665", + "23729", + "20260", + "11401", + "22880", + "20915", + "219", + "5243", + "7836", + "9698", + "2775", + "16615", + "6485", + "16696", + "17958", + "7230", + "24105", + "12211", + "1941", + "13134", + "18550", + "1822", + "11031", + "5211", + "1535", + "9044", + "19429", + "11192", + "19304", + "20758", + "15710", + "18850", + "22354", + "13669", + "10184", + "10475", + "2156", + "17646", + "1931", + "12572", + "17644", + "10233", + "22472", + "14742", + "8722", + "10778", + "23153", + "23607", + "24781", + "20281", + "1930", + "17636", + "13657", + "21964", + "20680", + "13445", + "2242", + "3029", + "9404", + "19835", + "11697", + "21897", + "14718", + "965", + "19191", + "914", + "7512", + "18019", + "21477", + "13230", + "1917", + "1934", + "9252", + "24836", + "21094", + "17055", + "8145", + "13702", + "23816", + "23387", + "13031", + "6861", + "17642", + "15216", + "17570", + "7080", + "13586", + "22797", + "24603", + "2256", + "17357", + "20997", + "7834", + "22676", + "410", + "22060", + "3590", + "17951", + "23280", + "16255", + "11327", + "18053", + "4751", + "16449", + "10687", + "21148", + "17573", + "9672", + "19206", + "14624", + "14811", + "21055", + "20441", + "14618", + "18577", + "17637", + "14844", + "13247", + "12165", + "13750", + "2582", + "16073", + "14371", + "12925", + "23871", + "11242", + "21351", + "20494", + "4978", + "1995", + "5561", + "22889", + "20816", + "24106", + "7842", + "21678", + "6984", + "14152", + "7169", + "15459", + "22523", + "6985", + "17741", + "4052", + "14433", + "19730", + "12135", + "13325", + "12486", + "20647", + "10557", + "11056", + "21814", + "911", + "11672", + "23407", + "9716", + "16096", + "2929", + "14762", + "19726", + "17164", + "10425", + "20783", + "1732", + "967", + "23351", + "1068", + "7317", + "15225", + "5796", + "23547", + "3019", + "1680", + "3023", + "10216", + "24069", + "17939", + "11139", + "4286", + "7398", + "1859", + "8858", + "2148", + "8467", + "1410", + "13008", + "15399", + "8617", + "7594", + "11985", + "15146", + "14204", + "3696", + "7708", + "17885", + "21396", + "1043", + "5472", + "6308", + "15433", + "4689", + "6307", + "9635", + "10841", + "13760", + "11976", + "21890", + "22950", + "519", + "7293", + "8829", + "3741", + "9097", + "9289", + "8040", + "3253", + "18926", + "6442", + "17761", + "3949", + "13987", + "22900", + "12289", + "16052", + "2202", + "7310", + "19458", + "6305", + "20034", + "16671", + "20174", + "20412", + "15019", + "6123", + "20092", + "2319", + "16079", + "4698", + "11587", + "17353", + "10928", + "13187", + "12177", + "5475", + "2123", + "12550", + "6204", + "3262", + "8679", + "12228", + "13015", + "20810", + "17039", + "2183", + "13570", + "22564", + "18383", + "21577", + "6781", + "17738", + "6212", + "21480", + "4649", + "7829", + "3701", + "6446", + "20434", + "2291", + "21559", + "21747", + "21390", + "20065", + "11714", + "14984", + "15153", + "5028", + "2232", + "3879", + "21142", + "556", + "13126", + "13819", + "5351", + "17902", + "54", + "9507", + "5316", + "12888", + "2596", + "20874", + "8019", + "22089", + "14428", + "23141", + "21567", + "10021", + "13103", + "10472", + "6516", + "22765", + "19905", + "6605", + "1404", + "11079", + "1405", + "14929", + "21160", + "20767", + "2380", + "1235", + "15371", + "24541", + "11010", + "5605", + "21354", + "9963", + "13770", + "19291", + "20597", + "21311", + "21101", + "13336", + "14873", + "21015", + "13957", + "3690", + "18300", + "20255", + "22260", + "5725", + "23997", + "21399", + "380", + "18168", + "15605", + "6557", + "14142", + "13807", + "24697", + "3045", + "20347", + "12252", + "8718", + "20872", + "24685", + "8595", + "1398", + "11359", + "1403", + "1937", + "14837", + "10625", + "19327", + "15056", + "3092", + "3699", + "8091", + "21906", + "1401", + "2722", + "1400", + "19020", + "6487", + "20459", + "22075", + "540", + "5262", + "14714", + "22949", + "18481", + "9038", + "18986", + "16206", + "2246", + "1351", + "1057", + "23102", + "4630", + "20264", + "12806", + "13961", + "19619", + "21075", + "11459", + "2550", + "16326", + "18153", + "20813", + "3847", + "2659", + "15702", + "14791", + "13417", + "15166", + "20418", + "23096", + "6465", + "5950", + "17974", + "5575", + "4894", + "23199", + "6471", + "16115", + "3594", + "2491", + "630", + "4424", + "4480", + "7608", + "21056", + "1543", + "11019", + "19778", + "17726", + "8559", + "20784", + "9745", + "10988", + "10644", + "12162", + "18578", + "24912", + "16551", + "17086", + "4174", + "17358", + "8664", + "1844", + "24980", + "7872", + "15713", + "23968", + "18048", + "12885", + "23479", + "3793", + "15121", + "18259", + "13432", + "14323", + "10427", + "23845", + "15125", + "13358", + "16051", + "7845", + "24034", + "11920", + "11774", + "9399", + "8932", + "20296", + "24682", + "24610", + "7328", + "1786", + "18678", + "7327", + "2029", + "20963", + "22580", + "12160", + "13119", + "1013", + "7760", + "12092", + "1324", + "7329", + "15922", + "3992", + "3391", + "12652", + "1427", + "16705", + "7852", + "22918", + "6118", + "16550", + "7787", + "12431", + "21136", + "2895", + "18486", + "13203", + "14861", + "5537", + "3332", + "7355", + "15552", + "11003", + "16956", + "6081", + "5386", + "3936", + "5931", + "9525", + "8513", + "4790", + "8921", + "7645", + "15295", + "454", + "23541", + "18480", + "10306", + "2652", + "22270", + "5539", + "15551", + "2240", + "19398", + "9101", + "4211", + "8237", + "24843", + "13801", + "11105", + "8479", + "414", + "11235", + "16736", + "13869", + "490", + "17945", + "12117", + "597", + "1932", + "8122", + "20797", + "9876", + "13454", + "13595", + "1787", + "16390", + "11423", + "13182", + "24253", + "11925", + "100", + "13369", + "17419", + "18081", + "5890", + "10842", + "22434", + "53", + "15705", + "5440", + "13381", + "13416", + "14226", + "18645", + "18764", + "22307", + "7732", + "2647", + "24046", + "15797", + "18354", + "16704", + "15912", + "10521", + "4416", + "12309", + "7784", + "15456", + "19766", + "22226", + "5626", + "9508", + "2609", + "3702", + "20069", + "22466", + "2116", + "17917", + "20479", + "51", + "9769", + "23241", + "11245", + "7529", + "15598", + "20144", + "17746", + "19565", + "18966", + "17104", + "18633", + "15600", + "15002", + "2600", + "23919", + "22357", + "21028", + "17565", + "21778", + "11931", + "20982", + "6357", + "4955", + "21353", + "8601", + "5109", + "3678", + "18237", + "9593", + "784", + "21032", + "18298", + "22998", + "9456", + "16943", + "16934", + "16804", + "20362", + "20961", + "11189", + "16718", + "16021", + "11956", + "18662", + "7709", + "4297", + "15192", + "20219", + "16908", + "4274", + "18129", + "23033", + "1078", + "21095", + "12047", + "12967", + "12354", + "17158", + "20431", + "6178", + "15017", + "21874", + "1200", + "21558", + "10808", + "181", + "21382", + "16312", + "6826", + "2424", + "20933", + "13620", + "13904", + "12101", + "16141", + "15610", + "11893", + "21135", + "15536", + "14118", + "17068", + "9699", + "3759", + "21415", + "1011", + "9254", + "2605", + "21585", + "3687", + "6039", + "10311", + "3849", + "1843", + "5437", +]; export const dataArgs: RarityFarmingData = { rarityGotchis: rarity, diff --git a/data/itemTypes/itemTypes.ts b/data/itemTypes/itemTypes.ts index 48b27d48..1bb01e67 100644 --- a/data/itemTypes/itemTypes.ts +++ b/data/itemTypes/itemTypes.ts @@ -9504,6 +9504,1752 @@ export const itemTypes: ItemTypeInput[] = [ experienceBonus: 0, kinshipBonus: 0, }, + { + name: "CHAAMPION of Rarity Farming SZN6 (Rarity)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of RARITY for Rarity Farming SZN 6. FANTASTIC! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 427, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN6 (Kinship)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of KINSHIP for Rarity Farming SZN 6. FANTASTIC! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 428, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN6 (XP)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of XP for Rarity Farming SZN 6. FANTASTIC! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 429, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 RARITY 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all RARITY for Rarity Farming SZN 6. Incredible! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 430, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 KINSHIP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all KINSHIP for Rarity Farming SZN 6. Incredible! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 431, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 XP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all XP for Rarity Farming SZN 6. Incredible! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 5k to 7500 winning gotchis each round!", + svgId: 432, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 RARITY 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all RARITY for Rarity Farming SZN 6. Impressive! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 433, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 KINSHIP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all KINSHIP for Rarity Farming SZN 6. Impressive! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 434, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 XP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all XP for Rarity Farming SZN 6. Impressive! From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 435, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 Raanked", + description: + "This Aavegotchi achieved leaderboard ranking in at least one category during the fifth season of Rarity Farming. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 436, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 12846, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 RARITY Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of RARITY for Rarity Farming SZN 6. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 437, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 KINSHIP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of KINSHIP for Rarity Farming SZN 6. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 438, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 XP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of XP for Rarity Farming SZN 6. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 439, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 RARITY Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of RARITY for Rarity Farming SZN 6. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 440, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 KINSHIP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of KINSHIP for Rarity Farming SZN 6. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 441, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN6 XP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of XP for Rarity Farming SZN 6. From June 21st to August 10th, 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 442, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN7 (Rarity)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of RARITY for Rarity Farming SZN 7. FANTASTIC! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 443, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN7 (Kinship)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of KINSHIP for Rarity Farming SZN 7. FANTASTIC! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 444, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN7 (XP)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of XP for Rarity Farming SZN 7. FANTASTIC! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 445, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 RARITY 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all RARITY for Rarity Farming SZN 7. Incredible! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 446, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 KINSHIP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all KINSHIP for Rarity Farming SZN 7. Incredible! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 447, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 XP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all XP for Rarity Farming SZN 7. Incredible! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 5k to 7500 winning gotchis each round!", + svgId: 448, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 RARITY 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all RARITY for Rarity Farming SZN 7. Impressive! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 449, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 KINSHIP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all KINSHIP for Rarity Farming SZN 7. Impressive! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 450, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 XP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all XP for Rarity Farming SZN 7. Impressive! From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 451, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 Raanked", + description: + "This Aavegotchi achieved leaderboard ranking in at least one category during the fifth season of Rarity Farming. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 452, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 12462, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 RARITY Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of RARITY for Rarity Farming SZN 7. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 453, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 KINSHIP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of KINSHIP for Rarity Farming SZN 7. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 454, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 XP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of XP for Rarity Farming SZN 7. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 455, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 RARITY Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of RARITY for Rarity Farming SZN 7. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 456, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 KINSHIP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of KINSHIP for Rarity Farming SZN 7. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 457, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN7 XP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of XP for Rarity Farming SZN 7. From October 31st to December 26th , 2023, the fifth season of Rarity Farming distributed 1.5 million GHST over 8 weeks. Each of the 3 leaderboards has 7500 winning gotchis each round!", + svgId: 458, + minLevel: 0, + canBeTransferred: false, + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN8 (Rarity)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of RARITY for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 459, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN8 (Kinship)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of KINSHIP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 460, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN8 (XP)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of XP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 461, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 RARITY 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all RARITY for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 462, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 KINSHIP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all KINSHIP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 463, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 XP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all XP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 464, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 RARITY 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all RARITY for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 465, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 KINSHIP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all KINSHIP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 466, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 XP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all XP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 467, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 Raanked", + description: + "This Aavegotchi achieved leaderboard ranking in at least one category during Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 468, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 12522, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 RARITY Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of RARITY for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 469, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 KINSHIP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of KINSHIP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 470, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 XP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of XP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 471, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 RARITY Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of RARITY for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 472, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 KINSHIP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of KINSHIP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 473, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN8 XP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of XP for Rarity Farming SZN 8. During SZN 8, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 474, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN9 (Rarity)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of RARITY for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 475, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN9 (Kinship)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of KINSHIP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 476, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN9 (XP)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of XP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 477, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 RARITY 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all RARITY for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 478, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 KINSHIP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all KINSHIP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 479, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 XP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all XP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 480, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 RARITY 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all RARITY for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 481, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 KINSHIP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all KINSHIP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 482, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 XP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all XP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 483, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 Raanked", + description: + "This Aavegotchi achieved leaderboard ranking in at least one category during Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 484, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 12162, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 RARITY Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of RARITY for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 485, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 KINSHIP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of KINSHIP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 486, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 XP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of XP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 487, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 RARITY Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of RARITY for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 488, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 KINSHIP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of KINSHIP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 489, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN9 XP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of XP for Rarity Farming SZN 9. During SZN 9, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 490, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN10 (Rarity)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of RARITY for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 491, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN10 (Kinship)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of KINSHIP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 492, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "CHAAMPION of Rarity Farming SZN10 (XP)", + description: + "Scored across all four rounds, this Aavegotchi is the ultimate chaampion of XP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 493, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 RARITY 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all RARITY for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 494, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 KINSHIP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all KINSHIP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 495, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 XP 2nd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 2nd highest ranked of all XP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 496, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 RARITY 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all RARITY for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 497, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 KINSHIP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all KINSHIP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 498, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 XP 3rd Place", + description: + "Scored across all four rounds, this Aavegotchi is the 3rd highest ranked of all XP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 499, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 1, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 Raanked", + description: + "This Aavegotchi achieved leaderboard ranking in at least one category during Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 500, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 12093, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 RARITY Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of RARITY for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 501, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 KINSHIP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of KINSHIP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 502, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 XP Top 10", + description: + "This Aavegotchi achieved a rank in the top 10 of XP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 503, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 7, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 RARITY Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of RARITY for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 504, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 KINSHIP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of KINSHIP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 505, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, + { + name: "Rarity Farming SZN10 XP Top 100", + description: + "This Aavegotchi achieved a rank in the top 100 of XP for Rarity Farming SZN 10. During SZN 10, 1.5 million GHST was distributed across four rounds with 7500 winning gotchis on each leaderboard!", + svgId: 506, + minLevel: 0, + canBeTransferred: false, + + maxQuantity: 90, + totalQuantity: 0, + setId: [], + author: "xibot", + dimensions: { x: 0, y: 0, width: 0, height: 0 }, + allowedCollaterals: [], + ghstPrice: 0, + traitModifiers: [0, 0, 0, 0, 0, 0], + slotPositions: "none", + category: 1, + experienceBonus: 0, + kinshipBonus: 0, + canPurchaseWithGhst: false, + }, ]; export type { ItemTypeInput } from "../../scripts/itemTypeHelpers"; diff --git a/diamondABI/diamond.json b/diamondABI/diamond.json index 1c419ab3..d144b6b5 100644 --- a/diamondABI/diamond.json +++ b/diamondABI/diamond.json @@ -1 +1 @@ -[{"anonymous":false,"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"createdAtBlock","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256","name":"activeListing","type":"uint256"}],"indexed":false,"internalType":"struct AavegotchiBridgeFacet.AavegotchiHistoricalRecord","name":"data","type":"tuple"}],"name":"AavegotchiHistory","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_claimedAt","type":"uint256"}],"name":"ClaimedAt","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"address","name":"buyer","type":"address"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"},{"components":[{"internalType":"uint8","name":"portalOptionId","type":"uint8"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint16","name":"baseRarityScore","type":"uint16"}],"internalType":"struct AavegotchiBridgeFacet.PortalOption[]","name":"options","type":"tuple[]"},{"internalType":"string","name":"status","type":"string"},{"internalType":"uint256","name":"boughtAtBlock","type":"uint256"},{"internalType":"uint256","name":"openedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedTimestamp","type":"uint256"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"activeListingId","type":"uint256"}],"indexed":false,"internalType":"struct AavegotchiBridgeFacet.AavegotchiSubgraphPortalData","name":"data","type":"tuple"}],"name":"PortalData","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ResyncAavegotchis","type":"event"},{"inputs":[{"components":[{"internalType":"address","name":"to","type":"address"},{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.ItemBalance[]","name":"itemBalances","type":"tuple[]"}],"internalType":"struct AavegotchiBridgeFacet.MintItemsBridged[]","name":"_mintItemsBridged","type":"tuple[]"}],"name":"batchMintItems","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_claimedAtBlocks","type":"uint256[]"}],"name":"emitClaimedEvent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"internalType":"struct AavegotchiBridgeFacet.MintAavegotchiParams[]","name":"_params","type":"tuple[]"}],"name":"mintAavegotchiBridged","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"createdAtBlock","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256","name":"activeListing","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiHistoricalRecord[]","name":"_records","type":"tuple[]"}],"name":"processHistoricalAavegotchiData","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"address","name":"buyer","type":"address"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"},{"components":[{"internalType":"uint8","name":"portalOptionId","type":"uint8"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint16","name":"baseRarityScore","type":"uint16"}],"internalType":"struct AavegotchiBridgeFacet.PortalOption[]","name":"options","type":"tuple[]"},{"internalType":"string","name":"status","type":"string"},{"internalType":"uint256","name":"boughtAtBlock","type":"uint256"},{"internalType":"uint256","name":"openedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedTimestamp","type":"uint256"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"activeListingId","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiSubgraphPortalData[]","name":"_dataEntries","type":"tuple[]"}],"name":"processSubgraphData","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"resyncAavegotchis","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"components":[{"internalType":"uint256","name":"itemid","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiItembalance[]","name":"balances","type":"tuple[]"}],"internalType":"struct AavegotchiBridgeFacet.Aavegotchi998Data[]","name":"_data","type":"tuple[]"}],"name":"setAavegotchi998Data","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"components":[{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"int8[6]","name":"temporaryTraitBoosts","type":"int8[6]"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"interactionCount","type":"uint256"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint40","name":"claimTime","type":"uint40"},{"internalType":"uint40","name":"lastTemporaryBoost","type":"uint40"},{"internalType":"uint16","name":"hauntId","type":"uint16"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint8","name":"status","type":"uint8"},{"internalType":"uint40","name":"lastInteracted","type":"uint40"},{"internalType":"bool","name":"locked","type":"bool"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"respecCount","type":"uint256"},{"internalType":"uint256","name":"baseRandomNumber","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiBridged[]","name":"_aavegotchis","type":"tuple[]"}],"name":"setMetadata","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_approved","type":"bool"}],"name":"PetOperatorApprovalForAll","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"aavegotchiClaimTime","outputs":[{"internalType":"uint256","name":"claimTime_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"allAavegotchisOfOwner","outputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo[]","name":"aavegotchiInfos_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_approved","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"balance_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"batchOwnerOf","outputs":[{"internalType":"address[]","name":"owners_","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchi","outputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo","name":"aavegotchiInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"approved_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"approved_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isPetOperatorForAll","outputs":[{"internalType":"bool","name":"approved_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"owner_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setPetOperatorForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"tokenIdsOfOwner","outputs":[{"internalType":"uint32[]","name":"tokenIds_","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"totalSupply_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ClaimAavegotchi","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_time","type":"uint256"}],"name":"LockAavegotchi","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ResetSkillpoints","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"string","name":"_oldName","type":"string"},{"indexed":false,"internalType":"string","name":"_newName","type":"string"}],"name":"SetAavegotchiName","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_batchId","type":"uint256"},{"indexed":false,"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"name":"SetBatchId","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"int16[4]","name":"_values","type":"int16[4]"}],"name":"SpendSkillpoints","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_time","type":"uint256"}],"name":"UnLockAavegotchi","type":"event"},{"inputs":[{"internalType":"uint256","name":"_experience","type":"uint256"}],"name":"aavegotchiLevel","outputs":[{"internalType":"uint256","name":"level_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"string","name":"_name","type":"string"}],"name":"aavegotchiNameAvailable","outputs":[{"internalType":"bool","name":"available_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"availableSkillPoints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"}],"name":"baseRarityScore","outputs":[{"internalType":"uint256","name":"rarityScore_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_option","type":"uint256"},{"internalType":"uint256","name":"_stakeAmount","type":"uint256"}],"name":"claimAavegotchi","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"currentHaunt","outputs":[{"internalType":"uint256","name":"hauntId_","type":"uint256"},{"components":[{"internalType":"uint256","name":"hauntMaxSize","type":"uint256"},{"internalType":"uint256","name":"portalPrice","type":"uint256"},{"internalType":"bytes3","name":"bodyColor","type":"bytes3"},{"internalType":"uint24","name":"totalCount","type":"uint24"}],"internalType":"struct Haunt","name":"haunt_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"getGotchiBaseNumericTraits","outputs":[{"internalType":"int16[6]","name":"numericTraits_","type":"int16[6]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getNumericTraits","outputs":[{"internalType":"int16[6]","name":"numericTraits_","type":"int16[6]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ghstAddress","outputs":[{"internalType":"address","name":"contract_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"interact","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"isAavegotchiLocked","outputs":[{"internalType":"bool","name":"isLocked","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"kinship","outputs":[{"internalType":"uint256","name":"score_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"modifiedTraitsAndRarityScore","outputs":[{"internalType":"int16[6]","name":"numericTraits_","type":"int16[6]"},{"internalType":"uint256","name":"rarityScore_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"portalAavegotchiTraits","outputs":[{"components":[{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint256","name":"minimumStake","type":"uint256"}],"internalType":"struct PortalAavegotchiTraitsIO[10]","name":"portalAavegotchiTraits_","type":"tuple[10]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"}],"name":"rarityMultiplier","outputs":[{"internalType":"uint256","name":"multiplier_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint32","name":"_gotchiId","type":"uint32"}],"name":"reduceKinshipViaChanneling","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"resetSkillPoints","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"respecCount","outputs":[{"internalType":"uint256","name":"respecCount_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"revenueShares","outputs":[{"components":[{"internalType":"address","name":"burnAddress","type":"address"},{"internalType":"address","name":"daoAddress","type":"address"},{"internalType":"address","name":"rarityFarming","type":"address"},{"internalType":"address","name":"pixelCraft","type":"address"}],"internalType":"struct AavegotchiGameFacet.RevenueSharesIO","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"string","name":"_name","type":"string"}],"name":"setAavegotchiName","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_realm","type":"address"}],"name":"setRealmAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"int16[4]","name":"_values","type":"int16[4]"}],"name":"spendSkillPoints","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_count","type":"uint256"},{"internalType":"uint256","name":"_skip","type":"uint256"},{"internalType":"bool","name":"all","type":"bool"}],"name":"tokenIdsWithKinship","outputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"}],"internalType":"struct AavegotchiGameFacet.TokenIdsWithKinship[]","name":"tokenIdsWithKinship_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_experience","type":"uint256"}],"name":"xpUntilNextLevel","outputs":[{"internalType":"uint256","name":"requiredXp_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_reduceAmount","type":"uint256"}],"name":"DecreaseStake","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"experience","type":"uint256"}],"name":"ExperienceTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_stakeAmount","type":"uint256"}],"name":"IncreaseStake","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"collateralBalance","outputs":[{"internalType":"address","name":"collateralType_","type":"address"},{"internalType":"address","name":"escrow_","type":"address"},{"internalType":"uint256","name":"balance_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"internalType":"uint256","name":"_collateralId","type":"uint256"}],"name":"collateralInfo","outputs":[{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO","name":"collateralInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"}],"name":"collaterals","outputs":[{"internalType":"address[]","name":"collateralTypes_","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_toId","type":"uint256"}],"name":"decreaseAndDestroy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_reduceAmount","type":"uint256"}],"name":"decreaseStake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getAllCollateralTypes","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"}],"name":"getCollateralInfo","outputs":[{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO[]","name":"collateralInfo_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_stakeAmount","type":"uint256"}],"name":"increaseStake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_collateralToken","type":"address"},{"internalType":"uint8","name":"_svgId","type":"uint8"}],"name":"setCollateralEyeShapeSvgId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"indexed":false,"internalType":"struct AavegotchiCollateralTypeIO","name":"_collateralType","type":"tuple"}],"name":"AddCollateralType","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"indexed":false,"internalType":"struct ItemType","name":"_itemType","type":"tuple"}],"name":"AddItemType","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"indexed":false,"internalType":"struct WearableSet","name":"_wearableSet","type":"tuple"}],"name":"AddWearableSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_contract","type":"address"},{"indexed":false,"internalType":"bool","name":"_allow","type":"bool"}],"name":"BaazaarTradingAllowlistUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_hauntId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_hauntMaxSize","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_portalPrice","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"_bodyColor","type":"bytes32"}],"name":"CreateHaunt","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousDao","type":"address"},{"indexed":true,"internalType":"address","name":"newDao","type":"address"}],"name":"DaoTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousDaoTreasury","type":"address"},{"indexed":true,"internalType":"address","name":"newDaoTreasury","type":"address"}],"name":"DaoTreasuryTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":false,"internalType":"bool","name":"excluded","type":"bool"}],"name":"ERC1155ListingExclusionUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_forgeDiamond","type":"address"}],"name":"ForgeDiamondUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousForge","type":"address"},{"indexed":true,"internalType":"address","name":"newForge","type":"address"}],"name":"ForgeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_newGHSTContract","type":"address"}],"name":"GHSTContractUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"gameManager_","type":"address"},{"indexed":true,"internalType":"uint256","name":"limit_","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"refreshTime_","type":"uint256"}],"name":"GameManagerAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"gameManager_","type":"address"}],"name":"GameManagerRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_newBridge","type":"address"}],"name":"GotchiGeistBridgeUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_newBridge","type":"address"}],"name":"ItemGeistBridgeUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newItemManager_","type":"address"}],"name":"ItemManagerAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"itemManager_","type":"address"}],"name":"ItemManagerRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_wearableId","type":"uint256"},{"indexed":false,"internalType":"int8[6]","name":"_traitModifiers","type":"int8[6]"},{"indexed":false,"internalType":"uint8","name":"_rarityScoreModifier","type":"uint8"}],"name":"ItemModifiersSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_maxQuanities","type":"uint256[]"}],"name":"ItemTypeMaxQuantity","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"RemoveExperience","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"int16[6]","name":"_oldModifiers","type":"int16[6]"},{"indexed":false,"internalType":"int16[6]","name":"_newModifiers","type":"int16[6]"}],"name":"UpdateCollateralModifiers","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_itemId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"UpdateItemPrice","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"indexed":false,"internalType":"struct ItemType","name":"_itemType","type":"tuple"}],"name":"UpdateItemType","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_setId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"indexed":false,"internalType":"struct WearableSet","name":"_wearableSet","type":"tuple"}],"name":"UpdateWearableSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_wearableDiamond","type":"address"}],"name":"WearableDiamondUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_wearableId","type":"uint256"},{"indexed":false,"internalType":"bool[16]","name":"_slotPositions","type":"bool[16]"}],"name":"WearableSlotPositionsSet","type":"event"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO[]","name":"_collateralTypes","type":"tuple[]"}],"name":"addCollateralTypes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_newGameManagers","type":"address[]"},{"internalType":"uint256[]","name":"_limits","type":"uint256[]"}],"name":"addGameManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_newItemManagers","type":"address[]"}],"name":"addItemManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"_itemTypes","type":"tuple[]"}],"name":"addItemTypes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"_itemTypes","type":"tuple[]"},{"internalType":"string","name":"_svg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_typesAndSizes","type":"tuple[]"}],"name":"addItemTypesAndSvgs","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet[]","name":"_wearableSets","type":"tuple[]"}],"name":"addWearableSets","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_newPrices","type":"uint256[]"}],"name":"batchUpdateItemsPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint24","name":"_hauntMaxSize","type":"uint24"},{"internalType":"uint96","name":"_portalPrice","type":"uint96"},{"internalType":"bytes3","name":"_bodyColor","type":"bytes3"}],"name":"createHaunt","outputs":[{"internalType":"uint256","name":"hauntId_","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint24","name":"_hauntMaxSize","type":"uint24"},{"internalType":"uint96","name":"_portalPrice","type":"uint96"},{"internalType":"bytes3","name":"_bodyColor","type":"bytes3"},{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO[]","name":"_collateralTypes","type":"tuple[]"},{"internalType":"string","name":"_collateralSvg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_collateralTypesAndSizes","type":"tuple[]"},{"internalType":"string","name":"_eyeShapeSvg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_eyeShapeTypesAndSizes","type":"tuple[]"}],"internalType":"struct DAOFacet.CreateHauntPayload","name":"_payload","type":"tuple"}],"name":"createHauntWithPayload","outputs":[{"internalType":"uint256","name":"hauntId_","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"gameManagerBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"gameManagerRefreshTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_contract","type":"address"}],"name":"getBaazaarTradingAllowlist","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getDaoDirectorTreasury","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getForgeDiamond","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getGHSTContract","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWearableDiamond","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"grantExperience","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"isGameManager","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"mintItems","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"removeExperience","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_gameManagers","type":"address[]"}],"name":"removeGameManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_itemManagers","type":"address[]"}],"name":"removeItemManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_contracts","type":"address[]"},{"internalType":"bool[]","name":"_allows","type":"bool[]"}],"name":"setBaazaarTradingAllowlists","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newDao","type":"address"},{"internalType":"address","name":"_newDaoTreasury","type":"address"}],"name":"setDao","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"treasuryAddr","type":"address"}],"name":"setDaoDirectorTreasury","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"bool[]","name":"flags","type":"bool[]"}],"name":"setERC1155ListingExclusions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newForge","type":"address"}],"name":"setForge","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_forgeDiamond","type":"address"}],"name":"setForgeDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_ghstContract","type":"address"}],"name":"setGHSTContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_wearableId","type":"uint256"},{"internalType":"int8[6]","name":"_traitModifiers","type":"int8[6]"},{"internalType":"uint8","name":"_rarityScoreModifier","type":"uint8"}],"name":"setItemTraitModifiersAndRarityModifier","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_wearableDiamond","type":"address"}],"name":"setWearableDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_wearableId","type":"uint256"},{"internalType":"bool[16]","name":"_slotPositions","type":"bool[16]"}],"name":"setWearableSlotPositions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_collateralType","type":"address"},{"internalType":"int16[6]","name":"_modifiers","type":"int16[6]"}],"name":"updateCollateralModifiers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_maxQuantities","type":"uint256[]"}],"name":"updateItemTypeMaxQuantity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_indices","type":"uint256[]"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"_itemTypes","type":"tuple[]"}],"name":"updateItemTypes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_setIds","type":"uint256[]"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet[]","name":"_wearableSets","type":"tuple[]"}],"name":"updateWearableSets","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"duration","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155BuyOrderAdd","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155BuyOrderCancel","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155BuyOrderExecute","type":"event"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"}],"name":"cancelERC1155BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"},{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"}],"name":"executeERC1155BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_duration","type":"uint256"}],"name":"placeERC1155BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingFeeInWei","type":"uint256"}],"name":"ChangedListingFee","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ExecutedListing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"ERC1155ExecutedToRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ListingAdd","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"indexed":false,"internalType":"address","name":"affiliate","type":"address"}],"name":"ERC1155ListingSplit","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"ERC1155ListingWhitelistSet","type":"event"},{"inputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct ERC1155MarketplaceFacet.ExecuteERC1155ListingParams[]","name":"listings","type":"tuple[]"}],"name":"batchExecuteERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"internalType":"uint256[]","name":"_priceInWeis","type":"uint256[]"}],"name":"batchUpdateERC1155ListingPriceAndQuantity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"cancelERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"}],"name":"cancelERC1155Listings","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"executeERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contractAddress","type":"address"},{"internalType":"uint256","name":"_itemId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"address","name":"_recipient","type":"address"}],"name":"executeERC1155ListingToRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"setERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"}],"name":"setERC1155ListingWithSplit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"},{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"setERC1155ListingWithWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingFeeInWei","type":"uint256"}],"name":"setListingFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256[]","name":"_erc1155TypeIds","type":"uint256[]"},{"internalType":"address","name":"_owner","type":"address"}],"name":"updateBatchERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"updateERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"updateERC1155ListingPriceAndQuantity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"duration","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"validationHash","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721BuyOrderAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721BuyOrderCanceled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721BuyOrderExecuted","type":"event"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"}],"name":"cancelERC721BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"},{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"executeERC721BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"}],"name":"getERC721BuyOrder","outputs":[{"components":[{"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"internalType":"address","name":"buyer","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"bytes32","name":"validationHash","type":"bytes32"},{"internalType":"bool[]","name":"validationOptions","type":"bool[]"}],"internalType":"struct ERC721BuyOrder","name":"buyOrder_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_buyOrderIds","type":"uint256[]"}],"name":"getERC721BuyOrderStatuses","outputs":[{"components":[{"internalType":"string","name":"status","type":"string"},{"internalType":"uint256","name":"buyOrderId","type":"uint256"}],"internalType":"struct ERC721BuyOrderFacet.StatusesReturn[]","name":"statuses_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_duration","type":"uint256"},{"internalType":"bool[]","name":"_validationOptions","type":"bool[]"}],"name":"placeERC721BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ExecutedListing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"ERC721ExecutedToRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingAdd","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"indexed":false,"internalType":"address","name":"affiliate","type":"address"}],"name":"ERC721ListingSplit","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"ERC721ListingWhitelistSet","type":"event"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"addERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"}],"name":"addERC721ListingWithSplit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"},{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"addERC721ListingWithWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct ERC721MarketplaceFacet.ExecuteERC721ListingParams[]","name":"listings","type":"tuple[]"}],"name":"batchExecuteERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_priceInWeis","type":"uint256[]"}],"name":"batchUpdateERC721ListingPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"cancelERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"}],"name":"cancelERC721ListingByToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"}],"name":"cancelERC721Listings","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contractAddress","type":"address"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_recipient","type":"address"}],"name":"executeERC721ListingToRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"updateERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"updateERC721ListingPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"_erc20Contract","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_depositAmount","type":"uint256"}],"name":"Erc20Deposited","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"_erc20Contract","type":"address"},{"indexed":false,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_transferAmount","type":"uint256"}],"name":"TransferEscrow","type":"event"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"address[]","name":"_erc20Contracts","type":"address[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchDepositERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchDepositGHST","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"address[]","name":"_erc20Contracts","type":"address[]"},{"internalType":"address[]","name":"_recipients","type":"address[]"},{"internalType":"uint256[]","name":"_transferAmounts","type":"uint256[]"}],"name":"batchTransferEscrow","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_erc20Contract","type":"address"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"depositERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_erc20Contract","type":"address"}],"name":"escrowBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"gotchiEscrow","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_erc20Contract","type":"address"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_transferAmount","type":"uint256"}],"name":"transferEscrow","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"},{"internalType":"uint96","name":"_initialCost","type":"uint96"},{"internalType":"uint32","name":"_period","type":"uint32"},{"internalType":"uint8[3]","name":"_revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"_originalOwner","type":"address"},{"internalType":"address","name":"_thirdParty","type":"address"},{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address[]","name":"_revenueTokens","type":"address[]"},{"internalType":"uint256","name":"_permissions","type":"uint256"}],"name":"addGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLendingFacet.AddGotchiListing","name":"p","type":"tuple"}],"name":"addGotchiListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"},{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"},{"internalType":"uint96","name":"_initialCost","type":"uint96"},{"internalType":"uint32","name":"_period","type":"uint32"},{"internalType":"uint8[3]","name":"_revenueSplit","type":"uint8[3]"}],"name":"agreeGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLendingFacet.AddGotchiListing[]","name":"listings","type":"tuple[]"}],"name":"batchAddGotchiListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_listingIds","type":"uint32[]"}],"name":"batchCancelGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_erc721TokenIds","type":"uint32[]"}],"name":"batchCancelGotchiLendingByToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_tokenIds","type":"uint32[]"}],"name":"batchClaimAndEndAndRelistGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_tokenIds","type":"uint32[]"}],"name":"batchClaimAndEndGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_tokenIds","type":"uint32[]"}],"name":"batchClaimGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint32","name":"extension","type":"uint32"}],"internalType":"struct GotchiLendingFacet.BatchRenew[]","name":"_batchRenewParams","type":"tuple[]"}],"name":"batchExtendGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"cancelGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"cancelGotchiLendingByToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"claimAndEndAndRelistGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"claimAndEndGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"claimGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"uint32","name":"extension","type":"uint32"}],"name":"extendGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"UseConsumables","type":"event"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"bal_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"_owners","type":"address[]"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"}],"name":"balanceOfBatch","outputs":[{"internalType":"uint256[]","name":"bals","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"balanceOfToken","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16[16]","name":"_wearablesToEquip","type":"uint16[16]"},{"internalType":"uint256[16]","name":"_depositIds","type":"uint256[16]"}],"name":"equipDelegatedWearables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16[16]","name":"_wearablesToEquip","type":"uint16[16]"}],"name":"equipWearables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"equippedWearables","outputs":[{"internalType":"uint16[16]","name":"wearableIds_","type":"uint16[16]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getItemType","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getItemTypes","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"itemTypes_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"itemBalances","outputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct ItemsFacet.ItemIdIO[]","name":"bals_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"itemBalancesOfToken","outputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct ItemsFacet.ItemIdIO[]","name":"bals_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"itemBalancesOfTokenWithTypes","outputs":[{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"itemBalancesOfTokenWithTypes_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"itemBalancesWithTypes","outputs":[{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"output_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_value","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"uri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"useConsumables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_tokenAddress","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_isApproved","type":"bool"}],"name":"RoleApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"_role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"_grantee","type":"address"},{"indexed":false,"internalType":"uint64","name":"_expirationDate","type":"uint64"},{"indexed":false,"internalType":"bool","name":"_revocable","type":"bool"},{"indexed":false,"internalType":"bytes","name":"_data","type":"bytes"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"_role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"_grantee","type":"address"}],"name":"RoleRevoked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_grantor","type":"address"},{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"},{"indexed":true,"internalType":"address","name":"_tokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_tokenAmount","type":"uint256"}],"name":"TokensCommitted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"}],"name":"TokensReleased","type":"event"},{"inputs":[],"name":"MAX_EXPIRATION_DATE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNIQUE_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_grantor","type":"address"},{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_tokenAmount","type":"uint256"}],"name":"commitTokens","outputs":[{"internalType":"uint256","name":"depositId_","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"},{"internalType":"uint64","name":"_expirationDate","type":"uint64"},{"internalType":"bool","name":"_revocable","type":"bool"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"grantorOf","outputs":[{"internalType":"address","name":"grantor_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"address","name":"_grantor","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isRoleApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"isRoleRevocable","outputs":[{"internalType":"bool","name":"revocable_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"releaseTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"roleData","outputs":[{"internalType":"bytes","name":"data_","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"roleExpirationDate","outputs":[{"internalType":"uint64","name":"expirationDate_","type":"uint64"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_isApproved","type":"bool"}],"name":"setRoleApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"tokenAddressOf","outputs":[{"internalType":"address","name":"tokenAddress_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"tokenAmountOf","outputs":[{"internalType":"uint256","name":"tokenAmount_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"tokenIdOf","outputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256[]","name":"_toTokenIds","type":"uint256[]"},{"internalType":"uint256[][]","name":"_ids","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_values","type":"uint256[][]"}],"name":"batchBatchTransferToParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchTransferAsChild","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchTransferFromParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchTransferToParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"extractItemsFromDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"extractItemsFromSacrificedGotchi","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155BatchReceived","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155Received","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"transferAsChild","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"transferFromParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"transferToParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"lender","type":"address"},{"indexed":true,"internalType":"address","name":"lendingOperator","type":"address"},{"indexed":true,"internalType":"uint32","name":"tokenId","type":"uint32"},{"indexed":false,"internalType":"bool","name":"isLendingOperator","type":"bool"}],"name":"LendingOperatorSet","type":"event"},{"inputs":[{"internalType":"address[]","name":"tokens","type":"address[]"}],"name":"allowRevenueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_lendingOperator","type":"address"},{"components":[{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"bool","name":"_isLendingOperator","type":"bool"}],"internalType":"struct LendingGetterAndSetterFacet.LendingOperatorInputs[]","name":"_inputs","type":"tuple[]"}],"name":"batchSetLendingOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"tokens","type":"address[]"}],"name":"disallowRevenueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getAllLendingPermissions","outputs":[{"internalType":"uint8[32]","name":"permissions_","type":"uint8[32]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"getGotchiLendingFromToken","outputs":[{"components":[{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"uint32","name":"erc721TokenId","type":"uint32"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"uint40","name":"timeCreated","type":"uint40"},{"internalType":"uint40","name":"timeAgreed","type":"uint40"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"completed","type":"bool"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"uint40","name":"lastClaimed","type":"uint40"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLending","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"getGotchiLendingIdByToken","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getGotchiLendingListingInfo","outputs":[{"components":[{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"uint32","name":"erc721TokenId","type":"uint32"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"uint40","name":"timeCreated","type":"uint40"},{"internalType":"uint40","name":"timeAgreed","type":"uint40"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"completed","type":"bool"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"uint40","name":"lastClaimed","type":"uint40"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLending","name":"listing_","type":"tuple"},{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo","name":"aavegotchiInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getGotchiLendingsLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getLendingListingInfo","outputs":[{"components":[{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"uint32","name":"erc721TokenId","type":"uint32"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"uint40","name":"timeCreated","type":"uint40"},{"internalType":"uint40","name":"timeAgreed","type":"uint40"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"completed","type":"bool"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"uint40","name":"lastClaimed","type":"uint40"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLending","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getLendingPermissionBitmap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"},{"internalType":"uint8","name":"_permissionIndex","type":"uint8"}],"name":"getLendingPermissionModifier","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"address[]","name":"_revenueTokens","type":"address[]"}],"name":"getTokenBalancesInEscrow","outputs":[{"internalType":"uint256[]","name":"revenueBalances","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"isAavegotchiLent","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"isAavegotchiListed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_lender","type":"address"},{"internalType":"address","name":"_lendingOperator","type":"address"},{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"isLendingOperator","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"lendingPermissionSetToNone","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"revenueTokenAllowed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_lendingOperator","type":"address"},{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"bool","name":"_isLendingOperator","type":"bool"}],"name":"setLendingOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getAavegotchiListing","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC721Listing","name":"listing_","type":"tuple"},{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo","name":"aavegotchiInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getERC1155Listing","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timeLastPurchased","type":"uint256"},{"internalType":"uint256","name":"sourceListingId","type":"uint256"},{"internalType":"bool","name":"sold","type":"bool"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC1155Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"getERC1155ListingFromToken","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timeLastPurchased","type":"uint256"},{"internalType":"uint256","name":"sourceListingId","type":"uint256"},{"internalType":"bool","name":"sold","type":"bool"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC1155Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getERC721Listing","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC721Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"getERC721ListingFromToken","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC721Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getListingFeeInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32[]","name":"_propIds","type":"bytes32[]"},{"internalType":"address[]","name":"_claimers","type":"address[]"},{"internalType":"uint256[][]","name":"_gotchiIds","type":"uint256[][]"},{"internalType":"bytes32[][]","name":"_proofs","type":"bytes32[][]"},{"internalType":"uint256[][]","name":"_onlyGotchis","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_onlyGotchisPositions","type":"uint256[][]"}],"name":"batchDropClaimXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"address[]","name":"_claimers","type":"address[]"},{"internalType":"uint256[][]","name":"_gotchiIds","type":"uint256[][]"},{"internalType":"bytes32[][]","name":"_proofs","type":"bytes32[][]"},{"internalType":"uint256[][]","name":"_onlyGotchis","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_onlyGotchisPositions","type":"uint256[][]"}],"name":"batchGotchiClaimXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"address","name":"_claimer","type":"address"},{"internalType":"uint256[]","name":"_gotchiId","type":"uint256[]"},{"internalType":"bytes32[]","name":"_proof","type":"bytes32[]"},{"internalType":"uint256[]","name":"_onlyGotchis","type":"uint256[]"},{"internalType":"uint256[]","name":"_onlyGotchisPositions","type":"uint256[]"}],"name":"claimXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"},{"internalType":"uint256","name":"_xpAmount","type":"uint256"}],"name":"createXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"uint256","name":"_gotchId","type":"uint256"}],"name":"isClaimed","outputs":[{"internalType":"uint256","name":"claimed_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"}],"name":"viewXPDrop","outputs":[{"components":[{"internalType":"bytes32","name":"root","type":"bytes32"},{"internalType":"uint256","name":"xpAmount","type":"uint256"}],"internalType":"struct XPMerkleDrops","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"userAddress","type":"address"},{"indexed":false,"internalType":"address payable","name":"relayerAddress","type":"address"},{"indexed":false,"internalType":"bytes","name":"functionSignature","type":"bytes"}],"name":"MetaTransactionExecuted","type":"event"},{"inputs":[{"internalType":"address","name":"userAddress","type":"address"},{"internalType":"bytes","name":"functionSignature","type":"bytes"},{"internalType":"bytes32","name":"sigR","type":"bytes32"},{"internalType":"bytes32","name":"sigS","type":"bytes32"},{"internalType":"uint8","name":"sigV","type":"uint8"}],"name":"executeMetaTransaction","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"}],"name":"getNonce","outputs":[{"internalType":"uint256","name":"nonce_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"}],"name":"peripheryBridgeBurn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"}],"name":"peripheryBridgeMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"peripherySafeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"peripherySafeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"},{"internalType":"address","name":"_onBehalfOf","type":"address"}],"name":"peripherySetApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_value","type":"string"}],"name":"peripherySetBaseURI","outputs":[{"internalType":"uint256","name":"_itemsLength","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"removeInterface","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_periphery","type":"address"}],"name":"setPeriphery","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_numAavegotchisToPurchase","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_totalPrice","type":"uint256"}],"name":"BuyPortals","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_numAavegotchisToPurchase","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_hauntId","type":"uint256"}],"name":"MintPortals","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_buyer","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"indexed":false,"internalType":"uint256","name":"_totalPrice","type":"uint256"}],"name":"PurchaseItemsWithGhst","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_buyer","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"PurchaseItemsWithVouchers","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_buyer","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"indexed":false,"internalType":"uint256","name":"_totalPrice","type":"uint256"}],"name":"PurchaseTransferItemsWithGhst","type":"event"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_ghst","type":"uint256"}],"name":"buyPortals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mintPortals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"purchaseItemsWithGhst","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"purchaseTransferItemsWithGhst","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_svgType","type":"bytes32"},{"internalType":"uint256","name":"_numLayers","type":"uint256"}],"name":"deleteLastSvgLayers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchiSvg","outputs":[{"internalType":"string","name":"ag_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getItemSvg","outputs":[{"internalType":"string","name":"ag_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getNextSleeveId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_svgType","type":"bytes32"},{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getSvg","outputs":[{"internalType":"string","name":"svg_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_svgType","type":"bytes32"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getSvgs","outputs":[{"internalType":"string[]","name":"svgs_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"portalAavegotchisSvg","outputs":[{"internalType":"string[10]","name":"svg_","type":"string[10]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"internalType":"address","name":"_collateralType","type":"address"},{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"}],"name":"previewAavegotchi","outputs":[{"internalType":"string","name":"ag_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions[]","name":"_dimensions","type":"tuple[]"}],"name":"setItemsDimensions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"sleeveId","type":"uint256"},{"internalType":"uint256","name":"wearableId","type":"uint256"}],"internalType":"struct SvgFacet.Sleeve[]","name":"_sleeves","type":"tuple[]"}],"name":"setSleeves","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_svg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_typesAndSizes","type":"tuple[]"}],"name":"storeSvg","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_svg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndIdsAndSizes[]","name":"_typesAndIdsAndSizes","type":"tuple[]"}],"name":"updateSvg","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchiSideSvgs","outputs":[{"internalType":"string[]","name":"ag_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getItemSvgs","outputs":[{"internalType":"string[]","name":"svg_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getItemsSvgs","outputs":[{"internalType":"string[][]","name":"svgs_","type":"string[][]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"internalType":"address","name":"_collateralType","type":"address"},{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"}],"name":"previewSideAavegotchi","outputs":[{"internalType":"string[]","name":"ag_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"string","name":"side","type":"string"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"}],"internalType":"struct SvgViewsFacet.SideViewDimensionsArgs[]","name":"_sideViewDimensions","type":"tuple[]"}],"name":"setSideViewDimensions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"slotPosition","type":"uint256"},{"internalType":"bytes32","name":"side","type":"bytes32"},{"internalType":"bool","name":"exceptionBool","type":"bool"}],"internalType":"struct SvgViewsFacet.SideViewExceptions[]","name":"_sideViewExceptions","type":"tuple[]"}],"name":"setSideViewExceptions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"OpenPortals","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"PortalOpened","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"randomNumber","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_vrfTimeSet","type":"uint256"}],"name":"VrfRandomNumber","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getBaseRandomNumber","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"openPortals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"requestId","type":"uint256"},{"internalType":"uint256","name":"randomNumber","type":"uint256"}],"name":"randomNumberCallback","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_vrfSystem","type":"address"}],"name":"setVRFSystem","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"vrfSystem","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_wearableIds","type":"uint256[]"}],"name":"findWearableSets","outputs":[{"internalType":"uint256[]","name":"wearableSetIds_","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"getWearableSet","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet","name":"wearableSet_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWearableSets","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet[]","name":"wearableSets_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalWearableSets","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"WhitelistCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"WhitelistOwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"WhitelistUpdated","type":"event"},{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"address[]","name":"_whitelistAddresses","type":"address[]"}],"name":"createWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"getBorrowLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"getWhitelist","outputs":[{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address[]","name":"addresses","type":"address[]"}],"internalType":"struct Whitelist","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"uint256","name":"_actionRight","type":"uint256"}],"name":"getWhitelistAccessRight","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWhitelistsLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address","name":"_whitelistAddress","type":"address"}],"name":"isWhitelisted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address[]","name":"_whitelistAddresses","type":"address[]"}],"name":"removeAddressesFromWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"uint256","name":"_borrowlimit","type":"uint256"}],"name":"setBorrowLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"uint256","name":"_actionRight","type":"uint256"},{"internalType":"uint256","name":"_accessRight","type":"uint256"}],"name":"setWhitelistAccessRight","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address","name":"_whitelistOwner","type":"address"}],"name":"transferOwnershipOfWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address[]","name":"_whitelistAddresses","type":"address[]"}],"name":"updateWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"whitelistExists","outputs":[{"internalType":"bool","name":"exists","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"whitelistOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"kinship","type":"uint256"}],"name":"AavegotchiInteract","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"KinshipBurned","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ListingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ListingRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"UpdateERC1155Listing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingPriceUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"}],"name":"GotchiLendingAdd","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingAdd","name":"","type":"tuple"}],"name":"GotchiLendingAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"GotchiLendingCancel","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeCancelled","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingCancellation","name":"","type":"tuple"}],"name":"GotchiLendingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"},{"indexed":false,"internalType":"address[]","name":"tokenAddresses","type":"address[]"},{"indexed":false,"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"GotchiLendingClaim","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"uint256","name":"timeClaimed","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingClaim","name":"","type":"tuple"}],"name":"GotchiLendingClaimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"}],"name":"GotchiLendingEnd","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeEnded","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingEnd","name":"","type":"tuple"}],"name":"GotchiLendingEnded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"}],"name":"GotchiLendingExecute","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeAgreed","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingExecution","name":"","type":"tuple"}],"name":"GotchiLendingExecuted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256[16]","name":"_oldDepositIds","type":"uint256[16]"},{"indexed":false,"internalType":"uint256[16]","name":"_newDepositIds","type":"uint256[16]"}],"name":"EquipDelegatedWearables","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint16[16]","name":"_oldWearables","type":"uint16[16]"},{"indexed":false,"internalType":"uint16[16]","name":"_newWearables","type":"uint16[16]"}],"name":"EquipWearables","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"indexed":false,"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_typesAndSizes","type":"tuple[]"}],"name":"StoreSvg","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"indexed":false,"internalType":"struct LibSvg.SvgTypeAndIdsAndSizes[]","name":"_typesAndIdsAndSizes","type":"tuple[]"}],"name":"UpdateSvg","type":"event"},{"inputs":[],"name":"EXTRA_ARGS_V1_TAG","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"},{"indexed":true,"internalType":"uint256","name":"actionRight","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"accessRight","type":"uint256"}],"name":"WhitelistAccessRightSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"GrantExperience","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"_propId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"_gotchiId","type":"uint256"}],"name":"XPClaimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"_propId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"_xpAmount","type":"uint256"}],"name":"XPDropCreated","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"address","name":"facetAddress","type":"address"},{"internalType":"enum IDiamondCut.FacetCutAction","name":"action","type":"uint8"},{"internalType":"bytes4[]","name":"functionSelectors","type":"bytes4[]"}],"indexed":false,"internalType":"struct IDiamondCut.FacetCut[]","name":"_diamondCut","type":"tuple[]"},{"indexed":false,"internalType":"address","name":"_init","type":"address"},{"indexed":false,"internalType":"bytes","name":"_calldata","type":"bytes"}],"name":"DiamondCut","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_fromContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_tokenTypeId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferFromParent","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferSingle","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_toContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_tokenTypeId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferToParent","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"_value","type":"string"},{"indexed":true,"internalType":"uint256","name":"_id","type":"uint256"}],"name":"URI","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"Transfer","type":"event"}] \ No newline at end of file +[{"anonymous":false,"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"createdAtBlock","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256","name":"activeListing","type":"uint256"}],"indexed":false,"internalType":"struct AavegotchiBridgeFacet.AavegotchiHistoricalRecord","name":"data","type":"tuple"}],"name":"AavegotchiHistory","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_claimedAt","type":"uint256"}],"name":"ClaimedAt","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"address","name":"buyer","type":"address"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"},{"components":[{"internalType":"uint8","name":"portalOptionId","type":"uint8"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint16","name":"baseRarityScore","type":"uint16"}],"internalType":"struct AavegotchiBridgeFacet.PortalOption[]","name":"options","type":"tuple[]"},{"internalType":"string","name":"status","type":"string"},{"internalType":"uint256","name":"boughtAtBlock","type":"uint256"},{"internalType":"uint256","name":"openedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedTimestamp","type":"uint256"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"activeListingId","type":"uint256"}],"indexed":false,"internalType":"struct AavegotchiBridgeFacet.AavegotchiSubgraphPortalData","name":"data","type":"tuple"}],"name":"PortalData","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ResyncAavegotchis","type":"event"},{"inputs":[{"components":[{"internalType":"address","name":"to","type":"address"},{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.ItemBalance[]","name":"itemBalances","type":"tuple[]"}],"internalType":"struct AavegotchiBridgeFacet.MintItemsBridged[]","name":"_mintItemsBridged","type":"tuple[]"}],"name":"batchMintItems","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_claimedAtBlocks","type":"uint256[]"}],"name":"emitClaimedEvent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"internalType":"struct AavegotchiBridgeFacet.MintAavegotchiParams[]","name":"_params","type":"tuple[]"}],"name":"mintAavegotchiBridged","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"createdAtBlock","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256","name":"activeListing","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiHistoricalRecord[]","name":"_records","type":"tuple[]"}],"name":"processHistoricalAavegotchiData","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"gotchiId","type":"uint256"},{"internalType":"address","name":"buyer","type":"address"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"address","name":"owner","type":"address"},{"components":[{"internalType":"uint8","name":"portalOptionId","type":"uint8"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint16","name":"baseRarityScore","type":"uint16"}],"internalType":"struct AavegotchiBridgeFacet.PortalOption[]","name":"options","type":"tuple[]"},{"internalType":"string","name":"status","type":"string"},{"internalType":"uint256","name":"boughtAtBlock","type":"uint256"},{"internalType":"uint256","name":"openedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedAtBlock","type":"uint256"},{"internalType":"uint256","name":"claimedTimestamp","type":"uint256"},{"internalType":"uint256","name":"timesTraded","type":"uint256"},{"internalType":"uint256[]","name":"historicalPrices","type":"uint256[]"},{"internalType":"uint256","name":"activeListingId","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiSubgraphPortalData[]","name":"_dataEntries","type":"tuple[]"}],"name":"processSubgraphData","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"resyncAavegotchis","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"components":[{"internalType":"uint256","name":"itemid","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiItembalance[]","name":"balances","type":"tuple[]"}],"internalType":"struct AavegotchiBridgeFacet.Aavegotchi998Data[]","name":"_data","type":"tuple[]"}],"name":"setAavegotchi998Data","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"components":[{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"int8[6]","name":"temporaryTraitBoosts","type":"int8[6]"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"interactionCount","type":"uint256"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint40","name":"claimTime","type":"uint40"},{"internalType":"uint40","name":"lastTemporaryBoost","type":"uint40"},{"internalType":"uint16","name":"hauntId","type":"uint16"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint8","name":"status","type":"uint8"},{"internalType":"uint40","name":"lastInteracted","type":"uint40"},{"internalType":"bool","name":"locked","type":"bool"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"respecCount","type":"uint256"},{"internalType":"uint256","name":"baseRandomNumber","type":"uint256"}],"internalType":"struct AavegotchiBridgeFacet.AavegotchiBridgedIO[]","name":"_aavegotchis","type":"tuple[]"}],"name":"setMetadata","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_approved","type":"bool"}],"name":"PetOperatorApprovalForAll","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"aavegotchiClaimTime","outputs":[{"internalType":"uint256","name":"claimTime_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"allAavegotchisOfOwner","outputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo[]","name":"aavegotchiInfos_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_approved","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"approve","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"balance_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"batchGetBridgedAavegotchi","outputs":[{"components":[{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"int8[6]","name":"temporaryTraitBoosts","type":"int8[6]"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"string","name":"name","type":"string"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"interactionCount","type":"uint256"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint40","name":"claimTime","type":"uint40"},{"internalType":"uint40","name":"lastTemporaryBoost","type":"uint40"},{"internalType":"uint16","name":"hauntId","type":"uint16"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint8","name":"status","type":"uint8"},{"internalType":"uint40","name":"lastInteracted","type":"uint40"},{"internalType":"bool","name":"locked","type":"bool"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256[]","name":"items","type":"uint256[]"},{"internalType":"uint256","name":"respecCount","type":"uint256"},{"internalType":"uint256","name":"baseRandomNumber","type":"uint256"}],"internalType":"struct AavegotchiBridged[]","name":"aavegotchiInfos_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"batchOwnerOf","outputs":[{"internalType":"address[]","name":"owners_","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchi","outputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo","name":"aavegotchiInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getApproved","outputs":[{"internalType":"address","name":"approved_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isApprovedForAll","outputs":[{"internalType":"bool","name":"approved_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isPetOperatorForAll","outputs":[{"internalType":"bool","name":"approved_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"name","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ownerOf","outputs":[{"internalType":"address","name":"owner_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"}],"name":"setPetOperatorForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"symbol","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"tokenByIndex","outputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"tokenIdsOfOwner","outputs":[{"internalType":"uint32[]","name":"tokenIds_","type":"uint32[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"tokenOfOwnerByIndex","outputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"tokenURI","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"pure","type":"function"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"totalSupply_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"transferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ClaimAavegotchi","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_time","type":"uint256"}],"name":"LockAavegotchi","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"ResetSkillpoints","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"string","name":"_oldName","type":"string"},{"indexed":false,"internalType":"string","name":"_newName","type":"string"}],"name":"SetAavegotchiName","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_batchId","type":"uint256"},{"indexed":false,"internalType":"uint256[]","name":"tokenIds","type":"uint256[]"}],"name":"SetBatchId","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"int16[4]","name":"_values","type":"int16[4]"}],"name":"SpendSkillpoints","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_time","type":"uint256"}],"name":"UnLockAavegotchi","type":"event"},{"inputs":[{"internalType":"uint256","name":"_experience","type":"uint256"}],"name":"aavegotchiLevel","outputs":[{"internalType":"uint256","name":"level_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"string","name":"_name","type":"string"}],"name":"aavegotchiNameAvailable","outputs":[{"internalType":"bool","name":"available_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"availableSkillPoints","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"}],"name":"baseRarityScore","outputs":[{"internalType":"uint256","name":"rarityScore_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_option","type":"uint256"}],"name":"claimAavegotchi","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"currentHaunt","outputs":[{"internalType":"uint256","name":"hauntId_","type":"uint256"},{"components":[{"internalType":"uint256","name":"hauntMaxSize","type":"uint256"},{"internalType":"uint256","name":"portalPrice","type":"uint256"},{"internalType":"bytes3","name":"bodyColor","type":"bytes3"},{"internalType":"uint24","name":"totalCount","type":"uint24"}],"internalType":"struct Haunt","name":"haunt_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"getGotchiBaseNumericTraits","outputs":[{"internalType":"int16[6]","name":"numericTraits_","type":"int16[6]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getNumericTraits","outputs":[{"internalType":"int16[6]","name":"numericTraits_","type":"int16[6]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"ghstAddress","outputs":[{"internalType":"address","name":"contract_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"interact","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"isAavegotchiLocked","outputs":[{"internalType":"bool","name":"isLocked","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"kinship","outputs":[{"internalType":"uint256","name":"score_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"modifiedTraitsAndRarityScore","outputs":[{"internalType":"int16[6]","name":"numericTraits_","type":"int16[6]"},{"internalType":"uint256","name":"rarityScore_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"portalAavegotchiTraits","outputs":[{"components":[{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"address","name":"collateralType","type":"address"},{"internalType":"uint256","name":"minimumStake","type":"uint256"}],"internalType":"struct PortalAavegotchiTraitsIO[10]","name":"portalAavegotchiTraits_","type":"tuple[10]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"}],"name":"rarityMultiplier","outputs":[{"internalType":"uint256","name":"multiplier_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"uint32","name":"_gotchiId","type":"uint32"}],"name":"reduceKinshipViaChanneling","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"resetSkillPoints","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"respecCount","outputs":[{"internalType":"uint256","name":"respecCount_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"revenueShares","outputs":[{"components":[{"internalType":"address","name":"burnAddress","type":"address"},{"internalType":"address","name":"daoAddress","type":"address"},{"internalType":"address","name":"rarityFarming","type":"address"},{"internalType":"address","name":"pixelCraft","type":"address"}],"internalType":"struct AavegotchiGameFacet.RevenueSharesIO","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"string","name":"_name","type":"string"}],"name":"setAavegotchiName","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_pixelCraft","type":"address"}],"name":"setPixelCraft","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_realm","type":"address"}],"name":"setRealmAddress","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_relayerPetter","type":"address"}],"name":"setRelayerPetter","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"int16[4]","name":"_values","type":"int16[4]"}],"name":"spendSkillPoints","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_count","type":"uint256"},{"internalType":"uint256","name":"_skip","type":"uint256"},{"internalType":"bool","name":"all","type":"bool"}],"name":"tokenIdsWithKinship","outputs":[{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"}],"internalType":"struct AavegotchiGameFacet.TokenIdsWithKinship[]","name":"tokenIdsWithKinship_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_experience","type":"uint256"}],"name":"xpUntilNextLevel","outputs":[{"internalType":"uint256","name":"requiredXp_","type":"uint256"}],"stateMutability":"pure","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"tokenIn","type":"address"},{"indexed":false,"internalType":"uint256","name":"ghstReceived","type":"uint256"}],"name":"SwapAndPlaceERC1155BuyOrder","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"tokenIn","type":"address"},{"indexed":false,"internalType":"uint256","name":"ghstReceived","type":"uint256"}],"name":"SwapAndPlaceERC721BuyOrder","type":"event"},{"inputs":[{"components":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"swapAmount","type":"uint256"},{"internalType":"uint256","name":"minGhstOut","type":"uint256"},{"internalType":"uint256","name":"swapDeadline","type":"uint256"},{"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"erc1155TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct BuyOrderSwapFacet.ERC1155SwapParams","name":"params","type":"tuple"}],"name":"swapAndPlaceERC1155BuyOrder","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"components":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"swapAmount","type":"uint256"},{"internalType":"uint256","name":"minGhstOut","type":"uint256"},{"internalType":"uint256","name":"swapDeadline","type":"uint256"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct BuyOrderSwapFacet.ERC721SwapParams","name":"params","type":"tuple"},{"internalType":"bool[]","name":"validationOptions","type":"bool[]"}],"name":"swapAndPlaceERC721BuyOrder","outputs":[],"stateMutability":"payable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_reduceAmount","type":"uint256"}],"name":"DecreaseStake","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"address","name":"_newEscrow","type":"address"}],"name":"EscrowUpdated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"experience","type":"uint256"}],"name":"ExperienceTransfer","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_stakeAmount","type":"uint256"}],"name":"IncreaseStake","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"collateralBalance","outputs":[{"internalType":"address","name":"collateralType_","type":"address"},{"internalType":"address","name":"escrow_","type":"address"},{"internalType":"uint256","name":"balance_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"internalType":"uint256","name":"_collateralId","type":"uint256"}],"name":"collateralInfo","outputs":[{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO","name":"collateralInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"}],"name":"collaterals","outputs":[{"internalType":"address[]","name":"collateralTypes_","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_toId","type":"uint256"}],"name":"decreaseAndDestroy","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_reduceAmount","type":"uint256"}],"name":"decreaseStake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"getAllCollateralTypes","outputs":[{"internalType":"address[]","name":"","type":"address[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"}],"name":"getCollateralInfo","outputs":[{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO[]","name":"collateralInfo_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_stakeAmount","type":"uint256"}],"name":"increaseStake","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"redeployTokenEscrows","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_baseRelayer","type":"address"}],"name":"setBaseRelayer","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_collateralToken","type":"address"},{"internalType":"uint8","name":"_svgId","type":"uint8"}],"name":"setCollateralEyeShapeSvgId","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"indexed":false,"internalType":"struct AavegotchiCollateralTypeIO","name":"_collateralType","type":"tuple"}],"name":"AddCollateralType","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"indexed":false,"internalType":"struct ItemType","name":"_itemType","type":"tuple"}],"name":"AddItemType","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"indexed":false,"internalType":"struct WearableSet","name":"_wearableSet","type":"tuple"}],"name":"AddWearableSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_contract","type":"address"},{"indexed":false,"internalType":"bool","name":"_allow","type":"bool"}],"name":"BaazaarTradingAllowlistUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_hauntId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_hauntMaxSize","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_portalPrice","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"_bodyColor","type":"bytes32"}],"name":"CreateHaunt","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousDao","type":"address"},{"indexed":true,"internalType":"address","name":"newDao","type":"address"}],"name":"DaoTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousDaoTreasury","type":"address"},{"indexed":true,"internalType":"address","name":"newDaoTreasury","type":"address"}],"name":"DaoTreasuryTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"bool","name":"_paused","type":"bool"}],"name":"DiamondPaused","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"token","type":"address"},{"indexed":true,"internalType":"uint256","name":"id","type":"uint256"},{"indexed":false,"internalType":"bool","name":"excluded","type":"bool"}],"name":"ERC1155ListingExclusionUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_forgeDiamond","type":"address"}],"name":"ForgeDiamondUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousForge","type":"address"},{"indexed":true,"internalType":"address","name":"newForge","type":"address"}],"name":"ForgeTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_newGHSTContract","type":"address"}],"name":"GHSTContractUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"gameManager_","type":"address"},{"indexed":true,"internalType":"uint256","name":"limit_","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"refreshTime_","type":"uint256"}],"name":"GameManagerAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"gameManager_","type":"address"}],"name":"GameManagerRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_newBridge","type":"address"}],"name":"GotchiGeistBridgeUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_newBridge","type":"address"}],"name":"ItemGeistBridgeUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"newItemManager_","type":"address"}],"name":"ItemManagerAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"itemManager_","type":"address"}],"name":"ItemManagerRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_wearableId","type":"uint256"},{"indexed":false,"internalType":"int8[6]","name":"_traitModifiers","type":"int8[6]"},{"indexed":false,"internalType":"uint8","name":"_rarityScoreModifier","type":"uint8"}],"name":"ItemModifiersSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_maxQuanities","type":"uint256[]"}],"name":"ItemTypeMaxQuantity","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"RemoveExperience","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"int16[6]","name":"_oldModifiers","type":"int16[6]"},{"indexed":false,"internalType":"int16[6]","name":"_newModifiers","type":"int16[6]"}],"name":"UpdateCollateralModifiers","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_itemId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"UpdateItemPrice","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"indexed":false,"internalType":"struct ItemType","name":"_itemType","type":"tuple"}],"name":"UpdateItemType","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_setId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"indexed":false,"internalType":"struct WearableSet","name":"_wearableSet","type":"tuple"}],"name":"UpdateWearableSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"_wearableDiamond","type":"address"}],"name":"WearableDiamondUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_wearableId","type":"uint256"},{"indexed":false,"internalType":"bool[16]","name":"_slotPositions","type":"bool[16]"}],"name":"WearableSlotPositionsSet","type":"event"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO[]","name":"_collateralTypes","type":"tuple[]"}],"name":"addCollateralTypes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_newGameManagers","type":"address[]"},{"internalType":"uint256[]","name":"_limits","type":"uint256[]"}],"name":"addGameManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_newItemManagers","type":"address[]"}],"name":"addItemManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"_itemTypes","type":"tuple[]"}],"name":"addItemTypes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"_itemTypes","type":"tuple[]"},{"internalType":"string","name":"_svg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_typesAndSizes","type":"tuple[]"}],"name":"addItemTypesAndSvgs","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet[]","name":"_wearableSets","type":"tuple[]"}],"name":"addWearableSets","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_newPrices","type":"uint256[]"}],"name":"batchUpdateItemsPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint24","name":"_hauntMaxSize","type":"uint24"},{"internalType":"uint96","name":"_portalPrice","type":"uint96"},{"internalType":"bytes3","name":"_bodyColor","type":"bytes3"}],"name":"createHaunt","outputs":[{"internalType":"uint256","name":"hauntId_","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint24","name":"_hauntMaxSize","type":"uint24"},{"internalType":"uint96","name":"_portalPrice","type":"uint96"},{"internalType":"bytes3","name":"_bodyColor","type":"bytes3"},{"components":[{"internalType":"address","name":"collateralType","type":"address"},{"components":[{"internalType":"int16[6]","name":"modifiers","type":"int16[6]"},{"internalType":"bytes3","name":"primaryColor","type":"bytes3"},{"internalType":"bytes3","name":"secondaryColor","type":"bytes3"},{"internalType":"bytes3","name":"cheekColor","type":"bytes3"},{"internalType":"uint8","name":"svgId","type":"uint8"},{"internalType":"uint8","name":"eyeShapeSvgId","type":"uint8"},{"internalType":"uint16","name":"conversionRate","type":"uint16"},{"internalType":"bool","name":"delisted","type":"bool"}],"internalType":"struct AavegotchiCollateralTypeInfo","name":"collateralTypeInfo","type":"tuple"}],"internalType":"struct AavegotchiCollateralTypeIO[]","name":"_collateralTypes","type":"tuple[]"},{"internalType":"string","name":"_collateralSvg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_collateralTypesAndSizes","type":"tuple[]"},{"internalType":"string","name":"_eyeShapeSvg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_eyeShapeTypesAndSizes","type":"tuple[]"}],"internalType":"struct DAOFacet.CreateHauntPayload","name":"_payload","type":"tuple"}],"name":"createHauntWithPayload","outputs":[{"internalType":"uint256","name":"hauntId_","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"gameManagerBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"gameManagerRefreshTime","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_contract","type":"address"}],"name":"getBaazaarTradingAllowlist","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getDaoDirectorTreasury","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getForgeDiamond","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getGHSTContract","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWearableDiamond","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"grantExperience","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_manager","type":"address"}],"name":"isGameManager","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"mintItems","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"removeExperience","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_gameManagers","type":"address[]"}],"name":"removeGameManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_itemManagers","type":"address[]"}],"name":"removeItemManagers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_contracts","type":"address[]"},{"internalType":"bool[]","name":"_allows","type":"bool[]"}],"name":"setBaazaarTradingAllowlists","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newDao","type":"address"},{"internalType":"address","name":"_newDaoTreasury","type":"address"}],"name":"setDao","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"treasuryAddr","type":"address"}],"name":"setDaoDirectorTreasury","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"bool[]","name":"flags","type":"bool[]"}],"name":"setERC1155ListingExclusions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_newForge","type":"address"}],"name":"setForge","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_forgeDiamond","type":"address"}],"name":"setForgeDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_ghstContract","type":"address"}],"name":"setGHSTContract","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_wearableId","type":"uint256"},{"internalType":"int8[6]","name":"_traitModifiers","type":"int8[6]"},{"internalType":"uint8","name":"_rarityScoreModifier","type":"uint8"}],"name":"setItemTraitModifiersAndRarityModifier","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_wearableDiamond","type":"address"}],"name":"setWearableDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_wearableId","type":"uint256"},{"internalType":"bool[16]","name":"_slotPositions","type":"bool[16]"}],"name":"setWearableSlotPositions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bool","name":"_paused","type":"bool"}],"name":"toggleDiamondPaused","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_collateralType","type":"address"},{"internalType":"int16[6]","name":"_modifiers","type":"int16[6]"}],"name":"updateCollateralModifiers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_maxQuantities","type":"uint256[]"}],"name":"updateItemTypeMaxQuantity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_indices","type":"uint256[]"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"_itemTypes","type":"tuple[]"}],"name":"updateItemTypes","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_setIds","type":"uint256[]"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet[]","name":"_wearableSets","type":"tuple[]"}],"name":"updateWearableSets","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155BuyOrderCancel","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155BuyOrderExecute","type":"event"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"}],"name":"cancelERC1155BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"},{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"}],"name":"executeERC1155BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_duration","type":"uint256"}],"name":"placeERC1155BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"listingFeeInWei","type":"uint256"}],"name":"ChangedListingFee","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ExecutedListing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"ERC1155ExecutedToRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ListingAdd","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"indexed":false,"internalType":"address","name":"affiliate","type":"address"}],"name":"ERC1155ListingSplit","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"ERC1155ListingWhitelistSet","type":"event"},{"inputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct ERC1155MarketplaceFacet.ExecuteERC1155ListingParams[]","name":"listings","type":"tuple[]"}],"name":"batchExecuteERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"internalType":"uint256[]","name":"_priceInWeis","type":"uint256[]"}],"name":"batchUpdateERC1155ListingPriceAndQuantity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"cancelERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"}],"name":"cancelERC1155Listings","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"executeERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contractAddress","type":"address"},{"internalType":"uint256","name":"_itemId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"address","name":"_recipient","type":"address"}],"name":"executeERC1155ListingToRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"setERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"}],"name":"setERC1155ListingWithSplit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"},{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"setERC1155ListingWithWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingFeeInWei","type":"uint256"}],"name":"setListingFee","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256[]","name":"_erc1155TypeIds","type":"uint256[]"},{"internalType":"address","name":"_owner","type":"address"}],"name":"updateBatchERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"updateERC1155Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"updateERC1155ListingPriceAndQuantity","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"tokenIn","type":"address"},{"indexed":false,"internalType":"uint256","name":"ghstReceived","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"}],"name":"SwapAndPurchaseERC1155","type":"event"},{"inputs":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"swapAmount","type":"uint256"},{"internalType":"uint256","name":"minGhstOut","type":"uint256"},{"internalType":"uint256","name":"swapDeadline","type":"uint256"},{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"name":"swapAndBuyERC1155","outputs":[],"stateMutability":"payable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721BuyOrderExecuted","type":"event"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"}],"name":"cancelERC721BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"},{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"executeERC721BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_buyOrderId","type":"uint256"}],"name":"getERC721BuyOrder","outputs":[{"components":[{"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"internalType":"address","name":"buyer","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"uint256","name":"duration","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"bytes32","name":"validationHash","type":"bytes32"},{"internalType":"bool[]","name":"validationOptions","type":"bool[]"}],"internalType":"struct ERC721BuyOrder","name":"buyOrder_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_buyOrderIds","type":"uint256[]"}],"name":"getERC721BuyOrderStatuses","outputs":[{"components":[{"internalType":"string","name":"status","type":"string"},{"internalType":"uint256","name":"buyOrderId","type":"uint256"}],"internalType":"struct ERC721BuyOrderFacet.StatusesReturn[]","name":"statuses_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_duration","type":"uint256"},{"internalType":"bool[]","name":"_validationOptions","type":"bool[]"}],"name":"placeERC721BuyOrder","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ExecutedListing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"ERC721ExecutedToRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingAdd","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"indexed":false,"internalType":"address","name":"affiliate","type":"address"}],"name":"ERC721ListingSplit","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"ERC721ListingWhitelistSet","type":"event"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"addERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"}],"name":"addERC721ListingWithSplit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"_category","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint16[2]","name":"_principalSplit","type":"uint16[2]"},{"internalType":"address","name":"_affiliate","type":"address"},{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"addERC721ListingWithWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"internalType":"struct ERC721MarketplaceFacet.ExecuteERC721ListingParams[]","name":"listings","type":"tuple[]"}],"name":"batchExecuteERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_priceInWeis","type":"uint256[]"}],"name":"batchUpdateERC721ListingPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"cancelERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"}],"name":"cancelERC721ListingByToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_listingIds","type":"uint256[]"}],"name":"cancelERC721Listings","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"address","name":"_contractAddress","type":"address"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_recipient","type":"address"}],"name":"executeERC721ListingToRecipient","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"updateERC721Listing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"},{"internalType":"uint256","name":"_priceInWei","type":"uint256"}],"name":"updateERC721ListingPrice","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"recipient","type":"address"},{"indexed":true,"internalType":"address","name":"tokenIn","type":"address"},{"indexed":false,"internalType":"uint256","name":"swapAmount","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"ghstReceived","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"nftContract","type":"address"}],"name":"SwapAndPurchase","type":"event"},{"inputs":[{"internalType":"address","name":"tokenIn","type":"address"},{"internalType":"uint256","name":"swapAmount","type":"uint256"},{"internalType":"uint256","name":"minGhstOut","type":"uint256"},{"internalType":"uint256","name":"swapDeadline","type":"uint256"},{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"contractAddress","type":"address"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"address","name":"recipient","type":"address"}],"name":"swapAndBuyERC721","outputs":[],"stateMutability":"payable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"_erc20Contract","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_depositAmount","type":"uint256"}],"name":"Erc20Deposited","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":true,"internalType":"address","name":"_erc20Contract","type":"address"},{"indexed":false,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_transferAmount","type":"uint256"}],"name":"TransferEscrow","type":"event"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"address[]","name":"_erc20Contracts","type":"address[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchDepositERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchDepositGHST","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"address[]","name":"_erc20Contracts","type":"address[]"},{"internalType":"address[]","name":"_recipients","type":"address[]"},{"internalType":"uint256[]","name":"_transferAmounts","type":"uint256[]"}],"name":"batchTransferEscrow","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_erc20Contract","type":"address"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"depositERC20","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_erc20Contract","type":"address"}],"name":"escrowBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_lendingIds","type":"uint256[]"},{"internalType":"address[]","name":"_alchemicaAddresses","type":"address[]"}],"name":"fixOldLendingsAndSettleAlchemica","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"gotchiEscrow","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"address","name":"_erc20Contract","type":"address"},{"internalType":"address","name":"_recipient","type":"address"},{"internalType":"uint256","name":"_transferAmount","type":"uint256"}],"name":"transferEscrow","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"},{"internalType":"uint96","name":"_initialCost","type":"uint96"},{"internalType":"uint32","name":"_period","type":"uint32"},{"internalType":"uint8[3]","name":"_revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"_originalOwner","type":"address"},{"internalType":"address","name":"_thirdParty","type":"address"},{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address[]","name":"_revenueTokens","type":"address[]"},{"internalType":"uint256","name":"_permissions","type":"uint256"}],"name":"addGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLendingFacet.AddGotchiListing","name":"p","type":"tuple"}],"name":"addGotchiListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"},{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"},{"internalType":"uint96","name":"_initialCost","type":"uint96"},{"internalType":"uint32","name":"_period","type":"uint32"},{"internalType":"uint8[3]","name":"_revenueSplit","type":"uint8[3]"}],"name":"agreeGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLendingFacet.AddGotchiListing[]","name":"listings","type":"tuple[]"}],"name":"batchAddGotchiListing","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_listingIds","type":"uint32[]"}],"name":"batchCancelGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_erc721TokenIds","type":"uint32[]"}],"name":"batchCancelGotchiLendingByToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_tokenIds","type":"uint32[]"}],"name":"batchClaimAndEndAndRelistGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_tokenIds","type":"uint32[]"}],"name":"batchClaimAndEndGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32[]","name":"_tokenIds","type":"uint32[]"}],"name":"batchClaimGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint32","name":"extension","type":"uint32"}],"internalType":"struct GotchiLendingFacet.BatchRenew[]","name":"_batchRenewParams","type":"tuple[]"}],"name":"batchExtendGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"cancelGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"cancelGotchiLendingByToken","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"claimAndEndAndRelistGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"claimAndEndGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"claimGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"uint32","name":"extension","type":"uint32"}],"name":"extendGotchiLending","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"UseConsumables","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"useConsumables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"bal_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address[]","name":"_owners","type":"address[]"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"}],"name":"balanceOfBatch","outputs":[{"internalType":"uint256[]","name":"bals","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"balanceOfToken","outputs":[{"internalType":"uint256","name":"value","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint16[16][]","name":"_wearablesToEquip","type":"uint16[16][]"},{"internalType":"uint256[16][]","name":"_depositIds","type":"uint256[16][]"}],"name":"batchEquipDelegatedWearables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"internalType":"uint16[16][]","name":"_wearablesToEquip","type":"uint16[16][]"}],"name":"batchEquipWearables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16[16]","name":"_wearablesToEquip","type":"uint16[16]"},{"internalType":"uint256[16]","name":"_depositIds","type":"uint256[16]"}],"name":"equipDelegatedWearables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16[16]","name":"_wearablesToEquip","type":"uint16[16]"}],"name":"equipWearables","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"equippedWearables","outputs":[{"internalType":"uint16[16]","name":"wearableIds_","type":"uint16[16]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getItemType","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getItemTypes","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType[]","name":"itemTypes_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_account","type":"address"}],"name":"itemBalances","outputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct ItemsFacet.ItemIdIO[]","name":"bals_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"itemBalancesOfToken","outputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"balance","type":"uint256"}],"internalType":"struct ItemsFacet.ItemIdIO[]","name":"bals_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenContract","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"itemBalancesOfTokenWithTypes","outputs":[{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"itemBalancesOfTokenWithTypes_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"}],"name":"itemBalancesWithTypes","outputs":[{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"output_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"string","name":"_value","type":"string"}],"name":"setBaseURI","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_id","type":"uint256"}],"name":"uri","outputs":[{"internalType":"string","name":"","type":"string"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_tokenAddress","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_isApproved","type":"bool"}],"name":"RoleApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"_role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"_grantee","type":"address"},{"indexed":false,"internalType":"uint64","name":"_expirationDate","type":"uint64"},{"indexed":false,"internalType":"bool","name":"_revocable","type":"bool"},{"indexed":false,"internalType":"bytes","name":"_data","type":"bytes"}],"name":"RoleGranted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"},{"indexed":true,"internalType":"bytes32","name":"_role","type":"bytes32"},{"indexed":true,"internalType":"address","name":"_grantee","type":"address"}],"name":"RoleRevoked","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_grantor","type":"address"},{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"},{"indexed":true,"internalType":"address","name":"_tokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_tokenAmount","type":"uint256"}],"name":"TokensCommitted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_commitmentId","type":"uint256"}],"name":"TokensReleased","type":"event"},{"inputs":[],"name":"MAX_EXPIRATION_DATE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"UNIQUE_ROLE","outputs":[{"internalType":"bytes32","name":"","type":"bytes32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_grantor","type":"address"},{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_tokenAmount","type":"uint256"}],"name":"commitTokens","outputs":[{"internalType":"uint256","name":"depositId_","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"},{"internalType":"uint64","name":"_expirationDate","type":"uint64"},{"internalType":"bool","name":"_revocable","type":"bool"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"grantRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"grantorOf","outputs":[{"internalType":"address","name":"grantor_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"address","name":"_grantor","type":"address"},{"internalType":"address","name":"_operator","type":"address"}],"name":"isRoleApprovedForAll","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"isRoleRevocable","outputs":[{"internalType":"bool","name":"revocable_","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"releaseTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"revokeRole","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"roleData","outputs":[{"internalType":"bytes","name":"data_","type":"bytes"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"},{"internalType":"bytes32","name":"_role","type":"bytes32"},{"internalType":"address","name":"_grantee","type":"address"}],"name":"roleExpirationDate","outputs":[{"internalType":"uint64","name":"expirationDate_","type":"uint64"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_isApproved","type":"bool"}],"name":"setRoleApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"tokenAddressOf","outputs":[{"internalType":"address","name":"tokenAddress_","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"tokenAmountOf","outputs":[{"internalType":"uint256","name":"tokenAmount_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_depositId","type":"uint256"}],"name":"tokenIdOf","outputs":[{"internalType":"uint256","name":"tokenId_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256[]","name":"_toTokenIds","type":"uint256[]"},{"internalType":"uint256[][]","name":"_ids","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_values","type":"uint256[][]"}],"name":"batchBatchTransferToParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"_tos","type":"address[]"},{"internalType":"uint256[][]","name":"_ids","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_values","type":"uint256[][]"}],"name":"batchExtractItemsFromDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchTransferAsChild","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchTransferFromParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"batchTransferToParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"extractItemsFromDiamond","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"extractItemsFromSacrificedGotchi","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"uint256[]","name":"","type":"uint256[]"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155BatchReceived","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"","type":"address"},{"internalType":"address","name":"","type":"address"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"uint256","name":"","type":"uint256"},{"internalType":"bytes","name":"","type":"bytes"}],"name":"onERC1155Received","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"pure","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"safeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"transferAsChild","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_fromContract","type":"address"},{"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"transferFromParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_toContract","type":"address"},{"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"}],"name":"transferToParent","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"lender","type":"address"},{"indexed":true,"internalType":"address","name":"lendingOperator","type":"address"},{"indexed":true,"internalType":"uint32","name":"tokenId","type":"uint32"},{"indexed":false,"internalType":"bool","name":"isLendingOperator","type":"bool"}],"name":"LendingOperatorSet","type":"event"},{"inputs":[{"internalType":"address[]","name":"tokens","type":"address[]"}],"name":"allowRevenueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_lendingOperator","type":"address"},{"components":[{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"bool","name":"_isLendingOperator","type":"bool"}],"internalType":"struct LendingGetterAndSetterFacet.LendingOperatorInputs[]","name":"_inputs","type":"tuple[]"}],"name":"batchSetLendingOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address[]","name":"tokens","type":"address[]"}],"name":"disallowRevenueTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getAllLendingPermissions","outputs":[{"internalType":"uint8[32]","name":"permissions_","type":"uint8[32]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"getGotchiLendingFromToken","outputs":[{"components":[{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"uint32","name":"erc721TokenId","type":"uint32"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"uint40","name":"timeCreated","type":"uint40"},{"internalType":"uint40","name":"timeAgreed","type":"uint40"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"completed","type":"bool"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"uint40","name":"lastClaimed","type":"uint40"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLending","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"getGotchiLendingIdByToken","outputs":[{"internalType":"uint32","name":"","type":"uint32"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getGotchiLendingListingInfo","outputs":[{"components":[{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"uint32","name":"erc721TokenId","type":"uint32"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"uint40","name":"timeCreated","type":"uint40"},{"internalType":"uint40","name":"timeAgreed","type":"uint40"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"completed","type":"bool"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"uint40","name":"lastClaimed","type":"uint40"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLending","name":"listing_","type":"tuple"},{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo","name":"aavegotchiInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getGotchiLendingsLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getLendingListingInfo","outputs":[{"components":[{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"uint32","name":"erc721TokenId","type":"uint32"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"uint40","name":"timeCreated","type":"uint40"},{"internalType":"uint40","name":"timeAgreed","type":"uint40"},{"internalType":"bool","name":"canceled","type":"bool"},{"internalType":"bool","name":"completed","type":"bool"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"uint40","name":"lastClaimed","type":"uint40"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"internalType":"struct GotchiLending","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"getLendingPermissionBitmap","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"},{"internalType":"uint8","name":"_permissionIndex","type":"uint8"}],"name":"getLendingPermissionModifier","outputs":[{"internalType":"uint8","name":"","type":"uint8"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"address[]","name":"_revenueTokens","type":"address[]"}],"name":"getTokenBalancesInEscrow","outputs":[{"internalType":"uint256[]","name":"revenueBalances","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"isAavegotchiLent","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_erc721TokenId","type":"uint32"}],"name":"isAavegotchiListed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_lender","type":"address"},{"internalType":"address","name":"_lendingOperator","type":"address"},{"internalType":"uint32","name":"_tokenId","type":"uint32"}],"name":"isLendingOperator","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_listingId","type":"uint32"}],"name":"lendingPermissionSetToNone","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"token","type":"address"}],"name":"revenueTokenAllowed","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_lendingOperator","type":"address"},{"internalType":"uint32","name":"_tokenId","type":"uint32"},{"internalType":"bool","name":"_isLendingOperator","type":"bool"}],"name":"setLendingOperator","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getAavegotchiListing","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC721Listing","name":"listing_","type":"tuple"},{"components":[{"internalType":"uint256","name":"tokenId","type":"uint256"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address","name":"owner","type":"address"},{"internalType":"uint256","name":"randomNumber","type":"uint256"},{"internalType":"uint256","name":"status","type":"uint256"},{"internalType":"int16[6]","name":"numericTraits","type":"int16[6]"},{"internalType":"int16[6]","name":"modifiedNumericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"},{"internalType":"address","name":"collateral","type":"address"},{"internalType":"address","name":"escrow","type":"address"},{"internalType":"uint256","name":"stakedAmount","type":"uint256"},{"internalType":"uint256","name":"minimumStake","type":"uint256"},{"internalType":"uint256","name":"kinship","type":"uint256"},{"internalType":"uint256","name":"lastInteracted","type":"uint256"},{"internalType":"uint256","name":"experience","type":"uint256"},{"internalType":"uint256","name":"toNextLevel","type":"uint256"},{"internalType":"uint256","name":"usedSkillPoints","type":"uint256"},{"internalType":"uint256","name":"level","type":"uint256"},{"internalType":"uint256","name":"hauntId","type":"uint256"},{"internalType":"uint256","name":"baseRarityScore","type":"uint256"},{"internalType":"uint256","name":"modifiedRarityScore","type":"uint256"},{"internalType":"bool","name":"locked","type":"bool"},{"components":[{"internalType":"uint256","name":"balance","type":"uint256"},{"internalType":"uint256","name":"itemId","type":"uint256"},{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"string","name":"description","type":"string"},{"internalType":"string","name":"author","type":"string"},{"internalType":"int8[6]","name":"traitModifiers","type":"int8[6]"},{"internalType":"bool[16]","name":"slotPositions","type":"bool[16]"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"},{"internalType":"uint256","name":"ghstPrice","type":"uint256"},{"internalType":"uint256","name":"maxQuantity","type":"uint256"},{"internalType":"uint256","name":"totalQuantity","type":"uint256"},{"internalType":"uint32","name":"svgId","type":"uint32"},{"internalType":"uint8","name":"rarityScoreModifier","type":"uint8"},{"internalType":"bool","name":"canPurchaseWithGhst","type":"bool"},{"internalType":"uint16","name":"minLevel","type":"uint16"},{"internalType":"bool","name":"canBeTransferred","type":"bool"},{"internalType":"uint8","name":"category","type":"uint8"},{"internalType":"int16","name":"kinshipBonus","type":"int16"},{"internalType":"uint32","name":"experienceBonus","type":"uint32"}],"internalType":"struct ItemType","name":"itemType","type":"tuple"}],"internalType":"struct ItemTypeIO[]","name":"items","type":"tuple[]"}],"internalType":"struct AavegotchiInfo","name":"aavegotchiInfo_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getERC1155Listing","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timeLastPurchased","type":"uint256"},{"internalType":"uint256","name":"sourceListingId","type":"uint256"},{"internalType":"bool","name":"sold","type":"bool"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC1155Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc1155TypeId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"getERC1155ListingFromToken","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"quantity","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timeLastPurchased","type":"uint256"},{"internalType":"uint256","name":"sourceListingId","type":"uint256"},{"internalType":"bool","name":"sold","type":"bool"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC1155Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_listingId","type":"uint256"}],"name":"getERC721Listing","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC721Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"_erc721TokenId","type":"uint256"},{"internalType":"address","name":"_owner","type":"address"}],"name":"getERC721ListingFromToken","outputs":[{"components":[{"internalType":"uint256","name":"listingId","type":"uint256"},{"internalType":"address","name":"seller","type":"address"},{"internalType":"address","name":"erc721TokenAddress","type":"address"},{"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"internalType":"uint256","name":"category","type":"uint256"},{"internalType":"uint256","name":"priceInWei","type":"uint256"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"timePurchased","type":"uint256"},{"internalType":"bool","name":"cancelled","type":"bool"},{"internalType":"uint16[2]","name":"principalSplit","type":"uint16[2]"},{"internalType":"address","name":"affiliate","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"internalType":"struct ERC721Listing","name":"listing_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getListingFeeInWei","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32[]","name":"_propId","type":"bytes32[]"},{"internalType":"bytes32[]","name":"_merkleRoot","type":"bytes32[]"},{"internalType":"uint256[]","name":"_xpAmount","type":"uint256[]"}],"name":"batchCreateXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32[]","name":"_propIds","type":"bytes32[]"},{"internalType":"address[]","name":"_claimers","type":"address[]"},{"internalType":"uint256[][]","name":"_gotchiIds","type":"uint256[][]"},{"internalType":"bytes32[][]","name":"_proofs","type":"bytes32[][]"},{"internalType":"uint256[][]","name":"_onlyGotchis","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_onlyGotchisPositions","type":"uint256[][]"}],"name":"batchDropClaimXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"address[]","name":"_claimers","type":"address[]"},{"internalType":"uint256[][]","name":"_gotchiIds","type":"uint256[][]"},{"internalType":"bytes32[][]","name":"_proofs","type":"bytes32[][]"},{"internalType":"uint256[][]","name":"_onlyGotchis","type":"uint256[][]"},{"internalType":"uint256[][]","name":"_onlyGotchisPositions","type":"uint256[][]"}],"name":"batchGotchiClaimXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"address","name":"_claimer","type":"address"},{"internalType":"uint256[]","name":"_gotchiId","type":"uint256[]"},{"internalType":"bytes32[]","name":"_proof","type":"bytes32[]"},{"internalType":"uint256[]","name":"_onlyGotchis","type":"uint256[]"},{"internalType":"uint256[]","name":"_onlyGotchisPositions","type":"uint256[]"}],"name":"claimXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"},{"internalType":"uint256","name":"_xpAmount","type":"uint256"}],"name":"createXPDrop","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"},{"internalType":"uint256","name":"_gotchId","type":"uint256"}],"name":"isClaimed","outputs":[{"internalType":"uint256","name":"claimed_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_propId","type":"bytes32"}],"name":"viewXPDrop","outputs":[{"components":[{"internalType":"bytes32","name":"root","type":"bytes32"},{"internalType":"uint256","name":"xpAmount","type":"uint256"}],"internalType":"struct XPMerkleDrops","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"address","name":"userAddress","type":"address"},{"indexed":false,"internalType":"address payable","name":"relayerAddress","type":"address"},{"indexed":false,"internalType":"bytes","name":"functionSignature","type":"bytes"}],"name":"MetaTransactionExecuted","type":"event"},{"inputs":[{"internalType":"address","name":"userAddress","type":"address"},{"internalType":"bytes","name":"functionSignature","type":"bytes"},{"internalType":"bytes32","name":"sigR","type":"bytes32"},{"internalType":"bytes32","name":"sigS","type":"bytes32"},{"internalType":"uint8","name":"sigV","type":"uint8"}],"name":"executeMetaTransaction","outputs":[{"internalType":"bytes","name":"","type":"bytes"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"user","type":"address"}],"name":"getNonce","outputs":[{"internalType":"uint256","name":"nonce_","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_from","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"}],"name":"peripheryBridgeBurn","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint256","name":"_quantity","type":"uint256"}],"name":"peripheryBridgeMint","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"internalType":"uint256[]","name":"_values","type":"uint256[]"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"peripherySafeBatchTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"address","name":"_from","type":"address"},{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_id","type":"uint256"},{"internalType":"uint256","name":"_value","type":"uint256"},{"internalType":"bytes","name":"_data","type":"bytes"}],"name":"peripherySafeTransferFrom","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_operator","type":"address"},{"internalType":"bool","name":"_approved","type":"bool"},{"internalType":"address","name":"_onBehalfOf","type":"address"}],"name":"peripherySetApprovalForAll","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_value","type":"string"}],"name":"peripherySetBaseURI","outputs":[{"internalType":"uint256","name":"_itemsLength","type":"uint256"}],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"removeInterface","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_periphery","type":"address"}],"name":"setPeriphery","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_numAavegotchisToPurchase","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_totalPrice","type":"uint256"}],"name":"BuyPortals","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_numAavegotchisToPurchase","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_hauntId","type":"uint256"}],"name":"MintPortals","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_buyer","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"indexed":false,"internalType":"uint256","name":"_totalPrice","type":"uint256"}],"name":"PurchaseItemsWithGhst","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_buyer","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"PurchaseItemsWithVouchers","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_buyer","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_quantities","type":"uint256[]"},{"indexed":false,"internalType":"uint256","name":"_totalPrice","type":"uint256"}],"name":"PurchaseTransferItemsWithGhst","type":"event"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_ghst","type":"uint256"}],"name":"buyPortals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"mintPortals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"purchaseItemsWithGhst","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_to","type":"address"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"internalType":"uint256[]","name":"_quantities","type":"uint256[]"}],"name":"purchaseTransferItemsWithGhst","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_svgType","type":"bytes32"},{"internalType":"uint256","name":"_numLayers","type":"uint256"}],"name":"deleteLastSvgLayers","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchiSvg","outputs":[{"internalType":"string","name":"ag_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getItemSvg","outputs":[{"internalType":"string","name":"ag_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getNextSleeveId","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getSleeveAssociations","outputs":[{"components":[{"internalType":"uint256","name":"sleeveId","type":"uint256"},{"internalType":"uint256","name":"wearableId","type":"uint256"}],"internalType":"struct SvgFacet.Sleeve[]","name":"sleeves_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_svgType","type":"bytes32"},{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getSvg","outputs":[{"internalType":"string","name":"svg_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"bytes32","name":"_svgType","type":"bytes32"},{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getSvgs","outputs":[{"internalType":"string[]","name":"svgs_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"portalAavegotchisSvg","outputs":[{"internalType":"string[10]","name":"svg_","type":"string[10]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"internalType":"address","name":"_collateralType","type":"address"},{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"}],"name":"previewAavegotchi","outputs":[{"internalType":"string","name":"ag_","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions[]","name":"_dimensions","type":"tuple[]"}],"name":"setItemsDimensions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"sleeveId","type":"uint256"},{"internalType":"uint256","name":"wearableId","type":"uint256"}],"internalType":"struct SvgFacet.Sleeve[]","name":"_sleeves","type":"tuple[]"}],"name":"setSleeves","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_svg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_typesAndSizes","type":"tuple[]"}],"name":"storeSvg","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"string","name":"_svg","type":"string"},{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"internalType":"struct LibSvg.SvgTypeAndIdsAndSizes[]","name":"_typesAndIdsAndSizes","type":"tuple[]"}],"name":"updateSvg","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchiSideSvgs","outputs":[{"internalType":"string[]","name":"ag_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_itemId","type":"uint256"}],"name":"getItemSvgs","outputs":[{"internalType":"string[]","name":"svg_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_itemIds","type":"uint256[]"}],"name":"getItemsSvgs","outputs":[{"internalType":"string[][]","name":"svgs_","type":"string[][]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_hauntId","type":"uint256"},{"internalType":"address","name":"_collateralType","type":"address"},{"internalType":"int16[6]","name":"_numericTraits","type":"int16[6]"},{"internalType":"uint16[16]","name":"equippedWearables","type":"uint16[16]"}],"name":"previewSideAavegotchi","outputs":[{"internalType":"string[]","name":"ag_","type":"string[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"string","name":"side","type":"string"},{"components":[{"internalType":"uint8","name":"x","type":"uint8"},{"internalType":"uint8","name":"y","type":"uint8"},{"internalType":"uint8","name":"width","type":"uint8"},{"internalType":"uint8","name":"height","type":"uint8"}],"internalType":"struct Dimensions","name":"dimensions","type":"tuple"}],"internalType":"struct SvgViewsFacet.SideViewDimensionsArgs[]","name":"_sideViewDimensions","type":"tuple[]"}],"name":"setSideViewDimensions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"components":[{"internalType":"uint256","name":"itemId","type":"uint256"},{"internalType":"uint256","name":"slotPosition","type":"uint256"},{"internalType":"bytes32","name":"side","type":"bytes32"},{"internalType":"bool","name":"exceptionBool","type":"bool"}],"internalType":"struct SvgViewsFacet.SideViewExceptions[]","name":"_sideViewExceptions","type":"tuple[]"}],"name":"setSideViewExceptions","outputs":[],"stateMutability":"nonpayable","type":"function"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"OpenPortals","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"}],"name":"PortalOpened","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"randomNumber","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_vrfTimeSet","type":"uint256"}],"name":"VrfRandomNumber","type":"event"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getBaseRandomNumber","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"}],"name":"openPortals","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint256","name":"requestId","type":"uint256"},{"internalType":"uint256","name":"randomNumber","type":"uint256"}],"name":"randomNumberCallback","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_vrfSystem","type":"address"}],"name":"setVRFSystem","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"vrfSystem","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256[]","name":"_wearableIds","type":"uint256[]"}],"name":"findWearableSets","outputs":[{"internalType":"uint256[]","name":"wearableSetIds_","type":"uint256[]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_index","type":"uint256"}],"name":"getWearableSet","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet","name":"wearableSet_","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWearableSets","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint8[]","name":"allowedCollaterals","type":"uint8[]"},{"internalType":"uint16[]","name":"wearableIds","type":"uint16[]"},{"internalType":"int8[5]","name":"traitsBonuses","type":"int8[5]"}],"internalType":"struct WearableSet[]","name":"wearableSets_","type":"tuple[]"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"totalWearableSets","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":true,"internalType":"uint16","name":"wearablesConfigId","type":"uint16"},{"indexed":false,"internalType":"uint16[16]","name":"wearables","type":"uint16[16]"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"WearablesConfigCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":true,"internalType":"uint16","name":"wearablesConfigId","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"WearablesConfigDaoPaymentReceived","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"sender","type":"address"},{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":false,"internalType":"uint16","name":"wearablesConfigId","type":"uint16"},{"indexed":false,"internalType":"uint256","name":"value","type":"uint256"}],"name":"WearablesConfigOwnerPaymentReceived","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"owner","type":"address"},{"indexed":true,"internalType":"uint256","name":"tokenId","type":"uint256"},{"indexed":true,"internalType":"uint16","name":"wearablesConfigId","type":"uint16"},{"indexed":false,"internalType":"uint16[16]","name":"wearables","type":"uint16[16]"}],"name":"WearablesConfigUpdated","type":"event"},{"inputs":[],"name":"WEARABLESCONFIG_FREE_SLOTS","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WEARABLESCONFIG_MAX_SLOTS","outputs":[{"internalType":"uint16","name":"","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WEARABLESCONFIG_OWNER_FEE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WEARABLESCONFIG_SLOT_PRICE","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"string","name":"_name","type":"string"},{"internalType":"uint16[16]","name":"_wearablesToStore","type":"uint16[16]"}],"name":"createWearablesConfig","outputs":[{"internalType":"uint16","name":"wearablesConfigId","type":"uint16"}],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"getAavegotchiWearablesConfigCount","outputs":[{"internalType":"uint16","name":"slotsUsed","type":"uint16"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16","name":"_wearablesConfigId","type":"uint16"}],"name":"getWearablesConfig","outputs":[{"components":[{"internalType":"string","name":"name","type":"string"},{"internalType":"uint16[16]","name":"wearables","type":"uint16[16]"}],"internalType":"struct WearablesConfig","name":"wearablesConfig","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16","name":"_wearablesConfigId","type":"uint16"}],"name":"getWearablesConfigName","outputs":[{"internalType":"string","name":"name","type":"string"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16","name":"_wearablesConfigId","type":"uint16"}],"name":"getWearablesConfigWearables","outputs":[{"internalType":"uint16[16]","name":"wearables","type":"uint16[16]"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16","name":"_wearablesConfigId","type":"uint16"},{"internalType":"string","name":"_name","type":"string"},{"internalType":"uint16[16]","name":"_wearablesToStore","type":"uint16[16]"}],"name":"updateWearablesConfig","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address","name":"_owner","type":"address"},{"internalType":"uint256","name":"_tokenId","type":"uint256"},{"internalType":"uint16","name":"_wearablesConfigId","type":"uint16"}],"name":"wearablesConfigExists","outputs":[{"internalType":"bool","name":"exists","type":"bool"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"WhitelistCreated","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"WhitelistOwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"WhitelistUpdated","type":"event"},{"inputs":[{"internalType":"string","name":"_name","type":"string"},{"internalType":"address[]","name":"_whitelistAddresses","type":"address[]"}],"name":"createWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"getBorrowLimit","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"getWhitelist","outputs":[{"components":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"string","name":"name","type":"string"},{"internalType":"address[]","name":"addresses","type":"address[]"}],"internalType":"struct Whitelist","name":"","type":"tuple"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"uint256","name":"_actionRight","type":"uint256"}],"name":"getWhitelistAccessRight","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"getWhitelistsLength","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address","name":"_whitelistAddress","type":"address"}],"name":"isWhitelisted","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address[]","name":"_whitelistAddresses","type":"address[]"}],"name":"removeAddressesFromWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"uint256","name":"_borrowlimit","type":"uint256"}],"name":"setBorrowLimit","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"uint256","name":"_actionRight","type":"uint256"},{"internalType":"uint256","name":"_accessRight","type":"uint256"}],"name":"setWhitelistAccessRight","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address","name":"_whitelistOwner","type":"address"}],"name":"transferOwnershipOfWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"},{"internalType":"address[]","name":"_whitelistAddresses","type":"address[]"}],"name":"updateWhitelist","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"uint32","name":"whitelistId","type":"uint32"}],"name":"whitelistExists","outputs":[{"internalType":"bool","name":"exists","type":"bool"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint32","name":"_whitelistId","type":"uint32"}],"name":"whitelistOwner","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"kinship","type":"uint256"}],"name":"AavegotchiInteract","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"KinshipBurned","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"duration","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155BuyOrderAdd","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"duration","type":"uint256"},{"indexed":false,"internalType":"bytes32","name":"validationHash","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721BuyOrderAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"buyOrderId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721BuyOrderCanceled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc1155TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc1155TypeId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ExecutedListing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"ERC1155ExecutedToRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ListingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC1155ListingRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"quantity","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"UpdateERC1155Listing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"seller","type":"address"},{"indexed":false,"internalType":"address","name":"buyer","type":"address"},{"indexed":false,"internalType":"address","name":"erc721TokenAddress","type":"address"},{"indexed":false,"internalType":"uint256","name":"erc721TokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ExecutedListing","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":true,"internalType":"address","name":"buyer","type":"address"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"ERC721ExecutedToRecipient","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"priceInWei","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingPriceUpdate","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"listingId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"category","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"ERC721ListingRemoved","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"}],"name":"GotchiLendingAdd","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeCreated","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingAdd","name":"","type":"tuple"}],"name":"GotchiLendingAdded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"},{"indexed":false,"internalType":"uint256","name":"time","type":"uint256"}],"name":"GotchiLendingCancel","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeCancelled","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingCancellation","name":"","type":"tuple"}],"name":"GotchiLendingCancelled","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"},{"indexed":false,"internalType":"address[]","name":"tokenAddresses","type":"address[]"},{"indexed":false,"internalType":"uint256[]","name":"amounts","type":"uint256[]"}],"name":"GotchiLendingClaim","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256[]","name":"amounts","type":"uint256[]"},{"internalType":"uint256","name":"timeClaimed","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingClaim","name":"","type":"tuple"}],"name":"GotchiLendingClaimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"}],"name":"GotchiLendingEnd","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeEnded","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingEnd","name":"","type":"tuple"}],"name":"GotchiLendingEnded","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"listingId","type":"uint32"}],"name":"GotchiLendingExecute","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"uint32","name":"listingId","type":"uint32"},{"internalType":"address","name":"lender","type":"address"},{"internalType":"address","name":"borrower","type":"address"},{"internalType":"uint32","name":"tokenId","type":"uint32"},{"internalType":"uint96","name":"initialCost","type":"uint96"},{"internalType":"uint32","name":"period","type":"uint32"},{"internalType":"uint8[3]","name":"revenueSplit","type":"uint8[3]"},{"internalType":"address","name":"originalOwner","type":"address"},{"internalType":"address","name":"thirdParty","type":"address"},{"internalType":"uint32","name":"whitelistId","type":"uint32"},{"internalType":"address[]","name":"revenueTokens","type":"address[]"},{"internalType":"uint256","name":"timeAgreed","type":"uint256"},{"internalType":"uint256","name":"permissions","type":"uint256"}],"indexed":false,"internalType":"struct LibEventStructContainers.GotchiLendingExecution","name":"","type":"tuple"}],"name":"GotchiLendingExecuted","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint256[16]","name":"_oldDepositIds","type":"uint256[16]"},{"indexed":false,"internalType":"uint256[16]","name":"_newDepositIds","type":"uint256[16]"}],"name":"EquipDelegatedWearables","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"},{"indexed":false,"internalType":"uint16[16]","name":"_oldWearables","type":"uint16[16]"},{"indexed":false,"internalType":"uint16[16]","name":"_newWearables","type":"uint16[16]"}],"name":"EquipWearables","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"indexed":false,"internalType":"struct LibSvg.SvgTypeAndSizes[]","name":"_typesAndSizes","type":"tuple[]"}],"name":"StoreSvg","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"bytes32","name":"svgType","type":"bytes32"},{"internalType":"uint256[]","name":"ids","type":"uint256[]"},{"internalType":"uint256[]","name":"sizes","type":"uint256[]"}],"indexed":false,"internalType":"struct LibSvg.SvgTypeAndIdsAndSizes[]","name":"_typesAndIdsAndSizes","type":"tuple[]"}],"name":"UpdateSvg","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"tokenIn","type":"address"},{"indexed":true,"internalType":"address","name":"tokenOut","type":"address"},{"indexed":false,"internalType":"uint256","name":"amountIn","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"amountOut","type":"uint256"},{"indexed":true,"internalType":"address","name":"recipient","type":"address"}],"name":"TokenSwapped","type":"event"},{"inputs":[],"name":"ROUTER","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"USDC","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"WETH","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"EXTRA_ARGS_V1_TAG","outputs":[{"internalType":"bytes4","name":"","type":"bytes4"}],"stateMutability":"view","type":"function"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint32","name":"whitelistId","type":"uint32"},{"indexed":true,"internalType":"uint256","name":"actionRight","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"accessRight","type":"uint256"}],"name":"WhitelistAccessRightSet","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"uint256[]","name":"_tokenIds","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_xpValues","type":"uint256[]"}],"name":"GrantExperience","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"_propId","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"_gotchiId","type":"uint256"}],"name":"XPClaimed","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"bytes32","name":"_propId","type":"bytes32"},{"indexed":false,"internalType":"bytes32","name":"_merkleRoot","type":"bytes32"},{"indexed":false,"internalType":"uint256","name":"_xpAmount","type":"uint256"}],"name":"XPDropCreated","type":"event"},{"anonymous":false,"inputs":[{"components":[{"internalType":"address","name":"facetAddress","type":"address"},{"internalType":"enum IDiamondCut.FacetCutAction","name":"action","type":"uint8"},{"internalType":"bytes4[]","name":"functionSelectors","type":"bytes4[]"}],"indexed":false,"internalType":"struct IDiamondCut.FacetCut[]","name":"_diamondCut","type":"tuple[]"},{"indexed":false,"internalType":"address","name":"_init","type":"address"},{"indexed":false,"internalType":"bytes","name":"_calldata","type":"bytes"}],"name":"DiamondCut","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"previousOwner","type":"address"},{"indexed":true,"internalType":"address","name":"newOwner","type":"address"}],"name":"OwnershipTransferred","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256[]","name":"_ids","type":"uint256[]"},{"indexed":false,"internalType":"uint256[]","name":"_values","type":"uint256[]"}],"name":"TransferBatch","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_fromContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"_fromTokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_tokenTypeId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferFromParent","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":false,"internalType":"uint256","name":"_id","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferSingle","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_toContract","type":"address"},{"indexed":true,"internalType":"uint256","name":"_toTokenId","type":"uint256"},{"indexed":true,"internalType":"uint256","name":"_tokenTypeId","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"TransferToParent","type":"event"},{"anonymous":false,"inputs":[{"indexed":false,"internalType":"string","name":"_value","type":"string"},{"indexed":true,"internalType":"uint256","name":"_id","type":"uint256"}],"name":"URI","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_approved","type":"address"},{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"Approval","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_owner","type":"address"},{"indexed":true,"internalType":"address","name":"_operator","type":"address"},{"indexed":false,"internalType":"bool","name":"_approved","type":"bool"}],"name":"ApprovalForAll","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":true,"internalType":"address","name":"_to","type":"address"},{"indexed":true,"internalType":"uint256","name":"_tokenId","type":"uint256"}],"name":"Transfer","type":"event"}] \ No newline at end of file diff --git a/hardhat.config.ts b/hardhat.config.ts index 3839182a..23095904 100644 --- a/hardhat.config.ts +++ b/hardhat.config.ts @@ -48,7 +48,7 @@ export default { hardhat: { forking: { url: process.env.BASE_RPC_URL, - blockNumber: 35391664, + blockNumber: 35950651, // timeout: 12000000, }, blockGasLimit: 20000000, diff --git a/progress-szn11-rnd2-chain31337.json b/progress-szn11-rnd2-chain31337.json new file mode 100644 index 00000000..00bcd486 --- /dev/null +++ b/progress-szn11-rnd2-chain31337.json @@ -0,0 +1,12052 @@ +{ + "season": "11", + "round": "rnd2", + "chainId": 31337, + "totalBatches": 24, + "completedBatches": [ + { + "batchIndex": 0, + "transactionHash": "0xd2a992a5e95de7f89c61b412e9bdd7ad82c0d4add4db9ce83b12297f0e5ca221", + "timestamp": "2025-09-24T06:11:58.865Z", + "gotchiRewards": [ + { + "gotchiId": "3", + "amount": "124.595", + "parsedAmount": "124595000000000000000" + }, + { + "gotchiId": "31", + "amount": "14.02", + "parsedAmount": "14020000000000000000" + }, + { + "gotchiId": "32", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "34", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "35", + "amount": "117.4125", + "parsedAmount": "117412500000000000000" + }, + { + "gotchiId": "37", + "amount": "61.9875", + "parsedAmount": "61987500000000000000" + }, + { + "gotchiId": "39", + "amount": "19.322499999999998", + "parsedAmount": "19322499999999998000" + }, + { + "gotchiId": "41", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "44", + "amount": "28.7075", + "parsedAmount": "28707500000000000000" + }, + { + "gotchiId": "46", + "amount": "2.4175", + "parsedAmount": "2417500000000000000" + }, + { + "gotchiId": "47", + "amount": "8.4825", + "parsedAmount": "8482500000000000000" + }, + { + "gotchiId": "48", + "amount": "59.0325", + "parsedAmount": "59032500000000000000" + }, + { + "gotchiId": "51", + "amount": "7.182499999999999", + "parsedAmount": "7182499999999999000" + }, + { + "gotchiId": "53", + "amount": "10.16", + "parsedAmount": "10160000000000000000" + }, + { + "gotchiId": "54", + "amount": "12.3325", + "parsedAmount": "12332500000000000000" + }, + { + "gotchiId": "56", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "58", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "59", + "amount": "15.6075", + "parsedAmount": "15607500000000000000" + }, + { + "gotchiId": "67", + "amount": "126.925", + "parsedAmount": "126925000000000000000" + }, + { + "gotchiId": "68", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "69", + "amount": "13.7775", + "parsedAmount": "13777500000000000000" + }, + { + "gotchiId": "92", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "93", + "amount": "22.615", + "parsedAmount": "22615000000000000000" + }, + { + "gotchiId": "97", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "100", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "101", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "102", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "106", + "amount": "35.9725", + "parsedAmount": "35972500000000000000" + }, + { + "gotchiId": "111", + "amount": "17.0925", + "parsedAmount": "17092500000000000000" + }, + { + "gotchiId": "112", + "amount": "45.5975", + "parsedAmount": "45597500000000000000" + }, + { + "gotchiId": "113", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "114", + "amount": "49.207499999999996", + "parsedAmount": "49207499999999996000" + }, + { + "gotchiId": "115", + "amount": "3.745", + "parsedAmount": "3745000000000000000" + }, + { + "gotchiId": "116", + "amount": "2.53", + "parsedAmount": "2530000000000000000" + }, + { + "gotchiId": "122", + "amount": "3.045", + "parsedAmount": "3045000000000000000" + }, + { + "gotchiId": "123", + "amount": "28.5125", + "parsedAmount": "28512500000000000000" + }, + { + "gotchiId": "124", + "amount": "17.1475", + "parsedAmount": "17147500000000000000" + }, + { + "gotchiId": "125", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "131", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "135", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "137", + "amount": "10.9625", + "parsedAmount": "10962500000000000000" + }, + { + "gotchiId": "138", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "139", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "141", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "142", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "151", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "154", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "156", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "159", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "162", + "amount": "14.16", + "parsedAmount": "14160000000000000000" + }, + { + "gotchiId": "164", + "amount": "23.48", + "parsedAmount": "23480000000000000000" + }, + { + "gotchiId": "167", + "amount": "5.8875", + "parsedAmount": "5887500000000000000" + }, + { + "gotchiId": "168", + "amount": "36.555", + "parsedAmount": "36555000000000000000" + }, + { + "gotchiId": "169", + "amount": "30.5075", + "parsedAmount": "30507500000000000000" + }, + { + "gotchiId": "172", + "amount": "330.6175", + "parsedAmount": "330617500000000000000" + }, + { + "gotchiId": "181", + "amount": "137.4175", + "parsedAmount": "137417500000000000000" + }, + { + "gotchiId": "183", + "amount": "22.952499999999997", + "parsedAmount": "22952499999999997000" + }, + { + "gotchiId": "185", + "amount": "26.715", + "parsedAmount": "26715000000000000000" + }, + { + "gotchiId": "186", + "amount": "18.33", + "parsedAmount": "18330000000000000000" + }, + { + "gotchiId": "190", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "191", + "amount": "6.8149999999999995", + "parsedAmount": "6814999999999999500" + }, + { + "gotchiId": "192", + "amount": "7.41", + "parsedAmount": "7410000000000000000" + }, + { + "gotchiId": "201", + "amount": "31.352500000000003", + "parsedAmount": "31352500000000003000" + }, + { + "gotchiId": "205", + "amount": "10.4425", + "parsedAmount": "10442500000000000000" + }, + { + "gotchiId": "206", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "207", + "amount": "11.54", + "parsedAmount": "11540000000000000000" + }, + { + "gotchiId": "208", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "218", + "amount": "2.9875", + "parsedAmount": "2987500000000000000" + }, + { + "gotchiId": "219", + "amount": "11.5275", + "parsedAmount": "11527500000000000000" + }, + { + "gotchiId": "221", + "amount": "146.575", + "parsedAmount": "146575000000000000000" + }, + { + "gotchiId": "225", + "amount": "11.765", + "parsedAmount": "11765000000000000000" + }, + { + "gotchiId": "226", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "228", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "229", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "231", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "233", + "amount": "75.935", + "parsedAmount": "75935000000000000000" + }, + { + "gotchiId": "234", + "amount": "8.515", + "parsedAmount": "8515000000000000000" + }, + { + "gotchiId": "235", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "236", + "amount": "30.5575", + "parsedAmount": "30557500000000000000" + }, + { + "gotchiId": "238", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "240", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "241", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "243", + "amount": "23.41", + "parsedAmount": "23410000000000000000" + }, + { + "gotchiId": "260", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "261", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "262", + "amount": "14.5275", + "parsedAmount": "14527500000000000000" + }, + { + "gotchiId": "263", + "amount": "9.665", + "parsedAmount": "9665000000000000000" + }, + { + "gotchiId": "264", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "266", + "amount": "160.7475", + "parsedAmount": "160747500000000000000" + }, + { + "gotchiId": "267", + "amount": "46.84", + "parsedAmount": "46840000000000000000" + }, + { + "gotchiId": "269", + "amount": "12.032499999999999", + "parsedAmount": "12032499999999999000" + }, + { + "gotchiId": "270", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "271", + "amount": "13.514999999999999", + "parsedAmount": "13514999999999999000" + }, + { + "gotchiId": "272", + "amount": "2.2675", + "parsedAmount": "2267500000000000000" + }, + { + "gotchiId": "274", + "amount": "6.5225", + "parsedAmount": "6522500000000000000" + }, + { + "gotchiId": "275", + "amount": "9.6475", + "parsedAmount": "9647500000000000000" + }, + { + "gotchiId": "278", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "282", + "amount": "71.6275", + "parsedAmount": "71627500000000000000" + }, + { + "gotchiId": "285", + "amount": "13.370000000000001", + "parsedAmount": "13370000000000001000" + }, + { + "gotchiId": "289", + "amount": "18.81", + "parsedAmount": "18810000000000000000" + }, + { + "gotchiId": "290", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "296", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "301", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "304", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "307", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "308", + "amount": "14.0925", + "parsedAmount": "14092500000000000000" + }, + { + "gotchiId": "314", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "315", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "317", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "319", + "amount": "21.9125", + "parsedAmount": "21912500000000000000" + }, + { + "gotchiId": "339", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "343", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "357", + "amount": "7.404999999999999", + "parsedAmount": "7404999999999999000" + }, + { + "gotchiId": "358", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "359", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "366", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "367", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "375", + "amount": "10.114999999999998", + "parsedAmount": "10114999999999998000" + }, + { + "gotchiId": "377", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "378", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "380", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "382", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "383", + "amount": "56.652499999999996", + "parsedAmount": "56652499999999996000" + }, + { + "gotchiId": "390", + "amount": "8.8775", + "parsedAmount": "8877500000000000000" + }, + { + "gotchiId": "391", + "amount": "15.322500000000002", + "parsedAmount": "15322500000000002000" + }, + { + "gotchiId": "392", + "amount": "19.0075", + "parsedAmount": "19007500000000000000" + }, + { + "gotchiId": "396", + "amount": "53.8075", + "parsedAmount": "53807500000000000000" + }, + { + "gotchiId": "406", + "amount": "37.5975", + "parsedAmount": "37597500000000000000" + }, + { + "gotchiId": "407", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "408", + "amount": "35.8775", + "parsedAmount": "35877500000000000000" + }, + { + "gotchiId": "409", + "amount": "7.69", + "parsedAmount": "7690000000000000000" + }, + { + "gotchiId": "410", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "411", + "amount": "7.9825", + "parsedAmount": "7982500000000000000" + }, + { + "gotchiId": "413", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "414", + "amount": "22.9", + "parsedAmount": "22900000000000000000" + }, + { + "gotchiId": "418", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "420", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "428", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "430", + "amount": "19.93", + "parsedAmount": "19930000000000000000" + }, + { + "gotchiId": "431", + "amount": "4.675", + "parsedAmount": "4675000000000000000" + }, + { + "gotchiId": "439", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "442", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "448", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "449", + "amount": "38.44", + "parsedAmount": "38440000000000000000" + }, + { + "gotchiId": "453", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "454", + "amount": "14.3125", + "parsedAmount": "14312500000000000000" + }, + { + "gotchiId": "455", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "458", + "amount": "36.11", + "parsedAmount": "36110000000000000000" + }, + { + "gotchiId": "461", + "amount": "3.365", + "parsedAmount": "3365000000000000000" + }, + { + "gotchiId": "463", + "amount": "15.425", + "parsedAmount": "15425000000000000000" + }, + { + "gotchiId": "469", + "amount": "12.565000000000001", + "parsedAmount": "12565000000000001000" + }, + { + "gotchiId": "473", + "amount": "16.5", + "parsedAmount": "16500000000000000000" + }, + { + "gotchiId": "474", + "amount": "399.10999999999996", + "parsedAmount": "399109999999999960000" + }, + { + "gotchiId": "475", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "479", + "amount": "32.15", + "parsedAmount": "32150000000000000000" + }, + { + "gotchiId": "480", + "amount": "22.662499999999998", + "parsedAmount": "22662499999999998000" + }, + { + "gotchiId": "481", + "amount": "10.780000000000001", + "parsedAmount": "10780000000000001000" + }, + { + "gotchiId": "482", + "amount": "10.307500000000001", + "parsedAmount": "10307500000000001000" + }, + { + "gotchiId": "483", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "486", + "amount": "20.8725", + "parsedAmount": "20872500000000000000" + }, + { + "gotchiId": "487", + "amount": "86.405", + "parsedAmount": "86405000000000000000" + }, + { + "gotchiId": "489", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "490", + "amount": "11.7625", + "parsedAmount": "11762500000000000000" + }, + { + "gotchiId": "492", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "493", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "499", + "amount": "14.0125", + "parsedAmount": "14012500000000000000" + }, + { + "gotchiId": "502", + "amount": "37.2075", + "parsedAmount": "37207500000000000000" + }, + { + "gotchiId": "506", + "amount": "36.055", + "parsedAmount": "36055000000000000000" + }, + { + "gotchiId": "509", + "amount": "22.935", + "parsedAmount": "22935000000000000000" + }, + { + "gotchiId": "511", + "amount": "31.4925", + "parsedAmount": "31492500000000000000" + }, + { + "gotchiId": "512", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "514", + "amount": "69.855", + "parsedAmount": "69855000000000000000" + }, + { + "gotchiId": "519", + "amount": "13.8875", + "parsedAmount": "13887500000000000000" + }, + { + "gotchiId": "520", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "522", + "amount": "46.572500000000005", + "parsedAmount": "46572500000000005000" + }, + { + "gotchiId": "523", + "amount": "19.9375", + "parsedAmount": "19937500000000000000" + }, + { + "gotchiId": "528", + "amount": "19.1675", + "parsedAmount": "19167500000000000000" + }, + { + "gotchiId": "529", + "amount": "44.9875", + "parsedAmount": "44987500000000000000" + }, + { + "gotchiId": "531", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "538", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "539", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "540", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "543", + "amount": "60.2075", + "parsedAmount": "60207500000000000000" + }, + { + "gotchiId": "544", + "amount": "105.60000000000001", + "parsedAmount": "105600000000000010000" + }, + { + "gotchiId": "549", + "amount": "58.4225", + "parsedAmount": "58422500000000000000" + }, + { + "gotchiId": "550", + "amount": "9.635000000000002", + "parsedAmount": "9635000000000002000" + }, + { + "gotchiId": "552", + "amount": "17.43", + "parsedAmount": "17430000000000000000" + }, + { + "gotchiId": "555", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "556", + "amount": "45.470000000000006", + "parsedAmount": "45470000000000006000" + }, + { + "gotchiId": "557", + "amount": "9.335", + "parsedAmount": "9335000000000000000" + }, + { + "gotchiId": "567", + "amount": "60.49", + "parsedAmount": "60490000000000000000" + }, + { + "gotchiId": "568", + "amount": "106.7775", + "parsedAmount": "106777500000000000000" + }, + { + "gotchiId": "569", + "amount": "84.5925", + "parsedAmount": "84592500000000000000" + }, + { + "gotchiId": "571", + "amount": "97.27000000000001", + "parsedAmount": "97270000000000010000" + }, + { + "gotchiId": "572", + "amount": "250.63", + "parsedAmount": "250630000000000000000" + }, + { + "gotchiId": "573", + "amount": "89.59750000000001", + "parsedAmount": "89597500000000010000" + }, + { + "gotchiId": "574", + "amount": "108.175", + "parsedAmount": "108175000000000000000" + }, + { + "gotchiId": "575", + "amount": "108.7525", + "parsedAmount": "108752500000000000000" + }, + { + "gotchiId": "576", + "amount": "101.14", + "parsedAmount": "101140000000000000000" + }, + { + "gotchiId": "577", + "amount": "109.88", + "parsedAmount": "109880000000000000000" + }, + { + "gotchiId": "578", + "amount": "59.9775", + "parsedAmount": "59977500000000000000" + }, + { + "gotchiId": "579", + "amount": "25.1025", + "parsedAmount": "25102500000000000000" + }, + { + "gotchiId": "580", + "amount": "92.01", + "parsedAmount": "92010000000000000000" + }, + { + "gotchiId": "581", + "amount": "55.945", + "parsedAmount": "55945000000000000000" + }, + { + "gotchiId": "584", + "amount": "16.1375", + "parsedAmount": "16137500000000000000" + }, + { + "gotchiId": "585", + "amount": "14.05", + "parsedAmount": "14050000000000000000" + }, + { + "gotchiId": "587", + "amount": "11.665", + "parsedAmount": "11665000000000000000" + }, + { + "gotchiId": "588", + "amount": "13.360000000000001", + "parsedAmount": "13360000000000001000" + }, + { + "gotchiId": "591", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "594", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "596", + "amount": "6.699999999999999", + "parsedAmount": "6699999999999999000" + }, + { + "gotchiId": "597", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "598", + "amount": "64.545", + "parsedAmount": "64545000000000000000" + }, + { + "gotchiId": "600", + "amount": "60.615", + "parsedAmount": "60615000000000000000" + }, + { + "gotchiId": "601", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "607", + "amount": "78.555", + "parsedAmount": "78555000000000000000" + }, + { + "gotchiId": "608", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "630", + "amount": "20.8825", + "parsedAmount": "20882500000000000000" + }, + { + "gotchiId": "632", + "amount": "24.235", + "parsedAmount": "24235000000000000000" + }, + { + "gotchiId": "637", + "amount": "4.65", + "parsedAmount": "4650000000000000000" + }, + { + "gotchiId": "642", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "645", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "646", + "amount": "8.01", + "parsedAmount": "8010000000000000000" + }, + { + "gotchiId": "647", + "amount": "8.752500000000001", + "parsedAmount": "8752500000000001000" + }, + { + "gotchiId": "648", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "649", + "amount": "24.924999999999997", + "parsedAmount": "24924999999999997000" + }, + { + "gotchiId": "650", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "660", + "amount": "28.615", + "parsedAmount": "28615000000000000000" + }, + { + "gotchiId": "661", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "662", + "amount": "181.8775", + "parsedAmount": "181877500000000000000" + }, + { + "gotchiId": "663", + "amount": "34.9075", + "parsedAmount": "34907500000000000000" + }, + { + "gotchiId": "664", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "671", + "amount": "13.9", + "parsedAmount": "13900000000000000000" + }, + { + "gotchiId": "672", + "amount": "26.175", + "parsedAmount": "26175000000000000000" + }, + { + "gotchiId": "673", + "amount": "126.11000000000001", + "parsedAmount": "126110000000000010000" + }, + { + "gotchiId": "674", + "amount": "19.264999999999997", + "parsedAmount": "19264999999999997000" + }, + { + "gotchiId": "677", + "amount": "53.6025", + "parsedAmount": "53602500000000000000" + }, + { + "gotchiId": "681", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "684", + "amount": "38.11", + "parsedAmount": "38110000000000000000" + }, + { + "gotchiId": "689", + "amount": "28.707500000000003", + "parsedAmount": "28707500000000003000" + }, + { + "gotchiId": "692", + "amount": "91.1725", + "parsedAmount": "91172500000000000000" + }, + { + "gotchiId": "695", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "696", + "amount": "21.25", + "parsedAmount": "21250000000000000000" + }, + { + "gotchiId": "697", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "698", + "amount": "12.19", + "parsedAmount": "12190000000000000000" + }, + { + "gotchiId": "699", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "700", + "amount": "16.747500000000002", + "parsedAmount": "16747500000000002000" + }, + { + "gotchiId": "702", + "amount": "16.305", + "parsedAmount": "16305000000000000000" + }, + { + "gotchiId": "703", + "amount": "156.465", + "parsedAmount": "156465000000000000000" + }, + { + "gotchiId": "704", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "705", + "amount": "31.412499999999998", + "parsedAmount": "31412499999999998000" + }, + { + "gotchiId": "706", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "707", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "708", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "709", + "amount": "6.44", + "parsedAmount": "6440000000000000000" + }, + { + "gotchiId": "710", + "amount": "16.985", + "parsedAmount": "16985000000000000000" + }, + { + "gotchiId": "711", + "amount": "6.4175", + "parsedAmount": "6417500000000000000" + }, + { + "gotchiId": "712", + "amount": "18.0425", + "parsedAmount": "18042500000000000000" + }, + { + "gotchiId": "713", + "amount": "110.7425", + "parsedAmount": "110742500000000000000" + }, + { + "gotchiId": "714", + "amount": "12.567499999999999", + "parsedAmount": "12567499999999999000" + }, + { + "gotchiId": "716", + "amount": "14.2575", + "parsedAmount": "14257500000000000000" + }, + { + "gotchiId": "717", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "718", + "amount": "6.4075", + "parsedAmount": "6407500000000000000" + }, + { + "gotchiId": "719", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "722", + "amount": "18.3425", + "parsedAmount": "18342500000000000000" + }, + { + "gotchiId": "725", + "amount": "16.9575", + "parsedAmount": "16957500000000000000" + }, + { + "gotchiId": "726", + "amount": "2.4", + "parsedAmount": "2400000000000000000" + }, + { + "gotchiId": "728", + "amount": "24.2025", + "parsedAmount": "24202500000000000000" + }, + { + "gotchiId": "729", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "733", + "amount": "8.175", + "parsedAmount": "8175000000000000000" + }, + { + "gotchiId": "734", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "735", + "amount": "7.7275", + "parsedAmount": "7727500000000000000" + }, + { + "gotchiId": "736", + "amount": "15.55", + "parsedAmount": "15550000000000000000" + }, + { + "gotchiId": "738", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "739", + "amount": "12.515", + "parsedAmount": "12515000000000000000" + }, + { + "gotchiId": "743", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "744", + "amount": "15.16", + "parsedAmount": "15160000000000000000" + }, + { + "gotchiId": "746", + "amount": "19.6", + "parsedAmount": "19600000000000000000" + }, + { + "gotchiId": "750", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "751", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "752", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "753", + "amount": "30.467499999999998", + "parsedAmount": "30467499999999998000" + }, + { + "gotchiId": "754", + "amount": "29.360000000000003", + "parsedAmount": "29360000000000003000" + }, + { + "gotchiId": "755", + "amount": "20.18", + "parsedAmount": "20180000000000000000" + }, + { + "gotchiId": "756", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "757", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "758", + "amount": "2.32", + "parsedAmount": "2320000000000000000" + }, + { + "gotchiId": "759", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "763", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "766", + "amount": "249.53", + "parsedAmount": "249530000000000000000" + }, + { + "gotchiId": "769", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "784", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "786", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "787", + "amount": "25.615000000000002", + "parsedAmount": "25615000000000002000" + }, + { + "gotchiId": "789", + "amount": "33.925", + "parsedAmount": "33925000000000000000" + }, + { + "gotchiId": "790", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "794", + "amount": "11.662500000000001", + "parsedAmount": "11662500000000001000" + }, + { + "gotchiId": "796", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "799", + "amount": "6.0525", + "parsedAmount": "6052500000000000000" + }, + { + "gotchiId": "801", + "amount": "3.145", + "parsedAmount": "3145000000000000000" + }, + { + "gotchiId": "805", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "806", + "amount": "14.8225", + "parsedAmount": "14822500000000000000" + }, + { + "gotchiId": "807", + "amount": "10.870000000000001", + "parsedAmount": "10870000000000001000" + }, + { + "gotchiId": "808", + "amount": "25.064999999999998", + "parsedAmount": "25064999999999998000" + }, + { + "gotchiId": "810", + "amount": "16.525", + "parsedAmount": "16525000000000000000" + }, + { + "gotchiId": "811", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "814", + "amount": "15.53", + "parsedAmount": "15530000000000000000" + }, + { + "gotchiId": "815", + "amount": "33.9075", + "parsedAmount": "33907500000000000000" + }, + { + "gotchiId": "817", + "amount": "35.2325", + "parsedAmount": "35232500000000000000" + }, + { + "gotchiId": "819", + "amount": "7.699999999999999", + "parsedAmount": "7699999999999999000" + }, + { + "gotchiId": "820", + "amount": "32.9875", + "parsedAmount": "32987500000000000000" + }, + { + "gotchiId": "821", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "822", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "823", + "amount": "18.2575", + "parsedAmount": "18257500000000000000" + }, + { + "gotchiId": "824", + "amount": "11.077499999999999", + "parsedAmount": "11077499999999999000" + }, + { + "gotchiId": "826", + "amount": "647.97", + "parsedAmount": "647970000000000000000" + }, + { + "gotchiId": "828", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "836", + "amount": "53.4175", + "parsedAmount": "53417500000000000000" + }, + { + "gotchiId": "841", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "844", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "851", + "amount": "9.3525", + "parsedAmount": "9352500000000000000" + }, + { + "gotchiId": "853", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "854", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "870", + "amount": "20.294999999999998", + "parsedAmount": "20294999999999998000" + }, + { + "gotchiId": "897", + "amount": "59.667500000000004", + "parsedAmount": "59667500000000004000" + }, + { + "gotchiId": "899", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "903", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "904", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "908", + "amount": "3.77", + "parsedAmount": "3770000000000000000" + }, + { + "gotchiId": "909", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "911", + "amount": "12.9675", + "parsedAmount": "12967500000000000000" + }, + { + "gotchiId": "912", + "amount": "33.275", + "parsedAmount": "33275000000000000000" + }, + { + "gotchiId": "914", + "amount": "13.1325", + "parsedAmount": "13132500000000000000" + }, + { + "gotchiId": "915", + "amount": "24.39", + "parsedAmount": "24390000000000000000" + }, + { + "gotchiId": "918", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "922", + "amount": "32.83", + "parsedAmount": "32830000000000000000" + }, + { + "gotchiId": "924", + "amount": "38.485", + "parsedAmount": "38485000000000000000" + }, + { + "gotchiId": "925", + "amount": "9.155", + "parsedAmount": "9155000000000000000" + }, + { + "gotchiId": "928", + "amount": "13.8375", + "parsedAmount": "13837500000000000000" + }, + { + "gotchiId": "929", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "931", + "amount": "6.362500000000001", + "parsedAmount": "6362500000000001000" + }, + { + "gotchiId": "932", + "amount": "2.3", + "parsedAmount": "2300000000000000000" + }, + { + "gotchiId": "933", + "amount": "6.5600000000000005", + "parsedAmount": "6560000000000000500" + }, + { + "gotchiId": "934", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "936", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "937", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "938", + "amount": "7.34", + "parsedAmount": "7340000000000000000" + }, + { + "gotchiId": "940", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "946", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "947", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "951", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "954", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "956", + "amount": "14.7425", + "parsedAmount": "14742500000000000000" + }, + { + "gotchiId": "957", + "amount": "28.6575", + "parsedAmount": "28657500000000000000" + }, + { + "gotchiId": "965", + "amount": "13.2375", + "parsedAmount": "13237500000000000000" + }, + { + "gotchiId": "966", + "amount": "318.55249999999995", + "parsedAmount": "318552499999999950000" + }, + { + "gotchiId": "967", + "amount": "12.3425", + "parsedAmount": "12342500000000000000" + }, + { + "gotchiId": "968", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "970", + "amount": "19.4375", + "parsedAmount": "19437500000000000000" + }, + { + "gotchiId": "971", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "973", + "amount": "27.759999999999998", + "parsedAmount": "27759999999999998000" + }, + { + "gotchiId": "974", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "976", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "978", + "amount": "31.745", + "parsedAmount": "31745000000000000000" + }, + { + "gotchiId": "979", + "amount": "25.645", + "parsedAmount": "25645000000000000000" + }, + { + "gotchiId": "980", + "amount": "6.3275", + "parsedAmount": "6327500000000000000" + }, + { + "gotchiId": "981", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "983", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "984", + "amount": "14.4", + "parsedAmount": "14400000000000000000" + }, + { + "gotchiId": "985", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "987", + "amount": "129.44", + "parsedAmount": "129440000000000000000" + }, + { + "gotchiId": "988", + "amount": "14.817499999999999", + "parsedAmount": "14817499999999999000" + }, + { + "gotchiId": "989", + "amount": "50.895", + "parsedAmount": "50895000000000000000" + }, + { + "gotchiId": "992", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "997", + "amount": "13.872499999999999", + "parsedAmount": "13872499999999999000" + }, + { + "gotchiId": "998", + "amount": "11.350000000000001", + "parsedAmount": "11350000000000001000" + }, + { + "gotchiId": "1009", + "amount": "23.145", + "parsedAmount": "23145000000000000000" + }, + { + "gotchiId": "1010", + "amount": "16.215", + "parsedAmount": "16215000000000000000" + }, + { + "gotchiId": "1011", + "amount": "93.24749999999999", + "parsedAmount": "93247499999999990000" + }, + { + "gotchiId": "1012", + "amount": "65.0625", + "parsedAmount": "65062500000000000000" + }, + { + "gotchiId": "1013", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "1014", + "amount": "103.30000000000001", + "parsedAmount": "103300000000000010000" + }, + { + "gotchiId": "1015", + "amount": "27.0425", + "parsedAmount": "27042500000000000000" + }, + { + "gotchiId": "1016", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "1017", + "amount": "17.005000000000003", + "parsedAmount": "17005000000000003000" + }, + { + "gotchiId": "1019", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "1020", + "amount": "17.7975", + "parsedAmount": "17797500000000000000" + }, + { + "gotchiId": "1021", + "amount": "99.56", + "parsedAmount": "99560000000000000000" + }, + { + "gotchiId": "1022", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "1027", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1030", + "amount": "28.825", + "parsedAmount": "28825000000000000000" + }, + { + "gotchiId": "1032", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "1043", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "1044", + "amount": "33.3625", + "parsedAmount": "33362500000000000000" + }, + { + "gotchiId": "1046", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "1054", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "1055", + "amount": "44.372499999999995", + "parsedAmount": "44372499999999995000" + }, + { + "gotchiId": "1057", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "1058", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "1062", + "amount": "11.4675", + "parsedAmount": "11467500000000000000" + }, + { + "gotchiId": "1063", + "amount": "31.9425", + "parsedAmount": "31942500000000000000" + }, + { + "gotchiId": "1065", + "amount": "15.395", + "parsedAmount": "15395000000000000000" + }, + { + "gotchiId": "1068", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "1071", + "amount": "22.805", + "parsedAmount": "22805000000000000000" + }, + { + "gotchiId": "1074", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "1078", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "1079", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "1083", + "amount": "94.9275", + "parsedAmount": "94927500000000000000" + }, + { + "gotchiId": "1085", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "1089", + "amount": "60.8725", + "parsedAmount": "60872500000000000000" + }, + { + "gotchiId": "1090", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "1098", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "1100", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1103", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "1108", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "1109", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "1111", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "1122", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1124", + "amount": "23.69", + "parsedAmount": "23690000000000000000" + }, + { + "gotchiId": "1126", + "amount": "61.605000000000004", + "parsedAmount": "61605000000000004000" + }, + { + "gotchiId": "1128", + "amount": "7.205", + "parsedAmount": "7205000000000000000" + }, + { + "gotchiId": "1133", + "amount": "44.097500000000004", + "parsedAmount": "44097500000000004000" + }, + { + "gotchiId": "1134", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "1135", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "1136", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "1137", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "1138", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "1140", + "amount": "13.155000000000001", + "parsedAmount": "13155000000000001000" + }, + { + "gotchiId": "1145", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "1147", + "amount": "26.59", + "parsedAmount": "26590000000000000000" + }, + { + "gotchiId": "1150", + "amount": "25.0175", + "parsedAmount": "25017500000000000000" + }, + { + "gotchiId": "1155", + "amount": "14.77", + "parsedAmount": "14770000000000000000" + }, + { + "gotchiId": "1157", + "amount": "14.8425", + "parsedAmount": "14842500000000000000" + }, + { + "gotchiId": "1164", + "amount": "8.6075", + "parsedAmount": "8607500000000000000" + }, + { + "gotchiId": "1165", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "1169", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "1170", + "amount": "22.395", + "parsedAmount": "22395000000000000000" + }, + { + "gotchiId": "1171", + "amount": "25.99", + "parsedAmount": "25990000000000000000" + }, + { + "gotchiId": "1173", + "amount": "15.3125", + "parsedAmount": "15312500000000000000" + }, + { + "gotchiId": "1177", + "amount": "2.035", + "parsedAmount": "2035000000000000000" + }, + { + "gotchiId": "1178", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "1179", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "1183", + "amount": "5.237500000000001", + "parsedAmount": "5237500000000001000" + }, + { + "gotchiId": "1188", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "1189", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "1190", + "amount": "14.365", + "parsedAmount": "14365000000000000000" + }, + { + "gotchiId": "1191", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "1192", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "1193", + "amount": "25.05", + "parsedAmount": "25050000000000000000" + }, + { + "gotchiId": "1195", + "amount": "21.435000000000002", + "parsedAmount": "21435000000000002000" + }, + { + "gotchiId": "1196", + "amount": "21.075000000000003", + "parsedAmount": "21075000000000003000" + }, + { + "gotchiId": "1197", + "amount": "70.715", + "parsedAmount": "70715000000000000000" + }, + { + "gotchiId": "1199", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "1200", + "amount": "18.845", + "parsedAmount": "18845000000000000000" + }, + { + "gotchiId": "1203", + "amount": "24.1725", + "parsedAmount": "24172500000000000000" + }, + { + "gotchiId": "1207", + "amount": "67.095", + "parsedAmount": "67095000000000000000" + }, + { + "gotchiId": "1218", + "amount": "63.095", + "parsedAmount": "63095000000000000000" + }, + { + "gotchiId": "1219", + "amount": "12.5575", + "parsedAmount": "12557500000000000000" + }, + { + "gotchiId": "1220", + "amount": "2.3725", + "parsedAmount": "2372500000000000000" + }, + { + "gotchiId": "1228", + "amount": "16.28", + "parsedAmount": "16280000000000000000" + }, + { + "gotchiId": "1231", + "amount": "26.979999999999997", + "parsedAmount": "26979999999999997000" + }, + { + "gotchiId": "1232", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "1233", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "1234", + "amount": "9.93", + "parsedAmount": "9930000000000000000" + }, + { + "gotchiId": "1235", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "1240", + "amount": "121.35499999999999", + "parsedAmount": "121354999999999990000" + }, + { + "gotchiId": "1241", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "1244", + "amount": "40.325", + "parsedAmount": "40325000000000000000" + }, + { + "gotchiId": "1248", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1249", + "amount": "22.1225", + "parsedAmount": "22122500000000000000" + }, + { + "gotchiId": "1253", + "amount": "23.922500000000003", + "parsedAmount": "23922500000000003000" + }, + { + "gotchiId": "1254", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "1257", + "amount": "73.6875", + "parsedAmount": "73687500000000000000" + }, + { + "gotchiId": "1259", + "amount": "13.395", + "parsedAmount": "13395000000000000000" + }, + { + "gotchiId": "1260", + "amount": "13.105", + "parsedAmount": "13105000000000000000" + }, + { + "gotchiId": "1261", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "1263", + "amount": "12.372499999999999", + "parsedAmount": "12372499999999999000" + }, + { + "gotchiId": "1264", + "amount": "113.34", + "parsedAmount": "113340000000000000000" + }, + { + "gotchiId": "1265", + "amount": "6.484999999999999", + "parsedAmount": "6484999999999999000" + }, + { + "gotchiId": "1267", + "amount": "5.734999999999999", + "parsedAmount": "5734999999999999000" + }, + { + "gotchiId": "1269", + "amount": "7.515", + "parsedAmount": "7515000000000000000" + }, + { + "gotchiId": "1273", + "amount": "9.155000000000001", + "parsedAmount": "9155000000000001000" + }, + { + "gotchiId": "1274", + "amount": "22.4625", + "parsedAmount": "22462500000000000000" + }, + { + "gotchiId": "1277", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "1282", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "1283", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "1285", + "amount": "25.47", + "parsedAmount": "25470000000000000000" + }, + { + "gotchiId": "1292", + "amount": "17.45", + "parsedAmount": "17450000000000000000" + }, + { + "gotchiId": "1293", + "amount": "32.9225", + "parsedAmount": "32922500000000000000" + }, + { + "gotchiId": "1294", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "1295", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "1299", + "amount": "2.4925", + "parsedAmount": "2492500000000000000" + }, + { + "gotchiId": "1301", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "1302", + "amount": "31.4525", + "parsedAmount": "31452500000000000000" + }, + { + "gotchiId": "1304", + "amount": "7.525", + "parsedAmount": "7525000000000000000" + }, + { + "gotchiId": "1305", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "1306", + "amount": "199.85250000000002", + "parsedAmount": "199852500000000020000" + }, + { + "gotchiId": "1308", + "amount": "22.835", + "parsedAmount": "22835000000000000000" + }, + { + "gotchiId": "1314", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "1316", + "amount": "6.88", + "parsedAmount": "6880000000000000000" + } + ], + "totalAmount": "12869664999999999966500", + "chainId": 31337, + "status": "confirmed", + "blockNumber": 35950653, + "gasUsed": "10017629" + }, + { + "batchIndex": 1, + "transactionHash": "0x12cd6de4c4c23a74010afe33ccbbcbc799b9373f8dc4cb45ebcb07565b9a6385", + "timestamp": "2025-09-24T06:11:59.408Z", + "gotchiRewards": [ + { + "gotchiId": "1320", + "amount": "36.7825", + "parsedAmount": "36782500000000000000" + }, + { + "gotchiId": "1321", + "amount": "22.965", + "parsedAmount": "22965000000000000000" + }, + { + "gotchiId": "1323", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "1324", + "amount": "7.675000000000001", + "parsedAmount": "7675000000000001000" + }, + { + "gotchiId": "1333", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1334", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "1335", + "amount": "56.9625", + "parsedAmount": "56962500000000000000" + }, + { + "gotchiId": "1336", + "amount": "14.98", + "parsedAmount": "14980000000000000000" + }, + { + "gotchiId": "1339", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "1345", + "amount": "111.25999999999999", + "parsedAmount": "111259999999999990000" + }, + { + "gotchiId": "1347", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "1348", + "amount": "14.1625", + "parsedAmount": "14162500000000000000" + }, + { + "gotchiId": "1349", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "1351", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "1353", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1354", + "amount": "10.087499999999999", + "parsedAmount": "10087499999999999000" + }, + { + "gotchiId": "1355", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "1357", + "amount": "8.1025", + "parsedAmount": "8102500000000000000" + }, + { + "gotchiId": "1358", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "1359", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "1360", + "amount": "7.279999999999999", + "parsedAmount": "7279999999999999000" + }, + { + "gotchiId": "1367", + "amount": "55.5775", + "parsedAmount": "55577500000000000000" + }, + { + "gotchiId": "1368", + "amount": "29.71", + "parsedAmount": "29710000000000000000" + }, + { + "gotchiId": "1370", + "amount": "23.615", + "parsedAmount": "23615000000000000000" + }, + { + "gotchiId": "1372", + "amount": "14.805", + "parsedAmount": "14805000000000000000" + }, + { + "gotchiId": "1373", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "1375", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "1379", + "amount": "16.990000000000002", + "parsedAmount": "16990000000000002000" + }, + { + "gotchiId": "1381", + "amount": "20.47", + "parsedAmount": "20470000000000000000" + }, + { + "gotchiId": "1383", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "1385", + "amount": "14.07", + "parsedAmount": "14070000000000000000" + }, + { + "gotchiId": "1387", + "amount": "12.495", + "parsedAmount": "12495000000000000000" + }, + { + "gotchiId": "1388", + "amount": "18.59", + "parsedAmount": "18590000000000000000" + }, + { + "gotchiId": "1389", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "1392", + "amount": "1.9425", + "parsedAmount": "1942500000000000000" + }, + { + "gotchiId": "1393", + "amount": "6.1875", + "parsedAmount": "6187500000000000000" + }, + { + "gotchiId": "1395", + "amount": "21.3375", + "parsedAmount": "21337500000000000000" + }, + { + "gotchiId": "1396", + "amount": "22.21", + "parsedAmount": "22210000000000000000" + }, + { + "gotchiId": "1398", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "1400", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "1401", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "1403", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1404", + "amount": "14.7125", + "parsedAmount": "14712500000000000000" + }, + { + "gotchiId": "1405", + "amount": "5.154999999999999", + "parsedAmount": "5154999999999999000" + }, + { + "gotchiId": "1408", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "1410", + "amount": "9.22", + "parsedAmount": "9220000000000000000" + }, + { + "gotchiId": "1412", + "amount": "40.529999999999994", + "parsedAmount": "40529999999999994000" + }, + { + "gotchiId": "1413", + "amount": "9.44", + "parsedAmount": "9440000000000000000" + }, + { + "gotchiId": "1414", + "amount": "5.8100000000000005", + "parsedAmount": "5810000000000000500" + }, + { + "gotchiId": "1416", + "amount": "99.87", + "parsedAmount": "99870000000000000000" + }, + { + "gotchiId": "1417", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "1419", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "1421", + "amount": "18.224999999999998", + "parsedAmount": "18224999999999998000" + }, + { + "gotchiId": "1422", + "amount": "19.63", + "parsedAmount": "19630000000000000000" + }, + { + "gotchiId": "1423", + "amount": "27.5725", + "parsedAmount": "27572500000000000000" + }, + { + "gotchiId": "1425", + "amount": "104.72749999999999", + "parsedAmount": "104727499999999990000" + }, + { + "gotchiId": "1426", + "amount": "43.582499999999996", + "parsedAmount": "43582499999999996000" + }, + { + "gotchiId": "1427", + "amount": "5.22", + "parsedAmount": "5220000000000000000" + }, + { + "gotchiId": "1429", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "1430", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "1432", + "amount": "46.5625", + "parsedAmount": "46562500000000000000" + }, + { + "gotchiId": "1433", + "amount": "12.7125", + "parsedAmount": "12712500000000000000" + }, + { + "gotchiId": "1436", + "amount": "11.0875", + "parsedAmount": "11087500000000000000" + }, + { + "gotchiId": "1441", + "amount": "4.672499999999999", + "parsedAmount": "4672499999999999000" + }, + { + "gotchiId": "1443", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "1445", + "amount": "21.8475", + "parsedAmount": "21847500000000000000" + }, + { + "gotchiId": "1447", + "amount": "17.055", + "parsedAmount": "17055000000000000000" + }, + { + "gotchiId": "1448", + "amount": "1389.6699999999998", + "parsedAmount": "1389669999999999800000" + }, + { + "gotchiId": "1449", + "amount": "100.805", + "parsedAmount": "100805000000000000000" + }, + { + "gotchiId": "1451", + "amount": "2.5675", + "parsedAmount": "2567500000000000000" + }, + { + "gotchiId": "1454", + "amount": "290.46", + "parsedAmount": "290460000000000000000" + }, + { + "gotchiId": "1455", + "amount": "7.2675", + "parsedAmount": "7267500000000000000" + }, + { + "gotchiId": "1457", + "amount": "38.165000000000006", + "parsedAmount": "38165000000000006000" + }, + { + "gotchiId": "1459", + "amount": "21.64", + "parsedAmount": "21640000000000000000" + }, + { + "gotchiId": "1469", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "1470", + "amount": "62.00750000000001", + "parsedAmount": "62007500000000010000" + }, + { + "gotchiId": "1473", + "amount": "15.377500000000001", + "parsedAmount": "15377500000000001000" + }, + { + "gotchiId": "1474", + "amount": "7.4175", + "parsedAmount": "7417500000000000000" + }, + { + "gotchiId": "1475", + "amount": "172.0775", + "parsedAmount": "172077500000000000000" + }, + { + "gotchiId": "1477", + "amount": "13.2225", + "parsedAmount": "13222500000000000000" + }, + { + "gotchiId": "1478", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "1481", + "amount": "19.134999999999998", + "parsedAmount": "19134999999999998000" + }, + { + "gotchiId": "1483", + "amount": "168.38500000000002", + "parsedAmount": "168385000000000020000" + }, + { + "gotchiId": "1484", + "amount": "17.455", + "parsedAmount": "17455000000000000000" + }, + { + "gotchiId": "1485", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "1486", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "1487", + "amount": "51.9525", + "parsedAmount": "51952500000000000000" + }, + { + "gotchiId": "1491", + "amount": "17.884999999999998", + "parsedAmount": "17884999999999998000" + }, + { + "gotchiId": "1508", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "1509", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "1510", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "1511", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "1512", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "1518", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "1520", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1531", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "1535", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "1536", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "1538", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "1539", + "amount": "17.01", + "parsedAmount": "17010000000000000000" + }, + { + "gotchiId": "1542", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1543", + "amount": "11.2", + "parsedAmount": "11200000000000000000" + }, + { + "gotchiId": "1545", + "amount": "17.2125", + "parsedAmount": "17212500000000000000" + }, + { + "gotchiId": "1547", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "1549", + "amount": "123.9375", + "parsedAmount": "123937500000000000000" + }, + { + "gotchiId": "1557", + "amount": "23.54", + "parsedAmount": "23540000000000000000" + }, + { + "gotchiId": "1558", + "amount": "23.02", + "parsedAmount": "23020000000000000000" + }, + { + "gotchiId": "1562", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "1563", + "amount": "10.425", + "parsedAmount": "10425000000000000000" + }, + { + "gotchiId": "1564", + "amount": "25.69", + "parsedAmount": "25690000000000000000" + }, + { + "gotchiId": "1565", + "amount": "167.555", + "parsedAmount": "167555000000000000000" + }, + { + "gotchiId": "1568", + "amount": "4.34", + "parsedAmount": "4340000000000000000" + }, + { + "gotchiId": "1570", + "amount": "11.115", + "parsedAmount": "11115000000000000000" + }, + { + "gotchiId": "1571", + "amount": "15.3675", + "parsedAmount": "15367500000000000000" + }, + { + "gotchiId": "1572", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "1574", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "1575", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "1576", + "amount": "3.07", + "parsedAmount": "3070000000000000000" + }, + { + "gotchiId": "1580", + "amount": "24.25", + "parsedAmount": "24250000000000000000" + }, + { + "gotchiId": "1583", + "amount": "11.2875", + "parsedAmount": "11287500000000000000" + }, + { + "gotchiId": "1584", + "amount": "34.335", + "parsedAmount": "34335000000000000000" + }, + { + "gotchiId": "1585", + "amount": "20.6175", + "parsedAmount": "20617500000000000000" + }, + { + "gotchiId": "1586", + "amount": "41.1025", + "parsedAmount": "41102500000000000000" + }, + { + "gotchiId": "1588", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "1589", + "amount": "14.4025", + "parsedAmount": "14402500000000000000" + }, + { + "gotchiId": "1590", + "amount": "15.9975", + "parsedAmount": "15997500000000000000" + }, + { + "gotchiId": "1591", + "amount": "24.9325", + "parsedAmount": "24932500000000000000" + }, + { + "gotchiId": "1595", + "amount": "23.1525", + "parsedAmount": "23152500000000000000" + }, + { + "gotchiId": "1598", + "amount": "9.2225", + "parsedAmount": "9222500000000000000" + }, + { + "gotchiId": "1600", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "1604", + "amount": "39.62", + "parsedAmount": "39620000000000000000" + }, + { + "gotchiId": "1627", + "amount": "287.035", + "parsedAmount": "287035000000000000000" + }, + { + "gotchiId": "1633", + "amount": "28.695", + "parsedAmount": "28695000000000000000" + }, + { + "gotchiId": "1637", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "1638", + "amount": "67.33", + "parsedAmount": "67330000000000000000" + }, + { + "gotchiId": "1639", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "1647", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "1652", + "amount": "8.955", + "parsedAmount": "8955000000000000000" + }, + { + "gotchiId": "1653", + "amount": "30.9725", + "parsedAmount": "30972500000000000000" + }, + { + "gotchiId": "1657", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "1660", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "1661", + "amount": "48.832499999999996", + "parsedAmount": "48832499999999996000" + }, + { + "gotchiId": "1662", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "1665", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "1667", + "amount": "5.695", + "parsedAmount": "5695000000000000000" + }, + { + "gotchiId": "1668", + "amount": "166.1925", + "parsedAmount": "166192500000000000000" + }, + { + "gotchiId": "1672", + "amount": "16.825", + "parsedAmount": "16825000000000000000" + }, + { + "gotchiId": "1677", + "amount": "174.8775", + "parsedAmount": "174877500000000000000" + }, + { + "gotchiId": "1679", + "amount": "10.15", + "parsedAmount": "10150000000000000000" + }, + { + "gotchiId": "1680", + "amount": "9.01", + "parsedAmount": "9010000000000000000" + }, + { + "gotchiId": "1683", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1684", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "1689", + "amount": "11.907499999999999", + "parsedAmount": "11907499999999999000" + }, + { + "gotchiId": "1690", + "amount": "42.2875", + "parsedAmount": "42287500000000000000" + }, + { + "gotchiId": "1691", + "amount": "8.0625", + "parsedAmount": "8062500000000000000" + }, + { + "gotchiId": "1693", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1694", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "1699", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "1702", + "amount": "65.0975", + "parsedAmount": "65097500000000000000" + }, + { + "gotchiId": "1703", + "amount": "25.3625", + "parsedAmount": "25362500000000000000" + }, + { + "gotchiId": "1704", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "1708", + "amount": "17.3225", + "parsedAmount": "17322500000000000000" + }, + { + "gotchiId": "1709", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "1710", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "1711", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "1715", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "1722", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "1723", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "1724", + "amount": "47.685", + "parsedAmount": "47685000000000000000" + }, + { + "gotchiId": "1728", + "amount": "21.96", + "parsedAmount": "21960000000000000000" + }, + { + "gotchiId": "1729", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "1732", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "1735", + "amount": "54.51499999999999", + "parsedAmount": "54514999999999990000" + }, + { + "gotchiId": "1740", + "amount": "33.2775", + "parsedAmount": "33277500000000000000" + }, + { + "gotchiId": "1743", + "amount": "1708.0575000000001", + "parsedAmount": "1708057500000000100000" + }, + { + "gotchiId": "1745", + "amount": "25.77", + "parsedAmount": "25770000000000000000" + }, + { + "gotchiId": "1751", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "1752", + "amount": "18.215", + "parsedAmount": "18215000000000000000" + }, + { + "gotchiId": "1759", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "1762", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1763", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "1765", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "1767", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "1768", + "amount": "24.910000000000004", + "parsedAmount": "24910000000000004000" + }, + { + "gotchiId": "1770", + "amount": "26.1425", + "parsedAmount": "26142500000000000000" + }, + { + "gotchiId": "1771", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "1774", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "1775", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "1779", + "amount": "43.7275", + "parsedAmount": "43727500000000000000" + }, + { + "gotchiId": "1780", + "amount": "56.13", + "parsedAmount": "56130000000000000000" + }, + { + "gotchiId": "1781", + "amount": "9.26", + "parsedAmount": "9260000000000000000" + }, + { + "gotchiId": "1782", + "amount": "47.7825", + "parsedAmount": "47782500000000000000" + }, + { + "gotchiId": "1784", + "amount": "22.3825", + "parsedAmount": "22382500000000000000" + }, + { + "gotchiId": "1785", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "1786", + "amount": "11.7875", + "parsedAmount": "11787500000000000000" + }, + { + "gotchiId": "1787", + "amount": "25.5125", + "parsedAmount": "25512500000000000000" + }, + { + "gotchiId": "1788", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "1789", + "amount": "7.1275", + "parsedAmount": "7127500000000000000" + }, + { + "gotchiId": "1790", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "1802", + "amount": "19.642500000000002", + "parsedAmount": "19642500000000002000" + }, + { + "gotchiId": "1803", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "1806", + "amount": "24.6375", + "parsedAmount": "24637500000000000000" + }, + { + "gotchiId": "1808", + "amount": "25.3925", + "parsedAmount": "25392500000000000000" + }, + { + "gotchiId": "1809", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "1811", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "1812", + "amount": "58.2475", + "parsedAmount": "58247500000000000000" + }, + { + "gotchiId": "1822", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "1828", + "amount": "25.230000000000004", + "parsedAmount": "25230000000000004000" + }, + { + "gotchiId": "1829", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "1831", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "1836", + "amount": "395.65", + "parsedAmount": "395650000000000000000" + }, + { + "gotchiId": "1837", + "amount": "9.834999999999999", + "parsedAmount": "9834999999999999000" + }, + { + "gotchiId": "1838", + "amount": "304.64750000000004", + "parsedAmount": "304647500000000040000" + }, + { + "gotchiId": "1839", + "amount": "9.790000000000001", + "parsedAmount": "9790000000000001000" + }, + { + "gotchiId": "1840", + "amount": "244.82999999999998", + "parsedAmount": "244829999999999980000" + }, + { + "gotchiId": "1843", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "1844", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "1845", + "amount": "17.1675", + "parsedAmount": "17167500000000000000" + }, + { + "gotchiId": "1847", + "amount": "66.1675", + "parsedAmount": "66167500000000000000" + }, + { + "gotchiId": "1849", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "1850", + "amount": "6.37", + "parsedAmount": "6370000000000000000" + }, + { + "gotchiId": "1852", + "amount": "48.675000000000004", + "parsedAmount": "48675000000000004000" + }, + { + "gotchiId": "1853", + "amount": "6.505", + "parsedAmount": "6505000000000000000" + }, + { + "gotchiId": "1855", + "amount": "13.28", + "parsedAmount": "13280000000000000000" + }, + { + "gotchiId": "1857", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "1859", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "1862", + "amount": "54.394999999999996", + "parsedAmount": "54394999999999996000" + }, + { + "gotchiId": "1866", + "amount": "29.3525", + "parsedAmount": "29352500000000000000" + }, + { + "gotchiId": "1868", + "amount": "33.1", + "parsedAmount": "33100000000000000000" + }, + { + "gotchiId": "1874", + "amount": "36.965", + "parsedAmount": "36965000000000000000" + }, + { + "gotchiId": "1876", + "amount": "38.0225", + "parsedAmount": "38022500000000000000" + }, + { + "gotchiId": "1878", + "amount": "15.885", + "parsedAmount": "15885000000000000000" + }, + { + "gotchiId": "1879", + "amount": "52.942499999999995", + "parsedAmount": "52942499999999995000" + }, + { + "gotchiId": "1880", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "1883", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "1884", + "amount": "26.587500000000002", + "parsedAmount": "26587500000000002000" + }, + { + "gotchiId": "1886", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "1887", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "1901", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "1904", + "amount": "11.8925", + "parsedAmount": "11892500000000000000" + }, + { + "gotchiId": "1905", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "1906", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1911", + "amount": "19.855", + "parsedAmount": "19855000000000000000" + }, + { + "gotchiId": "1917", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "1920", + "amount": "3.36", + "parsedAmount": "3360000000000000000" + }, + { + "gotchiId": "1921", + "amount": "3.355", + "parsedAmount": "3355000000000000000" + }, + { + "gotchiId": "1923", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "1924", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "1926", + "amount": "7.675000000000001", + "parsedAmount": "7675000000000001000" + }, + { + "gotchiId": "1927", + "amount": "3.36", + "parsedAmount": "3360000000000000000" + }, + { + "gotchiId": "1929", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "1930", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "1931", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "1932", + "amount": "16.0325", + "parsedAmount": "16032500000000000000" + }, + { + "gotchiId": "1934", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "1935", + "amount": "21.2025", + "parsedAmount": "21202500000000000000" + }, + { + "gotchiId": "1936", + "amount": "25.2775", + "parsedAmount": "25277500000000000000" + }, + { + "gotchiId": "1937", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "1939", + "amount": "29.432499999999997", + "parsedAmount": "29432499999999997000" + }, + { + "gotchiId": "1940", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "1941", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "1942", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "1944", + "amount": "25.4275", + "parsedAmount": "25427500000000000000" + }, + { + "gotchiId": "1948", + "amount": "9.6625", + "parsedAmount": "9662500000000000000" + }, + { + "gotchiId": "1949", + "amount": "9.475000000000001", + "parsedAmount": "9475000000000001000" + }, + { + "gotchiId": "1950", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1952", + "amount": "32.015", + "parsedAmount": "32015000000000000000" + }, + { + "gotchiId": "1954", + "amount": "37.0725", + "parsedAmount": "37072500000000000000" + }, + { + "gotchiId": "1956", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "1959", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "1961", + "amount": "75.53999999999999", + "parsedAmount": "75539999999999990000" + }, + { + "gotchiId": "1962", + "amount": "21.38", + "parsedAmount": "21380000000000000000" + }, + { + "gotchiId": "1963", + "amount": "23.6925", + "parsedAmount": "23692500000000000000" + }, + { + "gotchiId": "1969", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1971", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "1973", + "amount": "9.7575", + "parsedAmount": "9757500000000000000" + }, + { + "gotchiId": "1974", + "amount": "31.4575", + "parsedAmount": "31457500000000000000" + }, + { + "gotchiId": "1975", + "amount": "14.7975", + "parsedAmount": "14797500000000000000" + }, + { + "gotchiId": "1976", + "amount": "15.6425", + "parsedAmount": "15642500000000000000" + }, + { + "gotchiId": "1977", + "amount": "18.792499999999997", + "parsedAmount": "18792499999999997000" + }, + { + "gotchiId": "1980", + "amount": "24.765", + "parsedAmount": "24765000000000000000" + }, + { + "gotchiId": "1981", + "amount": "19.9925", + "parsedAmount": "19992500000000000000" + }, + { + "gotchiId": "1984", + "amount": "19.0425", + "parsedAmount": "19042500000000000000" + }, + { + "gotchiId": "1986", + "amount": "30.970000000000002", + "parsedAmount": "30970000000000002000" + }, + { + "gotchiId": "1987", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "1989", + "amount": "18.2075", + "parsedAmount": "18207500000000000000" + }, + { + "gotchiId": "1992", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "1993", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "1994", + "amount": "24.0075", + "parsedAmount": "24007500000000000000" + }, + { + "gotchiId": "1995", + "amount": "5.5525", + "parsedAmount": "5552500000000000000" + }, + { + "gotchiId": "1996", + "amount": "16.55", + "parsedAmount": "16550000000000000000" + }, + { + "gotchiId": "1998", + "amount": "568.3149999999999", + "parsedAmount": "568314999999999900000" + }, + { + "gotchiId": "2014", + "amount": "20.4225", + "parsedAmount": "20422500000000000000" + }, + { + "gotchiId": "2018", + "amount": "8.905", + "parsedAmount": "8905000000000000000" + }, + { + "gotchiId": "2021", + "amount": "13.61", + "parsedAmount": "13610000000000000000" + }, + { + "gotchiId": "2026", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "2027", + "amount": "19.91", + "parsedAmount": "19910000000000000000" + }, + { + "gotchiId": "2028", + "amount": "21.365000000000002", + "parsedAmount": "21365000000000002000" + }, + { + "gotchiId": "2029", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "2030", + "amount": "16.052500000000002", + "parsedAmount": "16052500000000002000" + }, + { + "gotchiId": "2031", + "amount": "23.84", + "parsedAmount": "23840000000000000000" + }, + { + "gotchiId": "2034", + "amount": "21.7825", + "parsedAmount": "21782500000000000000" + }, + { + "gotchiId": "2035", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "2042", + "amount": "9.54", + "parsedAmount": "9540000000000000000" + }, + { + "gotchiId": "2054", + "amount": "36.864999999999995", + "parsedAmount": "36864999999999995000" + }, + { + "gotchiId": "2057", + "amount": "304.805", + "parsedAmount": "304805000000000000000" + }, + { + "gotchiId": "2058", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "2062", + "amount": "11.067499999999999", + "parsedAmount": "11067499999999999000" + }, + { + "gotchiId": "2068", + "amount": "9.1075", + "parsedAmount": "9107500000000000000" + }, + { + "gotchiId": "2072", + "amount": "13.745", + "parsedAmount": "13745000000000000000" + }, + { + "gotchiId": "2073", + "amount": "7.0775", + "parsedAmount": "7077500000000000000" + }, + { + "gotchiId": "2077", + "amount": "11.0675", + "parsedAmount": "11067500000000000000" + }, + { + "gotchiId": "2079", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "2081", + "amount": "11.0925", + "parsedAmount": "11092500000000000000" + }, + { + "gotchiId": "2084", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "2085", + "amount": "72.83", + "parsedAmount": "72830000000000000000" + }, + { + "gotchiId": "2087", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "2090", + "amount": "18.0575", + "parsedAmount": "18057500000000000000" + }, + { + "gotchiId": "2091", + "amount": "9.469999999999999", + "parsedAmount": "9469999999999999000" + }, + { + "gotchiId": "2093", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "2094", + "amount": "16.1675", + "parsedAmount": "16167500000000000000" + }, + { + "gotchiId": "2095", + "amount": "25.4225", + "parsedAmount": "25422500000000000000" + }, + { + "gotchiId": "2096", + "amount": "17.025", + "parsedAmount": "17025000000000000000" + }, + { + "gotchiId": "2097", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "2099", + "amount": "27.7175", + "parsedAmount": "27717500000000000000" + }, + { + "gotchiId": "2100", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "2101", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "2104", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "2105", + "amount": "6.4350000000000005", + "parsedAmount": "6435000000000000500" + }, + { + "gotchiId": "2107", + "amount": "8.825", + "parsedAmount": "8825000000000000000" + }, + { + "gotchiId": "2110", + "amount": "13.407499999999999", + "parsedAmount": "13407499999999999000" + }, + { + "gotchiId": "2111", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "2113", + "amount": "8.155000000000001", + "parsedAmount": "8155000000000001000" + }, + { + "gotchiId": "2115", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "2116", + "amount": "9.3125", + "parsedAmount": "9312500000000000000" + }, + { + "gotchiId": "2117", + "amount": "9.532499999999999", + "parsedAmount": "9532499999999999000" + }, + { + "gotchiId": "2118", + "amount": "2.135", + "parsedAmount": "2135000000000000000" + }, + { + "gotchiId": "2120", + "amount": "21.965", + "parsedAmount": "21965000000000000000" + }, + { + "gotchiId": "2122", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "2123", + "amount": "15.805", + "parsedAmount": "15805000000000000000" + }, + { + "gotchiId": "2124", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "2125", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "2126", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "2128", + "amount": "66.945", + "parsedAmount": "66945000000000000000" + }, + { + "gotchiId": "2129", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "2134", + "amount": "22.775", + "parsedAmount": "22775000000000000000" + }, + { + "gotchiId": "2136", + "amount": "38.2375", + "parsedAmount": "38237500000000000000" + }, + { + "gotchiId": "2138", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "2143", + "amount": "8.005", + "parsedAmount": "8005000000000000000" + }, + { + "gotchiId": "2145", + "amount": "32.12", + "parsedAmount": "32120000000000000000" + }, + { + "gotchiId": "2147", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "2148", + "amount": "36.925", + "parsedAmount": "36925000000000000000" + }, + { + "gotchiId": "2152", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "2153", + "amount": "6.5425", + "parsedAmount": "6542500000000000000" + }, + { + "gotchiId": "2156", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "2157", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "2160", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "2162", + "amount": "6.577500000000001", + "parsedAmount": "6577500000000001000" + }, + { + "gotchiId": "2165", + "amount": "326.28000000000003", + "parsedAmount": "326280000000000030000" + }, + { + "gotchiId": "2167", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "2172", + "amount": "77.1825", + "parsedAmount": "77182500000000000000" + }, + { + "gotchiId": "2178", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "2181", + "amount": "36.2025", + "parsedAmount": "36202500000000000000" + }, + { + "gotchiId": "2182", + "amount": "52.66", + "parsedAmount": "52660000000000000000" + }, + { + "gotchiId": "2183", + "amount": "17.0975", + "parsedAmount": "17097500000000000000" + }, + { + "gotchiId": "2185", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "2195", + "amount": "227.7225", + "parsedAmount": "227722500000000000000" + }, + { + "gotchiId": "2197", + "amount": "26.155", + "parsedAmount": "26155000000000000000" + }, + { + "gotchiId": "2198", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "2202", + "amount": "13.9825", + "parsedAmount": "13982500000000000000" + }, + { + "gotchiId": "2209", + "amount": "102.8025", + "parsedAmount": "102802500000000000000" + }, + { + "gotchiId": "2212", + "amount": "13.285", + "parsedAmount": "13285000000000000000" + }, + { + "gotchiId": "2213", + "amount": "16.162499999999998", + "parsedAmount": "16162499999999998000" + }, + { + "gotchiId": "2223", + "amount": "10.475", + "parsedAmount": "10475000000000000000" + }, + { + "gotchiId": "2225", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "2226", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "2230", + "amount": "2.195", + "parsedAmount": "2195000000000000000" + }, + { + "gotchiId": "2232", + "amount": "9.9075", + "parsedAmount": "9907500000000000000" + }, + { + "gotchiId": "2234", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2235", + "amount": "10.6125", + "parsedAmount": "10612500000000000000" + }, + { + "gotchiId": "2236", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "2238", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "2240", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "2242", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "2243", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "2244", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "2245", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "2246", + "amount": "10.185", + "parsedAmount": "10185000000000000000" + }, + { + "gotchiId": "2249", + "amount": "23.445", + "parsedAmount": "23445000000000000000" + }, + { + "gotchiId": "2250", + "amount": "2.1875", + "parsedAmount": "2187500000000000000" + }, + { + "gotchiId": "2251", + "amount": "28.76", + "parsedAmount": "28760000000000000000" + }, + { + "gotchiId": "2255", + "amount": "33.277499999999996", + "parsedAmount": "33277499999999996000" + }, + { + "gotchiId": "2256", + "amount": "14.4325", + "parsedAmount": "14432500000000000000" + }, + { + "gotchiId": "2260", + "amount": "22.38", + "parsedAmount": "22380000000000000000" + }, + { + "gotchiId": "2261", + "amount": "105.485", + "parsedAmount": "105485000000000000000" + }, + { + "gotchiId": "2263", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "2265", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "2266", + "amount": "82.2525", + "parsedAmount": "82252500000000000000" + }, + { + "gotchiId": "2267", + "amount": "134.9425", + "parsedAmount": "134942500000000000000" + }, + { + "gotchiId": "2269", + "amount": "21.23", + "parsedAmount": "21230000000000000000" + }, + { + "gotchiId": "2270", + "amount": "232.3375", + "parsedAmount": "232337500000000000000" + }, + { + "gotchiId": "2271", + "amount": "23.944999999999997", + "parsedAmount": "23944999999999997000" + }, + { + "gotchiId": "2272", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "2274", + "amount": "18.2175", + "parsedAmount": "18217500000000000000" + }, + { + "gotchiId": "2278", + "amount": "3.3475", + "parsedAmount": "3347500000000000000" + }, + { + "gotchiId": "2281", + "amount": "27.4125", + "parsedAmount": "27412500000000000000" + }, + { + "gotchiId": "2286", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "2287", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "2290", + "amount": "99.0725", + "parsedAmount": "99072500000000000000" + }, + { + "gotchiId": "2291", + "amount": "4.5725", + "parsedAmount": "4572500000000000000" + }, + { + "gotchiId": "2292", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "2293", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "2294", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "2296", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "2300", + "amount": "7.6625", + "parsedAmount": "7662500000000000000" + }, + { + "gotchiId": "2301", + "amount": "22.6425", + "parsedAmount": "22642500000000000000" + }, + { + "gotchiId": "2305", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "2318", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "2319", + "amount": "11.32", + "parsedAmount": "11320000000000000000" + }, + { + "gotchiId": "2321", + "amount": "7.3475", + "parsedAmount": "7347500000000000000" + }, + { + "gotchiId": "2324", + "amount": "23.3875", + "parsedAmount": "23387500000000000000" + }, + { + "gotchiId": "2325", + "amount": "39.095", + "parsedAmount": "39095000000000000000" + }, + { + "gotchiId": "2326", + "amount": "21.435000000000002", + "parsedAmount": "21435000000000002000" + }, + { + "gotchiId": "2330", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "2333", + "amount": "18.2425", + "parsedAmount": "18242500000000000000" + }, + { + "gotchiId": "2336", + "amount": "3.24", + "parsedAmount": "3240000000000000000" + }, + { + "gotchiId": "2339", + "amount": "14.66", + "parsedAmount": "14660000000000000000" + }, + { + "gotchiId": "2344", + "amount": "18.6925", + "parsedAmount": "18692500000000000000" + }, + { + "gotchiId": "2345", + "amount": "14.38", + "parsedAmount": "14380000000000000000" + }, + { + "gotchiId": "2346", + "amount": "9.1675", + "parsedAmount": "9167500000000000000" + }, + { + "gotchiId": "2347", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "2348", + "amount": "103.1475", + "parsedAmount": "103147500000000000000" + }, + { + "gotchiId": "2350", + "amount": "29.125", + "parsedAmount": "29125000000000000000" + }, + { + "gotchiId": "2351", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "2354", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "2358", + "amount": "9.825", + "parsedAmount": "9825000000000000000" + }, + { + "gotchiId": "2359", + "amount": "70.07000000000001", + "parsedAmount": "70070000000000010000" + }, + { + "gotchiId": "2360", + "amount": "50.5775", + "parsedAmount": "50577500000000000000" + }, + { + "gotchiId": "2362", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "2364", + "amount": "40.12", + "parsedAmount": "40120000000000000000" + }, + { + "gotchiId": "2367", + "amount": "3.35", + "parsedAmount": "3350000000000000000" + }, + { + "gotchiId": "2368", + "amount": "56.912499999999994", + "parsedAmount": "56912499999999994000" + }, + { + "gotchiId": "2369", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "2380", + "amount": "5.977500000000001", + "parsedAmount": "5977500000000001000" + }, + { + "gotchiId": "2382", + "amount": "23.98", + "parsedAmount": "23980000000000000000" + }, + { + "gotchiId": "2384", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "2386", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "2387", + "amount": "20.23", + "parsedAmount": "20230000000000000000" + }, + { + "gotchiId": "2391", + "amount": "46.25", + "parsedAmount": "46250000000000000000" + }, + { + "gotchiId": "2393", + "amount": "73.46499999999999", + "parsedAmount": "73464999999999990000" + }, + { + "gotchiId": "2394", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "2396", + "amount": "14.765", + "parsedAmount": "14765000000000000000" + }, + { + "gotchiId": "2399", + "amount": "13.1375", + "parsedAmount": "13137500000000000000" + }, + { + "gotchiId": "2402", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "2403", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "2404", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "2405", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "2406", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "2407", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "2408", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "2409", + "amount": "3.16", + "parsedAmount": "3160000000000000000" + }, + { + "gotchiId": "2414", + "amount": "2.5825", + "parsedAmount": "2582500000000000000" + }, + { + "gotchiId": "2415", + "amount": "30.2775", + "parsedAmount": "30277500000000000000" + }, + { + "gotchiId": "2419", + "amount": "16.7275", + "parsedAmount": "16727500000000000000" + }, + { + "gotchiId": "2421", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "2424", + "amount": "14.045", + "parsedAmount": "14045000000000000000" + }, + { + "gotchiId": "2432", + "amount": "4.3375", + "parsedAmount": "4337500000000000000" + }, + { + "gotchiId": "2436", + "amount": "6.8775", + "parsedAmount": "6877500000000000000" + }, + { + "gotchiId": "2438", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "2439", + "amount": "14.942499999999999", + "parsedAmount": "14942499999999999000" + }, + { + "gotchiId": "2440", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "2441", + "amount": "11.9575", + "parsedAmount": "11957500000000000000" + }, + { + "gotchiId": "2442", + "amount": "10.8075", + "parsedAmount": "10807500000000000000" + }, + { + "gotchiId": "2443", + "amount": "83.9075", + "parsedAmount": "83907500000000000000" + }, + { + "gotchiId": "2445", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "2446", + "amount": "14.915000000000001", + "parsedAmount": "14915000000000001000" + }, + { + "gotchiId": "2448", + "amount": "6.6625", + "parsedAmount": "6662500000000000000" + }, + { + "gotchiId": "2449", + "amount": "10.657499999999999", + "parsedAmount": "10657499999999999000" + }, + { + "gotchiId": "2450", + "amount": "12.2725", + "parsedAmount": "12272500000000000000" + }, + { + "gotchiId": "2451", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "2452", + "amount": "13.129999999999999", + "parsedAmount": "13129999999999999000" + }, + { + "gotchiId": "2453", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "2454", + "amount": "11.09", + "parsedAmount": "11090000000000000000" + }, + { + "gotchiId": "2455", + "amount": "10.96", + "parsedAmount": "10960000000000000000" + }, + { + "gotchiId": "2456", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "2457", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "2459", + "amount": "14.157499999999999", + "parsedAmount": "14157499999999999000" + }, + { + "gotchiId": "2460", + "amount": "10.815000000000001", + "parsedAmount": "10815000000000001000" + }, + { + "gotchiId": "2461", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "2462", + "amount": "55.785", + "parsedAmount": "55785000000000000000" + }, + { + "gotchiId": "2463", + "amount": "31.535", + "parsedAmount": "31535000000000000000" + }, + { + "gotchiId": "2468", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "2471", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "2475", + "amount": "16.4325", + "parsedAmount": "16432500000000000000" + }, + { + "gotchiId": "2478", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "2487", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "2491", + "amount": "39.64", + "parsedAmount": "39640000000000000000" + }, + { + "gotchiId": "2492", + "amount": "19.2325", + "parsedAmount": "19232500000000000000" + }, + { + "gotchiId": "2497", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "2500", + "amount": "78.9075", + "parsedAmount": "78907500000000000000" + } + ], + "totalAmount": "15647909999999999816000", + "chainId": 31337, + "status": "confirmed", + "blockNumber": 35950654, + "gasUsed": "10052561" + }, + { + "batchIndex": 2, + "transactionHash": "0x539bacfa8de8c0f7fdca86757b4e81da818189218207f59d816c8ac2be0b30f8", + "timestamp": "2025-09-24T06:11:59.806Z", + "gotchiRewards": [ + { + "gotchiId": "2501", + "amount": "88.50250000000001", + "parsedAmount": "88502500000000010000" + }, + { + "gotchiId": "2503", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "2504", + "amount": "21.4025", + "parsedAmount": "21402500000000000000" + }, + { + "gotchiId": "2505", + "amount": "84.5725", + "parsedAmount": "84572500000000000000" + }, + { + "gotchiId": "2506", + "amount": "25.972500000000004", + "parsedAmount": "25972500000000004000" + }, + { + "gotchiId": "2509", + "amount": "4.3175", + "parsedAmount": "4317500000000000000" + }, + { + "gotchiId": "2512", + "amount": "19.6625", + "parsedAmount": "19662500000000000000" + }, + { + "gotchiId": "2515", + "amount": "14.59", + "parsedAmount": "14590000000000000000" + }, + { + "gotchiId": "2517", + "amount": "15.635", + "parsedAmount": "15635000000000000000" + }, + { + "gotchiId": "2518", + "amount": "6.797499999999999", + "parsedAmount": "6797499999999999000" + }, + { + "gotchiId": "2523", + "amount": "48.69", + "parsedAmount": "48690000000000000000" + }, + { + "gotchiId": "2524", + "amount": "15.875", + "parsedAmount": "15875000000000000000" + }, + { + "gotchiId": "2528", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "2529", + "amount": "32.305", + "parsedAmount": "32305000000000000000" + }, + { + "gotchiId": "2530", + "amount": "10.754999999999999", + "parsedAmount": "10754999999999999000" + }, + { + "gotchiId": "2531", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "2538", + "amount": "18.6025", + "parsedAmount": "18602500000000000000" + }, + { + "gotchiId": "2542", + "amount": "34.795", + "parsedAmount": "34795000000000000000" + }, + { + "gotchiId": "2544", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "2546", + "amount": "11.5375", + "parsedAmount": "11537500000000000000" + }, + { + "gotchiId": "2550", + "amount": "9.725", + "parsedAmount": "9725000000000000000" + }, + { + "gotchiId": "2552", + "amount": "27.825000000000003", + "parsedAmount": "27825000000000003000" + }, + { + "gotchiId": "2553", + "amount": "57.175", + "parsedAmount": "57175000000000000000" + }, + { + "gotchiId": "2554", + "amount": "9.545", + "parsedAmount": "9545000000000000000" + }, + { + "gotchiId": "2555", + "amount": "62.6025", + "parsedAmount": "62602500000000000000" + }, + { + "gotchiId": "2557", + "amount": "14.287500000000001", + "parsedAmount": "14287500000000001000" + }, + { + "gotchiId": "2558", + "amount": "18.7675", + "parsedAmount": "18767500000000000000" + }, + { + "gotchiId": "2559", + "amount": "28.38", + "parsedAmount": "28380000000000000000" + }, + { + "gotchiId": "2562", + "amount": "7.965", + "parsedAmount": "7965000000000000000" + }, + { + "gotchiId": "2566", + "amount": "14.8325", + "parsedAmount": "14832500000000000000" + }, + { + "gotchiId": "2569", + "amount": "17.96", + "parsedAmount": "17960000000000000000" + }, + { + "gotchiId": "2574", + "amount": "20.1425", + "parsedAmount": "20142500000000000000" + }, + { + "gotchiId": "2578", + "amount": "37.9275", + "parsedAmount": "37927500000000000000" + }, + { + "gotchiId": "2581", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "2582", + "amount": "13.854999999999999", + "parsedAmount": "13854999999999999000" + }, + { + "gotchiId": "2583", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2585", + "amount": "12.7475", + "parsedAmount": "12747500000000000000" + }, + { + "gotchiId": "2588", + "amount": "15.299999999999999", + "parsedAmount": "15299999999999999000" + }, + { + "gotchiId": "2589", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "2591", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "2594", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "2596", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "2600", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "2603", + "amount": "19.607499999999998", + "parsedAmount": "19607499999999998000" + }, + { + "gotchiId": "2605", + "amount": "15.8625", + "parsedAmount": "15862500000000000000" + }, + { + "gotchiId": "2607", + "amount": "44.5025", + "parsedAmount": "44502500000000000000" + }, + { + "gotchiId": "2609", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "2612", + "amount": "11.05", + "parsedAmount": "11050000000000000000" + }, + { + "gotchiId": "2613", + "amount": "19.8025", + "parsedAmount": "19802500000000000000" + }, + { + "gotchiId": "2614", + "amount": "18.98", + "parsedAmount": "18980000000000000000" + }, + { + "gotchiId": "2616", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "2617", + "amount": "10.1175", + "parsedAmount": "10117500000000000000" + }, + { + "gotchiId": "2620", + "amount": "10.275", + "parsedAmount": "10275000000000000000" + }, + { + "gotchiId": "2623", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "2624", + "amount": "28.7875", + "parsedAmount": "28787500000000000000" + }, + { + "gotchiId": "2626", + "amount": "3.4375", + "parsedAmount": "3437500000000000000" + }, + { + "gotchiId": "2643", + "amount": "16.235", + "parsedAmount": "16235000000000000000" + }, + { + "gotchiId": "2644", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "2647", + "amount": "15.27", + "parsedAmount": "15270000000000000000" + }, + { + "gotchiId": "2649", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "2650", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "2652", + "amount": "19.4825", + "parsedAmount": "19482500000000000000" + }, + { + "gotchiId": "2655", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "2657", + "amount": "30.900000000000002", + "parsedAmount": "30900000000000002000" + }, + { + "gotchiId": "2659", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "2660", + "amount": "5.047499999999999", + "parsedAmount": "5047499999999999000" + }, + { + "gotchiId": "2663", + "amount": "13.02", + "parsedAmount": "13020000000000000000" + }, + { + "gotchiId": "2666", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "2667", + "amount": "77.7525", + "parsedAmount": "77752500000000000000" + }, + { + "gotchiId": "2670", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "2671", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "2674", + "amount": "34.807500000000005", + "parsedAmount": "34807500000000005000" + }, + { + "gotchiId": "2675", + "amount": "18.475", + "parsedAmount": "18475000000000000000" + }, + { + "gotchiId": "2676", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "2678", + "amount": "26.745", + "parsedAmount": "26745000000000000000" + }, + { + "gotchiId": "2679", + "amount": "9.83", + "parsedAmount": "9830000000000000000" + }, + { + "gotchiId": "2680", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "2681", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "2683", + "amount": "32.3275", + "parsedAmount": "32327500000000000000" + }, + { + "gotchiId": "2684", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "2685", + "amount": "49.0275", + "parsedAmount": "49027500000000000000" + }, + { + "gotchiId": "2686", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "2687", + "amount": "26.564999999999998", + "parsedAmount": "26564999999999998000" + }, + { + "gotchiId": "2688", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "2689", + "amount": "11.52", + "parsedAmount": "11520000000000000000" + }, + { + "gotchiId": "2690", + "amount": "13.047500000000001", + "parsedAmount": "13047500000000001000" + }, + { + "gotchiId": "2691", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "2693", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "2694", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "2696", + "amount": "11.26", + "parsedAmount": "11260000000000000000" + }, + { + "gotchiId": "2698", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "2699", + "amount": "22.155", + "parsedAmount": "22155000000000000000" + }, + { + "gotchiId": "2701", + "amount": "24.2675", + "parsedAmount": "24267500000000000000" + }, + { + "gotchiId": "2703", + "amount": "9.5225", + "parsedAmount": "9522500000000000000" + }, + { + "gotchiId": "2707", + "amount": "7.4525", + "parsedAmount": "7452500000000000000" + }, + { + "gotchiId": "2713", + "amount": "13.1075", + "parsedAmount": "13107500000000000000" + }, + { + "gotchiId": "2716", + "amount": "59.8275", + "parsedAmount": "59827500000000000000" + }, + { + "gotchiId": "2717", + "amount": "31.465000000000003", + "parsedAmount": "31465000000000003000" + }, + { + "gotchiId": "2719", + "amount": "16.9325", + "parsedAmount": "16932500000000000000" + }, + { + "gotchiId": "2720", + "amount": "68.755", + "parsedAmount": "68755000000000000000" + }, + { + "gotchiId": "2722", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "2724", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "2725", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "2726", + "amount": "21.0175", + "parsedAmount": "21017500000000000000" + }, + { + "gotchiId": "2727", + "amount": "13.4025", + "parsedAmount": "13402500000000000000" + }, + { + "gotchiId": "2729", + "amount": "8.4925", + "parsedAmount": "8492500000000000000" + }, + { + "gotchiId": "2732", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "2734", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "2738", + "amount": "9.817499999999999", + "parsedAmount": "9817499999999999000" + }, + { + "gotchiId": "2739", + "amount": "56.8775", + "parsedAmount": "56877500000000000000" + }, + { + "gotchiId": "2740", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "2744", + "amount": "6.005", + "parsedAmount": "6005000000000000000" + }, + { + "gotchiId": "2745", + "amount": "58.75", + "parsedAmount": "58750000000000000000" + }, + { + "gotchiId": "2748", + "amount": "17.9275", + "parsedAmount": "17927500000000000000" + }, + { + "gotchiId": "2749", + "amount": "143.0325", + "parsedAmount": "143032500000000000000" + }, + { + "gotchiId": "2750", + "amount": "26.1", + "parsedAmount": "26100000000000000000" + }, + { + "gotchiId": "2753", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "2755", + "amount": "12.135", + "parsedAmount": "12135000000000000000" + }, + { + "gotchiId": "2758", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "2759", + "amount": "28.2125", + "parsedAmount": "28212500000000000000" + }, + { + "gotchiId": "2760", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "2761", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "2773", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "2774", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "2775", + "amount": "8.424999999999999", + "parsedAmount": "8424999999999999000" + }, + { + "gotchiId": "2779", + "amount": "11.9425", + "parsedAmount": "11942500000000000000" + }, + { + "gotchiId": "2783", + "amount": "22.744999999999997", + "parsedAmount": "22744999999999997000" + }, + { + "gotchiId": "2784", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "2786", + "amount": "32.4175", + "parsedAmount": "32417500000000000000" + }, + { + "gotchiId": "2787", + "amount": "37.2475", + "parsedAmount": "37247500000000000000" + }, + { + "gotchiId": "2788", + "amount": "17.189999999999998", + "parsedAmount": "17189999999999998000" + }, + { + "gotchiId": "2792", + "amount": "28.8725", + "parsedAmount": "28872500000000000000" + }, + { + "gotchiId": "2793", + "amount": "65.77", + "parsedAmount": "65770000000000000000" + }, + { + "gotchiId": "2795", + "amount": "24.307499999999997", + "parsedAmount": "24307499999999997000" + }, + { + "gotchiId": "2796", + "amount": "23.2175", + "parsedAmount": "23217500000000000000" + }, + { + "gotchiId": "2797", + "amount": "28.630000000000003", + "parsedAmount": "28630000000000003000" + }, + { + "gotchiId": "2798", + "amount": "28.85", + "parsedAmount": "28850000000000000000" + }, + { + "gotchiId": "2799", + "amount": "17.63", + "parsedAmount": "17630000000000000000" + }, + { + "gotchiId": "2801", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "2803", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "2808", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "2811", + "amount": "71.9275", + "parsedAmount": "71927500000000000000" + }, + { + "gotchiId": "2812", + "amount": "46.8725", + "parsedAmount": "46872500000000000000" + }, + { + "gotchiId": "2822", + "amount": "8.2625", + "parsedAmount": "8262500000000000000" + }, + { + "gotchiId": "2824", + "amount": "52.6275", + "parsedAmount": "52627500000000000000" + }, + { + "gotchiId": "2825", + "amount": "13.2125", + "parsedAmount": "13212500000000000000" + }, + { + "gotchiId": "2826", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "2828", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "2829", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "2833", + "amount": "24.235", + "parsedAmount": "24235000000000000000" + }, + { + "gotchiId": "2834", + "amount": "35.3025", + "parsedAmount": "35302500000000000000" + }, + { + "gotchiId": "2837", + "amount": "16.515", + "parsedAmount": "16515000000000000000" + }, + { + "gotchiId": "2839", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "2840", + "amount": "18.977500000000003", + "parsedAmount": "18977500000000003000" + }, + { + "gotchiId": "2841", + "amount": "12.3625", + "parsedAmount": "12362500000000000000" + }, + { + "gotchiId": "2842", + "amount": "12.475000000000001", + "parsedAmount": "12475000000000001000" + }, + { + "gotchiId": "2843", + "amount": "12.31", + "parsedAmount": "12310000000000000000" + }, + { + "gotchiId": "2844", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "2845", + "amount": "15.86", + "parsedAmount": "15860000000000000000" + }, + { + "gotchiId": "2847", + "amount": "12.125", + "parsedAmount": "12125000000000000000" + }, + { + "gotchiId": "2848", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "2849", + "amount": "12.295000000000002", + "parsedAmount": "12295000000000002000" + }, + { + "gotchiId": "2850", + "amount": "12.2775", + "parsedAmount": "12277500000000000000" + }, + { + "gotchiId": "2851", + "amount": "114.1275", + "parsedAmount": "114127500000000000000" + }, + { + "gotchiId": "2853", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "2854", + "amount": "98.4725", + "parsedAmount": "98472500000000000000" + }, + { + "gotchiId": "2856", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "2860", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "2861", + "amount": "28.505000000000003", + "parsedAmount": "28505000000000003000" + }, + { + "gotchiId": "2863", + "amount": "75.97999999999999", + "parsedAmount": "75979999999999990000" + }, + { + "gotchiId": "2865", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "2866", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "2871", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "2872", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "2874", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "2876", + "amount": "17.58", + "parsedAmount": "17580000000000000000" + }, + { + "gotchiId": "2879", + "amount": "34.620000000000005", + "parsedAmount": "34620000000000005000" + }, + { + "gotchiId": "2881", + "amount": "6.86", + "parsedAmount": "6860000000000000000" + }, + { + "gotchiId": "2882", + "amount": "12.962499999999999", + "parsedAmount": "12962499999999999000" + }, + { + "gotchiId": "2886", + "amount": "43.565", + "parsedAmount": "43565000000000000000" + }, + { + "gotchiId": "2888", + "amount": "30.8325", + "parsedAmount": "30832500000000000000" + }, + { + "gotchiId": "2891", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "2895", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "2898", + "amount": "21.3", + "parsedAmount": "21300000000000000000" + }, + { + "gotchiId": "2901", + "amount": "11.3", + "parsedAmount": "11300000000000000000" + }, + { + "gotchiId": "2902", + "amount": "15.415", + "parsedAmount": "15415000000000000000" + }, + { + "gotchiId": "2903", + "amount": "31.31", + "parsedAmount": "31310000000000000000" + }, + { + "gotchiId": "2905", + "amount": "43.51", + "parsedAmount": "43510000000000000000" + }, + { + "gotchiId": "2906", + "amount": "24.197499999999998", + "parsedAmount": "24197499999999998000" + }, + { + "gotchiId": "2907", + "amount": "38.805", + "parsedAmount": "38805000000000000000" + }, + { + "gotchiId": "2908", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "2909", + "amount": "50.142500000000005", + "parsedAmount": "50142500000000005000" + }, + { + "gotchiId": "2910", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "2913", + "amount": "33.25", + "parsedAmount": "33250000000000000000" + }, + { + "gotchiId": "2914", + "amount": "13.2725", + "parsedAmount": "13272500000000000000" + }, + { + "gotchiId": "2915", + "amount": "8.175", + "parsedAmount": "8175000000000000000" + }, + { + "gotchiId": "2920", + "amount": "15.21", + "parsedAmount": "15210000000000000000" + }, + { + "gotchiId": "2922", + "amount": "29.63", + "parsedAmount": "29630000000000000000" + }, + { + "gotchiId": "2923", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "2926", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "2928", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "2929", + "amount": "14.995", + "parsedAmount": "14995000000000000000" + }, + { + "gotchiId": "2930", + "amount": "8.835", + "parsedAmount": "8835000000000000000" + }, + { + "gotchiId": "2931", + "amount": "99.2675", + "parsedAmount": "99267500000000000000" + }, + { + "gotchiId": "2932", + "amount": "38.3875", + "parsedAmount": "38387500000000000000" + }, + { + "gotchiId": "2935", + "amount": "19.442500000000003", + "parsedAmount": "19442500000000003000" + }, + { + "gotchiId": "2936", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "2941", + "amount": "57.9975", + "parsedAmount": "57997500000000000000" + }, + { + "gotchiId": "2942", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "2943", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "2944", + "amount": "3.2325", + "parsedAmount": "3232500000000000000" + }, + { + "gotchiId": "2945", + "amount": "27.54", + "parsedAmount": "27540000000000000000" + }, + { + "gotchiId": "2946", + "amount": "12.204999999999998", + "parsedAmount": "12204999999999998000" + }, + { + "gotchiId": "2949", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "2950", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "2951", + "amount": "17.240000000000002", + "parsedAmount": "17240000000000002000" + }, + { + "gotchiId": "2953", + "amount": "16.6425", + "parsedAmount": "16642500000000000000" + }, + { + "gotchiId": "2954", + "amount": "15.2475", + "parsedAmount": "15247500000000000000" + }, + { + "gotchiId": "2956", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "2957", + "amount": "19.1425", + "parsedAmount": "19142500000000000000" + }, + { + "gotchiId": "2959", + "amount": "11.030000000000001", + "parsedAmount": "11030000000000001000" + }, + { + "gotchiId": "2962", + "amount": "72.305", + "parsedAmount": "72305000000000000000" + }, + { + "gotchiId": "2965", + "amount": "16.4475", + "parsedAmount": "16447500000000000000" + }, + { + "gotchiId": "2966", + "amount": "16.555", + "parsedAmount": "16555000000000000000" + }, + { + "gotchiId": "2967", + "amount": "48.959999999999994", + "parsedAmount": "48959999999999994000" + }, + { + "gotchiId": "2968", + "amount": "8.3825", + "parsedAmount": "8382500000000000000" + }, + { + "gotchiId": "2972", + "amount": "4.545", + "parsedAmount": "4545000000000000000" + }, + { + "gotchiId": "2973", + "amount": "16.9225", + "parsedAmount": "16922500000000000000" + }, + { + "gotchiId": "2976", + "amount": "25.9125", + "parsedAmount": "25912500000000000000" + }, + { + "gotchiId": "2987", + "amount": "18.005000000000003", + "parsedAmount": "18005000000000003000" + }, + { + "gotchiId": "2990", + "amount": "22.9775", + "parsedAmount": "22977500000000000000" + }, + { + "gotchiId": "2995", + "amount": "58.545", + "parsedAmount": "58545000000000000000" + }, + { + "gotchiId": "2997", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "2999", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "3004", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "3007", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "3012", + "amount": "35.555", + "parsedAmount": "35555000000000000000" + }, + { + "gotchiId": "3013", + "amount": "2.2625", + "parsedAmount": "2262500000000000000" + }, + { + "gotchiId": "3016", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "3017", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "3019", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "3021", + "amount": "9.5325", + "parsedAmount": "9532500000000000000" + }, + { + "gotchiId": "3023", + "amount": "8.6", + "parsedAmount": "8600000000000000000" + }, + { + "gotchiId": "3024", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "3025", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "3026", + "amount": "18.4525", + "parsedAmount": "18452500000000000000" + }, + { + "gotchiId": "3028", + "amount": "12.764999999999999", + "parsedAmount": "12764999999999999000" + }, + { + "gotchiId": "3029", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "3033", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "3034", + "amount": "11.379999999999999", + "parsedAmount": "11379999999999999000" + }, + { + "gotchiId": "3035", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "3036", + "amount": "9.192499999999999", + "parsedAmount": "9192499999999999000" + }, + { + "gotchiId": "3037", + "amount": "45.6225", + "parsedAmount": "45622500000000000000" + }, + { + "gotchiId": "3040", + "amount": "28.082499999999996", + "parsedAmount": "28082499999999996000" + }, + { + "gotchiId": "3041", + "amount": "28.11", + "parsedAmount": "28110000000000000000" + }, + { + "gotchiId": "3043", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "3044", + "amount": "22.895000000000003", + "parsedAmount": "22895000000000003000" + }, + { + "gotchiId": "3045", + "amount": "8.602500000000001", + "parsedAmount": "8602500000000001000" + }, + { + "gotchiId": "3046", + "amount": "63.755", + "parsedAmount": "63755000000000000000" + }, + { + "gotchiId": "3047", + "amount": "13.535", + "parsedAmount": "13535000000000000000" + }, + { + "gotchiId": "3050", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "3051", + "amount": "23.79", + "parsedAmount": "23790000000000000000" + }, + { + "gotchiId": "3052", + "amount": "2848.6125", + "parsedAmount": "2848612500000000000000" + }, + { + "gotchiId": "3053", + "amount": "27.9925", + "parsedAmount": "27992500000000000000" + }, + { + "gotchiId": "3057", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "3059", + "amount": "6.4175", + "parsedAmount": "6417500000000000000" + }, + { + "gotchiId": "3062", + "amount": "17.642500000000002", + "parsedAmount": "17642500000000002000" + }, + { + "gotchiId": "3063", + "amount": "14.049999999999999", + "parsedAmount": "14049999999999999000" + }, + { + "gotchiId": "3064", + "amount": "11.3375", + "parsedAmount": "11337500000000000000" + }, + { + "gotchiId": "3067", + "amount": "38.692499999999995", + "parsedAmount": "38692499999999995000" + }, + { + "gotchiId": "3072", + "amount": "26.767500000000002", + "parsedAmount": "26767500000000002000" + }, + { + "gotchiId": "3084", + "amount": "39.13", + "parsedAmount": "39130000000000000000" + }, + { + "gotchiId": "3085", + "amount": "22.567499999999995", + "parsedAmount": "22567499999999995000" + }, + { + "gotchiId": "3090", + "amount": "8.165000000000001", + "parsedAmount": "8165000000000001000" + }, + { + "gotchiId": "3091", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "3092", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3093", + "amount": "15.2825", + "parsedAmount": "15282500000000000000" + }, + { + "gotchiId": "3094", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "3104", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "3106", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "3107", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "3109", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "3110", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "3112", + "amount": "5.6825", + "parsedAmount": "5682500000000000000" + }, + { + "gotchiId": "3113", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "3115", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "3116", + "amount": "17.0775", + "parsedAmount": "17077500000000000000" + }, + { + "gotchiId": "3117", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "3121", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "3122", + "amount": "2.4675", + "parsedAmount": "2467500000000000000" + }, + { + "gotchiId": "3124", + "amount": "59.942499999999995", + "parsedAmount": "59942499999999995000" + }, + { + "gotchiId": "3126", + "amount": "109.805", + "parsedAmount": "109805000000000000000" + }, + { + "gotchiId": "3127", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "3128", + "amount": "19.1525", + "parsedAmount": "19152500000000000000" + }, + { + "gotchiId": "3129", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "3130", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "3131", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "3132", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "3134", + "amount": "3.655", + "parsedAmount": "3655000000000000000" + }, + { + "gotchiId": "3144", + "amount": "22.3125", + "parsedAmount": "22312500000000000000" + }, + { + "gotchiId": "3149", + "amount": "11.434999999999999", + "parsedAmount": "11434999999999999000" + }, + { + "gotchiId": "3152", + "amount": "32.2125", + "parsedAmount": "32212500000000000000" + }, + { + "gotchiId": "3154", + "amount": "33.01", + "parsedAmount": "33010000000000000000" + }, + { + "gotchiId": "3155", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "3156", + "amount": "60.5425", + "parsedAmount": "60542500000000000000" + }, + { + "gotchiId": "3159", + "amount": "55.2225", + "parsedAmount": "55222500000000000000" + }, + { + "gotchiId": "3160", + "amount": "82.87", + "parsedAmount": "82870000000000000000" + }, + { + "gotchiId": "3164", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "3166", + "amount": "4.7775", + "parsedAmount": "4777500000000000000" + }, + { + "gotchiId": "3168", + "amount": "137.29", + "parsedAmount": "137290000000000000000" + }, + { + "gotchiId": "3169", + "amount": "314.30249999999995", + "parsedAmount": "314302499999999950000" + }, + { + "gotchiId": "3170", + "amount": "6.845000000000001", + "parsedAmount": "6845000000000001000" + }, + { + "gotchiId": "3171", + "amount": "67.785", + "parsedAmount": "67785000000000000000" + }, + { + "gotchiId": "3173", + "amount": "81.3225", + "parsedAmount": "81322500000000000000" + }, + { + "gotchiId": "3177", + "amount": "49.65", + "parsedAmount": "49650000000000000000" + }, + { + "gotchiId": "3178", + "amount": "52.0675", + "parsedAmount": "52067500000000000000" + }, + { + "gotchiId": "3179", + "amount": "42.692499999999995", + "parsedAmount": "42692499999999995000" + }, + { + "gotchiId": "3180", + "amount": "8.9425", + "parsedAmount": "8942500000000000000" + }, + { + "gotchiId": "3184", + "amount": "57.427499999999995", + "parsedAmount": "57427499999999995000" + }, + { + "gotchiId": "3186", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "3199", + "amount": "12.7925", + "parsedAmount": "12792500000000000000" + }, + { + "gotchiId": "3200", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "3201", + "amount": "59.78", + "parsedAmount": "59780000000000000000" + }, + { + "gotchiId": "3203", + "amount": "9.0975", + "parsedAmount": "9097500000000000000" + }, + { + "gotchiId": "3205", + "amount": "170.0075", + "parsedAmount": "170007500000000000000" + }, + { + "gotchiId": "3208", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "3218", + "amount": "30.392500000000002", + "parsedAmount": "30392500000000002000" + }, + { + "gotchiId": "3225", + "amount": "4.52", + "parsedAmount": "4520000000000000000" + }, + { + "gotchiId": "3226", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "3228", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "3229", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "3232", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "3233", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "3235", + "amount": "7.5", + "parsedAmount": "7500000000000000000" + }, + { + "gotchiId": "3236", + "amount": "7.8625", + "parsedAmount": "7862500000000000000" + }, + { + "gotchiId": "3237", + "amount": "44.2475", + "parsedAmount": "44247500000000000000" + }, + { + "gotchiId": "3238", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "3240", + "amount": "10.935", + "parsedAmount": "10935000000000000000" + }, + { + "gotchiId": "3248", + "amount": "19.5825", + "parsedAmount": "19582500000000000000" + }, + { + "gotchiId": "3253", + "amount": "7.325", + "parsedAmount": "7325000000000000000" + }, + { + "gotchiId": "3254", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "3255", + "amount": "10.22", + "parsedAmount": "10220000000000000000" + }, + { + "gotchiId": "3256", + "amount": "150.865", + "parsedAmount": "150865000000000000000" + }, + { + "gotchiId": "3260", + "amount": "21.3375", + "parsedAmount": "21337500000000000000" + }, + { + "gotchiId": "3261", + "amount": "32.855000000000004", + "parsedAmount": "32855000000000004000" + }, + { + "gotchiId": "3262", + "amount": "16.16", + "parsedAmount": "16160000000000000000" + }, + { + "gotchiId": "3264", + "amount": "9.23", + "parsedAmount": "9230000000000000000" + }, + { + "gotchiId": "3265", + "amount": "23.22", + "parsedAmount": "23220000000000000000" + }, + { + "gotchiId": "3267", + "amount": "39.434999999999995", + "parsedAmount": "39434999999999995000" + }, + { + "gotchiId": "3268", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "3269", + "amount": "14.022499999999999", + "parsedAmount": "14022499999999999000" + }, + { + "gotchiId": "3271", + "amount": "16.7575", + "parsedAmount": "16757500000000000000" + }, + { + "gotchiId": "3272", + "amount": "8.925", + "parsedAmount": "8925000000000000000" + }, + { + "gotchiId": "3273", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "3274", + "amount": "9.4725", + "parsedAmount": "9472500000000000000" + }, + { + "gotchiId": "3275", + "amount": "23.7125", + "parsedAmount": "23712500000000000000" + }, + { + "gotchiId": "3276", + "amount": "11.9375", + "parsedAmount": "11937500000000000000" + }, + { + "gotchiId": "3280", + "amount": "32.365", + "parsedAmount": "32365000000000000000" + }, + { + "gotchiId": "3281", + "amount": "11.0525", + "parsedAmount": "11052500000000000000" + }, + { + "gotchiId": "3285", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "3288", + "amount": "102.36", + "parsedAmount": "102360000000000000000" + }, + { + "gotchiId": "3290", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "3291", + "amount": "13.969999999999999", + "parsedAmount": "13969999999999999000" + }, + { + "gotchiId": "3292", + "amount": "34.8975", + "parsedAmount": "34897500000000000000" + }, + { + "gotchiId": "3293", + "amount": "8.285", + "parsedAmount": "8285000000000000000" + }, + { + "gotchiId": "3294", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "3295", + "amount": "259.1875", + "parsedAmount": "259187500000000000000" + }, + { + "gotchiId": "3296", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "3297", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "3298", + "amount": "18.6725", + "parsedAmount": "18672500000000000000" + }, + { + "gotchiId": "3299", + "amount": "212.7425", + "parsedAmount": "212742500000000000000" + }, + { + "gotchiId": "3301", + "amount": "18.6725", + "parsedAmount": "18672500000000000000" + }, + { + "gotchiId": "3302", + "amount": "24.795", + "parsedAmount": "24795000000000000000" + }, + { + "gotchiId": "3305", + "amount": "8.0775", + "parsedAmount": "8077500000000000000" + }, + { + "gotchiId": "3306", + "amount": "19.935", + "parsedAmount": "19935000000000000000" + }, + { + "gotchiId": "3308", + "amount": "156.45749999999998", + "parsedAmount": "156457499999999980000" + }, + { + "gotchiId": "3309", + "amount": "123.76", + "parsedAmount": "123760000000000000000" + }, + { + "gotchiId": "3310", + "amount": "14.180000000000001", + "parsedAmount": "14180000000000001000" + }, + { + "gotchiId": "3311", + "amount": "14.595", + "parsedAmount": "14595000000000000000" + }, + { + "gotchiId": "3312", + "amount": "33.4775", + "parsedAmount": "33477500000000000000" + }, + { + "gotchiId": "3314", + "amount": "15.63", + "parsedAmount": "15630000000000000000" + }, + { + "gotchiId": "3316", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "3317", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "3318", + "amount": "3.0025", + "parsedAmount": "3002500000000000000" + }, + { + "gotchiId": "3319", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "3320", + "amount": "8.84", + "parsedAmount": "8840000000000000000" + }, + { + "gotchiId": "3322", + "amount": "50.815", + "parsedAmount": "50815000000000000000" + }, + { + "gotchiId": "3326", + "amount": "10.565000000000001", + "parsedAmount": "10565000000000001000" + }, + { + "gotchiId": "3328", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "3329", + "amount": "34.185", + "parsedAmount": "34185000000000000000" + }, + { + "gotchiId": "3330", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "3331", + "amount": "47.36", + "parsedAmount": "47360000000000000000" + }, + { + "gotchiId": "3332", + "amount": "15.5225", + "parsedAmount": "15522500000000000000" + }, + { + "gotchiId": "3335", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "3339", + "amount": "10.565", + "parsedAmount": "10565000000000000000" + }, + { + "gotchiId": "3340", + "amount": "10.155", + "parsedAmount": "10155000000000000000" + }, + { + "gotchiId": "3341", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "3342", + "amount": "39.2175", + "parsedAmount": "39217500000000000000" + }, + { + "gotchiId": "3344", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "3347", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "3348", + "amount": "10.61", + "parsedAmount": "10610000000000000000" + }, + { + "gotchiId": "3354", + "amount": "17.0025", + "parsedAmount": "17002500000000000000" + }, + { + "gotchiId": "3356", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "3357", + "amount": "97.65", + "parsedAmount": "97650000000000000000" + }, + { + "gotchiId": "3360", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "3361", + "amount": "8.3", + "parsedAmount": "8300000000000000000" + }, + { + "gotchiId": "3362", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "3364", + "amount": "5.555", + "parsedAmount": "5555000000000000000" + }, + { + "gotchiId": "3370", + "amount": "31.7375", + "parsedAmount": "31737500000000000000" + }, + { + "gotchiId": "3371", + "amount": "65.52", + "parsedAmount": "65520000000000000000" + }, + { + "gotchiId": "3372", + "amount": "11.682500000000001", + "parsedAmount": "11682500000000001000" + }, + { + "gotchiId": "3376", + "amount": "5.6775", + "parsedAmount": "5677500000000000000" + }, + { + "gotchiId": "3378", + "amount": "259.22", + "parsedAmount": "259220000000000000000" + }, + { + "gotchiId": "3379", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "3380", + "amount": "9.7925", + "parsedAmount": "9792500000000000000" + }, + { + "gotchiId": "3382", + "amount": "6.54", + "parsedAmount": "6540000000000000000" + }, + { + "gotchiId": "3385", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "3386", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "3387", + "amount": "33.19", + "parsedAmount": "33190000000000000000" + }, + { + "gotchiId": "3388", + "amount": "21.09", + "parsedAmount": "21090000000000000000" + }, + { + "gotchiId": "3391", + "amount": "12.3725", + "parsedAmount": "12372500000000000000" + }, + { + "gotchiId": "3392", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "3397", + "amount": "29.6025", + "parsedAmount": "29602500000000000000" + }, + { + "gotchiId": "3399", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "3400", + "amount": "6.109999999999999", + "parsedAmount": "6109999999999999000" + }, + { + "gotchiId": "3402", + "amount": "14.5", + "parsedAmount": "14500000000000000000" + }, + { + "gotchiId": "3403", + "amount": "48.4275", + "parsedAmount": "48427500000000000000" + }, + { + "gotchiId": "3407", + "amount": "128.12", + "parsedAmount": "128120000000000000000" + }, + { + "gotchiId": "3408", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "3410", + "amount": "17.005", + "parsedAmount": "17005000000000000000" + }, + { + "gotchiId": "3411", + "amount": "97.855", + "parsedAmount": "97855000000000000000" + }, + { + "gotchiId": "3420", + "amount": "4.01", + "parsedAmount": "4010000000000000000" + }, + { + "gotchiId": "3423", + "amount": "24.1925", + "parsedAmount": "24192500000000000000" + }, + { + "gotchiId": "3424", + "amount": "16.44", + "parsedAmount": "16440000000000000000" + }, + { + "gotchiId": "3425", + "amount": "156.97250000000003", + "parsedAmount": "156972500000000030000" + }, + { + "gotchiId": "3427", + "amount": "23.555", + "parsedAmount": "23555000000000000000" + }, + { + "gotchiId": "3429", + "amount": "15.085", + "parsedAmount": "15085000000000000000" + }, + { + "gotchiId": "3430", + "amount": "16.295", + "parsedAmount": "16295000000000000000" + }, + { + "gotchiId": "3431", + "amount": "90.1425", + "parsedAmount": "90142500000000000000" + }, + { + "gotchiId": "3432", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "3433", + "amount": "63.525", + "parsedAmount": "63525000000000000000" + }, + { + "gotchiId": "3434", + "amount": "16.0775", + "parsedAmount": "16077500000000000000" + }, + { + "gotchiId": "3435", + "amount": "22.8125", + "parsedAmount": "22812500000000000000" + }, + { + "gotchiId": "3437", + "amount": "17.035", + "parsedAmount": "17035000000000000000" + }, + { + "gotchiId": "3440", + "amount": "31.05", + "parsedAmount": "31050000000000000000" + }, + { + "gotchiId": "3441", + "amount": "20.8825", + "parsedAmount": "20882500000000000000" + }, + { + "gotchiId": "3443", + "amount": "13.905", + "parsedAmount": "13905000000000000000" + }, + { + "gotchiId": "3444", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "3447", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "3448", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "3451", + "amount": "12.4025", + "parsedAmount": "12402500000000000000" + }, + { + "gotchiId": "3452", + "amount": "6.5975", + "parsedAmount": "6597500000000000000" + }, + { + "gotchiId": "3454", + "amount": "6.859999999999999", + "parsedAmount": "6859999999999999000" + }, + { + "gotchiId": "3457", + "amount": "11.49", + "parsedAmount": "11490000000000000000" + }, + { + "gotchiId": "3462", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "3467", + "amount": "40.6475", + "parsedAmount": "40647500000000000000" + }, + { + "gotchiId": "3470", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "3472", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "3475", + "amount": "63.2825", + "parsedAmount": "63282500000000000000" + }, + { + "gotchiId": "3476", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "3477", + "amount": "7.172499999999999", + "parsedAmount": "7172499999999999000" + }, + { + "gotchiId": "3478", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "3479", + "amount": "13.809999999999999", + "parsedAmount": "13809999999999999000" + }, + { + "gotchiId": "3480", + "amount": "9.7", + "parsedAmount": "9700000000000000000" + }, + { + "gotchiId": "3481", + "amount": "9.67", + "parsedAmount": "9670000000000000000" + }, + { + "gotchiId": "3483", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "3487", + "amount": "18.6", + "parsedAmount": "18600000000000000000" + }, + { + "gotchiId": "3490", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "3498", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "3500", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3501", + "amount": "44.5875", + "parsedAmount": "44587500000000000000" + }, + { + "gotchiId": "3508", + "amount": "7.7475000000000005", + "parsedAmount": "7747500000000000500" + }, + { + "gotchiId": "3510", + "amount": "12.9675", + "parsedAmount": "12967500000000000000" + }, + { + "gotchiId": "3513", + "amount": "117.6725", + "parsedAmount": "117672500000000000000" + }, + { + "gotchiId": "3515", + "amount": "90.3675", + "parsedAmount": "90367500000000000000" + }, + { + "gotchiId": "3516", + "amount": "44.4175", + "parsedAmount": "44417500000000000000" + }, + { + "gotchiId": "3517", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "3522", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "3523", + "amount": "29.9175", + "parsedAmount": "29917500000000000000" + }, + { + "gotchiId": "3524", + "amount": "29.46", + "parsedAmount": "29460000000000000000" + }, + { + "gotchiId": "3525", + "amount": "29.035", + "parsedAmount": "29035000000000000000" + }, + { + "gotchiId": "3526", + "amount": "40.510000000000005", + "parsedAmount": "40510000000000005000" + }, + { + "gotchiId": "3527", + "amount": "28.9025", + "parsedAmount": "28902500000000000000" + }, + { + "gotchiId": "3528", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "3538", + "amount": "21.3875", + "parsedAmount": "21387500000000000000" + }, + { + "gotchiId": "3539", + "amount": "21.2625", + "parsedAmount": "21262500000000000000" + }, + { + "gotchiId": "3541", + "amount": "23.315000000000005", + "parsedAmount": "23315000000000005000" + }, + { + "gotchiId": "3542", + "amount": "25.480000000000004", + "parsedAmount": "25480000000000004000" + }, + { + "gotchiId": "3549", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "3554", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "3555", + "amount": "14.7", + "parsedAmount": "14700000000000000000" + }, + { + "gotchiId": "3556", + "amount": "29.075000000000003", + "parsedAmount": "29075000000000003000" + }, + { + "gotchiId": "3560", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "3565", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "3568", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "3569", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "3571", + "amount": "42.4075", + "parsedAmount": "42407500000000000000" + }, + { + "gotchiId": "3572", + "amount": "22.155", + "parsedAmount": "22155000000000000000" + }, + { + "gotchiId": "3573", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + } + ], + "totalAmount": "14534249999999999971500", + "chainId": 31337, + "status": "confirmed", + "blockNumber": 35950655, + "gasUsed": "10023048" + }, + { + "batchIndex": 3, + "transactionHash": "0x9742f763d17770fe73d1a7c932a6f11bad55317d31736f3091d09c8389b343a8", + "timestamp": "2025-09-24T06:12:00.206Z", + "gotchiRewards": [ + { + "gotchiId": "3577", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "3580", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "3581", + "amount": "36.214999999999996", + "parsedAmount": "36214999999999996000" + }, + { + "gotchiId": "3584", + "amount": "22.4675", + "parsedAmount": "22467500000000000000" + }, + { + "gotchiId": "3585", + "amount": "36.305", + "parsedAmount": "36305000000000000000" + }, + { + "gotchiId": "3590", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "3592", + "amount": "70.00750000000001", + "parsedAmount": "70007500000000010000" + }, + { + "gotchiId": "3593", + "amount": "6.925", + "parsedAmount": "6925000000000000000" + }, + { + "gotchiId": "3594", + "amount": "24.3275", + "parsedAmount": "24327500000000000000" + }, + { + "gotchiId": "3595", + "amount": "40.925000000000004", + "parsedAmount": "40925000000000004000" + }, + { + "gotchiId": "3596", + "amount": "17.7075", + "parsedAmount": "17707500000000000000" + }, + { + "gotchiId": "3598", + "amount": "19.925", + "parsedAmount": "19925000000000000000" + }, + { + "gotchiId": "3599", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "3600", + "amount": "20.6", + "parsedAmount": "20600000000000000000" + }, + { + "gotchiId": "3601", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "3602", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "3607", + "amount": "9.3675", + "parsedAmount": "9367500000000000000" + }, + { + "gotchiId": "3610", + "amount": "19.7075", + "parsedAmount": "19707500000000000000" + }, + { + "gotchiId": "3613", + "amount": "35.2", + "parsedAmount": "35200000000000000000" + }, + { + "gotchiId": "3615", + "amount": "18.3475", + "parsedAmount": "18347500000000000000" + }, + { + "gotchiId": "3619", + "amount": "2.2475", + "parsedAmount": "2247500000000000000" + }, + { + "gotchiId": "3633", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "3636", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "3637", + "amount": "21.1675", + "parsedAmount": "21167500000000000000" + }, + { + "gotchiId": "3642", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "3643", + "amount": "19.5675", + "parsedAmount": "19567500000000000000" + }, + { + "gotchiId": "3644", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "3645", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "3647", + "amount": "35.5", + "parsedAmount": "35500000000000000000" + }, + { + "gotchiId": "3649", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "3650", + "amount": "60.36750000000001", + "parsedAmount": "60367500000000010000" + }, + { + "gotchiId": "3652", + "amount": "17.31", + "parsedAmount": "17310000000000000000" + }, + { + "gotchiId": "3654", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "3659", + "amount": "28.3425", + "parsedAmount": "28342500000000000000" + }, + { + "gotchiId": "3660", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "3662", + "amount": "54.28", + "parsedAmount": "54280000000000000000" + }, + { + "gotchiId": "3664", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "3665", + "amount": "15.9475", + "parsedAmount": "15947500000000000000" + }, + { + "gotchiId": "3667", + "amount": "15.75", + "parsedAmount": "15750000000000000000" + }, + { + "gotchiId": "3671", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "3672", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "3673", + "amount": "26.7975", + "parsedAmount": "26797500000000000000" + }, + { + "gotchiId": "3674", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "3676", + "amount": "2.27", + "parsedAmount": "2270000000000000000" + }, + { + "gotchiId": "3678", + "amount": "10.315000000000001", + "parsedAmount": "10315000000000001000" + }, + { + "gotchiId": "3679", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "3680", + "amount": "26.59", + "parsedAmount": "26590000000000000000" + }, + { + "gotchiId": "3682", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "3683", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "3684", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "3687", + "amount": "15.870000000000001", + "parsedAmount": "15870000000000001000" + }, + { + "gotchiId": "3690", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "3691", + "amount": "10.685", + "parsedAmount": "10685000000000000000" + }, + { + "gotchiId": "3696", + "amount": "6.897500000000001", + "parsedAmount": "6897500000000001000" + }, + { + "gotchiId": "3699", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3701", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "3702", + "amount": "11.175", + "parsedAmount": "11175000000000000000" + }, + { + "gotchiId": "3709", + "amount": "10.754999999999999", + "parsedAmount": "10754999999999999000" + }, + { + "gotchiId": "3710", + "amount": "22.955", + "parsedAmount": "22955000000000000000" + }, + { + "gotchiId": "3711", + "amount": "35.5625", + "parsedAmount": "35562500000000000000" + }, + { + "gotchiId": "3712", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "3713", + "amount": "6.6225", + "parsedAmount": "6622500000000000000" + }, + { + "gotchiId": "3717", + "amount": "5.390000000000001", + "parsedAmount": "5390000000000001000" + }, + { + "gotchiId": "3718", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "3720", + "amount": "23", + "parsedAmount": "23000000000000000000" + }, + { + "gotchiId": "3722", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "3724", + "amount": "520.58", + "parsedAmount": "520580000000000000000" + }, + { + "gotchiId": "3725", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "3727", + "amount": "18.549999999999997", + "parsedAmount": "18549999999999997000" + }, + { + "gotchiId": "3728", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "3729", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "3731", + "amount": "38.9025", + "parsedAmount": "38902500000000000000" + }, + { + "gotchiId": "3734", + "amount": "42.3325", + "parsedAmount": "42332500000000000000" + }, + { + "gotchiId": "3735", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "3736", + "amount": "131.14249999999998", + "parsedAmount": "131142499999999980000" + }, + { + "gotchiId": "3738", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "3741", + "amount": "6.284999999999999", + "parsedAmount": "6284999999999999000" + }, + { + "gotchiId": "3742", + "amount": "17.08", + "parsedAmount": "17080000000000000000" + }, + { + "gotchiId": "3744", + "amount": "7.77", + "parsedAmount": "7770000000000000000" + }, + { + "gotchiId": "3747", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "3749", + "amount": "192.1925", + "parsedAmount": "192192500000000000000" + }, + { + "gotchiId": "3752", + "amount": "28.7175", + "parsedAmount": "28717500000000000000" + }, + { + "gotchiId": "3753", + "amount": "22.6725", + "parsedAmount": "22672500000000000000" + }, + { + "gotchiId": "3754", + "amount": "9.6575", + "parsedAmount": "9657500000000000000" + }, + { + "gotchiId": "3759", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "3762", + "amount": "11.629999999999999", + "parsedAmount": "11629999999999999000" + }, + { + "gotchiId": "3764", + "amount": "29.729999999999997", + "parsedAmount": "29729999999999997000" + }, + { + "gotchiId": "3767", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "3769", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "3770", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "3771", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "3772", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "3773", + "amount": "16.64", + "parsedAmount": "16640000000000000000" + }, + { + "gotchiId": "3774", + "amount": "17.4375", + "parsedAmount": "17437500000000000000" + }, + { + "gotchiId": "3776", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "3782", + "amount": "57.6825", + "parsedAmount": "57682500000000000000" + }, + { + "gotchiId": "3783", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "3784", + "amount": "11.899999999999999", + "parsedAmount": "11899999999999999000" + }, + { + "gotchiId": "3785", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "3787", + "amount": "38.8875", + "parsedAmount": "38887500000000000000" + }, + { + "gotchiId": "3788", + "amount": "103.57", + "parsedAmount": "103570000000000000000" + }, + { + "gotchiId": "3789", + "amount": "35.732499999999995", + "parsedAmount": "35732499999999995000" + }, + { + "gotchiId": "3790", + "amount": "26.2", + "parsedAmount": "26200000000000000000" + }, + { + "gotchiId": "3792", + "amount": "7.6674999999999995", + "parsedAmount": "7667499999999999500" + }, + { + "gotchiId": "3793", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "3794", + "amount": "5.8575", + "parsedAmount": "5857500000000000000" + }, + { + "gotchiId": "3796", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "3799", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "3801", + "amount": "27.99", + "parsedAmount": "27990000000000000000" + }, + { + "gotchiId": "3802", + "amount": "6.077500000000001", + "parsedAmount": "6077500000000001000" + }, + { + "gotchiId": "3805", + "amount": "27.33", + "parsedAmount": "27330000000000000000" + }, + { + "gotchiId": "3807", + "amount": "13.6025", + "parsedAmount": "13602500000000000000" + }, + { + "gotchiId": "3815", + "amount": "10.11", + "parsedAmount": "10110000000000000000" + }, + { + "gotchiId": "3816", + "amount": "19.0925", + "parsedAmount": "19092500000000000000" + }, + { + "gotchiId": "3818", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "3819", + "amount": "54.0275", + "parsedAmount": "54027500000000000000" + }, + { + "gotchiId": "3820", + "amount": "58.245000000000005", + "parsedAmount": "58245000000000005000" + }, + { + "gotchiId": "3831", + "amount": "9.88", + "parsedAmount": "9880000000000000000" + }, + { + "gotchiId": "3834", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "3835", + "amount": "62.432500000000005", + "parsedAmount": "62432500000000005000" + }, + { + "gotchiId": "3837", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "3838", + "amount": "39.03", + "parsedAmount": "39030000000000000000" + }, + { + "gotchiId": "3839", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "3840", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "3841", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "3842", + "amount": "24.9875", + "parsedAmount": "24987500000000000000" + }, + { + "gotchiId": "3843", + "amount": "11.97", + "parsedAmount": "11970000000000000000" + }, + { + "gotchiId": "3844", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "3846", + "amount": "26.9275", + "parsedAmount": "26927500000000000000" + }, + { + "gotchiId": "3847", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "3848", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "3849", + "amount": "23.02", + "parsedAmount": "23020000000000000000" + }, + { + "gotchiId": "3850", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "3852", + "amount": "85.9225", + "parsedAmount": "85922500000000000000" + }, + { + "gotchiId": "3853", + "amount": "45.18", + "parsedAmount": "45180000000000000000" + }, + { + "gotchiId": "3855", + "amount": "24.3675", + "parsedAmount": "24367500000000000000" + }, + { + "gotchiId": "3856", + "amount": "9.1775", + "parsedAmount": "9177500000000000000" + }, + { + "gotchiId": "3857", + "amount": "12.860000000000001", + "parsedAmount": "12860000000000001000" + }, + { + "gotchiId": "3858", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "3859", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "3860", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "3861", + "amount": "42.1925", + "parsedAmount": "42192500000000000000" + }, + { + "gotchiId": "3862", + "amount": "27.925", + "parsedAmount": "27925000000000000000" + }, + { + "gotchiId": "3863", + "amount": "13.11", + "parsedAmount": "13110000000000000000" + }, + { + "gotchiId": "3864", + "amount": "31.295", + "parsedAmount": "31295000000000000000" + }, + { + "gotchiId": "3865", + "amount": "16.862499999999997", + "parsedAmount": "16862499999999997000" + }, + { + "gotchiId": "3866", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "3867", + "amount": "7.2975", + "parsedAmount": "7297500000000000000" + }, + { + "gotchiId": "3868", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "3869", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "3873", + "amount": "22.8625", + "parsedAmount": "22862500000000000000" + }, + { + "gotchiId": "3874", + "amount": "36.635", + "parsedAmount": "36635000000000000000" + }, + { + "gotchiId": "3875", + "amount": "8.8175", + "parsedAmount": "8817500000000000000" + }, + { + "gotchiId": "3876", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "3877", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "3879", + "amount": "17.88", + "parsedAmount": "17880000000000000000" + }, + { + "gotchiId": "3880", + "amount": "2.255", + "parsedAmount": "2255000000000000000" + }, + { + "gotchiId": "3881", + "amount": "12.0725", + "parsedAmount": "12072500000000000000" + }, + { + "gotchiId": "3884", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "3891", + "amount": "33.4175", + "parsedAmount": "33417500000000000000" + }, + { + "gotchiId": "3893", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "3895", + "amount": "15.7425", + "parsedAmount": "15742500000000000000" + }, + { + "gotchiId": "3898", + "amount": "21.2375", + "parsedAmount": "21237500000000000000" + }, + { + "gotchiId": "3899", + "amount": "21.560000000000002", + "parsedAmount": "21560000000000002000" + }, + { + "gotchiId": "3900", + "amount": "27.6275", + "parsedAmount": "27627500000000000000" + }, + { + "gotchiId": "3905", + "amount": "22.757500000000004", + "parsedAmount": "22757500000000004000" + }, + { + "gotchiId": "3907", + "amount": "22.9375", + "parsedAmount": "22937500000000000000" + }, + { + "gotchiId": "3908", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "3914", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "3917", + "amount": "32.5975", + "parsedAmount": "32597500000000000000" + }, + { + "gotchiId": "3922", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "3924", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3925", + "amount": "12.765", + "parsedAmount": "12765000000000000000" + }, + { + "gotchiId": "3928", + "amount": "32.46", + "parsedAmount": "32460000000000000000" + }, + { + "gotchiId": "3929", + "amount": "67.4825", + "parsedAmount": "67482500000000000000" + }, + { + "gotchiId": "3931", + "amount": "126.4775", + "parsedAmount": "126477500000000000000" + }, + { + "gotchiId": "3932", + "amount": "72.3175", + "parsedAmount": "72317500000000000000" + }, + { + "gotchiId": "3933", + "amount": "64.3375", + "parsedAmount": "64337500000000000000" + }, + { + "gotchiId": "3934", + "amount": "89.58", + "parsedAmount": "89580000000000000000" + }, + { + "gotchiId": "3935", + "amount": "115.27999999999999", + "parsedAmount": "115279999999999990000" + }, + { + "gotchiId": "3936", + "amount": "6.6025", + "parsedAmount": "6602500000000000000" + }, + { + "gotchiId": "3938", + "amount": "68.0875", + "parsedAmount": "68087500000000000000" + }, + { + "gotchiId": "3939", + "amount": "57.095", + "parsedAmount": "57095000000000000000" + }, + { + "gotchiId": "3942", + "amount": "103.9175", + "parsedAmount": "103917500000000000000" + }, + { + "gotchiId": "3946", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "3948", + "amount": "81.6575", + "parsedAmount": "81657500000000000000" + }, + { + "gotchiId": "3949", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "3952", + "amount": "6.345", + "parsedAmount": "6345000000000000000" + }, + { + "gotchiId": "3954", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "3955", + "amount": "9.535", + "parsedAmount": "9535000000000000000" + }, + { + "gotchiId": "3958", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "3959", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "3961", + "amount": "10.925", + "parsedAmount": "10925000000000000000" + }, + { + "gotchiId": "3962", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "3963", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "3964", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "3965", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "3966", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "3967", + "amount": "42.650000000000006", + "parsedAmount": "42650000000000006000" + }, + { + "gotchiId": "3968", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "3969", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "3970", + "amount": "6.6925", + "parsedAmount": "6692500000000000000" + }, + { + "gotchiId": "3971", + "amount": "34.155", + "parsedAmount": "34155000000000000000" + }, + { + "gotchiId": "3972", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "3973", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "3974", + "amount": "39.955", + "parsedAmount": "39955000000000000000" + }, + { + "gotchiId": "3975", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "3976", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "3977", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "3978", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "3979", + "amount": "10.3175", + "parsedAmount": "10317500000000000000" + }, + { + "gotchiId": "3980", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "3981", + "amount": "25.21", + "parsedAmount": "25210000000000000000" + }, + { + "gotchiId": "3982", + "amount": "11.615", + "parsedAmount": "11615000000000000000" + }, + { + "gotchiId": "3983", + "amount": "16.8175", + "parsedAmount": "16817500000000000000" + }, + { + "gotchiId": "3984", + "amount": "6.065", + "parsedAmount": "6065000000000000000" + }, + { + "gotchiId": "3985", + "amount": "20.497500000000002", + "parsedAmount": "20497500000000002000" + }, + { + "gotchiId": "3986", + "amount": "80.1825", + "parsedAmount": "80182500000000000000" + }, + { + "gotchiId": "3987", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "3989", + "amount": "52.04", + "parsedAmount": "52040000000000000000" + }, + { + "gotchiId": "3991", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "3992", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "3993", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "3997", + "amount": "70.8975", + "parsedAmount": "70897500000000000000" + }, + { + "gotchiId": "3998", + "amount": "50.2825", + "parsedAmount": "50282500000000000000" + }, + { + "gotchiId": "3999", + "amount": "61.6975", + "parsedAmount": "61697500000000000000" + }, + { + "gotchiId": "4003", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "4005", + "amount": "51.06", + "parsedAmount": "51060000000000000000" + }, + { + "gotchiId": "4006", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "4013", + "amount": "12.575", + "parsedAmount": "12575000000000000000" + }, + { + "gotchiId": "4020", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "4021", + "amount": "30.2325", + "parsedAmount": "30232500000000000000" + }, + { + "gotchiId": "4025", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "4026", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "4028", + "amount": "17.8825", + "parsedAmount": "17882500000000000000" + }, + { + "gotchiId": "4030", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "4032", + "amount": "15.195", + "parsedAmount": "15195000000000000000" + }, + { + "gotchiId": "4033", + "amount": "8.0575", + "parsedAmount": "8057500000000000000" + }, + { + "gotchiId": "4034", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "4036", + "amount": "5.37", + "parsedAmount": "5370000000000000000" + }, + { + "gotchiId": "4038", + "amount": "41.5725", + "parsedAmount": "41572500000000000000" + }, + { + "gotchiId": "4040", + "amount": "13.58", + "parsedAmount": "13580000000000000000" + }, + { + "gotchiId": "4041", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "4044", + "amount": "21.195", + "parsedAmount": "21195000000000000000" + }, + { + "gotchiId": "4047", + "amount": "9.7675", + "parsedAmount": "9767500000000000000" + }, + { + "gotchiId": "4048", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "4050", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "4051", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "4052", + "amount": "12.08", + "parsedAmount": "12080000000000000000" + }, + { + "gotchiId": "4055", + "amount": "24.044999999999998", + "parsedAmount": "24044999999999998000" + }, + { + "gotchiId": "4057", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "4058", + "amount": "16.6275", + "parsedAmount": "16627500000000000000" + }, + { + "gotchiId": "4059", + "amount": "21.905", + "parsedAmount": "21905000000000000000" + }, + { + "gotchiId": "4060", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "4061", + "amount": "11.505", + "parsedAmount": "11505000000000000000" + }, + { + "gotchiId": "4062", + "amount": "11.052499999999998", + "parsedAmount": "11052499999999998000" + }, + { + "gotchiId": "4064", + "amount": "32.83", + "parsedAmount": "32830000000000000000" + }, + { + "gotchiId": "4067", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "4068", + "amount": "12.942499999999999", + "parsedAmount": "12942499999999999000" + }, + { + "gotchiId": "4069", + "amount": "38.975", + "parsedAmount": "38975000000000000000" + }, + { + "gotchiId": "4070", + "amount": "4.6525", + "parsedAmount": "4652500000000000000" + }, + { + "gotchiId": "4071", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "4072", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "4076", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "4078", + "amount": "17.6125", + "parsedAmount": "17612500000000000000" + }, + { + "gotchiId": "4079", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "4081", + "amount": "13.21", + "parsedAmount": "13210000000000000000" + }, + { + "gotchiId": "4082", + "amount": "15.875", + "parsedAmount": "15875000000000000000" + }, + { + "gotchiId": "4083", + "amount": "73.1275", + "parsedAmount": "73127500000000000000" + }, + { + "gotchiId": "4090", + "amount": "160.18249999999998", + "parsedAmount": "160182499999999980000" + }, + { + "gotchiId": "4091", + "amount": "8.3575", + "parsedAmount": "8357500000000000000" + }, + { + "gotchiId": "4092", + "amount": "19.61", + "parsedAmount": "19610000000000000000" + }, + { + "gotchiId": "4095", + "amount": "39.1", + "parsedAmount": "39100000000000000000" + }, + { + "gotchiId": "4097", + "amount": "9.6375", + "parsedAmount": "9637500000000000000" + }, + { + "gotchiId": "4100", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "4101", + "amount": "14.39", + "parsedAmount": "14390000000000000000" + }, + { + "gotchiId": "4102", + "amount": "55.1575", + "parsedAmount": "55157500000000000000" + }, + { + "gotchiId": "4103", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "4104", + "amount": "12.407499999999999", + "parsedAmount": "12407499999999999000" + }, + { + "gotchiId": "4106", + "amount": "31.92", + "parsedAmount": "31920000000000000000" + }, + { + "gotchiId": "4107", + "amount": "23.6325", + "parsedAmount": "23632500000000000000" + }, + { + "gotchiId": "4109", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "4111", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "4112", + "amount": "31.465", + "parsedAmount": "31465000000000000000" + }, + { + "gotchiId": "4113", + "amount": "6.16", + "parsedAmount": "6160000000000000000" + }, + { + "gotchiId": "4115", + "amount": "26.81", + "parsedAmount": "26810000000000000000" + }, + { + "gotchiId": "4117", + "amount": "24.4025", + "parsedAmount": "24402500000000000000" + }, + { + "gotchiId": "4119", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "4120", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "4121", + "amount": "11.6375", + "parsedAmount": "11637500000000000000" + }, + { + "gotchiId": "4122", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "4124", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "4125", + "amount": "53.315000000000005", + "parsedAmount": "53315000000000005000" + }, + { + "gotchiId": "4127", + "amount": "14.0675", + "parsedAmount": "14067500000000000000" + }, + { + "gotchiId": "4128", + "amount": "2.5275", + "parsedAmount": "2527500000000000000" + }, + { + "gotchiId": "4129", + "amount": "8.8025", + "parsedAmount": "8802500000000000000" + }, + { + "gotchiId": "4130", + "amount": "16.310000000000002", + "parsedAmount": "16310000000000002000" + }, + { + "gotchiId": "4131", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "4134", + "amount": "5.755000000000001", + "parsedAmount": "5755000000000001000" + }, + { + "gotchiId": "4141", + "amount": "2.3525", + "parsedAmount": "2352500000000000000" + }, + { + "gotchiId": "4142", + "amount": "17.560000000000002", + "parsedAmount": "17560000000000002000" + }, + { + "gotchiId": "4143", + "amount": "13.415", + "parsedAmount": "13415000000000000000" + }, + { + "gotchiId": "4144", + "amount": "35.222500000000004", + "parsedAmount": "35222500000000004000" + }, + { + "gotchiId": "4146", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "4147", + "amount": "6.422499999999999", + "parsedAmount": "6422499999999999000" + }, + { + "gotchiId": "4148", + "amount": "6.550000000000001", + "parsedAmount": "6550000000000001000" + }, + { + "gotchiId": "4150", + "amount": "26.685", + "parsedAmount": "26685000000000000000" + }, + { + "gotchiId": "4154", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "4156", + "amount": "42.72", + "parsedAmount": "42720000000000000000" + }, + { + "gotchiId": "4159", + "amount": "9.5925", + "parsedAmount": "9592500000000000000" + }, + { + "gotchiId": "4163", + "amount": "11.88", + "parsedAmount": "11880000000000000000" + }, + { + "gotchiId": "4164", + "amount": "18.09", + "parsedAmount": "18090000000000000000" + }, + { + "gotchiId": "4165", + "amount": "37.9575", + "parsedAmount": "37957500000000000000" + }, + { + "gotchiId": "4166", + "amount": "17.355", + "parsedAmount": "17355000000000000000" + }, + { + "gotchiId": "4167", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "4168", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "4170", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "4174", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "4175", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "4180", + "amount": "8.685", + "parsedAmount": "8685000000000000000" + }, + { + "gotchiId": "4182", + "amount": "33.48", + "parsedAmount": "33480000000000000000" + }, + { + "gotchiId": "4186", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "4187", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "4190", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "4192", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "4196", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "4197", + "amount": "15.612499999999999", + "parsedAmount": "15612499999999999000" + }, + { + "gotchiId": "4200", + "amount": "5.425", + "parsedAmount": "5425000000000000000" + }, + { + "gotchiId": "4206", + "amount": "4.7875", + "parsedAmount": "4787500000000000000" + }, + { + "gotchiId": "4211", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "4214", + "amount": "9.51", + "parsedAmount": "9510000000000000000" + }, + { + "gotchiId": "4215", + "amount": "150.9625", + "parsedAmount": "150962500000000000000" + }, + { + "gotchiId": "4216", + "amount": "13.1175", + "parsedAmount": "13117500000000000000" + }, + { + "gotchiId": "4217", + "amount": "7.5649999999999995", + "parsedAmount": "7564999999999999500" + }, + { + "gotchiId": "4218", + "amount": "12.837499999999999", + "parsedAmount": "12837499999999999000" + }, + { + "gotchiId": "4221", + "amount": "16.3675", + "parsedAmount": "16367500000000000000" + }, + { + "gotchiId": "4223", + "amount": "6.405", + "parsedAmount": "6405000000000000000" + }, + { + "gotchiId": "4228", + "amount": "41.1175", + "parsedAmount": "41117500000000000000" + }, + { + "gotchiId": "4230", + "amount": "110.1925", + "parsedAmount": "110192500000000000000" + }, + { + "gotchiId": "4231", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "4232", + "amount": "127.82", + "parsedAmount": "127820000000000000000" + }, + { + "gotchiId": "4233", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "4236", + "amount": "11.1375", + "parsedAmount": "11137500000000000000" + }, + { + "gotchiId": "4237", + "amount": "13.287499999999998", + "parsedAmount": "13287499999999998000" + }, + { + "gotchiId": "4238", + "amount": "28.752499999999998", + "parsedAmount": "28752499999999998000" + }, + { + "gotchiId": "4239", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "4240", + "amount": "16.814999999999998", + "parsedAmount": "16814999999999998000" + }, + { + "gotchiId": "4243", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "4248", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "4249", + "amount": "17.025", + "parsedAmount": "17025000000000000000" + }, + { + "gotchiId": "4251", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "4263", + "amount": "54.2675", + "parsedAmount": "54267500000000000000" + }, + { + "gotchiId": "4264", + "amount": "4.65", + "parsedAmount": "4650000000000000000" + }, + { + "gotchiId": "4266", + "amount": "30.91", + "parsedAmount": "30910000000000000000" + }, + { + "gotchiId": "4271", + "amount": "228.1575", + "parsedAmount": "228157500000000000000" + }, + { + "gotchiId": "4272", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "4273", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "4274", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "4277", + "amount": "13.034999999999998", + "parsedAmount": "13034999999999998000" + }, + { + "gotchiId": "4278", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "4280", + "amount": "21.4", + "parsedAmount": "21400000000000000000" + }, + { + "gotchiId": "4282", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "4283", + "amount": "28.5225", + "parsedAmount": "28522500000000000000" + }, + { + "gotchiId": "4285", + "amount": "420.565", + "parsedAmount": "420565000000000000000" + }, + { + "gotchiId": "4286", + "amount": "12.762500000000001", + "parsedAmount": "12762500000000001000" + }, + { + "gotchiId": "4291", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "4292", + "amount": "6.41", + "parsedAmount": "6410000000000000000" + }, + { + "gotchiId": "4293", + "amount": "5.515", + "parsedAmount": "5515000000000000000" + }, + { + "gotchiId": "4294", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "4297", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "4298", + "amount": "71.3625", + "parsedAmount": "71362500000000000000" + }, + { + "gotchiId": "4300", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "4301", + "amount": "155.4475", + "parsedAmount": "155447500000000000000" + }, + { + "gotchiId": "4302", + "amount": "157.44250000000002", + "parsedAmount": "157442500000000020000" + }, + { + "gotchiId": "4309", + "amount": "9.97", + "parsedAmount": "9970000000000000000" + }, + { + "gotchiId": "4310", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "4311", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "4315", + "amount": "6.057499999999999", + "parsedAmount": "6057499999999999000" + }, + { + "gotchiId": "4317", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "4320", + "amount": "16.8975", + "parsedAmount": "16897500000000000000" + }, + { + "gotchiId": "4321", + "amount": "29.09", + "parsedAmount": "29090000000000000000" + }, + { + "gotchiId": "4322", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "4323", + "amount": "29.025", + "parsedAmount": "29025000000000000000" + }, + { + "gotchiId": "4324", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "4326", + "amount": "11.567499999999999", + "parsedAmount": "11567499999999999000" + }, + { + "gotchiId": "4333", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "4334", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "4336", + "amount": "5.762499999999999", + "parsedAmount": "5762499999999999000" + }, + { + "gotchiId": "4343", + "amount": "4.69", + "parsedAmount": "4690000000000000000" + }, + { + "gotchiId": "4344", + "amount": "19.067499999999995", + "parsedAmount": "19067499999999995000" + }, + { + "gotchiId": "4348", + "amount": "34.275", + "parsedAmount": "34275000000000000000" + }, + { + "gotchiId": "4349", + "amount": "28.4175", + "parsedAmount": "28417500000000000000" + }, + { + "gotchiId": "4350", + "amount": "753.7475", + "parsedAmount": "753747500000000000000" + }, + { + "gotchiId": "4351", + "amount": "29.7975", + "parsedAmount": "29797500000000000000" + }, + { + "gotchiId": "4352", + "amount": "28.8325", + "parsedAmount": "28832500000000000000" + }, + { + "gotchiId": "4355", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "4356", + "amount": "12.16", + "parsedAmount": "12160000000000000000" + }, + { + "gotchiId": "4358", + "amount": "2.45", + "parsedAmount": "2450000000000000000" + }, + { + "gotchiId": "4359", + "amount": "11.77", + "parsedAmount": "11770000000000000000" + }, + { + "gotchiId": "4363", + "amount": "20.65", + "parsedAmount": "20650000000000000000" + }, + { + "gotchiId": "4365", + "amount": "26.41", + "parsedAmount": "26410000000000000000" + }, + { + "gotchiId": "4366", + "amount": "20.9375", + "parsedAmount": "20937500000000000000" + }, + { + "gotchiId": "4367", + "amount": "35.0325", + "parsedAmount": "35032500000000000000" + }, + { + "gotchiId": "4368", + "amount": "40.807500000000005", + "parsedAmount": "40807500000000005000" + }, + { + "gotchiId": "4369", + "amount": "24.650000000000002", + "parsedAmount": "24650000000000002000" + }, + { + "gotchiId": "4370", + "amount": "26.605", + "parsedAmount": "26605000000000000000" + }, + { + "gotchiId": "4371", + "amount": "24.9725", + "parsedAmount": "24972500000000000000" + }, + { + "gotchiId": "4372", + "amount": "74.32750000000001", + "parsedAmount": "74327500000000010000" + }, + { + "gotchiId": "4373", + "amount": "21.0425", + "parsedAmount": "21042500000000000000" + }, + { + "gotchiId": "4374", + "amount": "27.3575", + "parsedAmount": "27357500000000000000" + }, + { + "gotchiId": "4375", + "amount": "33.3775", + "parsedAmount": "33377500000000000000" + }, + { + "gotchiId": "4376", + "amount": "20.857499999999998", + "parsedAmount": "20857499999999998000" + }, + { + "gotchiId": "4377", + "amount": "20.994999999999997", + "parsedAmount": "20994999999999997000" + }, + { + "gotchiId": "4378", + "amount": "20.9725", + "parsedAmount": "20972500000000000000" + }, + { + "gotchiId": "4379", + "amount": "21.097499999999997", + "parsedAmount": "21097499999999997000" + }, + { + "gotchiId": "4387", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "4391", + "amount": "26.085", + "parsedAmount": "26085000000000000000" + }, + { + "gotchiId": "4392", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "4394", + "amount": "22.615000000000002", + "parsedAmount": "22615000000000002000" + }, + { + "gotchiId": "4395", + "amount": "10.4475", + "parsedAmount": "10447500000000000000" + }, + { + "gotchiId": "4396", + "amount": "12.377500000000001", + "parsedAmount": "12377500000000001000" + }, + { + "gotchiId": "4397", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "4404", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "4405", + "amount": "127.815", + "parsedAmount": "127815000000000000000" + }, + { + "gotchiId": "4406", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "4410", + "amount": "15.51", + "parsedAmount": "15510000000000000000" + }, + { + "gotchiId": "4411", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "4412", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "4414", + "amount": "26.8725", + "parsedAmount": "26872500000000000000" + }, + { + "gotchiId": "4416", + "amount": "17.46", + "parsedAmount": "17460000000000000000" + }, + { + "gotchiId": "4417", + "amount": "26.0575", + "parsedAmount": "26057500000000000000" + }, + { + "gotchiId": "4419", + "amount": "31.855", + "parsedAmount": "31855000000000000000" + }, + { + "gotchiId": "4421", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "4422", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "4424", + "amount": "26.689999999999998", + "parsedAmount": "26689999999999998000" + }, + { + "gotchiId": "4426", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "4429", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "4431", + "amount": "15.315000000000001", + "parsedAmount": "15315000000000001000" + }, + { + "gotchiId": "4433", + "amount": "33.237500000000004", + "parsedAmount": "33237500000000004000" + }, + { + "gotchiId": "4434", + "amount": "16.115000000000002", + "parsedAmount": "16115000000000002000" + }, + { + "gotchiId": "4435", + "amount": "8.36", + "parsedAmount": "8360000000000000000" + }, + { + "gotchiId": "4436", + "amount": "90.19250000000001", + "parsedAmount": "90192500000000010000" + }, + { + "gotchiId": "4438", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "4441", + "amount": "201.2525", + "parsedAmount": "201252500000000000000" + }, + { + "gotchiId": "4444", + "amount": "29.8125", + "parsedAmount": "29812500000000000000" + }, + { + "gotchiId": "4446", + "amount": "26.2275", + "parsedAmount": "26227500000000000000" + }, + { + "gotchiId": "4449", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "4450", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "4452", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "4453", + "amount": "18.73", + "parsedAmount": "18730000000000000000" + }, + { + "gotchiId": "4456", + "amount": "8.092500000000001", + "parsedAmount": "8092500000000001000" + }, + { + "gotchiId": "4458", + "amount": "14.522499999999999", + "parsedAmount": "14522499999999999000" + }, + { + "gotchiId": "4461", + "amount": "16.35", + "parsedAmount": "16350000000000000000" + }, + { + "gotchiId": "4462", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "4464", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "4465", + "amount": "48.5875", + "parsedAmount": "48587500000000000000" + }, + { + "gotchiId": "4467", + "amount": "46.175", + "parsedAmount": "46175000000000000000" + }, + { + "gotchiId": "4468", + "amount": "26.5275", + "parsedAmount": "26527500000000000000" + }, + { + "gotchiId": "4469", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "4470", + "amount": "15.2925", + "parsedAmount": "15292500000000000000" + }, + { + "gotchiId": "4471", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "4472", + "amount": "10.870000000000001", + "parsedAmount": "10870000000000001000" + }, + { + "gotchiId": "4473", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "4475", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "4476", + "amount": "27.527499999999996", + "parsedAmount": "27527499999999996000" + }, + { + "gotchiId": "4478", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "4479", + "amount": "585.77", + "parsedAmount": "585770000000000000000" + }, + { + "gotchiId": "4480", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "4481", + "amount": "59.7025", + "parsedAmount": "59702500000000000000" + }, + { + "gotchiId": "4483", + "amount": "17.4825", + "parsedAmount": "17482500000000000000" + }, + { + "gotchiId": "4485", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "4486", + "amount": "51.46000000000001", + "parsedAmount": "51460000000000010000" + }, + { + "gotchiId": "4487", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "4488", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "4489", + "amount": "115.97749999999999", + "parsedAmount": "115977499999999990000" + }, + { + "gotchiId": "4495", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "4497", + "amount": "15.0075", + "parsedAmount": "15007500000000000000" + }, + { + "gotchiId": "4501", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "4503", + "amount": "55.3825", + "parsedAmount": "55382500000000000000" + }, + { + "gotchiId": "4504", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "4505", + "amount": "17.1", + "parsedAmount": "17100000000000000000" + }, + { + "gotchiId": "4506", + "amount": "10.1775", + "parsedAmount": "10177500000000000000" + }, + { + "gotchiId": "4509", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "4510", + "amount": "19.1375", + "parsedAmount": "19137500000000000000" + }, + { + "gotchiId": "4517", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "4518", + "amount": "482.105", + "parsedAmount": "482105000000000000000" + }, + { + "gotchiId": "4519", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "4521", + "amount": "24.1025", + "parsedAmount": "24102500000000000000" + }, + { + "gotchiId": "4524", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "4527", + "amount": "22.39", + "parsedAmount": "22390000000000000000" + }, + { + "gotchiId": "4531", + "amount": "19.6775", + "parsedAmount": "19677500000000000000" + }, + { + "gotchiId": "4533", + "amount": "11.0875", + "parsedAmount": "11087500000000000000" + }, + { + "gotchiId": "4534", + "amount": "314.3775", + "parsedAmount": "314377500000000000000" + }, + { + "gotchiId": "4536", + "amount": "18.1825", + "parsedAmount": "18182500000000000000" + }, + { + "gotchiId": "4539", + "amount": "7.257499999999999", + "parsedAmount": "7257499999999999000" + }, + { + "gotchiId": "4540", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "4542", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "4550", + "amount": "7.202500000000001", + "parsedAmount": "7202500000000001000" + }, + { + "gotchiId": "4551", + "amount": "21.7875", + "parsedAmount": "21787500000000000000" + }, + { + "gotchiId": "4556", + "amount": "11.4925", + "parsedAmount": "11492500000000000000" + } + ], + "totalAmount": "13472320000000000016000", + "chainId": 31337, + "status": "confirmed", + "blockNumber": 35950656, + "gasUsed": "9864557" + } + ], + "completedGotchiIds": [ + "3", + "31", + "32", + "34", + "35", + "37", + "39", + "41", + "44", + "46", + "47", + "48", + "51", + "53", + "54", + "56", + "58", + "59", + "67", + "68", + "69", + "92", + "93", + "97", + "100", + "101", + "102", + "106", + "111", + "112", + "113", + "114", + "115", + "116", + "122", + "123", + "124", + "125", + "131", + "135", + "137", + "138", + "139", + "141", + "142", + "151", + "154", + "156", + "159", + "162", + "164", + "167", + "168", + "169", + "172", + "181", + "183", + "185", + "186", + "190", + "191", + "192", + "201", + "205", + "206", + "207", + "208", + "218", + "219", + "221", + "225", + "226", + "228", + "229", + "231", + "233", + "234", + "235", + "236", + "238", + "240", + "241", + "243", + "260", + "261", + "262", + "263", + "264", + "266", + "267", + "269", + "270", + "271", + "272", + "274", + "275", + "278", + "282", + "285", + "289", + "290", + "296", + "301", + "304", + "307", + "308", + "314", + "315", + "317", + "319", + "339", + "343", + "357", + "358", + "359", + "366", + "367", + "375", + "377", + "378", + "380", + "382", + "383", + "390", + "391", + "392", + "396", + "406", + "407", + "408", + "409", + "410", + "411", + "413", + "414", + "418", + "420", + "428", + "430", + "431", + "439", + "442", + "448", + "449", + "453", + "454", + "455", + "458", + "461", + "463", + "469", + "473", + "474", + "475", + "479", + "480", + "481", + "482", + "483", + "486", + "487", + "489", + "490", + "492", + "493", + "499", + "502", + "506", + "509", + "511", + "512", + "514", + "519", + "520", + "522", + "523", + "528", + "529", + "531", + "538", + "539", + "540", + "543", + "544", + "549", + "550", + "552", + "555", + "556", + "557", + "567", + "568", + "569", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "584", + "585", + "587", + "588", + "591", + "594", + "596", + "597", + "598", + "600", + "601", + "607", + "608", + "630", + "632", + "637", + "642", + "645", + "646", + "647", + "648", + "649", + "650", + "660", + "661", + "662", + "663", + "664", + "671", + "672", + "673", + "674", + "677", + "681", + "684", + "689", + "692", + "695", + "696", + "697", + "698", + "699", + "700", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "716", + "717", + "718", + "719", + "722", + "725", + "726", + "728", + "729", + "733", + "734", + "735", + "736", + "738", + "739", + "743", + "744", + "746", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "763", + "766", + "769", + "784", + "786", + "787", + "789", + "790", + "794", + "796", + "799", + "801", + "805", + "806", + "807", + "808", + "810", + "811", + "814", + "815", + "817", + "819", + "820", + "821", + "822", + "823", + "824", + "826", + "828", + "836", + "841", + "844", + "851", + "853", + "854", + "870", + "897", + "899", + "903", + "904", + "908", + "909", + "911", + "912", + "914", + "915", + "918", + "922", + "924", + "925", + "928", + "929", + "931", + "932", + "933", + "934", + "936", + "937", + "938", + "940", + "946", + "947", + "951", + "954", + "956", + "957", + "965", + "966", + "967", + "968", + "970", + "971", + "973", + "974", + "976", + "978", + "979", + "980", + "981", + "983", + "984", + "985", + "987", + "988", + "989", + "992", + "997", + "998", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016", + "1017", + "1019", + "1020", + "1021", + "1022", + "1027", + "1030", + "1032", + "1043", + "1044", + "1046", + "1054", + "1055", + "1057", + "1058", + "1062", + "1063", + "1065", + "1068", + "1071", + "1074", + "1078", + "1079", + "1083", + "1085", + "1089", + "1090", + "1098", + "1100", + "1103", + "1108", + "1109", + "1111", + "1122", + "1124", + "1126", + "1128", + "1133", + "1134", + "1135", + "1136", + "1137", + "1138", + "1140", + "1145", + "1147", + "1150", + "1155", + "1157", + "1164", + "1165", + "1169", + "1170", + "1171", + "1173", + "1177", + "1178", + "1179", + "1183", + "1188", + "1189", + "1190", + "1191", + "1192", + "1193", + "1195", + "1196", + "1197", + "1199", + "1200", + "1203", + "1207", + "1218", + "1219", + "1220", + "1228", + "1231", + "1232", + "1233", + "1234", + "1235", + "1240", + "1241", + "1244", + "1248", + "1249", + "1253", + "1254", + "1257", + "1259", + "1260", + "1261", + "1263", + "1264", + "1265", + "1267", + "1269", + "1273", + "1274", + "1277", + "1282", + "1283", + "1285", + "1292", + "1293", + "1294", + "1295", + "1299", + "1301", + "1302", + "1304", + "1305", + "1306", + "1308", + "1314", + "1316", + "1320", + "1321", + "1323", + "1324", + "1333", + "1334", + "1335", + "1336", + "1339", + "1345", + "1347", + "1348", + "1349", + "1351", + "1353", + "1354", + "1355", + "1357", + "1358", + "1359", + "1360", + "1367", + "1368", + "1370", + "1372", + "1373", + "1375", + "1379", + "1381", + "1383", + "1385", + "1387", + "1388", + "1389", + "1392", + "1393", + "1395", + "1396", + "1398", + "1400", + "1401", + "1403", + "1404", + "1405", + "1408", + "1410", + "1412", + "1413", + "1414", + "1416", + "1417", + "1419", + "1421", + "1422", + "1423", + "1425", + "1426", + "1427", + "1429", + "1430", + "1432", + "1433", + "1436", + "1441", + "1443", + "1445", + "1447", + "1448", + "1449", + "1451", + "1454", + "1455", + "1457", + "1459", + "1469", + "1470", + "1473", + "1474", + "1475", + "1477", + "1478", + "1481", + "1483", + "1484", + "1485", + "1486", + "1487", + "1491", + "1508", + "1509", + "1510", + "1511", + "1512", + "1518", + "1520", + "1531", + "1535", + "1536", + "1538", + "1539", + "1542", + "1543", + "1545", + "1547", + "1549", + "1557", + "1558", + "1562", + "1563", + "1564", + "1565", + "1568", + "1570", + "1571", + "1572", + "1574", + "1575", + "1576", + "1580", + "1583", + "1584", + "1585", + "1586", + "1588", + "1589", + "1590", + "1591", + "1595", + "1598", + "1600", + "1604", + "1627", + "1633", + "1637", + "1638", + "1639", + "1647", + "1652", + "1653", + "1657", + "1660", + "1661", + "1662", + "1665", + "1667", + "1668", + "1672", + "1677", + "1679", + "1680", + "1683", + "1684", + "1689", + "1690", + "1691", + "1693", + "1694", + "1699", + "1702", + "1703", + "1704", + "1708", + "1709", + "1710", + "1711", + "1715", + "1722", + "1723", + "1724", + "1728", + "1729", + "1732", + "1735", + "1740", + "1743", + "1745", + "1751", + "1752", + "1759", + "1762", + "1763", + "1765", + "1767", + "1768", + "1770", + "1771", + "1774", + "1775", + "1779", + "1780", + "1781", + "1782", + "1784", + "1785", + "1786", + "1787", + "1788", + "1789", + "1790", + "1802", + "1803", + "1806", + "1808", + "1809", + "1811", + "1812", + "1822", + "1828", + "1829", + "1831", + "1836", + "1837", + "1838", + "1839", + "1840", + "1843", + "1844", + "1845", + "1847", + "1849", + "1850", + "1852", + "1853", + "1855", + "1857", + "1859", + "1862", + "1866", + "1868", + "1874", + "1876", + "1878", + "1879", + "1880", + "1883", + "1884", + "1886", + "1887", + "1901", + "1904", + "1905", + "1906", + "1911", + "1917", + "1920", + "1921", + "1923", + "1924", + "1926", + "1927", + "1929", + "1930", + "1931", + "1932", + "1934", + "1935", + "1936", + "1937", + "1939", + "1940", + "1941", + "1942", + "1944", + "1948", + "1949", + "1950", + "1952", + "1954", + "1956", + "1959", + "1961", + "1962", + "1963", + "1969", + "1971", + "1973", + "1974", + "1975", + "1976", + "1977", + "1980", + "1981", + "1984", + "1986", + "1987", + "1989", + "1992", + "1993", + "1994", + "1995", + "1996", + "1998", + "2014", + "2018", + "2021", + "2026", + "2027", + "2028", + "2029", + "2030", + "2031", + "2034", + "2035", + "2042", + "2054", + "2057", + "2058", + "2062", + "2068", + "2072", + "2073", + "2077", + "2079", + "2081", + "2084", + "2085", + "2087", + "2090", + "2091", + "2093", + "2094", + "2095", + "2096", + "2097", + "2099", + "2100", + "2101", + "2104", + "2105", + "2107", + "2110", + "2111", + "2113", + "2115", + "2116", + "2117", + "2118", + "2120", + "2122", + "2123", + "2124", + "2125", + "2126", + "2128", + "2129", + "2134", + "2136", + "2138", + "2143", + "2145", + "2147", + "2148", + "2152", + "2153", + "2156", + "2157", + "2160", + "2162", + "2165", + "2167", + "2172", + "2178", + "2181", + "2182", + "2183", + "2185", + "2195", + "2197", + "2198", + "2202", + "2209", + "2212", + "2213", + "2223", + "2225", + "2226", + "2230", + "2232", + "2234", + "2235", + "2236", + "2238", + "2240", + "2242", + "2243", + "2244", + "2245", + "2246", + "2249", + "2250", + "2251", + "2255", + "2256", + "2260", + "2261", + "2263", + "2265", + "2266", + "2267", + "2269", + "2270", + "2271", + "2272", + "2274", + "2278", + "2281", + "2286", + "2287", + "2290", + "2291", + "2292", + "2293", + "2294", + "2296", + "2300", + "2301", + "2305", + "2318", + "2319", + "2321", + "2324", + "2325", + "2326", + "2330", + "2333", + "2336", + "2339", + "2344", + "2345", + "2346", + "2347", + "2348", + "2350", + "2351", + "2354", + "2358", + "2359", + "2360", + "2362", + "2364", + "2367", + "2368", + "2369", + "2380", + "2382", + "2384", + "2386", + "2387", + "2391", + "2393", + "2394", + "2396", + "2399", + "2402", + "2403", + "2404", + "2405", + "2406", + "2407", + "2408", + "2409", + "2414", + "2415", + "2419", + "2421", + "2424", + "2432", + "2436", + "2438", + "2439", + "2440", + "2441", + "2442", + "2443", + "2445", + "2446", + "2448", + "2449", + "2450", + "2451", + "2452", + "2453", + "2454", + "2455", + "2456", + "2457", + "2459", + "2460", + "2461", + "2462", + "2463", + "2468", + "2471", + "2475", + "2478", + "2487", + "2491", + "2492", + "2497", + "2500", + "2501", + "2503", + "2504", + "2505", + "2506", + "2509", + "2512", + "2515", + "2517", + "2518", + "2523", + "2524", + "2528", + "2529", + "2530", + "2531", + "2538", + "2542", + "2544", + "2546", + "2550", + "2552", + "2553", + "2554", + "2555", + "2557", + "2558", + "2559", + "2562", + "2566", + "2569", + "2574", + "2578", + "2581", + "2582", + "2583", + "2585", + "2588", + "2589", + "2591", + "2594", + "2596", + "2600", + "2603", + "2605", + "2607", + "2609", + "2612", + "2613", + "2614", + "2616", + "2617", + "2620", + "2623", + "2624", + "2626", + "2643", + "2644", + "2647", + "2649", + "2650", + "2652", + "2655", + "2657", + "2659", + "2660", + "2663", + "2666", + "2667", + "2670", + "2671", + "2674", + "2675", + "2676", + "2678", + "2679", + "2680", + "2681", + "2683", + "2684", + "2685", + "2686", + "2687", + "2688", + "2689", + "2690", + "2691", + "2693", + "2694", + "2696", + "2698", + "2699", + "2701", + "2703", + "2707", + "2713", + "2716", + "2717", + "2719", + "2720", + "2722", + "2724", + "2725", + "2726", + "2727", + "2729", + "2732", + "2734", + "2738", + "2739", + "2740", + "2744", + "2745", + "2748", + "2749", + "2750", + "2753", + "2755", + "2758", + "2759", + "2760", + "2761", + "2773", + "2774", + "2775", + "2779", + "2783", + "2784", + "2786", + "2787", + "2788", + "2792", + "2793", + "2795", + "2796", + "2797", + "2798", + "2799", + "2801", + "2803", + "2808", + "2811", + "2812", + "2822", + "2824", + "2825", + "2826", + "2828", + "2829", + "2833", + "2834", + "2837", + "2839", + "2840", + "2841", + "2842", + "2843", + "2844", + "2845", + "2847", + "2848", + "2849", + "2850", + "2851", + "2853", + "2854", + "2856", + "2860", + "2861", + "2863", + "2865", + "2866", + "2871", + "2872", + "2874", + "2876", + "2879", + "2881", + "2882", + "2886", + "2888", + "2891", + "2895", + "2898", + "2901", + "2902", + "2903", + "2905", + "2906", + "2907", + "2908", + "2909", + "2910", + "2913", + "2914", + "2915", + "2920", + "2922", + "2923", + "2926", + "2928", + "2929", + "2930", + "2931", + "2932", + "2935", + "2936", + "2941", + "2942", + "2943", + "2944", + "2945", + "2946", + "2949", + "2950", + "2951", + "2953", + "2954", + "2956", + "2957", + "2959", + "2962", + "2965", + "2966", + "2967", + "2968", + "2972", + "2973", + "2976", + "2987", + "2990", + "2995", + "2997", + "2999", + "3004", + "3007", + "3012", + "3013", + "3016", + "3017", + "3019", + "3021", + "3023", + "3024", + "3025", + "3026", + "3028", + "3029", + "3033", + "3034", + "3035", + "3036", + "3037", + "3040", + "3041", + "3043", + "3044", + "3045", + "3046", + "3047", + "3050", + "3051", + "3052", + "3053", + "3057", + "3059", + "3062", + "3063", + "3064", + "3067", + "3072", + "3084", + "3085", + "3090", + "3091", + "3092", + "3093", + "3094", + "3104", + "3106", + "3107", + "3109", + "3110", + "3112", + "3113", + "3115", + "3116", + "3117", + "3121", + "3122", + "3124", + "3126", + "3127", + "3128", + "3129", + "3130", + "3131", + "3132", + "3134", + "3144", + "3149", + "3152", + "3154", + "3155", + "3156", + "3159", + "3160", + "3164", + "3166", + "3168", + "3169", + "3170", + "3171", + "3173", + "3177", + "3178", + "3179", + "3180", + "3184", + "3186", + "3199", + "3200", + "3201", + "3203", + "3205", + "3208", + "3218", + "3225", + "3226", + "3228", + "3229", + "3232", + "3233", + "3235", + "3236", + "3237", + "3238", + "3240", + "3248", + "3253", + "3254", + "3255", + "3256", + "3260", + "3261", + "3262", + "3264", + "3265", + "3267", + "3268", + "3269", + "3271", + "3272", + "3273", + "3274", + "3275", + "3276", + "3280", + "3281", + "3285", + "3288", + "3290", + "3291", + "3292", + "3293", + "3294", + "3295", + "3296", + "3297", + "3298", + "3299", + "3301", + "3302", + "3305", + "3306", + "3308", + "3309", + "3310", + "3311", + "3312", + "3314", + "3316", + "3317", + "3318", + "3319", + "3320", + "3322", + "3326", + "3328", + "3329", + "3330", + "3331", + "3332", + "3335", + "3339", + "3340", + "3341", + "3342", + "3344", + "3347", + "3348", + "3354", + "3356", + "3357", + "3360", + "3361", + "3362", + "3364", + "3370", + "3371", + "3372", + "3376", + "3378", + "3379", + "3380", + "3382", + "3385", + "3386", + "3387", + "3388", + "3391", + "3392", + "3397", + "3399", + "3400", + "3402", + "3403", + "3407", + "3408", + "3410", + "3411", + "3420", + "3423", + "3424", + "3425", + "3427", + "3429", + "3430", + "3431", + "3432", + "3433", + "3434", + "3435", + "3437", + "3440", + "3441", + "3443", + "3444", + "3447", + "3448", + "3451", + "3452", + "3454", + "3457", + "3462", + "3467", + "3470", + "3472", + "3475", + "3476", + "3477", + "3478", + "3479", + "3480", + "3481", + "3483", + "3487", + "3490", + "3498", + "3500", + "3501", + "3508", + "3510", + "3513", + "3515", + "3516", + "3517", + "3522", + "3523", + "3524", + "3525", + "3526", + "3527", + "3528", + "3538", + "3539", + "3541", + "3542", + "3549", + "3554", + "3555", + "3556", + "3560", + "3565", + "3568", + "3569", + "3571", + "3572", + "3573", + "3577", + "3580", + "3581", + "3584", + "3585", + "3590", + "3592", + "3593", + "3594", + "3595", + "3596", + "3598", + "3599", + "3600", + "3601", + "3602", + "3607", + "3610", + "3613", + "3615", + "3619", + "3633", + "3636", + "3637", + "3642", + "3643", + "3644", + "3645", + "3647", + "3649", + "3650", + "3652", + "3654", + "3659", + "3660", + "3662", + "3664", + "3665", + "3667", + "3671", + "3672", + "3673", + "3674", + "3676", + "3678", + "3679", + "3680", + "3682", + "3683", + "3684", + "3687", + "3690", + "3691", + "3696", + "3699", + "3701", + "3702", + "3709", + "3710", + "3711", + "3712", + "3713", + "3717", + "3718", + "3720", + "3722", + "3724", + "3725", + "3727", + "3728", + "3729", + "3731", + "3734", + "3735", + "3736", + "3738", + "3741", + "3742", + "3744", + "3747", + "3749", + "3752", + "3753", + "3754", + "3759", + "3762", + "3764", + "3767", + "3769", + "3770", + "3771", + "3772", + "3773", + "3774", + "3776", + "3782", + "3783", + "3784", + "3785", + "3787", + "3788", + "3789", + "3790", + "3792", + "3793", + "3794", + "3796", + "3799", + "3801", + "3802", + "3805", + "3807", + "3815", + "3816", + "3818", + "3819", + "3820", + "3831", + "3834", + "3835", + "3837", + "3838", + "3839", + "3840", + "3841", + "3842", + "3843", + "3844", + "3846", + "3847", + "3848", + "3849", + "3850", + "3852", + "3853", + "3855", + "3856", + "3857", + "3858", + "3859", + "3860", + "3861", + "3862", + "3863", + "3864", + "3865", + "3866", + "3867", + "3868", + "3869", + "3873", + "3874", + "3875", + "3876", + "3877", + "3879", + "3880", + "3881", + "3884", + "3891", + "3893", + "3895", + "3898", + "3899", + "3900", + "3905", + "3907", + "3908", + "3914", + "3917", + "3922", + "3924", + "3925", + "3928", + "3929", + "3931", + "3932", + "3933", + "3934", + "3935", + "3936", + "3938", + "3939", + "3942", + "3946", + "3948", + "3949", + "3952", + "3954", + "3955", + "3958", + "3959", + "3961", + "3962", + "3963", + "3964", + "3965", + "3966", + "3967", + "3968", + "3969", + "3970", + "3971", + "3972", + "3973", + "3974", + "3975", + "3976", + "3977", + "3978", + "3979", + "3980", + "3981", + "3982", + "3983", + "3984", + "3985", + "3986", + "3987", + "3989", + "3991", + "3992", + "3993", + "3997", + "3998", + "3999", + "4003", + "4005", + "4006", + "4013", + "4020", + "4021", + "4025", + "4026", + "4028", + "4030", + "4032", + "4033", + "4034", + "4036", + "4038", + "4040", + "4041", + "4044", + "4047", + "4048", + "4050", + "4051", + "4052", + "4055", + "4057", + "4058", + "4059", + "4060", + "4061", + "4062", + "4064", + "4067", + "4068", + "4069", + "4070", + "4071", + "4072", + "4076", + "4078", + "4079", + "4081", + "4082", + "4083", + "4090", + "4091", + "4092", + "4095", + "4097", + "4100", + "4101", + "4102", + "4103", + "4104", + "4106", + "4107", + "4109", + "4111", + "4112", + "4113", + "4115", + "4117", + "4119", + "4120", + "4121", + "4122", + "4124", + "4125", + "4127", + "4128", + "4129", + "4130", + "4131", + "4134", + "4141", + "4142", + "4143", + "4144", + "4146", + "4147", + "4148", + "4150", + "4154", + "4156", + "4159", + "4163", + "4164", + "4165", + "4166", + "4167", + "4168", + "4170", + "4174", + "4175", + "4180", + "4182", + "4186", + "4187", + "4190", + "4192", + "4196", + "4197", + "4200", + "4206", + "4211", + "4214", + "4215", + "4216", + "4217", + "4218", + "4221", + "4223", + "4228", + "4230", + "4231", + "4232", + "4233", + "4236", + "4237", + "4238", + "4239", + "4240", + "4243", + "4248", + "4249", + "4251", + "4263", + "4264", + "4266", + "4271", + "4272", + "4273", + "4274", + "4277", + "4278", + "4280", + "4282", + "4283", + "4285", + "4286", + "4291", + "4292", + "4293", + "4294", + "4297", + "4298", + "4300", + "4301", + "4302", + "4309", + "4310", + "4311", + "4315", + "4317", + "4320", + "4321", + "4322", + "4323", + "4324", + "4326", + "4333", + "4334", + "4336", + "4343", + "4344", + "4348", + "4349", + "4350", + "4351", + "4352", + "4355", + "4356", + "4358", + "4359", + "4363", + "4365", + "4366", + "4367", + "4368", + "4369", + "4370", + "4371", + "4372", + "4373", + "4374", + "4375", + "4376", + "4377", + "4378", + "4379", + "4387", + "4391", + "4392", + "4394", + "4395", + "4396", + "4397", + "4404", + "4405", + "4406", + "4410", + "4411", + "4412", + "4414", + "4416", + "4417", + "4419", + "4421", + "4422", + "4424", + "4426", + "4429", + "4431", + "4433", + "4434", + "4435", + "4436", + "4438", + "4441", + "4444", + "4446", + "4449", + "4450", + "4452", + "4453", + "4456", + "4458", + "4461", + "4462", + "4464", + "4465", + "4467", + "4468", + "4469", + "4470", + "4471", + "4472", + "4473", + "4475", + "4476", + "4478", + "4479", + "4480", + "4481", + "4483", + "4485", + "4486", + "4487", + "4488", + "4489", + "4495", + "4497", + "4501", + "4503", + "4504", + "4505", + "4506", + "4509", + "4510", + "4517", + "4518", + "4519", + "4521", + "4524", + "4527", + "4531", + "4533", + "4534", + "4536", + "4539", + "4540", + "4542", + "4550", + "4551", + "4556" + ] +} \ No newline at end of file diff --git a/progress-szn11-rnd2-chain8453.json b/progress-szn11-rnd2-chain8453.json new file mode 100644 index 00000000..bb4f663b --- /dev/null +++ b/progress-szn11-rnd2-chain8453.json @@ -0,0 +1,70592 @@ +{ + "season": "11", + "round": "rnd2", + "chainId": 8453, + "totalBatches": 24, + "completedBatches": [ + { + "batchIndex": 3, + "transactionHash": "0x13d4114581cf5adf45caf8202352a1e51036037eaa23c5345441b2957af2db89", + "timestamp": "2025-09-24T06:13:11.788Z", + "gotchiRewards": [ + { + "gotchiId": "3577", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "3580", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "3581", + "amount": "36.214999999999996", + "parsedAmount": "36214999999999996000" + }, + { + "gotchiId": "3584", + "amount": "22.4675", + "parsedAmount": "22467500000000000000" + }, + { + "gotchiId": "3585", + "amount": "36.305", + "parsedAmount": "36305000000000000000" + }, + { + "gotchiId": "3590", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "3592", + "amount": "70.00750000000001", + "parsedAmount": "70007500000000010000" + }, + { + "gotchiId": "3593", + "amount": "6.925", + "parsedAmount": "6925000000000000000" + }, + { + "gotchiId": "3594", + "amount": "24.3275", + "parsedAmount": "24327500000000000000" + }, + { + "gotchiId": "3595", + "amount": "40.925000000000004", + "parsedAmount": "40925000000000004000" + }, + { + "gotchiId": "3596", + "amount": "17.7075", + "parsedAmount": "17707500000000000000" + }, + { + "gotchiId": "3598", + "amount": "19.925", + "parsedAmount": "19925000000000000000" + }, + { + "gotchiId": "3599", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "3600", + "amount": "20.6", + "parsedAmount": "20600000000000000000" + }, + { + "gotchiId": "3601", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "3602", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "3607", + "amount": "9.3675", + "parsedAmount": "9367500000000000000" + }, + { + "gotchiId": "3610", + "amount": "19.7075", + "parsedAmount": "19707500000000000000" + }, + { + "gotchiId": "3613", + "amount": "35.2", + "parsedAmount": "35200000000000000000" + }, + { + "gotchiId": "3615", + "amount": "18.3475", + "parsedAmount": "18347500000000000000" + }, + { + "gotchiId": "3619", + "amount": "2.2475", + "parsedAmount": "2247500000000000000" + }, + { + "gotchiId": "3633", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "3636", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "3637", + "amount": "21.1675", + "parsedAmount": "21167500000000000000" + }, + { + "gotchiId": "3642", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "3643", + "amount": "19.5675", + "parsedAmount": "19567500000000000000" + }, + { + "gotchiId": "3644", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "3645", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "3647", + "amount": "35.5", + "parsedAmount": "35500000000000000000" + }, + { + "gotchiId": "3649", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "3650", + "amount": "60.36750000000001", + "parsedAmount": "60367500000000010000" + }, + { + "gotchiId": "3652", + "amount": "17.31", + "parsedAmount": "17310000000000000000" + }, + { + "gotchiId": "3654", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "3659", + "amount": "28.3425", + "parsedAmount": "28342500000000000000" + }, + { + "gotchiId": "3660", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "3662", + "amount": "54.28", + "parsedAmount": "54280000000000000000" + }, + { + "gotchiId": "3664", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "3665", + "amount": "15.9475", + "parsedAmount": "15947500000000000000" + }, + { + "gotchiId": "3667", + "amount": "15.75", + "parsedAmount": "15750000000000000000" + }, + { + "gotchiId": "3671", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "3672", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "3673", + "amount": "26.7975", + "parsedAmount": "26797500000000000000" + }, + { + "gotchiId": "3674", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "3676", + "amount": "2.27", + "parsedAmount": "2270000000000000000" + }, + { + "gotchiId": "3678", + "amount": "10.315000000000001", + "parsedAmount": "10315000000000001000" + }, + { + "gotchiId": "3679", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "3680", + "amount": "26.59", + "parsedAmount": "26590000000000000000" + }, + { + "gotchiId": "3682", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "3683", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "3684", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "3687", + "amount": "15.870000000000001", + "parsedAmount": "15870000000000001000" + }, + { + "gotchiId": "3690", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "3691", + "amount": "10.685", + "parsedAmount": "10685000000000000000" + }, + { + "gotchiId": "3696", + "amount": "6.897500000000001", + "parsedAmount": "6897500000000001000" + }, + { + "gotchiId": "3699", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3701", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "3702", + "amount": "11.175", + "parsedAmount": "11175000000000000000" + }, + { + "gotchiId": "3709", + "amount": "10.754999999999999", + "parsedAmount": "10754999999999999000" + }, + { + "gotchiId": "3710", + "amount": "22.955", + "parsedAmount": "22955000000000000000" + }, + { + "gotchiId": "3711", + "amount": "35.5625", + "parsedAmount": "35562500000000000000" + }, + { + "gotchiId": "3712", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "3713", + "amount": "6.6225", + "parsedAmount": "6622500000000000000" + }, + { + "gotchiId": "3717", + "amount": "5.390000000000001", + "parsedAmount": "5390000000000001000" + }, + { + "gotchiId": "3718", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "3720", + "amount": "23", + "parsedAmount": "23000000000000000000" + }, + { + "gotchiId": "3722", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "3724", + "amount": "520.58", + "parsedAmount": "520580000000000000000" + }, + { + "gotchiId": "3725", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "3727", + "amount": "18.549999999999997", + "parsedAmount": "18549999999999997000" + }, + { + "gotchiId": "3728", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "3729", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "3731", + "amount": "38.9025", + "parsedAmount": "38902500000000000000" + }, + { + "gotchiId": "3734", + "amount": "42.3325", + "parsedAmount": "42332500000000000000" + }, + { + "gotchiId": "3735", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "3736", + "amount": "131.14249999999998", + "parsedAmount": "131142499999999980000" + }, + { + "gotchiId": "3738", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "3741", + "amount": "6.284999999999999", + "parsedAmount": "6284999999999999000" + }, + { + "gotchiId": "3742", + "amount": "17.08", + "parsedAmount": "17080000000000000000" + }, + { + "gotchiId": "3744", + "amount": "7.77", + "parsedAmount": "7770000000000000000" + }, + { + "gotchiId": "3747", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "3749", + "amount": "192.1925", + "parsedAmount": "192192500000000000000" + }, + { + "gotchiId": "3752", + "amount": "28.7175", + "parsedAmount": "28717500000000000000" + }, + { + "gotchiId": "3753", + "amount": "22.6725", + "parsedAmount": "22672500000000000000" + }, + { + "gotchiId": "3754", + "amount": "9.6575", + "parsedAmount": "9657500000000000000" + }, + { + "gotchiId": "3759", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "3762", + "amount": "11.629999999999999", + "parsedAmount": "11629999999999999000" + }, + { + "gotchiId": "3764", + "amount": "29.729999999999997", + "parsedAmount": "29729999999999997000" + }, + { + "gotchiId": "3767", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "3769", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "3770", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "3771", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "3772", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "3773", + "amount": "16.64", + "parsedAmount": "16640000000000000000" + }, + { + "gotchiId": "3774", + "amount": "17.4375", + "parsedAmount": "17437500000000000000" + }, + { + "gotchiId": "3776", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "3782", + "amount": "57.6825", + "parsedAmount": "57682500000000000000" + }, + { + "gotchiId": "3783", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "3784", + "amount": "11.899999999999999", + "parsedAmount": "11899999999999999000" + }, + { + "gotchiId": "3785", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "3787", + "amount": "38.8875", + "parsedAmount": "38887500000000000000" + }, + { + "gotchiId": "3788", + "amount": "103.57", + "parsedAmount": "103570000000000000000" + }, + { + "gotchiId": "3789", + "amount": "35.732499999999995", + "parsedAmount": "35732499999999995000" + }, + { + "gotchiId": "3790", + "amount": "26.2", + "parsedAmount": "26200000000000000000" + }, + { + "gotchiId": "3792", + "amount": "7.6674999999999995", + "parsedAmount": "7667499999999999500" + }, + { + "gotchiId": "3793", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "3794", + "amount": "5.8575", + "parsedAmount": "5857500000000000000" + }, + { + "gotchiId": "3796", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "3799", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "3801", + "amount": "27.99", + "parsedAmount": "27990000000000000000" + }, + { + "gotchiId": "3802", + "amount": "6.077500000000001", + "parsedAmount": "6077500000000001000" + }, + { + "gotchiId": "3805", + "amount": "27.33", + "parsedAmount": "27330000000000000000" + }, + { + "gotchiId": "3807", + "amount": "13.6025", + "parsedAmount": "13602500000000000000" + }, + { + "gotchiId": "3815", + "amount": "10.11", + "parsedAmount": "10110000000000000000" + }, + { + "gotchiId": "3816", + "amount": "19.0925", + "parsedAmount": "19092500000000000000" + }, + { + "gotchiId": "3818", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "3819", + "amount": "54.0275", + "parsedAmount": "54027500000000000000" + }, + { + "gotchiId": "3820", + "amount": "58.245000000000005", + "parsedAmount": "58245000000000005000" + }, + { + "gotchiId": "3831", + "amount": "9.88", + "parsedAmount": "9880000000000000000" + }, + { + "gotchiId": "3834", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "3835", + "amount": "62.432500000000005", + "parsedAmount": "62432500000000005000" + }, + { + "gotchiId": "3837", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "3838", + "amount": "39.03", + "parsedAmount": "39030000000000000000" + }, + { + "gotchiId": "3839", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "3840", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "3841", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "3842", + "amount": "24.9875", + "parsedAmount": "24987500000000000000" + }, + { + "gotchiId": "3843", + "amount": "11.97", + "parsedAmount": "11970000000000000000" + }, + { + "gotchiId": "3844", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "3846", + "amount": "26.9275", + "parsedAmount": "26927500000000000000" + }, + { + "gotchiId": "3847", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "3848", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "3849", + "amount": "23.02", + "parsedAmount": "23020000000000000000" + }, + { + "gotchiId": "3850", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "3852", + "amount": "85.9225", + "parsedAmount": "85922500000000000000" + }, + { + "gotchiId": "3853", + "amount": "45.18", + "parsedAmount": "45180000000000000000" + }, + { + "gotchiId": "3855", + "amount": "24.3675", + "parsedAmount": "24367500000000000000" + }, + { + "gotchiId": "3856", + "amount": "9.1775", + "parsedAmount": "9177500000000000000" + }, + { + "gotchiId": "3857", + "amount": "12.860000000000001", + "parsedAmount": "12860000000000001000" + }, + { + "gotchiId": "3858", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "3859", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "3860", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "3861", + "amount": "42.1925", + "parsedAmount": "42192500000000000000" + }, + { + "gotchiId": "3862", + "amount": "27.925", + "parsedAmount": "27925000000000000000" + }, + { + "gotchiId": "3863", + "amount": "13.11", + "parsedAmount": "13110000000000000000" + }, + { + "gotchiId": "3864", + "amount": "31.295", + "parsedAmount": "31295000000000000000" + }, + { + "gotchiId": "3865", + "amount": "16.862499999999997", + "parsedAmount": "16862499999999997000" + }, + { + "gotchiId": "3866", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "3867", + "amount": "7.2975", + "parsedAmount": "7297500000000000000" + }, + { + "gotchiId": "3868", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "3869", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "3873", + "amount": "22.8625", + "parsedAmount": "22862500000000000000" + }, + { + "gotchiId": "3874", + "amount": "36.635", + "parsedAmount": "36635000000000000000" + }, + { + "gotchiId": "3875", + "amount": "8.8175", + "parsedAmount": "8817500000000000000" + }, + { + "gotchiId": "3876", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "3877", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "3879", + "amount": "17.88", + "parsedAmount": "17880000000000000000" + }, + { + "gotchiId": "3880", + "amount": "2.255", + "parsedAmount": "2255000000000000000" + }, + { + "gotchiId": "3881", + "amount": "12.0725", + "parsedAmount": "12072500000000000000" + }, + { + "gotchiId": "3884", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "3891", + "amount": "33.4175", + "parsedAmount": "33417500000000000000" + }, + { + "gotchiId": "3893", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "3895", + "amount": "15.7425", + "parsedAmount": "15742500000000000000" + }, + { + "gotchiId": "3898", + "amount": "21.2375", + "parsedAmount": "21237500000000000000" + }, + { + "gotchiId": "3899", + "amount": "21.560000000000002", + "parsedAmount": "21560000000000002000" + }, + { + "gotchiId": "3900", + "amount": "27.6275", + "parsedAmount": "27627500000000000000" + }, + { + "gotchiId": "3905", + "amount": "22.757500000000004", + "parsedAmount": "22757500000000004000" + }, + { + "gotchiId": "3907", + "amount": "22.9375", + "parsedAmount": "22937500000000000000" + }, + { + "gotchiId": "3908", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "3914", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "3917", + "amount": "32.5975", + "parsedAmount": "32597500000000000000" + }, + { + "gotchiId": "3922", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "3924", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3925", + "amount": "12.765", + "parsedAmount": "12765000000000000000" + }, + { + "gotchiId": "3928", + "amount": "32.46", + "parsedAmount": "32460000000000000000" + }, + { + "gotchiId": "3929", + "amount": "67.4825", + "parsedAmount": "67482500000000000000" + }, + { + "gotchiId": "3931", + "amount": "126.4775", + "parsedAmount": "126477500000000000000" + }, + { + "gotchiId": "3932", + "amount": "72.3175", + "parsedAmount": "72317500000000000000" + }, + { + "gotchiId": "3933", + "amount": "64.3375", + "parsedAmount": "64337500000000000000" + }, + { + "gotchiId": "3934", + "amount": "89.58", + "parsedAmount": "89580000000000000000" + }, + { + "gotchiId": "3935", + "amount": "115.27999999999999", + "parsedAmount": "115279999999999990000" + }, + { + "gotchiId": "3936", + "amount": "6.6025", + "parsedAmount": "6602500000000000000" + }, + { + "gotchiId": "3938", + "amount": "68.0875", + "parsedAmount": "68087500000000000000" + }, + { + "gotchiId": "3939", + "amount": "57.095", + "parsedAmount": "57095000000000000000" + }, + { + "gotchiId": "3942", + "amount": "103.9175", + "parsedAmount": "103917500000000000000" + }, + { + "gotchiId": "3946", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "3948", + "amount": "81.6575", + "parsedAmount": "81657500000000000000" + }, + { + "gotchiId": "3949", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "3952", + "amount": "6.345", + "parsedAmount": "6345000000000000000" + }, + { + "gotchiId": "3954", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "3955", + "amount": "9.535", + "parsedAmount": "9535000000000000000" + }, + { + "gotchiId": "3958", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "3959", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "3961", + "amount": "10.925", + "parsedAmount": "10925000000000000000" + }, + { + "gotchiId": "3962", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "3963", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "3964", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "3965", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "3966", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "3967", + "amount": "42.650000000000006", + "parsedAmount": "42650000000000006000" + }, + { + "gotchiId": "3968", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "3969", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "3970", + "amount": "6.6925", + "parsedAmount": "6692500000000000000" + }, + { + "gotchiId": "3971", + "amount": "34.155", + "parsedAmount": "34155000000000000000" + }, + { + "gotchiId": "3972", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "3973", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "3974", + "amount": "39.955", + "parsedAmount": "39955000000000000000" + }, + { + "gotchiId": "3975", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "3976", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "3977", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "3978", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "3979", + "amount": "10.3175", + "parsedAmount": "10317500000000000000" + }, + { + "gotchiId": "3980", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "3981", + "amount": "25.21", + "parsedAmount": "25210000000000000000" + }, + { + "gotchiId": "3982", + "amount": "11.615", + "parsedAmount": "11615000000000000000" + }, + { + "gotchiId": "3983", + "amount": "16.8175", + "parsedAmount": "16817500000000000000" + }, + { + "gotchiId": "3984", + "amount": "6.065", + "parsedAmount": "6065000000000000000" + }, + { + "gotchiId": "3985", + "amount": "20.497500000000002", + "parsedAmount": "20497500000000002000" + }, + { + "gotchiId": "3986", + "amount": "80.1825", + "parsedAmount": "80182500000000000000" + }, + { + "gotchiId": "3987", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "3989", + "amount": "52.04", + "parsedAmount": "52040000000000000000" + }, + { + "gotchiId": "3991", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "3992", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "3993", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "3997", + "amount": "70.8975", + "parsedAmount": "70897500000000000000" + }, + { + "gotchiId": "3998", + "amount": "50.2825", + "parsedAmount": "50282500000000000000" + }, + { + "gotchiId": "3999", + "amount": "61.6975", + "parsedAmount": "61697500000000000000" + }, + { + "gotchiId": "4003", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "4005", + "amount": "51.06", + "parsedAmount": "51060000000000000000" + }, + { + "gotchiId": "4006", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "4013", + "amount": "12.575", + "parsedAmount": "12575000000000000000" + }, + { + "gotchiId": "4020", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "4021", + "amount": "30.2325", + "parsedAmount": "30232500000000000000" + }, + { + "gotchiId": "4025", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "4026", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "4028", + "amount": "17.8825", + "parsedAmount": "17882500000000000000" + }, + { + "gotchiId": "4030", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "4032", + "amount": "15.195", + "parsedAmount": "15195000000000000000" + }, + { + "gotchiId": "4033", + "amount": "8.0575", + "parsedAmount": "8057500000000000000" + }, + { + "gotchiId": "4034", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "4036", + "amount": "5.37", + "parsedAmount": "5370000000000000000" + }, + { + "gotchiId": "4038", + "amount": "41.5725", + "parsedAmount": "41572500000000000000" + }, + { + "gotchiId": "4040", + "amount": "13.58", + "parsedAmount": "13580000000000000000" + }, + { + "gotchiId": "4041", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "4044", + "amount": "21.195", + "parsedAmount": "21195000000000000000" + }, + { + "gotchiId": "4047", + "amount": "9.7675", + "parsedAmount": "9767500000000000000" + }, + { + "gotchiId": "4048", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "4050", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "4051", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "4052", + "amount": "12.08", + "parsedAmount": "12080000000000000000" + }, + { + "gotchiId": "4055", + "amount": "24.044999999999998", + "parsedAmount": "24044999999999998000" + }, + { + "gotchiId": "4057", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "4058", + "amount": "16.6275", + "parsedAmount": "16627500000000000000" + }, + { + "gotchiId": "4059", + "amount": "21.905", + "parsedAmount": "21905000000000000000" + }, + { + "gotchiId": "4060", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "4061", + "amount": "11.505", + "parsedAmount": "11505000000000000000" + }, + { + "gotchiId": "4062", + "amount": "11.052499999999998", + "parsedAmount": "11052499999999998000" + }, + { + "gotchiId": "4064", + "amount": "32.83", + "parsedAmount": "32830000000000000000" + }, + { + "gotchiId": "4067", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "4068", + "amount": "12.942499999999999", + "parsedAmount": "12942499999999999000" + }, + { + "gotchiId": "4069", + "amount": "38.975", + "parsedAmount": "38975000000000000000" + }, + { + "gotchiId": "4070", + "amount": "4.6525", + "parsedAmount": "4652500000000000000" + }, + { + "gotchiId": "4071", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "4072", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "4076", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "4078", + "amount": "17.6125", + "parsedAmount": "17612500000000000000" + }, + { + "gotchiId": "4079", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "4081", + "amount": "13.21", + "parsedAmount": "13210000000000000000" + }, + { + "gotchiId": "4082", + "amount": "15.875", + "parsedAmount": "15875000000000000000" + }, + { + "gotchiId": "4083", + "amount": "73.1275", + "parsedAmount": "73127500000000000000" + }, + { + "gotchiId": "4090", + "amount": "160.18249999999998", + "parsedAmount": "160182499999999980000" + }, + { + "gotchiId": "4091", + "amount": "8.3575", + "parsedAmount": "8357500000000000000" + }, + { + "gotchiId": "4092", + "amount": "19.61", + "parsedAmount": "19610000000000000000" + }, + { + "gotchiId": "4095", + "amount": "39.1", + "parsedAmount": "39100000000000000000" + }, + { + "gotchiId": "4097", + "amount": "9.6375", + "parsedAmount": "9637500000000000000" + }, + { + "gotchiId": "4100", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "4101", + "amount": "14.39", + "parsedAmount": "14390000000000000000" + }, + { + "gotchiId": "4102", + "amount": "55.1575", + "parsedAmount": "55157500000000000000" + }, + { + "gotchiId": "4103", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "4104", + "amount": "12.407499999999999", + "parsedAmount": "12407499999999999000" + }, + { + "gotchiId": "4106", + "amount": "31.92", + "parsedAmount": "31920000000000000000" + }, + { + "gotchiId": "4107", + "amount": "23.6325", + "parsedAmount": "23632500000000000000" + }, + { + "gotchiId": "4109", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "4111", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "4112", + "amount": "31.465", + "parsedAmount": "31465000000000000000" + }, + { + "gotchiId": "4113", + "amount": "6.16", + "parsedAmount": "6160000000000000000" + }, + { + "gotchiId": "4115", + "amount": "26.81", + "parsedAmount": "26810000000000000000" + }, + { + "gotchiId": "4117", + "amount": "24.4025", + "parsedAmount": "24402500000000000000" + }, + { + "gotchiId": "4119", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "4120", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "4121", + "amount": "11.6375", + "parsedAmount": "11637500000000000000" + }, + { + "gotchiId": "4122", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "4124", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "4125", + "amount": "53.315000000000005", + "parsedAmount": "53315000000000005000" + }, + { + "gotchiId": "4127", + "amount": "14.0675", + "parsedAmount": "14067500000000000000" + }, + { + "gotchiId": "4128", + "amount": "2.5275", + "parsedAmount": "2527500000000000000" + }, + { + "gotchiId": "4129", + "amount": "8.8025", + "parsedAmount": "8802500000000000000" + }, + { + "gotchiId": "4130", + "amount": "16.310000000000002", + "parsedAmount": "16310000000000002000" + }, + { + "gotchiId": "4131", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "4134", + "amount": "5.755000000000001", + "parsedAmount": "5755000000000001000" + }, + { + "gotchiId": "4141", + "amount": "2.3525", + "parsedAmount": "2352500000000000000" + }, + { + "gotchiId": "4142", + "amount": "17.560000000000002", + "parsedAmount": "17560000000000002000" + }, + { + "gotchiId": "4143", + "amount": "13.415", + "parsedAmount": "13415000000000000000" + }, + { + "gotchiId": "4144", + "amount": "35.222500000000004", + "parsedAmount": "35222500000000004000" + }, + { + "gotchiId": "4146", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "4147", + "amount": "6.422499999999999", + "parsedAmount": "6422499999999999000" + }, + { + "gotchiId": "4148", + "amount": "6.550000000000001", + "parsedAmount": "6550000000000001000" + }, + { + "gotchiId": "4150", + "amount": "26.685", + "parsedAmount": "26685000000000000000" + }, + { + "gotchiId": "4154", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "4156", + "amount": "42.72", + "parsedAmount": "42720000000000000000" + }, + { + "gotchiId": "4159", + "amount": "9.5925", + "parsedAmount": "9592500000000000000" + }, + { + "gotchiId": "4163", + "amount": "11.88", + "parsedAmount": "11880000000000000000" + }, + { + "gotchiId": "4164", + "amount": "18.09", + "parsedAmount": "18090000000000000000" + }, + { + "gotchiId": "4165", + "amount": "37.9575", + "parsedAmount": "37957500000000000000" + }, + { + "gotchiId": "4166", + "amount": "17.355", + "parsedAmount": "17355000000000000000" + }, + { + "gotchiId": "4167", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "4168", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "4170", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "4174", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "4175", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "4180", + "amount": "8.685", + "parsedAmount": "8685000000000000000" + }, + { + "gotchiId": "4182", + "amount": "33.48", + "parsedAmount": "33480000000000000000" + }, + { + "gotchiId": "4186", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "4187", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "4190", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "4192", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "4196", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "4197", + "amount": "15.612499999999999", + "parsedAmount": "15612499999999999000" + }, + { + "gotchiId": "4200", + "amount": "5.425", + "parsedAmount": "5425000000000000000" + }, + { + "gotchiId": "4206", + "amount": "4.7875", + "parsedAmount": "4787500000000000000" + }, + { + "gotchiId": "4211", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "4214", + "amount": "9.51", + "parsedAmount": "9510000000000000000" + }, + { + "gotchiId": "4215", + "amount": "150.9625", + "parsedAmount": "150962500000000000000" + }, + { + "gotchiId": "4216", + "amount": "13.1175", + "parsedAmount": "13117500000000000000" + }, + { + "gotchiId": "4217", + "amount": "7.5649999999999995", + "parsedAmount": "7564999999999999500" + }, + { + "gotchiId": "4218", + "amount": "12.837499999999999", + "parsedAmount": "12837499999999999000" + }, + { + "gotchiId": "4221", + "amount": "16.3675", + "parsedAmount": "16367500000000000000" + }, + { + "gotchiId": "4223", + "amount": "6.405", + "parsedAmount": "6405000000000000000" + }, + { + "gotchiId": "4228", + "amount": "41.1175", + "parsedAmount": "41117500000000000000" + }, + { + "gotchiId": "4230", + "amount": "110.1925", + "parsedAmount": "110192500000000000000" + }, + { + "gotchiId": "4231", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "4232", + "amount": "127.82", + "parsedAmount": "127820000000000000000" + }, + { + "gotchiId": "4233", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "4236", + "amount": "11.1375", + "parsedAmount": "11137500000000000000" + }, + { + "gotchiId": "4237", + "amount": "13.287499999999998", + "parsedAmount": "13287499999999998000" + }, + { + "gotchiId": "4238", + "amount": "28.752499999999998", + "parsedAmount": "28752499999999998000" + }, + { + "gotchiId": "4239", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "4240", + "amount": "16.814999999999998", + "parsedAmount": "16814999999999998000" + }, + { + "gotchiId": "4243", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "4248", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "4249", + "amount": "17.025", + "parsedAmount": "17025000000000000000" + }, + { + "gotchiId": "4251", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "4263", + "amount": "54.2675", + "parsedAmount": "54267500000000000000" + }, + { + "gotchiId": "4264", + "amount": "4.65", + "parsedAmount": "4650000000000000000" + }, + { + "gotchiId": "4266", + "amount": "30.91", + "parsedAmount": "30910000000000000000" + }, + { + "gotchiId": "4271", + "amount": "228.1575", + "parsedAmount": "228157500000000000000" + }, + { + "gotchiId": "4272", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "4273", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "4274", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "4277", + "amount": "13.034999999999998", + "parsedAmount": "13034999999999998000" + }, + { + "gotchiId": "4278", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "4280", + "amount": "21.4", + "parsedAmount": "21400000000000000000" + }, + { + "gotchiId": "4282", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "4283", + "amount": "28.5225", + "parsedAmount": "28522500000000000000" + }, + { + "gotchiId": "4285", + "amount": "420.565", + "parsedAmount": "420565000000000000000" + }, + { + "gotchiId": "4286", + "amount": "12.762500000000001", + "parsedAmount": "12762500000000001000" + }, + { + "gotchiId": "4291", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "4292", + "amount": "6.41", + "parsedAmount": "6410000000000000000" + }, + { + "gotchiId": "4293", + "amount": "5.515", + "parsedAmount": "5515000000000000000" + }, + { + "gotchiId": "4294", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "4297", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "4298", + "amount": "71.3625", + "parsedAmount": "71362500000000000000" + }, + { + "gotchiId": "4300", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "4301", + "amount": "155.4475", + "parsedAmount": "155447500000000000000" + }, + { + "gotchiId": "4302", + "amount": "157.44250000000002", + "parsedAmount": "157442500000000020000" + }, + { + "gotchiId": "4309", + "amount": "9.97", + "parsedAmount": "9970000000000000000" + }, + { + "gotchiId": "4310", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "4311", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "4315", + "amount": "6.057499999999999", + "parsedAmount": "6057499999999999000" + }, + { + "gotchiId": "4317", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "4320", + "amount": "16.8975", + "parsedAmount": "16897500000000000000" + }, + { + "gotchiId": "4321", + "amount": "29.09", + "parsedAmount": "29090000000000000000" + }, + { + "gotchiId": "4322", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "4323", + "amount": "29.025", + "parsedAmount": "29025000000000000000" + }, + { + "gotchiId": "4324", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "4326", + "amount": "11.567499999999999", + "parsedAmount": "11567499999999999000" + }, + { + "gotchiId": "4333", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "4334", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "4336", + "amount": "5.762499999999999", + "parsedAmount": "5762499999999999000" + }, + { + "gotchiId": "4343", + "amount": "4.69", + "parsedAmount": "4690000000000000000" + }, + { + "gotchiId": "4344", + "amount": "19.067499999999995", + "parsedAmount": "19067499999999995000" + }, + { + "gotchiId": "4348", + "amount": "34.275", + "parsedAmount": "34275000000000000000" + }, + { + "gotchiId": "4349", + "amount": "28.4175", + "parsedAmount": "28417500000000000000" + }, + { + "gotchiId": "4350", + "amount": "753.7475", + "parsedAmount": "753747500000000000000" + }, + { + "gotchiId": "4351", + "amount": "29.7975", + "parsedAmount": "29797500000000000000" + }, + { + "gotchiId": "4352", + "amount": "28.8325", + "parsedAmount": "28832500000000000000" + }, + { + "gotchiId": "4355", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "4356", + "amount": "12.16", + "parsedAmount": "12160000000000000000" + }, + { + "gotchiId": "4358", + "amount": "2.45", + "parsedAmount": "2450000000000000000" + }, + { + "gotchiId": "4359", + "amount": "11.77", + "parsedAmount": "11770000000000000000" + }, + { + "gotchiId": "4363", + "amount": "20.65", + "parsedAmount": "20650000000000000000" + }, + { + "gotchiId": "4365", + "amount": "26.41", + "parsedAmount": "26410000000000000000" + }, + { + "gotchiId": "4366", + "amount": "20.9375", + "parsedAmount": "20937500000000000000" + }, + { + "gotchiId": "4367", + "amount": "35.0325", + "parsedAmount": "35032500000000000000" + }, + { + "gotchiId": "4368", + "amount": "40.807500000000005", + "parsedAmount": "40807500000000005000" + }, + { + "gotchiId": "4369", + "amount": "24.650000000000002", + "parsedAmount": "24650000000000002000" + }, + { + "gotchiId": "4370", + "amount": "26.605", + "parsedAmount": "26605000000000000000" + }, + { + "gotchiId": "4371", + "amount": "24.9725", + "parsedAmount": "24972500000000000000" + }, + { + "gotchiId": "4372", + "amount": "74.32750000000001", + "parsedAmount": "74327500000000010000" + }, + { + "gotchiId": "4373", + "amount": "21.0425", + "parsedAmount": "21042500000000000000" + }, + { + "gotchiId": "4374", + "amount": "27.3575", + "parsedAmount": "27357500000000000000" + }, + { + "gotchiId": "4375", + "amount": "33.3775", + "parsedAmount": "33377500000000000000" + }, + { + "gotchiId": "4376", + "amount": "20.857499999999998", + "parsedAmount": "20857499999999998000" + }, + { + "gotchiId": "4377", + "amount": "20.994999999999997", + "parsedAmount": "20994999999999997000" + }, + { + "gotchiId": "4378", + "amount": "20.9725", + "parsedAmount": "20972500000000000000" + }, + { + "gotchiId": "4379", + "amount": "21.097499999999997", + "parsedAmount": "21097499999999997000" + }, + { + "gotchiId": "4387", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "4391", + "amount": "26.085", + "parsedAmount": "26085000000000000000" + }, + { + "gotchiId": "4392", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "4394", + "amount": "22.615000000000002", + "parsedAmount": "22615000000000002000" + }, + { + "gotchiId": "4395", + "amount": "10.4475", + "parsedAmount": "10447500000000000000" + }, + { + "gotchiId": "4396", + "amount": "12.377500000000001", + "parsedAmount": "12377500000000001000" + }, + { + "gotchiId": "4397", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "4404", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "4405", + "amount": "127.815", + "parsedAmount": "127815000000000000000" + }, + { + "gotchiId": "4406", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "4410", + "amount": "15.51", + "parsedAmount": "15510000000000000000" + }, + { + "gotchiId": "4411", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "4412", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "4414", + "amount": "26.8725", + "parsedAmount": "26872500000000000000" + }, + { + "gotchiId": "4416", + "amount": "17.46", + "parsedAmount": "17460000000000000000" + }, + { + "gotchiId": "4417", + "amount": "26.0575", + "parsedAmount": "26057500000000000000" + }, + { + "gotchiId": "4419", + "amount": "31.855", + "parsedAmount": "31855000000000000000" + }, + { + "gotchiId": "4421", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "4422", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "4424", + "amount": "26.689999999999998", + "parsedAmount": "26689999999999998000" + }, + { + "gotchiId": "4426", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "4429", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "4431", + "amount": "15.315000000000001", + "parsedAmount": "15315000000000001000" + }, + { + "gotchiId": "4433", + "amount": "33.237500000000004", + "parsedAmount": "33237500000000004000" + }, + { + "gotchiId": "4434", + "amount": "16.115000000000002", + "parsedAmount": "16115000000000002000" + }, + { + "gotchiId": "4435", + "amount": "8.36", + "parsedAmount": "8360000000000000000" + }, + { + "gotchiId": "4436", + "amount": "90.19250000000001", + "parsedAmount": "90192500000000010000" + }, + { + "gotchiId": "4438", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "4441", + "amount": "201.2525", + "parsedAmount": "201252500000000000000" + }, + { + "gotchiId": "4444", + "amount": "29.8125", + "parsedAmount": "29812500000000000000" + }, + { + "gotchiId": "4446", + "amount": "26.2275", + "parsedAmount": "26227500000000000000" + }, + { + "gotchiId": "4449", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "4450", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "4452", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "4453", + "amount": "18.73", + "parsedAmount": "18730000000000000000" + }, + { + "gotchiId": "4456", + "amount": "8.092500000000001", + "parsedAmount": "8092500000000001000" + }, + { + "gotchiId": "4458", + "amount": "14.522499999999999", + "parsedAmount": "14522499999999999000" + }, + { + "gotchiId": "4461", + "amount": "16.35", + "parsedAmount": "16350000000000000000" + }, + { + "gotchiId": "4462", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "4464", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "4465", + "amount": "48.5875", + "parsedAmount": "48587500000000000000" + }, + { + "gotchiId": "4467", + "amount": "46.175", + "parsedAmount": "46175000000000000000" + }, + { + "gotchiId": "4468", + "amount": "26.5275", + "parsedAmount": "26527500000000000000" + }, + { + "gotchiId": "4469", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "4470", + "amount": "15.2925", + "parsedAmount": "15292500000000000000" + }, + { + "gotchiId": "4471", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "4472", + "amount": "10.870000000000001", + "parsedAmount": "10870000000000001000" + }, + { + "gotchiId": "4473", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "4475", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "4476", + "amount": "27.527499999999996", + "parsedAmount": "27527499999999996000" + }, + { + "gotchiId": "4478", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "4479", + "amount": "585.77", + "parsedAmount": "585770000000000000000" + }, + { + "gotchiId": "4480", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "4481", + "amount": "59.7025", + "parsedAmount": "59702500000000000000" + }, + { + "gotchiId": "4483", + "amount": "17.4825", + "parsedAmount": "17482500000000000000" + }, + { + "gotchiId": "4485", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "4486", + "amount": "51.46000000000001", + "parsedAmount": "51460000000000010000" + }, + { + "gotchiId": "4487", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "4488", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "4489", + "amount": "115.97749999999999", + "parsedAmount": "115977499999999990000" + }, + { + "gotchiId": "4495", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "4497", + "amount": "15.0075", + "parsedAmount": "15007500000000000000" + }, + { + "gotchiId": "4501", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "4503", + "amount": "55.3825", + "parsedAmount": "55382500000000000000" + }, + { + "gotchiId": "4504", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "4505", + "amount": "17.1", + "parsedAmount": "17100000000000000000" + }, + { + "gotchiId": "4506", + "amount": "10.1775", + "parsedAmount": "10177500000000000000" + }, + { + "gotchiId": "4509", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "4510", + "amount": "19.1375", + "parsedAmount": "19137500000000000000" + }, + { + "gotchiId": "4517", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "4518", + "amount": "482.105", + "parsedAmount": "482105000000000000000" + }, + { + "gotchiId": "4519", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "4521", + "amount": "24.1025", + "parsedAmount": "24102500000000000000" + }, + { + "gotchiId": "4524", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "4527", + "amount": "22.39", + "parsedAmount": "22390000000000000000" + }, + { + "gotchiId": "4531", + "amount": "19.6775", + "parsedAmount": "19677500000000000000" + }, + { + "gotchiId": "4533", + "amount": "11.0875", + "parsedAmount": "11087500000000000000" + }, + { + "gotchiId": "4534", + "amount": "314.3775", + "parsedAmount": "314377500000000000000" + }, + { + "gotchiId": "4536", + "amount": "18.1825", + "parsedAmount": "18182500000000000000" + }, + { + "gotchiId": "4539", + "amount": "7.257499999999999", + "parsedAmount": "7257499999999999000" + }, + { + "gotchiId": "4540", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "4542", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "4550", + "amount": "7.202500000000001", + "parsedAmount": "7202500000000001000" + }, + { + "gotchiId": "4551", + "amount": "21.7875", + "parsedAmount": "21787500000000000000" + }, + { + "gotchiId": "4556", + "amount": "11.4925", + "parsedAmount": "11492500000000000000" + } + ], + "totalAmount": "13472320000000000016000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952523, + "gasUsed": "9864557" + }, + { + "batchIndex": 4, + "transactionHash": "0xcfb4440480b2df7d5dbba977771c573ed6cce03ae93067adf5bb1eb65c13c01d", + "timestamp": "2025-09-24T06:13:14.898Z", + "gotchiRewards": [ + { + "gotchiId": "4560", + "amount": "77.7775", + "parsedAmount": "77777500000000000000" + }, + { + "gotchiId": "4561", + "amount": "269.425", + "parsedAmount": "269425000000000000000" + }, + { + "gotchiId": "4564", + "amount": "288.29999999999995", + "parsedAmount": "288299999999999950000" + }, + { + "gotchiId": "4566", + "amount": "428.54", + "parsedAmount": "428540000000000000000" + }, + { + "gotchiId": "4567", + "amount": "298.37249999999995", + "parsedAmount": "298372499999999950000" + }, + { + "gotchiId": "4568", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "4581", + "amount": "157.23", + "parsedAmount": "157230000000000000000" + }, + { + "gotchiId": "4589", + "amount": "58.862500000000004", + "parsedAmount": "58862500000000004000" + }, + { + "gotchiId": "4590", + "amount": "10.115", + "parsedAmount": "10115000000000000000" + }, + { + "gotchiId": "4591", + "amount": "32.269999999999996", + "parsedAmount": "32269999999999996000" + }, + { + "gotchiId": "4592", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "4595", + "amount": "30.85", + "parsedAmount": "30850000000000000000" + }, + { + "gotchiId": "4597", + "amount": "13.5475", + "parsedAmount": "13547500000000000000" + }, + { + "gotchiId": "4598", + "amount": "26.8975", + "parsedAmount": "26897500000000000000" + }, + { + "gotchiId": "4599", + "amount": "14.887500000000001", + "parsedAmount": "14887500000000001000" + }, + { + "gotchiId": "4607", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "4608", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "4612", + "amount": "13.272499999999999", + "parsedAmount": "13272499999999999000" + }, + { + "gotchiId": "4613", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "4614", + "amount": "5.779999999999999", + "parsedAmount": "5779999999999999000" + }, + { + "gotchiId": "4616", + "amount": "260.76", + "parsedAmount": "260760000000000000000" + }, + { + "gotchiId": "4617", + "amount": "16.1525", + "parsedAmount": "16152500000000000000" + }, + { + "gotchiId": "4620", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "4621", + "amount": "16.8075", + "parsedAmount": "16807500000000000000" + }, + { + "gotchiId": "4622", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "4624", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "4628", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "4630", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "4634", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "4636", + "amount": "46.93", + "parsedAmount": "46930000000000000000" + }, + { + "gotchiId": "4639", + "amount": "70.095", + "parsedAmount": "70095000000000000000" + }, + { + "gotchiId": "4640", + "amount": "72.3775", + "parsedAmount": "72377500000000000000" + }, + { + "gotchiId": "4642", + "amount": "8.54", + "parsedAmount": "8540000000000000000" + }, + { + "gotchiId": "4646", + "amount": "8.692499999999999", + "parsedAmount": "8692499999999999000" + }, + { + "gotchiId": "4649", + "amount": "8.4125", + "parsedAmount": "8412500000000000000" + }, + { + "gotchiId": "4650", + "amount": "149.78750000000002", + "parsedAmount": "149787500000000020000" + }, + { + "gotchiId": "4651", + "amount": "19.897499999999997", + "parsedAmount": "19897499999999997000" + }, + { + "gotchiId": "4652", + "amount": "14.9475", + "parsedAmount": "14947500000000000000" + }, + { + "gotchiId": "4660", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "4662", + "amount": "12.2025", + "parsedAmount": "12202500000000000000" + }, + { + "gotchiId": "4663", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "4665", + "amount": "11.2625", + "parsedAmount": "11262500000000000000" + }, + { + "gotchiId": "4669", + "amount": "16.06", + "parsedAmount": "16060000000000000000" + }, + { + "gotchiId": "4670", + "amount": "60.957499999999996", + "parsedAmount": "60957499999999996000" + }, + { + "gotchiId": "4673", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "4675", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "4676", + "amount": "7.655", + "parsedAmount": "7655000000000000000" + }, + { + "gotchiId": "4677", + "amount": "206.7825", + "parsedAmount": "206782500000000000000" + }, + { + "gotchiId": "4678", + "amount": "37.6275", + "parsedAmount": "37627500000000000000" + }, + { + "gotchiId": "4679", + "amount": "195.915", + "parsedAmount": "195915000000000000000" + }, + { + "gotchiId": "4680", + "amount": "190.985", + "parsedAmount": "190985000000000000000" + }, + { + "gotchiId": "4681", + "amount": "186.3425", + "parsedAmount": "186342500000000000000" + }, + { + "gotchiId": "4682", + "amount": "223.13500000000002", + "parsedAmount": "223135000000000020000" + }, + { + "gotchiId": "4683", + "amount": "201.175", + "parsedAmount": "201175000000000000000" + }, + { + "gotchiId": "4684", + "amount": "177.74249999999998", + "parsedAmount": "177742499999999980000" + }, + { + "gotchiId": "4685", + "amount": "81.72250000000001", + "parsedAmount": "81722500000000010000" + }, + { + "gotchiId": "4689", + "amount": "17.0775", + "parsedAmount": "17077500000000000000" + }, + { + "gotchiId": "4690", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "4691", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "4692", + "amount": "22.785", + "parsedAmount": "22785000000000000000" + }, + { + "gotchiId": "4693", + "amount": "104.1675", + "parsedAmount": "104167500000000000000" + }, + { + "gotchiId": "4694", + "amount": "11.34", + "parsedAmount": "11340000000000000000" + }, + { + "gotchiId": "4695", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "4696", + "amount": "26.8125", + "parsedAmount": "26812500000000000000" + }, + { + "gotchiId": "4698", + "amount": "7.3075", + "parsedAmount": "7307500000000000000" + }, + { + "gotchiId": "4700", + "amount": "65.4475", + "parsedAmount": "65447500000000000000" + }, + { + "gotchiId": "4701", + "amount": "73.1625", + "parsedAmount": "73162500000000000000" + }, + { + "gotchiId": "4702", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "4703", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "4706", + "amount": "11.817499999999999", + "parsedAmount": "11817499999999999000" + }, + { + "gotchiId": "4707", + "amount": "6.5375", + "parsedAmount": "6537500000000000000" + }, + { + "gotchiId": "4708", + "amount": "18.2175", + "parsedAmount": "18217500000000000000" + }, + { + "gotchiId": "4709", + "amount": "6.61", + "parsedAmount": "6610000000000000000" + }, + { + "gotchiId": "4710", + "amount": "13.8125", + "parsedAmount": "13812500000000000000" + }, + { + "gotchiId": "4711", + "amount": "11.055", + "parsedAmount": "11055000000000000000" + }, + { + "gotchiId": "4713", + "amount": "14.32", + "parsedAmount": "14320000000000000000" + }, + { + "gotchiId": "4714", + "amount": "25.884999999999998", + "parsedAmount": "25884999999999998000" + }, + { + "gotchiId": "4715", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "4716", + "amount": "6.6325", + "parsedAmount": "6632500000000000000" + }, + { + "gotchiId": "4717", + "amount": "6.6275", + "parsedAmount": "6627500000000000000" + }, + { + "gotchiId": "4718", + "amount": "11.2", + "parsedAmount": "11200000000000000000" + }, + { + "gotchiId": "4720", + "amount": "34.692499999999995", + "parsedAmount": "34692499999999995000" + }, + { + "gotchiId": "4721", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "4722", + "amount": "18.8975", + "parsedAmount": "18897500000000000000" + }, + { + "gotchiId": "4723", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "4724", + "amount": "6.095", + "parsedAmount": "6095000000000000000" + }, + { + "gotchiId": "4727", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "4728", + "amount": "21.544999999999998", + "parsedAmount": "21544999999999998000" + }, + { + "gotchiId": "4729", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "4732", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "4733", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "4735", + "amount": "37.97", + "parsedAmount": "37970000000000000000" + }, + { + "gotchiId": "4738", + "amount": "12.4425", + "parsedAmount": "12442500000000000000" + }, + { + "gotchiId": "4739", + "amount": "8.885", + "parsedAmount": "8885000000000000000" + }, + { + "gotchiId": "4740", + "amount": "94.18249999999999", + "parsedAmount": "94182499999999990000" + }, + { + "gotchiId": "4742", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "4743", + "amount": "34.3775", + "parsedAmount": "34377500000000000000" + }, + { + "gotchiId": "4744", + "amount": "4.9325", + "parsedAmount": "4932500000000000000" + }, + { + "gotchiId": "4745", + "amount": "4.92", + "parsedAmount": "4920000000000000000" + }, + { + "gotchiId": "4747", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "4749", + "amount": "83.71", + "parsedAmount": "83710000000000000000" + }, + { + "gotchiId": "4750", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "4751", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "4753", + "amount": "27.095", + "parsedAmount": "27095000000000000000" + }, + { + "gotchiId": "4754", + "amount": "20.58", + "parsedAmount": "20580000000000000000" + }, + { + "gotchiId": "4756", + "amount": "40.21", + "parsedAmount": "40210000000000000000" + }, + { + "gotchiId": "4763", + "amount": "11.3725", + "parsedAmount": "11372500000000000000" + }, + { + "gotchiId": "4764", + "amount": "70.245", + "parsedAmount": "70245000000000000000" + }, + { + "gotchiId": "4765", + "amount": "27.8125", + "parsedAmount": "27812500000000000000" + }, + { + "gotchiId": "4777", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "4778", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "4783", + "amount": "18.36", + "parsedAmount": "18360000000000000000" + }, + { + "gotchiId": "4784", + "amount": "6.095", + "parsedAmount": "6095000000000000000" + }, + { + "gotchiId": "4786", + "amount": "21.35", + "parsedAmount": "21350000000000000000" + }, + { + "gotchiId": "4789", + "amount": "111.255", + "parsedAmount": "111255000000000000000" + }, + { + "gotchiId": "4790", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "4791", + "amount": "10.9175", + "parsedAmount": "10917500000000000000" + }, + { + "gotchiId": "4793", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "4794", + "amount": "95.2275", + "parsedAmount": "95227500000000000000" + }, + { + "gotchiId": "4795", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "4797", + "amount": "21.58", + "parsedAmount": "21580000000000000000" + }, + { + "gotchiId": "4798", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "4799", + "amount": "26.4825", + "parsedAmount": "26482500000000000000" + }, + { + "gotchiId": "4802", + "amount": "28.6925", + "parsedAmount": "28692500000000000000" + }, + { + "gotchiId": "4803", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "4806", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "4807", + "amount": "18.377499999999998", + "parsedAmount": "18377499999999998000" + }, + { + "gotchiId": "4809", + "amount": "50.36750000000001", + "parsedAmount": "50367500000000010000" + }, + { + "gotchiId": "4810", + "amount": "40.5", + "parsedAmount": "40500000000000000000" + }, + { + "gotchiId": "4813", + "amount": "31.995", + "parsedAmount": "31995000000000000000" + }, + { + "gotchiId": "4814", + "amount": "34.355", + "parsedAmount": "34355000000000000000" + }, + { + "gotchiId": "4816", + "amount": "35.425000000000004", + "parsedAmount": "35425000000000004000" + }, + { + "gotchiId": "4817", + "amount": "33.7575", + "parsedAmount": "33757500000000000000" + }, + { + "gotchiId": "4820", + "amount": "626.9525", + "parsedAmount": "626952500000000000000" + }, + { + "gotchiId": "4827", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "4828", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "4834", + "amount": "21.9225", + "parsedAmount": "21922500000000000000" + }, + { + "gotchiId": "4836", + "amount": "7.54", + "parsedAmount": "7540000000000000000" + }, + { + "gotchiId": "4837", + "amount": "37.8725", + "parsedAmount": "37872500000000000000" + }, + { + "gotchiId": "4838", + "amount": "26.485000000000003", + "parsedAmount": "26485000000000003000" + }, + { + "gotchiId": "4839", + "amount": "18.36", + "parsedAmount": "18360000000000000000" + }, + { + "gotchiId": "4840", + "amount": "6.845000000000001", + "parsedAmount": "6845000000000001000" + }, + { + "gotchiId": "4841", + "amount": "6.952500000000001", + "parsedAmount": "6952500000000001000" + }, + { + "gotchiId": "4842", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "4844", + "amount": "10.040000000000001", + "parsedAmount": "10040000000000001000" + }, + { + "gotchiId": "4845", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "4847", + "amount": "16.22", + "parsedAmount": "16220000000000000000" + }, + { + "gotchiId": "4849", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "4850", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "4851", + "amount": "28.0225", + "parsedAmount": "28022500000000000000" + }, + { + "gotchiId": "4856", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "4859", + "amount": "11.3425", + "parsedAmount": "11342500000000000000" + }, + { + "gotchiId": "4860", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "4862", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "4864", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "4866", + "amount": "6.047499999999999", + "parsedAmount": "6047499999999999000" + }, + { + "gotchiId": "4868", + "amount": "12.6525", + "parsedAmount": "12652500000000000000" + }, + { + "gotchiId": "4870", + "amount": "19.655", + "parsedAmount": "19655000000000000000" + }, + { + "gotchiId": "4872", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "4873", + "amount": "3.3175", + "parsedAmount": "3317500000000000000" + }, + { + "gotchiId": "4875", + "amount": "11.280000000000001", + "parsedAmount": "11280000000000001000" + }, + { + "gotchiId": "4877", + "amount": "30.1475", + "parsedAmount": "30147500000000000000" + }, + { + "gotchiId": "4879", + "amount": "23.997500000000002", + "parsedAmount": "23997500000000002000" + }, + { + "gotchiId": "4882", + "amount": "13.594999999999999", + "parsedAmount": "13594999999999999000" + }, + { + "gotchiId": "4883", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "4884", + "amount": "22.935", + "parsedAmount": "22935000000000000000" + }, + { + "gotchiId": "4885", + "amount": "15.815", + "parsedAmount": "15815000000000000000" + }, + { + "gotchiId": "4886", + "amount": "14.7175", + "parsedAmount": "14717500000000000000" + }, + { + "gotchiId": "4888", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "4889", + "amount": "6.95", + "parsedAmount": "6950000000000000000" + }, + { + "gotchiId": "4890", + "amount": "47.769999999999996", + "parsedAmount": "47769999999999996000" + }, + { + "gotchiId": "4892", + "amount": "18.299999999999997", + "parsedAmount": "18299999999999997000" + }, + { + "gotchiId": "4894", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "4895", + "amount": "107.015", + "parsedAmount": "107015000000000000000" + }, + { + "gotchiId": "4896", + "amount": "3.245", + "parsedAmount": "3245000000000000000" + }, + { + "gotchiId": "4899", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "4900", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "4901", + "amount": "2.56", + "parsedAmount": "2560000000000000000" + }, + { + "gotchiId": "4902", + "amount": "10.217500000000001", + "parsedAmount": "10217500000000001000" + }, + { + "gotchiId": "4903", + "amount": "9.6975", + "parsedAmount": "9697500000000000000" + }, + { + "gotchiId": "4906", + "amount": "232.45", + "parsedAmount": "232450000000000000000" + }, + { + "gotchiId": "4907", + "amount": "7.39", + "parsedAmount": "7390000000000000000" + }, + { + "gotchiId": "4913", + "amount": "19.759999999999998", + "parsedAmount": "19759999999999998000" + }, + { + "gotchiId": "4914", + "amount": "31.955", + "parsedAmount": "31955000000000000000" + }, + { + "gotchiId": "4915", + "amount": "25.675", + "parsedAmount": "25675000000000000000" + }, + { + "gotchiId": "4917", + "amount": "22.529999999999998", + "parsedAmount": "22529999999999998000" + }, + { + "gotchiId": "4919", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "4920", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "4921", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "4922", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "4923", + "amount": "4.9525", + "parsedAmount": "4952500000000000000" + }, + { + "gotchiId": "4924", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "4925", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "4926", + "amount": "4.105", + "parsedAmount": "4105000000000000000" + }, + { + "gotchiId": "4927", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "4928", + "amount": "4.4475", + "parsedAmount": "4447500000000000000" + }, + { + "gotchiId": "4929", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "4930", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "4931", + "amount": "8.717500000000001", + "parsedAmount": "8717500000000001000" + }, + { + "gotchiId": "4932", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "4933", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "4937", + "amount": "14.052499999999998", + "parsedAmount": "14052499999999998000" + }, + { + "gotchiId": "4944", + "amount": "57.14", + "parsedAmount": "57140000000000000000" + }, + { + "gotchiId": "4945", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "4948", + "amount": "19.41", + "parsedAmount": "19410000000000000000" + }, + { + "gotchiId": "4955", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "4959", + "amount": "7.8725000000000005", + "parsedAmount": "7872500000000000500" + }, + { + "gotchiId": "4965", + "amount": "6.7175", + "parsedAmount": "6717500000000000000" + }, + { + "gotchiId": "4967", + "amount": "8.317499999999999", + "parsedAmount": "8317499999999999000" + }, + { + "gotchiId": "4968", + "amount": "6.4975", + "parsedAmount": "6497500000000000000" + }, + { + "gotchiId": "4978", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "4981", + "amount": "7.084999999999999", + "parsedAmount": "7084999999999999000" + }, + { + "gotchiId": "4984", + "amount": "26.975", + "parsedAmount": "26975000000000000000" + }, + { + "gotchiId": "4985", + "amount": "38.53", + "parsedAmount": "38530000000000000000" + }, + { + "gotchiId": "4986", + "amount": "10.075", + "parsedAmount": "10075000000000000000" + }, + { + "gotchiId": "4988", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "4990", + "amount": "2.4175", + "parsedAmount": "2417500000000000000" + }, + { + "gotchiId": "4992", + "amount": "64.36999999999999", + "parsedAmount": "64369999999999990000" + }, + { + "gotchiId": "4997", + "amount": "8.51", + "parsedAmount": "8510000000000000000" + }, + { + "gotchiId": "4998", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "4999", + "amount": "14.7225", + "parsedAmount": "14722500000000000000" + }, + { + "gotchiId": "5000", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "5003", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "5004", + "amount": "22.240000000000002", + "parsedAmount": "22240000000000002000" + }, + { + "gotchiId": "5006", + "amount": "7.130000000000001", + "parsedAmount": "7130000000000001000" + }, + { + "gotchiId": "5007", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "5008", + "amount": "11.167499999999999", + "parsedAmount": "11167499999999999000" + }, + { + "gotchiId": "5011", + "amount": "61.1975", + "parsedAmount": "61197500000000000000" + }, + { + "gotchiId": "5012", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "5013", + "amount": "40.05500000000001", + "parsedAmount": "40055000000000010000" + }, + { + "gotchiId": "5016", + "amount": "26.955", + "parsedAmount": "26955000000000000000" + }, + { + "gotchiId": "5017", + "amount": "55.535000000000004", + "parsedAmount": "55535000000000004000" + }, + { + "gotchiId": "5025", + "amount": "17.5825", + "parsedAmount": "17582500000000000000" + }, + { + "gotchiId": "5027", + "amount": "75.92750000000001", + "parsedAmount": "75927500000000010000" + }, + { + "gotchiId": "5028", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "5029", + "amount": "31.625", + "parsedAmount": "31625000000000000000" + }, + { + "gotchiId": "5031", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "5032", + "amount": "17.515", + "parsedAmount": "17515000000000000000" + }, + { + "gotchiId": "5034", + "amount": "27.729999999999997", + "parsedAmount": "27729999999999997000" + }, + { + "gotchiId": "5036", + "amount": "23.1425", + "parsedAmount": "23142500000000000000" + }, + { + "gotchiId": "5040", + "amount": "12.7725", + "parsedAmount": "12772500000000000000" + }, + { + "gotchiId": "5041", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "5048", + "amount": "19.13", + "parsedAmount": "19130000000000000000" + }, + { + "gotchiId": "5052", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "5053", + "amount": "10.139999999999999", + "parsedAmount": "10139999999999999000" + }, + { + "gotchiId": "5061", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "5063", + "amount": "15.0025", + "parsedAmount": "15002500000000000000" + }, + { + "gotchiId": "5065", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "5066", + "amount": "7.6899999999999995", + "parsedAmount": "7689999999999999500" + }, + { + "gotchiId": "5069", + "amount": "16.0025", + "parsedAmount": "16002500000000000000" + }, + { + "gotchiId": "5075", + "amount": "54.21", + "parsedAmount": "54210000000000000000" + }, + { + "gotchiId": "5076", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "5077", + "amount": "22.595", + "parsedAmount": "22595000000000000000" + }, + { + "gotchiId": "5079", + "amount": "96.07249999999999", + "parsedAmount": "96072499999999990000" + }, + { + "gotchiId": "5081", + "amount": "12.845", + "parsedAmount": "12845000000000000000" + }, + { + "gotchiId": "5082", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "5084", + "amount": "33.985", + "parsedAmount": "33985000000000000000" + }, + { + "gotchiId": "5091", + "amount": "14.6825", + "parsedAmount": "14682500000000000000" + }, + { + "gotchiId": "5093", + "amount": "8.265", + "parsedAmount": "8265000000000000000" + }, + { + "gotchiId": "5094", + "amount": "16.1275", + "parsedAmount": "16127500000000000000" + }, + { + "gotchiId": "5097", + "amount": "8.6625", + "parsedAmount": "8662500000000000000" + }, + { + "gotchiId": "5101", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "5102", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "5106", + "amount": "67.4325", + "parsedAmount": "67432500000000000000" + }, + { + "gotchiId": "5109", + "amount": "187.2275", + "parsedAmount": "187227500000000000000" + }, + { + "gotchiId": "5110", + "amount": "15.5275", + "parsedAmount": "15527500000000000000" + }, + { + "gotchiId": "5119", + "amount": "17.895", + "parsedAmount": "17895000000000000000" + }, + { + "gotchiId": "5120", + "amount": "14.940000000000001", + "parsedAmount": "14940000000000001000" + }, + { + "gotchiId": "5123", + "amount": "68.83", + "parsedAmount": "68830000000000000000" + }, + { + "gotchiId": "5125", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "5126", + "amount": "19.175", + "parsedAmount": "19175000000000000000" + }, + { + "gotchiId": "5128", + "amount": "6.3675", + "parsedAmount": "6367500000000000000" + }, + { + "gotchiId": "5130", + "amount": "7.5325", + "parsedAmount": "7532500000000000000" + }, + { + "gotchiId": "5133", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "5134", + "amount": "15.84", + "parsedAmount": "15840000000000000000" + }, + { + "gotchiId": "5135", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "5136", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "5139", + "amount": "203.6875", + "parsedAmount": "203687500000000000000" + }, + { + "gotchiId": "5140", + "amount": "43.872499999999995", + "parsedAmount": "43872499999999995000" + }, + { + "gotchiId": "5141", + "amount": "33.6", + "parsedAmount": "33600000000000000000" + }, + { + "gotchiId": "5142", + "amount": "8.6125", + "parsedAmount": "8612500000000000000" + }, + { + "gotchiId": "5143", + "amount": "8.32", + "parsedAmount": "8320000000000000000" + }, + { + "gotchiId": "5146", + "amount": "45.1675", + "parsedAmount": "45167500000000000000" + }, + { + "gotchiId": "5147", + "amount": "48.769999999999996", + "parsedAmount": "48769999999999996000" + }, + { + "gotchiId": "5152", + "amount": "35.947500000000005", + "parsedAmount": "35947500000000005000" + }, + { + "gotchiId": "5154", + "amount": "156.95250000000001", + "parsedAmount": "156952500000000010000" + }, + { + "gotchiId": "5155", + "amount": "38.3675", + "parsedAmount": "38367500000000000000" + }, + { + "gotchiId": "5156", + "amount": "26.317500000000003", + "parsedAmount": "26317500000000003000" + }, + { + "gotchiId": "5157", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "5158", + "amount": "10.8825", + "parsedAmount": "10882500000000000000" + }, + { + "gotchiId": "5159", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "5160", + "amount": "38.585", + "parsedAmount": "38585000000000000000" + }, + { + "gotchiId": "5161", + "amount": "27.7575", + "parsedAmount": "27757500000000000000" + }, + { + "gotchiId": "5162", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "5166", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "5168", + "amount": "123.35", + "parsedAmount": "123350000000000000000" + }, + { + "gotchiId": "5173", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "5188", + "amount": "10.7425", + "parsedAmount": "10742500000000000000" + }, + { + "gotchiId": "5191", + "amount": "16.397499999999997", + "parsedAmount": "16397499999999997000" + }, + { + "gotchiId": "5192", + "amount": "21.7525", + "parsedAmount": "21752500000000000000" + }, + { + "gotchiId": "5193", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "5194", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "5195", + "amount": "7.605", + "parsedAmount": "7605000000000000000" + }, + { + "gotchiId": "5198", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "5200", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "5205", + "amount": "328.5575", + "parsedAmount": "328557500000000000000" + }, + { + "gotchiId": "5207", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "5209", + "amount": "8.8725", + "parsedAmount": "8872500000000000000" + }, + { + "gotchiId": "5210", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "5211", + "amount": "11.735", + "parsedAmount": "11735000000000000000" + }, + { + "gotchiId": "5212", + "amount": "12.9575", + "parsedAmount": "12957500000000000000" + }, + { + "gotchiId": "5218", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "5219", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "5220", + "amount": "17.7925", + "parsedAmount": "17792500000000000000" + }, + { + "gotchiId": "5221", + "amount": "108.07500000000002", + "parsedAmount": "108075000000000020000" + }, + { + "gotchiId": "5222", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "5224", + "amount": "3.2875", + "parsedAmount": "3287500000000000000" + }, + { + "gotchiId": "5226", + "amount": "30.8125", + "parsedAmount": "30812500000000000000" + }, + { + "gotchiId": "5227", + "amount": "30.7375", + "parsedAmount": "30737500000000000000" + }, + { + "gotchiId": "5228", + "amount": "33.275", + "parsedAmount": "33275000000000000000" + }, + { + "gotchiId": "5230", + "amount": "37.495000000000005", + "parsedAmount": "37495000000000005000" + }, + { + "gotchiId": "5232", + "amount": "22.115", + "parsedAmount": "22115000000000000000" + }, + { + "gotchiId": "5234", + "amount": "13.22", + "parsedAmount": "13220000000000000000" + }, + { + "gotchiId": "5238", + "amount": "17.6925", + "parsedAmount": "17692500000000000000" + }, + { + "gotchiId": "5240", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "5241", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "5242", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "5243", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "5245", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "5247", + "amount": "26.8375", + "parsedAmount": "26837500000000000000" + }, + { + "gotchiId": "5250", + "amount": "21.134999999999998", + "parsedAmount": "21134999999999998000" + }, + { + "gotchiId": "5257", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "5259", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "5260", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "5262", + "amount": "7.8075", + "parsedAmount": "7807500000000000000" + }, + { + "gotchiId": "5263", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "5264", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "5266", + "amount": "7.2875", + "parsedAmount": "7287500000000000000" + }, + { + "gotchiId": "5271", + "amount": "15.595", + "parsedAmount": "15595000000000000000" + }, + { + "gotchiId": "5273", + "amount": "28.445", + "parsedAmount": "28445000000000000000" + }, + { + "gotchiId": "5275", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "5276", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "5280", + "amount": "20.1825", + "parsedAmount": "20182500000000000000" + }, + { + "gotchiId": "5281", + "amount": "16.035", + "parsedAmount": "16035000000000000000" + }, + { + "gotchiId": "5283", + "amount": "16.18", + "parsedAmount": "16180000000000000000" + }, + { + "gotchiId": "5290", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "5292", + "amount": "11.1125", + "parsedAmount": "11112500000000000000" + }, + { + "gotchiId": "5293", + "amount": "13.4975", + "parsedAmount": "13497500000000000000" + }, + { + "gotchiId": "5295", + "amount": "38.7275", + "parsedAmount": "38727500000000000000" + }, + { + "gotchiId": "5296", + "amount": "6.2125", + "parsedAmount": "6212500000000000000" + }, + { + "gotchiId": "5297", + "amount": "15.0175", + "parsedAmount": "15017500000000000000" + }, + { + "gotchiId": "5298", + "amount": "8.030000000000001", + "parsedAmount": "8030000000000001000" + }, + { + "gotchiId": "5299", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "5300", + "amount": "9.879999999999999", + "parsedAmount": "9879999999999999000" + }, + { + "gotchiId": "5301", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "5304", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "5305", + "amount": "53.7775", + "parsedAmount": "53777500000000000000" + }, + { + "gotchiId": "5306", + "amount": "39.0325", + "parsedAmount": "39032500000000000000" + }, + { + "gotchiId": "5308", + "amount": "2.435", + "parsedAmount": "2435000000000000000" + }, + { + "gotchiId": "5309", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "5316", + "amount": "14.885000000000002", + "parsedAmount": "14885000000000002000" + }, + { + "gotchiId": "5317", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "5318", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "5320", + "amount": "17.9925", + "parsedAmount": "17992500000000000000" + }, + { + "gotchiId": "5321", + "amount": "74.1725", + "parsedAmount": "74172500000000000000" + }, + { + "gotchiId": "5326", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "5328", + "amount": "28.3325", + "parsedAmount": "28332500000000000000" + }, + { + "gotchiId": "5330", + "amount": "13.8625", + "parsedAmount": "13862500000000000000" + }, + { + "gotchiId": "5331", + "amount": "12.3925", + "parsedAmount": "12392500000000000000" + }, + { + "gotchiId": "5334", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "5335", + "amount": "8.0075", + "parsedAmount": "8007500000000000000" + }, + { + "gotchiId": "5336", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "5337", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "5338", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "5340", + "amount": "9.407499999999999", + "parsedAmount": "9407499999999999000" + }, + { + "gotchiId": "5343", + "amount": "26.68", + "parsedAmount": "26680000000000000000" + }, + { + "gotchiId": "5344", + "amount": "9.084999999999999", + "parsedAmount": "9084999999999999000" + }, + { + "gotchiId": "5346", + "amount": "17.975", + "parsedAmount": "17975000000000000000" + }, + { + "gotchiId": "5349", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "5351", + "amount": "11.6325", + "parsedAmount": "11632500000000000000" + }, + { + "gotchiId": "5352", + "amount": "7.800000000000001", + "parsedAmount": "7800000000000001000" + }, + { + "gotchiId": "5358", + "amount": "8.435", + "parsedAmount": "8435000000000000000" + }, + { + "gotchiId": "5365", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "5368", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "5369", + "amount": "37.0325", + "parsedAmount": "37032500000000000000" + }, + { + "gotchiId": "5372", + "amount": "57.394999999999996", + "parsedAmount": "57394999999999996000" + }, + { + "gotchiId": "5374", + "amount": "13.945", + "parsedAmount": "13945000000000000000" + }, + { + "gotchiId": "5375", + "amount": "56.71", + "parsedAmount": "56710000000000000000" + }, + { + "gotchiId": "5376", + "amount": "21.6575", + "parsedAmount": "21657500000000000000" + }, + { + "gotchiId": "5377", + "amount": "13.989999999999998", + "parsedAmount": "13989999999999998000" + }, + { + "gotchiId": "5378", + "amount": "14.032499999999999", + "parsedAmount": "14032499999999999000" + }, + { + "gotchiId": "5381", + "amount": "2.135", + "parsedAmount": "2135000000000000000" + }, + { + "gotchiId": "5383", + "amount": "37.7175", + "parsedAmount": "37717500000000000000" + }, + { + "gotchiId": "5386", + "amount": "10.56", + "parsedAmount": "10560000000000000000" + }, + { + "gotchiId": "5387", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "5388", + "amount": "9.45", + "parsedAmount": "9450000000000000000" + }, + { + "gotchiId": "5389", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5392", + "amount": "17.425", + "parsedAmount": "17425000000000000000" + }, + { + "gotchiId": "5393", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "5400", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "5401", + "amount": "22.442499999999995", + "parsedAmount": "22442499999999995000" + }, + { + "gotchiId": "5402", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "5404", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "5405", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "5407", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "5408", + "amount": "8.505", + "parsedAmount": "8505000000000000000" + }, + { + "gotchiId": "5409", + "amount": "33.9525", + "parsedAmount": "33952500000000000000" + }, + { + "gotchiId": "5410", + "amount": "7.1525", + "parsedAmount": "7152500000000000000" + }, + { + "gotchiId": "5411", + "amount": "268.87749999999994", + "parsedAmount": "268877499999999940000" + }, + { + "gotchiId": "5413", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "5414", + "amount": "13.295", + "parsedAmount": "13295000000000000000" + }, + { + "gotchiId": "5416", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "5418", + "amount": "20.0525", + "parsedAmount": "20052500000000000000" + }, + { + "gotchiId": "5419", + "amount": "28.0375", + "parsedAmount": "28037500000000000000" + }, + { + "gotchiId": "5420", + "amount": "146.3325", + "parsedAmount": "146332500000000000000" + }, + { + "gotchiId": "5423", + "amount": "26.012500000000003", + "parsedAmount": "26012500000000003000" + }, + { + "gotchiId": "5425", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "5431", + "amount": "31.255000000000003", + "parsedAmount": "31255000000000003000" + }, + { + "gotchiId": "5432", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "5433", + "amount": "27.1125", + "parsedAmount": "27112500000000000000" + }, + { + "gotchiId": "5435", + "amount": "7.9225", + "parsedAmount": "7922500000000000000" + }, + { + "gotchiId": "5437", + "amount": "5.0525", + "parsedAmount": "5052500000000000000" + }, + { + "gotchiId": "5440", + "amount": "5.22", + "parsedAmount": "5220000000000000000" + }, + { + "gotchiId": "5441", + "amount": "23.725", + "parsedAmount": "23725000000000000000" + }, + { + "gotchiId": "5442", + "amount": "17.3075", + "parsedAmount": "17307500000000000000" + }, + { + "gotchiId": "5446", + "amount": "56.9875", + "parsedAmount": "56987500000000000000" + }, + { + "gotchiId": "5451", + "amount": "6.79", + "parsedAmount": "6790000000000000000" + }, + { + "gotchiId": "5460", + "amount": "8.0575", + "parsedAmount": "8057500000000000000" + }, + { + "gotchiId": "5469", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "5470", + "amount": "32.08", + "parsedAmount": "32080000000000000000" + }, + { + "gotchiId": "5471", + "amount": "12.865", + "parsedAmount": "12865000000000000000" + }, + { + "gotchiId": "5472", + "amount": "8.8875", + "parsedAmount": "8887500000000000000" + }, + { + "gotchiId": "5474", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "5475", + "amount": "6.0725", + "parsedAmount": "6072500000000000000" + }, + { + "gotchiId": "5478", + "amount": "4.125", + "parsedAmount": "4125000000000000000" + }, + { + "gotchiId": "5482", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "5485", + "amount": "21.365", + "parsedAmount": "21365000000000000000" + }, + { + "gotchiId": "5487", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "5488", + "amount": "53.192499999999995", + "parsedAmount": "53192499999999995000" + }, + { + "gotchiId": "5493", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "5496", + "amount": "43.4225", + "parsedAmount": "43422500000000000000" + }, + { + "gotchiId": "5497", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "5499", + "amount": "34.285", + "parsedAmount": "34285000000000000000" + }, + { + "gotchiId": "5500", + "amount": "18.895", + "parsedAmount": "18895000000000000000" + }, + { + "gotchiId": "5501", + "amount": "20.755", + "parsedAmount": "20755000000000000000" + }, + { + "gotchiId": "5502", + "amount": "9.692499999999999", + "parsedAmount": "9692499999999999000" + }, + { + "gotchiId": "5503", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "5504", + "amount": "36.269999999999996", + "parsedAmount": "36269999999999996000" + }, + { + "gotchiId": "5506", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "5507", + "amount": "95.2775", + "parsedAmount": "95277500000000000000" + }, + { + "gotchiId": "5508", + "amount": "32.595", + "parsedAmount": "32595000000000000000" + }, + { + "gotchiId": "5511", + "amount": "25.610000000000003", + "parsedAmount": "25610000000000003000" + }, + { + "gotchiId": "5512", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "5513", + "amount": "20.5825", + "parsedAmount": "20582500000000000000" + }, + { + "gotchiId": "5514", + "amount": "21.814999999999998", + "parsedAmount": "21814999999999998000" + }, + { + "gotchiId": "5515", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "5517", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5518", + "amount": "5.0325", + "parsedAmount": "5032500000000000000" + }, + { + "gotchiId": "5520", + "amount": "21.567500000000003", + "parsedAmount": "21567500000000003000" + }, + { + "gotchiId": "5521", + "amount": "26.85", + "parsedAmount": "26850000000000000000" + }, + { + "gotchiId": "5522", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "5524", + "amount": "35.43", + "parsedAmount": "35430000000000000000" + }, + { + "gotchiId": "5527", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "5528", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "5529", + "amount": "12.862499999999999", + "parsedAmount": "12862499999999999000" + }, + { + "gotchiId": "5530", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "5531", + "amount": "16.6525", + "parsedAmount": "16652500000000000000" + }, + { + "gotchiId": "5533", + "amount": "35.5175", + "parsedAmount": "35517500000000000000" + }, + { + "gotchiId": "5535", + "amount": "426.5025", + "parsedAmount": "426502500000000000000" + }, + { + "gotchiId": "5536", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "5537", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "5538", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "5539", + "amount": "6.4750000000000005", + "parsedAmount": "6475000000000000500" + }, + { + "gotchiId": "5540", + "amount": "40.129999999999995", + "parsedAmount": "40129999999999995000" + }, + { + "gotchiId": "5542", + "amount": "16.0375", + "parsedAmount": "16037500000000000000" + }, + { + "gotchiId": "5549", + "amount": "56.86", + "parsedAmount": "56860000000000000000" + }, + { + "gotchiId": "5551", + "amount": "52.3625", + "parsedAmount": "52362500000000000000" + }, + { + "gotchiId": "5556", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "5557", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "5560", + "amount": "34.7425", + "parsedAmount": "34742500000000000000" + }, + { + "gotchiId": "5561", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "5562", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "5570", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "5572", + "amount": "10.1975", + "parsedAmount": "10197500000000000000" + }, + { + "gotchiId": "5574", + "amount": "12.4775", + "parsedAmount": "12477500000000000000" + }, + { + "gotchiId": "5575", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "5582", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "5583", + "amount": "54.16", + "parsedAmount": "54160000000000000000" + }, + { + "gotchiId": "5588", + "amount": "17.8", + "parsedAmount": "17800000000000000000" + }, + { + "gotchiId": "5592", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "5593", + "amount": "14.3875", + "parsedAmount": "14387500000000000000" + }, + { + "gotchiId": "5596", + "amount": "24.855", + "parsedAmount": "24855000000000000000" + }, + { + "gotchiId": "5597", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "5601", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "5602", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "5604", + "amount": "51.00999999999999", + "parsedAmount": "51009999999999990000" + }, + { + "gotchiId": "5605", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "5612", + "amount": "16.31", + "parsedAmount": "16310000000000000000" + }, + { + "gotchiId": "5623", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "5626", + "amount": "14.16", + "parsedAmount": "14160000000000000000" + } + ], + "totalAmount": "14376089999999999852500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952525, + "gasUsed": "10052993" + }, + { + "batchIndex": 5, + "transactionHash": "0x379f50c8e5e552a0dbe285e7129b3bd035399c6a94434f2734f574fa7d73f54e", + "timestamp": "2025-09-24T06:13:19.095Z", + "gotchiRewards": [ + { + "gotchiId": "5629", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "5631", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "5632", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "5633", + "amount": "17.64", + "parsedAmount": "17640000000000000000" + }, + { + "gotchiId": "5637", + "amount": "20.6525", + "parsedAmount": "20652500000000000000" + }, + { + "gotchiId": "5639", + "amount": "7.155", + "parsedAmount": "7155000000000000000" + }, + { + "gotchiId": "5640", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "5641", + "amount": "38.3075", + "parsedAmount": "38307500000000000000" + }, + { + "gotchiId": "5642", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "5643", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "5644", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "5645", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "5646", + "amount": "6.0275", + "parsedAmount": "6027500000000000000" + }, + { + "gotchiId": "5647", + "amount": "124.755", + "parsedAmount": "124755000000000000000" + }, + { + "gotchiId": "5649", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "5650", + "amount": "8.66", + "parsedAmount": "8660000000000000000" + }, + { + "gotchiId": "5651", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "5658", + "amount": "37.75", + "parsedAmount": "37750000000000000000" + }, + { + "gotchiId": "5659", + "amount": "5.995", + "parsedAmount": "5995000000000000000" + }, + { + "gotchiId": "5660", + "amount": "38.442499999999995", + "parsedAmount": "38442499999999995000" + }, + { + "gotchiId": "5662", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "5664", + "amount": "6.745", + "parsedAmount": "6745000000000000000" + }, + { + "gotchiId": "5666", + "amount": "57.96", + "parsedAmount": "57960000000000000000" + }, + { + "gotchiId": "5667", + "amount": "35.315", + "parsedAmount": "35315000000000000000" + }, + { + "gotchiId": "5669", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "5676", + "amount": "34.260000000000005", + "parsedAmount": "34260000000000005000" + }, + { + "gotchiId": "5679", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "5681", + "amount": "45.25", + "parsedAmount": "45250000000000000000" + }, + { + "gotchiId": "5682", + "amount": "104.0525", + "parsedAmount": "104052500000000000000" + }, + { + "gotchiId": "5683", + "amount": "25.095", + "parsedAmount": "25095000000000000000" + }, + { + "gotchiId": "5684", + "amount": "92.75999999999999", + "parsedAmount": "92759999999999990000" + }, + { + "gotchiId": "5686", + "amount": "8.2025", + "parsedAmount": "8202500000000000000" + }, + { + "gotchiId": "5689", + "amount": "19.9525", + "parsedAmount": "19952500000000000000" + }, + { + "gotchiId": "5691", + "amount": "344.505", + "parsedAmount": "344505000000000000000" + }, + { + "gotchiId": "5692", + "amount": "24.255", + "parsedAmount": "24255000000000000000" + }, + { + "gotchiId": "5694", + "amount": "11.64", + "parsedAmount": "11640000000000000000" + }, + { + "gotchiId": "5696", + "amount": "28.77", + "parsedAmount": "28770000000000000000" + }, + { + "gotchiId": "5697", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "5698", + "amount": "7.4125000000000005", + "parsedAmount": "7412500000000000500" + }, + { + "gotchiId": "5699", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "5700", + "amount": "27.8025", + "parsedAmount": "27802500000000000000" + }, + { + "gotchiId": "5701", + "amount": "39.199999999999996", + "parsedAmount": "39199999999999996000" + }, + { + "gotchiId": "5702", + "amount": "69.965", + "parsedAmount": "69965000000000000000" + }, + { + "gotchiId": "5703", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "5704", + "amount": "35.96", + "parsedAmount": "35960000000000000000" + }, + { + "gotchiId": "5705", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "5706", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "5708", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "5711", + "amount": "14.3075", + "parsedAmount": "14307500000000000000" + }, + { + "gotchiId": "5712", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "5713", + "amount": "7.2375", + "parsedAmount": "7237500000000000000" + }, + { + "gotchiId": "5715", + "amount": "23.435000000000002", + "parsedAmount": "23435000000000002000" + }, + { + "gotchiId": "5716", + "amount": "5.8075", + "parsedAmount": "5807500000000000000" + }, + { + "gotchiId": "5717", + "amount": "15.600000000000001", + "parsedAmount": "15600000000000001000" + }, + { + "gotchiId": "5718", + "amount": "32.2825", + "parsedAmount": "32282500000000000000" + }, + { + "gotchiId": "5719", + "amount": "6.6075", + "parsedAmount": "6607500000000000000" + }, + { + "gotchiId": "5720", + "amount": "7.869999999999999", + "parsedAmount": "7869999999999999000" + }, + { + "gotchiId": "5722", + "amount": "37.487500000000004", + "parsedAmount": "37487500000000004000" + }, + { + "gotchiId": "5724", + "amount": "3.3525", + "parsedAmount": "3352500000000000000" + }, + { + "gotchiId": "5725", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "5727", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "5730", + "amount": "45.815", + "parsedAmount": "45815000000000000000" + }, + { + "gotchiId": "5731", + "amount": "73.44", + "parsedAmount": "73440000000000000000" + }, + { + "gotchiId": "5733", + "amount": "96.01249999999999", + "parsedAmount": "96012499999999990000" + }, + { + "gotchiId": "5736", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "5737", + "amount": "125.325", + "parsedAmount": "125325000000000000000" + }, + { + "gotchiId": "5738", + "amount": "38.085", + "parsedAmount": "38085000000000000000" + }, + { + "gotchiId": "5743", + "amount": "111.4025", + "parsedAmount": "111402500000000000000" + }, + { + "gotchiId": "5744", + "amount": "6.0425", + "parsedAmount": "6042500000000000000" + }, + { + "gotchiId": "5747", + "amount": "21.9575", + "parsedAmount": "21957500000000000000" + }, + { + "gotchiId": "5751", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "5752", + "amount": "10.005", + "parsedAmount": "10005000000000000000" + }, + { + "gotchiId": "5754", + "amount": "10.995", + "parsedAmount": "10995000000000000000" + }, + { + "gotchiId": "5755", + "amount": "13.825", + "parsedAmount": "13825000000000000000" + }, + { + "gotchiId": "5764", + "amount": "54.6475", + "parsedAmount": "54647500000000000000" + }, + { + "gotchiId": "5765", + "amount": "11.877500000000001", + "parsedAmount": "11877500000000001000" + }, + { + "gotchiId": "5769", + "amount": "37.980000000000004", + "parsedAmount": "37980000000000004000" + }, + { + "gotchiId": "5772", + "amount": "13.4725", + "parsedAmount": "13472500000000000000" + }, + { + "gotchiId": "5774", + "amount": "13.235", + "parsedAmount": "13235000000000000000" + }, + { + "gotchiId": "5781", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "5783", + "amount": "14.162500000000001", + "parsedAmount": "14162500000000001000" + }, + { + "gotchiId": "5786", + "amount": "11.525", + "parsedAmount": "11525000000000000000" + }, + { + "gotchiId": "5790", + "amount": "78.095", + "parsedAmount": "78095000000000000000" + }, + { + "gotchiId": "5792", + "amount": "95.27250000000001", + "parsedAmount": "95272500000000010000" + }, + { + "gotchiId": "5795", + "amount": "15.582500000000001", + "parsedAmount": "15582500000000001000" + }, + { + "gotchiId": "5796", + "amount": "16.14", + "parsedAmount": "16140000000000000000" + }, + { + "gotchiId": "5798", + "amount": "57.0475", + "parsedAmount": "57047500000000000000" + }, + { + "gotchiId": "5799", + "amount": "8.87", + "parsedAmount": "8870000000000000000" + }, + { + "gotchiId": "5802", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "5803", + "amount": "20.205", + "parsedAmount": "20205000000000000000" + }, + { + "gotchiId": "5804", + "amount": "22.905", + "parsedAmount": "22905000000000000000" + }, + { + "gotchiId": "5806", + "amount": "7.7875", + "parsedAmount": "7787500000000000000" + }, + { + "gotchiId": "5807", + "amount": "25.9225", + "parsedAmount": "25922500000000000000" + }, + { + "gotchiId": "5809", + "amount": "27.455", + "parsedAmount": "27455000000000000000" + }, + { + "gotchiId": "5817", + "amount": "4.415", + "parsedAmount": "4415000000000000000" + }, + { + "gotchiId": "5818", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "5819", + "amount": "14.844999999999999", + "parsedAmount": "14844999999999999000" + }, + { + "gotchiId": "5821", + "amount": "8.885", + "parsedAmount": "8885000000000000000" + }, + { + "gotchiId": "5823", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "5824", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "5825", + "amount": "14.035", + "parsedAmount": "14035000000000000000" + }, + { + "gotchiId": "5826", + "amount": "8.245", + "parsedAmount": "8245000000000000000" + }, + { + "gotchiId": "5828", + "amount": "16.5175", + "parsedAmount": "16517500000000000000" + }, + { + "gotchiId": "5831", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "5833", + "amount": "36.6125", + "parsedAmount": "36612500000000000000" + }, + { + "gotchiId": "5834", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "5846", + "amount": "126.1925", + "parsedAmount": "126192500000000000000" + }, + { + "gotchiId": "5847", + "amount": "14.18", + "parsedAmount": "14180000000000000000" + }, + { + "gotchiId": "5850", + "amount": "7.54", + "parsedAmount": "7540000000000000000" + }, + { + "gotchiId": "5855", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "5858", + "amount": "25.51", + "parsedAmount": "25510000000000000000" + }, + { + "gotchiId": "5862", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5863", + "amount": "2.3025", + "parsedAmount": "2302500000000000000" + }, + { + "gotchiId": "5864", + "amount": "15.997499999999999", + "parsedAmount": "15997499999999999000" + }, + { + "gotchiId": "5865", + "amount": "21.8725", + "parsedAmount": "21872500000000000000" + }, + { + "gotchiId": "5873", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "5874", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "5877", + "amount": "92.4725", + "parsedAmount": "92472500000000000000" + }, + { + "gotchiId": "5878", + "amount": "5.7275", + "parsedAmount": "5727500000000000000" + }, + { + "gotchiId": "5882", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "5883", + "amount": "21.735000000000003", + "parsedAmount": "21735000000000003000" + }, + { + "gotchiId": "5888", + "amount": "20.6525", + "parsedAmount": "20652500000000000000" + }, + { + "gotchiId": "5890", + "amount": "9.93", + "parsedAmount": "9930000000000000000" + }, + { + "gotchiId": "5897", + "amount": "10.719999999999999", + "parsedAmount": "10719999999999999000" + }, + { + "gotchiId": "5898", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "5900", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "5902", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "5903", + "amount": "16.740000000000002", + "parsedAmount": "16740000000000002000" + }, + { + "gotchiId": "5904", + "amount": "16.62", + "parsedAmount": "16620000000000000000" + }, + { + "gotchiId": "5905", + "amount": "9.9", + "parsedAmount": "9900000000000000000" + }, + { + "gotchiId": "5906", + "amount": "13.2575", + "parsedAmount": "13257500000000000000" + }, + { + "gotchiId": "5907", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "5908", + "amount": "32.1925", + "parsedAmount": "32192500000000000000" + }, + { + "gotchiId": "5912", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "5913", + "amount": "37.11", + "parsedAmount": "37110000000000000000" + }, + { + "gotchiId": "5915", + "amount": "30.665", + "parsedAmount": "30665000000000000000" + }, + { + "gotchiId": "5917", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "5923", + "amount": "25.455", + "parsedAmount": "25455000000000000000" + }, + { + "gotchiId": "5924", + "amount": "7.6225000000000005", + "parsedAmount": "7622500000000000500" + }, + { + "gotchiId": "5926", + "amount": "11.002500000000001", + "parsedAmount": "11002500000000001000" + }, + { + "gotchiId": "5927", + "amount": "4.79", + "parsedAmount": "4790000000000000000" + }, + { + "gotchiId": "5931", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "5932", + "amount": "16.195", + "parsedAmount": "16195000000000000000" + }, + { + "gotchiId": "5934", + "amount": "218.2175", + "parsedAmount": "218217500000000000000" + }, + { + "gotchiId": "5935", + "amount": "388.09000000000003", + "parsedAmount": "388090000000000030000" + }, + { + "gotchiId": "5938", + "amount": "58.955", + "parsedAmount": "58955000000000000000" + }, + { + "gotchiId": "5939", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "5940", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "5941", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "5942", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "5945", + "amount": "77.16499999999999", + "parsedAmount": "77164999999999990000" + }, + { + "gotchiId": "5946", + "amount": "5.1", + "parsedAmount": "5100000000000000000" + }, + { + "gotchiId": "5947", + "amount": "7.3475", + "parsedAmount": "7347500000000000000" + }, + { + "gotchiId": "5949", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "5950", + "amount": "4.8025", + "parsedAmount": "4802500000000000000" + }, + { + "gotchiId": "5951", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "5953", + "amount": "24.157500000000002", + "parsedAmount": "24157500000000002000" + }, + { + "gotchiId": "5954", + "amount": "49.3025", + "parsedAmount": "49302500000000000000" + }, + { + "gotchiId": "5955", + "amount": "16.03", + "parsedAmount": "16030000000000000000" + }, + { + "gotchiId": "5956", + "amount": "18.275", + "parsedAmount": "18275000000000000000" + }, + { + "gotchiId": "5959", + "amount": "10.0625", + "parsedAmount": "10062500000000000000" + }, + { + "gotchiId": "5960", + "amount": "3.285", + "parsedAmount": "3285000000000000000" + }, + { + "gotchiId": "5967", + "amount": "15.9175", + "parsedAmount": "15917500000000000000" + }, + { + "gotchiId": "5970", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "5972", + "amount": "15.7975", + "parsedAmount": "15797500000000000000" + }, + { + "gotchiId": "5974", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "5975", + "amount": "17.494999999999997", + "parsedAmount": "17494999999999997000" + }, + { + "gotchiId": "5976", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "5980", + "amount": "46.9", + "parsedAmount": "46900000000000000000" + }, + { + "gotchiId": "5981", + "amount": "2.4875", + "parsedAmount": "2487500000000000000" + }, + { + "gotchiId": "5983", + "amount": "4.612500000000001", + "parsedAmount": "4612500000000001000" + }, + { + "gotchiId": "5984", + "amount": "14.067499999999999", + "parsedAmount": "14067499999999999000" + }, + { + "gotchiId": "5992", + "amount": "24.1875", + "parsedAmount": "24187500000000000000" + }, + { + "gotchiId": "5993", + "amount": "76.66250000000001", + "parsedAmount": "76662500000000010000" + }, + { + "gotchiId": "5994", + "amount": "24.08", + "parsedAmount": "24080000000000000000" + }, + { + "gotchiId": "5995", + "amount": "28.369999999999997", + "parsedAmount": "28369999999999997000" + }, + { + "gotchiId": "5996", + "amount": "23.6125", + "parsedAmount": "23612500000000000000" + }, + { + "gotchiId": "5997", + "amount": "50.8125", + "parsedAmount": "50812500000000000000" + }, + { + "gotchiId": "5998", + "amount": "29.4325", + "parsedAmount": "29432500000000000000" + }, + { + "gotchiId": "5999", + "amount": "31.4975", + "parsedAmount": "31497500000000000000" + }, + { + "gotchiId": "6000", + "amount": "42.92", + "parsedAmount": "42920000000000000000" + }, + { + "gotchiId": "6001", + "amount": "28.480000000000004", + "parsedAmount": "28480000000000004000" + }, + { + "gotchiId": "6003", + "amount": "8.41", + "parsedAmount": "8410000000000000000" + }, + { + "gotchiId": "6004", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "6006", + "amount": "4.3", + "parsedAmount": "4300000000000000000" + }, + { + "gotchiId": "6009", + "amount": "39.755", + "parsedAmount": "39755000000000000000" + }, + { + "gotchiId": "6011", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "6012", + "amount": "26.5025", + "parsedAmount": "26502500000000000000" + }, + { + "gotchiId": "6013", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "6014", + "amount": "22.625", + "parsedAmount": "22625000000000000000" + }, + { + "gotchiId": "6015", + "amount": "12.2375", + "parsedAmount": "12237500000000000000" + }, + { + "gotchiId": "6017", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "6018", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "6019", + "amount": "9.4275", + "parsedAmount": "9427500000000000000" + }, + { + "gotchiId": "6020", + "amount": "2.5225", + "parsedAmount": "2522500000000000000" + }, + { + "gotchiId": "6021", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "6022", + "amount": "4.89", + "parsedAmount": "4890000000000000000" + }, + { + "gotchiId": "6026", + "amount": "11.2875", + "parsedAmount": "11287500000000000000" + }, + { + "gotchiId": "6030", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "6033", + "amount": "20.5625", + "parsedAmount": "20562500000000000000" + }, + { + "gotchiId": "6034", + "amount": "14.0525", + "parsedAmount": "14052500000000000000" + }, + { + "gotchiId": "6035", + "amount": "13.9675", + "parsedAmount": "13967500000000000000" + }, + { + "gotchiId": "6036", + "amount": "14.2225", + "parsedAmount": "14222500000000000000" + }, + { + "gotchiId": "6037", + "amount": "14.1425", + "parsedAmount": "14142500000000000000" + }, + { + "gotchiId": "6038", + "amount": "33.7875", + "parsedAmount": "33787500000000000000" + }, + { + "gotchiId": "6039", + "amount": "15.5775", + "parsedAmount": "15577500000000000000" + }, + { + "gotchiId": "6040", + "amount": "18.36", + "parsedAmount": "18360000000000000000" + }, + { + "gotchiId": "6041", + "amount": "23.175", + "parsedAmount": "23175000000000000000" + }, + { + "gotchiId": "6047", + "amount": "56.26499999999999", + "parsedAmount": "56264999999999990000" + }, + { + "gotchiId": "6052", + "amount": "78.2075", + "parsedAmount": "78207500000000000000" + }, + { + "gotchiId": "6054", + "amount": "14", + "parsedAmount": "14000000000000000000" + }, + { + "gotchiId": "6055", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "6057", + "amount": "13.93", + "parsedAmount": "13930000000000000000" + }, + { + "gotchiId": "6058", + "amount": "64.125", + "parsedAmount": "64125000000000000000" + }, + { + "gotchiId": "6060", + "amount": "25.217499999999998", + "parsedAmount": "25217499999999998000" + }, + { + "gotchiId": "6063", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "6065", + "amount": "14.7525", + "parsedAmount": "14752500000000000000" + }, + { + "gotchiId": "6068", + "amount": "9.34", + "parsedAmount": "9340000000000000000" + }, + { + "gotchiId": "6069", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "6079", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "6080", + "amount": "23.705", + "parsedAmount": "23705000000000000000" + }, + { + "gotchiId": "6081", + "amount": "6.467499999999999", + "parsedAmount": "6467499999999999000" + }, + { + "gotchiId": "6083", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "6085", + "amount": "28.0575", + "parsedAmount": "28057500000000000000" + }, + { + "gotchiId": "6086", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "6087", + "amount": "21.0225", + "parsedAmount": "21022500000000000000" + }, + { + "gotchiId": "6089", + "amount": "64.14", + "parsedAmount": "64140000000000000000" + }, + { + "gotchiId": "6094", + "amount": "57.565", + "parsedAmount": "57565000000000000000" + }, + { + "gotchiId": "6101", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "6102", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "6103", + "amount": "24.3825", + "parsedAmount": "24382500000000000000" + }, + { + "gotchiId": "6104", + "amount": "21.5775", + "parsedAmount": "21577500000000000000" + }, + { + "gotchiId": "6105", + "amount": "10.684999999999999", + "parsedAmount": "10684999999999999000" + }, + { + "gotchiId": "6107", + "amount": "21.0025", + "parsedAmount": "21002500000000000000" + }, + { + "gotchiId": "6109", + "amount": "149.10500000000002", + "parsedAmount": "149105000000000020000" + }, + { + "gotchiId": "6110", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "6111", + "amount": "6.282500000000001", + "parsedAmount": "6282500000000001000" + }, + { + "gotchiId": "6117", + "amount": "14.045", + "parsedAmount": "14045000000000000000" + }, + { + "gotchiId": "6118", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "6119", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "6120", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "6121", + "amount": "12.0825", + "parsedAmount": "12082500000000000000" + }, + { + "gotchiId": "6122", + "amount": "40.0475", + "parsedAmount": "40047500000000000000" + }, + { + "gotchiId": "6123", + "amount": "7.785", + "parsedAmount": "7785000000000000000" + }, + { + "gotchiId": "6128", + "amount": "29.975", + "parsedAmount": "29975000000000000000" + }, + { + "gotchiId": "6129", + "amount": "21.1375", + "parsedAmount": "21137500000000000000" + }, + { + "gotchiId": "6131", + "amount": "24.485000000000003", + "parsedAmount": "24485000000000003000" + }, + { + "gotchiId": "6132", + "amount": "31.7025", + "parsedAmount": "31702500000000000000" + }, + { + "gotchiId": "6135", + "amount": "11.6175", + "parsedAmount": "11617500000000000000" + }, + { + "gotchiId": "6136", + "amount": "36.432500000000005", + "parsedAmount": "36432500000000005000" + }, + { + "gotchiId": "6138", + "amount": "134.45749999999998", + "parsedAmount": "134457499999999980000" + }, + { + "gotchiId": "6140", + "amount": "8.717500000000001", + "parsedAmount": "8717500000000001000" + }, + { + "gotchiId": "6142", + "amount": "31.845", + "parsedAmount": "31845000000000000000" + }, + { + "gotchiId": "6145", + "amount": "65.895", + "parsedAmount": "65895000000000000000" + }, + { + "gotchiId": "6146", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "6147", + "amount": "124.88749999999999", + "parsedAmount": "124887499999999990000" + }, + { + "gotchiId": "6148", + "amount": "18.9075", + "parsedAmount": "18907500000000000000" + }, + { + "gotchiId": "6149", + "amount": "9.6575", + "parsedAmount": "9657500000000000000" + }, + { + "gotchiId": "6151", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "6155", + "amount": "38.427499999999995", + "parsedAmount": "38427499999999995000" + }, + { + "gotchiId": "6156", + "amount": "39.63", + "parsedAmount": "39630000000000000000" + }, + { + "gotchiId": "6158", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "6159", + "amount": "9.9875", + "parsedAmount": "9987500000000000000" + }, + { + "gotchiId": "6160", + "amount": "44.7525", + "parsedAmount": "44752500000000000000" + }, + { + "gotchiId": "6163", + "amount": "19.8675", + "parsedAmount": "19867500000000000000" + }, + { + "gotchiId": "6164", + "amount": "112.55499999999999", + "parsedAmount": "112554999999999990000" + }, + { + "gotchiId": "6165", + "amount": "15.4175", + "parsedAmount": "15417500000000000000" + }, + { + "gotchiId": "6166", + "amount": "16.8575", + "parsedAmount": "16857500000000000000" + }, + { + "gotchiId": "6168", + "amount": "15.0375", + "parsedAmount": "15037500000000000000" + }, + { + "gotchiId": "6169", + "amount": "15.790000000000001", + "parsedAmount": "15790000000000001000" + }, + { + "gotchiId": "6170", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "6171", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "6172", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "6174", + "amount": "49.175", + "parsedAmount": "49175000000000000000" + }, + { + "gotchiId": "6176", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "6177", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "6178", + "amount": "31.470000000000002", + "parsedAmount": "31470000000000002000" + }, + { + "gotchiId": "6179", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "6182", + "amount": "9.78", + "parsedAmount": "9780000000000000000" + }, + { + "gotchiId": "6183", + "amount": "36.185", + "parsedAmount": "36185000000000000000" + }, + { + "gotchiId": "6187", + "amount": "11.755", + "parsedAmount": "11755000000000000000" + }, + { + "gotchiId": "6189", + "amount": "32.025", + "parsedAmount": "32025000000000000000" + }, + { + "gotchiId": "6190", + "amount": "4", + "parsedAmount": "4000000000000000000" + }, + { + "gotchiId": "6192", + "amount": "41.885", + "parsedAmount": "41885000000000000000" + }, + { + "gotchiId": "6193", + "amount": "37.5775", + "parsedAmount": "37577500000000000000" + }, + { + "gotchiId": "6199", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "6202", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "6203", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "6204", + "amount": "48.565000000000005", + "parsedAmount": "48565000000000005000" + }, + { + "gotchiId": "6205", + "amount": "3.73", + "parsedAmount": "3730000000000000000" + }, + { + "gotchiId": "6208", + "amount": "33.067499999999995", + "parsedAmount": "33067499999999995000" + }, + { + "gotchiId": "6209", + "amount": "37.972500000000004", + "parsedAmount": "37972500000000004000" + }, + { + "gotchiId": "6212", + "amount": "9.395", + "parsedAmount": "9395000000000000000" + }, + { + "gotchiId": "6213", + "amount": "19.36", + "parsedAmount": "19360000000000000000" + }, + { + "gotchiId": "6214", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "6216", + "amount": "96.4325", + "parsedAmount": "96432500000000000000" + }, + { + "gotchiId": "6222", + "amount": "32.6375", + "parsedAmount": "32637500000000000000" + }, + { + "gotchiId": "6223", + "amount": "11.6125", + "parsedAmount": "11612500000000000000" + }, + { + "gotchiId": "6224", + "amount": "21.5325", + "parsedAmount": "21532500000000000000" + }, + { + "gotchiId": "6233", + "amount": "46.55", + "parsedAmount": "46550000000000000000" + }, + { + "gotchiId": "6235", + "amount": "6.8075", + "parsedAmount": "6807500000000000000" + }, + { + "gotchiId": "6236", + "amount": "18.935000000000002", + "parsedAmount": "18935000000000002000" + }, + { + "gotchiId": "6239", + "amount": "60.3975", + "parsedAmount": "60397500000000000000" + }, + { + "gotchiId": "6241", + "amount": "10.1275", + "parsedAmount": "10127500000000000000" + }, + { + "gotchiId": "6243", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "6247", + "amount": "11.2425", + "parsedAmount": "11242500000000000000" + }, + { + "gotchiId": "6250", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "6252", + "amount": "6.3175", + "parsedAmount": "6317500000000000000" + }, + { + "gotchiId": "6254", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "6255", + "amount": "5.702500000000001", + "parsedAmount": "5702500000000001000" + }, + { + "gotchiId": "6256", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "6257", + "amount": "58.1825", + "parsedAmount": "58182500000000000000" + }, + { + "gotchiId": "6259", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "6260", + "amount": "89.37", + "parsedAmount": "89370000000000000000" + }, + { + "gotchiId": "6263", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "6264", + "amount": "23.41", + "parsedAmount": "23410000000000000000" + }, + { + "gotchiId": "6265", + "amount": "18.810000000000002", + "parsedAmount": "18810000000000002000" + }, + { + "gotchiId": "6266", + "amount": "53.0825", + "parsedAmount": "53082500000000000000" + }, + { + "gotchiId": "6268", + "amount": "9.8725", + "parsedAmount": "9872500000000000000" + }, + { + "gotchiId": "6271", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "6273", + "amount": "4.3125", + "parsedAmount": "4312500000000000000" + }, + { + "gotchiId": "6274", + "amount": "86.845", + "parsedAmount": "86845000000000000000" + }, + { + "gotchiId": "6276", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "6278", + "amount": "10.985", + "parsedAmount": "10985000000000000000" + }, + { + "gotchiId": "6279", + "amount": "34.2375", + "parsedAmount": "34237500000000000000" + }, + { + "gotchiId": "6288", + "amount": "21.1325", + "parsedAmount": "21132500000000000000" + }, + { + "gotchiId": "6293", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "6296", + "amount": "14.785", + "parsedAmount": "14785000000000000000" + }, + { + "gotchiId": "6305", + "amount": "58.605000000000004", + "parsedAmount": "58605000000000004000" + }, + { + "gotchiId": "6307", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "6308", + "amount": "11.015", + "parsedAmount": "11015000000000000000" + }, + { + "gotchiId": "6309", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "6310", + "amount": "8.7525", + "parsedAmount": "8752500000000000000" + }, + { + "gotchiId": "6311", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "6313", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "6318", + "amount": "3.0925", + "parsedAmount": "3092500000000000000" + }, + { + "gotchiId": "6321", + "amount": "72.2525", + "parsedAmount": "72252500000000000000" + }, + { + "gotchiId": "6323", + "amount": "10.415", + "parsedAmount": "10415000000000000000" + }, + { + "gotchiId": "6324", + "amount": "19.07", + "parsedAmount": "19070000000000000000" + }, + { + "gotchiId": "6327", + "amount": "7.705", + "parsedAmount": "7705000000000000000" + }, + { + "gotchiId": "6335", + "amount": "138.18", + "parsedAmount": "138180000000000000000" + }, + { + "gotchiId": "6336", + "amount": "7.654999999999999", + "parsedAmount": "7654999999999999000" + }, + { + "gotchiId": "6341", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "6342", + "amount": "42", + "parsedAmount": "42000000000000000000" + }, + { + "gotchiId": "6345", + "amount": "90.91", + "parsedAmount": "90910000000000000000" + }, + { + "gotchiId": "6350", + "amount": "299.255", + "parsedAmount": "299255000000000000000" + }, + { + "gotchiId": "6351", + "amount": "91.6175", + "parsedAmount": "91617500000000000000" + }, + { + "gotchiId": "6352", + "amount": "31.17", + "parsedAmount": "31170000000000000000" + }, + { + "gotchiId": "6354", + "amount": "7.89", + "parsedAmount": "7890000000000000000" + }, + { + "gotchiId": "6355", + "amount": "17.6", + "parsedAmount": "17600000000000000000" + }, + { + "gotchiId": "6357", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "6358", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "6359", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "6362", + "amount": "6.7", + "parsedAmount": "6700000000000000000" + }, + { + "gotchiId": "6366", + "amount": "68.645", + "parsedAmount": "68645000000000000000" + }, + { + "gotchiId": "6370", + "amount": "8.4925", + "parsedAmount": "8492500000000000000" + }, + { + "gotchiId": "6371", + "amount": "16.23", + "parsedAmount": "16230000000000000000" + }, + { + "gotchiId": "6372", + "amount": "21.322499999999998", + "parsedAmount": "21322499999999998000" + }, + { + "gotchiId": "6373", + "amount": "17.87", + "parsedAmount": "17870000000000000000" + }, + { + "gotchiId": "6374", + "amount": "55.57", + "parsedAmount": "55570000000000000000" + }, + { + "gotchiId": "6375", + "amount": "65.0775", + "parsedAmount": "65077500000000000000" + }, + { + "gotchiId": "6376", + "amount": "55.3075", + "parsedAmount": "55307500000000000000" + }, + { + "gotchiId": "6379", + "amount": "11.899999999999999", + "parsedAmount": "11899999999999999000" + }, + { + "gotchiId": "6380", + "amount": "35.144999999999996", + "parsedAmount": "35144999999999996000" + }, + { + "gotchiId": "6382", + "amount": "23.7625", + "parsedAmount": "23762500000000000000" + }, + { + "gotchiId": "6383", + "amount": "3.36", + "parsedAmount": "3360000000000000000" + }, + { + "gotchiId": "6385", + "amount": "13.525", + "parsedAmount": "13525000000000000000" + }, + { + "gotchiId": "6386", + "amount": "52.6075", + "parsedAmount": "52607500000000000000" + }, + { + "gotchiId": "6389", + "amount": "15.602500000000001", + "parsedAmount": "15602500000000001000" + }, + { + "gotchiId": "6390", + "amount": "5.657500000000001", + "parsedAmount": "5657500000000001000" + }, + { + "gotchiId": "6392", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "6393", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "6394", + "amount": "98.19", + "parsedAmount": "98190000000000000000" + }, + { + "gotchiId": "6395", + "amount": "9.567499999999999", + "parsedAmount": "9567499999999999000" + }, + { + "gotchiId": "6396", + "amount": "62.88", + "parsedAmount": "62880000000000000000" + }, + { + "gotchiId": "6397", + "amount": "24.9875", + "parsedAmount": "24987500000000000000" + }, + { + "gotchiId": "6398", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "6400", + "amount": "10.1325", + "parsedAmount": "10132500000000000000" + }, + { + "gotchiId": "6401", + "amount": "7.5525", + "parsedAmount": "7552500000000000000" + }, + { + "gotchiId": "6403", + "amount": "10.685", + "parsedAmount": "10685000000000000000" + }, + { + "gotchiId": "6406", + "amount": "17.7025", + "parsedAmount": "17702500000000000000" + }, + { + "gotchiId": "6407", + "amount": "204.53", + "parsedAmount": "204530000000000000000" + }, + { + "gotchiId": "6409", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "6413", + "amount": "46.515", + "parsedAmount": "46515000000000000000" + }, + { + "gotchiId": "6418", + "amount": "3.36", + "parsedAmount": "3360000000000000000" + }, + { + "gotchiId": "6419", + "amount": "22.25", + "parsedAmount": "22250000000000000000" + }, + { + "gotchiId": "6420", + "amount": "22.7525", + "parsedAmount": "22752500000000000000" + }, + { + "gotchiId": "6421", + "amount": "21.595", + "parsedAmount": "21595000000000000000" + }, + { + "gotchiId": "6422", + "amount": "109.105", + "parsedAmount": "109105000000000000000" + }, + { + "gotchiId": "6423", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "6424", + "amount": "11.627500000000001", + "parsedAmount": "11627500000000001000" + }, + { + "gotchiId": "6428", + "amount": "29.247500000000002", + "parsedAmount": "29247500000000002000" + }, + { + "gotchiId": "6431", + "amount": "53.6525", + "parsedAmount": "53652500000000000000" + }, + { + "gotchiId": "6434", + "amount": "3.4125", + "parsedAmount": "3412500000000000000" + }, + { + "gotchiId": "6435", + "amount": "30.8975", + "parsedAmount": "30897500000000000000" + }, + { + "gotchiId": "6437", + "amount": "15.79", + "parsedAmount": "15790000000000000000" + }, + { + "gotchiId": "6438", + "amount": "58.9", + "parsedAmount": "58900000000000000000" + }, + { + "gotchiId": "6439", + "amount": "23.8875", + "parsedAmount": "23887500000000000000" + }, + { + "gotchiId": "6440", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "6442", + "amount": "11.272499999999999", + "parsedAmount": "11272499999999999000" + }, + { + "gotchiId": "6443", + "amount": "41.295", + "parsedAmount": "41295000000000000000" + }, + { + "gotchiId": "6444", + "amount": "8.1075", + "parsedAmount": "8107500000000000000" + }, + { + "gotchiId": "6445", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "6446", + "amount": "9.78", + "parsedAmount": "9780000000000000000" + }, + { + "gotchiId": "6447", + "amount": "284.66249999999997", + "parsedAmount": "284662499999999970000" + }, + { + "gotchiId": "6448", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "6450", + "amount": "7.4675", + "parsedAmount": "7467500000000000000" + }, + { + "gotchiId": "6451", + "amount": "71.6525", + "parsedAmount": "71652500000000000000" + }, + { + "gotchiId": "6452", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "6453", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "6454", + "amount": "20.69", + "parsedAmount": "20690000000000000000" + }, + { + "gotchiId": "6459", + "amount": "18.3125", + "parsedAmount": "18312500000000000000" + }, + { + "gotchiId": "6460", + "amount": "19.6875", + "parsedAmount": "19687500000000000000" + }, + { + "gotchiId": "6462", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "6463", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "6465", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "6468", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "6471", + "amount": "4.92", + "parsedAmount": "4920000000000000000" + }, + { + "gotchiId": "6473", + "amount": "14.675", + "parsedAmount": "14675000000000000000" + }, + { + "gotchiId": "6475", + "amount": "59.129999999999995", + "parsedAmount": "59129999999999995000" + }, + { + "gotchiId": "6477", + "amount": "4.305", + "parsedAmount": "4305000000000000000" + }, + { + "gotchiId": "6478", + "amount": "17.2225", + "parsedAmount": "17222500000000000000" + }, + { + "gotchiId": "6480", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "6482", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "6485", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "6486", + "amount": "21.44", + "parsedAmount": "21440000000000000000" + }, + { + "gotchiId": "6487", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "6489", + "amount": "27.335", + "parsedAmount": "27335000000000000000" + }, + { + "gotchiId": "6490", + "amount": "25.090000000000003", + "parsedAmount": "25090000000000003000" + }, + { + "gotchiId": "6505", + "amount": "14.0625", + "parsedAmount": "14062500000000000000" + }, + { + "gotchiId": "6506", + "amount": "17.94", + "parsedAmount": "17940000000000000000" + }, + { + "gotchiId": "6507", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "6508", + "amount": "14.239999999999998", + "parsedAmount": "14239999999999998000" + }, + { + "gotchiId": "6509", + "amount": "14.2525", + "parsedAmount": "14252500000000000000" + }, + { + "gotchiId": "6510", + "amount": "14.1325", + "parsedAmount": "14132500000000000000" + }, + { + "gotchiId": "6511", + "amount": "18.3525", + "parsedAmount": "18352500000000000000" + }, + { + "gotchiId": "6512", + "amount": "4.1325", + "parsedAmount": "4132500000000000000" + }, + { + "gotchiId": "6513", + "amount": "18.13", + "parsedAmount": "18130000000000000000" + }, + { + "gotchiId": "6514", + "amount": "4.135", + "parsedAmount": "4135000000000000000" + }, + { + "gotchiId": "6515", + "amount": "18.255", + "parsedAmount": "18255000000000000000" + }, + { + "gotchiId": "6516", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "6517", + "amount": "14.125", + "parsedAmount": "14125000000000000000" + }, + { + "gotchiId": "6518", + "amount": "14.1975", + "parsedAmount": "14197500000000000000" + }, + { + "gotchiId": "6519", + "amount": "13.9775", + "parsedAmount": "13977500000000000000" + }, + { + "gotchiId": "6525", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "6529", + "amount": "21.942500000000003", + "parsedAmount": "21942500000000003000" + }, + { + "gotchiId": "6531", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "6532", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "6533", + "amount": "57.68000000000001", + "parsedAmount": "57680000000000010000" + }, + { + "gotchiId": "6534", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "6536", + "amount": "13.095", + "parsedAmount": "13095000000000000000" + }, + { + "gotchiId": "6538", + "amount": "6.22", + "parsedAmount": "6220000000000000000" + }, + { + "gotchiId": "6539", + "amount": "12.065000000000001", + "parsedAmount": "12065000000000001000" + }, + { + "gotchiId": "6541", + "amount": "36", + "parsedAmount": "36000000000000000000" + }, + { + "gotchiId": "6549", + "amount": "93.2075", + "parsedAmount": "93207500000000000000" + }, + { + "gotchiId": "6550", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "6555", + "amount": "16.885", + "parsedAmount": "16885000000000000000" + }, + { + "gotchiId": "6557", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "6558", + "amount": "5.8425", + "parsedAmount": "5842500000000000000" + }, + { + "gotchiId": "6560", + "amount": "7.007499999999999", + "parsedAmount": "7007499999999999000" + }, + { + "gotchiId": "6562", + "amount": "35.427499999999995", + "parsedAmount": "35427499999999995000" + }, + { + "gotchiId": "6564", + "amount": "32.832499999999996", + "parsedAmount": "32832499999999996000" + }, + { + "gotchiId": "6565", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "6566", + "amount": "23.322499999999998", + "parsedAmount": "23322499999999998000" + }, + { + "gotchiId": "6570", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "6574", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "6576", + "amount": "11.75", + "parsedAmount": "11750000000000000000" + }, + { + "gotchiId": "6581", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "6582", + "amount": "49.5525", + "parsedAmount": "49552500000000000000" + }, + { + "gotchiId": "6584", + "amount": "28.972500000000004", + "parsedAmount": "28972500000000004000" + }, + { + "gotchiId": "6585", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "6588", + "amount": "30.83", + "parsedAmount": "30830000000000000000" + }, + { + "gotchiId": "6589", + "amount": "6.155", + "parsedAmount": "6155000000000000000" + }, + { + "gotchiId": "6592", + "amount": "49.727500000000006", + "parsedAmount": "49727500000000006000" + }, + { + "gotchiId": "6593", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "6595", + "amount": "8.6425", + "parsedAmount": "8642500000000000000" + }, + { + "gotchiId": "6600", + "amount": "15.475", + "parsedAmount": "15475000000000000000" + }, + { + "gotchiId": "6601", + "amount": "20.1775", + "parsedAmount": "20177500000000000000" + }, + { + "gotchiId": "6602", + "amount": "11.842500000000001", + "parsedAmount": "11842500000000001000" + }, + { + "gotchiId": "6603", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "6604", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "6605", + "amount": "10.674999999999999", + "parsedAmount": "10674999999999999000" + }, + { + "gotchiId": "6608", + "amount": "21.105", + "parsedAmount": "21105000000000000000" + }, + { + "gotchiId": "6609", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "6610", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "6611", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "6613", + "amount": "2.7825", + "parsedAmount": "2782500000000000000" + }, + { + "gotchiId": "6615", + "amount": "43.235", + "parsedAmount": "43235000000000000000" + }, + { + "gotchiId": "6618", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "6624", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "6628", + "amount": "5.92", + "parsedAmount": "5920000000000000000" + }, + { + "gotchiId": "6630", + "amount": "11.440000000000001", + "parsedAmount": "11440000000000001000" + }, + { + "gotchiId": "6631", + "amount": "21.145", + "parsedAmount": "21145000000000000000" + }, + { + "gotchiId": "6632", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "6633", + "amount": "38.28", + "parsedAmount": "38280000000000000000" + }, + { + "gotchiId": "6634", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "6635", + "amount": "2.74", + "parsedAmount": "2740000000000000000" + }, + { + "gotchiId": "6636", + "amount": "7.4025", + "parsedAmount": "7402500000000000000" + }, + { + "gotchiId": "6637", + "amount": "53.7175", + "parsedAmount": "53717500000000000000" + }, + { + "gotchiId": "6639", + "amount": "32.5525", + "parsedAmount": "32552500000000000000" + } + ], + "totalAmount": "12569442499999999993000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952527, + "gasUsed": "9864881" + }, + { + "batchIndex": 6, + "transactionHash": "0x15f30269b3601f2be63d607c4485fe08ef39549d4f89dc96f66827a1a3ce8357", + "timestamp": "2025-09-24T06:13:27.047Z", + "gotchiRewards": [ + { + "gotchiId": "6640", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "6641", + "amount": "18.944999999999997", + "parsedAmount": "18944999999999997000" + }, + { + "gotchiId": "6642", + "amount": "21.575", + "parsedAmount": "21575000000000000000" + }, + { + "gotchiId": "6643", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "6644", + "amount": "31.8975", + "parsedAmount": "31897500000000000000" + }, + { + "gotchiId": "6645", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "6652", + "amount": "14.032499999999999", + "parsedAmount": "14032499999999999000" + }, + { + "gotchiId": "6653", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "6655", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "6656", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "6657", + "amount": "14.6675", + "parsedAmount": "14667500000000000000" + }, + { + "gotchiId": "6659", + "amount": "14.315000000000001", + "parsedAmount": "14315000000000001000" + }, + { + "gotchiId": "6662", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "6664", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "6665", + "amount": "29.7325", + "parsedAmount": "29732500000000000000" + }, + { + "gotchiId": "6670", + "amount": "33.9925", + "parsedAmount": "33992500000000000000" + }, + { + "gotchiId": "6671", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "6673", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "6674", + "amount": "29.335", + "parsedAmount": "29335000000000000000" + }, + { + "gotchiId": "6675", + "amount": "34.7525", + "parsedAmount": "34752500000000000000" + }, + { + "gotchiId": "6676", + "amount": "29.1825", + "parsedAmount": "29182500000000000000" + }, + { + "gotchiId": "6677", + "amount": "37.7", + "parsedAmount": "37700000000000000000" + }, + { + "gotchiId": "6678", + "amount": "29.740000000000002", + "parsedAmount": "29740000000000002000" + }, + { + "gotchiId": "6679", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "6681", + "amount": "23.185000000000002", + "parsedAmount": "23185000000000002000" + }, + { + "gotchiId": "6682", + "amount": "13.68", + "parsedAmount": "13680000000000000000" + }, + { + "gotchiId": "6683", + "amount": "17.96", + "parsedAmount": "17960000000000000000" + }, + { + "gotchiId": "6684", + "amount": "23.427500000000002", + "parsedAmount": "23427500000000002000" + }, + { + "gotchiId": "6685", + "amount": "3.9825", + "parsedAmount": "3982500000000000000" + }, + { + "gotchiId": "6688", + "amount": "10.485", + "parsedAmount": "10485000000000000000" + }, + { + "gotchiId": "6689", + "amount": "15.065", + "parsedAmount": "15065000000000000000" + }, + { + "gotchiId": "6690", + "amount": "11.0725", + "parsedAmount": "11072500000000000000" + }, + { + "gotchiId": "6691", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "6692", + "amount": "6.9725", + "parsedAmount": "6972500000000000000" + }, + { + "gotchiId": "6693", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "6694", + "amount": "6.9525", + "parsedAmount": "6952500000000000000" + }, + { + "gotchiId": "6695", + "amount": "113.38499999999999", + "parsedAmount": "113384999999999990000" + }, + { + "gotchiId": "6697", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "6700", + "amount": "8.2825", + "parsedAmount": "8282500000000000000" + }, + { + "gotchiId": "6704", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "6707", + "amount": "17.445", + "parsedAmount": "17445000000000000000" + }, + { + "gotchiId": "6709", + "amount": "52.175000000000004", + "parsedAmount": "52175000000000004000" + }, + { + "gotchiId": "6710", + "amount": "12.78", + "parsedAmount": "12780000000000000000" + }, + { + "gotchiId": "6711", + "amount": "15.535", + "parsedAmount": "15535000000000000000" + }, + { + "gotchiId": "6712", + "amount": "15.445", + "parsedAmount": "15445000000000000000" + }, + { + "gotchiId": "6713", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "6720", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "6723", + "amount": "14.3575", + "parsedAmount": "14357500000000000000" + }, + { + "gotchiId": "6729", + "amount": "13.5375", + "parsedAmount": "13537500000000000000" + }, + { + "gotchiId": "6731", + "amount": "6.0775", + "parsedAmount": "6077500000000000000" + }, + { + "gotchiId": "6732", + "amount": "14.075", + "parsedAmount": "14075000000000000000" + }, + { + "gotchiId": "6734", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "6735", + "amount": "63.145", + "parsedAmount": "63145000000000000000" + }, + { + "gotchiId": "6741", + "amount": "22.737499999999997", + "parsedAmount": "22737499999999997000" + }, + { + "gotchiId": "6742", + "amount": "24.3575", + "parsedAmount": "24357500000000000000" + }, + { + "gotchiId": "6743", + "amount": "12.3225", + "parsedAmount": "12322500000000000000" + }, + { + "gotchiId": "6745", + "amount": "6.54", + "parsedAmount": "6540000000000000000" + }, + { + "gotchiId": "6746", + "amount": "68.9625", + "parsedAmount": "68962500000000000000" + }, + { + "gotchiId": "6750", + "amount": "13.4275", + "parsedAmount": "13427500000000000000" + }, + { + "gotchiId": "6751", + "amount": "8.1975", + "parsedAmount": "8197500000000000000" + }, + { + "gotchiId": "6752", + "amount": "16.99", + "parsedAmount": "16990000000000000000" + }, + { + "gotchiId": "6756", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "6764", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "6765", + "amount": "13.317499999999999", + "parsedAmount": "13317499999999999000" + }, + { + "gotchiId": "6766", + "amount": "31.93", + "parsedAmount": "31930000000000000000" + }, + { + "gotchiId": "6769", + "amount": "25.975", + "parsedAmount": "25975000000000000000" + }, + { + "gotchiId": "6771", + "amount": "12.14", + "parsedAmount": "12140000000000000000" + }, + { + "gotchiId": "6773", + "amount": "11.5025", + "parsedAmount": "11502500000000000000" + }, + { + "gotchiId": "6780", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "6781", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "6785", + "amount": "26.5725", + "parsedAmount": "26572500000000000000" + }, + { + "gotchiId": "6786", + "amount": "38.597500000000004", + "parsedAmount": "38597500000000004000" + }, + { + "gotchiId": "6788", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "6789", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "6792", + "amount": "42.7325", + "parsedAmount": "42732500000000000000" + }, + { + "gotchiId": "6794", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "6796", + "amount": "4.095", + "parsedAmount": "4095000000000000000" + }, + { + "gotchiId": "6797", + "amount": "16.865000000000002", + "parsedAmount": "16865000000000002000" + }, + { + "gotchiId": "6798", + "amount": "16.455", + "parsedAmount": "16455000000000000000" + }, + { + "gotchiId": "6801", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "6802", + "amount": "17.22", + "parsedAmount": "17220000000000000000" + }, + { + "gotchiId": "6804", + "amount": "15.96", + "parsedAmount": "15960000000000000000" + }, + { + "gotchiId": "6807", + "amount": "33.464999999999996", + "parsedAmount": "33464999999999996000" + }, + { + "gotchiId": "6811", + "amount": "2.6675", + "parsedAmount": "2667500000000000000" + }, + { + "gotchiId": "6812", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "6813", + "amount": "2.49", + "parsedAmount": "2490000000000000000" + }, + { + "gotchiId": "6816", + "amount": "2.225", + "parsedAmount": "2225000000000000000" + }, + { + "gotchiId": "6817", + "amount": "7.72", + "parsedAmount": "7720000000000000000" + }, + { + "gotchiId": "6819", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "6821", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "6823", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "6824", + "amount": "14.204999999999998", + "parsedAmount": "14204999999999998000" + }, + { + "gotchiId": "6827", + "amount": "132.73749999999998", + "parsedAmount": "132737499999999980000" + }, + { + "gotchiId": "6828", + "amount": "27.5575", + "parsedAmount": "27557500000000000000" + }, + { + "gotchiId": "6835", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "6837", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "6839", + "amount": "38.965", + "parsedAmount": "38965000000000000000" + }, + { + "gotchiId": "6843", + "amount": "59.2275", + "parsedAmount": "59227500000000000000" + }, + { + "gotchiId": "6845", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "6846", + "amount": "12.4175", + "parsedAmount": "12417500000000000000" + }, + { + "gotchiId": "6847", + "amount": "53.995", + "parsedAmount": "53995000000000000000" + }, + { + "gotchiId": "6849", + "amount": "26.615", + "parsedAmount": "26615000000000000000" + }, + { + "gotchiId": "6851", + "amount": "60.24", + "parsedAmount": "60240000000000000000" + }, + { + "gotchiId": "6852", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "6853", + "amount": "113.24249999999999", + "parsedAmount": "113242499999999990000" + }, + { + "gotchiId": "6854", + "amount": "32.6475", + "parsedAmount": "32647500000000000000" + }, + { + "gotchiId": "6855", + "amount": "7.5425", + "parsedAmount": "7542500000000000000" + }, + { + "gotchiId": "6857", + "amount": "17.1025", + "parsedAmount": "17102500000000000000" + }, + { + "gotchiId": "6858", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "6860", + "amount": "31.367500000000003", + "parsedAmount": "31367500000000003000" + }, + { + "gotchiId": "6861", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "6866", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "6871", + "amount": "6.4025", + "parsedAmount": "6402500000000000000" + }, + { + "gotchiId": "6877", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "6879", + "amount": "36", + "parsedAmount": "36000000000000000000" + }, + { + "gotchiId": "6880", + "amount": "58.57", + "parsedAmount": "58570000000000000000" + }, + { + "gotchiId": "6881", + "amount": "46.0775", + "parsedAmount": "46077500000000000000" + }, + { + "gotchiId": "6882", + "amount": "54.6125", + "parsedAmount": "54612500000000000000" + }, + { + "gotchiId": "6884", + "amount": "36.8375", + "parsedAmount": "36837500000000000000" + }, + { + "gotchiId": "6885", + "amount": "7.6925", + "parsedAmount": "7692500000000000000" + }, + { + "gotchiId": "6887", + "amount": "42.255", + "parsedAmount": "42255000000000000000" + }, + { + "gotchiId": "6888", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "6889", + "amount": "20.465", + "parsedAmount": "20465000000000000000" + }, + { + "gotchiId": "6890", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "6892", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "6893", + "amount": "14.8675", + "parsedAmount": "14867500000000000000" + }, + { + "gotchiId": "6895", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "6901", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "6902", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "6906", + "amount": "2.3825", + "parsedAmount": "2382500000000000000" + }, + { + "gotchiId": "6908", + "amount": "21.9075", + "parsedAmount": "21907500000000000000" + }, + { + "gotchiId": "6912", + "amount": "116.71000000000001", + "parsedAmount": "116710000000000010000" + }, + { + "gotchiId": "6913", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "6916", + "amount": "22.7425", + "parsedAmount": "22742500000000000000" + }, + { + "gotchiId": "6917", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "6918", + "amount": "22.9375", + "parsedAmount": "22937500000000000000" + }, + { + "gotchiId": "6919", + "amount": "22.4325", + "parsedAmount": "22432500000000000000" + }, + { + "gotchiId": "6920", + "amount": "23.3875", + "parsedAmount": "23387500000000000000" + }, + { + "gotchiId": "6929", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "6931", + "amount": "84.4375", + "parsedAmount": "84437500000000000000" + }, + { + "gotchiId": "6932", + "amount": "589.4825", + "parsedAmount": "589482500000000000000" + }, + { + "gotchiId": "6933", + "amount": "58.964999999999996", + "parsedAmount": "58964999999999996000" + }, + { + "gotchiId": "6938", + "amount": "12.2625", + "parsedAmount": "12262500000000000000" + }, + { + "gotchiId": "6939", + "amount": "17.46", + "parsedAmount": "17460000000000000000" + }, + { + "gotchiId": "6941", + "amount": "9.342500000000001", + "parsedAmount": "9342500000000001000" + }, + { + "gotchiId": "6942", + "amount": "17.485", + "parsedAmount": "17485000000000000000" + }, + { + "gotchiId": "6944", + "amount": "7.7025", + "parsedAmount": "7702500000000000000" + }, + { + "gotchiId": "6946", + "amount": "31.1725", + "parsedAmount": "31172500000000000000" + }, + { + "gotchiId": "6947", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "6951", + "amount": "107.895", + "parsedAmount": "107895000000000000000" + }, + { + "gotchiId": "6952", + "amount": "179.98749999999998", + "parsedAmount": "179987499999999980000" + }, + { + "gotchiId": "6953", + "amount": "51.545", + "parsedAmount": "51545000000000000000" + }, + { + "gotchiId": "6962", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "6963", + "amount": "20.755", + "parsedAmount": "20755000000000000000" + }, + { + "gotchiId": "6966", + "amount": "21.7125", + "parsedAmount": "21712500000000000000" + }, + { + "gotchiId": "6967", + "amount": "22.674999999999997", + "parsedAmount": "22674999999999997000" + }, + { + "gotchiId": "6968", + "amount": "7.82", + "parsedAmount": "7820000000000000000" + }, + { + "gotchiId": "6973", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "6974", + "amount": "10.085", + "parsedAmount": "10085000000000000000" + }, + { + "gotchiId": "6975", + "amount": "30.2525", + "parsedAmount": "30252500000000000000" + }, + { + "gotchiId": "6976", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "6978", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "6981", + "amount": "5.51", + "parsedAmount": "5510000000000000000" + }, + { + "gotchiId": "6984", + "amount": "13.602500000000001", + "parsedAmount": "13602500000000001000" + }, + { + "gotchiId": "6985", + "amount": "13.094999999999999", + "parsedAmount": "13094999999999999000" + }, + { + "gotchiId": "6989", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "6992", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "6993", + "amount": "7.905", + "parsedAmount": "7905000000000000000" + }, + { + "gotchiId": "6997", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "7001", + "amount": "1490.7900000000002", + "parsedAmount": "1490790000000000200000" + }, + { + "gotchiId": "7005", + "amount": "122.83", + "parsedAmount": "122830000000000000000" + }, + { + "gotchiId": "7023", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "7024", + "amount": "17.325", + "parsedAmount": "17325000000000000000" + }, + { + "gotchiId": "7025", + "amount": "38.2275", + "parsedAmount": "38227500000000000000" + }, + { + "gotchiId": "7026", + "amount": "50.662499999999994", + "parsedAmount": "50662499999999994000" + }, + { + "gotchiId": "7028", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "7030", + "amount": "15.46", + "parsedAmount": "15460000000000000000" + }, + { + "gotchiId": "7031", + "amount": "8.1225", + "parsedAmount": "8122500000000000000" + }, + { + "gotchiId": "7033", + "amount": "47.5875", + "parsedAmount": "47587500000000000000" + }, + { + "gotchiId": "7034", + "amount": "16.505", + "parsedAmount": "16505000000000000000" + }, + { + "gotchiId": "7035", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "7036", + "amount": "23.67", + "parsedAmount": "23670000000000000000" + }, + { + "gotchiId": "7038", + "amount": "16.875", + "parsedAmount": "16875000000000000000" + }, + { + "gotchiId": "7042", + "amount": "25.4025", + "parsedAmount": "25402500000000000000" + }, + { + "gotchiId": "7044", + "amount": "11.75", + "parsedAmount": "11750000000000000000" + }, + { + "gotchiId": "7046", + "amount": "10.445", + "parsedAmount": "10445000000000000000" + }, + { + "gotchiId": "7047", + "amount": "28.59", + "parsedAmount": "28590000000000000000" + }, + { + "gotchiId": "7050", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "7052", + "amount": "30.729999999999997", + "parsedAmount": "30729999999999997000" + }, + { + "gotchiId": "7055", + "amount": "36.035", + "parsedAmount": "36035000000000000000" + }, + { + "gotchiId": "7056", + "amount": "14.2375", + "parsedAmount": "14237500000000000000" + }, + { + "gotchiId": "7058", + "amount": "30.634999999999998", + "parsedAmount": "30634999999999998000" + }, + { + "gotchiId": "7060", + "amount": "58.1225", + "parsedAmount": "58122500000000000000" + }, + { + "gotchiId": "7062", + "amount": "7.8475", + "parsedAmount": "7847500000000000000" + }, + { + "gotchiId": "7063", + "amount": "18.4", + "parsedAmount": "18400000000000000000" + }, + { + "gotchiId": "7064", + "amount": "2.7825", + "parsedAmount": "2782500000000000000" + }, + { + "gotchiId": "7065", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "7066", + "amount": "19.04", + "parsedAmount": "19040000000000000000" + }, + { + "gotchiId": "7067", + "amount": "46.3125", + "parsedAmount": "46312500000000000000" + }, + { + "gotchiId": "7068", + "amount": "100.00500000000001", + "parsedAmount": "100005000000000010000" + }, + { + "gotchiId": "7069", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "7073", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "7076", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "7078", + "amount": "12.1175", + "parsedAmount": "12117500000000000000" + }, + { + "gotchiId": "7080", + "amount": "15.872499999999999", + "parsedAmount": "15872499999999999000" + }, + { + "gotchiId": "7081", + "amount": "10.969999999999999", + "parsedAmount": "10969999999999999000" + }, + { + "gotchiId": "7082", + "amount": "47.3075", + "parsedAmount": "47307500000000000000" + }, + { + "gotchiId": "7083", + "amount": "40.722500000000004", + "parsedAmount": "40722500000000004000" + }, + { + "gotchiId": "7084", + "amount": "34.3375", + "parsedAmount": "34337500000000000000" + }, + { + "gotchiId": "7090", + "amount": "11.2", + "parsedAmount": "11200000000000000000" + }, + { + "gotchiId": "7095", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "7097", + "amount": "8.375", + "parsedAmount": "8375000000000000000" + }, + { + "gotchiId": "7099", + "amount": "15.149999999999999", + "parsedAmount": "15149999999999999000" + }, + { + "gotchiId": "7101", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "7103", + "amount": "9.875", + "parsedAmount": "9875000000000000000" + }, + { + "gotchiId": "7104", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "7106", + "amount": "6.89", + "parsedAmount": "6890000000000000000" + }, + { + "gotchiId": "7110", + "amount": "32.7625", + "parsedAmount": "32762500000000000000" + }, + { + "gotchiId": "7111", + "amount": "13.8", + "parsedAmount": "13800000000000000000" + }, + { + "gotchiId": "7112", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "7113", + "amount": "29.1525", + "parsedAmount": "29152500000000000000" + }, + { + "gotchiId": "7119", + "amount": "10.645", + "parsedAmount": "10645000000000000000" + }, + { + "gotchiId": "7124", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "7129", + "amount": "17.0475", + "parsedAmount": "17047500000000000000" + }, + { + "gotchiId": "7130", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "7137", + "amount": "10.6925", + "parsedAmount": "10692500000000000000" + }, + { + "gotchiId": "7138", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "7141", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "7143", + "amount": "26.04", + "parsedAmount": "26040000000000000000" + }, + { + "gotchiId": "7144", + "amount": "28.725", + "parsedAmount": "28725000000000000000" + }, + { + "gotchiId": "7147", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "7148", + "amount": "12.442499999999999", + "parsedAmount": "12442499999999999000" + }, + { + "gotchiId": "7151", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "7153", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "7156", + "amount": "5.83", + "parsedAmount": "5830000000000000000" + }, + { + "gotchiId": "7161", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "7164", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "7167", + "amount": "22.7675", + "parsedAmount": "22767500000000000000" + }, + { + "gotchiId": "7169", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7171", + "amount": "16.57", + "parsedAmount": "16570000000000000000" + }, + { + "gotchiId": "7172", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "7178", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "7179", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "7181", + "amount": "7.915", + "parsedAmount": "7915000000000000000" + }, + { + "gotchiId": "7183", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "7184", + "amount": "32.78", + "parsedAmount": "32780000000000000000" + }, + { + "gotchiId": "7185", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "7187", + "amount": "80.4875", + "parsedAmount": "80487500000000000000" + }, + { + "gotchiId": "7190", + "amount": "33.355000000000004", + "parsedAmount": "33355000000000004000" + }, + { + "gotchiId": "7191", + "amount": "34.440000000000005", + "parsedAmount": "34440000000000005000" + }, + { + "gotchiId": "7192", + "amount": "36.5525", + "parsedAmount": "36552500000000000000" + }, + { + "gotchiId": "7193", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "7194", + "amount": "7.88", + "parsedAmount": "7880000000000000000" + }, + { + "gotchiId": "7195", + "amount": "3.74", + "parsedAmount": "3740000000000000000" + }, + { + "gotchiId": "7196", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "7200", + "amount": "44.3275", + "parsedAmount": "44327500000000000000" + }, + { + "gotchiId": "7202", + "amount": "30.8725", + "parsedAmount": "30872500000000000000" + }, + { + "gotchiId": "7203", + "amount": "26.005000000000003", + "parsedAmount": "26005000000000003000" + }, + { + "gotchiId": "7204", + "amount": "22.77", + "parsedAmount": "22770000000000000000" + }, + { + "gotchiId": "7205", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "7206", + "amount": "30.490000000000002", + "parsedAmount": "30490000000000002000" + }, + { + "gotchiId": "7209", + "amount": "47.910000000000004", + "parsedAmount": "47910000000000004000" + }, + { + "gotchiId": "7210", + "amount": "18.8125", + "parsedAmount": "18812500000000000000" + }, + { + "gotchiId": "7211", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "7212", + "amount": "17.052500000000002", + "parsedAmount": "17052500000000002000" + }, + { + "gotchiId": "7213", + "amount": "5.185", + "parsedAmount": "5185000000000000000" + }, + { + "gotchiId": "7215", + "amount": "17.5675", + "parsedAmount": "17567500000000000000" + }, + { + "gotchiId": "7216", + "amount": "7.675000000000001", + "parsedAmount": "7675000000000001000" + }, + { + "gotchiId": "7217", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "7225", + "amount": "9.235", + "parsedAmount": "9235000000000000000" + }, + { + "gotchiId": "7226", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "7229", + "amount": "6.0125", + "parsedAmount": "6012500000000000000" + }, + { + "gotchiId": "7230", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "7232", + "amount": "23.925", + "parsedAmount": "23925000000000000000" + }, + { + "gotchiId": "7234", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "7236", + "amount": "25.1175", + "parsedAmount": "25117500000000000000" + }, + { + "gotchiId": "7239", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "7240", + "amount": "27.9525", + "parsedAmount": "27952500000000000000" + }, + { + "gotchiId": "7245", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "7246", + "amount": "3.2925", + "parsedAmount": "3292500000000000000" + }, + { + "gotchiId": "7247", + "amount": "50.3575", + "parsedAmount": "50357500000000000000" + }, + { + "gotchiId": "7248", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "7250", + "amount": "4.83", + "parsedAmount": "4830000000000000000" + }, + { + "gotchiId": "7251", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "7256", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "7257", + "amount": "36.5", + "parsedAmount": "36500000000000000000" + }, + { + "gotchiId": "7259", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "7260", + "amount": "17.589999999999996", + "parsedAmount": "17589999999999996000" + }, + { + "gotchiId": "7264", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "7265", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "7266", + "amount": "23.7575", + "parsedAmount": "23757500000000000000" + }, + { + "gotchiId": "7267", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "7268", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "7271", + "amount": "4.11", + "parsedAmount": "4110000000000000000" + }, + { + "gotchiId": "7277", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "7284", + "amount": "32.4875", + "parsedAmount": "32487500000000000000" + }, + { + "gotchiId": "7286", + "amount": "28.7175", + "parsedAmount": "28717500000000000000" + }, + { + "gotchiId": "7288", + "amount": "29.8475", + "parsedAmount": "29847500000000000000" + }, + { + "gotchiId": "7290", + "amount": "10.364999999999998", + "parsedAmount": "10364999999999998000" + }, + { + "gotchiId": "7291", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "7292", + "amount": "8.6075", + "parsedAmount": "8607500000000000000" + }, + { + "gotchiId": "7293", + "amount": "7.2675", + "parsedAmount": "7267500000000000000" + }, + { + "gotchiId": "7298", + "amount": "2.985", + "parsedAmount": "2985000000000000000" + }, + { + "gotchiId": "7299", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "7300", + "amount": "13.662500000000001", + "parsedAmount": "13662500000000001000" + }, + { + "gotchiId": "7301", + "amount": "14.675", + "parsedAmount": "14675000000000000000" + }, + { + "gotchiId": "7303", + "amount": "75.205", + "parsedAmount": "75205000000000000000" + }, + { + "gotchiId": "7304", + "amount": "32.375", + "parsedAmount": "32375000000000000000" + }, + { + "gotchiId": "7305", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "7306", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "7310", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "7311", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "7312", + "amount": "40.025000000000006", + "parsedAmount": "40025000000000006000" + }, + { + "gotchiId": "7316", + "amount": "112.035", + "parsedAmount": "112035000000000000000" + }, + { + "gotchiId": "7317", + "amount": "5.404999999999999", + "parsedAmount": "5404999999999999000" + }, + { + "gotchiId": "7318", + "amount": "11.102500000000001", + "parsedAmount": "11102500000000001000" + }, + { + "gotchiId": "7320", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "7324", + "amount": "27.2025", + "parsedAmount": "27202500000000000000" + }, + { + "gotchiId": "7327", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7328", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "7329", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "7331", + "amount": "34.0325", + "parsedAmount": "34032500000000000000" + }, + { + "gotchiId": "7332", + "amount": "47.8825", + "parsedAmount": "47882500000000000000" + }, + { + "gotchiId": "7336", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "7341", + "amount": "10.7875", + "parsedAmount": "10787500000000000000" + }, + { + "gotchiId": "7343", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "7346", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "7347", + "amount": "24.805", + "parsedAmount": "24805000000000000000" + }, + { + "gotchiId": "7348", + "amount": "13.1025", + "parsedAmount": "13102500000000000000" + }, + { + "gotchiId": "7350", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "7353", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "7354", + "amount": "12.4575", + "parsedAmount": "12457500000000000000" + }, + { + "gotchiId": "7355", + "amount": "7.9775", + "parsedAmount": "7977500000000000000" + }, + { + "gotchiId": "7361", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "7365", + "amount": "10.0625", + "parsedAmount": "10062500000000000000" + }, + { + "gotchiId": "7368", + "amount": "12.4025", + "parsedAmount": "12402500000000000000" + }, + { + "gotchiId": "7369", + "amount": "42.33", + "parsedAmount": "42330000000000000000" + }, + { + "gotchiId": "7370", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "7374", + "amount": "14.562500000000002", + "parsedAmount": "14562500000000002000" + }, + { + "gotchiId": "7377", + "amount": "31.9875", + "parsedAmount": "31987500000000000000" + }, + { + "gotchiId": "7382", + "amount": "23.3075", + "parsedAmount": "23307500000000000000" + }, + { + "gotchiId": "7383", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "7384", + "amount": "173.87", + "parsedAmount": "173870000000000000000" + }, + { + "gotchiId": "7385", + "amount": "30.335", + "parsedAmount": "30335000000000000000" + }, + { + "gotchiId": "7387", + "amount": "7.93", + "parsedAmount": "7930000000000000000" + }, + { + "gotchiId": "7389", + "amount": "4.0925", + "parsedAmount": "4092500000000000000" + }, + { + "gotchiId": "7390", + "amount": "6.175", + "parsedAmount": "6175000000000000000" + }, + { + "gotchiId": "7391", + "amount": "9.735", + "parsedAmount": "9735000000000000000" + }, + { + "gotchiId": "7393", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "7394", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "7396", + "amount": "8.219999999999999", + "parsedAmount": "8219999999999999000" + }, + { + "gotchiId": "7397", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "7398", + "amount": "5.8625", + "parsedAmount": "5862500000000000000" + }, + { + "gotchiId": "7401", + "amount": "36.69", + "parsedAmount": "36690000000000000000" + }, + { + "gotchiId": "7403", + "amount": "55.4425", + "parsedAmount": "55442500000000000000" + }, + { + "gotchiId": "7404", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "7407", + "amount": "11.815", + "parsedAmount": "11815000000000000000" + }, + { + "gotchiId": "7410", + "amount": "27.732499999999998", + "parsedAmount": "27732499999999998000" + }, + { + "gotchiId": "7411", + "amount": "13.5875", + "parsedAmount": "13587500000000000000" + }, + { + "gotchiId": "7412", + "amount": "50.949999999999996", + "parsedAmount": "50949999999999996000" + }, + { + "gotchiId": "7413", + "amount": "91.0625", + "parsedAmount": "91062500000000000000" + }, + { + "gotchiId": "7414", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "7416", + "amount": "19.47", + "parsedAmount": "19470000000000000000" + }, + { + "gotchiId": "7420", + "amount": "38.472500000000004", + "parsedAmount": "38472500000000004000" + }, + { + "gotchiId": "7421", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "7422", + "amount": "1353.875", + "parsedAmount": "1353875000000000000000" + }, + { + "gotchiId": "7423", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "7424", + "amount": "13.844999999999999", + "parsedAmount": "13844999999999999000" + }, + { + "gotchiId": "7425", + "amount": "57.60999999999999", + "parsedAmount": "57609999999999990000" + }, + { + "gotchiId": "7426", + "amount": "38.980000000000004", + "parsedAmount": "38980000000000004000" + }, + { + "gotchiId": "7428", + "amount": "16.1825", + "parsedAmount": "16182500000000000000" + }, + { + "gotchiId": "7429", + "amount": "12.122499999999999", + "parsedAmount": "12122499999999999000" + }, + { + "gotchiId": "7430", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "7431", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "7432", + "amount": "24.279999999999998", + "parsedAmount": "24279999999999998000" + }, + { + "gotchiId": "7433", + "amount": "53.175", + "parsedAmount": "53175000000000000000" + }, + { + "gotchiId": "7434", + "amount": "34.095", + "parsedAmount": "34095000000000000000" + }, + { + "gotchiId": "7436", + "amount": "40.724999999999994", + "parsedAmount": "40724999999999994000" + }, + { + "gotchiId": "7437", + "amount": "33.44", + "parsedAmount": "33440000000000000000" + }, + { + "gotchiId": "7438", + "amount": "17.9825", + "parsedAmount": "17982500000000000000" + }, + { + "gotchiId": "7443", + "amount": "6.2825", + "parsedAmount": "6282500000000000000" + }, + { + "gotchiId": "7444", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "7445", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "7449", + "amount": "23.0175", + "parsedAmount": "23017500000000000000" + }, + { + "gotchiId": "7453", + "amount": "18.84", + "parsedAmount": "18840000000000000000" + }, + { + "gotchiId": "7454", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "7455", + "amount": "12.102500000000001", + "parsedAmount": "12102500000000001000" + }, + { + "gotchiId": "7456", + "amount": "41.8025", + "parsedAmount": "41802500000000000000" + }, + { + "gotchiId": "7457", + "amount": "60.7125", + "parsedAmount": "60712500000000000000" + }, + { + "gotchiId": "7458", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "7459", + "amount": "19.615", + "parsedAmount": "19615000000000000000" + }, + { + "gotchiId": "7460", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "7462", + "amount": "39.8875", + "parsedAmount": "39887500000000000000" + }, + { + "gotchiId": "7463", + "amount": "15.419999999999998", + "parsedAmount": "15419999999999998000" + }, + { + "gotchiId": "7464", + "amount": "7.315", + "parsedAmount": "7315000000000000000" + }, + { + "gotchiId": "7465", + "amount": "10.952499999999999", + "parsedAmount": "10952499999999999000" + }, + { + "gotchiId": "7466", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "7468", + "amount": "18.63", + "parsedAmount": "18630000000000000000" + }, + { + "gotchiId": "7471", + "amount": "27.715", + "parsedAmount": "27715000000000000000" + }, + { + "gotchiId": "7473", + "amount": "8.9375", + "parsedAmount": "8937500000000000000" + }, + { + "gotchiId": "7474", + "amount": "53.9075", + "parsedAmount": "53907500000000000000" + }, + { + "gotchiId": "7475", + "amount": "11.8225", + "parsedAmount": "11822500000000000000" + }, + { + "gotchiId": "7476", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "7477", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "7478", + "amount": "11.8325", + "parsedAmount": "11832500000000000000" + }, + { + "gotchiId": "7480", + "amount": "78.18", + "parsedAmount": "78180000000000000000" + }, + { + "gotchiId": "7483", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "7484", + "amount": "6.0025", + "parsedAmount": "6002500000000000000" + }, + { + "gotchiId": "7486", + "amount": "5.6275", + "parsedAmount": "5627500000000000000" + }, + { + "gotchiId": "7487", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "7488", + "amount": "34.94", + "parsedAmount": "34940000000000000000" + }, + { + "gotchiId": "7489", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "7492", + "amount": "19.650000000000002", + "parsedAmount": "19650000000000002000" + }, + { + "gotchiId": "7494", + "amount": "14.592500000000001", + "parsedAmount": "14592500000000001000" + }, + { + "gotchiId": "7495", + "amount": "48.2675", + "parsedAmount": "48267500000000000000" + }, + { + "gotchiId": "7497", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "7500", + "amount": "8.9475", + "parsedAmount": "8947500000000000000" + }, + { + "gotchiId": "7502", + "amount": "14.342500000000001", + "parsedAmount": "14342500000000001000" + }, + { + "gotchiId": "7504", + "amount": "42.8", + "parsedAmount": "42800000000000000000" + }, + { + "gotchiId": "7505", + "amount": "23.7125", + "parsedAmount": "23712500000000000000" + }, + { + "gotchiId": "7506", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "7509", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "7512", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "7513", + "amount": "7.895", + "parsedAmount": "7895000000000000000" + }, + { + "gotchiId": "7516", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "7517", + "amount": "31.2875", + "parsedAmount": "31287500000000000000" + }, + { + "gotchiId": "7519", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "7520", + "amount": "13.905", + "parsedAmount": "13905000000000000000" + }, + { + "gotchiId": "7523", + "amount": "6.8525", + "parsedAmount": "6852500000000000000" + }, + { + "gotchiId": "7525", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "7526", + "amount": "8.3325", + "parsedAmount": "8332500000000000000" + }, + { + "gotchiId": "7527", + "amount": "27.9575", + "parsedAmount": "27957500000000000000" + }, + { + "gotchiId": "7528", + "amount": "16.5825", + "parsedAmount": "16582500000000000000" + }, + { + "gotchiId": "7529", + "amount": "24.729999999999997", + "parsedAmount": "24729999999999997000" + }, + { + "gotchiId": "7530", + "amount": "20.1275", + "parsedAmount": "20127500000000000000" + }, + { + "gotchiId": "7533", + "amount": "15.73", + "parsedAmount": "15730000000000000000" + }, + { + "gotchiId": "7534", + "amount": "13.897499999999999", + "parsedAmount": "13897499999999999000" + }, + { + "gotchiId": "7536", + "amount": "8.97", + "parsedAmount": "8970000000000000000" + }, + { + "gotchiId": "7537", + "amount": "6.93", + "parsedAmount": "6930000000000000000" + }, + { + "gotchiId": "7539", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "7540", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "7541", + "amount": "10.94", + "parsedAmount": "10940000000000000000" + }, + { + "gotchiId": "7542", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "7543", + "amount": "9.17", + "parsedAmount": "9170000000000000000" + }, + { + "gotchiId": "7544", + "amount": "9.315", + "parsedAmount": "9315000000000000000" + }, + { + "gotchiId": "7545", + "amount": "31.8325", + "parsedAmount": "31832500000000000000" + }, + { + "gotchiId": "7547", + "amount": "22.705", + "parsedAmount": "22705000000000000000" + }, + { + "gotchiId": "7548", + "amount": "16.5525", + "parsedAmount": "16552500000000000000" + }, + { + "gotchiId": "7552", + "amount": "9.2575", + "parsedAmount": "9257500000000000000" + }, + { + "gotchiId": "7555", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "7562", + "amount": "39.0075", + "parsedAmount": "39007500000000000000" + }, + { + "gotchiId": "7563", + "amount": "57.41", + "parsedAmount": "57410000000000000000" + }, + { + "gotchiId": "7565", + "amount": "11.43", + "parsedAmount": "11430000000000000000" + }, + { + "gotchiId": "7566", + "amount": "12.719999999999999", + "parsedAmount": "12719999999999999000" + }, + { + "gotchiId": "7567", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "7569", + "amount": "47.3675", + "parsedAmount": "47367500000000000000" + }, + { + "gotchiId": "7570", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "7571", + "amount": "63.347500000000004", + "parsedAmount": "63347500000000004000" + }, + { + "gotchiId": "7572", + "amount": "3.7325", + "parsedAmount": "3732500000000000000" + }, + { + "gotchiId": "7573", + "amount": "13.6375", + "parsedAmount": "13637500000000000000" + }, + { + "gotchiId": "7577", + "amount": "10.4975", + "parsedAmount": "10497500000000000000" + }, + { + "gotchiId": "7578", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "7582", + "amount": "7.387499999999999", + "parsedAmount": "7387499999999999000" + }, + { + "gotchiId": "7583", + "amount": "12.6925", + "parsedAmount": "12692500000000000000" + }, + { + "gotchiId": "7584", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "7585", + "amount": "56.7675", + "parsedAmount": "56767500000000000000" + }, + { + "gotchiId": "7586", + "amount": "13.2575", + "parsedAmount": "13257500000000000000" + }, + { + "gotchiId": "7587", + "amount": "13.3875", + "parsedAmount": "13387500000000000000" + }, + { + "gotchiId": "7588", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "7589", + "amount": "99.8975", + "parsedAmount": "99897500000000000000" + }, + { + "gotchiId": "7590", + "amount": "17.3575", + "parsedAmount": "17357500000000000000" + }, + { + "gotchiId": "7594", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "7597", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "7598", + "amount": "2.185", + "parsedAmount": "2185000000000000000" + }, + { + "gotchiId": "7599", + "amount": "13.2225", + "parsedAmount": "13222500000000000000" + }, + { + "gotchiId": "7600", + "amount": "10.170000000000002", + "parsedAmount": "10170000000000002000" + }, + { + "gotchiId": "7601", + "amount": "18.515", + "parsedAmount": "18515000000000000000" + }, + { + "gotchiId": "7603", + "amount": "46.4975", + "parsedAmount": "46497500000000000000" + }, + { + "gotchiId": "7604", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "7607", + "amount": "30.0425", + "parsedAmount": "30042500000000000000" + }, + { + "gotchiId": "7608", + "amount": "24.307499999999997", + "parsedAmount": "24307499999999997000" + }, + { + "gotchiId": "7611", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "7614", + "amount": "10.02", + "parsedAmount": "10020000000000000000" + }, + { + "gotchiId": "7615", + "amount": "83.4175", + "parsedAmount": "83417500000000000000" + }, + { + "gotchiId": "7617", + "amount": "69.94999999999999", + "parsedAmount": "69949999999999990000" + }, + { + "gotchiId": "7625", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "7626", + "amount": "19.1725", + "parsedAmount": "19172500000000000000" + }, + { + "gotchiId": "7629", + "amount": "29.182499999999997", + "parsedAmount": "29182499999999997000" + }, + { + "gotchiId": "7632", + "amount": "11.297500000000001", + "parsedAmount": "11297500000000001000" + }, + { + "gotchiId": "7633", + "amount": "5.675", + "parsedAmount": "5675000000000000000" + }, + { + "gotchiId": "7636", + "amount": "11.66", + "parsedAmount": "11660000000000000000" + }, + { + "gotchiId": "7639", + "amount": "31.01", + "parsedAmount": "31010000000000000000" + }, + { + "gotchiId": "7642", + "amount": "8.7075", + "parsedAmount": "8707500000000000000" + }, + { + "gotchiId": "7643", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "7644", + "amount": "12.057500000000001", + "parsedAmount": "12057500000000001000" + }, + { + "gotchiId": "7645", + "amount": "55.902499999999996", + "parsedAmount": "55902499999999996000" + }, + { + "gotchiId": "7647", + "amount": "19.215", + "parsedAmount": "19215000000000000000" + } + ], + "totalAmount": "13230350000000000138000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952531, + "gasUsed": "10151475" + }, + { + "batchIndex": 7, + "transactionHash": "0x390a9c9320b8425d0f57df3c2e62a54d8e34b1e7c2827931866978092cd2aaaf", + "timestamp": "2025-09-24T06:13:30.856Z", + "gotchiRewards": [ + { + "gotchiId": "7649", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "7651", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "7653", + "amount": "358.45", + "parsedAmount": "358450000000000000000" + }, + { + "gotchiId": "7655", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "7656", + "amount": "10.985", + "parsedAmount": "10985000000000000000" + }, + { + "gotchiId": "7657", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "7658", + "amount": "12.01", + "parsedAmount": "12010000000000000000" + }, + { + "gotchiId": "7660", + "amount": "7.27", + "parsedAmount": "7270000000000000000" + }, + { + "gotchiId": "7661", + "amount": "23.65", + "parsedAmount": "23650000000000000000" + }, + { + "gotchiId": "7662", + "amount": "11.7175", + "parsedAmount": "11717500000000000000" + }, + { + "gotchiId": "7664", + "amount": "21.362499999999997", + "parsedAmount": "21362499999999997000" + }, + { + "gotchiId": "7667", + "amount": "21.485", + "parsedAmount": "21485000000000000000" + }, + { + "gotchiId": "7670", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "7675", + "amount": "23.085", + "parsedAmount": "23085000000000000000" + }, + { + "gotchiId": "7678", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "7679", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "7680", + "amount": "15.65", + "parsedAmount": "15650000000000000000" + }, + { + "gotchiId": "7681", + "amount": "9.53", + "parsedAmount": "9530000000000000000" + }, + { + "gotchiId": "7682", + "amount": "4.967499999999999", + "parsedAmount": "4967499999999999000" + }, + { + "gotchiId": "7685", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "7687", + "amount": "25.9925", + "parsedAmount": "25992500000000000000" + }, + { + "gotchiId": "7688", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "7689", + "amount": "32.5825", + "parsedAmount": "32582500000000000000" + }, + { + "gotchiId": "7694", + "amount": "3.3225", + "parsedAmount": "3322500000000000000" + }, + { + "gotchiId": "7697", + "amount": "14.977500000000001", + "parsedAmount": "14977500000000001000" + }, + { + "gotchiId": "7700", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "7708", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "7709", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "7716", + "amount": "8.7625", + "parsedAmount": "8762500000000000000" + }, + { + "gotchiId": "7717", + "amount": "98.33749999999999", + "parsedAmount": "98337499999999990000" + }, + { + "gotchiId": "7718", + "amount": "25.5625", + "parsedAmount": "25562500000000000000" + }, + { + "gotchiId": "7721", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "7722", + "amount": "12.099999999999998", + "parsedAmount": "12099999999999998000" + }, + { + "gotchiId": "7723", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "7727", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "7729", + "amount": "30.21", + "parsedAmount": "30210000000000000000" + }, + { + "gotchiId": "7731", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "7732", + "amount": "10.695", + "parsedAmount": "10695000000000000000" + }, + { + "gotchiId": "7735", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "7739", + "amount": "12.0125", + "parsedAmount": "12012500000000000000" + }, + { + "gotchiId": "7740", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "7743", + "amount": "12.024999999999999", + "parsedAmount": "12024999999999999000" + }, + { + "gotchiId": "7744", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "7745", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "7746", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "7747", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "7748", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "7749", + "amount": "9.4825", + "parsedAmount": "9482500000000000000" + }, + { + "gotchiId": "7752", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "7753", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "7754", + "amount": "15.1625", + "parsedAmount": "15162500000000000000" + }, + { + "gotchiId": "7755", + "amount": "145.9625", + "parsedAmount": "145962500000000000000" + }, + { + "gotchiId": "7758", + "amount": "12.3175", + "parsedAmount": "12317500000000000000" + }, + { + "gotchiId": "7760", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "7764", + "amount": "12.8375", + "parsedAmount": "12837500000000000000" + }, + { + "gotchiId": "7765", + "amount": "2403.91", + "parsedAmount": "2403910000000000000000" + }, + { + "gotchiId": "7766", + "amount": "34.182500000000005", + "parsedAmount": "34182500000000005000" + }, + { + "gotchiId": "7767", + "amount": "41.269999999999996", + "parsedAmount": "41269999999999996000" + }, + { + "gotchiId": "7768", + "amount": "40.205", + "parsedAmount": "40205000000000000000" + }, + { + "gotchiId": "7770", + "amount": "3.745", + "parsedAmount": "3745000000000000000" + }, + { + "gotchiId": "7771", + "amount": "40.5775", + "parsedAmount": "40577500000000000000" + }, + { + "gotchiId": "7772", + "amount": "23.295", + "parsedAmount": "23295000000000000000" + }, + { + "gotchiId": "7773", + "amount": "14.765", + "parsedAmount": "14765000000000000000" + }, + { + "gotchiId": "7774", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "7779", + "amount": "34.17", + "parsedAmount": "34170000000000000000" + }, + { + "gotchiId": "7780", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "7782", + "amount": "349.5925", + "parsedAmount": "349592500000000000000" + }, + { + "gotchiId": "7784", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "7786", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "7787", + "amount": "12.175", + "parsedAmount": "12175000000000000000" + }, + { + "gotchiId": "7791", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "7792", + "amount": "10.08", + "parsedAmount": "10080000000000000000" + }, + { + "gotchiId": "7794", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "7795", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "7796", + "amount": "40.057500000000005", + "parsedAmount": "40057500000000005000" + }, + { + "gotchiId": "7800", + "amount": "31.165", + "parsedAmount": "31165000000000000000" + }, + { + "gotchiId": "7802", + "amount": "30.4375", + "parsedAmount": "30437500000000000000" + }, + { + "gotchiId": "7804", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "7807", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "7808", + "amount": "18.965", + "parsedAmount": "18965000000000000000" + }, + { + "gotchiId": "7816", + "amount": "6.9125", + "parsedAmount": "6912500000000000000" + }, + { + "gotchiId": "7817", + "amount": "22.1575", + "parsedAmount": "22157500000000000000" + }, + { + "gotchiId": "7818", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "7820", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "7823", + "amount": "7.68", + "parsedAmount": "7680000000000000000" + }, + { + "gotchiId": "7824", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "7828", + "amount": "33.9425", + "parsedAmount": "33942500000000000000" + }, + { + "gotchiId": "7829", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "7830", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "7831", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "7832", + "amount": "53.61", + "parsedAmount": "53610000000000000000" + }, + { + "gotchiId": "7834", + "amount": "4.952500000000001", + "parsedAmount": "4952500000000001000" + }, + { + "gotchiId": "7835", + "amount": "13.595", + "parsedAmount": "13595000000000000000" + }, + { + "gotchiId": "7836", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "7837", + "amount": "6.470000000000001", + "parsedAmount": "6470000000000001000" + }, + { + "gotchiId": "7839", + "amount": "9.872499999999999", + "parsedAmount": "9872499999999999000" + }, + { + "gotchiId": "7840", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "7842", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7843", + "amount": "9.195", + "parsedAmount": "9195000000000000000" + }, + { + "gotchiId": "7844", + "amount": "8.7725", + "parsedAmount": "8772500000000000000" + }, + { + "gotchiId": "7845", + "amount": "121.3025", + "parsedAmount": "121302500000000000000" + }, + { + "gotchiId": "7846", + "amount": "4.81", + "parsedAmount": "4810000000000000000" + }, + { + "gotchiId": "7848", + "amount": "1130.875", + "parsedAmount": "1130875000000000000000" + }, + { + "gotchiId": "7850", + "amount": "14.365", + "parsedAmount": "14365000000000000000" + }, + { + "gotchiId": "7852", + "amount": "10.14", + "parsedAmount": "10140000000000000000" + }, + { + "gotchiId": "7853", + "amount": "39.555", + "parsedAmount": "39555000000000000000" + }, + { + "gotchiId": "7854", + "amount": "5.077500000000001", + "parsedAmount": "5077500000000001000" + }, + { + "gotchiId": "7858", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "7860", + "amount": "10.335", + "parsedAmount": "10335000000000000000" + }, + { + "gotchiId": "7863", + "amount": "54.6825", + "parsedAmount": "54682500000000000000" + }, + { + "gotchiId": "7864", + "amount": "55.805", + "parsedAmount": "55805000000000000000" + }, + { + "gotchiId": "7865", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "7867", + "amount": "2.095", + "parsedAmount": "2095000000000000000" + }, + { + "gotchiId": "7868", + "amount": "64.0125", + "parsedAmount": "64012500000000000000" + }, + { + "gotchiId": "7872", + "amount": "8.540000000000001", + "parsedAmount": "8540000000000001000" + }, + { + "gotchiId": "7875", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "7876", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "7880", + "amount": "18.045", + "parsedAmount": "18045000000000000000" + }, + { + "gotchiId": "7881", + "amount": "5.6275", + "parsedAmount": "5627500000000000000" + }, + { + "gotchiId": "7885", + "amount": "64.155", + "parsedAmount": "64155000000000000000" + }, + { + "gotchiId": "7887", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "7888", + "amount": "9.622499999999999", + "parsedAmount": "9622499999999999000" + }, + { + "gotchiId": "7889", + "amount": "33.4225", + "parsedAmount": "33422500000000000000" + }, + { + "gotchiId": "7890", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "7892", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "7893", + "amount": "81.38", + "parsedAmount": "81380000000000000000" + }, + { + "gotchiId": "7895", + "amount": "85.7525", + "parsedAmount": "85752500000000000000" + }, + { + "gotchiId": "7897", + "amount": "7.88", + "parsedAmount": "7880000000000000000" + }, + { + "gotchiId": "7898", + "amount": "16.08", + "parsedAmount": "16080000000000000000" + }, + { + "gotchiId": "7900", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "7907", + "amount": "9.99", + "parsedAmount": "9990000000000000000" + }, + { + "gotchiId": "7908", + "amount": "17.21", + "parsedAmount": "17210000000000000000" + }, + { + "gotchiId": "7909", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "7912", + "amount": "25.375", + "parsedAmount": "25375000000000000000" + }, + { + "gotchiId": "7914", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "7919", + "amount": "9.325", + "parsedAmount": "9325000000000000000" + }, + { + "gotchiId": "7922", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "7927", + "amount": "22.35", + "parsedAmount": "22350000000000000000" + }, + { + "gotchiId": "7931", + "amount": "24.48", + "parsedAmount": "24480000000000000000" + }, + { + "gotchiId": "7932", + "amount": "7.6850000000000005", + "parsedAmount": "7685000000000000500" + }, + { + "gotchiId": "7933", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "7935", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "7936", + "amount": "21.325", + "parsedAmount": "21325000000000000000" + }, + { + "gotchiId": "7937", + "amount": "13.592500000000001", + "parsedAmount": "13592500000000001000" + }, + { + "gotchiId": "7938", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "7941", + "amount": "12.4525", + "parsedAmount": "12452500000000000000" + }, + { + "gotchiId": "7943", + "amount": "50.582499999999996", + "parsedAmount": "50582499999999996000" + }, + { + "gotchiId": "7944", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "7945", + "amount": "8.6925", + "parsedAmount": "8692500000000000000" + }, + { + "gotchiId": "7952", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "7953", + "amount": "26.0975", + "parsedAmount": "26097500000000000000" + }, + { + "gotchiId": "7955", + "amount": "12.31", + "parsedAmount": "12310000000000000000" + }, + { + "gotchiId": "7957", + "amount": "35.3075", + "parsedAmount": "35307500000000000000" + }, + { + "gotchiId": "7958", + "amount": "31.46", + "parsedAmount": "31460000000000000000" + }, + { + "gotchiId": "7960", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "7961", + "amount": "16.56", + "parsedAmount": "16560000000000000000" + }, + { + "gotchiId": "7963", + "amount": "26.115", + "parsedAmount": "26115000000000000000" + }, + { + "gotchiId": "7965", + "amount": "19.384999999999998", + "parsedAmount": "19384999999999998000" + }, + { + "gotchiId": "7969", + "amount": "59.692499999999995", + "parsedAmount": "59692499999999995000" + }, + { + "gotchiId": "7971", + "amount": "9.5275", + "parsedAmount": "9527500000000000000" + }, + { + "gotchiId": "7972", + "amount": "14.075", + "parsedAmount": "14075000000000000000" + }, + { + "gotchiId": "7973", + "amount": "17.1825", + "parsedAmount": "17182500000000000000" + }, + { + "gotchiId": "7976", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "7977", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "7979", + "amount": "5.86", + "parsedAmount": "5860000000000000000" + }, + { + "gotchiId": "7980", + "amount": "43.955", + "parsedAmount": "43955000000000000000" + }, + { + "gotchiId": "7986", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "7987", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "7990", + "amount": "8.11", + "parsedAmount": "8110000000000000000" + }, + { + "gotchiId": "7992", + "amount": "130.35", + "parsedAmount": "130350000000000000000" + }, + { + "gotchiId": "7993", + "amount": "4.52", + "parsedAmount": "4520000000000000000" + }, + { + "gotchiId": "7994", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "7995", + "amount": "5.8950000000000005", + "parsedAmount": "5895000000000000500" + }, + { + "gotchiId": "8006", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "8008", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "8011", + "amount": "52.07", + "parsedAmount": "52070000000000000000" + }, + { + "gotchiId": "8012", + "amount": "33.07", + "parsedAmount": "33070000000000000000" + }, + { + "gotchiId": "8013", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "8015", + "amount": "35.4625", + "parsedAmount": "35462500000000000000" + }, + { + "gotchiId": "8016", + "amount": "38.582499999999996", + "parsedAmount": "38582499999999996000" + }, + { + "gotchiId": "8019", + "amount": "15.594999999999999", + "parsedAmount": "15594999999999999000" + }, + { + "gotchiId": "8022", + "amount": "11.8725", + "parsedAmount": "11872500000000000000" + }, + { + "gotchiId": "8023", + "amount": "14.9225", + "parsedAmount": "14922500000000000000" + }, + { + "gotchiId": "8025", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "8028", + "amount": "9.6975", + "parsedAmount": "9697500000000000000" + }, + { + "gotchiId": "8030", + "amount": "69.39750000000001", + "parsedAmount": "69397500000000010000" + }, + { + "gotchiId": "8031", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "8032", + "amount": "50.7375", + "parsedAmount": "50737500000000000000" + }, + { + "gotchiId": "8038", + "amount": "20.7225", + "parsedAmount": "20722500000000000000" + }, + { + "gotchiId": "8040", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "8042", + "amount": "11.9175", + "parsedAmount": "11917500000000000000" + }, + { + "gotchiId": "8047", + "amount": "10.435", + "parsedAmount": "10435000000000000000" + }, + { + "gotchiId": "8048", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "8049", + "amount": "8.405000000000001", + "parsedAmount": "8405000000000001000" + }, + { + "gotchiId": "8050", + "amount": "57.7925", + "parsedAmount": "57792500000000000000" + }, + { + "gotchiId": "8054", + "amount": "2.0175", + "parsedAmount": "2017500000000000000" + }, + { + "gotchiId": "8055", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "8057", + "amount": "7.6674999999999995", + "parsedAmount": "7667499999999999500" + }, + { + "gotchiId": "8059", + "amount": "11.057500000000001", + "parsedAmount": "11057500000000001000" + }, + { + "gotchiId": "8060", + "amount": "10.46", + "parsedAmount": "10460000000000000000" + }, + { + "gotchiId": "8061", + "amount": "154.95499999999998", + "parsedAmount": "154954999999999980000" + }, + { + "gotchiId": "8062", + "amount": "358.92", + "parsedAmount": "358920000000000000000" + }, + { + "gotchiId": "8064", + "amount": "55.7875", + "parsedAmount": "55787500000000000000" + }, + { + "gotchiId": "8067", + "amount": "5.385", + "parsedAmount": "5385000000000000000" + }, + { + "gotchiId": "8068", + "amount": "24.255", + "parsedAmount": "24255000000000000000" + }, + { + "gotchiId": "8069", + "amount": "41.582499999999996", + "parsedAmount": "41582499999999996000" + }, + { + "gotchiId": "8070", + "amount": "15.1", + "parsedAmount": "15100000000000000000" + }, + { + "gotchiId": "8071", + "amount": "4.915", + "parsedAmount": "4915000000000000000" + }, + { + "gotchiId": "8075", + "amount": "16.265", + "parsedAmount": "16265000000000000000" + }, + { + "gotchiId": "8079", + "amount": "27.0575", + "parsedAmount": "27057500000000000000" + }, + { + "gotchiId": "8081", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "8082", + "amount": "84.1575", + "parsedAmount": "84157500000000000000" + }, + { + "gotchiId": "8084", + "amount": "193.84750000000003", + "parsedAmount": "193847500000000030000" + }, + { + "gotchiId": "8086", + "amount": "15.6975", + "parsedAmount": "15697500000000000000" + }, + { + "gotchiId": "8089", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "8090", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "8091", + "amount": "18.405", + "parsedAmount": "18405000000000000000" + }, + { + "gotchiId": "8092", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "8093", + "amount": "12.025", + "parsedAmount": "12025000000000000000" + }, + { + "gotchiId": "8097", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "8099", + "amount": "140.03", + "parsedAmount": "140030000000000000000" + }, + { + "gotchiId": "8102", + "amount": "94.9", + "parsedAmount": "94900000000000000000" + }, + { + "gotchiId": "8103", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "8106", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "8107", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "8110", + "amount": "12.64", + "parsedAmount": "12640000000000000000" + }, + { + "gotchiId": "8111", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "8112", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "8115", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "8116", + "amount": "6.1274999999999995", + "parsedAmount": "6127499999999999500" + }, + { + "gotchiId": "8121", + "amount": "706.5325", + "parsedAmount": "706532500000000000000" + }, + { + "gotchiId": "8122", + "amount": "5.217499999999999", + "parsedAmount": "5217499999999999000" + }, + { + "gotchiId": "8124", + "amount": "9.7725", + "parsedAmount": "9772500000000000000" + }, + { + "gotchiId": "8127", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "8129", + "amount": "17.7025", + "parsedAmount": "17702500000000000000" + }, + { + "gotchiId": "8130", + "amount": "16.0425", + "parsedAmount": "16042500000000000000" + }, + { + "gotchiId": "8140", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "8142", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "8143", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "8144", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "8145", + "amount": "7.164999999999999", + "parsedAmount": "7164999999999999000" + }, + { + "gotchiId": "8147", + "amount": "16.3", + "parsedAmount": "16300000000000000000" + }, + { + "gotchiId": "8148", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "8149", + "amount": "12.227500000000001", + "parsedAmount": "12227500000000001000" + }, + { + "gotchiId": "8150", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "8154", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "8158", + "amount": "35.25", + "parsedAmount": "35250000000000000000" + }, + { + "gotchiId": "8159", + "amount": "28.105", + "parsedAmount": "28105000000000000000" + }, + { + "gotchiId": "8160", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "8161", + "amount": "8.0225", + "parsedAmount": "8022500000000000000" + }, + { + "gotchiId": "8162", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "8163", + "amount": "178.0725", + "parsedAmount": "178072500000000000000" + }, + { + "gotchiId": "8164", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "8165", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "8166", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "8167", + "amount": "31.580000000000002", + "parsedAmount": "31580000000000002000" + }, + { + "gotchiId": "8168", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "8169", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "8175", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "8176", + "amount": "13.567499999999999", + "parsedAmount": "13567499999999999000" + }, + { + "gotchiId": "8181", + "amount": "8.065", + "parsedAmount": "8065000000000000000" + }, + { + "gotchiId": "8182", + "amount": "39.555", + "parsedAmount": "39555000000000000000" + }, + { + "gotchiId": "8184", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "8186", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "8187", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "8196", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "8198", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "8205", + "amount": "74.3725", + "parsedAmount": "74372500000000000000" + }, + { + "gotchiId": "8207", + "amount": "55.2725", + "parsedAmount": "55272500000000000000" + }, + { + "gotchiId": "8209", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "8210", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "8212", + "amount": "6.735", + "parsedAmount": "6735000000000000000" + }, + { + "gotchiId": "8213", + "amount": "54.1225", + "parsedAmount": "54122500000000000000" + }, + { + "gotchiId": "8217", + "amount": "16.0275", + "parsedAmount": "16027500000000000000" + }, + { + "gotchiId": "8218", + "amount": "33.2275", + "parsedAmount": "33227500000000000000" + }, + { + "gotchiId": "8221", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "8222", + "amount": "18.42", + "parsedAmount": "18420000000000000000" + }, + { + "gotchiId": "8226", + "amount": "36.655", + "parsedAmount": "36655000000000000000" + }, + { + "gotchiId": "8229", + "amount": "26.689999999999998", + "parsedAmount": "26689999999999998000" + }, + { + "gotchiId": "8230", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "8235", + "amount": "23.53", + "parsedAmount": "23530000000000000000" + }, + { + "gotchiId": "8237", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "8239", + "amount": "11.2425", + "parsedAmount": "11242500000000000000" + }, + { + "gotchiId": "8243", + "amount": "36.63", + "parsedAmount": "36630000000000000000" + }, + { + "gotchiId": "8245", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "8246", + "amount": "31.63", + "parsedAmount": "31630000000000000000" + }, + { + "gotchiId": "8247", + "amount": "37.675", + "parsedAmount": "37675000000000000000" + }, + { + "gotchiId": "8249", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "8250", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "8253", + "amount": "42.985", + "parsedAmount": "42985000000000000000" + }, + { + "gotchiId": "8254", + "amount": "58.3575", + "parsedAmount": "58357500000000000000" + }, + { + "gotchiId": "8255", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "8256", + "amount": "61.015", + "parsedAmount": "61015000000000000000" + }, + { + "gotchiId": "8259", + "amount": "13.8125", + "parsedAmount": "13812500000000000000" + }, + { + "gotchiId": "8260", + "amount": "25.615", + "parsedAmount": "25615000000000000000" + }, + { + "gotchiId": "8265", + "amount": "42.18", + "parsedAmount": "42180000000000000000" + }, + { + "gotchiId": "8266", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "8269", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "8272", + "amount": "7.385000000000001", + "parsedAmount": "7385000000000001000" + }, + { + "gotchiId": "8277", + "amount": "19.9075", + "parsedAmount": "19907500000000000000" + }, + { + "gotchiId": "8278", + "amount": "11.34", + "parsedAmount": "11340000000000000000" + }, + { + "gotchiId": "8280", + "amount": "6.9675", + "parsedAmount": "6967500000000000000" + }, + { + "gotchiId": "8281", + "amount": "21.595", + "parsedAmount": "21595000000000000000" + }, + { + "gotchiId": "8284", + "amount": "23.64", + "parsedAmount": "23640000000000000000" + }, + { + "gotchiId": "8287", + "amount": "50.5925", + "parsedAmount": "50592500000000000000" + }, + { + "gotchiId": "8292", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "8295", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "8296", + "amount": "6.03", + "parsedAmount": "6030000000000000000" + }, + { + "gotchiId": "8297", + "amount": "12.26", + "parsedAmount": "12260000000000000000" + }, + { + "gotchiId": "8298", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "8299", + "amount": "17.43", + "parsedAmount": "17430000000000000000" + }, + { + "gotchiId": "8303", + "amount": "29.585", + "parsedAmount": "29585000000000000000" + }, + { + "gotchiId": "8311", + "amount": "15.855", + "parsedAmount": "15855000000000000000" + }, + { + "gotchiId": "8323", + "amount": "5.0925", + "parsedAmount": "5092500000000000000" + }, + { + "gotchiId": "8325", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "8326", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "8327", + "amount": "32.54", + "parsedAmount": "32540000000000000000" + }, + { + "gotchiId": "8328", + "amount": "16.63", + "parsedAmount": "16630000000000000000" + }, + { + "gotchiId": "8329", + "amount": "5.0325", + "parsedAmount": "5032500000000000000" + }, + { + "gotchiId": "8332", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "8344", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "8346", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "8355", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "8358", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "8360", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "8361", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "8364", + "amount": "80.565", + "parsedAmount": "80565000000000000000" + }, + { + "gotchiId": "8365", + "amount": "25.927500000000002", + "parsedAmount": "25927500000000002000" + }, + { + "gotchiId": "8367", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "8369", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "8372", + "amount": "45.917500000000004", + "parsedAmount": "45917500000000004000" + }, + { + "gotchiId": "8373", + "amount": "16.3875", + "parsedAmount": "16387500000000000000" + }, + { + "gotchiId": "8376", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "8377", + "amount": "13.41", + "parsedAmount": "13410000000000000000" + }, + { + "gotchiId": "8378", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "8379", + "amount": "15.7225", + "parsedAmount": "15722500000000000000" + }, + { + "gotchiId": "8380", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "8382", + "amount": "49.37500000000001", + "parsedAmount": "49375000000000010000" + }, + { + "gotchiId": "8383", + "amount": "64.525", + "parsedAmount": "64525000000000000000" + }, + { + "gotchiId": "8385", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "8386", + "amount": "13.43", + "parsedAmount": "13430000000000000000" + }, + { + "gotchiId": "8388", + "amount": "8.565000000000001", + "parsedAmount": "8565000000000001000" + }, + { + "gotchiId": "8389", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "8390", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "8392", + "amount": "66.1575", + "parsedAmount": "66157500000000000000" + }, + { + "gotchiId": "8396", + "amount": "1467.1399999999999", + "parsedAmount": "1467139999999999900000" + }, + { + "gotchiId": "8398", + "amount": "28.6225", + "parsedAmount": "28622500000000000000" + }, + { + "gotchiId": "8400", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "8403", + "amount": "36.275", + "parsedAmount": "36275000000000000000" + }, + { + "gotchiId": "8409", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "8416", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "8419", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "8420", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "8421", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "8424", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "8425", + "amount": "19.1875", + "parsedAmount": "19187500000000000000" + }, + { + "gotchiId": "8427", + "amount": "14.7875", + "parsedAmount": "14787500000000000000" + }, + { + "gotchiId": "8429", + "amount": "14.805", + "parsedAmount": "14805000000000000000" + }, + { + "gotchiId": "8431", + "amount": "16.5375", + "parsedAmount": "16537500000000000000" + }, + { + "gotchiId": "8432", + "amount": "12.23", + "parsedAmount": "12230000000000000000" + }, + { + "gotchiId": "8433", + "amount": "9.54", + "parsedAmount": "9540000000000000000" + }, + { + "gotchiId": "8434", + "amount": "37.214999999999996", + "parsedAmount": "37214999999999996000" + }, + { + "gotchiId": "8435", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "8439", + "amount": "152.885", + "parsedAmount": "152885000000000000000" + }, + { + "gotchiId": "8440", + "amount": "149.76749999999998", + "parsedAmount": "149767499999999980000" + }, + { + "gotchiId": "8442", + "amount": "50.4675", + "parsedAmount": "50467500000000000000" + }, + { + "gotchiId": "8443", + "amount": "134.595", + "parsedAmount": "134595000000000000000" + }, + { + "gotchiId": "8444", + "amount": "42.260000000000005", + "parsedAmount": "42260000000000005000" + }, + { + "gotchiId": "8446", + "amount": "8.7725", + "parsedAmount": "8772500000000000000" + }, + { + "gotchiId": "8451", + "amount": "3.98", + "parsedAmount": "3980000000000000000" + }, + { + "gotchiId": "8452", + "amount": "8.977500000000001", + "parsedAmount": "8977500000000001000" + }, + { + "gotchiId": "8453", + "amount": "9.4375", + "parsedAmount": "9437500000000000000" + }, + { + "gotchiId": "8455", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "8456", + "amount": "3.17", + "parsedAmount": "3170000000000000000" + }, + { + "gotchiId": "8461", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "8463", + "amount": "11.962499999999999", + "parsedAmount": "11962499999999999000" + }, + { + "gotchiId": "8464", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "8465", + "amount": "20.5225", + "parsedAmount": "20522500000000000000" + }, + { + "gotchiId": "8467", + "amount": "18.0275", + "parsedAmount": "18027500000000000000" + }, + { + "gotchiId": "8469", + "amount": "13.5325", + "parsedAmount": "13532500000000000000" + }, + { + "gotchiId": "8472", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "8473", + "amount": "10.74", + "parsedAmount": "10740000000000000000" + }, + { + "gotchiId": "8474", + "amount": "22.017500000000002", + "parsedAmount": "22017500000000002000" + }, + { + "gotchiId": "8475", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "8476", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "8477", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "8478", + "amount": "9.6625", + "parsedAmount": "9662500000000000000" + }, + { + "gotchiId": "8479", + "amount": "5.7975", + "parsedAmount": "5797500000000000000" + }, + { + "gotchiId": "8480", + "amount": "24.855", + "parsedAmount": "24855000000000000000" + }, + { + "gotchiId": "8483", + "amount": "11.8175", + "parsedAmount": "11817500000000000000" + }, + { + "gotchiId": "8485", + "amount": "6.2125", + "parsedAmount": "6212500000000000000" + }, + { + "gotchiId": "8486", + "amount": "8.4275", + "parsedAmount": "8427500000000000000" + }, + { + "gotchiId": "8490", + "amount": "25.359999999999996", + "parsedAmount": "25359999999999996000" + }, + { + "gotchiId": "8492", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "8493", + "amount": "13.465", + "parsedAmount": "13465000000000000000" + }, + { + "gotchiId": "8497", + "amount": "12.8175", + "parsedAmount": "12817500000000000000" + }, + { + "gotchiId": "8499", + "amount": "13.2275", + "parsedAmount": "13227500000000000000" + }, + { + "gotchiId": "8500", + "amount": "19.755", + "parsedAmount": "19755000000000000000" + }, + { + "gotchiId": "8501", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "8502", + "amount": "10.2525", + "parsedAmount": "10252500000000000000" + }, + { + "gotchiId": "8503", + "amount": "33.095", + "parsedAmount": "33095000000000000000" + }, + { + "gotchiId": "8505", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "8512", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "8513", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "8515", + "amount": "5.8575", + "parsedAmount": "5857500000000000000" + }, + { + "gotchiId": "8516", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "8517", + "amount": "104.62500000000001", + "parsedAmount": "104625000000000010000" + }, + { + "gotchiId": "8518", + "amount": "20.1925", + "parsedAmount": "20192500000000000000" + }, + { + "gotchiId": "8520", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "8521", + "amount": "25.6175", + "parsedAmount": "25617500000000000000" + }, + { + "gotchiId": "8522", + "amount": "17.14", + "parsedAmount": "17140000000000000000" + }, + { + "gotchiId": "8529", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "8531", + "amount": "140.57250000000002", + "parsedAmount": "140572500000000020000" + }, + { + "gotchiId": "8532", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "8533", + "amount": "7.2875", + "parsedAmount": "7287500000000000000" + }, + { + "gotchiId": "8534", + "amount": "22.115", + "parsedAmount": "22115000000000000000" + }, + { + "gotchiId": "8536", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "8542", + "amount": "61.135000000000005", + "parsedAmount": "61135000000000005000" + }, + { + "gotchiId": "8543", + "amount": "3.0175", + "parsedAmount": "3017500000000000000" + }, + { + "gotchiId": "8544", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "8547", + "amount": "18.305", + "parsedAmount": "18305000000000000000" + }, + { + "gotchiId": "8549", + "amount": "11.065000000000001", + "parsedAmount": "11065000000000001000" + }, + { + "gotchiId": "8552", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "8553", + "amount": "3.0825", + "parsedAmount": "3082500000000000000" + }, + { + "gotchiId": "8554", + "amount": "331.4325", + "parsedAmount": "331432500000000000000" + }, + { + "gotchiId": "8556", + "amount": "5.0649999999999995", + "parsedAmount": "5064999999999999500" + }, + { + "gotchiId": "8557", + "amount": "28.867500000000003", + "parsedAmount": "28867500000000003000" + }, + { + "gotchiId": "8559", + "amount": "11.635", + "parsedAmount": "11635000000000000000" + }, + { + "gotchiId": "8562", + "amount": "15.549999999999999", + "parsedAmount": "15549999999999999000" + }, + { + "gotchiId": "8563", + "amount": "7.98", + "parsedAmount": "7980000000000000000" + }, + { + "gotchiId": "8564", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "8565", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "8567", + "amount": "72.39250000000001", + "parsedAmount": "72392500000000010000" + }, + { + "gotchiId": "8568", + "amount": "34.515", + "parsedAmount": "34515000000000000000" + }, + { + "gotchiId": "8572", + "amount": "21.3775", + "parsedAmount": "21377500000000000000" + }, + { + "gotchiId": "8573", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "8576", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "8581", + "amount": "6.3275", + "parsedAmount": "6327500000000000000" + }, + { + "gotchiId": "8582", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "8583", + "amount": "81.305", + "parsedAmount": "81305000000000000000" + }, + { + "gotchiId": "8585", + "amount": "173.175", + "parsedAmount": "173175000000000000000" + }, + { + "gotchiId": "8587", + "amount": "15.015", + "parsedAmount": "15015000000000000000" + }, + { + "gotchiId": "8588", + "amount": "84.8575", + "parsedAmount": "84857500000000000000" + }, + { + "gotchiId": "8589", + "amount": "13.877499999999998", + "parsedAmount": "13877499999999998000" + }, + { + "gotchiId": "8590", + "amount": "61.4175", + "parsedAmount": "61417500000000000000" + }, + { + "gotchiId": "8591", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "8593", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "8595", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "8596", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "8598", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "8600", + "amount": "11.5125", + "parsedAmount": "11512500000000000000" + }, + { + "gotchiId": "8601", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "8603", + "amount": "12.065000000000001", + "parsedAmount": "12065000000000001000" + }, + { + "gotchiId": "8604", + "amount": "5.2075", + "parsedAmount": "5207500000000000000" + }, + { + "gotchiId": "8605", + "amount": "28.6875", + "parsedAmount": "28687500000000000000" + }, + { + "gotchiId": "8607", + "amount": "39.745000000000005", + "parsedAmount": "39745000000000005000" + }, + { + "gotchiId": "8609", + "amount": "153.87", + "parsedAmount": "153870000000000000000" + }, + { + "gotchiId": "8611", + "amount": "66.935", + "parsedAmount": "66935000000000000000" + }, + { + "gotchiId": "8612", + "amount": "837.9475", + "parsedAmount": "837947500000000000000" + }, + { + "gotchiId": "8615", + "amount": "30.2975", + "parsedAmount": "30297500000000000000" + }, + { + "gotchiId": "8616", + "amount": "9.83", + "parsedAmount": "9830000000000000000" + }, + { + "gotchiId": "8617", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "8618", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "8621", + "amount": "31.127499999999998", + "parsedAmount": "31127499999999998000" + }, + { + "gotchiId": "8622", + "amount": "29.952499999999997", + "parsedAmount": "29952499999999997000" + }, + { + "gotchiId": "8623", + "amount": "800.0775", + "parsedAmount": "800077500000000000000" + }, + { + "gotchiId": "8624", + "amount": "23.357499999999998", + "parsedAmount": "23357499999999998000" + }, + { + "gotchiId": "8625", + "amount": "29.794999999999998", + "parsedAmount": "29794999999999998000" + }, + { + "gotchiId": "8626", + "amount": "45.495000000000005", + "parsedAmount": "45495000000000005000" + }, + { + "gotchiId": "8629", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "8631", + "amount": "26.77", + "parsedAmount": "26770000000000000000" + }, + { + "gotchiId": "8632", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "8633", + "amount": "7.735", + "parsedAmount": "7735000000000000000" + }, + { + "gotchiId": "8641", + "amount": "27.59", + "parsedAmount": "27590000000000000000" + }, + { + "gotchiId": "8642", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "8648", + "amount": "21.15", + "parsedAmount": "21150000000000000000" + }, + { + "gotchiId": "8651", + "amount": "42.4625", + "parsedAmount": "42462500000000000000" + }, + { + "gotchiId": "8652", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "8653", + "amount": "9.912500000000001", + "parsedAmount": "9912500000000001000" + }, + { + "gotchiId": "8655", + "amount": "26.5175", + "parsedAmount": "26517500000000000000" + }, + { + "gotchiId": "8657", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "8662", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "8664", + "amount": "16.697499999999998", + "parsedAmount": "16697499999999998000" + }, + { + "gotchiId": "8665", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "8666", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "8667", + "amount": "37.152499999999996", + "parsedAmount": "37152499999999996000" + }, + { + "gotchiId": "8668", + "amount": "22.1525", + "parsedAmount": "22152500000000000000" + }, + { + "gotchiId": "8669", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "8674", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "8676", + "amount": "156.0925", + "parsedAmount": "156092500000000000000" + }, + { + "gotchiId": "8677", + "amount": "8.8725", + "parsedAmount": "8872500000000000000" + }, + { + "gotchiId": "8679", + "amount": "15.079999999999998", + "parsedAmount": "15079999999999998000" + }, + { + "gotchiId": "8680", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "8681", + "amount": "18.82", + "parsedAmount": "18820000000000000000" + }, + { + "gotchiId": "8687", + "amount": "7.3725000000000005", + "parsedAmount": "7372500000000000500" + }, + { + "gotchiId": "8688", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "8689", + "amount": "9.75", + "parsedAmount": "9750000000000000000" + }, + { + "gotchiId": "8691", + "amount": "38.519999999999996", + "parsedAmount": "38519999999999996000" + }, + { + "gotchiId": "8692", + "amount": "3.08", + "parsedAmount": "3080000000000000000" + } + ], + "totalAmount": "18722059999999999927500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952533, + "gasUsed": "9800232" + }, + { + "batchIndex": 8, + "transactionHash": "0xb170b21cef895989a69855ef3243bc6bb5efac728ef5b7a653d98e833120fc6e", + "timestamp": "2025-09-24T06:13:39.265Z", + "gotchiRewards": [ + { + "gotchiId": "8693", + "amount": "49.912499999999994", + "parsedAmount": "49912499999999994000" + }, + { + "gotchiId": "8694", + "amount": "44.894999999999996", + "parsedAmount": "44894999999999996000" + }, + { + "gotchiId": "8695", + "amount": "29.584999999999997", + "parsedAmount": "29584999999999997000" + }, + { + "gotchiId": "8699", + "amount": "12.372499999999999", + "parsedAmount": "12372499999999999000" + }, + { + "gotchiId": "8702", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "8704", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "8705", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "8707", + "amount": "31.215", + "parsedAmount": "31215000000000000000" + }, + { + "gotchiId": "8712", + "amount": "6.637499999999999", + "parsedAmount": "6637499999999999000" + }, + { + "gotchiId": "8716", + "amount": "8.7825", + "parsedAmount": "8782500000000000000" + }, + { + "gotchiId": "8718", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "8719", + "amount": "8.165000000000001", + "parsedAmount": "8165000000000001000" + }, + { + "gotchiId": "8720", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "8722", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "8724", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "8726", + "amount": "29.1125", + "parsedAmount": "29112500000000000000" + }, + { + "gotchiId": "8732", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "8734", + "amount": "7.960000000000001", + "parsedAmount": "7960000000000001000" + }, + { + "gotchiId": "8735", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "8737", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "8738", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "8739", + "amount": "19.33", + "parsedAmount": "19330000000000000000" + }, + { + "gotchiId": "8741", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "8745", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "8746", + "amount": "9.2275", + "parsedAmount": "9227500000000000000" + }, + { + "gotchiId": "8750", + "amount": "16.07", + "parsedAmount": "16070000000000000000" + }, + { + "gotchiId": "8752", + "amount": "10.2475", + "parsedAmount": "10247500000000000000" + }, + { + "gotchiId": "8753", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "8756", + "amount": "70.5475", + "parsedAmount": "70547500000000000000" + }, + { + "gotchiId": "8757", + "amount": "14.06", + "parsedAmount": "14060000000000000000" + }, + { + "gotchiId": "8763", + "amount": "8.5975", + "parsedAmount": "8597500000000000000" + }, + { + "gotchiId": "8764", + "amount": "42.015", + "parsedAmount": "42015000000000000000" + }, + { + "gotchiId": "8768", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "8770", + "amount": "6.72", + "parsedAmount": "6720000000000000000" + }, + { + "gotchiId": "8773", + "amount": "14.7375", + "parsedAmount": "14737500000000000000" + }, + { + "gotchiId": "8774", + "amount": "10.92", + "parsedAmount": "10920000000000000000" + }, + { + "gotchiId": "8775", + "amount": "6.8", + "parsedAmount": "6800000000000000000" + }, + { + "gotchiId": "8778", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "8779", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "8780", + "amount": "15.1675", + "parsedAmount": "15167500000000000000" + }, + { + "gotchiId": "8781", + "amount": "18.8975", + "parsedAmount": "18897500000000000000" + }, + { + "gotchiId": "8782", + "amount": "9.0625", + "parsedAmount": "9062500000000000000" + }, + { + "gotchiId": "8783", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "8784", + "amount": "15.3825", + "parsedAmount": "15382500000000000000" + }, + { + "gotchiId": "8785", + "amount": "22.4025", + "parsedAmount": "22402500000000000000" + }, + { + "gotchiId": "8786", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "8787", + "amount": "15.887500000000001", + "parsedAmount": "15887500000000001000" + }, + { + "gotchiId": "8789", + "amount": "25.31", + "parsedAmount": "25310000000000000000" + }, + { + "gotchiId": "8790", + "amount": "33.3925", + "parsedAmount": "33392500000000000000" + }, + { + "gotchiId": "8797", + "amount": "26.395000000000003", + "parsedAmount": "26395000000000003000" + }, + { + "gotchiId": "8798", + "amount": "2.105", + "parsedAmount": "2105000000000000000" + }, + { + "gotchiId": "8800", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "8805", + "amount": "10.2275", + "parsedAmount": "10227500000000000000" + }, + { + "gotchiId": "8806", + "amount": "48.375", + "parsedAmount": "48375000000000000000" + }, + { + "gotchiId": "8809", + "amount": "33.985", + "parsedAmount": "33985000000000000000" + }, + { + "gotchiId": "8811", + "amount": "13.450000000000001", + "parsedAmount": "13450000000000001000" + }, + { + "gotchiId": "8812", + "amount": "20.6875", + "parsedAmount": "20687500000000000000" + }, + { + "gotchiId": "8814", + "amount": "17.535", + "parsedAmount": "17535000000000000000" + }, + { + "gotchiId": "8821", + "amount": "36.845", + "parsedAmount": "36845000000000000000" + }, + { + "gotchiId": "8823", + "amount": "111.4375", + "parsedAmount": "111437500000000000000" + }, + { + "gotchiId": "8825", + "amount": "15.265", + "parsedAmount": "15265000000000000000" + }, + { + "gotchiId": "8829", + "amount": "20.28", + "parsedAmount": "20280000000000000000" + }, + { + "gotchiId": "8831", + "amount": "17.195", + "parsedAmount": "17195000000000000000" + }, + { + "gotchiId": "8836", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "8837", + "amount": "23.677500000000002", + "parsedAmount": "23677500000000002000" + }, + { + "gotchiId": "8838", + "amount": "14.26", + "parsedAmount": "14260000000000000000" + }, + { + "gotchiId": "8839", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "8840", + "amount": "8.57", + "parsedAmount": "8570000000000000000" + }, + { + "gotchiId": "8845", + "amount": "976.815", + "parsedAmount": "976815000000000000000" + }, + { + "gotchiId": "8847", + "amount": "11.0475", + "parsedAmount": "11047500000000000000" + }, + { + "gotchiId": "8856", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "8858", + "amount": "6.1674999999999995", + "parsedAmount": "6167499999999999500" + }, + { + "gotchiId": "8860", + "amount": "155.1525", + "parsedAmount": "155152500000000000000" + }, + { + "gotchiId": "8861", + "amount": "105.0425", + "parsedAmount": "105042500000000000000" + }, + { + "gotchiId": "8862", + "amount": "147.545", + "parsedAmount": "147545000000000000000" + }, + { + "gotchiId": "8863", + "amount": "259.945", + "parsedAmount": "259945000000000000000" + }, + { + "gotchiId": "8864", + "amount": "123.035", + "parsedAmount": "123035000000000000000" + }, + { + "gotchiId": "8866", + "amount": "7.685", + "parsedAmount": "7685000000000000000" + }, + { + "gotchiId": "8867", + "amount": "8.1475", + "parsedAmount": "8147500000000000000" + }, + { + "gotchiId": "8868", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "8869", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "8872", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "8873", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "8876", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "8877", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "8878", + "amount": "3.1025", + "parsedAmount": "3102500000000000000" + }, + { + "gotchiId": "8880", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "8881", + "amount": "11.415", + "parsedAmount": "11415000000000000000" + }, + { + "gotchiId": "8884", + "amount": "27.05", + "parsedAmount": "27050000000000000000" + }, + { + "gotchiId": "8885", + "amount": "10.057500000000001", + "parsedAmount": "10057500000000001000" + }, + { + "gotchiId": "8886", + "amount": "10.94", + "parsedAmount": "10940000000000000000" + }, + { + "gotchiId": "8887", + "amount": "8.727500000000001", + "parsedAmount": "8727500000000001000" + }, + { + "gotchiId": "8889", + "amount": "27.5675", + "parsedAmount": "27567500000000000000" + }, + { + "gotchiId": "8890", + "amount": "55.95", + "parsedAmount": "55950000000000000000" + }, + { + "gotchiId": "8891", + "amount": "41.655", + "parsedAmount": "41655000000000000000" + }, + { + "gotchiId": "8892", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "8893", + "amount": "134.32500000000002", + "parsedAmount": "134325000000000020000" + }, + { + "gotchiId": "8896", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "8897", + "amount": "10.755", + "parsedAmount": "10755000000000000000" + }, + { + "gotchiId": "8898", + "amount": "42.3775", + "parsedAmount": "42377500000000000000" + }, + { + "gotchiId": "8902", + "amount": "37.3225", + "parsedAmount": "37322500000000000000" + }, + { + "gotchiId": "8905", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "8910", + "amount": "4.3225", + "parsedAmount": "4322500000000000000" + }, + { + "gotchiId": "8911", + "amount": "157.76250000000002", + "parsedAmount": "157762500000000020000" + }, + { + "gotchiId": "8914", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "8916", + "amount": "13.1625", + "parsedAmount": "13162500000000000000" + }, + { + "gotchiId": "8918", + "amount": "9.81", + "parsedAmount": "9810000000000000000" + }, + { + "gotchiId": "8921", + "amount": "16.392500000000002", + "parsedAmount": "16392500000000002000" + }, + { + "gotchiId": "8922", + "amount": "48.83500000000001", + "parsedAmount": "48835000000000010000" + }, + { + "gotchiId": "8926", + "amount": "20.67", + "parsedAmount": "20670000000000000000" + }, + { + "gotchiId": "8927", + "amount": "17.0875", + "parsedAmount": "17087500000000000000" + }, + { + "gotchiId": "8929", + "amount": "25.045", + "parsedAmount": "25045000000000000000" + }, + { + "gotchiId": "8930", + "amount": "7.665", + "parsedAmount": "7665000000000000000" + }, + { + "gotchiId": "8931", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "8932", + "amount": "10.0825", + "parsedAmount": "10082500000000000000" + }, + { + "gotchiId": "8933", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "8934", + "amount": "28.707500000000003", + "parsedAmount": "28707500000000003000" + }, + { + "gotchiId": "8936", + "amount": "51.5525", + "parsedAmount": "51552500000000000000" + }, + { + "gotchiId": "8941", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "8942", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "8943", + "amount": "6.755", + "parsedAmount": "6755000000000000000" + }, + { + "gotchiId": "8947", + "amount": "11.6875", + "parsedAmount": "11687500000000000000" + }, + { + "gotchiId": "8949", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "8950", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "8951", + "amount": "19.424999999999997", + "parsedAmount": "19424999999999997000" + }, + { + "gotchiId": "8953", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "8954", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "8955", + "amount": "61.230000000000004", + "parsedAmount": "61230000000000004000" + }, + { + "gotchiId": "8956", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "8960", + "amount": "23.42", + "parsedAmount": "23420000000000000000" + }, + { + "gotchiId": "8961", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "8963", + "amount": "13.805", + "parsedAmount": "13805000000000000000" + }, + { + "gotchiId": "8964", + "amount": "22.9125", + "parsedAmount": "22912500000000000000" + }, + { + "gotchiId": "8965", + "amount": "18.055", + "parsedAmount": "18055000000000000000" + }, + { + "gotchiId": "8966", + "amount": "40.7375", + "parsedAmount": "40737500000000000000" + }, + { + "gotchiId": "8967", + "amount": "33.7975", + "parsedAmount": "33797500000000000000" + }, + { + "gotchiId": "8968", + "amount": "28.2675", + "parsedAmount": "28267500000000000000" + }, + { + "gotchiId": "8969", + "amount": "30.279999999999998", + "parsedAmount": "30279999999999998000" + }, + { + "gotchiId": "8970", + "amount": "5.825", + "parsedAmount": "5825000000000000000" + }, + { + "gotchiId": "8971", + "amount": "31.32", + "parsedAmount": "31320000000000000000" + }, + { + "gotchiId": "8972", + "amount": "28.852500000000003", + "parsedAmount": "28852500000000003000" + }, + { + "gotchiId": "8973", + "amount": "35.6775", + "parsedAmount": "35677500000000000000" + }, + { + "gotchiId": "8974", + "amount": "28.32", + "parsedAmount": "28320000000000000000" + }, + { + "gotchiId": "8975", + "amount": "34.1675", + "parsedAmount": "34167500000000000000" + }, + { + "gotchiId": "8976", + "amount": "37.13", + "parsedAmount": "37130000000000000000" + }, + { + "gotchiId": "8977", + "amount": "5.619999999999999", + "parsedAmount": "5619999999999999000" + }, + { + "gotchiId": "8978", + "amount": "33.7425", + "parsedAmount": "33742500000000000000" + }, + { + "gotchiId": "8979", + "amount": "30.5425", + "parsedAmount": "30542500000000000000" + }, + { + "gotchiId": "8980", + "amount": "41.795", + "parsedAmount": "41795000000000000000" + }, + { + "gotchiId": "8981", + "amount": "30.395000000000003", + "parsedAmount": "30395000000000003000" + }, + { + "gotchiId": "8985", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "8986", + "amount": "39.4675", + "parsedAmount": "39467500000000000000" + }, + { + "gotchiId": "8987", + "amount": "29.675", + "parsedAmount": "29675000000000000000" + }, + { + "gotchiId": "8988", + "amount": "27.955000000000002", + "parsedAmount": "27955000000000002000" + }, + { + "gotchiId": "8989", + "amount": "34.605000000000004", + "parsedAmount": "34605000000000004000" + }, + { + "gotchiId": "8990", + "amount": "34.519999999999996", + "parsedAmount": "34519999999999996000" + }, + { + "gotchiId": "8995", + "amount": "17.365", + "parsedAmount": "17365000000000000000" + }, + { + "gotchiId": "8999", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "9001", + "amount": "19.5225", + "parsedAmount": "19522500000000000000" + }, + { + "gotchiId": "9003", + "amount": "13.6525", + "parsedAmount": "13652500000000000000" + }, + { + "gotchiId": "9005", + "amount": "2.2325", + "parsedAmount": "2232500000000000000" + }, + { + "gotchiId": "9016", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "9017", + "amount": "7.6475", + "parsedAmount": "7647500000000000000" + }, + { + "gotchiId": "9021", + "amount": "59.515", + "parsedAmount": "59515000000000000000" + }, + { + "gotchiId": "9022", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "9023", + "amount": "121.5675", + "parsedAmount": "121567500000000000000" + }, + { + "gotchiId": "9024", + "amount": "6.279999999999999", + "parsedAmount": "6279999999999999000" + }, + { + "gotchiId": "9026", + "amount": "11.875", + "parsedAmount": "11875000000000000000" + }, + { + "gotchiId": "9027", + "amount": "283.1225", + "parsedAmount": "283122500000000000000" + }, + { + "gotchiId": "9029", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "9030", + "amount": "16.2475", + "parsedAmount": "16247500000000000000" + }, + { + "gotchiId": "9031", + "amount": "12.987499999999999", + "parsedAmount": "12987499999999999000" + }, + { + "gotchiId": "9035", + "amount": "12.7975", + "parsedAmount": "12797500000000000000" + }, + { + "gotchiId": "9036", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "9038", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "9040", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "9044", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "9045", + "amount": "5.8125", + "parsedAmount": "5812500000000000000" + }, + { + "gotchiId": "9047", + "amount": "28.9575", + "parsedAmount": "28957500000000000000" + }, + { + "gotchiId": "9048", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "9049", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "9054", + "amount": "10.44", + "parsedAmount": "10440000000000000000" + }, + { + "gotchiId": "9059", + "amount": "7.9025", + "parsedAmount": "7902500000000000000" + }, + { + "gotchiId": "9060", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "9064", + "amount": "7.405", + "parsedAmount": "7405000000000000000" + }, + { + "gotchiId": "9068", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "9069", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "9071", + "amount": "57.01", + "parsedAmount": "57010000000000000000" + }, + { + "gotchiId": "9072", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "9073", + "amount": "21.08", + "parsedAmount": "21080000000000000000" + }, + { + "gotchiId": "9074", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "9083", + "amount": "33.735", + "parsedAmount": "33735000000000000000" + }, + { + "gotchiId": "9085", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "9086", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "9088", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "9091", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "9097", + "amount": "14.1625", + "parsedAmount": "14162500000000000000" + }, + { + "gotchiId": "9099", + "amount": "8.265", + "parsedAmount": "8265000000000000000" + }, + { + "gotchiId": "9100", + "amount": "19.0675", + "parsedAmount": "19067500000000000000" + }, + { + "gotchiId": "9101", + "amount": "7.8175", + "parsedAmount": "7817500000000000000" + }, + { + "gotchiId": "9103", + "amount": "14", + "parsedAmount": "14000000000000000000" + }, + { + "gotchiId": "9106", + "amount": "531.23", + "parsedAmount": "531230000000000000000" + }, + { + "gotchiId": "9108", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "9111", + "amount": "93.205", + "parsedAmount": "93205000000000000000" + }, + { + "gotchiId": "9114", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "9117", + "amount": "21.1225", + "parsedAmount": "21122500000000000000" + }, + { + "gotchiId": "9118", + "amount": "7.53", + "parsedAmount": "7530000000000000000" + }, + { + "gotchiId": "9121", + "amount": "25.192500000000003", + "parsedAmount": "25192500000000003000" + }, + { + "gotchiId": "9123", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "9124", + "amount": "11.0775", + "parsedAmount": "11077500000000000000" + }, + { + "gotchiId": "9125", + "amount": "51.72", + "parsedAmount": "51720000000000000000" + }, + { + "gotchiId": "9128", + "amount": "5.702500000000001", + "parsedAmount": "5702500000000001000" + }, + { + "gotchiId": "9129", + "amount": "28.37", + "parsedAmount": "28370000000000000000" + }, + { + "gotchiId": "9130", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "9133", + "amount": "39.067499999999995", + "parsedAmount": "39067499999999995000" + }, + { + "gotchiId": "9135", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "9136", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "9137", + "amount": "31.437499999999996", + "parsedAmount": "31437499999999996000" + }, + { + "gotchiId": "9139", + "amount": "22.169999999999998", + "parsedAmount": "22169999999999998000" + }, + { + "gotchiId": "9142", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "9143", + "amount": "11.8225", + "parsedAmount": "11822500000000000000" + }, + { + "gotchiId": "9145", + "amount": "32.835", + "parsedAmount": "32835000000000000000" + }, + { + "gotchiId": "9146", + "amount": "5.2125", + "parsedAmount": "5212500000000000000" + }, + { + "gotchiId": "9147", + "amount": "22.902500000000003", + "parsedAmount": "22902500000000003000" + }, + { + "gotchiId": "9153", + "amount": "9.3475", + "parsedAmount": "9347500000000000000" + }, + { + "gotchiId": "9154", + "amount": "7.845", + "parsedAmount": "7845000000000000000" + }, + { + "gotchiId": "9155", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "9156", + "amount": "28.6575", + "parsedAmount": "28657500000000000000" + }, + { + "gotchiId": "9157", + "amount": "15.575", + "parsedAmount": "15575000000000000000" + }, + { + "gotchiId": "9158", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "9162", + "amount": "23.310000000000002", + "parsedAmount": "23310000000000002000" + }, + { + "gotchiId": "9163", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "9168", + "amount": "30.5425", + "parsedAmount": "30542500000000000000" + }, + { + "gotchiId": "9169", + "amount": "7.645", + "parsedAmount": "7645000000000000000" + }, + { + "gotchiId": "9171", + "amount": "92.53750000000001", + "parsedAmount": "92537500000000010000" + }, + { + "gotchiId": "9173", + "amount": "24.47", + "parsedAmount": "24470000000000000000" + }, + { + "gotchiId": "9174", + "amount": "35.3375", + "parsedAmount": "35337500000000000000" + }, + { + "gotchiId": "9175", + "amount": "327.09", + "parsedAmount": "327090000000000000000" + }, + { + "gotchiId": "9176", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "9178", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "9179", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "9183", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "9187", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "9189", + "amount": "13.1225", + "parsedAmount": "13122500000000000000" + }, + { + "gotchiId": "9191", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "9192", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "9197", + "amount": "37.8425", + "parsedAmount": "37842500000000000000" + }, + { + "gotchiId": "9205", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "9206", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "9210", + "amount": "30.1475", + "parsedAmount": "30147500000000000000" + }, + { + "gotchiId": "9211", + "amount": "6.5375", + "parsedAmount": "6537500000000000000" + }, + { + "gotchiId": "9212", + "amount": "41.5025", + "parsedAmount": "41502500000000000000" + }, + { + "gotchiId": "9214", + "amount": "25.7575", + "parsedAmount": "25757500000000000000" + }, + { + "gotchiId": "9215", + "amount": "22.5075", + "parsedAmount": "22507500000000000000" + }, + { + "gotchiId": "9242", + "amount": "17.095", + "parsedAmount": "17095000000000000000" + }, + { + "gotchiId": "9243", + "amount": "26.045", + "parsedAmount": "26045000000000000000" + }, + { + "gotchiId": "9248", + "amount": "42.075", + "parsedAmount": "42075000000000000000" + }, + { + "gotchiId": "9250", + "amount": "27.075", + "parsedAmount": "27075000000000000000" + }, + { + "gotchiId": "9252", + "amount": "19.1025", + "parsedAmount": "19102500000000000000" + }, + { + "gotchiId": "9254", + "amount": "10.7075", + "parsedAmount": "10707500000000000000" + }, + { + "gotchiId": "9255", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "9256", + "amount": "8.6425", + "parsedAmount": "8642500000000000000" + }, + { + "gotchiId": "9257", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "9258", + "amount": "15.3675", + "parsedAmount": "15367500000000000000" + }, + { + "gotchiId": "9260", + "amount": "20.44", + "parsedAmount": "20440000000000000000" + }, + { + "gotchiId": "9262", + "amount": "10.0225", + "parsedAmount": "10022500000000000000" + }, + { + "gotchiId": "9264", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "9265", + "amount": "7.547499999999999", + "parsedAmount": "7547499999999999000" + }, + { + "gotchiId": "9266", + "amount": "25.002499999999998", + "parsedAmount": "25002499999999998000" + }, + { + "gotchiId": "9270", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "9272", + "amount": "85.7075", + "parsedAmount": "85707500000000000000" + }, + { + "gotchiId": "9274", + "amount": "29.43", + "parsedAmount": "29430000000000000000" + }, + { + "gotchiId": "9275", + "amount": "24.3325", + "parsedAmount": "24332500000000000000" + }, + { + "gotchiId": "9280", + "amount": "6.772500000000001", + "parsedAmount": "6772500000000001000" + }, + { + "gotchiId": "9281", + "amount": "2.49", + "parsedAmount": "2490000000000000000" + }, + { + "gotchiId": "9284", + "amount": "15.342500000000001", + "parsedAmount": "15342500000000001000" + }, + { + "gotchiId": "9285", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "9286", + "amount": "20.4925", + "parsedAmount": "20492500000000000000" + }, + { + "gotchiId": "9287", + "amount": "12.192499999999999", + "parsedAmount": "12192499999999999000" + }, + { + "gotchiId": "9288", + "amount": "27.1425", + "parsedAmount": "27142500000000000000" + }, + { + "gotchiId": "9289", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "9290", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "9291", + "amount": "7.319999999999999", + "parsedAmount": "7319999999999999000" + }, + { + "gotchiId": "9294", + "amount": "5.185", + "parsedAmount": "5185000000000000000" + }, + { + "gotchiId": "9295", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "9299", + "amount": "24.572499999999998", + "parsedAmount": "24572499999999998000" + }, + { + "gotchiId": "9302", + "amount": "6.7299999999999995", + "parsedAmount": "6729999999999999500" + }, + { + "gotchiId": "9304", + "amount": "6.484999999999999", + "parsedAmount": "6484999999999999000" + }, + { + "gotchiId": "9306", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "9311", + "amount": "18.9525", + "parsedAmount": "18952500000000000000" + }, + { + "gotchiId": "9312", + "amount": "21.875", + "parsedAmount": "21875000000000000000" + }, + { + "gotchiId": "9321", + "amount": "2.4", + "parsedAmount": "2400000000000000000" + }, + { + "gotchiId": "9330", + "amount": "11.3275", + "parsedAmount": "11327500000000000000" + }, + { + "gotchiId": "9334", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "9335", + "amount": "19.8575", + "parsedAmount": "19857500000000000000" + }, + { + "gotchiId": "9336", + "amount": "11.965", + "parsedAmount": "11965000000000000000" + }, + { + "gotchiId": "9337", + "amount": "33.932500000000005", + "parsedAmount": "33932500000000005000" + }, + { + "gotchiId": "9338", + "amount": "36.1175", + "parsedAmount": "36117500000000000000" + }, + { + "gotchiId": "9340", + "amount": "8.495000000000001", + "parsedAmount": "8495000000000001000" + }, + { + "gotchiId": "9341", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "9342", + "amount": "19.935", + "parsedAmount": "19935000000000000000" + }, + { + "gotchiId": "9343", + "amount": "15.6175", + "parsedAmount": "15617500000000000000" + }, + { + "gotchiId": "9344", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "9346", + "amount": "125.41", + "parsedAmount": "125410000000000000000" + }, + { + "gotchiId": "9347", + "amount": "5.0925", + "parsedAmount": "5092500000000000000" + }, + { + "gotchiId": "9349", + "amount": "34.4775", + "parsedAmount": "34477500000000000000" + }, + { + "gotchiId": "9350", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "9352", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "9353", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "9354", + "amount": "11.5425", + "parsedAmount": "11542500000000000000" + }, + { + "gotchiId": "9357", + "amount": "26.61", + "parsedAmount": "26610000000000000000" + }, + { + "gotchiId": "9358", + "amount": "338.84499999999997", + "parsedAmount": "338844999999999970000" + }, + { + "gotchiId": "9359", + "amount": "15.4675", + "parsedAmount": "15467500000000000000" + }, + { + "gotchiId": "9360", + "amount": "22.8275", + "parsedAmount": "22827500000000000000" + }, + { + "gotchiId": "9362", + "amount": "51.910000000000004", + "parsedAmount": "51910000000000004000" + }, + { + "gotchiId": "9366", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "9367", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "9368", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "9369", + "amount": "639.495", + "parsedAmount": "639495000000000000000" + }, + { + "gotchiId": "9370", + "amount": "19.9175", + "parsedAmount": "19917500000000000000" + }, + { + "gotchiId": "9371", + "amount": "39.355", + "parsedAmount": "39355000000000000000" + }, + { + "gotchiId": "9372", + "amount": "19.009999999999998", + "parsedAmount": "19009999999999998000" + }, + { + "gotchiId": "9373", + "amount": "182.635", + "parsedAmount": "182635000000000000000" + }, + { + "gotchiId": "9376", + "amount": "99.45", + "parsedAmount": "99450000000000000000" + }, + { + "gotchiId": "9380", + "amount": "5.9975", + "parsedAmount": "5997500000000000000" + }, + { + "gotchiId": "9381", + "amount": "11.149999999999999", + "parsedAmount": "11149999999999999000" + }, + { + "gotchiId": "9382", + "amount": "11", + "parsedAmount": "11000000000000000000" + }, + { + "gotchiId": "9383", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "9386", + "amount": "13.46", + "parsedAmount": "13460000000000000000" + }, + { + "gotchiId": "9387", + "amount": "19.01", + "parsedAmount": "19010000000000000000" + }, + { + "gotchiId": "9388", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "9390", + "amount": "6.3925", + "parsedAmount": "6392500000000000000" + }, + { + "gotchiId": "9391", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "9393", + "amount": "39.3275", + "parsedAmount": "39327500000000000000" + }, + { + "gotchiId": "9394", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "9395", + "amount": "27.8575", + "parsedAmount": "27857500000000000000" + }, + { + "gotchiId": "9396", + "amount": "34.51", + "parsedAmount": "34510000000000000000" + }, + { + "gotchiId": "9398", + "amount": "264.76000000000005", + "parsedAmount": "264760000000000050000" + }, + { + "gotchiId": "9399", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "9404", + "amount": "12.385", + "parsedAmount": "12385000000000000000" + }, + { + "gotchiId": "9409", + "amount": "7.27", + "parsedAmount": "7270000000000000000" + }, + { + "gotchiId": "9411", + "amount": "14.232499999999998", + "parsedAmount": "14232499999999998000" + }, + { + "gotchiId": "9412", + "amount": "284.1375", + "parsedAmount": "284137500000000000000" + }, + { + "gotchiId": "9419", + "amount": "10.14", + "parsedAmount": "10140000000000000000" + }, + { + "gotchiId": "9423", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "9433", + "amount": "9.787500000000001", + "parsedAmount": "9787500000000001000" + }, + { + "gotchiId": "9438", + "amount": "6.8075", + "parsedAmount": "6807500000000000000" + }, + { + "gotchiId": "9440", + "amount": "30.4", + "parsedAmount": "30400000000000000000" + }, + { + "gotchiId": "9442", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "9443", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "9448", + "amount": "9.775", + "parsedAmount": "9775000000000000000" + }, + { + "gotchiId": "9449", + "amount": "17.375", + "parsedAmount": "17375000000000000000" + }, + { + "gotchiId": "9450", + "amount": "26.445", + "parsedAmount": "26445000000000000000" + }, + { + "gotchiId": "9451", + "amount": "10.8475", + "parsedAmount": "10847500000000000000" + }, + { + "gotchiId": "9452", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "9453", + "amount": "27.5", + "parsedAmount": "27500000000000000000" + }, + { + "gotchiId": "9455", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "9456", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "9457", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "9458", + "amount": "5.8525", + "parsedAmount": "5852500000000000000" + }, + { + "gotchiId": "9459", + "amount": "189.3", + "parsedAmount": "189300000000000000000" + }, + { + "gotchiId": "9461", + "amount": "14.8675", + "parsedAmount": "14867500000000000000" + }, + { + "gotchiId": "9462", + "amount": "9.6325", + "parsedAmount": "9632500000000000000" + }, + { + "gotchiId": "9463", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "9466", + "amount": "19.9175", + "parsedAmount": "19917500000000000000" + }, + { + "gotchiId": "9468", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "9469", + "amount": "9.7475", + "parsedAmount": "9747500000000000000" + }, + { + "gotchiId": "9475", + "amount": "31.545", + "parsedAmount": "31545000000000000000" + }, + { + "gotchiId": "9479", + "amount": "3.085", + "parsedAmount": "3085000000000000000" + }, + { + "gotchiId": "9480", + "amount": "7.5125", + "parsedAmount": "7512500000000000000" + }, + { + "gotchiId": "9481", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "9482", + "amount": "23.6225", + "parsedAmount": "23622500000000000000" + }, + { + "gotchiId": "9483", + "amount": "12.965", + "parsedAmount": "12965000000000000000" + }, + { + "gotchiId": "9485", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "9487", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "9489", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "9490", + "amount": "10.05", + "parsedAmount": "10050000000000000000" + }, + { + "gotchiId": "9492", + "amount": "11.2375", + "parsedAmount": "11237500000000000000" + }, + { + "gotchiId": "9493", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "9494", + "amount": "67.255", + "parsedAmount": "67255000000000000000" + }, + { + "gotchiId": "9497", + "amount": "7.5625", + "parsedAmount": "7562500000000000000" + }, + { + "gotchiId": "9500", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "9501", + "amount": "22.467499999999998", + "parsedAmount": "22467499999999998000" + }, + { + "gotchiId": "9502", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "9503", + "amount": "6.1275", + "parsedAmount": "6127500000000000000" + }, + { + "gotchiId": "9505", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "9506", + "amount": "8.165000000000001", + "parsedAmount": "8165000000000001000" + }, + { + "gotchiId": "9507", + "amount": "8.7775", + "parsedAmount": "8777500000000000000" + }, + { + "gotchiId": "9508", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "9509", + "amount": "21.43", + "parsedAmount": "21430000000000000000" + }, + { + "gotchiId": "9510", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "9513", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "9514", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "9516", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "9523", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "9524", + "amount": "19.1275", + "parsedAmount": "19127500000000000000" + }, + { + "gotchiId": "9525", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "9528", + "amount": "6.2", + "parsedAmount": "6200000000000000000" + }, + { + "gotchiId": "9529", + "amount": "2.985", + "parsedAmount": "2985000000000000000" + }, + { + "gotchiId": "9535", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "9536", + "amount": "32.5075", + "parsedAmount": "32507500000000000000" + }, + { + "gotchiId": "9537", + "amount": "2.2625", + "parsedAmount": "2262500000000000000" + }, + { + "gotchiId": "9540", + "amount": "7.7025", + "parsedAmount": "7702500000000000000" + }, + { + "gotchiId": "9541", + "amount": "10.045", + "parsedAmount": "10045000000000000000" + }, + { + "gotchiId": "9542", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "9545", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "9546", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "9547", + "amount": "14.42", + "parsedAmount": "14420000000000000000" + }, + { + "gotchiId": "9548", + "amount": "14.525", + "parsedAmount": "14525000000000000000" + }, + { + "gotchiId": "9549", + "amount": "18.84", + "parsedAmount": "18840000000000000000" + }, + { + "gotchiId": "9550", + "amount": "18.7025", + "parsedAmount": "18702500000000000000" + }, + { + "gotchiId": "9551", + "amount": "14.665", + "parsedAmount": "14665000000000000000" + }, + { + "gotchiId": "9552", + "amount": "35.1225", + "parsedAmount": "35122500000000000000" + }, + { + "gotchiId": "9553", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "9554", + "amount": "34.302499999999995", + "parsedAmount": "34302499999999995000" + }, + { + "gotchiId": "9559", + "amount": "14.685", + "parsedAmount": "14685000000000000000" + }, + { + "gotchiId": "9560", + "amount": "12.3325", + "parsedAmount": "12332500000000000000" + }, + { + "gotchiId": "9561", + "amount": "59.7075", + "parsedAmount": "59707500000000000000" + }, + { + "gotchiId": "9565", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "9568", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "9570", + "amount": "6.0125", + "parsedAmount": "6012500000000000000" + }, + { + "gotchiId": "9575", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "9578", + "amount": "8.1525", + "parsedAmount": "8152500000000000000" + }, + { + "gotchiId": "9583", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "9586", + "amount": "5.880000000000001", + "parsedAmount": "5880000000000001000" + }, + { + "gotchiId": "9588", + "amount": "43.98", + "parsedAmount": "43980000000000000000" + }, + { + "gotchiId": "9589", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "9590", + "amount": "7.3275", + "parsedAmount": "7327500000000000000" + }, + { + "gotchiId": "9591", + "amount": "34.925", + "parsedAmount": "34925000000000000000" + }, + { + "gotchiId": "9593", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "9594", + "amount": "26.375", + "parsedAmount": "26375000000000000000" + }, + { + "gotchiId": "9595", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "9598", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "9602", + "amount": "79.6675", + "parsedAmount": "79667500000000000000" + }, + { + "gotchiId": "9603", + "amount": "16.2425", + "parsedAmount": "16242500000000000000" + }, + { + "gotchiId": "9604", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "9607", + "amount": "12.1375", + "parsedAmount": "12137500000000000000" + }, + { + "gotchiId": "9608", + "amount": "23.1025", + "parsedAmount": "23102500000000000000" + }, + { + "gotchiId": "9610", + "amount": "57.5525", + "parsedAmount": "57552500000000000000" + }, + { + "gotchiId": "9612", + "amount": "38.175000000000004", + "parsedAmount": "38175000000000004000" + }, + { + "gotchiId": "9614", + "amount": "17.88", + "parsedAmount": "17880000000000000000" + }, + { + "gotchiId": "9616", + "amount": "4.8975", + "parsedAmount": "4897500000000000000" + }, + { + "gotchiId": "9620", + "amount": "16.5275", + "parsedAmount": "16527500000000000000" + }, + { + "gotchiId": "9622", + "amount": "17.5975", + "parsedAmount": "17597500000000000000" + }, + { + "gotchiId": "9626", + "amount": "32.660000000000004", + "parsedAmount": "32660000000000004000" + }, + { + "gotchiId": "9628", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "9634", + "amount": "246.3275", + "parsedAmount": "246327500000000000000" + }, + { + "gotchiId": "9635", + "amount": "6.307499999999999", + "parsedAmount": "6307499999999999000" + }, + { + "gotchiId": "9636", + "amount": "144.24249999999998", + "parsedAmount": "144242499999999980000" + }, + { + "gotchiId": "9638", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "9640", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "9643", + "amount": "17.7575", + "parsedAmount": "17757500000000000000" + }, + { + "gotchiId": "9644", + "amount": "7.915", + "parsedAmount": "7915000000000000000" + }, + { + "gotchiId": "9647", + "amount": "14.1225", + "parsedAmount": "14122500000000000000" + }, + { + "gotchiId": "9649", + "amount": "11.307500000000001", + "parsedAmount": "11307500000000001000" + }, + { + "gotchiId": "9650", + "amount": "6.1825", + "parsedAmount": "6182500000000000000" + }, + { + "gotchiId": "9652", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "9654", + "amount": "62.605000000000004", + "parsedAmount": "62605000000000004000" + }, + { + "gotchiId": "9655", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "9656", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "9658", + "amount": "3.2775", + "parsedAmount": "3277500000000000000" + }, + { + "gotchiId": "9661", + "amount": "5.699999999999999", + "parsedAmount": "5699999999999999000" + }, + { + "gotchiId": "9664", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "9665", + "amount": "54.015", + "parsedAmount": "54015000000000000000" + }, + { + "gotchiId": "9672", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "9673", + "amount": "108.3675", + "parsedAmount": "108367500000000000000" + }, + { + "gotchiId": "9674", + "amount": "3.1825", + "parsedAmount": "3182500000000000000" + }, + { + "gotchiId": "9676", + "amount": "32.987500000000004", + "parsedAmount": "32987500000000004000" + }, + { + "gotchiId": "9677", + "amount": "7.285", + "parsedAmount": "7285000000000000000" + }, + { + "gotchiId": "9678", + "amount": "15.9375", + "parsedAmount": "15937500000000000000" + }, + { + "gotchiId": "9680", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "9681", + "amount": "45.809999999999995", + "parsedAmount": "45809999999999995000" + }, + { + "gotchiId": "9685", + "amount": "63.5875", + "parsedAmount": "63587500000000000000" + }, + { + "gotchiId": "9687", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "9688", + "amount": "51.5925", + "parsedAmount": "51592500000000000000" + }, + { + "gotchiId": "9689", + "amount": "34.925", + "parsedAmount": "34925000000000000000" + }, + { + "gotchiId": "9690", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "9692", + "amount": "16.01", + "parsedAmount": "16010000000000000000" + }, + { + "gotchiId": "9693", + "amount": "5.65", + "parsedAmount": "5650000000000000000" + }, + { + "gotchiId": "9694", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "9698", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "9699", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "9700", + "amount": "13.61", + "parsedAmount": "13610000000000000000" + }, + { + "gotchiId": "9701", + "amount": "18.87", + "parsedAmount": "18870000000000000000" + }, + { + "gotchiId": "9702", + "amount": "15.8625", + "parsedAmount": "15862500000000000000" + }, + { + "gotchiId": "9703", + "amount": "15.6825", + "parsedAmount": "15682500000000000000" + }, + { + "gotchiId": "9704", + "amount": "16.962500000000002", + "parsedAmount": "16962500000000002000" + }, + { + "gotchiId": "9708", + "amount": "15.372499999999999", + "parsedAmount": "15372499999999999000" + }, + { + "gotchiId": "9709", + "amount": "16.37", + "parsedAmount": "16370000000000000000" + }, + { + "gotchiId": "9713", + "amount": "21.655", + "parsedAmount": "21655000000000000000" + }, + { + "gotchiId": "9716", + "amount": "6.4399999999999995", + "parsedAmount": "6439999999999999500" + }, + { + "gotchiId": "9719", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "9723", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "9730", + "amount": "7.8825", + "parsedAmount": "7882500000000000000" + }, + { + "gotchiId": "9731", + "amount": "76.33", + "parsedAmount": "76330000000000000000" + }, + { + "gotchiId": "9732", + "amount": "9.3225", + "parsedAmount": "9322500000000000000" + }, + { + "gotchiId": "9733", + "amount": "61.8275", + "parsedAmount": "61827500000000000000" + }, + { + "gotchiId": "9735", + "amount": "23.3", + "parsedAmount": "23300000000000000000" + } + ], + "totalAmount": "13679272500000000067500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952537, + "gasUsed": "9719516" + }, + { + "batchIndex": 9, + "transactionHash": "0x97deeede9f514c806e4e3fb7f33fb49e9b2071d61449b68d48fba6177d817ecb", + "timestamp": "2025-09-24T06:13:42.179Z", + "gotchiRewards": [ + { + "gotchiId": "9738", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "9745", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "9747", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "9748", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "9751", + "amount": "107.69", + "parsedAmount": "107690000000000000000" + }, + { + "gotchiId": "9752", + "amount": "35.322500000000005", + "parsedAmount": "35322500000000005000" + }, + { + "gotchiId": "9753", + "amount": "10.375", + "parsedAmount": "10375000000000000000" + }, + { + "gotchiId": "9754", + "amount": "26.285", + "parsedAmount": "26285000000000000000" + }, + { + "gotchiId": "9756", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "9758", + "amount": "32.595", + "parsedAmount": "32595000000000000000" + }, + { + "gotchiId": "9760", + "amount": "43.295", + "parsedAmount": "43295000000000000000" + }, + { + "gotchiId": "9762", + "amount": "28.45", + "parsedAmount": "28450000000000000000" + }, + { + "gotchiId": "9763", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "9767", + "amount": "52.945", + "parsedAmount": "52945000000000000000" + }, + { + "gotchiId": "9768", + "amount": "11.504999999999999", + "parsedAmount": "11504999999999999000" + }, + { + "gotchiId": "9769", + "amount": "6.194999999999999", + "parsedAmount": "6194999999999999000" + }, + { + "gotchiId": "9770", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "9771", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "9772", + "amount": "2.135", + "parsedAmount": "2135000000000000000" + }, + { + "gotchiId": "9774", + "amount": "21.8875", + "parsedAmount": "21887500000000000000" + }, + { + "gotchiId": "9775", + "amount": "5.5275", + "parsedAmount": "5527500000000000000" + }, + { + "gotchiId": "9780", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "9781", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "9790", + "amount": "21.115000000000002", + "parsedAmount": "21115000000000002000" + }, + { + "gotchiId": "9792", + "amount": "8.6125", + "parsedAmount": "8612500000000000000" + }, + { + "gotchiId": "9793", + "amount": "24.535", + "parsedAmount": "24535000000000000000" + }, + { + "gotchiId": "9795", + "amount": "58.307500000000005", + "parsedAmount": "58307500000000005000" + }, + { + "gotchiId": "9799", + "amount": "14.142500000000002", + "parsedAmount": "14142500000000002000" + }, + { + "gotchiId": "9802", + "amount": "31.955", + "parsedAmount": "31955000000000000000" + }, + { + "gotchiId": "9803", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "9808", + "amount": "61.6225", + "parsedAmount": "61622500000000000000" + }, + { + "gotchiId": "9810", + "amount": "7.2475000000000005", + "parsedAmount": "7247500000000000500" + }, + { + "gotchiId": "9811", + "amount": "11.4275", + "parsedAmount": "11427500000000000000" + }, + { + "gotchiId": "9812", + "amount": "7.165000000000001", + "parsedAmount": "7165000000000001000" + }, + { + "gotchiId": "9813", + "amount": "15.9125", + "parsedAmount": "15912500000000000000" + }, + { + "gotchiId": "9814", + "amount": "20.689999999999998", + "parsedAmount": "20689999999999998000" + }, + { + "gotchiId": "9815", + "amount": "41.7225", + "parsedAmount": "41722500000000000000" + }, + { + "gotchiId": "9816", + "amount": "35.0175", + "parsedAmount": "35017500000000000000" + }, + { + "gotchiId": "9817", + "amount": "31.377499999999998", + "parsedAmount": "31377499999999998000" + }, + { + "gotchiId": "9818", + "amount": "43.46249999999999", + "parsedAmount": "43462499999999990000" + }, + { + "gotchiId": "9819", + "amount": "52.557500000000005", + "parsedAmount": "52557500000000005000" + }, + { + "gotchiId": "9821", + "amount": "13.9275", + "parsedAmount": "13927500000000000000" + }, + { + "gotchiId": "9822", + "amount": "28.49", + "parsedAmount": "28490000000000000000" + }, + { + "gotchiId": "9823", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "9824", + "amount": "7.795", + "parsedAmount": "7795000000000000000" + }, + { + "gotchiId": "9826", + "amount": "17.509999999999998", + "parsedAmount": "17509999999999998000" + }, + { + "gotchiId": "9828", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "9829", + "amount": "11.755", + "parsedAmount": "11755000000000000000" + }, + { + "gotchiId": "9831", + "amount": "17.23", + "parsedAmount": "17230000000000000000" + }, + { + "gotchiId": "9832", + "amount": "55.802499999999995", + "parsedAmount": "55802499999999995000" + }, + { + "gotchiId": "9836", + "amount": "21.35", + "parsedAmount": "21350000000000000000" + }, + { + "gotchiId": "9837", + "amount": "14.2775", + "parsedAmount": "14277500000000000000" + }, + { + "gotchiId": "9838", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "9841", + "amount": "4.42", + "parsedAmount": "4420000000000000000" + }, + { + "gotchiId": "9842", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "9845", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "9846", + "amount": "10.89", + "parsedAmount": "10890000000000000000" + }, + { + "gotchiId": "9848", + "amount": "76.735", + "parsedAmount": "76735000000000000000" + }, + { + "gotchiId": "9849", + "amount": "51.5075", + "parsedAmount": "51507500000000000000" + }, + { + "gotchiId": "9850", + "amount": "46.595", + "parsedAmount": "46595000000000000000" + }, + { + "gotchiId": "9851", + "amount": "56.019999999999996", + "parsedAmount": "56019999999999996000" + }, + { + "gotchiId": "9852", + "amount": "11.195", + "parsedAmount": "11195000000000000000" + }, + { + "gotchiId": "9853", + "amount": "22.494999999999997", + "parsedAmount": "22494999999999997000" + }, + { + "gotchiId": "9856", + "amount": "11.4475", + "parsedAmount": "11447500000000000000" + }, + { + "gotchiId": "9857", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "9860", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "9862", + "amount": "17.265", + "parsedAmount": "17265000000000000000" + }, + { + "gotchiId": "9865", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "9866", + "amount": "16.985", + "parsedAmount": "16985000000000000000" + }, + { + "gotchiId": "9867", + "amount": "23.052500000000002", + "parsedAmount": "23052500000000002000" + }, + { + "gotchiId": "9869", + "amount": "7.42", + "parsedAmount": "7420000000000000000" + }, + { + "gotchiId": "9871", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "9872", + "amount": "14.015", + "parsedAmount": "14015000000000000000" + }, + { + "gotchiId": "9873", + "amount": "8.7175", + "parsedAmount": "8717500000000000000" + }, + { + "gotchiId": "9875", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "9876", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "9877", + "amount": "32", + "parsedAmount": "32000000000000000000" + }, + { + "gotchiId": "9878", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "9879", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "9880", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "9881", + "amount": "14.775", + "parsedAmount": "14775000000000000000" + }, + { + "gotchiId": "9884", + "amount": "29.477500000000003", + "parsedAmount": "29477500000000003000" + }, + { + "gotchiId": "9885", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "9886", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "9889", + "amount": "19.545", + "parsedAmount": "19545000000000000000" + }, + { + "gotchiId": "9891", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "9892", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "9893", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "9896", + "amount": "12.3375", + "parsedAmount": "12337500000000000000" + }, + { + "gotchiId": "9899", + "amount": "13.8975", + "parsedAmount": "13897500000000000000" + }, + { + "gotchiId": "9900", + "amount": "21.435000000000002", + "parsedAmount": "21435000000000002000" + }, + { + "gotchiId": "9929", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "9930", + "amount": "7.8149999999999995", + "parsedAmount": "7814999999999999500" + }, + { + "gotchiId": "9932", + "amount": "13.0625", + "parsedAmount": "13062500000000000000" + }, + { + "gotchiId": "9934", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "9935", + "amount": "5.039999999999999", + "parsedAmount": "5039999999999999000" + }, + { + "gotchiId": "9936", + "amount": "23.7975", + "parsedAmount": "23797500000000000000" + }, + { + "gotchiId": "9937", + "amount": "23.075", + "parsedAmount": "23075000000000000000" + }, + { + "gotchiId": "9939", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "9940", + "amount": "7.9175", + "parsedAmount": "7917500000000000000" + }, + { + "gotchiId": "9941", + "amount": "9.23", + "parsedAmount": "9230000000000000000" + }, + { + "gotchiId": "9942", + "amount": "8.217500000000001", + "parsedAmount": "8217500000000001000" + }, + { + "gotchiId": "9946", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "9948", + "amount": "13.445", + "parsedAmount": "13445000000000000000" + }, + { + "gotchiId": "9949", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "9950", + "amount": "15.2375", + "parsedAmount": "15237500000000000000" + }, + { + "gotchiId": "9957", + "amount": "47.3275", + "parsedAmount": "47327500000000000000" + }, + { + "gotchiId": "9958", + "amount": "59.875", + "parsedAmount": "59875000000000000000" + }, + { + "gotchiId": "9962", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "9963", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "9965", + "amount": "8.19", + "parsedAmount": "8190000000000000000" + }, + { + "gotchiId": "9966", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "9967", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "9968", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "9970", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "9975", + "amount": "8.1175", + "parsedAmount": "8117500000000000000" + }, + { + "gotchiId": "9977", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "9978", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "9979", + "amount": "17.9875", + "parsedAmount": "17987500000000000000" + }, + { + "gotchiId": "9980", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "9982", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "9983", + "amount": "40.2175", + "parsedAmount": "40217500000000000000" + }, + { + "gotchiId": "9985", + "amount": "11.4925", + "parsedAmount": "11492500000000000000" + }, + { + "gotchiId": "9987", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "9988", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "9990", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "9996", + "amount": "70.9725", + "parsedAmount": "70972500000000000000" + }, + { + "gotchiId": "9997", + "amount": "52.2975", + "parsedAmount": "52297500000000000000" + }, + { + "gotchiId": "10019", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "10020", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "10021", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "10023", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "10024", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "10025", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "10027", + "amount": "9.275", + "parsedAmount": "9275000000000000000" + }, + { + "gotchiId": "10028", + "amount": "1.9425", + "parsedAmount": "1942500000000000000" + }, + { + "gotchiId": "10035", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "10036", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "10038", + "amount": "6.869999999999999", + "parsedAmount": "6869999999999999000" + }, + { + "gotchiId": "10039", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "10043", + "amount": "23.192500000000003", + "parsedAmount": "23192500000000003000" + }, + { + "gotchiId": "10044", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "10046", + "amount": "43.155", + "parsedAmount": "43155000000000000000" + }, + { + "gotchiId": "10051", + "amount": "13.517499999999998", + "parsedAmount": "13517499999999998000" + }, + { + "gotchiId": "10054", + "amount": "3.3225", + "parsedAmount": "3322500000000000000" + }, + { + "gotchiId": "10058", + "amount": "7.06", + "parsedAmount": "7060000000000000000" + }, + { + "gotchiId": "10060", + "amount": "14.95", + "parsedAmount": "14950000000000000000" + }, + { + "gotchiId": "10062", + "amount": "13.17", + "parsedAmount": "13170000000000000000" + }, + { + "gotchiId": "10063", + "amount": "16.1725", + "parsedAmount": "16172500000000000000" + }, + { + "gotchiId": "10064", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "10065", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "10068", + "amount": "6.2524999999999995", + "parsedAmount": "6252499999999999500" + }, + { + "gotchiId": "10075", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "10077", + "amount": "10.5725", + "parsedAmount": "10572500000000000000" + }, + { + "gotchiId": "10079", + "amount": "19.465000000000003", + "parsedAmount": "19465000000000003000" + }, + { + "gotchiId": "10080", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "10083", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "10087", + "amount": "5.3975", + "parsedAmount": "5397500000000000000" + }, + { + "gotchiId": "10090", + "amount": "26.42", + "parsedAmount": "26420000000000000000" + }, + { + "gotchiId": "10092", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "10093", + "amount": "7.637499999999999", + "parsedAmount": "7637499999999999000" + }, + { + "gotchiId": "10095", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "10097", + "amount": "25.2625", + "parsedAmount": "25262500000000000000" + }, + { + "gotchiId": "10106", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "10116", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "10119", + "amount": "10.075", + "parsedAmount": "10075000000000000000" + }, + { + "gotchiId": "10122", + "amount": "2.9875", + "parsedAmount": "2987500000000000000" + }, + { + "gotchiId": "10123", + "amount": "14.142499999999998", + "parsedAmount": "14142499999999998000" + }, + { + "gotchiId": "10124", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "10126", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "10127", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "10128", + "amount": "10.14", + "parsedAmount": "10140000000000000000" + }, + { + "gotchiId": "10130", + "amount": "17.855", + "parsedAmount": "17855000000000000000" + }, + { + "gotchiId": "10131", + "amount": "12.0775", + "parsedAmount": "12077500000000000000" + }, + { + "gotchiId": "10135", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "10138", + "amount": "44.8775", + "parsedAmount": "44877500000000000000" + }, + { + "gotchiId": "10139", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "10140", + "amount": "7.132499999999999", + "parsedAmount": "7132499999999999000" + }, + { + "gotchiId": "10146", + "amount": "21.005", + "parsedAmount": "21005000000000000000" + }, + { + "gotchiId": "10150", + "amount": "5.855", + "parsedAmount": "5855000000000000000" + }, + { + "gotchiId": "10152", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "10154", + "amount": "11.5025", + "parsedAmount": "11502500000000000000" + }, + { + "gotchiId": "10155", + "amount": "17.505", + "parsedAmount": "17505000000000000000" + }, + { + "gotchiId": "10156", + "amount": "10.3025", + "parsedAmount": "10302500000000000000" + }, + { + "gotchiId": "10157", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "10159", + "amount": "14.9725", + "parsedAmount": "14972500000000000000" + }, + { + "gotchiId": "10163", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "10167", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "10173", + "amount": "12.7225", + "parsedAmount": "12722500000000000000" + }, + { + "gotchiId": "10175", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "10177", + "amount": "10.700000000000001", + "parsedAmount": "10700000000000001000" + }, + { + "gotchiId": "10178", + "amount": "15.8575", + "parsedAmount": "15857500000000000000" + }, + { + "gotchiId": "10179", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "10180", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "10183", + "amount": "17.98", + "parsedAmount": "17980000000000000000" + }, + { + "gotchiId": "10184", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "10185", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "10189", + "amount": "13.7975", + "parsedAmount": "13797500000000000000" + }, + { + "gotchiId": "10190", + "amount": "6.862500000000001", + "parsedAmount": "6862500000000001000" + }, + { + "gotchiId": "10191", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "10199", + "amount": "14.695", + "parsedAmount": "14695000000000000000" + }, + { + "gotchiId": "10205", + "amount": "2.0225", + "parsedAmount": "2022500000000000000" + }, + { + "gotchiId": "10206", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "10208", + "amount": "55.449999999999996", + "parsedAmount": "55449999999999996000" + }, + { + "gotchiId": "10211", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "10216", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "10217", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "10219", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "10221", + "amount": "15.754999999999999", + "parsedAmount": "15754999999999999000" + }, + { + "gotchiId": "10222", + "amount": "14.0125", + "parsedAmount": "14012500000000000000" + }, + { + "gotchiId": "10223", + "amount": "15.607500000000002", + "parsedAmount": "15607500000000002000" + }, + { + "gotchiId": "10227", + "amount": "14.6275", + "parsedAmount": "14627500000000000000" + }, + { + "gotchiId": "10229", + "amount": "11.025", + "parsedAmount": "11025000000000000000" + }, + { + "gotchiId": "10230", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "10233", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "10237", + "amount": "7.4975", + "parsedAmount": "7497500000000000000" + }, + { + "gotchiId": "10240", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "10241", + "amount": "7.012499999999999", + "parsedAmount": "7012499999999999000" + }, + { + "gotchiId": "10242", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "10243", + "amount": "17.1025", + "parsedAmount": "17102500000000000000" + }, + { + "gotchiId": "10244", + "amount": "13.947500000000002", + "parsedAmount": "13947500000000002000" + }, + { + "gotchiId": "10248", + "amount": "8.97", + "parsedAmount": "8970000000000000000" + }, + { + "gotchiId": "10249", + "amount": "8.877500000000001", + "parsedAmount": "8877500000000001000" + }, + { + "gotchiId": "10252", + "amount": "107.305", + "parsedAmount": "107305000000000000000" + }, + { + "gotchiId": "10253", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "10254", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "10259", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "10260", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "10265", + "amount": "67.9075", + "parsedAmount": "67907500000000000000" + }, + { + "gotchiId": "10267", + "amount": "18.2925", + "parsedAmount": "18292500000000000000" + }, + { + "gotchiId": "10268", + "amount": "4.79", + "parsedAmount": "4790000000000000000" + }, + { + "gotchiId": "10273", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "10274", + "amount": "18.255", + "parsedAmount": "18255000000000000000" + }, + { + "gotchiId": "10278", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "10281", + "amount": "15.39", + "parsedAmount": "15390000000000000000" + }, + { + "gotchiId": "10282", + "amount": "46.022499999999994", + "parsedAmount": "46022499999999994000" + }, + { + "gotchiId": "10283", + "amount": "7.8725", + "parsedAmount": "7872500000000000000" + }, + { + "gotchiId": "10284", + "amount": "2.26", + "parsedAmount": "2260000000000000000" + }, + { + "gotchiId": "10287", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "10288", + "amount": "2.1725", + "parsedAmount": "2172500000000000000" + }, + { + "gotchiId": "10292", + "amount": "847.0775", + "parsedAmount": "847077500000000000000" + }, + { + "gotchiId": "10293", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "10294", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "10296", + "amount": "4.3", + "parsedAmount": "4300000000000000000" + }, + { + "gotchiId": "10297", + "amount": "21.5575", + "parsedAmount": "21557500000000000000" + }, + { + "gotchiId": "10299", + "amount": "16.7125", + "parsedAmount": "16712500000000000000" + }, + { + "gotchiId": "10304", + "amount": "34.04", + "parsedAmount": "34040000000000000000" + }, + { + "gotchiId": "10306", + "amount": "17.195", + "parsedAmount": "17195000000000000000" + }, + { + "gotchiId": "10308", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "10309", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "10311", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "10312", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "10314", + "amount": "3.29", + "parsedAmount": "3290000000000000000" + }, + { + "gotchiId": "10315", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "10316", + "amount": "7.765000000000001", + "parsedAmount": "7765000000000001000" + }, + { + "gotchiId": "10317", + "amount": "5.2025", + "parsedAmount": "5202500000000000000" + }, + { + "gotchiId": "10318", + "amount": "9.752500000000001", + "parsedAmount": "9752500000000001000" + }, + { + "gotchiId": "10321", + "amount": "79.63", + "parsedAmount": "79630000000000000000" + }, + { + "gotchiId": "10324", + "amount": "26.035", + "parsedAmount": "26035000000000000000" + }, + { + "gotchiId": "10325", + "amount": "20.82", + "parsedAmount": "20820000000000000000" + }, + { + "gotchiId": "10326", + "amount": "11.215", + "parsedAmount": "11215000000000000000" + }, + { + "gotchiId": "10328", + "amount": "8.0275", + "parsedAmount": "8027500000000000000" + }, + { + "gotchiId": "10329", + "amount": "32.3675", + "parsedAmount": "32367500000000000000" + }, + { + "gotchiId": "10333", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "10335", + "amount": "14.047500000000001", + "parsedAmount": "14047500000000001000" + }, + { + "gotchiId": "10338", + "amount": "33.5075", + "parsedAmount": "33507500000000000000" + }, + { + "gotchiId": "10345", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "10346", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "10347", + "amount": "41.655", + "parsedAmount": "41655000000000000000" + }, + { + "gotchiId": "10348", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "10349", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "10351", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "10354", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "10355", + "amount": "18.02", + "parsedAmount": "18020000000000000000" + }, + { + "gotchiId": "10356", + "amount": "32.0925", + "parsedAmount": "32092500000000000000" + }, + { + "gotchiId": "10360", + "amount": "7.3075", + "parsedAmount": "7307500000000000000" + }, + { + "gotchiId": "10361", + "amount": "9.61", + "parsedAmount": "9610000000000000000" + }, + { + "gotchiId": "10364", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "10367", + "amount": "5.61", + "parsedAmount": "5610000000000000000" + }, + { + "gotchiId": "10368", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "10369", + "amount": "20.175", + "parsedAmount": "20175000000000000000" + }, + { + "gotchiId": "10370", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "10372", + "amount": "21.487499999999997", + "parsedAmount": "21487499999999997000" + }, + { + "gotchiId": "10373", + "amount": "13.2975", + "parsedAmount": "13297500000000000000" + }, + { + "gotchiId": "10375", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "10376", + "amount": "11.33", + "parsedAmount": "11330000000000000000" + }, + { + "gotchiId": "10377", + "amount": "5.65", + "parsedAmount": "5650000000000000000" + }, + { + "gotchiId": "10379", + "amount": "8.725000000000001", + "parsedAmount": "8725000000000001000" + }, + { + "gotchiId": "10380", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "10383", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "10384", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "10385", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "10386", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "10387", + "amount": "20.045", + "parsedAmount": "20045000000000000000" + }, + { + "gotchiId": "10388", + "amount": "15.587499999999999", + "parsedAmount": "15587499999999999000" + }, + { + "gotchiId": "10390", + "amount": "16.8625", + "parsedAmount": "16862500000000000000" + }, + { + "gotchiId": "10392", + "amount": "7.9225", + "parsedAmount": "7922500000000000000" + }, + { + "gotchiId": "10393", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "10394", + "amount": "96.85249999999999", + "parsedAmount": "96852499999999990000" + }, + { + "gotchiId": "10396", + "amount": "10.1325", + "parsedAmount": "10132500000000000000" + }, + { + "gotchiId": "10398", + "amount": "19.8875", + "parsedAmount": "19887500000000000000" + }, + { + "gotchiId": "10400", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "10402", + "amount": "10.522499999999999", + "parsedAmount": "10522499999999999000" + }, + { + "gotchiId": "10405", + "amount": "6.977499999999999", + "parsedAmount": "6977499999999999000" + }, + { + "gotchiId": "10406", + "amount": "17.552500000000002", + "parsedAmount": "17552500000000002000" + }, + { + "gotchiId": "10408", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "10410", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "10413", + "amount": "5.692500000000001", + "parsedAmount": "5692500000000001000" + }, + { + "gotchiId": "10415", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "10417", + "amount": "9.1425", + "parsedAmount": "9142500000000000000" + }, + { + "gotchiId": "10421", + "amount": "12.5625", + "parsedAmount": "12562500000000000000" + }, + { + "gotchiId": "10425", + "amount": "12.015", + "parsedAmount": "12015000000000000000" + }, + { + "gotchiId": "10427", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "10428", + "amount": "9.997499999999999", + "parsedAmount": "9997499999999999000" + }, + { + "gotchiId": "10430", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "10433", + "amount": "2.17", + "parsedAmount": "2170000000000000000" + }, + { + "gotchiId": "10434", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "10437", + "amount": "44.855000000000004", + "parsedAmount": "44855000000000004000" + }, + { + "gotchiId": "10438", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "10442", + "amount": "7.21", + "parsedAmount": "7210000000000000000" + }, + { + "gotchiId": "10443", + "amount": "14.6125", + "parsedAmount": "14612500000000000000" + }, + { + "gotchiId": "10451", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "10453", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "10456", + "amount": "8.287500000000001", + "parsedAmount": "8287500000000001000" + }, + { + "gotchiId": "10459", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "10460", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "10463", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "10464", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "10468", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "10470", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "10471", + "amount": "12.08", + "parsedAmount": "12080000000000000000" + }, + { + "gotchiId": "10472", + "amount": "10.4425", + "parsedAmount": "10442500000000000000" + }, + { + "gotchiId": "10475", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10477", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "10478", + "amount": "4.015", + "parsedAmount": "4015000000000000000" + }, + { + "gotchiId": "10487", + "amount": "49.1975", + "parsedAmount": "49197500000000000000" + }, + { + "gotchiId": "10489", + "amount": "13.385", + "parsedAmount": "13385000000000000000" + }, + { + "gotchiId": "10492", + "amount": "20.8975", + "parsedAmount": "20897500000000000000" + }, + { + "gotchiId": "10493", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "10494", + "amount": "9.2275", + "parsedAmount": "9227500000000000000" + }, + { + "gotchiId": "10496", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "10498", + "amount": "21.2575", + "parsedAmount": "21257500000000000000" + }, + { + "gotchiId": "10499", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "10501", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "10502", + "amount": "13.865", + "parsedAmount": "13865000000000000000" + }, + { + "gotchiId": "10503", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "10507", + "amount": "32.7825", + "parsedAmount": "32782500000000000000" + }, + { + "gotchiId": "10512", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "10513", + "amount": "9.2775", + "parsedAmount": "9277500000000000000" + }, + { + "gotchiId": "10517", + "amount": "12.99", + "parsedAmount": "12990000000000000000" + }, + { + "gotchiId": "10518", + "amount": "8.735", + "parsedAmount": "8735000000000000000" + }, + { + "gotchiId": "10519", + "amount": "7.42", + "parsedAmount": "7420000000000000000" + }, + { + "gotchiId": "10520", + "amount": "21.4925", + "parsedAmount": "21492500000000000000" + }, + { + "gotchiId": "10521", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "10523", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "10525", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "10530", + "amount": "5.105", + "parsedAmount": "5105000000000000000" + }, + { + "gotchiId": "10534", + "amount": "7.6274999999999995", + "parsedAmount": "7627499999999999500" + }, + { + "gotchiId": "10536", + "amount": "6.5325", + "parsedAmount": "6532500000000000000" + }, + { + "gotchiId": "10537", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "10539", + "amount": "11.442499999999999", + "parsedAmount": "11442499999999999000" + }, + { + "gotchiId": "10540", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "10541", + "amount": "9.05", + "parsedAmount": "9050000000000000000" + }, + { + "gotchiId": "10542", + "amount": "15.3975", + "parsedAmount": "15397500000000000000" + }, + { + "gotchiId": "10543", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "10548", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "10549", + "amount": "14.032499999999999", + "parsedAmount": "14032499999999999000" + }, + { + "gotchiId": "10551", + "amount": "12.225", + "parsedAmount": "12225000000000000000" + }, + { + "gotchiId": "10552", + "amount": "7.727500000000001", + "parsedAmount": "7727500000000001000" + }, + { + "gotchiId": "10556", + "amount": "17.177500000000002", + "parsedAmount": "17177500000000002000" + }, + { + "gotchiId": "10557", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "10560", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "10561", + "amount": "15.8675", + "parsedAmount": "15867500000000000000" + }, + { + "gotchiId": "10564", + "amount": "7", + "parsedAmount": "7000000000000000000" + }, + { + "gotchiId": "10565", + "amount": "48.2275", + "parsedAmount": "48227500000000000000" + }, + { + "gotchiId": "10566", + "amount": "25.6875", + "parsedAmount": "25687500000000000000" + }, + { + "gotchiId": "10567", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "10569", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "10571", + "amount": "25.692500000000003", + "parsedAmount": "25692500000000003000" + }, + { + "gotchiId": "10574", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "10576", + "amount": "12.49", + "parsedAmount": "12490000000000000000" + }, + { + "gotchiId": "10577", + "amount": "14.975", + "parsedAmount": "14975000000000000000" + }, + { + "gotchiId": "10580", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "10582", + "amount": "28.865", + "parsedAmount": "28865000000000000000" + }, + { + "gotchiId": "10584", + "amount": "6.04", + "parsedAmount": "6040000000000000000" + }, + { + "gotchiId": "10589", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "10593", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "10594", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "10595", + "amount": "13.3825", + "parsedAmount": "13382500000000000000" + }, + { + "gotchiId": "10596", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "10602", + "amount": "9.1025", + "parsedAmount": "9102500000000000000" + }, + { + "gotchiId": "10611", + "amount": "11.7075", + "parsedAmount": "11707500000000000000" + }, + { + "gotchiId": "10614", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "10615", + "amount": "97.275", + "parsedAmount": "97275000000000000000" + }, + { + "gotchiId": "10616", + "amount": "64.955", + "parsedAmount": "64955000000000000000" + }, + { + "gotchiId": "10618", + "amount": "22.805", + "parsedAmount": "22805000000000000000" + }, + { + "gotchiId": "10619", + "amount": "6.425", + "parsedAmount": "6425000000000000000" + }, + { + "gotchiId": "10620", + "amount": "9.525", + "parsedAmount": "9525000000000000000" + }, + { + "gotchiId": "10624", + "amount": "23.1975", + "parsedAmount": "23197500000000000000" + }, + { + "gotchiId": "10625", + "amount": "28.205", + "parsedAmount": "28205000000000000000" + }, + { + "gotchiId": "10626", + "amount": "8.6475", + "parsedAmount": "8647500000000000000" + }, + { + "gotchiId": "10627", + "amount": "40.285000000000004", + "parsedAmount": "40285000000000004000" + }, + { + "gotchiId": "10630", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "10631", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "10632", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "10633", + "amount": "23.915000000000003", + "parsedAmount": "23915000000000003000" + }, + { + "gotchiId": "10634", + "amount": "8.0725", + "parsedAmount": "8072500000000000000" + }, + { + "gotchiId": "10637", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "10638", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "10644", + "amount": "1744.5075000000002", + "parsedAmount": "1744507500000000200000" + }, + { + "gotchiId": "10646", + "amount": "48.1325", + "parsedAmount": "48132500000000000000" + }, + { + "gotchiId": "10647", + "amount": "46.265", + "parsedAmount": "46265000000000000000" + }, + { + "gotchiId": "10649", + "amount": "12.5825", + "parsedAmount": "12582500000000000000" + }, + { + "gotchiId": "10650", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "10652", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "10653", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "10654", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "10656", + "amount": "14.447500000000002", + "parsedAmount": "14447500000000002000" + }, + { + "gotchiId": "10657", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "10660", + "amount": "15.115", + "parsedAmount": "15115000000000000000" + }, + { + "gotchiId": "10662", + "amount": "11.2475", + "parsedAmount": "11247500000000000000" + }, + { + "gotchiId": "10664", + "amount": "11.1725", + "parsedAmount": "11172500000000000000" + }, + { + "gotchiId": "10665", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "10667", + "amount": "3.8925", + "parsedAmount": "3892500000000000000" + }, + { + "gotchiId": "10668", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "10669", + "amount": "2.5175", + "parsedAmount": "2517500000000000000" + }, + { + "gotchiId": "10675", + "amount": "8.995", + "parsedAmount": "8995000000000000000" + }, + { + "gotchiId": "10677", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "10682", + "amount": "3.625", + "parsedAmount": "3625000000000000000" + }, + { + "gotchiId": "10685", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "10687", + "amount": "5.735", + "parsedAmount": "5735000000000000000" + }, + { + "gotchiId": "10689", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "10690", + "amount": "3.1175", + "parsedAmount": "3117500000000000000" + }, + { + "gotchiId": "10692", + "amount": "13.84", + "parsedAmount": "13840000000000000000" + }, + { + "gotchiId": "10698", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "10704", + "amount": "18.36", + "parsedAmount": "18360000000000000000" + }, + { + "gotchiId": "10705", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "10708", + "amount": "13.235", + "parsedAmount": "13235000000000000000" + }, + { + "gotchiId": "10715", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "10717", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "10718", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "10722", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "10727", + "amount": "11.299999999999999", + "parsedAmount": "11299999999999999000" + }, + { + "gotchiId": "10730", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "10733", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "10734", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "10735", + "amount": "15.272499999999999", + "parsedAmount": "15272499999999999000" + }, + { + "gotchiId": "10736", + "amount": "11.745", + "parsedAmount": "11745000000000000000" + }, + { + "gotchiId": "10738", + "amount": "9.1925", + "parsedAmount": "9192500000000000000" + }, + { + "gotchiId": "10739", + "amount": "9.917499999999999", + "parsedAmount": "9917499999999999000" + }, + { + "gotchiId": "10745", + "amount": "36.4925", + "parsedAmount": "36492500000000000000" + }, + { + "gotchiId": "10746", + "amount": "14.8575", + "parsedAmount": "14857500000000000000" + }, + { + "gotchiId": "10750", + "amount": "8.1075", + "parsedAmount": "8107500000000000000" + }, + { + "gotchiId": "10751", + "amount": "4.43", + "parsedAmount": "4430000000000000000" + }, + { + "gotchiId": "10752", + "amount": "13.135000000000002", + "parsedAmount": "13135000000000002000" + }, + { + "gotchiId": "10753", + "amount": "10.0025", + "parsedAmount": "10002500000000000000" + }, + { + "gotchiId": "10759", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "10760", + "amount": "13.13", + "parsedAmount": "13130000000000000000" + }, + { + "gotchiId": "10763", + "amount": "5.915", + "parsedAmount": "5915000000000000000" + }, + { + "gotchiId": "10764", + "amount": "9.315", + "parsedAmount": "9315000000000000000" + }, + { + "gotchiId": "10766", + "amount": "8.870000000000001", + "parsedAmount": "8870000000000001000" + }, + { + "gotchiId": "10768", + "amount": "49.7725", + "parsedAmount": "49772500000000000000" + }, + { + "gotchiId": "10771", + "amount": "5.925", + "parsedAmount": "5925000000000000000" + }, + { + "gotchiId": "10773", + "amount": "3.6525", + "parsedAmount": "3652500000000000000" + }, + { + "gotchiId": "10774", + "amount": "3.3575", + "parsedAmount": "3357500000000000000" + }, + { + "gotchiId": "10775", + "amount": "21.634999999999998", + "parsedAmount": "21634999999999998000" + }, + { + "gotchiId": "10778", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10779", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "10780", + "amount": "23.8625", + "parsedAmount": "23862500000000000000" + }, + { + "gotchiId": "10781", + "amount": "24.959999999999997", + "parsedAmount": "24959999999999997000" + }, + { + "gotchiId": "10783", + "amount": "4.42", + "parsedAmount": "4420000000000000000" + }, + { + "gotchiId": "10785", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "10786", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "10787", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "10793", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "10794", + "amount": "25.235", + "parsedAmount": "25235000000000000000" + }, + { + "gotchiId": "10798", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "10800", + "amount": "15.2625", + "parsedAmount": "15262500000000000000" + }, + { + "gotchiId": "10802", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "10803", + "amount": "5.385", + "parsedAmount": "5385000000000000000" + }, + { + "gotchiId": "10808", + "amount": "20.9025", + "parsedAmount": "20902500000000000000" + }, + { + "gotchiId": "10810", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "10812", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "10814", + "amount": "16.6375", + "parsedAmount": "16637500000000000000" + }, + { + "gotchiId": "10818", + "amount": "47.1025", + "parsedAmount": "47102500000000000000" + }, + { + "gotchiId": "10819", + "amount": "13.5625", + "parsedAmount": "13562500000000000000" + }, + { + "gotchiId": "10820", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "10821", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "10827", + "amount": "3.3175", + "parsedAmount": "3317500000000000000" + }, + { + "gotchiId": "10829", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "10830", + "amount": "19.9075", + "parsedAmount": "19907500000000000000" + }, + { + "gotchiId": "10831", + "amount": "18.3875", + "parsedAmount": "18387500000000000000" + }, + { + "gotchiId": "10833", + "amount": "10.43", + "parsedAmount": "10430000000000000000" + }, + { + "gotchiId": "10834", + "amount": "8.69", + "parsedAmount": "8690000000000000000" + }, + { + "gotchiId": "10837", + "amount": "19.675", + "parsedAmount": "19675000000000000000" + }, + { + "gotchiId": "10841", + "amount": "10.434999999999999", + "parsedAmount": "10434999999999999000" + }, + { + "gotchiId": "10842", + "amount": "14.27", + "parsedAmount": "14270000000000000000" + } + ], + "totalAmount": "9319427500000000192500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952538, + "gasUsed": "9928287" + }, + { + "batchIndex": 10, + "transactionHash": "0xd9029c01ea62bc1b2638356f06b7d00d92b3a1ba53c1745bab45394784d90fc9", + "timestamp": "2025-09-24T06:13:45.347Z", + "gotchiRewards": [ + { + "gotchiId": "10843", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "10844", + "amount": "17.5275", + "parsedAmount": "17527500000000000000" + }, + { + "gotchiId": "10847", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "10848", + "amount": "10.43", + "parsedAmount": "10430000000000000000" + }, + { + "gotchiId": "10849", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "10851", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "10852", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "10853", + "amount": "26.845", + "parsedAmount": "26845000000000000000" + }, + { + "gotchiId": "10854", + "amount": "39.16", + "parsedAmount": "39160000000000000000" + }, + { + "gotchiId": "10858", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "10859", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "10861", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "10862", + "amount": "6.155", + "parsedAmount": "6155000000000000000" + }, + { + "gotchiId": "10864", + "amount": "9.7275", + "parsedAmount": "9727500000000000000" + }, + { + "gotchiId": "10867", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "10868", + "amount": "18.602500000000003", + "parsedAmount": "18602500000000003000" + }, + { + "gotchiId": "10869", + "amount": "3.8975", + "parsedAmount": "3897500000000000000" + }, + { + "gotchiId": "10871", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "10877", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "10879", + "amount": "40.9425", + "parsedAmount": "40942500000000000000" + }, + { + "gotchiId": "10880", + "amount": "23.5975", + "parsedAmount": "23597500000000000000" + }, + { + "gotchiId": "10882", + "amount": "6.55", + "parsedAmount": "6550000000000000000" + }, + { + "gotchiId": "10884", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "10886", + "amount": "2.49", + "parsedAmount": "2490000000000000000" + }, + { + "gotchiId": "10892", + "amount": "19.275", + "parsedAmount": "19275000000000000000" + }, + { + "gotchiId": "10896", + "amount": "15.65", + "parsedAmount": "15650000000000000000" + }, + { + "gotchiId": "10902", + "amount": "17.5025", + "parsedAmount": "17502500000000000000" + }, + { + "gotchiId": "10906", + "amount": "16.0175", + "parsedAmount": "16017500000000000000" + }, + { + "gotchiId": "10908", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "10909", + "amount": "123.44749999999999", + "parsedAmount": "123447499999999990000" + }, + { + "gotchiId": "10911", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "10912", + "amount": "2.6025", + "parsedAmount": "2602500000000000000" + }, + { + "gotchiId": "10913", + "amount": "11.165", + "parsedAmount": "11165000000000000000" + }, + { + "gotchiId": "10915", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "10916", + "amount": "10.532499999999999", + "parsedAmount": "10532499999999999000" + }, + { + "gotchiId": "10918", + "amount": "6.405", + "parsedAmount": "6405000000000000000" + }, + { + "gotchiId": "10921", + "amount": "10.184999999999999", + "parsedAmount": "10184999999999999000" + }, + { + "gotchiId": "10925", + "amount": "10.57", + "parsedAmount": "10570000000000000000" + }, + { + "gotchiId": "10926", + "amount": "12.5925", + "parsedAmount": "12592500000000000000" + }, + { + "gotchiId": "10928", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "10929", + "amount": "24.8275", + "parsedAmount": "24827500000000000000" + }, + { + "gotchiId": "10935", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "10936", + "amount": "15.3975", + "parsedAmount": "15397500000000000000" + }, + { + "gotchiId": "10937", + "amount": "4.915", + "parsedAmount": "4915000000000000000" + }, + { + "gotchiId": "10938", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "10939", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "10941", + "amount": "8.495000000000001", + "parsedAmount": "8495000000000001000" + }, + { + "gotchiId": "10951", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "10952", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "10953", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "10955", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "10956", + "amount": "11.39", + "parsedAmount": "11390000000000000000" + }, + { + "gotchiId": "10958", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "10959", + "amount": "6.6175", + "parsedAmount": "6617500000000000000" + }, + { + "gotchiId": "10960", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "10964", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "10967", + "amount": "8.1175", + "parsedAmount": "8117500000000000000" + }, + { + "gotchiId": "10968", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "10969", + "amount": "14.45", + "parsedAmount": "14450000000000000000" + }, + { + "gotchiId": "10971", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "10972", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "10974", + "amount": "3.3075", + "parsedAmount": "3307500000000000000" + }, + { + "gotchiId": "10977", + "amount": "15.2625", + "parsedAmount": "15262500000000000000" + }, + { + "gotchiId": "10979", + "amount": "15.905000000000001", + "parsedAmount": "15905000000000001000" + }, + { + "gotchiId": "10983", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "10984", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "10985", + "amount": "5.21", + "parsedAmount": "5210000000000000000" + }, + { + "gotchiId": "10988", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "10990", + "amount": "9.205", + "parsedAmount": "9205000000000000000" + }, + { + "gotchiId": "10992", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "10994", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "10996", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "10998", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "11000", + "amount": "29.020000000000003", + "parsedAmount": "29020000000000003000" + }, + { + "gotchiId": "11003", + "amount": "9.9475", + "parsedAmount": "9947500000000000000" + }, + { + "gotchiId": "11005", + "amount": "18.6275", + "parsedAmount": "18627500000000000000" + }, + { + "gotchiId": "11006", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "11007", + "amount": "27.6825", + "parsedAmount": "27682500000000000000" + }, + { + "gotchiId": "11008", + "amount": "32.8525", + "parsedAmount": "32852500000000000000" + }, + { + "gotchiId": "11009", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "11010", + "amount": "15.309999999999999", + "parsedAmount": "15309999999999999000" + }, + { + "gotchiId": "11012", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "11013", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "11014", + "amount": "11.295", + "parsedAmount": "11295000000000000000" + }, + { + "gotchiId": "11015", + "amount": "38.6125", + "parsedAmount": "38612500000000000000" + }, + { + "gotchiId": "11017", + "amount": "2.515", + "parsedAmount": "2515000000000000000" + }, + { + "gotchiId": "11019", + "amount": "6.1274999999999995", + "parsedAmount": "6127499999999999500" + }, + { + "gotchiId": "11020", + "amount": "5.359999999999999", + "parsedAmount": "5359999999999999000" + }, + { + "gotchiId": "11021", + "amount": "21.4275", + "parsedAmount": "21427500000000000000" + }, + { + "gotchiId": "11023", + "amount": "64.295", + "parsedAmount": "64295000000000000000" + }, + { + "gotchiId": "11024", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "11026", + "amount": "3.085", + "parsedAmount": "3085000000000000000" + }, + { + "gotchiId": "11027", + "amount": "30.95", + "parsedAmount": "30950000000000000000" + }, + { + "gotchiId": "11029", + "amount": "17.335", + "parsedAmount": "17335000000000000000" + }, + { + "gotchiId": "11030", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "11031", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "11033", + "amount": "61.8325", + "parsedAmount": "61832500000000000000" + }, + { + "gotchiId": "11034", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "11035", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "11038", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "11040", + "amount": "10.215", + "parsedAmount": "10215000000000000000" + }, + { + "gotchiId": "11041", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "11043", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "11045", + "amount": "7.1625", + "parsedAmount": "7162500000000000000" + }, + { + "gotchiId": "11047", + "amount": "48.315", + "parsedAmount": "48315000000000000000" + }, + { + "gotchiId": "11048", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "11049", + "amount": "13.497499999999999", + "parsedAmount": "13497499999999999000" + }, + { + "gotchiId": "11051", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "11055", + "amount": "26.872500000000002", + "parsedAmount": "26872500000000002000" + }, + { + "gotchiId": "11056", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11057", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "11058", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "11059", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "11061", + "amount": "24.55", + "parsedAmount": "24550000000000000000" + }, + { + "gotchiId": "11065", + "amount": "27.599999999999998", + "parsedAmount": "27599999999999998000" + }, + { + "gotchiId": "11068", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "11070", + "amount": "57.027499999999996", + "parsedAmount": "57027499999999996000" + }, + { + "gotchiId": "11071", + "amount": "6.54", + "parsedAmount": "6540000000000000000" + }, + { + "gotchiId": "11073", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "11076", + "amount": "2.38", + "parsedAmount": "2380000000000000000" + }, + { + "gotchiId": "11078", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "11079", + "amount": "35.34", + "parsedAmount": "35340000000000000000" + }, + { + "gotchiId": "11081", + "amount": "16.405", + "parsedAmount": "16405000000000000000" + }, + { + "gotchiId": "11082", + "amount": "33.685", + "parsedAmount": "33685000000000000000" + }, + { + "gotchiId": "11084", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "11085", + "amount": "13.9375", + "parsedAmount": "13937500000000000000" + }, + { + "gotchiId": "11086", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "11088", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "11091", + "amount": "13.195", + "parsedAmount": "13195000000000000000" + }, + { + "gotchiId": "11093", + "amount": "12.0425", + "parsedAmount": "12042500000000000000" + }, + { + "gotchiId": "11094", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "11098", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "11099", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "11102", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "11103", + "amount": "11.0525", + "parsedAmount": "11052500000000000000" + }, + { + "gotchiId": "11104", + "amount": "12.432500000000001", + "parsedAmount": "12432500000000001000" + }, + { + "gotchiId": "11105", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "11106", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "11112", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "11116", + "amount": "5.705", + "parsedAmount": "5705000000000000000" + }, + { + "gotchiId": "11123", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "11126", + "amount": "17.884999999999998", + "parsedAmount": "17884999999999998000" + }, + { + "gotchiId": "11129", + "amount": "10.145", + "parsedAmount": "10145000000000000000" + }, + { + "gotchiId": "11130", + "amount": "8.219999999999999", + "parsedAmount": "8219999999999999000" + }, + { + "gotchiId": "11133", + "amount": "23.36", + "parsedAmount": "23360000000000000000" + }, + { + "gotchiId": "11134", + "amount": "13.37", + "parsedAmount": "13370000000000000000" + }, + { + "gotchiId": "11136", + "amount": "5.6775", + "parsedAmount": "5677500000000000000" + }, + { + "gotchiId": "11138", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "11139", + "amount": "7.91", + "parsedAmount": "7910000000000000000" + }, + { + "gotchiId": "11141", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "11142", + "amount": "14.3275", + "parsedAmount": "14327500000000000000" + }, + { + "gotchiId": "11143", + "amount": "10.71", + "parsedAmount": "10710000000000000000" + }, + { + "gotchiId": "11144", + "amount": "9.682500000000001", + "parsedAmount": "9682500000000001000" + }, + { + "gotchiId": "11148", + "amount": "29.685", + "parsedAmount": "29685000000000000000" + }, + { + "gotchiId": "11150", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "11155", + "amount": "14.5525", + "parsedAmount": "14552500000000000000" + }, + { + "gotchiId": "11156", + "amount": "75.9125", + "parsedAmount": "75912500000000000000" + }, + { + "gotchiId": "11157", + "amount": "3.7225", + "parsedAmount": "3722500000000000000" + }, + { + "gotchiId": "11160", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "11161", + "amount": "10.96", + "parsedAmount": "10960000000000000000" + }, + { + "gotchiId": "11162", + "amount": "7.9625", + "parsedAmount": "7962500000000000000" + }, + { + "gotchiId": "11168", + "amount": "16.6375", + "parsedAmount": "16637500000000000000" + }, + { + "gotchiId": "11169", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "11170", + "amount": "964.3125", + "parsedAmount": "964312500000000000000" + }, + { + "gotchiId": "11177", + "amount": "13.782499999999999", + "parsedAmount": "13782499999999999000" + }, + { + "gotchiId": "11181", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "11182", + "amount": "6.202500000000001", + "parsedAmount": "6202500000000001000" + }, + { + "gotchiId": "11186", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "11188", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "11189", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "11190", + "amount": "14.290000000000001", + "parsedAmount": "14290000000000001000" + }, + { + "gotchiId": "11191", + "amount": "40.565", + "parsedAmount": "40565000000000000000" + }, + { + "gotchiId": "11192", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "11194", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "11195", + "amount": "17.252499999999998", + "parsedAmount": "17252499999999998000" + }, + { + "gotchiId": "11196", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "11197", + "amount": "14.495000000000001", + "parsedAmount": "14495000000000001000" + }, + { + "gotchiId": "11199", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "11200", + "amount": "2.2", + "parsedAmount": "2200000000000000000" + }, + { + "gotchiId": "11202", + "amount": "10.7775", + "parsedAmount": "10777500000000000000" + }, + { + "gotchiId": "11204", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "11205", + "amount": "78.6825", + "parsedAmount": "78682500000000000000" + }, + { + "gotchiId": "11208", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "11212", + "amount": "11.915000000000001", + "parsedAmount": "11915000000000001000" + }, + { + "gotchiId": "11213", + "amount": "8.0875", + "parsedAmount": "8087500000000000000" + }, + { + "gotchiId": "11214", + "amount": "24.8575", + "parsedAmount": "24857500000000000000" + }, + { + "gotchiId": "11218", + "amount": "116.885", + "parsedAmount": "116885000000000000000" + }, + { + "gotchiId": "11219", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "11220", + "amount": "15.7675", + "parsedAmount": "15767500000000000000" + }, + { + "gotchiId": "11222", + "amount": "39.8575", + "parsedAmount": "39857500000000000000" + }, + { + "gotchiId": "11227", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "11230", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "11231", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "11232", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "11234", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "11235", + "amount": "10.652500000000002", + "parsedAmount": "10652500000000002000" + }, + { + "gotchiId": "11237", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "11238", + "amount": "9.3825", + "parsedAmount": "9382500000000000000" + }, + { + "gotchiId": "11242", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "11243", + "amount": "8.92", + "parsedAmount": "8920000000000000000" + }, + { + "gotchiId": "11245", + "amount": "8.1725", + "parsedAmount": "8172500000000000000" + }, + { + "gotchiId": "11248", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "11253", + "amount": "2.865", + "parsedAmount": "2865000000000000000" + }, + { + "gotchiId": "11254", + "amount": "28.9025", + "parsedAmount": "28902500000000000000" + }, + { + "gotchiId": "11257", + "amount": "9.665", + "parsedAmount": "9665000000000000000" + }, + { + "gotchiId": "11259", + "amount": "22.767500000000002", + "parsedAmount": "22767500000000002000" + }, + { + "gotchiId": "11266", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "11267", + "amount": "1590.68", + "parsedAmount": "1590680000000000000000" + }, + { + "gotchiId": "11268", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "11270", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "11273", + "amount": "10.9225", + "parsedAmount": "10922500000000000000" + }, + { + "gotchiId": "11275", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "11278", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "11279", + "amount": "144.62", + "parsedAmount": "144620000000000000000" + }, + { + "gotchiId": "11281", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "11283", + "amount": "11.525", + "parsedAmount": "11525000000000000000" + }, + { + "gotchiId": "11285", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "11286", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "11287", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "11288", + "amount": "10.2925", + "parsedAmount": "10292500000000000000" + }, + { + "gotchiId": "11289", + "amount": "13.9575", + "parsedAmount": "13957500000000000000" + }, + { + "gotchiId": "11291", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "11293", + "amount": "22.125000000000004", + "parsedAmount": "22125000000000004000" + }, + { + "gotchiId": "11294", + "amount": "14.4075", + "parsedAmount": "14407500000000000000" + }, + { + "gotchiId": "11295", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "11301", + "amount": "10.0925", + "parsedAmount": "10092500000000000000" + }, + { + "gotchiId": "11302", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "11304", + "amount": "18.8375", + "parsedAmount": "18837500000000000000" + }, + { + "gotchiId": "11307", + "amount": "5.345000000000001", + "parsedAmount": "5345000000000001000" + }, + { + "gotchiId": "11309", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "11312", + "amount": "7.3025", + "parsedAmount": "7302500000000000000" + }, + { + "gotchiId": "11316", + "amount": "10.377500000000001", + "parsedAmount": "10377500000000001000" + }, + { + "gotchiId": "11317", + "amount": "9.63", + "parsedAmount": "9630000000000000000" + }, + { + "gotchiId": "11319", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "11323", + "amount": "14.11", + "parsedAmount": "14110000000000000000" + }, + { + "gotchiId": "11325", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "11327", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "11330", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "11336", + "amount": "17.4675", + "parsedAmount": "17467500000000000000" + }, + { + "gotchiId": "11338", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "11341", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "11342", + "amount": "6.619999999999999", + "parsedAmount": "6619999999999999000" + }, + { + "gotchiId": "11346", + "amount": "6.984999999999999", + "parsedAmount": "6984999999999999000" + }, + { + "gotchiId": "11349", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "11350", + "amount": "15.059999999999999", + "parsedAmount": "15059999999999999000" + }, + { + "gotchiId": "11351", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "11353", + "amount": "7.14", + "parsedAmount": "7140000000000000000" + }, + { + "gotchiId": "11354", + "amount": "41.775", + "parsedAmount": "41775000000000000000" + }, + { + "gotchiId": "11359", + "amount": "9.395", + "parsedAmount": "9395000000000000000" + }, + { + "gotchiId": "11362", + "amount": "22.247500000000002", + "parsedAmount": "22247500000000002000" + }, + { + "gotchiId": "11363", + "amount": "7.4399999999999995", + "parsedAmount": "7439999999999999500" + }, + { + "gotchiId": "11364", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "11366", + "amount": "14.3425", + "parsedAmount": "14342500000000000000" + }, + { + "gotchiId": "11368", + "amount": "38.0625", + "parsedAmount": "38062500000000000000" + }, + { + "gotchiId": "11370", + "amount": "17.544999999999998", + "parsedAmount": "17544999999999998000" + }, + { + "gotchiId": "11371", + "amount": "14.1375", + "parsedAmount": "14137500000000000000" + }, + { + "gotchiId": "11373", + "amount": "12.4175", + "parsedAmount": "12417500000000000000" + }, + { + "gotchiId": "11374", + "amount": "3.42", + "parsedAmount": "3420000000000000000" + }, + { + "gotchiId": "11375", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "11376", + "amount": "6.199999999999999", + "parsedAmount": "6199999999999999000" + }, + { + "gotchiId": "11377", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "11378", + "amount": "11.9725", + "parsedAmount": "11972500000000000000" + }, + { + "gotchiId": "11380", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "11381", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "11382", + "amount": "15.955000000000002", + "parsedAmount": "15955000000000002000" + }, + { + "gotchiId": "11383", + "amount": "42.152499999999996", + "parsedAmount": "42152499999999996000" + }, + { + "gotchiId": "11386", + "amount": "48.4", + "parsedAmount": "48400000000000000000" + }, + { + "gotchiId": "11387", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "11391", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "11392", + "amount": "18.369999999999997", + "parsedAmount": "18369999999999997000" + }, + { + "gotchiId": "11393", + "amount": "9.5775", + "parsedAmount": "9577500000000000000" + }, + { + "gotchiId": "11395", + "amount": "12.537500000000001", + "parsedAmount": "12537500000000001000" + }, + { + "gotchiId": "11398", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "11399", + "amount": "95.00500000000001", + "parsedAmount": "95005000000000010000" + }, + { + "gotchiId": "11401", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "11402", + "amount": "16.512500000000003", + "parsedAmount": "16512500000000003000" + }, + { + "gotchiId": "11405", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "11406", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "11418", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "11419", + "amount": "8.4825", + "parsedAmount": "8482500000000000000" + }, + { + "gotchiId": "11421", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "11422", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "11423", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11428", + "amount": "15.370000000000001", + "parsedAmount": "15370000000000001000" + }, + { + "gotchiId": "11429", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "11430", + "amount": "10.5275", + "parsedAmount": "10527500000000000000" + }, + { + "gotchiId": "11431", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "11432", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "11433", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "11437", + "amount": "9.77", + "parsedAmount": "9770000000000000000" + }, + { + "gotchiId": "11441", + "amount": "12.6975", + "parsedAmount": "12697500000000000000" + }, + { + "gotchiId": "11443", + "amount": "14.352500000000001", + "parsedAmount": "14352500000000001000" + }, + { + "gotchiId": "11447", + "amount": "16.85", + "parsedAmount": "16850000000000000000" + }, + { + "gotchiId": "11456", + "amount": "15.67", + "parsedAmount": "15670000000000000000" + }, + { + "gotchiId": "11457", + "amount": "11.25", + "parsedAmount": "11250000000000000000" + }, + { + "gotchiId": "11458", + "amount": "11.19", + "parsedAmount": "11190000000000000000" + }, + { + "gotchiId": "11459", + "amount": "6.390000000000001", + "parsedAmount": "6390000000000001000" + }, + { + "gotchiId": "11462", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "11463", + "amount": "10.15", + "parsedAmount": "10150000000000000000" + }, + { + "gotchiId": "11468", + "amount": "7.380000000000001", + "parsedAmount": "7380000000000001000" + }, + { + "gotchiId": "11470", + "amount": "13.749999999999998", + "parsedAmount": "13749999999999998000" + }, + { + "gotchiId": "11472", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "11478", + "amount": "11.8525", + "parsedAmount": "11852500000000000000" + }, + { + "gotchiId": "11479", + "amount": "19.085", + "parsedAmount": "19085000000000000000" + }, + { + "gotchiId": "11482", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "11487", + "amount": "77.5425", + "parsedAmount": "77542500000000000000" + }, + { + "gotchiId": "11492", + "amount": "30.57", + "parsedAmount": "30570000000000000000" + }, + { + "gotchiId": "11496", + "amount": "8.755", + "parsedAmount": "8755000000000000000" + }, + { + "gotchiId": "11501", + "amount": "10.48", + "parsedAmount": "10480000000000000000" + }, + { + "gotchiId": "11506", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "11507", + "amount": "12.0275", + "parsedAmount": "12027500000000000000" + }, + { + "gotchiId": "11510", + "amount": "7.34", + "parsedAmount": "7340000000000000000" + }, + { + "gotchiId": "11513", + "amount": "2.41", + "parsedAmount": "2410000000000000000" + }, + { + "gotchiId": "11516", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "11517", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "11519", + "amount": "47.02", + "parsedAmount": "47020000000000000000" + }, + { + "gotchiId": "11521", + "amount": "36.0925", + "parsedAmount": "36092500000000000000" + }, + { + "gotchiId": "11523", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "11524", + "amount": "37.385000000000005", + "parsedAmount": "37385000000000005000" + }, + { + "gotchiId": "11525", + "amount": "10.495000000000001", + "parsedAmount": "10495000000000001000" + }, + { + "gotchiId": "11526", + "amount": "12.094999999999999", + "parsedAmount": "12094999999999999000" + }, + { + "gotchiId": "11527", + "amount": "20.2475", + "parsedAmount": "20247500000000000000" + }, + { + "gotchiId": "11528", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "11529", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "11530", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "11531", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "11534", + "amount": "5.6575", + "parsedAmount": "5657500000000000000" + }, + { + "gotchiId": "11535", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "11537", + "amount": "6.045", + "parsedAmount": "6045000000000000000" + }, + { + "gotchiId": "11540", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "11543", + "amount": "11.46", + "parsedAmount": "11460000000000000000" + }, + { + "gotchiId": "11544", + "amount": "101.7275", + "parsedAmount": "101727500000000000000" + }, + { + "gotchiId": "11545", + "amount": "10.05", + "parsedAmount": "10050000000000000000" + }, + { + "gotchiId": "11546", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "11548", + "amount": "3.11", + "parsedAmount": "3110000000000000000" + }, + { + "gotchiId": "11549", + "amount": "14.6575", + "parsedAmount": "14657500000000000000" + }, + { + "gotchiId": "11551", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "11553", + "amount": "17.707500000000003", + "parsedAmount": "17707500000000003000" + }, + { + "gotchiId": "11554", + "amount": "24.8425", + "parsedAmount": "24842500000000000000" + }, + { + "gotchiId": "11556", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "11563", + "amount": "7.58", + "parsedAmount": "7580000000000000000" + }, + { + "gotchiId": "11566", + "amount": "17.8425", + "parsedAmount": "17842500000000000000" + }, + { + "gotchiId": "11567", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "11569", + "amount": "12.7925", + "parsedAmount": "12792500000000000000" + }, + { + "gotchiId": "11570", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "11572", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "11575", + "amount": "2.34", + "parsedAmount": "2340000000000000000" + }, + { + "gotchiId": "11578", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "11580", + "amount": "10.4625", + "parsedAmount": "10462500000000000000" + }, + { + "gotchiId": "11582", + "amount": "16.59", + "parsedAmount": "16590000000000000000" + }, + { + "gotchiId": "11584", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "11585", + "amount": "4.6899999999999995", + "parsedAmount": "4689999999999999500" + }, + { + "gotchiId": "11587", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "11588", + "amount": "7.015000000000001", + "parsedAmount": "7015000000000001000" + }, + { + "gotchiId": "11589", + "amount": "9.0575", + "parsedAmount": "9057500000000000000" + }, + { + "gotchiId": "11590", + "amount": "19.795", + "parsedAmount": "19795000000000000000" + }, + { + "gotchiId": "11593", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "11594", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "11598", + "amount": "20.175", + "parsedAmount": "20175000000000000000" + }, + { + "gotchiId": "11604", + "amount": "13.975", + "parsedAmount": "13975000000000000000" + }, + { + "gotchiId": "11605", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "11607", + "amount": "18.6175", + "parsedAmount": "18617500000000000000" + }, + { + "gotchiId": "11610", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "11611", + "amount": "39.6875", + "parsedAmount": "39687500000000000000" + }, + { + "gotchiId": "11612", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "11613", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "11614", + "amount": "16.295", + "parsedAmount": "16295000000000000000" + }, + { + "gotchiId": "11615", + "amount": "10.31", + "parsedAmount": "10310000000000000000" + }, + { + "gotchiId": "11616", + "amount": "11.0125", + "parsedAmount": "11012500000000000000" + }, + { + "gotchiId": "11619", + "amount": "12.73", + "parsedAmount": "12730000000000000000" + }, + { + "gotchiId": "11620", + "amount": "7.28", + "parsedAmount": "7280000000000000000" + }, + { + "gotchiId": "11621", + "amount": "4.7825", + "parsedAmount": "4782500000000000000" + }, + { + "gotchiId": "11624", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "11630", + "amount": "18.34", + "parsedAmount": "18340000000000000000" + }, + { + "gotchiId": "11637", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "11643", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "11644", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "11647", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "11650", + "amount": "6.550000000000001", + "parsedAmount": "6550000000000001000" + }, + { + "gotchiId": "11651", + "amount": "3.2", + "parsedAmount": "3200000000000000000" + }, + { + "gotchiId": "11655", + "amount": "11.6175", + "parsedAmount": "11617500000000000000" + }, + { + "gotchiId": "11656", + "amount": "6.584999999999999", + "parsedAmount": "6584999999999999000" + }, + { + "gotchiId": "11657", + "amount": "10.675", + "parsedAmount": "10675000000000000000" + }, + { + "gotchiId": "11658", + "amount": "20.815", + "parsedAmount": "20815000000000000000" + }, + { + "gotchiId": "11659", + "amount": "18.8625", + "parsedAmount": "18862500000000000000" + }, + { + "gotchiId": "11661", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "11663", + "amount": "171.315", + "parsedAmount": "171315000000000000000" + }, + { + "gotchiId": "11669", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "11672", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11673", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "11677", + "amount": "2.245", + "parsedAmount": "2245000000000000000" + }, + { + "gotchiId": "11678", + "amount": "23.935000000000002", + "parsedAmount": "23935000000000002000" + }, + { + "gotchiId": "11680", + "amount": "20.32", + "parsedAmount": "20320000000000000000" + }, + { + "gotchiId": "11681", + "amount": "10.7725", + "parsedAmount": "10772500000000000000" + }, + { + "gotchiId": "11684", + "amount": "15.8825", + "parsedAmount": "15882500000000000000" + }, + { + "gotchiId": "11687", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "11690", + "amount": "5.355", + "parsedAmount": "5355000000000000000" + }, + { + "gotchiId": "11692", + "amount": "14.58", + "parsedAmount": "14580000000000000000" + }, + { + "gotchiId": "11694", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "11697", + "amount": "142.785", + "parsedAmount": "142785000000000000000" + }, + { + "gotchiId": "11699", + "amount": "7.335", + "parsedAmount": "7335000000000000000" + }, + { + "gotchiId": "11703", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "11704", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "11705", + "amount": "10.71", + "parsedAmount": "10710000000000000000" + }, + { + "gotchiId": "11706", + "amount": "11.235", + "parsedAmount": "11235000000000000000" + }, + { + "gotchiId": "11712", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "11714", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "11715", + "amount": "12.5975", + "parsedAmount": "12597500000000000000" + }, + { + "gotchiId": "11716", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "11717", + "amount": "11.034999999999998", + "parsedAmount": "11034999999999998000" + }, + { + "gotchiId": "11718", + "amount": "6.1875", + "parsedAmount": "6187500000000000000" + }, + { + "gotchiId": "11720", + "amount": "14.815", + "parsedAmount": "14815000000000000000" + }, + { + "gotchiId": "11722", + "amount": "5.1899999999999995", + "parsedAmount": "5189999999999999500" + }, + { + "gotchiId": "11723", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "11724", + "amount": "3.86", + "parsedAmount": "3860000000000000000" + }, + { + "gotchiId": "11725", + "amount": "4.7775", + "parsedAmount": "4777500000000000000" + }, + { + "gotchiId": "11726", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "11727", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "11728", + "amount": "19.65", + "parsedAmount": "19650000000000000000" + }, + { + "gotchiId": "11730", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "11732", + "amount": "42.785", + "parsedAmount": "42785000000000000000" + }, + { + "gotchiId": "11733", + "amount": "2.63", + "parsedAmount": "2630000000000000000" + }, + { + "gotchiId": "11734", + "amount": "30.715", + "parsedAmount": "30715000000000000000" + }, + { + "gotchiId": "11736", + "amount": "7.237500000000001", + "parsedAmount": "7237500000000001000" + }, + { + "gotchiId": "11738", + "amount": "6.89", + "parsedAmount": "6890000000000000000" + }, + { + "gotchiId": "11746", + "amount": "24.270000000000003", + "parsedAmount": "24270000000000003000" + }, + { + "gotchiId": "11747", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "11749", + "amount": "32.55", + "parsedAmount": "32550000000000000000" + }, + { + "gotchiId": "11756", + "amount": "25.35", + "parsedAmount": "25350000000000000000" + }, + { + "gotchiId": "11759", + "amount": "16.3775", + "parsedAmount": "16377500000000000000" + }, + { + "gotchiId": "11760", + "amount": "4.800000000000001", + "parsedAmount": "4800000000000001000" + }, + { + "gotchiId": "11762", + "amount": "22.8975", + "parsedAmount": "22897500000000000000" + }, + { + "gotchiId": "11763", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "11764", + "amount": "17.225", + "parsedAmount": "17225000000000000000" + }, + { + "gotchiId": "11765", + "amount": "65.05250000000001", + "parsedAmount": "65052500000000010000" + }, + { + "gotchiId": "11766", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "11769", + "amount": "10.355", + "parsedAmount": "10355000000000000000" + }, + { + "gotchiId": "11770", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "11771", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "11774", + "amount": "10.79", + "parsedAmount": "10790000000000000000" + }, + { + "gotchiId": "11775", + "amount": "4.3075", + "parsedAmount": "4307500000000000000" + }, + { + "gotchiId": "11777", + "amount": "30.1425", + "parsedAmount": "30142500000000000000" + }, + { + "gotchiId": "11779", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "11780", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "11782", + "amount": "24.8425", + "parsedAmount": "24842500000000000000" + }, + { + "gotchiId": "11785", + "amount": "181.3275", + "parsedAmount": "181327500000000000000" + }, + { + "gotchiId": "11786", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "11787", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "11788", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "11789", + "amount": "3.5475", + "parsedAmount": "3547500000000000000" + }, + { + "gotchiId": "11791", + "amount": "14.5725", + "parsedAmount": "14572500000000000000" + }, + { + "gotchiId": "11792", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "11793", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "11794", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "11795", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "11798", + "amount": "7.75", + "parsedAmount": "7750000000000000000" + }, + { + "gotchiId": "11802", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "11803", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "11806", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "11808", + "amount": "14.6475", + "parsedAmount": "14647500000000000000" + }, + { + "gotchiId": "11810", + "amount": "4.83", + "parsedAmount": "4830000000000000000" + }, + { + "gotchiId": "11813", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "11816", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "11817", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "11818", + "amount": "22.6475", + "parsedAmount": "22647500000000000000" + }, + { + "gotchiId": "11819", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "11821", + "amount": "12.24", + "parsedAmount": "12240000000000000000" + }, + { + "gotchiId": "11824", + "amount": "9.149999999999999", + "parsedAmount": "9149999999999999000" + }, + { + "gotchiId": "11833", + "amount": "7.574999999999999", + "parsedAmount": "7574999999999999000" + }, + { + "gotchiId": "11834", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "11835", + "amount": "7.96", + "parsedAmount": "7960000000000000000" + }, + { + "gotchiId": "11836", + "amount": "2.105", + "parsedAmount": "2105000000000000000" + }, + { + "gotchiId": "11837", + "amount": "2.35", + "parsedAmount": "2350000000000000000" + }, + { + "gotchiId": "11841", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "11842", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "11844", + "amount": "7.262499999999999", + "parsedAmount": "7262499999999999000" + }, + { + "gotchiId": "11852", + "amount": "5.6575", + "parsedAmount": "5657500000000000000" + }, + { + "gotchiId": "11853", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "11858", + "amount": "41.9025", + "parsedAmount": "41902500000000000000" + }, + { + "gotchiId": "11859", + "amount": "12.495000000000001", + "parsedAmount": "12495000000000001000" + }, + { + "gotchiId": "11862", + "amount": "2.985", + "parsedAmount": "2985000000000000000" + }, + { + "gotchiId": "11866", + "amount": "283.33", + "parsedAmount": "283330000000000000000" + }, + { + "gotchiId": "11869", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "11870", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "11871", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "11872", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "11875", + "amount": "26.232499999999998", + "parsedAmount": "26232499999999998000" + }, + { + "gotchiId": "11877", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "11883", + "amount": "104.22749999999999", + "parsedAmount": "104227499999999990000" + }, + { + "gotchiId": "11884", + "amount": "9.4875", + "parsedAmount": "9487500000000000000" + }, + { + "gotchiId": "11886", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "11887", + "amount": "41.2575", + "parsedAmount": "41257500000000000000" + }, + { + "gotchiId": "11891", + "amount": "17.875", + "parsedAmount": "17875000000000000000" + }, + { + "gotchiId": "11892", + "amount": "12.5325", + "parsedAmount": "12532500000000000000" + } + ], + "totalAmount": "9494545000000000015000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952540, + "gasUsed": "9616020" + }, + { + "batchIndex": 11, + "transactionHash": "0x1739d12b5f105c09dc2d64a25d57edab53973a7f60252d9c589a4ea87ef367ae", + "timestamp": "2025-09-24T06:13:49.198Z", + "gotchiRewards": [ + { + "gotchiId": "11893", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "11894", + "amount": "14.305", + "parsedAmount": "14305000000000000000" + }, + { + "gotchiId": "11895", + "amount": "13.86", + "parsedAmount": "13860000000000000000" + }, + { + "gotchiId": "11896", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "11897", + "amount": "103.63", + "parsedAmount": "103630000000000000000" + }, + { + "gotchiId": "11902", + "amount": "50.41", + "parsedAmount": "50410000000000000000" + }, + { + "gotchiId": "11903", + "amount": "51.78", + "parsedAmount": "51780000000000000000" + }, + { + "gotchiId": "11907", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "11913", + "amount": "12.21", + "parsedAmount": "12210000000000000000" + }, + { + "gotchiId": "11914", + "amount": "4.7825", + "parsedAmount": "4782500000000000000" + }, + { + "gotchiId": "11916", + "amount": "30.9625", + "parsedAmount": "30962500000000000000" + }, + { + "gotchiId": "11919", + "amount": "16.1525", + "parsedAmount": "16152500000000000000" + }, + { + "gotchiId": "11920", + "amount": "4.675", + "parsedAmount": "4675000000000000000" + }, + { + "gotchiId": "11921", + "amount": "10.59", + "parsedAmount": "10590000000000000000" + }, + { + "gotchiId": "11924", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "11925", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11926", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "11927", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "11928", + "amount": "5.3825", + "parsedAmount": "5382500000000000000" + }, + { + "gotchiId": "11930", + "amount": "12.99", + "parsedAmount": "12990000000000000000" + }, + { + "gotchiId": "11931", + "amount": "13.215", + "parsedAmount": "13215000000000000000" + }, + { + "gotchiId": "11936", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "11938", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "11940", + "amount": "21.1475", + "parsedAmount": "21147500000000000000" + }, + { + "gotchiId": "11943", + "amount": "22.5075", + "parsedAmount": "22507500000000000000" + }, + { + "gotchiId": "11949", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "11956", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "11960", + "amount": "11.9525", + "parsedAmount": "11952500000000000000" + }, + { + "gotchiId": "11963", + "amount": "15.07", + "parsedAmount": "15070000000000000000" + }, + { + "gotchiId": "11966", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "11968", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "11973", + "amount": "29.4675", + "parsedAmount": "29467500000000000000" + }, + { + "gotchiId": "11976", + "amount": "5.595000000000001", + "parsedAmount": "5595000000000001000" + }, + { + "gotchiId": "11977", + "amount": "31.865000000000002", + "parsedAmount": "31865000000000002000" + }, + { + "gotchiId": "11979", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "11980", + "amount": "13.3325", + "parsedAmount": "13332500000000000000" + }, + { + "gotchiId": "11982", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "11983", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "11985", + "amount": "10.17", + "parsedAmount": "10170000000000000000" + }, + { + "gotchiId": "11987", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "11988", + "amount": "14.315000000000001", + "parsedAmount": "14315000000000001000" + }, + { + "gotchiId": "11990", + "amount": "18.1375", + "parsedAmount": "18137500000000000000" + }, + { + "gotchiId": "11991", + "amount": "15.5775", + "parsedAmount": "15577500000000000000" + }, + { + "gotchiId": "11992", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "11994", + "amount": "5.4399999999999995", + "parsedAmount": "5439999999999999500" + }, + { + "gotchiId": "11998", + "amount": "25.6625", + "parsedAmount": "25662500000000000000" + }, + { + "gotchiId": "12002", + "amount": "7.734999999999999", + "parsedAmount": "7734999999999999000" + }, + { + "gotchiId": "12004", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "12006", + "amount": "6.6925", + "parsedAmount": "6692500000000000000" + }, + { + "gotchiId": "12008", + "amount": "9.3725", + "parsedAmount": "9372500000000000000" + }, + { + "gotchiId": "12011", + "amount": "14.5225", + "parsedAmount": "14522500000000000000" + }, + { + "gotchiId": "12012", + "amount": "12.552499999999998", + "parsedAmount": "12552499999999998000" + }, + { + "gotchiId": "12014", + "amount": "9.7725", + "parsedAmount": "9772500000000000000" + }, + { + "gotchiId": "12016", + "amount": "9.145", + "parsedAmount": "9145000000000000000" + }, + { + "gotchiId": "12018", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "12019", + "amount": "16.422500000000003", + "parsedAmount": "16422500000000003000" + }, + { + "gotchiId": "12020", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "12021", + "amount": "16.825", + "parsedAmount": "16825000000000000000" + }, + { + "gotchiId": "12022", + "amount": "85.37", + "parsedAmount": "85370000000000000000" + }, + { + "gotchiId": "12028", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "12030", + "amount": "2.4125", + "parsedAmount": "2412500000000000000" + }, + { + "gotchiId": "12031", + "amount": "9.8125", + "parsedAmount": "9812500000000000000" + }, + { + "gotchiId": "12032", + "amount": "2.3275", + "parsedAmount": "2327500000000000000" + }, + { + "gotchiId": "12034", + "amount": "7.2575", + "parsedAmount": "7257500000000000000" + }, + { + "gotchiId": "12035", + "amount": "22.1225", + "parsedAmount": "22122500000000000000" + }, + { + "gotchiId": "12036", + "amount": "3.965", + "parsedAmount": "3965000000000000000" + }, + { + "gotchiId": "12038", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "12039", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "12040", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "12042", + "amount": "17.122500000000002", + "parsedAmount": "17122500000000002000" + }, + { + "gotchiId": "12043", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "12044", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "12047", + "amount": "6.2275", + "parsedAmount": "6227500000000000000" + }, + { + "gotchiId": "12048", + "amount": "34.3", + "parsedAmount": "34300000000000000000" + }, + { + "gotchiId": "12049", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "12052", + "amount": "3.73", + "parsedAmount": "3730000000000000000" + }, + { + "gotchiId": "12053", + "amount": "27.015", + "parsedAmount": "27015000000000000000" + }, + { + "gotchiId": "12056", + "amount": "3.2675", + "parsedAmount": "3267500000000000000" + }, + { + "gotchiId": "12057", + "amount": "14.5525", + "parsedAmount": "14552500000000000000" + }, + { + "gotchiId": "12059", + "amount": "9.19", + "parsedAmount": "9190000000000000000" + }, + { + "gotchiId": "12060", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "12063", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "12065", + "amount": "23.7225", + "parsedAmount": "23722500000000000000" + }, + { + "gotchiId": "12069", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "12073", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "12075", + "amount": "14.3275", + "parsedAmount": "14327500000000000000" + }, + { + "gotchiId": "12076", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "12077", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "12079", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "12082", + "amount": "11.96", + "parsedAmount": "11960000000000000000" + }, + { + "gotchiId": "12084", + "amount": "7.359999999999999", + "parsedAmount": "7359999999999999000" + }, + { + "gotchiId": "12086", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "12087", + "amount": "13.629999999999999", + "parsedAmount": "13629999999999999000" + }, + { + "gotchiId": "12089", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "12090", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "12092", + "amount": "13.1075", + "parsedAmount": "13107500000000000000" + }, + { + "gotchiId": "12093", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "12096", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "12097", + "amount": "14.594999999999999", + "parsedAmount": "14594999999999999000" + }, + { + "gotchiId": "12098", + "amount": "8.030000000000001", + "parsedAmount": "8030000000000001000" + }, + { + "gotchiId": "12101", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "12103", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "12105", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "12109", + "amount": "9.945", + "parsedAmount": "9945000000000000000" + }, + { + "gotchiId": "12111", + "amount": "42.75", + "parsedAmount": "42750000000000000000" + }, + { + "gotchiId": "12112", + "amount": "46.697500000000005", + "parsedAmount": "46697500000000005000" + }, + { + "gotchiId": "12113", + "amount": "8.46", + "parsedAmount": "8460000000000000000" + }, + { + "gotchiId": "12117", + "amount": "9.77", + "parsedAmount": "9770000000000000000" + }, + { + "gotchiId": "12118", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "12123", + "amount": "13.182500000000001", + "parsedAmount": "13182500000000001000" + }, + { + "gotchiId": "12125", + "amount": "7.53", + "parsedAmount": "7530000000000000000" + }, + { + "gotchiId": "12126", + "amount": "155.775", + "parsedAmount": "155775000000000000000" + }, + { + "gotchiId": "12127", + "amount": "11.719999999999999", + "parsedAmount": "11719999999999999000" + }, + { + "gotchiId": "12128", + "amount": "21.1175", + "parsedAmount": "21117500000000000000" + }, + { + "gotchiId": "12129", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "12132", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "12133", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "12135", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "12137", + "amount": "9.8075", + "parsedAmount": "9807500000000000000" + }, + { + "gotchiId": "12138", + "amount": "6.415000000000001", + "parsedAmount": "6415000000000001000" + }, + { + "gotchiId": "12143", + "amount": "8.557500000000001", + "parsedAmount": "8557500000000001000" + }, + { + "gotchiId": "12144", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "12145", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "12147", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "12148", + "amount": "10.435", + "parsedAmount": "10435000000000000000" + }, + { + "gotchiId": "12150", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "12151", + "amount": "73.315", + "parsedAmount": "73315000000000000000" + }, + { + "gotchiId": "12153", + "amount": "15.812500000000002", + "parsedAmount": "15812500000000002000" + }, + { + "gotchiId": "12154", + "amount": "13.0575", + "parsedAmount": "13057500000000000000" + }, + { + "gotchiId": "12156", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "12160", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "12162", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "12163", + "amount": "9.1725", + "parsedAmount": "9172500000000000000" + }, + { + "gotchiId": "12164", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "12165", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "12166", + "amount": "11.66", + "parsedAmount": "11660000000000000000" + }, + { + "gotchiId": "12167", + "amount": "8.3375", + "parsedAmount": "8337500000000000000" + }, + { + "gotchiId": "12169", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "12170", + "amount": "12.2925", + "parsedAmount": "12292500000000000000" + }, + { + "gotchiId": "12171", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "12175", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "12177", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "12182", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "12188", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "12189", + "amount": "3.175", + "parsedAmount": "3175000000000000000" + }, + { + "gotchiId": "12191", + "amount": "21.1175", + "parsedAmount": "21117500000000000000" + }, + { + "gotchiId": "12194", + "amount": "6.9", + "parsedAmount": "6900000000000000000" + }, + { + "gotchiId": "12196", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "12198", + "amount": "556.48", + "parsedAmount": "556480000000000000000" + }, + { + "gotchiId": "12202", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "12204", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "12207", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "12210", + "amount": "39.025", + "parsedAmount": "39025000000000000000" + }, + { + "gotchiId": "12211", + "amount": "10.615", + "parsedAmount": "10615000000000000000" + }, + { + "gotchiId": "12212", + "amount": "5.9", + "parsedAmount": "5900000000000000000" + }, + { + "gotchiId": "12213", + "amount": "9.9875", + "parsedAmount": "9987500000000000000" + }, + { + "gotchiId": "12214", + "amount": "26.092499999999998", + "parsedAmount": "26092499999999998000" + }, + { + "gotchiId": "12217", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "12219", + "amount": "12.8425", + "parsedAmount": "12842500000000000000" + }, + { + "gotchiId": "12221", + "amount": "23.322499999999998", + "parsedAmount": "23322499999999998000" + }, + { + "gotchiId": "12223", + "amount": "11.9225", + "parsedAmount": "11922500000000000000" + }, + { + "gotchiId": "12224", + "amount": "4.8125", + "parsedAmount": "4812500000000000000" + }, + { + "gotchiId": "12228", + "amount": "6.6725", + "parsedAmount": "6672500000000000000" + }, + { + "gotchiId": "12229", + "amount": "6.03", + "parsedAmount": "6030000000000000000" + }, + { + "gotchiId": "12231", + "amount": "12.94", + "parsedAmount": "12940000000000000000" + }, + { + "gotchiId": "12234", + "amount": "11.745", + "parsedAmount": "11745000000000000000" + }, + { + "gotchiId": "12237", + "amount": "18.09", + "parsedAmount": "18090000000000000000" + }, + { + "gotchiId": "12238", + "amount": "21.61", + "parsedAmount": "21610000000000000000" + }, + { + "gotchiId": "12241", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "12243", + "amount": "13.872500000000002", + "parsedAmount": "13872500000000002000" + }, + { + "gotchiId": "12244", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "12247", + "amount": "110.4775", + "parsedAmount": "110477500000000000000" + }, + { + "gotchiId": "12248", + "amount": "3.375", + "parsedAmount": "3375000000000000000" + }, + { + "gotchiId": "12252", + "amount": "13.3525", + "parsedAmount": "13352500000000000000" + }, + { + "gotchiId": "12255", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "12257", + "amount": "17.89", + "parsedAmount": "17890000000000000000" + }, + { + "gotchiId": "12258", + "amount": "12.795", + "parsedAmount": "12795000000000000000" + }, + { + "gotchiId": "12259", + "amount": "11.3825", + "parsedAmount": "11382500000000000000" + }, + { + "gotchiId": "12263", + "amount": "6.9025", + "parsedAmount": "6902500000000000000" + }, + { + "gotchiId": "12265", + "amount": "7.494999999999999", + "parsedAmount": "7494999999999999000" + }, + { + "gotchiId": "12266", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "12268", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "12269", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "12270", + "amount": "13.165", + "parsedAmount": "13165000000000000000" + }, + { + "gotchiId": "12271", + "amount": "3.2775", + "parsedAmount": "3277500000000000000" + }, + { + "gotchiId": "12272", + "amount": "15.6075", + "parsedAmount": "15607500000000000000" + }, + { + "gotchiId": "12273", + "amount": "15.995", + "parsedAmount": "15995000000000000000" + }, + { + "gotchiId": "12278", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "12280", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "12281", + "amount": "14.91", + "parsedAmount": "14910000000000000000" + }, + { + "gotchiId": "12287", + "amount": "29.07", + "parsedAmount": "29070000000000000000" + }, + { + "gotchiId": "12288", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "12289", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "12290", + "amount": "16.68", + "parsedAmount": "16680000000000000000" + }, + { + "gotchiId": "12295", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "12297", + "amount": "9.85", + "parsedAmount": "9850000000000000000" + }, + { + "gotchiId": "12298", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "12299", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "12300", + "amount": "13.760000000000002", + "parsedAmount": "13760000000000002000" + }, + { + "gotchiId": "12302", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "12303", + "amount": "12.0175", + "parsedAmount": "12017500000000000000" + }, + { + "gotchiId": "12305", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "12308", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "12309", + "amount": "7.164999999999999", + "parsedAmount": "7164999999999999000" + }, + { + "gotchiId": "12310", + "amount": "13.184999999999999", + "parsedAmount": "13184999999999999000" + }, + { + "gotchiId": "12311", + "amount": "7.8375", + "parsedAmount": "7837500000000000000" + }, + { + "gotchiId": "12312", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "12315", + "amount": "19.34", + "parsedAmount": "19340000000000000000" + }, + { + "gotchiId": "12318", + "amount": "15.7225", + "parsedAmount": "15722500000000000000" + }, + { + "gotchiId": "12319", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "12325", + "amount": "38.277499999999996", + "parsedAmount": "38277499999999996000" + }, + { + "gotchiId": "12327", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "12328", + "amount": "23.2725", + "parsedAmount": "23272500000000000000" + }, + { + "gotchiId": "12332", + "amount": "11.7675", + "parsedAmount": "11767500000000000000" + }, + { + "gotchiId": "12333", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "12335", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "12337", + "amount": "7.984999999999999", + "parsedAmount": "7984999999999999000" + }, + { + "gotchiId": "12338", + "amount": "12.3075", + "parsedAmount": "12307500000000000000" + }, + { + "gotchiId": "12339", + "amount": "14.5425", + "parsedAmount": "14542500000000000000" + }, + { + "gotchiId": "12340", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "12347", + "amount": "6.1975", + "parsedAmount": "6197500000000000000" + }, + { + "gotchiId": "12349", + "amount": "14.965", + "parsedAmount": "14965000000000000000" + }, + { + "gotchiId": "12350", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "12353", + "amount": "34.115", + "parsedAmount": "34115000000000000000" + }, + { + "gotchiId": "12354", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "12355", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "12359", + "amount": "4.095", + "parsedAmount": "4095000000000000000" + }, + { + "gotchiId": "12367", + "amount": "13.4225", + "parsedAmount": "13422500000000000000" + }, + { + "gotchiId": "12368", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "12369", + "amount": "15.31", + "parsedAmount": "15310000000000000000" + }, + { + "gotchiId": "12370", + "amount": "18.665", + "parsedAmount": "18665000000000000000" + }, + { + "gotchiId": "12371", + "amount": "10.645", + "parsedAmount": "10645000000000000000" + }, + { + "gotchiId": "12372", + "amount": "7.5649999999999995", + "parsedAmount": "7564999999999999500" + }, + { + "gotchiId": "12373", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "12374", + "amount": "19.8725", + "parsedAmount": "19872500000000000000" + }, + { + "gotchiId": "12375", + "amount": "12.982500000000002", + "parsedAmount": "12982500000000002000" + }, + { + "gotchiId": "12376", + "amount": "27.015", + "parsedAmount": "27015000000000000000" + }, + { + "gotchiId": "12378", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "12379", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "12381", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "12382", + "amount": "3.88", + "parsedAmount": "3880000000000000000" + }, + { + "gotchiId": "12384", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "12386", + "amount": "21.3075", + "parsedAmount": "21307500000000000000" + }, + { + "gotchiId": "12387", + "amount": "23.095", + "parsedAmount": "23095000000000000000" + }, + { + "gotchiId": "12388", + "amount": "8.870000000000001", + "parsedAmount": "8870000000000001000" + }, + { + "gotchiId": "12389", + "amount": "34.5025", + "parsedAmount": "34502500000000000000" + }, + { + "gotchiId": "12392", + "amount": "20.565", + "parsedAmount": "20565000000000000000" + }, + { + "gotchiId": "12393", + "amount": "12.805", + "parsedAmount": "12805000000000000000" + }, + { + "gotchiId": "12396", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "12397", + "amount": "19.0275", + "parsedAmount": "19027500000000000000" + }, + { + "gotchiId": "12398", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "12399", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "12400", + "amount": "22.5225", + "parsedAmount": "22522500000000000000" + }, + { + "gotchiId": "12402", + "amount": "24.775000000000002", + "parsedAmount": "24775000000000002000" + }, + { + "gotchiId": "12403", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "12405", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "12406", + "amount": "5.385", + "parsedAmount": "5385000000000000000" + }, + { + "gotchiId": "12409", + "amount": "324.26", + "parsedAmount": "324260000000000000000" + }, + { + "gotchiId": "12413", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "12415", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "12416", + "amount": "7.9624999999999995", + "parsedAmount": "7962499999999999500" + }, + { + "gotchiId": "12417", + "amount": "5.0875", + "parsedAmount": "5087500000000000000" + }, + { + "gotchiId": "12420", + "amount": "16.5725", + "parsedAmount": "16572500000000000000" + }, + { + "gotchiId": "12422", + "amount": "13.3275", + "parsedAmount": "13327500000000000000" + }, + { + "gotchiId": "12423", + "amount": "113.4575", + "parsedAmount": "113457500000000000000" + }, + { + "gotchiId": "12427", + "amount": "11.657499999999999", + "parsedAmount": "11657499999999999000" + }, + { + "gotchiId": "12428", + "amount": "7.715", + "parsedAmount": "7715000000000000000" + }, + { + "gotchiId": "12429", + "amount": "13.4225", + "parsedAmount": "13422500000000000000" + }, + { + "gotchiId": "12430", + "amount": "15.757499999999999", + "parsedAmount": "15757499999999999000" + }, + { + "gotchiId": "12431", + "amount": "19.9525", + "parsedAmount": "19952500000000000000" + }, + { + "gotchiId": "12436", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "12438", + "amount": "11.73", + "parsedAmount": "11730000000000000000" + }, + { + "gotchiId": "12444", + "amount": "5.0825", + "parsedAmount": "5082500000000000000" + }, + { + "gotchiId": "12448", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "12450", + "amount": "16.447499999999998", + "parsedAmount": "16447499999999998000" + }, + { + "gotchiId": "12452", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "12453", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "12454", + "amount": "16.22", + "parsedAmount": "16220000000000000000" + }, + { + "gotchiId": "12457", + "amount": "30.264999999999997", + "parsedAmount": "30264999999999997000" + }, + { + "gotchiId": "12459", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "12461", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "12464", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "12466", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "12467", + "amount": "10.592500000000001", + "parsedAmount": "10592500000000001000" + }, + { + "gotchiId": "12469", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "12471", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "12472", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "12473", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "12474", + "amount": "23.33", + "parsedAmount": "23330000000000000000" + }, + { + "gotchiId": "12475", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "12477", + "amount": "45.917500000000004", + "parsedAmount": "45917500000000004000" + }, + { + "gotchiId": "12482", + "amount": "15.077499999999999", + "parsedAmount": "15077499999999999000" + }, + { + "gotchiId": "12484", + "amount": "13.8825", + "parsedAmount": "13882500000000000000" + }, + { + "gotchiId": "12486", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "12488", + "amount": "19.14", + "parsedAmount": "19140000000000000000" + }, + { + "gotchiId": "12489", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "12493", + "amount": "13.1625", + "parsedAmount": "13162500000000000000" + }, + { + "gotchiId": "12494", + "amount": "31.464999999999996", + "parsedAmount": "31464999999999996000" + }, + { + "gotchiId": "12496", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "12497", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "12499", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "12501", + "amount": "17.975", + "parsedAmount": "17975000000000000000" + }, + { + "gotchiId": "12502", + "amount": "3.375", + "parsedAmount": "3375000000000000000" + }, + { + "gotchiId": "12503", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "12504", + "amount": "29.987500000000004", + "parsedAmount": "29987500000000004000" + }, + { + "gotchiId": "12506", + "amount": "14.3", + "parsedAmount": "14300000000000000000" + }, + { + "gotchiId": "12508", + "amount": "22.549999999999997", + "parsedAmount": "22549999999999997000" + }, + { + "gotchiId": "12509", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "12511", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "12512", + "amount": "9.3975", + "parsedAmount": "9397500000000000000" + }, + { + "gotchiId": "12513", + "amount": "22.7675", + "parsedAmount": "22767500000000000000" + }, + { + "gotchiId": "12514", + "amount": "3.64", + "parsedAmount": "3640000000000000000" + }, + { + "gotchiId": "12515", + "amount": "92.9525", + "parsedAmount": "92952500000000000000" + }, + { + "gotchiId": "12516", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "12518", + "amount": "173.82750000000001", + "parsedAmount": "173827500000000010000" + }, + { + "gotchiId": "12519", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "12521", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "12522", + "amount": "5.005000000000001", + "parsedAmount": "5005000000000001000" + }, + { + "gotchiId": "12523", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "12524", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "12525", + "amount": "19.75", + "parsedAmount": "19750000000000000000" + }, + { + "gotchiId": "12526", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "12527", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "12528", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "12530", + "amount": "52.3725", + "parsedAmount": "52372500000000000000" + }, + { + "gotchiId": "12531", + "amount": "8.155000000000001", + "parsedAmount": "8155000000000001000" + }, + { + "gotchiId": "12532", + "amount": "37.7425", + "parsedAmount": "37742500000000000000" + }, + { + "gotchiId": "12533", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "12537", + "amount": "4.905", + "parsedAmount": "4905000000000000000" + }, + { + "gotchiId": "12538", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "12539", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "12540", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "12541", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "12543", + "amount": "14.912500000000001", + "parsedAmount": "14912500000000001000" + }, + { + "gotchiId": "12546", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "12549", + "amount": "21.6075", + "parsedAmount": "21607500000000000000" + }, + { + "gotchiId": "12550", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "12551", + "amount": "8.885000000000002", + "parsedAmount": "8885000000000002000" + }, + { + "gotchiId": "12555", + "amount": "8.6125", + "parsedAmount": "8612500000000000000" + }, + { + "gotchiId": "12557", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "12558", + "amount": "7.1274999999999995", + "parsedAmount": "7127499999999999500" + }, + { + "gotchiId": "12559", + "amount": "13.042499999999999", + "parsedAmount": "13042499999999999000" + }, + { + "gotchiId": "12560", + "amount": "12.665", + "parsedAmount": "12665000000000000000" + }, + { + "gotchiId": "12561", + "amount": "10.76", + "parsedAmount": "10760000000000000000" + }, + { + "gotchiId": "12564", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "12569", + "amount": "12.397499999999999", + "parsedAmount": "12397499999999999000" + }, + { + "gotchiId": "12570", + "amount": "11.92", + "parsedAmount": "11920000000000000000" + }, + { + "gotchiId": "12571", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "12572", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "12573", + "amount": "14.645", + "parsedAmount": "14645000000000000000" + }, + { + "gotchiId": "12575", + "amount": "16.4125", + "parsedAmount": "16412500000000000000" + }, + { + "gotchiId": "12577", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "12580", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "12581", + "amount": "23.695", + "parsedAmount": "23695000000000000000" + }, + { + "gotchiId": "12583", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "12587", + "amount": "4.717499999999999", + "parsedAmount": "4717499999999999000" + }, + { + "gotchiId": "12589", + "amount": "12.4225", + "parsedAmount": "12422500000000000000" + }, + { + "gotchiId": "12592", + "amount": "2.3025", + "parsedAmount": "2302500000000000000" + }, + { + "gotchiId": "12593", + "amount": "22.32", + "parsedAmount": "22320000000000000000" + }, + { + "gotchiId": "12594", + "amount": "15.8325", + "parsedAmount": "15832500000000000000" + }, + { + "gotchiId": "12600", + "amount": "17.8575", + "parsedAmount": "17857500000000000000" + }, + { + "gotchiId": "12606", + "amount": "11.315", + "parsedAmount": "11315000000000000000" + }, + { + "gotchiId": "12609", + "amount": "12.292499999999999", + "parsedAmount": "12292499999999999000" + }, + { + "gotchiId": "12611", + "amount": "2467.7625", + "parsedAmount": "2467762500000000000000" + }, + { + "gotchiId": "12612", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "12616", + "amount": "7.157500000000001", + "parsedAmount": "7157500000000001000" + }, + { + "gotchiId": "12617", + "amount": "17.677500000000002", + "parsedAmount": "17677500000000002000" + }, + { + "gotchiId": "12619", + "amount": "13.2975", + "parsedAmount": "13297500000000000000" + }, + { + "gotchiId": "12620", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "12621", + "amount": "11.495", + "parsedAmount": "11495000000000000000" + }, + { + "gotchiId": "12622", + "amount": "11.725000000000001", + "parsedAmount": "11725000000000001000" + }, + { + "gotchiId": "12623", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "12624", + "amount": "14.525", + "parsedAmount": "14525000000000000000" + }, + { + "gotchiId": "12626", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "12627", + "amount": "16.01", + "parsedAmount": "16010000000000000000" + }, + { + "gotchiId": "12628", + "amount": "45.065", + "parsedAmount": "45065000000000000000" + }, + { + "gotchiId": "12629", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "12631", + "amount": "6.505000000000001", + "parsedAmount": "6505000000000001000" + }, + { + "gotchiId": "12634", + "amount": "19.0425", + "parsedAmount": "19042500000000000000" + }, + { + "gotchiId": "12635", + "amount": "6.5525", + "parsedAmount": "6552500000000000000" + }, + { + "gotchiId": "12637", + "amount": "19.54", + "parsedAmount": "19540000000000000000" + }, + { + "gotchiId": "12650", + "amount": "15.120000000000001", + "parsedAmount": "15120000000000001000" + }, + { + "gotchiId": "12652", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "12653", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "12654", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "12656", + "amount": "37.5575", + "parsedAmount": "37557500000000000000" + }, + { + "gotchiId": "12657", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "12660", + "amount": "21.3875", + "parsedAmount": "21387500000000000000" + }, + { + "gotchiId": "12662", + "amount": "11.7825", + "parsedAmount": "11782500000000000000" + }, + { + "gotchiId": "12663", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "12664", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "12671", + "amount": "38.5925", + "parsedAmount": "38592500000000000000" + }, + { + "gotchiId": "12672", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "12677", + "amount": "6.15", + "parsedAmount": "6150000000000000000" + }, + { + "gotchiId": "12678", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "12681", + "amount": "7.405", + "parsedAmount": "7405000000000000000" + }, + { + "gotchiId": "12684", + "amount": "2.6525", + "parsedAmount": "2652500000000000000" + }, + { + "gotchiId": "12685", + "amount": "10.7", + "parsedAmount": "10700000000000000000" + }, + { + "gotchiId": "12686", + "amount": "204.48", + "parsedAmount": "204480000000000000000" + }, + { + "gotchiId": "12688", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "12689", + "amount": "10.282499999999999", + "parsedAmount": "10282499999999999000" + }, + { + "gotchiId": "12690", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "12691", + "amount": "15.594999999999999", + "parsedAmount": "15594999999999999000" + }, + { + "gotchiId": "12693", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "12694", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "12695", + "amount": "31.03", + "parsedAmount": "31030000000000000000" + }, + { + "gotchiId": "12696", + "amount": "11.2325", + "parsedAmount": "11232500000000000000" + }, + { + "gotchiId": "12698", + "amount": "33.9725", + "parsedAmount": "33972500000000000000" + }, + { + "gotchiId": "12700", + "amount": "9.934999999999999", + "parsedAmount": "9934999999999999000" + }, + { + "gotchiId": "12702", + "amount": "10.712499999999999", + "parsedAmount": "10712499999999999000" + }, + { + "gotchiId": "12704", + "amount": "12.0575", + "parsedAmount": "12057500000000000000" + }, + { + "gotchiId": "12705", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "12707", + "amount": "13.817499999999999", + "parsedAmount": "13817499999999999000" + }, + { + "gotchiId": "12710", + "amount": "12.93", + "parsedAmount": "12930000000000000000" + }, + { + "gotchiId": "12713", + "amount": "8.12", + "parsedAmount": "8120000000000000000" + }, + { + "gotchiId": "12714", + "amount": "9.175", + "parsedAmount": "9175000000000000000" + }, + { + "gotchiId": "12715", + "amount": "14.57", + "parsedAmount": "14570000000000000000" + }, + { + "gotchiId": "12716", + "amount": "8.165000000000001", + "parsedAmount": "8165000000000001000" + }, + { + "gotchiId": "12718", + "amount": "3.1175", + "parsedAmount": "3117500000000000000" + }, + { + "gotchiId": "12719", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "12723", + "amount": "11.4725", + "parsedAmount": "11472500000000000000" + }, + { + "gotchiId": "12725", + "amount": "3.7775", + "parsedAmount": "3777500000000000000" + }, + { + "gotchiId": "12727", + "amount": "47.4175", + "parsedAmount": "47417500000000000000" + }, + { + "gotchiId": "12728", + "amount": "4.7524999999999995", + "parsedAmount": "4752499999999999500" + }, + { + "gotchiId": "12730", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "12731", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "12736", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "12738", + "amount": "14.555", + "parsedAmount": "14555000000000000000" + }, + { + "gotchiId": "12740", + "amount": "17.305", + "parsedAmount": "17305000000000000000" + }, + { + "gotchiId": "12741", + "amount": "41.0375", + "parsedAmount": "41037500000000000000" + }, + { + "gotchiId": "12743", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "12744", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "12745", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "12749", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "12750", + "amount": "11.98", + "parsedAmount": "11980000000000000000" + }, + { + "gotchiId": "12755", + "amount": "9.8", + "parsedAmount": "9800000000000000000" + }, + { + "gotchiId": "12757", + "amount": "19.455000000000002", + "parsedAmount": "19455000000000002000" + }, + { + "gotchiId": "12758", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "12759", + "amount": "5.7375", + "parsedAmount": "5737500000000000000" + }, + { + "gotchiId": "12760", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "12762", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "12764", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "12765", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "12766", + "amount": "2.76", + "parsedAmount": "2760000000000000000" + }, + { + "gotchiId": "12767", + "amount": "25.834999999999997", + "parsedAmount": "25834999999999997000" + }, + { + "gotchiId": "12768", + "amount": "10.57", + "parsedAmount": "10570000000000000000" + }, + { + "gotchiId": "12769", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "12770", + "amount": "18.490000000000002", + "parsedAmount": "18490000000000002000" + }, + { + "gotchiId": "12771", + "amount": "5.8475", + "parsedAmount": "5847500000000000000" + }, + { + "gotchiId": "12772", + "amount": "7.5175", + "parsedAmount": "7517500000000000000" + }, + { + "gotchiId": "12774", + "amount": "11.51", + "parsedAmount": "11510000000000000000" + }, + { + "gotchiId": "12778", + "amount": "17.39", + "parsedAmount": "17390000000000000000" + }, + { + "gotchiId": "12779", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "12782", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "12784", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "12785", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "12789", + "amount": "8.9875", + "parsedAmount": "8987500000000000000" + }, + { + "gotchiId": "12790", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "12794", + "amount": "39.87500000000001", + "parsedAmount": "39875000000000010000" + }, + { + "gotchiId": "12798", + "amount": "5.57", + "parsedAmount": "5570000000000000000" + }, + { + "gotchiId": "12800", + "amount": "3.375", + "parsedAmount": "3375000000000000000" + }, + { + "gotchiId": "12801", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "12805", + "amount": "4.795", + "parsedAmount": "4795000000000000000" + }, + { + "gotchiId": "12806", + "amount": "7.7299999999999995", + "parsedAmount": "7729999999999999500" + }, + { + "gotchiId": "12807", + "amount": "10.995", + "parsedAmount": "10995000000000000000" + }, + { + "gotchiId": "12810", + "amount": "53.25", + "parsedAmount": "53250000000000000000" + }, + { + "gotchiId": "12813", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "12814", + "amount": "9.925", + "parsedAmount": "9925000000000000000" + }, + { + "gotchiId": "12815", + "amount": "19.5375", + "parsedAmount": "19537500000000000000" + }, + { + "gotchiId": "12819", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "12820", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "12822", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "12823", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "12825", + "amount": "3.245", + "parsedAmount": "3245000000000000000" + }, + { + "gotchiId": "12826", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "12827", + "amount": "2.3525", + "parsedAmount": "2352500000000000000" + }, + { + "gotchiId": "12830", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "12831", + "amount": "6.7475000000000005", + "parsedAmount": "6747500000000000500" + }, + { + "gotchiId": "12833", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "12835", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "12836", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "12845", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "12846", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "12847", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "12848", + "amount": "46.8975", + "parsedAmount": "46897500000000000000" + }, + { + "gotchiId": "12849", + "amount": "14.8625", + "parsedAmount": "14862500000000000000" + }, + { + "gotchiId": "12852", + "amount": "11.07", + "parsedAmount": "11070000000000000000" + }, + { + "gotchiId": "12853", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "12854", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "12856", + "amount": "5.9975", + "parsedAmount": "5997500000000000000" + } + ], + "totalAmount": "9773735000000000023000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952542, + "gasUsed": "9582058" + }, + { + "batchIndex": 12, + "transactionHash": "0xb222d9b8c9c42f3a558108382236739787e612f0c48615f76bb1ec921187fb6c", + "timestamp": "2025-09-24T06:13:57.249Z", + "gotchiRewards": [ + { + "gotchiId": "12858", + "amount": "4.9125", + "parsedAmount": "4912500000000000000" + }, + { + "gotchiId": "12861", + "amount": "4.1375", + "parsedAmount": "4137500000000000000" + }, + { + "gotchiId": "12864", + "amount": "15.3825", + "parsedAmount": "15382500000000000000" + }, + { + "gotchiId": "12865", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "12867", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "12868", + "amount": "7.949999999999999", + "parsedAmount": "7949999999999999000" + }, + { + "gotchiId": "12870", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "12871", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "12873", + "amount": "29.6175", + "parsedAmount": "29617500000000000000" + }, + { + "gotchiId": "12875", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "12877", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "12878", + "amount": "21.7525", + "parsedAmount": "21752500000000000000" + }, + { + "gotchiId": "12879", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "12882", + "amount": "16.3275", + "parsedAmount": "16327500000000000000" + }, + { + "gotchiId": "12883", + "amount": "13.0875", + "parsedAmount": "13087500000000000000" + }, + { + "gotchiId": "12884", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "12885", + "amount": "5.9175", + "parsedAmount": "5917500000000000000" + }, + { + "gotchiId": "12886", + "amount": "56.6375", + "parsedAmount": "56637500000000000000" + }, + { + "gotchiId": "12888", + "amount": "4.68", + "parsedAmount": "4680000000000000000" + }, + { + "gotchiId": "12890", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "12891", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "12893", + "amount": "117.7825", + "parsedAmount": "117782500000000000000" + }, + { + "gotchiId": "12897", + "amount": "28.855", + "parsedAmount": "28855000000000000000" + }, + { + "gotchiId": "12898", + "amount": "16.17", + "parsedAmount": "16170000000000000000" + }, + { + "gotchiId": "12903", + "amount": "15.942499999999999", + "parsedAmount": "15942499999999999000" + }, + { + "gotchiId": "12905", + "amount": "6.16", + "parsedAmount": "6160000000000000000" + }, + { + "gotchiId": "12910", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "12911", + "amount": "12.37", + "parsedAmount": "12370000000000000000" + }, + { + "gotchiId": "12913", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "12914", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "12918", + "amount": "59.1225", + "parsedAmount": "59122500000000000000" + }, + { + "gotchiId": "12920", + "amount": "10.9825", + "parsedAmount": "10982500000000000000" + }, + { + "gotchiId": "12922", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "12925", + "amount": "11.385000000000002", + "parsedAmount": "11385000000000002000" + }, + { + "gotchiId": "12926", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "12927", + "amount": "6.692500000000001", + "parsedAmount": "6692500000000001000" + }, + { + "gotchiId": "12928", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "12931", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "12932", + "amount": "4.9125", + "parsedAmount": "4912500000000000000" + }, + { + "gotchiId": "12934", + "amount": "19.580000000000002", + "parsedAmount": "19580000000000002000" + }, + { + "gotchiId": "12940", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "12942", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "12947", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "12949", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "12950", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "12951", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "12954", + "amount": "6.19", + "parsedAmount": "6190000000000000000" + }, + { + "gotchiId": "12955", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "12956", + "amount": "3.1125", + "parsedAmount": "3112500000000000000" + }, + { + "gotchiId": "12958", + "amount": "18.247500000000002", + "parsedAmount": "18247500000000002000" + }, + { + "gotchiId": "12960", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "12962", + "amount": "17.682499999999997", + "parsedAmount": "17682499999999997000" + }, + { + "gotchiId": "12966", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "12967", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "12969", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "12970", + "amount": "8.95", + "parsedAmount": "8950000000000000000" + }, + { + "gotchiId": "12972", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "12973", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "12974", + "amount": "9.085", + "parsedAmount": "9085000000000000000" + }, + { + "gotchiId": "12976", + "amount": "8.29", + "parsedAmount": "8290000000000000000" + }, + { + "gotchiId": "12977", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "12978", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "12980", + "amount": "8.1125", + "parsedAmount": "8112500000000000000" + }, + { + "gotchiId": "12984", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "12986", + "amount": "24.1825", + "parsedAmount": "24182500000000000000" + }, + { + "gotchiId": "12990", + "amount": "24.635", + "parsedAmount": "24635000000000000000" + }, + { + "gotchiId": "12996", + "amount": "6.515", + "parsedAmount": "6515000000000000000" + }, + { + "gotchiId": "12998", + "amount": "10.355", + "parsedAmount": "10355000000000000000" + }, + { + "gotchiId": "13006", + "amount": "3.3425", + "parsedAmount": "3342500000000000000" + }, + { + "gotchiId": "13008", + "amount": "9.1425", + "parsedAmount": "9142500000000000000" + }, + { + "gotchiId": "13010", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "13011", + "amount": "9.725", + "parsedAmount": "9725000000000000000" + }, + { + "gotchiId": "13014", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "13015", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "13016", + "amount": "12.4675", + "parsedAmount": "12467500000000000000" + }, + { + "gotchiId": "13017", + "amount": "13.4225", + "parsedAmount": "13422500000000000000" + }, + { + "gotchiId": "13020", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "13021", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "13022", + "amount": "17.052500000000002", + "parsedAmount": "17052500000000002000" + }, + { + "gotchiId": "13024", + "amount": "13.752499999999998", + "parsedAmount": "13752499999999998000" + }, + { + "gotchiId": "13030", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "13031", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "13033", + "amount": "13.690000000000001", + "parsedAmount": "13690000000000001000" + }, + { + "gotchiId": "13038", + "amount": "17.0875", + "parsedAmount": "17087500000000000000" + }, + { + "gotchiId": "13040", + "amount": "9.450000000000001", + "parsedAmount": "9450000000000001000" + }, + { + "gotchiId": "13043", + "amount": "9.9575", + "parsedAmount": "9957500000000000000" + }, + { + "gotchiId": "13046", + "amount": "17.7025", + "parsedAmount": "17702500000000000000" + }, + { + "gotchiId": "13047", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "13052", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "13053", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "13054", + "amount": "10.54", + "parsedAmount": "10540000000000000000" + }, + { + "gotchiId": "13055", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "13057", + "amount": "10.872499999999999", + "parsedAmount": "10872499999999999000" + }, + { + "gotchiId": "13061", + "amount": "19.8875", + "parsedAmount": "19887500000000000000" + }, + { + "gotchiId": "13064", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "13065", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "13066", + "amount": "10.21", + "parsedAmount": "10210000000000000000" + }, + { + "gotchiId": "13069", + "amount": "7.835", + "parsedAmount": "7835000000000000000" + }, + { + "gotchiId": "13070", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "13071", + "amount": "16.995", + "parsedAmount": "16995000000000000000" + }, + { + "gotchiId": "13072", + "amount": "41.3625", + "parsedAmount": "41362500000000000000" + }, + { + "gotchiId": "13073", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "13074", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "13075", + "amount": "6.220000000000001", + "parsedAmount": "6220000000000001000" + }, + { + "gotchiId": "13076", + "amount": "46.125", + "parsedAmount": "46125000000000000000" + }, + { + "gotchiId": "13077", + "amount": "7.5649999999999995", + "parsedAmount": "7564999999999999500" + }, + { + "gotchiId": "13082", + "amount": "12.7575", + "parsedAmount": "12757500000000000000" + }, + { + "gotchiId": "13085", + "amount": "13.4825", + "parsedAmount": "13482500000000000000" + }, + { + "gotchiId": "13086", + "amount": "17.035", + "parsedAmount": "17035000000000000000" + }, + { + "gotchiId": "13088", + "amount": "7.827500000000001", + "parsedAmount": "7827500000000001000" + }, + { + "gotchiId": "13090", + "amount": "11.1275", + "parsedAmount": "11127500000000000000" + }, + { + "gotchiId": "13093", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "13094", + "amount": "15.5675", + "parsedAmount": "15567500000000000000" + }, + { + "gotchiId": "13098", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "13099", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "13100", + "amount": "7.255", + "parsedAmount": "7255000000000000000" + }, + { + "gotchiId": "13103", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "13104", + "amount": "21.08", + "parsedAmount": "21080000000000000000" + }, + { + "gotchiId": "13106", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "13107", + "amount": "24.397499999999997", + "parsedAmount": "24397499999999997000" + }, + { + "gotchiId": "13108", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "13112", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "13114", + "amount": "3.2375", + "parsedAmount": "3237500000000000000" + }, + { + "gotchiId": "13115", + "amount": "5.065", + "parsedAmount": "5065000000000000000" + }, + { + "gotchiId": "13116", + "amount": "19.1425", + "parsedAmount": "19142500000000000000" + }, + { + "gotchiId": "13118", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "13119", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "13120", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "13121", + "amount": "10.9875", + "parsedAmount": "10987500000000000000" + }, + { + "gotchiId": "13122", + "amount": "7.825", + "parsedAmount": "7825000000000000000" + }, + { + "gotchiId": "13123", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "13124", + "amount": "13.8325", + "parsedAmount": "13832500000000000000" + }, + { + "gotchiId": "13126", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "13129", + "amount": "7.335", + "parsedAmount": "7335000000000000000" + }, + { + "gotchiId": "13134", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "13135", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "13137", + "amount": "8.3175", + "parsedAmount": "8317500000000000000" + }, + { + "gotchiId": "13143", + "amount": "27.1125", + "parsedAmount": "27112500000000000000" + }, + { + "gotchiId": "13150", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "13152", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "13153", + "amount": "18.3225", + "parsedAmount": "18322500000000000000" + }, + { + "gotchiId": "13159", + "amount": "25.2575", + "parsedAmount": "25257500000000000000" + }, + { + "gotchiId": "13162", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "13165", + "amount": "8.1225", + "parsedAmount": "8122500000000000000" + }, + { + "gotchiId": "13166", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "13169", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "13170", + "amount": "14.7025", + "parsedAmount": "14702500000000000000" + }, + { + "gotchiId": "13171", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "13172", + "amount": "13.830000000000002", + "parsedAmount": "13830000000000002000" + }, + { + "gotchiId": "13182", + "amount": "4.5375", + "parsedAmount": "4537500000000000000" + }, + { + "gotchiId": "13185", + "amount": "25.5475", + "parsedAmount": "25547500000000000000" + }, + { + "gotchiId": "13186", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "13187", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "13191", + "amount": "8.995000000000001", + "parsedAmount": "8995000000000001000" + }, + { + "gotchiId": "13192", + "amount": "11.5725", + "parsedAmount": "11572500000000000000" + }, + { + "gotchiId": "13193", + "amount": "9", + "parsedAmount": "9000000000000000000" + }, + { + "gotchiId": "13194", + "amount": "13.6825", + "parsedAmount": "13682500000000000000" + }, + { + "gotchiId": "13195", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "13199", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "13203", + "amount": "9.6375", + "parsedAmount": "9637500000000000000" + }, + { + "gotchiId": "13205", + "amount": "9.675", + "parsedAmount": "9675000000000000000" + }, + { + "gotchiId": "13208", + "amount": "18.4325", + "parsedAmount": "18432500000000000000" + }, + { + "gotchiId": "13209", + "amount": "10.192499999999999", + "parsedAmount": "10192499999999999000" + }, + { + "gotchiId": "13210", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "13212", + "amount": "435.5925", + "parsedAmount": "435592500000000000000" + }, + { + "gotchiId": "13216", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "13217", + "amount": "5.085", + "parsedAmount": "5085000000000000000" + }, + { + "gotchiId": "13218", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "13219", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "13222", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "13223", + "amount": "43.1425", + "parsedAmount": "43142500000000000000" + }, + { + "gotchiId": "13225", + "amount": "10.067499999999999", + "parsedAmount": "10067499999999999000" + }, + { + "gotchiId": "13226", + "amount": "13.45", + "parsedAmount": "13450000000000000000" + }, + { + "gotchiId": "13230", + "amount": "14.95", + "parsedAmount": "14950000000000000000" + }, + { + "gotchiId": "13233", + "amount": "25.869999999999997", + "parsedAmount": "25869999999999997000" + }, + { + "gotchiId": "13236", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "13237", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "13238", + "amount": "38.347500000000004", + "parsedAmount": "38347500000000004000" + }, + { + "gotchiId": "13241", + "amount": "154.9725", + "parsedAmount": "154972500000000000000" + }, + { + "gotchiId": "13242", + "amount": "5.7975", + "parsedAmount": "5797500000000000000" + }, + { + "gotchiId": "13247", + "amount": "11.682500000000001", + "parsedAmount": "11682500000000001000" + }, + { + "gotchiId": "13250", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "13251", + "amount": "16.1375", + "parsedAmount": "16137500000000000000" + }, + { + "gotchiId": "13252", + "amount": "5.35", + "parsedAmount": "5350000000000000000" + }, + { + "gotchiId": "13256", + "amount": "9.815000000000001", + "parsedAmount": "9815000000000001000" + }, + { + "gotchiId": "13260", + "amount": "16.79", + "parsedAmount": "16790000000000000000" + }, + { + "gotchiId": "13261", + "amount": "17.6475", + "parsedAmount": "17647500000000000000" + }, + { + "gotchiId": "13262", + "amount": "320.0975", + "parsedAmount": "320097500000000000000" + }, + { + "gotchiId": "13264", + "amount": "8.932500000000001", + "parsedAmount": "8932500000000001000" + }, + { + "gotchiId": "13267", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "13268", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "13276", + "amount": "17.0975", + "parsedAmount": "17097500000000000000" + }, + { + "gotchiId": "13281", + "amount": "19.682499999999997", + "parsedAmount": "19682499999999997000" + }, + { + "gotchiId": "13282", + "amount": "12.040000000000001", + "parsedAmount": "12040000000000001000" + }, + { + "gotchiId": "13283", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "13284", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "13285", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "13288", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "13289", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "13291", + "amount": "23.9575", + "parsedAmount": "23957500000000000000" + }, + { + "gotchiId": "13293", + "amount": "15.21", + "parsedAmount": "15210000000000000000" + }, + { + "gotchiId": "13295", + "amount": "9.105", + "parsedAmount": "9105000000000000000" + }, + { + "gotchiId": "13296", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "13299", + "amount": "19.637500000000003", + "parsedAmount": "19637500000000003000" + }, + { + "gotchiId": "13300", + "amount": "7.3025", + "parsedAmount": "7302500000000000000" + }, + { + "gotchiId": "13302", + "amount": "11.375", + "parsedAmount": "11375000000000000000" + }, + { + "gotchiId": "13304", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "13305", + "amount": "25.839999999999996", + "parsedAmount": "25839999999999996000" + }, + { + "gotchiId": "13311", + "amount": "6.6725", + "parsedAmount": "6672500000000000000" + }, + { + "gotchiId": "13317", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "13318", + "amount": "15.545", + "parsedAmount": "15545000000000000000" + }, + { + "gotchiId": "13319", + "amount": "11.3", + "parsedAmount": "11300000000000000000" + }, + { + "gotchiId": "13320", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "13321", + "amount": "9.715", + "parsedAmount": "9715000000000000000" + }, + { + "gotchiId": "13323", + "amount": "6.845000000000001", + "parsedAmount": "6845000000000001000" + }, + { + "gotchiId": "13324", + "amount": "9.844999999999999", + "parsedAmount": "9844999999999999000" + }, + { + "gotchiId": "13325", + "amount": "5.57", + "parsedAmount": "5570000000000000000" + }, + { + "gotchiId": "13326", + "amount": "14.457500000000001", + "parsedAmount": "14457500000000001000" + }, + { + "gotchiId": "13329", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "13336", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "13338", + "amount": "13.81", + "parsedAmount": "13810000000000000000" + }, + { + "gotchiId": "13342", + "amount": "5.385", + "parsedAmount": "5385000000000000000" + }, + { + "gotchiId": "13343", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "13344", + "amount": "15.325000000000001", + "parsedAmount": "15325000000000001000" + }, + { + "gotchiId": "13346", + "amount": "13.3625", + "parsedAmount": "13362500000000000000" + }, + { + "gotchiId": "13347", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "13349", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "13351", + "amount": "22.255", + "parsedAmount": "22255000000000000000" + }, + { + "gotchiId": "13352", + "amount": "6.4275", + "parsedAmount": "6427500000000000000" + }, + { + "gotchiId": "13353", + "amount": "8.120000000000001", + "parsedAmount": "8120000000000001000" + }, + { + "gotchiId": "13354", + "amount": "15.422500000000001", + "parsedAmount": "15422500000000001000" + }, + { + "gotchiId": "13357", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "13358", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "13363", + "amount": "9.3075", + "parsedAmount": "9307500000000000000" + }, + { + "gotchiId": "13364", + "amount": "24.107499999999995", + "parsedAmount": "24107499999999995000" + }, + { + "gotchiId": "13367", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "13369", + "amount": "4.9575", + "parsedAmount": "4957500000000000000" + }, + { + "gotchiId": "13372", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "13379", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "13380", + "amount": "3.25", + "parsedAmount": "3250000000000000000" + }, + { + "gotchiId": "13381", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "13383", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "13384", + "amount": "2.34", + "parsedAmount": "2340000000000000000" + }, + { + "gotchiId": "13386", + "amount": "2.3625", + "parsedAmount": "2362500000000000000" + }, + { + "gotchiId": "13387", + "amount": "11.61", + "parsedAmount": "11610000000000000000" + }, + { + "gotchiId": "13391", + "amount": "8.2625", + "parsedAmount": "8262500000000000000" + }, + { + "gotchiId": "13396", + "amount": "5.369999999999999", + "parsedAmount": "5369999999999999000" + }, + { + "gotchiId": "13398", + "amount": "24.26", + "parsedAmount": "24260000000000000000" + }, + { + "gotchiId": "13399", + "amount": "12.992500000000001", + "parsedAmount": "12992500000000001000" + }, + { + "gotchiId": "13401", + "amount": "93.875", + "parsedAmount": "93875000000000000000" + }, + { + "gotchiId": "13404", + "amount": "22.5625", + "parsedAmount": "22562500000000000000" + }, + { + "gotchiId": "13407", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "13411", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "13413", + "amount": "109.28", + "parsedAmount": "109280000000000000000" + }, + { + "gotchiId": "13414", + "amount": "6.095", + "parsedAmount": "6095000000000000000" + }, + { + "gotchiId": "13415", + "amount": "6.6975", + "parsedAmount": "6697500000000000000" + }, + { + "gotchiId": "13416", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "13417", + "amount": "11.59", + "parsedAmount": "11590000000000000000" + }, + { + "gotchiId": "13420", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "13422", + "amount": "10.004999999999999", + "parsedAmount": "10004999999999999000" + }, + { + "gotchiId": "13424", + "amount": "26.375", + "parsedAmount": "26375000000000000000" + }, + { + "gotchiId": "13425", + "amount": "33.239999999999995", + "parsedAmount": "33239999999999995000" + }, + { + "gotchiId": "13427", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "13428", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "13430", + "amount": "5.765000000000001", + "parsedAmount": "5765000000000001000" + }, + { + "gotchiId": "13431", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "13432", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "13433", + "amount": "11.69", + "parsedAmount": "11690000000000000000" + }, + { + "gotchiId": "13435", + "amount": "8.557500000000001", + "parsedAmount": "8557500000000001000" + }, + { + "gotchiId": "13436", + "amount": "9.6325", + "parsedAmount": "9632500000000000000" + }, + { + "gotchiId": "13438", + "amount": "6.605", + "parsedAmount": "6605000000000000000" + }, + { + "gotchiId": "13440", + "amount": "3.245", + "parsedAmount": "3245000000000000000" + }, + { + "gotchiId": "13443", + "amount": "57.042500000000004", + "parsedAmount": "57042500000000004000" + }, + { + "gotchiId": "13444", + "amount": "13.0225", + "parsedAmount": "13022500000000000000" + }, + { + "gotchiId": "13445", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "13446", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "13449", + "amount": "12.1", + "parsedAmount": "12100000000000000000" + }, + { + "gotchiId": "13450", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "13451", + "amount": "19.5125", + "parsedAmount": "19512500000000000000" + }, + { + "gotchiId": "13454", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "13455", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "13464", + "amount": "16.695", + "parsedAmount": "16695000000000000000" + }, + { + "gotchiId": "13465", + "amount": "3.2375", + "parsedAmount": "3237500000000000000" + }, + { + "gotchiId": "13469", + "amount": "16.8025", + "parsedAmount": "16802500000000000000" + }, + { + "gotchiId": "13470", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "13475", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "13480", + "amount": "15.280000000000001", + "parsedAmount": "15280000000000001000" + }, + { + "gotchiId": "13482", + "amount": "14.095", + "parsedAmount": "14095000000000000000" + }, + { + "gotchiId": "13485", + "amount": "15.8825", + "parsedAmount": "15882500000000000000" + }, + { + "gotchiId": "13486", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "13487", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "13489", + "amount": "42.25", + "parsedAmount": "42250000000000000000" + }, + { + "gotchiId": "13491", + "amount": "36.515", + "parsedAmount": "36515000000000000000" + }, + { + "gotchiId": "13492", + "amount": "10.41", + "parsedAmount": "10410000000000000000" + }, + { + "gotchiId": "13493", + "amount": "27.895", + "parsedAmount": "27895000000000000000" + }, + { + "gotchiId": "13494", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "13495", + "amount": "10.975", + "parsedAmount": "10975000000000000000" + }, + { + "gotchiId": "13496", + "amount": "16.62", + "parsedAmount": "16620000000000000000" + }, + { + "gotchiId": "13497", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "13498", + "amount": "14.872499999999999", + "parsedAmount": "14872499999999999000" + }, + { + "gotchiId": "13499", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "13501", + "amount": "6.1925", + "parsedAmount": "6192500000000000000" + }, + { + "gotchiId": "13503", + "amount": "5.0975", + "parsedAmount": "5097500000000000000" + }, + { + "gotchiId": "13504", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "13505", + "amount": "16.9925", + "parsedAmount": "16992500000000000000" + }, + { + "gotchiId": "13507", + "amount": "21.465000000000003", + "parsedAmount": "21465000000000003000" + }, + { + "gotchiId": "13508", + "amount": "15.2625", + "parsedAmount": "15262500000000000000" + }, + { + "gotchiId": "13509", + "amount": "154.125", + "parsedAmount": "154125000000000000000" + }, + { + "gotchiId": "13511", + "amount": "9.127500000000001", + "parsedAmount": "9127500000000001000" + }, + { + "gotchiId": "13513", + "amount": "118.0425", + "parsedAmount": "118042500000000000000" + }, + { + "gotchiId": "13514", + "amount": "10.620000000000001", + "parsedAmount": "10620000000000001000" + }, + { + "gotchiId": "13516", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "13517", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "13518", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "13520", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "13521", + "amount": "13.2525", + "parsedAmount": "13252500000000000000" + }, + { + "gotchiId": "13522", + "amount": "10.905", + "parsedAmount": "10905000000000000000" + }, + { + "gotchiId": "13523", + "amount": "23.285", + "parsedAmount": "23285000000000000000" + }, + { + "gotchiId": "13524", + "amount": "22.475", + "parsedAmount": "22475000000000000000" + }, + { + "gotchiId": "13528", + "amount": "19.990000000000002", + "parsedAmount": "19990000000000002000" + }, + { + "gotchiId": "13529", + "amount": "8.875", + "parsedAmount": "8875000000000000000" + }, + { + "gotchiId": "13535", + "amount": "15.9875", + "parsedAmount": "15987500000000000000" + }, + { + "gotchiId": "13536", + "amount": "365.26249999999993", + "parsedAmount": "365262499999999930000" + }, + { + "gotchiId": "13538", + "amount": "6.359999999999999", + "parsedAmount": "6359999999999999000" + }, + { + "gotchiId": "13539", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "13543", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "13544", + "amount": "26.17", + "parsedAmount": "26170000000000000000" + }, + { + "gotchiId": "13545", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "13549", + "amount": "22.43", + "parsedAmount": "22430000000000000000" + }, + { + "gotchiId": "13550", + "amount": "14.049999999999999", + "parsedAmount": "14049999999999999000" + }, + { + "gotchiId": "13551", + "amount": "3.1125", + "parsedAmount": "3112500000000000000" + }, + { + "gotchiId": "13553", + "amount": "7.3675", + "parsedAmount": "7367500000000000000" + }, + { + "gotchiId": "13554", + "amount": "8.515", + "parsedAmount": "8515000000000000000" + }, + { + "gotchiId": "13555", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "13556", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "13557", + "amount": "11.94", + "parsedAmount": "11940000000000000000" + }, + { + "gotchiId": "13559", + "amount": "21.165", + "parsedAmount": "21165000000000000000" + }, + { + "gotchiId": "13560", + "amount": "14.085", + "parsedAmount": "14085000000000000000" + }, + { + "gotchiId": "13563", + "amount": "59.1075", + "parsedAmount": "59107500000000000000" + }, + { + "gotchiId": "13564", + "amount": "20.0025", + "parsedAmount": "20002500000000000000" + }, + { + "gotchiId": "13565", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "13567", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "13570", + "amount": "5.3950000000000005", + "parsedAmount": "5395000000000000500" + }, + { + "gotchiId": "13574", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "13577", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "13580", + "amount": "7.9625", + "parsedAmount": "7962500000000000000" + }, + { + "gotchiId": "13581", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "13582", + "amount": "16.21", + "parsedAmount": "16210000000000000000" + }, + { + "gotchiId": "13585", + "amount": "18.415", + "parsedAmount": "18415000000000000000" + }, + { + "gotchiId": "13586", + "amount": "20.8725", + "parsedAmount": "20872500000000000000" + }, + { + "gotchiId": "13587", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "13588", + "amount": "11.969999999999999", + "parsedAmount": "11969999999999999000" + }, + { + "gotchiId": "13590", + "amount": "17.715", + "parsedAmount": "17715000000000000000" + }, + { + "gotchiId": "13595", + "amount": "9.33", + "parsedAmount": "9330000000000000000" + }, + { + "gotchiId": "13597", + "amount": "7.6225", + "parsedAmount": "7622500000000000000" + }, + { + "gotchiId": "13600", + "amount": "20.8375", + "parsedAmount": "20837500000000000000" + }, + { + "gotchiId": "13602", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "13603", + "amount": "11.5175", + "parsedAmount": "11517500000000000000" + }, + { + "gotchiId": "13605", + "amount": "74.88", + "parsedAmount": "74880000000000000000" + }, + { + "gotchiId": "13607", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "13608", + "amount": "15.245000000000001", + "parsedAmount": "15245000000000001000" + }, + { + "gotchiId": "13611", + "amount": "15.002500000000001", + "parsedAmount": "15002500000000001000" + }, + { + "gotchiId": "13613", + "amount": "3.245", + "parsedAmount": "3245000000000000000" + }, + { + "gotchiId": "13615", + "amount": "14.265", + "parsedAmount": "14265000000000000000" + }, + { + "gotchiId": "13616", + "amount": "13.815", + "parsedAmount": "13815000000000000000" + }, + { + "gotchiId": "13617", + "amount": "4.57", + "parsedAmount": "4570000000000000000" + }, + { + "gotchiId": "13619", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "13620", + "amount": "12.342500000000001", + "parsedAmount": "12342500000000001000" + }, + { + "gotchiId": "13622", + "amount": "7.5425", + "parsedAmount": "7542500000000000000" + }, + { + "gotchiId": "13625", + "amount": "6.3875", + "parsedAmount": "6387500000000000000" + }, + { + "gotchiId": "13627", + "amount": "9.56", + "parsedAmount": "9560000000000000000" + }, + { + "gotchiId": "13630", + "amount": "8.8075", + "parsedAmount": "8807500000000000000" + }, + { + "gotchiId": "13631", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "13632", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "13633", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "13638", + "amount": "6.18", + "parsedAmount": "6180000000000000000" + }, + { + "gotchiId": "13639", + "amount": "32.585", + "parsedAmount": "32585000000000000000" + }, + { + "gotchiId": "13640", + "amount": "16.355", + "parsedAmount": "16355000000000000000" + }, + { + "gotchiId": "13643", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "13644", + "amount": "16.5975", + "parsedAmount": "16597500000000000000" + }, + { + "gotchiId": "13646", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "13648", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "13649", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "13653", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "13655", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "13657", + "amount": "5.3325000000000005", + "parsedAmount": "5332500000000000500" + }, + { + "gotchiId": "13658", + "amount": "16.72", + "parsedAmount": "16720000000000000000" + }, + { + "gotchiId": "13660", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "13661", + "amount": "10.242500000000001", + "parsedAmount": "10242500000000001000" + }, + { + "gotchiId": "13663", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "13664", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "13665", + "amount": "11.657499999999999", + "parsedAmount": "11657499999999999000" + }, + { + "gotchiId": "13668", + "amount": "6.9", + "parsedAmount": "6900000000000000000" + }, + { + "gotchiId": "13669", + "amount": "7.3875", + "parsedAmount": "7387500000000000000" + }, + { + "gotchiId": "13673", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "13674", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "13676", + "amount": "27.209999999999997", + "parsedAmount": "27209999999999997000" + }, + { + "gotchiId": "13677", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "13681", + "amount": "4126.1675000000005", + "parsedAmount": "4126167500000000500000" + }, + { + "gotchiId": "13682", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "13684", + "amount": "13.7375", + "parsedAmount": "13737500000000000000" + }, + { + "gotchiId": "13687", + "amount": "23.482499999999998", + "parsedAmount": "23482499999999998000" + }, + { + "gotchiId": "13689", + "amount": "12.235", + "parsedAmount": "12235000000000000000" + }, + { + "gotchiId": "13690", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "13691", + "amount": "27.285", + "parsedAmount": "27285000000000000000" + }, + { + "gotchiId": "13694", + "amount": "34.8875", + "parsedAmount": "34887500000000000000" + }, + { + "gotchiId": "13696", + "amount": "10.1175", + "parsedAmount": "10117500000000000000" + }, + { + "gotchiId": "13700", + "amount": "331.37000000000006", + "parsedAmount": "331370000000000060000" + }, + { + "gotchiId": "13702", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "13703", + "amount": "11.5075", + "parsedAmount": "11507500000000000000" + }, + { + "gotchiId": "13704", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "13712", + "amount": "98.88999999999999", + "parsedAmount": "98889999999999990000" + }, + { + "gotchiId": "13713", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "13716", + "amount": "3.07", + "parsedAmount": "3070000000000000000" + }, + { + "gotchiId": "13717", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "13718", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "13719", + "amount": "15.697500000000002", + "parsedAmount": "15697500000000002000" + }, + { + "gotchiId": "13722", + "amount": "20.1175", + "parsedAmount": "20117500000000000000" + }, + { + "gotchiId": "13724", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "13730", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "13731", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "13732", + "amount": "3.38", + "parsedAmount": "3380000000000000000" + }, + { + "gotchiId": "13735", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "13736", + "amount": "21.93", + "parsedAmount": "21930000000000000000" + }, + { + "gotchiId": "13740", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "13741", + "amount": "121.025", + "parsedAmount": "121025000000000000000" + }, + { + "gotchiId": "13743", + "amount": "8.9175", + "parsedAmount": "8917500000000000000" + }, + { + "gotchiId": "13744", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "13746", + "amount": "2.74", + "parsedAmount": "2740000000000000000" + }, + { + "gotchiId": "13750", + "amount": "15.4175", + "parsedAmount": "15417500000000000000" + }, + { + "gotchiId": "13751", + "amount": "17.48", + "parsedAmount": "17480000000000000000" + }, + { + "gotchiId": "13753", + "amount": "3.465", + "parsedAmount": "3465000000000000000" + }, + { + "gotchiId": "13756", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "13759", + "amount": "14.795", + "parsedAmount": "14795000000000000000" + }, + { + "gotchiId": "13760", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "13764", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "13765", + "amount": "7.175", + "parsedAmount": "7175000000000000000" + }, + { + "gotchiId": "13766", + "amount": "7.7125", + "parsedAmount": "7712500000000000000" + }, + { + "gotchiId": "13767", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "13769", + "amount": "19.119999999999997", + "parsedAmount": "19119999999999997000" + }, + { + "gotchiId": "13770", + "amount": "10.6625", + "parsedAmount": "10662500000000000000" + }, + { + "gotchiId": "13771", + "amount": "29.7425", + "parsedAmount": "29742500000000000000" + }, + { + "gotchiId": "13772", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "13774", + "amount": "19.2", + "parsedAmount": "19200000000000000000" + }, + { + "gotchiId": "13776", + "amount": "21.4775", + "parsedAmount": "21477500000000000000" + }, + { + "gotchiId": "13778", + "amount": "15.7325", + "parsedAmount": "15732500000000000000" + }, + { + "gotchiId": "13781", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "13786", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "13788", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "13789", + "amount": "13.9375", + "parsedAmount": "13937500000000000000" + }, + { + "gotchiId": "13792", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "13793", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "13795", + "amount": "9.0825", + "parsedAmount": "9082500000000000000" + }, + { + "gotchiId": "13796", + "amount": "41.947500000000005", + "parsedAmount": "41947500000000005000" + }, + { + "gotchiId": "13797", + "amount": "5.85", + "parsedAmount": "5850000000000000000" + }, + { + "gotchiId": "13800", + "amount": "10.55", + "parsedAmount": "10550000000000000000" + }, + { + "gotchiId": "13801", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "13802", + "amount": "20.439999999999998", + "parsedAmount": "20439999999999998000" + }, + { + "gotchiId": "13807", + "amount": "16.2775", + "parsedAmount": "16277500000000000000" + }, + { + "gotchiId": "13808", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "13811", + "amount": "10.635", + "parsedAmount": "10635000000000000000" + }, + { + "gotchiId": "13812", + "amount": "13.467500000000001", + "parsedAmount": "13467500000000001000" + }, + { + "gotchiId": "13813", + "amount": "16.8525", + "parsedAmount": "16852500000000000000" + }, + { + "gotchiId": "13814", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "13816", + "amount": "5.952500000000001", + "parsedAmount": "5952500000000001000" + }, + { + "gotchiId": "13817", + "amount": "9.2725", + "parsedAmount": "9272500000000000000" + }, + { + "gotchiId": "13819", + "amount": "48.65", + "parsedAmount": "48650000000000000000" + }, + { + "gotchiId": "13820", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "13823", + "amount": "9.8325", + "parsedAmount": "9832500000000000000" + }, + { + "gotchiId": "13824", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "13825", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "13829", + "amount": "4.717499999999999", + "parsedAmount": "4717499999999999000" + }, + { + "gotchiId": "13830", + "amount": "14.12", + "parsedAmount": "14120000000000000000" + }, + { + "gotchiId": "13831", + "amount": "26.099999999999998", + "parsedAmount": "26099999999999998000" + }, + { + "gotchiId": "13832", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "13836", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "13838", + "amount": "11.235", + "parsedAmount": "11235000000000000000" + }, + { + "gotchiId": "13839", + "amount": "17.7775", + "parsedAmount": "17777500000000000000" + }, + { + "gotchiId": "13841", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "13842", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "13844", + "amount": "6.630000000000001", + "parsedAmount": "6630000000000001000" + }, + { + "gotchiId": "13845", + "amount": "9.8275", + "parsedAmount": "9827500000000000000" + }, + { + "gotchiId": "13846", + "amount": "9.912500000000001", + "parsedAmount": "9912500000000001000" + }, + { + "gotchiId": "13847", + "amount": "6.095000000000001", + "parsedAmount": "6095000000000001000" + }, + { + "gotchiId": "13849", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "13850", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "13851", + "amount": "7.6274999999999995", + "parsedAmount": "7627499999999999500" + }, + { + "gotchiId": "13852", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "13853", + "amount": "4.4525", + "parsedAmount": "4452500000000000000" + }, + { + "gotchiId": "13858", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "13859", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "13863", + "amount": "8.2275", + "parsedAmount": "8227500000000000000" + } + ], + "totalAmount": "11711957500000000489500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952546, + "gasUsed": "10189313" + }, + { + "batchIndex": 13, + "transactionHash": "0xcc77317b9648fa472b66681ef3908f964d4a0bf97fd14793b740932cea379c68", + "timestamp": "2025-09-24T06:13:59.821Z", + "gotchiRewards": [ + { + "gotchiId": "13865", + "amount": "12.479999999999999", + "parsedAmount": "12479999999999999000" + }, + { + "gotchiId": "13867", + "amount": "11.752500000000001", + "parsedAmount": "11752500000000001000" + }, + { + "gotchiId": "13868", + "amount": "11.9525", + "parsedAmount": "11952500000000000000" + }, + { + "gotchiId": "13869", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "13870", + "amount": "9.52", + "parsedAmount": "9520000000000000000" + }, + { + "gotchiId": "13871", + "amount": "10.655000000000001", + "parsedAmount": "10655000000000001000" + }, + { + "gotchiId": "13872", + "amount": "11.7775", + "parsedAmount": "11777500000000000000" + }, + { + "gotchiId": "13874", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "13875", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "13878", + "amount": "19.0925", + "parsedAmount": "19092500000000000000" + }, + { + "gotchiId": "13879", + "amount": "10.775", + "parsedAmount": "10775000000000000000" + }, + { + "gotchiId": "13880", + "amount": "13.1325", + "parsedAmount": "13132500000000000000" + }, + { + "gotchiId": "13883", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "13884", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "13886", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "13887", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "13889", + "amount": "26.515", + "parsedAmount": "26515000000000000000" + }, + { + "gotchiId": "13891", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "13892", + "amount": "12.1875", + "parsedAmount": "12187500000000000000" + }, + { + "gotchiId": "13897", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "13898", + "amount": "18.189999999999998", + "parsedAmount": "18189999999999998000" + }, + { + "gotchiId": "13900", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "13904", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "13905", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "13908", + "amount": "11.7125", + "parsedAmount": "11712500000000000000" + }, + { + "gotchiId": "13909", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "13910", + "amount": "12.6075", + "parsedAmount": "12607500000000000000" + }, + { + "gotchiId": "13911", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "13913", + "amount": "12.2425", + "parsedAmount": "12242500000000000000" + }, + { + "gotchiId": "13916", + "amount": "3.7375", + "parsedAmount": "3737500000000000000" + }, + { + "gotchiId": "13919", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "13920", + "amount": "14.66", + "parsedAmount": "14660000000000000000" + }, + { + "gotchiId": "13921", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "13923", + "amount": "11.165", + "parsedAmount": "11165000000000000000" + }, + { + "gotchiId": "13925", + "amount": "8.3825", + "parsedAmount": "8382500000000000000" + }, + { + "gotchiId": "13926", + "amount": "21.7675", + "parsedAmount": "21767500000000000000" + }, + { + "gotchiId": "13931", + "amount": "7.1125", + "parsedAmount": "7112500000000000000" + }, + { + "gotchiId": "13933", + "amount": "7.755000000000001", + "parsedAmount": "7755000000000001000" + }, + { + "gotchiId": "13939", + "amount": "8.217500000000001", + "parsedAmount": "8217500000000001000" + }, + { + "gotchiId": "13941", + "amount": "11.48", + "parsedAmount": "11480000000000000000" + }, + { + "gotchiId": "13947", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "13949", + "amount": "10.0725", + "parsedAmount": "10072500000000000000" + }, + { + "gotchiId": "13951", + "amount": "8.592500000000001", + "parsedAmount": "8592500000000001000" + }, + { + "gotchiId": "13952", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "13953", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "13954", + "amount": "4.904999999999999", + "parsedAmount": "4904999999999999000" + }, + { + "gotchiId": "13955", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "13957", + "amount": "4.717499999999999", + "parsedAmount": "4717499999999999000" + }, + { + "gotchiId": "13958", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "13959", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "13961", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "13963", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "13964", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "13965", + "amount": "7.0600000000000005", + "parsedAmount": "7060000000000000500" + }, + { + "gotchiId": "13969", + "amount": "43.8075", + "parsedAmount": "43807500000000000000" + }, + { + "gotchiId": "13972", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "13974", + "amount": "32.32", + "parsedAmount": "32320000000000000000" + }, + { + "gotchiId": "13978", + "amount": "12.7525", + "parsedAmount": "12752500000000000000" + }, + { + "gotchiId": "13979", + "amount": "34.517500000000005", + "parsedAmount": "34517500000000005000" + }, + { + "gotchiId": "13981", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "13983", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "13984", + "amount": "4.7925", + "parsedAmount": "4792500000000000000" + }, + { + "gotchiId": "13985", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "13987", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "13989", + "amount": "6.385", + "parsedAmount": "6385000000000000000" + }, + { + "gotchiId": "13990", + "amount": "13.17", + "parsedAmount": "13170000000000000000" + }, + { + "gotchiId": "13991", + "amount": "9.185", + "parsedAmount": "9185000000000000000" + }, + { + "gotchiId": "13992", + "amount": "3.095", + "parsedAmount": "3095000000000000000" + }, + { + "gotchiId": "13994", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "13996", + "amount": "1233.9750000000001", + "parsedAmount": "1233975000000000100000" + }, + { + "gotchiId": "13997", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "13998", + "amount": "35.5375", + "parsedAmount": "35537500000000000000" + }, + { + "gotchiId": "14002", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "14006", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "14008", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "14009", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "14010", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "14011", + "amount": "22.2275", + "parsedAmount": "22227500000000000000" + }, + { + "gotchiId": "14013", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "14015", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "14018", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "14020", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "14022", + "amount": "25.59", + "parsedAmount": "25590000000000000000" + }, + { + "gotchiId": "14024", + "amount": "12.945", + "parsedAmount": "12945000000000000000" + }, + { + "gotchiId": "14025", + "amount": "16.855", + "parsedAmount": "16855000000000000000" + }, + { + "gotchiId": "14026", + "amount": "8.4125", + "parsedAmount": "8412500000000000000" + }, + { + "gotchiId": "14027", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "14028", + "amount": "13.0425", + "parsedAmount": "13042500000000000000" + }, + { + "gotchiId": "14029", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "14030", + "amount": "22.9275", + "parsedAmount": "22927500000000000000" + }, + { + "gotchiId": "14032", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "14033", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "14034", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "14035", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "14038", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "14039", + "amount": "15.112499999999999", + "parsedAmount": "15112499999999999000" + }, + { + "gotchiId": "14044", + "amount": "4.785", + "parsedAmount": "4785000000000000000" + }, + { + "gotchiId": "14045", + "amount": "10.092500000000001", + "parsedAmount": "10092500000000001000" + }, + { + "gotchiId": "14046", + "amount": "74.96", + "parsedAmount": "74960000000000000000" + }, + { + "gotchiId": "14047", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "14052", + "amount": "4.2375", + "parsedAmount": "4237500000000000000" + }, + { + "gotchiId": "14054", + "amount": "19.8325", + "parsedAmount": "19832500000000000000" + }, + { + "gotchiId": "14059", + "amount": "16.515", + "parsedAmount": "16515000000000000000" + }, + { + "gotchiId": "14067", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "14073", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "14076", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "14078", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "14079", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "14082", + "amount": "10.432500000000001", + "parsedAmount": "10432500000000001000" + }, + { + "gotchiId": "14084", + "amount": "9.115", + "parsedAmount": "9115000000000000000" + }, + { + "gotchiId": "14085", + "amount": "11.4925", + "parsedAmount": "11492500000000000000" + }, + { + "gotchiId": "14087", + "amount": "21.525", + "parsedAmount": "21525000000000000000" + }, + { + "gotchiId": "14088", + "amount": "7.7175", + "parsedAmount": "7717500000000000000" + }, + { + "gotchiId": "14090", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "14092", + "amount": "17.36", + "parsedAmount": "17360000000000000000" + }, + { + "gotchiId": "14093", + "amount": "12.322500000000002", + "parsedAmount": "12322500000000002000" + }, + { + "gotchiId": "14094", + "amount": "11.525", + "parsedAmount": "11525000000000000000" + }, + { + "gotchiId": "14097", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "14098", + "amount": "7.487500000000001", + "parsedAmount": "7487500000000001000" + }, + { + "gotchiId": "14099", + "amount": "12.5825", + "parsedAmount": "12582500000000000000" + }, + { + "gotchiId": "14103", + "amount": "17.9375", + "parsedAmount": "17937500000000000000" + }, + { + "gotchiId": "14104", + "amount": "15.2175", + "parsedAmount": "15217500000000000000" + }, + { + "gotchiId": "14109", + "amount": "8.36", + "parsedAmount": "8360000000000000000" + }, + { + "gotchiId": "14110", + "amount": "14.92", + "parsedAmount": "14920000000000000000" + }, + { + "gotchiId": "14114", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "14115", + "amount": "18.205000000000002", + "parsedAmount": "18205000000000002000" + }, + { + "gotchiId": "14117", + "amount": "245.67999999999998", + "parsedAmount": "245679999999999980000" + }, + { + "gotchiId": "14118", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "14120", + "amount": "20.0775", + "parsedAmount": "20077500000000000000" + }, + { + "gotchiId": "14121", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "14128", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "14130", + "amount": "9.9475", + "parsedAmount": "9947500000000000000" + }, + { + "gotchiId": "14132", + "amount": "8.497499999999999", + "parsedAmount": "8497499999999999000" + }, + { + "gotchiId": "14133", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "14135", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "14136", + "amount": "12.2625", + "parsedAmount": "12262500000000000000" + }, + { + "gotchiId": "14139", + "amount": "7.1825", + "parsedAmount": "7182500000000000000" + }, + { + "gotchiId": "14140", + "amount": "331.83", + "parsedAmount": "331830000000000000000" + }, + { + "gotchiId": "14142", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "14145", + "amount": "13.517499999999998", + "parsedAmount": "13517499999999998000" + }, + { + "gotchiId": "14147", + "amount": "13.9675", + "parsedAmount": "13967500000000000000" + }, + { + "gotchiId": "14148", + "amount": "10.9225", + "parsedAmount": "10922500000000000000" + }, + { + "gotchiId": "14149", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "14151", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "14152", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "14153", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "14154", + "amount": "3.2625", + "parsedAmount": "3262500000000000000" + }, + { + "gotchiId": "14155", + "amount": "16.377499999999998", + "parsedAmount": "16377499999999998000" + }, + { + "gotchiId": "14156", + "amount": "7.172499999999999", + "parsedAmount": "7172499999999999000" + }, + { + "gotchiId": "14157", + "amount": "8.004999999999999", + "parsedAmount": "8004999999999999000" + }, + { + "gotchiId": "14160", + "amount": "20.3275", + "parsedAmount": "20327500000000000000" + }, + { + "gotchiId": "14163", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "14164", + "amount": "8.1925", + "parsedAmount": "8192500000000000000" + }, + { + "gotchiId": "14165", + "amount": "29.575", + "parsedAmount": "29575000000000000000" + }, + { + "gotchiId": "14167", + "amount": "2.295", + "parsedAmount": "2295000000000000000" + }, + { + "gotchiId": "14168", + "amount": "11.385", + "parsedAmount": "11385000000000000000" + }, + { + "gotchiId": "14172", + "amount": "9.465", + "parsedAmount": "9465000000000000000" + }, + { + "gotchiId": "14174", + "amount": "27.457499999999996", + "parsedAmount": "27457499999999996000" + }, + { + "gotchiId": "14176", + "amount": "14.8875", + "parsedAmount": "14887500000000000000" + }, + { + "gotchiId": "14177", + "amount": "11.629999999999999", + "parsedAmount": "11629999999999999000" + }, + { + "gotchiId": "14178", + "amount": "12.83", + "parsedAmount": "12830000000000000000" + }, + { + "gotchiId": "14183", + "amount": "11.9075", + "parsedAmount": "11907500000000000000" + }, + { + "gotchiId": "14184", + "amount": "16.142500000000002", + "parsedAmount": "16142500000000002000" + }, + { + "gotchiId": "14188", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "14192", + "amount": "3.43", + "parsedAmount": "3430000000000000000" + }, + { + "gotchiId": "14193", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "14194", + "amount": "39.0275", + "parsedAmount": "39027500000000000000" + }, + { + "gotchiId": "14202", + "amount": "26.517500000000002", + "parsedAmount": "26517500000000002000" + }, + { + "gotchiId": "14203", + "amount": "15.584999999999999", + "parsedAmount": "15584999999999999000" + }, + { + "gotchiId": "14204", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "14208", + "amount": "14.024999999999999", + "parsedAmount": "14024999999999999000" + }, + { + "gotchiId": "14210", + "amount": "15.56", + "parsedAmount": "15560000000000000000" + }, + { + "gotchiId": "14212", + "amount": "20.8725", + "parsedAmount": "20872500000000000000" + }, + { + "gotchiId": "14216", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "14217", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "14220", + "amount": "10.8425", + "parsedAmount": "10842500000000000000" + }, + { + "gotchiId": "14222", + "amount": "7.109999999999999", + "parsedAmount": "7109999999999999000" + }, + { + "gotchiId": "14224", + "amount": "10.86", + "parsedAmount": "10860000000000000000" + }, + { + "gotchiId": "14225", + "amount": "10.2", + "parsedAmount": "10200000000000000000" + }, + { + "gotchiId": "14226", + "amount": "10.482500000000002", + "parsedAmount": "10482500000000002000" + }, + { + "gotchiId": "14233", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "14234", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "14235", + "amount": "7.945", + "parsedAmount": "7945000000000000000" + }, + { + "gotchiId": "14236", + "amount": "16.585", + "parsedAmount": "16585000000000000000" + }, + { + "gotchiId": "14243", + "amount": "4.6525", + "parsedAmount": "4652500000000000000" + }, + { + "gotchiId": "14245", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "14247", + "amount": "10.21", + "parsedAmount": "10210000000000000000" + }, + { + "gotchiId": "14249", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "14250", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "14251", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "14252", + "amount": "8.7725", + "parsedAmount": "8772500000000000000" + }, + { + "gotchiId": "14253", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "14255", + "amount": "25.2525", + "parsedAmount": "25252500000000000000" + }, + { + "gotchiId": "14256", + "amount": "31.275", + "parsedAmount": "31275000000000000000" + }, + { + "gotchiId": "14257", + "amount": "33.85", + "parsedAmount": "33850000000000000000" + }, + { + "gotchiId": "14258", + "amount": "10.19", + "parsedAmount": "10190000000000000000" + }, + { + "gotchiId": "14259", + "amount": "12.335", + "parsedAmount": "12335000000000000000" + }, + { + "gotchiId": "14260", + "amount": "6.04", + "parsedAmount": "6040000000000000000" + }, + { + "gotchiId": "14261", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "14263", + "amount": "28.87", + "parsedAmount": "28870000000000000000" + }, + { + "gotchiId": "14265", + "amount": "16.5925", + "parsedAmount": "16592500000000000000" + }, + { + "gotchiId": "14266", + "amount": "5.779999999999999", + "parsedAmount": "5779999999999999000" + }, + { + "gotchiId": "14267", + "amount": "12.629999999999999", + "parsedAmount": "12629999999999999000" + }, + { + "gotchiId": "14269", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "14270", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "14274", + "amount": "5.484999999999999", + "parsedAmount": "5484999999999999000" + }, + { + "gotchiId": "14277", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "14280", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "14281", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "14284", + "amount": "18.925", + "parsedAmount": "18925000000000000000" + }, + { + "gotchiId": "14285", + "amount": "60.6125", + "parsedAmount": "60612500000000000000" + }, + { + "gotchiId": "14286", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "14288", + "amount": "14.2825", + "parsedAmount": "14282500000000000000" + }, + { + "gotchiId": "14289", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "14290", + "amount": "5.355", + "parsedAmount": "5355000000000000000" + }, + { + "gotchiId": "14291", + "amount": "14.78", + "parsedAmount": "14780000000000000000" + }, + { + "gotchiId": "14293", + "amount": "6.3925", + "parsedAmount": "6392500000000000000" + }, + { + "gotchiId": "14294", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "14296", + "amount": "30.39", + "parsedAmount": "30390000000000000000" + }, + { + "gotchiId": "14298", + "amount": "11.9325", + "parsedAmount": "11932500000000000000" + }, + { + "gotchiId": "14299", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "14300", + "amount": "11.46", + "parsedAmount": "11460000000000000000" + }, + { + "gotchiId": "14301", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "14302", + "amount": "15.670000000000002", + "parsedAmount": "15670000000000002000" + }, + { + "gotchiId": "14308", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "14310", + "amount": "15.16", + "parsedAmount": "15160000000000000000" + }, + { + "gotchiId": "14316", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "14318", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "14320", + "amount": "7.585000000000001", + "parsedAmount": "7585000000000001000" + }, + { + "gotchiId": "14322", + "amount": "3.73", + "parsedAmount": "3730000000000000000" + }, + { + "gotchiId": "14323", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "14328", + "amount": "12.185", + "parsedAmount": "12185000000000000000" + }, + { + "gotchiId": "14330", + "amount": "7.095000000000001", + "parsedAmount": "7095000000000001000" + }, + { + "gotchiId": "14332", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "14334", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "14335", + "amount": "6.34", + "parsedAmount": "6340000000000000000" + }, + { + "gotchiId": "14336", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "14337", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "14338", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "14339", + "amount": "27.3525", + "parsedAmount": "27352500000000000000" + }, + { + "gotchiId": "14341", + "amount": "920.1575", + "parsedAmount": "920157500000000000000" + }, + { + "gotchiId": "14343", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "14345", + "amount": "13.915", + "parsedAmount": "13915000000000000000" + }, + { + "gotchiId": "14350", + "amount": "230.7275", + "parsedAmount": "230727500000000000000" + }, + { + "gotchiId": "14354", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "14355", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "14356", + "amount": "22.040000000000003", + "parsedAmount": "22040000000000003000" + }, + { + "gotchiId": "14357", + "amount": "10.5775", + "parsedAmount": "10577500000000000000" + }, + { + "gotchiId": "14358", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "14359", + "amount": "10.81", + "parsedAmount": "10810000000000000000" + }, + { + "gotchiId": "14361", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "14362", + "amount": "13.04", + "parsedAmount": "13040000000000000000" + }, + { + "gotchiId": "14369", + "amount": "14.205000000000002", + "parsedAmount": "14205000000000002000" + }, + { + "gotchiId": "14370", + "amount": "20.8425", + "parsedAmount": "20842500000000000000" + }, + { + "gotchiId": "14371", + "amount": "9.115", + "parsedAmount": "9115000000000000000" + }, + { + "gotchiId": "14375", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "14377", + "amount": "23.7925", + "parsedAmount": "23792500000000000000" + }, + { + "gotchiId": "14387", + "amount": "4.14", + "parsedAmount": "4140000000000000000" + }, + { + "gotchiId": "14390", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "14391", + "amount": "18.18", + "parsedAmount": "18180000000000000000" + }, + { + "gotchiId": "14396", + "amount": "3.4125", + "parsedAmount": "3412500000000000000" + }, + { + "gotchiId": "14398", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "14399", + "amount": "7.98", + "parsedAmount": "7980000000000000000" + }, + { + "gotchiId": "14402", + "amount": "11.5825", + "parsedAmount": "11582500000000000000" + }, + { + "gotchiId": "14405", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "14407", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "14408", + "amount": "10.015", + "parsedAmount": "10015000000000000000" + }, + { + "gotchiId": "14409", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "14411", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "14412", + "amount": "12.2675", + "parsedAmount": "12267500000000000000" + }, + { + "gotchiId": "14413", + "amount": "21.564999999999998", + "parsedAmount": "21564999999999998000" + }, + { + "gotchiId": "14414", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "14415", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "14417", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "14418", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "14419", + "amount": "3.4325", + "parsedAmount": "3432500000000000000" + }, + { + "gotchiId": "14420", + "amount": "23.090000000000003", + "parsedAmount": "23090000000000003000" + }, + { + "gotchiId": "14424", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "14425", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "14426", + "amount": "7.640000000000001", + "parsedAmount": "7640000000000001000" + }, + { + "gotchiId": "14427", + "amount": "9.8425", + "parsedAmount": "9842500000000000000" + }, + { + "gotchiId": "14428", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "14432", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "14433", + "amount": "14.7625", + "parsedAmount": "14762500000000000000" + }, + { + "gotchiId": "14435", + "amount": "7.3325", + "parsedAmount": "7332500000000000000" + }, + { + "gotchiId": "14436", + "amount": "208.6625", + "parsedAmount": "208662500000000000000" + }, + { + "gotchiId": "14437", + "amount": "15.855", + "parsedAmount": "15855000000000000000" + }, + { + "gotchiId": "14438", + "amount": "20.335", + "parsedAmount": "20335000000000000000" + }, + { + "gotchiId": "14439", + "amount": "12.229999999999999", + "parsedAmount": "12229999999999999000" + }, + { + "gotchiId": "14442", + "amount": "22.55", + "parsedAmount": "22550000000000000000" + }, + { + "gotchiId": "14446", + "amount": "25.3225", + "parsedAmount": "25322500000000000000" + }, + { + "gotchiId": "14447", + "amount": "11.9275", + "parsedAmount": "11927500000000000000" + }, + { + "gotchiId": "14449", + "amount": "15.280000000000001", + "parsedAmount": "15280000000000001000" + }, + { + "gotchiId": "14452", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "14453", + "amount": "6.755000000000001", + "parsedAmount": "6755000000000001000" + }, + { + "gotchiId": "14454", + "amount": "176.9725", + "parsedAmount": "176972500000000000000" + }, + { + "gotchiId": "14456", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "14457", + "amount": "13.17", + "parsedAmount": "13170000000000000000" + }, + { + "gotchiId": "14458", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "14462", + "amount": "11.8525", + "parsedAmount": "11852500000000000000" + }, + { + "gotchiId": "14467", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "14469", + "amount": "16.36", + "parsedAmount": "16360000000000000000" + }, + { + "gotchiId": "14470", + "amount": "43.125", + "parsedAmount": "43125000000000000000" + }, + { + "gotchiId": "14471", + "amount": "8.655000000000001", + "parsedAmount": "8655000000000001000" + }, + { + "gotchiId": "14473", + "amount": "43.965", + "parsedAmount": "43965000000000000000" + }, + { + "gotchiId": "14476", + "amount": "8.5975", + "parsedAmount": "8597500000000000000" + }, + { + "gotchiId": "14480", + "amount": "37.035", + "parsedAmount": "37035000000000000000" + }, + { + "gotchiId": "14482", + "amount": "27.979999999999997", + "parsedAmount": "27979999999999997000" + }, + { + "gotchiId": "14484", + "amount": "23.252499999999998", + "parsedAmount": "23252499999999998000" + }, + { + "gotchiId": "14485", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "14489", + "amount": "5403.8", + "parsedAmount": "5403800000000000000000" + }, + { + "gotchiId": "14490", + "amount": "10.805", + "parsedAmount": "10805000000000000000" + }, + { + "gotchiId": "14491", + "amount": "2.275", + "parsedAmount": "2275000000000000000" + }, + { + "gotchiId": "14493", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "14496", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "14497", + "amount": "10.440000000000001", + "parsedAmount": "10440000000000001000" + }, + { + "gotchiId": "14499", + "amount": "18.8", + "parsedAmount": "18800000000000000000" + }, + { + "gotchiId": "14501", + "amount": "6.79", + "parsedAmount": "6790000000000000000" + }, + { + "gotchiId": "14503", + "amount": "16.1225", + "parsedAmount": "16122500000000000000" + }, + { + "gotchiId": "14505", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "14508", + "amount": "15.82", + "parsedAmount": "15820000000000000000" + }, + { + "gotchiId": "14510", + "amount": "22.707500000000003", + "parsedAmount": "22707500000000003000" + }, + { + "gotchiId": "14511", + "amount": "37.755", + "parsedAmount": "37755000000000000000" + }, + { + "gotchiId": "14513", + "amount": "16.315", + "parsedAmount": "16315000000000000000" + }, + { + "gotchiId": "14515", + "amount": "85.75", + "parsedAmount": "85750000000000000000" + }, + { + "gotchiId": "14517", + "amount": "13.6075", + "parsedAmount": "13607500000000000000" + }, + { + "gotchiId": "14518", + "amount": "12.605", + "parsedAmount": "12605000000000000000" + }, + { + "gotchiId": "14519", + "amount": "46.1625", + "parsedAmount": "46162500000000000000" + }, + { + "gotchiId": "14521", + "amount": "9.715", + "parsedAmount": "9715000000000000000" + }, + { + "gotchiId": "14522", + "amount": "12.3675", + "parsedAmount": "12367500000000000000" + }, + { + "gotchiId": "14524", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "14526", + "amount": "12.947500000000002", + "parsedAmount": "12947500000000002000" + }, + { + "gotchiId": "14527", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "14528", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "14529", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "14530", + "amount": "11.162500000000001", + "parsedAmount": "11162500000000001000" + }, + { + "gotchiId": "14534", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "14540", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "14541", + "amount": "4.4325", + "parsedAmount": "4432500000000000000" + }, + { + "gotchiId": "14542", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "14544", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "14550", + "amount": "10.16", + "parsedAmount": "10160000000000000000" + }, + { + "gotchiId": "14551", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "14553", + "amount": "9.7975", + "parsedAmount": "9797500000000000000" + }, + { + "gotchiId": "14554", + "amount": "14.120000000000001", + "parsedAmount": "14120000000000001000" + }, + { + "gotchiId": "14555", + "amount": "12.842500000000001", + "parsedAmount": "12842500000000001000" + }, + { + "gotchiId": "14557", + "amount": "110.2425", + "parsedAmount": "110242500000000000000" + }, + { + "gotchiId": "14559", + "amount": "59.135000000000005", + "parsedAmount": "59135000000000005000" + }, + { + "gotchiId": "14560", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "14563", + "amount": "18.2275", + "parsedAmount": "18227500000000000000" + }, + { + "gotchiId": "14565", + "amount": "7.645", + "parsedAmount": "7645000000000000000" + }, + { + "gotchiId": "14567", + "amount": "20.1425", + "parsedAmount": "20142500000000000000" + }, + { + "gotchiId": "14568", + "amount": "32.375", + "parsedAmount": "32375000000000000000" + }, + { + "gotchiId": "14570", + "amount": "14.2425", + "parsedAmount": "14242500000000000000" + }, + { + "gotchiId": "14573", + "amount": "7.9975", + "parsedAmount": "7997500000000000000" + }, + { + "gotchiId": "14574", + "amount": "28.855", + "parsedAmount": "28855000000000000000" + }, + { + "gotchiId": "14579", + "amount": "3.1775", + "parsedAmount": "3177500000000000000" + }, + { + "gotchiId": "14580", + "amount": "7.444999999999999", + "parsedAmount": "7444999999999999000" + }, + { + "gotchiId": "14582", + "amount": "11.1025", + "parsedAmount": "11102500000000000000" + }, + { + "gotchiId": "14587", + "amount": "8.8225", + "parsedAmount": "8822500000000000000" + }, + { + "gotchiId": "14592", + "amount": "2.7675", + "parsedAmount": "2767500000000000000" + }, + { + "gotchiId": "14594", + "amount": "14.145", + "parsedAmount": "14145000000000000000" + }, + { + "gotchiId": "14596", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "14601", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "14603", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "14605", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "14611", + "amount": "13.86", + "parsedAmount": "13860000000000000000" + }, + { + "gotchiId": "14612", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "14614", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "14616", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "14617", + "amount": "10.9825", + "parsedAmount": "10982500000000000000" + }, + { + "gotchiId": "14618", + "amount": "12.5475", + "parsedAmount": "12547500000000000000" + }, + { + "gotchiId": "14622", + "amount": "16.275", + "parsedAmount": "16275000000000000000" + }, + { + "gotchiId": "14624", + "amount": "10.5775", + "parsedAmount": "10577500000000000000" + }, + { + "gotchiId": "14625", + "amount": "24.3", + "parsedAmount": "24300000000000000000" + }, + { + "gotchiId": "14626", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "14627", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "14628", + "amount": "22.225", + "parsedAmount": "22225000000000000000" + }, + { + "gotchiId": "14631", + "amount": "5.375", + "parsedAmount": "5375000000000000000" + }, + { + "gotchiId": "14632", + "amount": "5.01", + "parsedAmount": "5010000000000000000" + }, + { + "gotchiId": "14634", + "amount": "9.475", + "parsedAmount": "9475000000000000000" + }, + { + "gotchiId": "14635", + "amount": "6.234999999999999", + "parsedAmount": "6234999999999999000" + }, + { + "gotchiId": "14637", + "amount": "37.7525", + "parsedAmount": "37752500000000000000" + }, + { + "gotchiId": "14639", + "amount": "21.985", + "parsedAmount": "21985000000000000000" + }, + { + "gotchiId": "14640", + "amount": "18.065", + "parsedAmount": "18065000000000000000" + }, + { + "gotchiId": "14641", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "14646", + "amount": "22.42", + "parsedAmount": "22420000000000000000" + }, + { + "gotchiId": "14647", + "amount": "17.02", + "parsedAmount": "17020000000000000000" + }, + { + "gotchiId": "14648", + "amount": "5.7075", + "parsedAmount": "5707500000000000000" + }, + { + "gotchiId": "14649", + "amount": "6.7700000000000005", + "parsedAmount": "6770000000000000500" + }, + { + "gotchiId": "14651", + "amount": "36.5825", + "parsedAmount": "36582500000000000000" + }, + { + "gotchiId": "14653", + "amount": "6.7175", + "parsedAmount": "6717500000000000000" + }, + { + "gotchiId": "14654", + "amount": "21.915", + "parsedAmount": "21915000000000000000" + }, + { + "gotchiId": "14656", + "amount": "36.17", + "parsedAmount": "36170000000000000000" + }, + { + "gotchiId": "14657", + "amount": "6.2825", + "parsedAmount": "6282500000000000000" + }, + { + "gotchiId": "14660", + "amount": "26.72", + "parsedAmount": "26720000000000000000" + }, + { + "gotchiId": "14661", + "amount": "18.0675", + "parsedAmount": "18067500000000000000" + }, + { + "gotchiId": "14662", + "amount": "12.110000000000001", + "parsedAmount": "12110000000000001000" + }, + { + "gotchiId": "14663", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "14664", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "14667", + "amount": "8.807500000000001", + "parsedAmount": "8807500000000001000" + }, + { + "gotchiId": "14670", + "amount": "3.875", + "parsedAmount": "3875000000000000000" + }, + { + "gotchiId": "14672", + "amount": "5.205", + "parsedAmount": "5205000000000000000" + }, + { + "gotchiId": "14673", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "14675", + "amount": "14.8175", + "parsedAmount": "14817500000000000000" + }, + { + "gotchiId": "14676", + "amount": "11.432500000000001", + "parsedAmount": "11432500000000001000" + }, + { + "gotchiId": "14678", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "14680", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "14681", + "amount": "8.535", + "parsedAmount": "8535000000000000000" + }, + { + "gotchiId": "14683", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "14685", + "amount": "7.9525", + "parsedAmount": "7952500000000000000" + }, + { + "gotchiId": "14690", + "amount": "10.045", + "parsedAmount": "10045000000000000000" + }, + { + "gotchiId": "14695", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "14696", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "14697", + "amount": "23.072499999999998", + "parsedAmount": "23072499999999998000" + }, + { + "gotchiId": "14699", + "amount": "3.75", + "parsedAmount": "3750000000000000000" + }, + { + "gotchiId": "14702", + "amount": "19.1825", + "parsedAmount": "19182500000000000000" + }, + { + "gotchiId": "14703", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "14707", + "amount": "8.727500000000001", + "parsedAmount": "8727500000000001000" + }, + { + "gotchiId": "14708", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "14709", + "amount": "5.7175", + "parsedAmount": "5717500000000000000" + }, + { + "gotchiId": "14711", + "amount": "8.565000000000001", + "parsedAmount": "8565000000000001000" + }, + { + "gotchiId": "14713", + "amount": "12.16", + "parsedAmount": "12160000000000000000" + }, + { + "gotchiId": "14714", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "14715", + "amount": "9.99", + "parsedAmount": "9990000000000000000" + }, + { + "gotchiId": "14716", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "14717", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "14718", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "14724", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "14725", + "amount": "8.895", + "parsedAmount": "8895000000000000000" + }, + { + "gotchiId": "14732", + "amount": "22.4225", + "parsedAmount": "22422500000000000000" + }, + { + "gotchiId": "14734", + "amount": "19.3725", + "parsedAmount": "19372500000000000000" + }, + { + "gotchiId": "14736", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "14737", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "14739", + "amount": "4.4625", + "parsedAmount": "4462500000000000000" + }, + { + "gotchiId": "14741", + "amount": "15.845", + "parsedAmount": "15845000000000000000" + }, + { + "gotchiId": "14742", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "14743", + "amount": "16.412499999999998", + "parsedAmount": "16412499999999998000" + }, + { + "gotchiId": "14746", + "amount": "5.8575", + "parsedAmount": "5857500000000000000" + }, + { + "gotchiId": "14748", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "14749", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "14750", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "14751", + "amount": "13.76", + "parsedAmount": "13760000000000000000" + }, + { + "gotchiId": "14752", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "14753", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "14754", + "amount": "8.3475", + "parsedAmount": "8347500000000000000" + }, + { + "gotchiId": "14755", + "amount": "9.99", + "parsedAmount": "9990000000000000000" + }, + { + "gotchiId": "14760", + "amount": "8.3275", + "parsedAmount": "8327500000000000000" + }, + { + "gotchiId": "14762", + "amount": "5.105", + "parsedAmount": "5105000000000000000" + }, + { + "gotchiId": "14763", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "14766", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "14768", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "14769", + "amount": "12.505", + "parsedAmount": "12505000000000000000" + }, + { + "gotchiId": "14770", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "14774", + "amount": "3.5525", + "parsedAmount": "3552500000000000000" + }, + { + "gotchiId": "14775", + "amount": "7.495000000000001", + "parsedAmount": "7495000000000001000" + }, + { + "gotchiId": "14776", + "amount": "9.8", + "parsedAmount": "9800000000000000000" + }, + { + "gotchiId": "14778", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "14779", + "amount": "4.675", + "parsedAmount": "4675000000000000000" + }, + { + "gotchiId": "14781", + "amount": "26.2875", + "parsedAmount": "26287500000000000000" + }, + { + "gotchiId": "14782", + "amount": "6.8", + "parsedAmount": "6800000000000000000" + }, + { + "gotchiId": "14789", + "amount": "8.059999999999999", + "parsedAmount": "8059999999999999000" + }, + { + "gotchiId": "14791", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "14793", + "amount": "10.622499999999999", + "parsedAmount": "10622499999999999000" + }, + { + "gotchiId": "14794", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "14796", + "amount": "15.1675", + "parsedAmount": "15167500000000000000" + }, + { + "gotchiId": "14797", + "amount": "11.355", + "parsedAmount": "11355000000000000000" + }, + { + "gotchiId": "14799", + "amount": "8.397499999999999", + "parsedAmount": "8397499999999999000" + }, + { + "gotchiId": "14801", + "amount": "35.045", + "parsedAmount": "35045000000000000000" + }, + { + "gotchiId": "14803", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "14804", + "amount": "7.9175", + "parsedAmount": "7917500000000000000" + }, + { + "gotchiId": "14807", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "14811", + "amount": "10.8525", + "parsedAmount": "10852500000000000000" + }, + { + "gotchiId": "14814", + "amount": "3.3175", + "parsedAmount": "3317500000000000000" + }, + { + "gotchiId": "14816", + "amount": "42.87", + "parsedAmount": "42870000000000000000" + }, + { + "gotchiId": "14817", + "amount": "24.92", + "parsedAmount": "24920000000000000000" + }, + { + "gotchiId": "14818", + "amount": "12.0275", + "parsedAmount": "12027500000000000000" + }, + { + "gotchiId": "14825", + "amount": "16.5325", + "parsedAmount": "16532500000000000000" + }, + { + "gotchiId": "14826", + "amount": "6.415", + "parsedAmount": "6415000000000000000" + }, + { + "gotchiId": "14828", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "14832", + "amount": "7.2975", + "parsedAmount": "7297500000000000000" + }, + { + "gotchiId": "14836", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "14837", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "14839", + "amount": "11.245", + "parsedAmount": "11245000000000000000" + }, + { + "gotchiId": "14842", + "amount": "22.7675", + "parsedAmount": "22767500000000000000" + }, + { + "gotchiId": "14844", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "14845", + "amount": "14.255", + "parsedAmount": "14255000000000000000" + }, + { + "gotchiId": "14847", + "amount": "6.505", + "parsedAmount": "6505000000000000000" + }, + { + "gotchiId": "14848", + "amount": "14.5625", + "parsedAmount": "14562500000000000000" + } + ], + "totalAmount": "14255957500000000099500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952547, + "gasUsed": "9552355" + }, + { + "batchIndex": 14, + "transactionHash": "0xb94708ede851be596b4d20911ad8dac822fd1de3609d1d3d52eaf6e7be274012", + "timestamp": "2025-09-24T06:14:02.792Z", + "gotchiRewards": [ + { + "gotchiId": "14849", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "14852", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "14853", + "amount": "10.205", + "parsedAmount": "10205000000000000000" + }, + { + "gotchiId": "14854", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "14855", + "amount": "10.94", + "parsedAmount": "10940000000000000000" + }, + { + "gotchiId": "14856", + "amount": "21.94", + "parsedAmount": "21940000000000000000" + }, + { + "gotchiId": "14858", + "amount": "23.19", + "parsedAmount": "23190000000000000000" + }, + { + "gotchiId": "14860", + "amount": "11.1675", + "parsedAmount": "11167500000000000000" + }, + { + "gotchiId": "14861", + "amount": "20.9575", + "parsedAmount": "20957500000000000000" + }, + { + "gotchiId": "14862", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "14865", + "amount": "25.0825", + "parsedAmount": "25082500000000000000" + }, + { + "gotchiId": "14868", + "amount": "12.4525", + "parsedAmount": "12452500000000000000" + }, + { + "gotchiId": "14869", + "amount": "36.4325", + "parsedAmount": "36432500000000000000" + }, + { + "gotchiId": "14870", + "amount": "7.3950000000000005", + "parsedAmount": "7395000000000000500" + }, + { + "gotchiId": "14873", + "amount": "6.0175", + "parsedAmount": "6017500000000000000" + }, + { + "gotchiId": "14875", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "14876", + "amount": "9.375", + "parsedAmount": "9375000000000000000" + }, + { + "gotchiId": "14877", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "14881", + "amount": "20.3175", + "parsedAmount": "20317500000000000000" + }, + { + "gotchiId": "14882", + "amount": "18.56", + "parsedAmount": "18560000000000000000" + }, + { + "gotchiId": "14886", + "amount": "8.1025", + "parsedAmount": "8102500000000000000" + }, + { + "gotchiId": "14888", + "amount": "9.627500000000001", + "parsedAmount": "9627500000000001000" + }, + { + "gotchiId": "14890", + "amount": "42.379999999999995", + "parsedAmount": "42379999999999995000" + }, + { + "gotchiId": "14891", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "14894", + "amount": "13.9875", + "parsedAmount": "13987500000000000000" + }, + { + "gotchiId": "14895", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "14897", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "14898", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "14900", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "14901", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "14902", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "14906", + "amount": "2.17", + "parsedAmount": "2170000000000000000" + }, + { + "gotchiId": "14907", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "14908", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "14909", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "14912", + "amount": "14.52", + "parsedAmount": "14520000000000000000" + }, + { + "gotchiId": "14916", + "amount": "3.2875", + "parsedAmount": "3287500000000000000" + }, + { + "gotchiId": "14920", + "amount": "16.365", + "parsedAmount": "16365000000000000000" + }, + { + "gotchiId": "14921", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "14922", + "amount": "3.86", + "parsedAmount": "3860000000000000000" + }, + { + "gotchiId": "14923", + "amount": "12.354999999999999", + "parsedAmount": "12354999999999999000" + }, + { + "gotchiId": "14924", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "14925", + "amount": "34.222500000000004", + "parsedAmount": "34222500000000004000" + }, + { + "gotchiId": "14927", + "amount": "16.080000000000002", + "parsedAmount": "16080000000000002000" + }, + { + "gotchiId": "14929", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "14931", + "amount": "60.3575", + "parsedAmount": "60357500000000000000" + }, + { + "gotchiId": "14932", + "amount": "7.08", + "parsedAmount": "7080000000000000000" + }, + { + "gotchiId": "14933", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "14935", + "amount": "49.595", + "parsedAmount": "49595000000000000000" + }, + { + "gotchiId": "14936", + "amount": "10.5875", + "parsedAmount": "10587500000000000000" + }, + { + "gotchiId": "14938", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "14941", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "14944", + "amount": "32.4625", + "parsedAmount": "32462500000000000000" + }, + { + "gotchiId": "14946", + "amount": "16.995", + "parsedAmount": "16995000000000000000" + }, + { + "gotchiId": "14949", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "14950", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "14951", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "14955", + "amount": "12.885", + "parsedAmount": "12885000000000000000" + }, + { + "gotchiId": "14956", + "amount": "17.8725", + "parsedAmount": "17872500000000000000" + }, + { + "gotchiId": "14958", + "amount": "28.854999999999997", + "parsedAmount": "28854999999999997000" + }, + { + "gotchiId": "14959", + "amount": "27.987499999999997", + "parsedAmount": "27987499999999997000" + }, + { + "gotchiId": "14961", + "amount": "20.62", + "parsedAmount": "20620000000000000000" + }, + { + "gotchiId": "14964", + "amount": "12.5825", + "parsedAmount": "12582500000000000000" + }, + { + "gotchiId": "14967", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "14969", + "amount": "12.2675", + "parsedAmount": "12267500000000000000" + }, + { + "gotchiId": "14971", + "amount": "13.919999999999998", + "parsedAmount": "13919999999999998000" + }, + { + "gotchiId": "14975", + "amount": "5.3875", + "parsedAmount": "5387500000000000000" + }, + { + "gotchiId": "14978", + "amount": "29.1125", + "parsedAmount": "29112500000000000000" + }, + { + "gotchiId": "14980", + "amount": "21.9225", + "parsedAmount": "21922500000000000000" + }, + { + "gotchiId": "14981", + "amount": "71.50000000000001", + "parsedAmount": "71500000000000010000" + }, + { + "gotchiId": "14984", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "14987", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "14990", + "amount": "18.305", + "parsedAmount": "18305000000000000000" + }, + { + "gotchiId": "14991", + "amount": "21.232499999999998", + "parsedAmount": "21232499999999998000" + }, + { + "gotchiId": "14992", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "14997", + "amount": "75.13", + "parsedAmount": "75130000000000000000" + }, + { + "gotchiId": "15002", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "15003", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "15007", + "amount": "14.435", + "parsedAmount": "14435000000000000000" + }, + { + "gotchiId": "15008", + "amount": "20.085", + "parsedAmount": "20085000000000000000" + }, + { + "gotchiId": "15009", + "amount": "8.1975", + "parsedAmount": "8197500000000000000" + }, + { + "gotchiId": "15012", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "15017", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "15018", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "15019", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "15021", + "amount": "45.19", + "parsedAmount": "45190000000000000000" + }, + { + "gotchiId": "15022", + "amount": "8.72", + "parsedAmount": "8720000000000000000" + }, + { + "gotchiId": "15026", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "15029", + "amount": "15.93", + "parsedAmount": "15930000000000000000" + }, + { + "gotchiId": "15030", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "15032", + "amount": "20.5925", + "parsedAmount": "20592500000000000000" + }, + { + "gotchiId": "15035", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "15036", + "amount": "3.24", + "parsedAmount": "3240000000000000000" + }, + { + "gotchiId": "15037", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "15038", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "15039", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "15040", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "15044", + "amount": "6.9174999999999995", + "parsedAmount": "6917499999999999500" + }, + { + "gotchiId": "15045", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "15046", + "amount": "22.52", + "parsedAmount": "22520000000000000000" + }, + { + "gotchiId": "15047", + "amount": "31.43", + "parsedAmount": "31430000000000000000" + }, + { + "gotchiId": "15051", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "15053", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "15056", + "amount": "5.6674999999999995", + "parsedAmount": "5667499999999999500" + }, + { + "gotchiId": "15057", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "15059", + "amount": "23.644999999999996", + "parsedAmount": "23644999999999996000" + }, + { + "gotchiId": "15061", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "15062", + "amount": "14", + "parsedAmount": "14000000000000000000" + }, + { + "gotchiId": "15064", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "15069", + "amount": "8.1975", + "parsedAmount": "8197500000000000000" + }, + { + "gotchiId": "15073", + "amount": "46.817499999999995", + "parsedAmount": "46817499999999995000" + }, + { + "gotchiId": "15074", + "amount": "11.805", + "parsedAmount": "11805000000000000000" + }, + { + "gotchiId": "15075", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "15076", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "15079", + "amount": "12.645", + "parsedAmount": "12645000000000000000" + }, + { + "gotchiId": "15082", + "amount": "8.28", + "parsedAmount": "8280000000000000000" + }, + { + "gotchiId": "15083", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "15084", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "15089", + "amount": "5.875", + "parsedAmount": "5875000000000000000" + }, + { + "gotchiId": "15095", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "15100", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "15101", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "15107", + "amount": "14.5875", + "parsedAmount": "14587500000000000000" + }, + { + "gotchiId": "15108", + "amount": "45.6175", + "parsedAmount": "45617500000000000000" + }, + { + "gotchiId": "15109", + "amount": "69.625", + "parsedAmount": "69625000000000000000" + }, + { + "gotchiId": "15113", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "15115", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "15116", + "amount": "16.1125", + "parsedAmount": "16112500000000000000" + }, + { + "gotchiId": "15117", + "amount": "24.990000000000002", + "parsedAmount": "24990000000000002000" + }, + { + "gotchiId": "15118", + "amount": "9.9875", + "parsedAmount": "9987500000000000000" + }, + { + "gotchiId": "15120", + "amount": "39.1625", + "parsedAmount": "39162500000000000000" + }, + { + "gotchiId": "15121", + "amount": "18.5175", + "parsedAmount": "18517500000000000000" + }, + { + "gotchiId": "15123", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "15124", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "15125", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "15128", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "15130", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "15135", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "15137", + "amount": "3.73", + "parsedAmount": "3730000000000000000" + }, + { + "gotchiId": "15138", + "amount": "2.3225", + "parsedAmount": "2322500000000000000" + }, + { + "gotchiId": "15139", + "amount": "12.4", + "parsedAmount": "12400000000000000000" + }, + { + "gotchiId": "15143", + "amount": "10.9025", + "parsedAmount": "10902500000000000000" + }, + { + "gotchiId": "15145", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "15146", + "amount": "6.765", + "parsedAmount": "6765000000000000000" + }, + { + "gotchiId": "15147", + "amount": "8.35", + "parsedAmount": "8350000000000000000" + }, + { + "gotchiId": "15152", + "amount": "10.0075", + "parsedAmount": "10007500000000000000" + }, + { + "gotchiId": "15153", + "amount": "11.225", + "parsedAmount": "11225000000000000000" + }, + { + "gotchiId": "15154", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "15155", + "amount": "5.0600000000000005", + "parsedAmount": "5060000000000000500" + }, + { + "gotchiId": "15156", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "15159", + "amount": "39.815", + "parsedAmount": "39815000000000000000" + }, + { + "gotchiId": "15163", + "amount": "18.68", + "parsedAmount": "18680000000000000000" + }, + { + "gotchiId": "15164", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "15165", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "15166", + "amount": "22.6575", + "parsedAmount": "22657500000000000000" + }, + { + "gotchiId": "15167", + "amount": "12.4925", + "parsedAmount": "12492500000000000000" + }, + { + "gotchiId": "15169", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "15171", + "amount": "7.3175", + "parsedAmount": "7317500000000000000" + }, + { + "gotchiId": "15174", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "15175", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "15176", + "amount": "17.675", + "parsedAmount": "17675000000000000000" + }, + { + "gotchiId": "15177", + "amount": "7.9399999999999995", + "parsedAmount": "7939999999999999500" + }, + { + "gotchiId": "15178", + "amount": "29.5075", + "parsedAmount": "29507500000000000000" + }, + { + "gotchiId": "15181", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "15182", + "amount": "3.4475", + "parsedAmount": "3447500000000000000" + }, + { + "gotchiId": "15187", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "15190", + "amount": "15.225000000000001", + "parsedAmount": "15225000000000001000" + }, + { + "gotchiId": "15192", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "15194", + "amount": "4.824999999999999", + "parsedAmount": "4824999999999999000" + }, + { + "gotchiId": "15195", + "amount": "3.44", + "parsedAmount": "3440000000000000000" + }, + { + "gotchiId": "15196", + "amount": "11.615", + "parsedAmount": "11615000000000000000" + }, + { + "gotchiId": "15197", + "amount": "3.11", + "parsedAmount": "3110000000000000000" + }, + { + "gotchiId": "15200", + "amount": "10.3375", + "parsedAmount": "10337500000000000000" + }, + { + "gotchiId": "15202", + "amount": "19.9", + "parsedAmount": "19900000000000000000" + }, + { + "gotchiId": "15203", + "amount": "9.425", + "parsedAmount": "9425000000000000000" + }, + { + "gotchiId": "15211", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "15214", + "amount": "11.877500000000001", + "parsedAmount": "11877500000000001000" + }, + { + "gotchiId": "15215", + "amount": "22.080000000000002", + "parsedAmount": "22080000000000002000" + }, + { + "gotchiId": "15216", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "15217", + "amount": "11.9575", + "parsedAmount": "11957500000000000000" + }, + { + "gotchiId": "15218", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "15219", + "amount": "61.2825", + "parsedAmount": "61282500000000000000" + }, + { + "gotchiId": "15220", + "amount": "19.2425", + "parsedAmount": "19242500000000000000" + }, + { + "gotchiId": "15223", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "15224", + "amount": "18.747500000000002", + "parsedAmount": "18747500000000002000" + }, + { + "gotchiId": "15225", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "15226", + "amount": "13.504999999999999", + "parsedAmount": "13504999999999999000" + }, + { + "gotchiId": "15228", + "amount": "14.96", + "parsedAmount": "14960000000000000000" + }, + { + "gotchiId": "15230", + "amount": "6.5975", + "parsedAmount": "6597500000000000000" + }, + { + "gotchiId": "15231", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "15237", + "amount": "4.92", + "parsedAmount": "4920000000000000000" + }, + { + "gotchiId": "15243", + "amount": "440.2325000000001", + "parsedAmount": "440232500000000100000" + }, + { + "gotchiId": "15246", + "amount": "103.55749999999999", + "parsedAmount": "103557499999999990000" + }, + { + "gotchiId": "15254", + "amount": "20.0975", + "parsedAmount": "20097500000000000000" + }, + { + "gotchiId": "15255", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "15257", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "15262", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "15264", + "amount": "17.8575", + "parsedAmount": "17857500000000000000" + }, + { + "gotchiId": "15271", + "amount": "15.794999999999998", + "parsedAmount": "15794999999999998000" + }, + { + "gotchiId": "15272", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "15273", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "15275", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "15278", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "15279", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "15280", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "15281", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "15282", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "15284", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "15286", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "15287", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "15288", + "amount": "15.1625", + "parsedAmount": "15162500000000000000" + }, + { + "gotchiId": "15290", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "15291", + "amount": "7.1225000000000005", + "parsedAmount": "7122500000000000500" + }, + { + "gotchiId": "15293", + "amount": "22.1175", + "parsedAmount": "22117500000000000000" + }, + { + "gotchiId": "15295", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "15296", + "amount": "17.3975", + "parsedAmount": "17397500000000000000" + }, + { + "gotchiId": "15297", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "15299", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "15302", + "amount": "13.245", + "parsedAmount": "13245000000000000000" + }, + { + "gotchiId": "15304", + "amount": "7.7675", + "parsedAmount": "7767500000000000000" + }, + { + "gotchiId": "15305", + "amount": "24.9975", + "parsedAmount": "24997500000000000000" + }, + { + "gotchiId": "15308", + "amount": "18.165", + "parsedAmount": "18165000000000000000" + }, + { + "gotchiId": "15309", + "amount": "18.212500000000002", + "parsedAmount": "18212500000000002000" + }, + { + "gotchiId": "15310", + "amount": "18.3925", + "parsedAmount": "18392500000000000000" + }, + { + "gotchiId": "15311", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "15316", + "amount": "6.994999999999999", + "parsedAmount": "6994999999999999000" + }, + { + "gotchiId": "15317", + "amount": "9.995000000000001", + "parsedAmount": "9995000000000001000" + }, + { + "gotchiId": "15318", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "15319", + "amount": "12.1425", + "parsedAmount": "12142500000000000000" + }, + { + "gotchiId": "15320", + "amount": "40.4225", + "parsedAmount": "40422500000000000000" + }, + { + "gotchiId": "15321", + "amount": "29.61", + "parsedAmount": "29610000000000000000" + }, + { + "gotchiId": "15322", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "15324", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "15327", + "amount": "21.0825", + "parsedAmount": "21082500000000000000" + }, + { + "gotchiId": "15328", + "amount": "60.802499999999995", + "parsedAmount": "60802499999999995000" + }, + { + "gotchiId": "15330", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "15331", + "amount": "23.415", + "parsedAmount": "23415000000000000000" + }, + { + "gotchiId": "15333", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "15334", + "amount": "12.399999999999999", + "parsedAmount": "12399999999999999000" + }, + { + "gotchiId": "15335", + "amount": "10.1025", + "parsedAmount": "10102500000000000000" + }, + { + "gotchiId": "15336", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "15337", + "amount": "6.2225", + "parsedAmount": "6222500000000000000" + }, + { + "gotchiId": "15338", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "15339", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "15340", + "amount": "15.67", + "parsedAmount": "15670000000000000000" + }, + { + "gotchiId": "15344", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "15346", + "amount": "11.955", + "parsedAmount": "11955000000000000000" + }, + { + "gotchiId": "15347", + "amount": "23.467499999999998", + "parsedAmount": "23467499999999998000" + }, + { + "gotchiId": "15348", + "amount": "9.509999999999998", + "parsedAmount": "9509999999999998000" + }, + { + "gotchiId": "15349", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "15350", + "amount": "13.620000000000001", + "parsedAmount": "13620000000000001000" + }, + { + "gotchiId": "15354", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "15355", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "15357", + "amount": "17.2075", + "parsedAmount": "17207500000000000000" + }, + { + "gotchiId": "15359", + "amount": "7.967499999999999", + "parsedAmount": "7967499999999999000" + }, + { + "gotchiId": "15361", + "amount": "8.995", + "parsedAmount": "8995000000000000000" + }, + { + "gotchiId": "15362", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "15363", + "amount": "9.9725", + "parsedAmount": "9972500000000000000" + }, + { + "gotchiId": "15365", + "amount": "2.62", + "parsedAmount": "2620000000000000000" + }, + { + "gotchiId": "15367", + "amount": "7.42", + "parsedAmount": "7420000000000000000" + }, + { + "gotchiId": "15368", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "15369", + "amount": "8.459999999999999", + "parsedAmount": "8459999999999999000" + }, + { + "gotchiId": "15371", + "amount": "8.342500000000001", + "parsedAmount": "8342500000000001000" + }, + { + "gotchiId": "15377", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "15378", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "15379", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "15381", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "15387", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "15390", + "amount": "21.7925", + "parsedAmount": "21792500000000000000" + }, + { + "gotchiId": "15392", + "amount": "11.6275", + "parsedAmount": "11627500000000000000" + }, + { + "gotchiId": "15396", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "15397", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "15399", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "15403", + "amount": "27.942500000000003", + "parsedAmount": "27942500000000003000" + }, + { + "gotchiId": "15405", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "15408", + "amount": "49.62", + "parsedAmount": "49620000000000000000" + }, + { + "gotchiId": "15409", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "15414", + "amount": "22.062499999999996", + "parsedAmount": "22062499999999996000" + }, + { + "gotchiId": "15417", + "amount": "8.1725", + "parsedAmount": "8172500000000000000" + }, + { + "gotchiId": "15420", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "15423", + "amount": "16.9775", + "parsedAmount": "16977500000000000000" + }, + { + "gotchiId": "15426", + "amount": "9.4825", + "parsedAmount": "9482500000000000000" + }, + { + "gotchiId": "15427", + "amount": "15.879999999999999", + "parsedAmount": "15879999999999999000" + }, + { + "gotchiId": "15428", + "amount": "24.0625", + "parsedAmount": "24062500000000000000" + }, + { + "gotchiId": "15431", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "15432", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "15433", + "amount": "14.294999999999998", + "parsedAmount": "14294999999999998000" + }, + { + "gotchiId": "15434", + "amount": "173.16000000000003", + "parsedAmount": "173160000000000030000" + }, + { + "gotchiId": "15439", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "15442", + "amount": "32.4875", + "parsedAmount": "32487500000000000000" + }, + { + "gotchiId": "15446", + "amount": "7.327500000000001", + "parsedAmount": "7327500000000001000" + }, + { + "gotchiId": "15449", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "15450", + "amount": "11.637500000000001", + "parsedAmount": "11637500000000001000" + }, + { + "gotchiId": "15453", + "amount": "3.6525", + "parsedAmount": "3652500000000000000" + }, + { + "gotchiId": "15454", + "amount": "5.4975000000000005", + "parsedAmount": "5497500000000000500" + }, + { + "gotchiId": "15455", + "amount": "11.24", + "parsedAmount": "11240000000000000000" + }, + { + "gotchiId": "15456", + "amount": "16.255", + "parsedAmount": "16255000000000000000" + }, + { + "gotchiId": "15458", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "15459", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "15460", + "amount": "13.115", + "parsedAmount": "13115000000000000000" + }, + { + "gotchiId": "15462", + "amount": "11.9875", + "parsedAmount": "11987500000000000000" + }, + { + "gotchiId": "15466", + "amount": "11.365", + "parsedAmount": "11365000000000000000" + }, + { + "gotchiId": "15469", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "15471", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "15473", + "amount": "31.299999999999997", + "parsedAmount": "31299999999999997000" + }, + { + "gotchiId": "15475", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "15479", + "amount": "26.98", + "parsedAmount": "26980000000000000000" + }, + { + "gotchiId": "15480", + "amount": "24.8625", + "parsedAmount": "24862500000000000000" + }, + { + "gotchiId": "15481", + "amount": "15.8275", + "parsedAmount": "15827500000000000000" + }, + { + "gotchiId": "15482", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "15483", + "amount": "14.637500000000001", + "parsedAmount": "14637500000000001000" + }, + { + "gotchiId": "15486", + "amount": "6.2475000000000005", + "parsedAmount": "6247500000000000500" + }, + { + "gotchiId": "15489", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "15490", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "15495", + "amount": "7.125", + "parsedAmount": "7125000000000000000" + }, + { + "gotchiId": "15499", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "15500", + "amount": "16.465", + "parsedAmount": "16465000000000000000" + }, + { + "gotchiId": "15501", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "15505", + "amount": "13.69", + "parsedAmount": "13690000000000000000" + }, + { + "gotchiId": "15506", + "amount": "7.8475", + "parsedAmount": "7847500000000000000" + }, + { + "gotchiId": "15509", + "amount": "9.8425", + "parsedAmount": "9842500000000000000" + }, + { + "gotchiId": "15510", + "amount": "19.32", + "parsedAmount": "19320000000000000000" + }, + { + "gotchiId": "15511", + "amount": "18.655", + "parsedAmount": "18655000000000000000" + }, + { + "gotchiId": "15513", + "amount": "21.8425", + "parsedAmount": "21842500000000000000" + }, + { + "gotchiId": "15514", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "15515", + "amount": "15.6475", + "parsedAmount": "15647500000000000000" + }, + { + "gotchiId": "15518", + "amount": "13.885", + "parsedAmount": "13885000000000000000" + }, + { + "gotchiId": "15519", + "amount": "20.065", + "parsedAmount": "20065000000000000000" + }, + { + "gotchiId": "15521", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "15522", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "15524", + "amount": "138.0425", + "parsedAmount": "138042500000000000000" + }, + { + "gotchiId": "15525", + "amount": "14.6975", + "parsedAmount": "14697500000000000000" + }, + { + "gotchiId": "15533", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "15535", + "amount": "23.92", + "parsedAmount": "23920000000000000000" + }, + { + "gotchiId": "15536", + "amount": "1.82", + "parsedAmount": "1820000000000000000" + }, + { + "gotchiId": "15537", + "amount": "17.665", + "parsedAmount": "17665000000000000000" + }, + { + "gotchiId": "15541", + "amount": "6.5425", + "parsedAmount": "6542500000000000000" + }, + { + "gotchiId": "15543", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "15547", + "amount": "21.9", + "parsedAmount": "21900000000000000000" + }, + { + "gotchiId": "15548", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "15549", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "15550", + "amount": "36.2625", + "parsedAmount": "36262500000000000000" + }, + { + "gotchiId": "15551", + "amount": "26.9375", + "parsedAmount": "26937500000000000000" + }, + { + "gotchiId": "15552", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "15553", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "15554", + "amount": "8.3225", + "parsedAmount": "8322500000000000000" + }, + { + "gotchiId": "15558", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "15560", + "amount": "454.69000000000005", + "parsedAmount": "454690000000000050000" + }, + { + "gotchiId": "15562", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "15564", + "amount": "3.435", + "parsedAmount": "3435000000000000000" + }, + { + "gotchiId": "15565", + "amount": "24.902500000000003", + "parsedAmount": "24902500000000003000" + }, + { + "gotchiId": "15567", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "15568", + "amount": "11.47", + "parsedAmount": "11470000000000000000" + }, + { + "gotchiId": "15569", + "amount": "21.802500000000002", + "parsedAmount": "21802500000000002000" + }, + { + "gotchiId": "15571", + "amount": "452.62", + "parsedAmount": "452620000000000000000" + }, + { + "gotchiId": "15572", + "amount": "12.63", + "parsedAmount": "12630000000000000000" + }, + { + "gotchiId": "15574", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "15575", + "amount": "14.915", + "parsedAmount": "14915000000000000000" + }, + { + "gotchiId": "15578", + "amount": "76.55999999999999", + "parsedAmount": "76559999999999990000" + }, + { + "gotchiId": "15579", + "amount": "13.77", + "parsedAmount": "13770000000000000000" + }, + { + "gotchiId": "15580", + "amount": "9.17", + "parsedAmount": "9170000000000000000" + }, + { + "gotchiId": "15581", + "amount": "17.7625", + "parsedAmount": "17762500000000000000" + }, + { + "gotchiId": "15583", + "amount": "26.7925", + "parsedAmount": "26792500000000000000" + }, + { + "gotchiId": "15585", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "15587", + "amount": "11.1175", + "parsedAmount": "11117500000000000000" + }, + { + "gotchiId": "15590", + "amount": "10.149999999999999", + "parsedAmount": "10149999999999999000" + }, + { + "gotchiId": "15592", + "amount": "10.8825", + "parsedAmount": "10882500000000000000" + }, + { + "gotchiId": "15593", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "15594", + "amount": "7.095", + "parsedAmount": "7095000000000000000" + }, + { + "gotchiId": "15595", + "amount": "6.862500000000001", + "parsedAmount": "6862500000000001000" + }, + { + "gotchiId": "15598", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "15600", + "amount": "10.205000000000002", + "parsedAmount": "10205000000000002000" + }, + { + "gotchiId": "15601", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "15604", + "amount": "8.7225", + "parsedAmount": "8722500000000000000" + }, + { + "gotchiId": "15605", + "amount": "7.567500000000001", + "parsedAmount": "7567500000000001000" + }, + { + "gotchiId": "15609", + "amount": "5.8525", + "parsedAmount": "5852500000000000000" + }, + { + "gotchiId": "15610", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "15612", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "15614", + "amount": "6.8975", + "parsedAmount": "6897500000000000000" + }, + { + "gotchiId": "15615", + "amount": "7.73", + "parsedAmount": "7730000000000000000" + }, + { + "gotchiId": "15616", + "amount": "5.1275", + "parsedAmount": "5127500000000000000" + }, + { + "gotchiId": "15618", + "amount": "32.695", + "parsedAmount": "32695000000000000000" + }, + { + "gotchiId": "15619", + "amount": "11.274999999999999", + "parsedAmount": "11274999999999999000" + }, + { + "gotchiId": "15620", + "amount": "3.8825", + "parsedAmount": "3882500000000000000" + }, + { + "gotchiId": "15623", + "amount": "12.9175", + "parsedAmount": "12917500000000000000" + }, + { + "gotchiId": "15625", + "amount": "7.735", + "parsedAmount": "7735000000000000000" + }, + { + "gotchiId": "15626", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "15627", + "amount": "12.327499999999999", + "parsedAmount": "12327499999999999000" + }, + { + "gotchiId": "15628", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "15629", + "amount": "29.197499999999998", + "parsedAmount": "29197499999999998000" + }, + { + "gotchiId": "15630", + "amount": "17.4425", + "parsedAmount": "17442500000000000000" + }, + { + "gotchiId": "15631", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "15633", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "15634", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "15635", + "amount": "12.55", + "parsedAmount": "12550000000000000000" + }, + { + "gotchiId": "15638", + "amount": "3.43", + "parsedAmount": "3430000000000000000" + }, + { + "gotchiId": "15642", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "15647", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "15648", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "15650", + "amount": "22.325000000000003", + "parsedAmount": "22325000000000003000" + }, + { + "gotchiId": "15651", + "amount": "6.592499999999999", + "parsedAmount": "6592499999999999000" + }, + { + "gotchiId": "15652", + "amount": "13.3225", + "parsedAmount": "13322500000000000000" + }, + { + "gotchiId": "15653", + "amount": "11.55", + "parsedAmount": "11550000000000000000" + }, + { + "gotchiId": "15656", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "15661", + "amount": "8.7675", + "parsedAmount": "8767500000000000000" + }, + { + "gotchiId": "15663", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "15667", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "15670", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "15672", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "15674", + "amount": "12.575", + "parsedAmount": "12575000000000000000" + }, + { + "gotchiId": "15675", + "amount": "27.4825", + "parsedAmount": "27482500000000000000" + }, + { + "gotchiId": "15676", + "amount": "41.1575", + "parsedAmount": "41157500000000000000" + }, + { + "gotchiId": "15678", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "15680", + "amount": "9.155", + "parsedAmount": "9155000000000000000" + }, + { + "gotchiId": "15682", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "15691", + "amount": "19.6175", + "parsedAmount": "19617500000000000000" + }, + { + "gotchiId": "15693", + "amount": "7.6825", + "parsedAmount": "7682500000000000000" + }, + { + "gotchiId": "15694", + "amount": "94.24749999999999", + "parsedAmount": "94247499999999990000" + }, + { + "gotchiId": "15695", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "15697", + "amount": "18.265", + "parsedAmount": "18265000000000000000" + }, + { + "gotchiId": "15698", + "amount": "5.1899999999999995", + "parsedAmount": "5189999999999999500" + }, + { + "gotchiId": "15702", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "15704", + "amount": "9.7225", + "parsedAmount": "9722500000000000000" + }, + { + "gotchiId": "15705", + "amount": "12.092500000000001", + "parsedAmount": "12092500000000001000" + }, + { + "gotchiId": "15707", + "amount": "21.6525", + "parsedAmount": "21652500000000000000" + }, + { + "gotchiId": "15708", + "amount": "11.872499999999999", + "parsedAmount": "11872499999999999000" + }, + { + "gotchiId": "15709", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "15710", + "amount": "8.22", + "parsedAmount": "8220000000000000000" + }, + { + "gotchiId": "15711", + "amount": "6.5649999999999995", + "parsedAmount": "6564999999999999500" + }, + { + "gotchiId": "15713", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "15717", + "amount": "8.13", + "parsedAmount": "8130000000000000000" + }, + { + "gotchiId": "15718", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "15719", + "amount": "9.6775", + "parsedAmount": "9677500000000000000" + }, + { + "gotchiId": "15724", + "amount": "15.46", + "parsedAmount": "15460000000000000000" + }, + { + "gotchiId": "15729", + "amount": "16.7575", + "parsedAmount": "16757500000000000000" + }, + { + "gotchiId": "15732", + "amount": "17.525", + "parsedAmount": "17525000000000000000" + }, + { + "gotchiId": "15735", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "15736", + "amount": "7.137499999999999", + "parsedAmount": "7137499999999999000" + }, + { + "gotchiId": "15737", + "amount": "17.2375", + "parsedAmount": "17237500000000000000" + }, + { + "gotchiId": "15739", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "15740", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "15744", + "amount": "32.199999999999996", + "parsedAmount": "32199999999999996000" + }, + { + "gotchiId": "15746", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "15747", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "15748", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "15749", + "amount": "9.5275", + "parsedAmount": "9527500000000000000" + }, + { + "gotchiId": "15750", + "amount": "18.215", + "parsedAmount": "18215000000000000000" + }, + { + "gotchiId": "15751", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "15758", + "amount": "15.3925", + "parsedAmount": "15392500000000000000" + }, + { + "gotchiId": "15760", + "amount": "51.8375", + "parsedAmount": "51837500000000000000" + }, + { + "gotchiId": "15764", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "15768", + "amount": "8.555", + "parsedAmount": "8555000000000000000" + }, + { + "gotchiId": "15769", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "15770", + "amount": "18.7075", + "parsedAmount": "18707500000000000000" + }, + { + "gotchiId": "15772", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "15774", + "amount": "7.8275", + "parsedAmount": "7827500000000000000" + }, + { + "gotchiId": "15776", + "amount": "10.8875", + "parsedAmount": "10887500000000000000" + }, + { + "gotchiId": "15778", + "amount": "156.295", + "parsedAmount": "156295000000000000000" + }, + { + "gotchiId": "15779", + "amount": "10.0725", + "parsedAmount": "10072500000000000000" + }, + { + "gotchiId": "15781", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "15784", + "amount": "13.2575", + "parsedAmount": "13257500000000000000" + }, + { + "gotchiId": "15787", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "15792", + "amount": "23.787499999999998", + "parsedAmount": "23787499999999998000" + }, + { + "gotchiId": "15796", + "amount": "11.7875", + "parsedAmount": "11787500000000000000" + }, + { + "gotchiId": "15797", + "amount": "4.672499999999999", + "parsedAmount": "4672499999999999000" + }, + { + "gotchiId": "15798", + "amount": "15.587499999999999", + "parsedAmount": "15587499999999999000" + }, + { + "gotchiId": "15801", + "amount": "12.5425", + "parsedAmount": "12542500000000000000" + }, + { + "gotchiId": "15808", + "amount": "9.57", + "parsedAmount": "9570000000000000000" + }, + { + "gotchiId": "15809", + "amount": "10.947500000000002", + "parsedAmount": "10947500000000002000" + }, + { + "gotchiId": "15812", + "amount": "8.3575", + "parsedAmount": "8357500000000000000" + }, + { + "gotchiId": "15818", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "15821", + "amount": "9.2425", + "parsedAmount": "9242500000000000000" + }, + { + "gotchiId": "15823", + "amount": "17.869999999999997", + "parsedAmount": "17869999999999997000" + }, + { + "gotchiId": "15825", + "amount": "6.1925", + "parsedAmount": "6192500000000000000" + }, + { + "gotchiId": "15826", + "amount": "18.68", + "parsedAmount": "18680000000000000000" + }, + { + "gotchiId": "15830", + "amount": "15.467500000000001", + "parsedAmount": "15467500000000001000" + }, + { + "gotchiId": "15832", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "15834", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "15836", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "15837", + "amount": "12.037500000000001", + "parsedAmount": "12037500000000001000" + }, + { + "gotchiId": "15838", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "15839", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "15841", + "amount": "26.662499999999998", + "parsedAmount": "26662499999999998000" + }, + { + "gotchiId": "15843", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "15845", + "amount": "10.33", + "parsedAmount": "10330000000000000000" + }, + { + "gotchiId": "15846", + "amount": "6.9174999999999995", + "parsedAmount": "6917499999999999500" + }, + { + "gotchiId": "15847", + "amount": "10.7875", + "parsedAmount": "10787500000000000000" + }, + { + "gotchiId": "15848", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "15849", + "amount": "4.7875", + "parsedAmount": "4787500000000000000" + }, + { + "gotchiId": "15852", + "amount": "16.02", + "parsedAmount": "16020000000000000000" + }, + { + "gotchiId": "15853", + "amount": "33.7575", + "parsedAmount": "33757500000000000000" + }, + { + "gotchiId": "15854", + "amount": "44.7025", + "parsedAmount": "44702500000000000000" + }, + { + "gotchiId": "15857", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "15859", + "amount": "9.834999999999999", + "parsedAmount": "9834999999999999000" + }, + { + "gotchiId": "15863", + "amount": "18.9075", + "parsedAmount": "18907500000000000000" + } + ], + "totalAmount": "7953360000000000128000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952549, + "gasUsed": "9971332" + }, + { + "batchIndex": 15, + "transactionHash": "0xdc086b0c7d7a83cb6a30be751a9b9c337b08c7204a51fc93099b0d6c02ab7352", + "timestamp": "2025-09-24T06:14:10.805Z", + "gotchiRewards": [ + { + "gotchiId": "15864", + "amount": "21.169999999999998", + "parsedAmount": "21169999999999998000" + }, + { + "gotchiId": "15865", + "amount": "73.425", + "parsedAmount": "73425000000000000000" + }, + { + "gotchiId": "15867", + "amount": "15.815000000000001", + "parsedAmount": "15815000000000001000" + }, + { + "gotchiId": "15869", + "amount": "22.57", + "parsedAmount": "22570000000000000000" + }, + { + "gotchiId": "15872", + "amount": "10.4325", + "parsedAmount": "10432500000000000000" + }, + { + "gotchiId": "15875", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "15878", + "amount": "12.6775", + "parsedAmount": "12677500000000000000" + }, + { + "gotchiId": "15880", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "15881", + "amount": "19.955", + "parsedAmount": "19955000000000000000" + }, + { + "gotchiId": "15883", + "amount": "14.985", + "parsedAmount": "14985000000000000000" + }, + { + "gotchiId": "15884", + "amount": "17.642500000000002", + "parsedAmount": "17642500000000002000" + }, + { + "gotchiId": "15886", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "15889", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "15892", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "15894", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "15898", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "15899", + "amount": "12.855", + "parsedAmount": "12855000000000000000" + }, + { + "gotchiId": "15900", + "amount": "9.465", + "parsedAmount": "9465000000000000000" + }, + { + "gotchiId": "15904", + "amount": "23.13", + "parsedAmount": "23130000000000000000" + }, + { + "gotchiId": "15905", + "amount": "12.5925", + "parsedAmount": "12592500000000000000" + }, + { + "gotchiId": "15907", + "amount": "10.88", + "parsedAmount": "10880000000000000000" + }, + { + "gotchiId": "15912", + "amount": "23.7775", + "parsedAmount": "23777500000000000000" + }, + { + "gotchiId": "15917", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "15918", + "amount": "36.29", + "parsedAmount": "36290000000000000000" + }, + { + "gotchiId": "15921", + "amount": "11.6375", + "parsedAmount": "11637500000000000000" + }, + { + "gotchiId": "15922", + "amount": "10.325", + "parsedAmount": "10325000000000000000" + }, + { + "gotchiId": "15923", + "amount": "7.7299999999999995", + "parsedAmount": "7729999999999999500" + }, + { + "gotchiId": "15924", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "15926", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "15927", + "amount": "11.465", + "parsedAmount": "11465000000000000000" + }, + { + "gotchiId": "15928", + "amount": "9.86", + "parsedAmount": "9860000000000000000" + }, + { + "gotchiId": "15930", + "amount": "19.197499999999998", + "parsedAmount": "19197499999999998000" + }, + { + "gotchiId": "15932", + "amount": "3.4425", + "parsedAmount": "3442500000000000000" + }, + { + "gotchiId": "15933", + "amount": "24.89", + "parsedAmount": "24890000000000000000" + }, + { + "gotchiId": "15935", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "15939", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "15944", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "15945", + "amount": "7.1499999999999995", + "parsedAmount": "7149999999999999500" + }, + { + "gotchiId": "15946", + "amount": "12.3375", + "parsedAmount": "12337500000000000000" + }, + { + "gotchiId": "15950", + "amount": "23.0975", + "parsedAmount": "23097500000000000000" + }, + { + "gotchiId": "15953", + "amount": "4.835", + "parsedAmount": "4835000000000000000" + }, + { + "gotchiId": "15954", + "amount": "4.305", + "parsedAmount": "4305000000000000000" + }, + { + "gotchiId": "15957", + "amount": "12.44", + "parsedAmount": "12440000000000000000" + }, + { + "gotchiId": "15960", + "amount": "3", + "parsedAmount": "3000000000000000000" + }, + { + "gotchiId": "15965", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "15966", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "15970", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "15971", + "amount": "9.2425", + "parsedAmount": "9242500000000000000" + }, + { + "gotchiId": "15974", + "amount": "2.9875", + "parsedAmount": "2987500000000000000" + }, + { + "gotchiId": "15975", + "amount": "12.55", + "parsedAmount": "12550000000000000000" + }, + { + "gotchiId": "15977", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "15978", + "amount": "9.9675", + "parsedAmount": "9967500000000000000" + }, + { + "gotchiId": "15980", + "amount": "17.84", + "parsedAmount": "17840000000000000000" + }, + { + "gotchiId": "15981", + "amount": "7.3275", + "parsedAmount": "7327500000000000000" + }, + { + "gotchiId": "15982", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "15984", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "15987", + "amount": "26.322499999999998", + "parsedAmount": "26322499999999998000" + }, + { + "gotchiId": "15991", + "amount": "6.725", + "parsedAmount": "6725000000000000000" + }, + { + "gotchiId": "15993", + "amount": "15.775", + "parsedAmount": "15775000000000000000" + }, + { + "gotchiId": "15994", + "amount": "10.004999999999999", + "parsedAmount": "10004999999999999000" + }, + { + "gotchiId": "15995", + "amount": "18.595", + "parsedAmount": "18595000000000000000" + }, + { + "gotchiId": "15996", + "amount": "8.717500000000001", + "parsedAmount": "8717500000000001000" + }, + { + "gotchiId": "15998", + "amount": "21.745", + "parsedAmount": "21745000000000000000" + }, + { + "gotchiId": "16003", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "16005", + "amount": "3.26", + "parsedAmount": "3260000000000000000" + }, + { + "gotchiId": "16008", + "amount": "6.1925", + "parsedAmount": "6192500000000000000" + }, + { + "gotchiId": "16009", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "16010", + "amount": "4.795", + "parsedAmount": "4795000000000000000" + }, + { + "gotchiId": "16013", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "16014", + "amount": "11.842500000000001", + "parsedAmount": "11842500000000001000" + }, + { + "gotchiId": "16016", + "amount": "18.725", + "parsedAmount": "18725000000000000000" + }, + { + "gotchiId": "16019", + "amount": "6.827500000000001", + "parsedAmount": "6827500000000001000" + }, + { + "gotchiId": "16021", + "amount": "6.53", + "parsedAmount": "6530000000000000000" + }, + { + "gotchiId": "16024", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "16025", + "amount": "14.465", + "parsedAmount": "14465000000000000000" + }, + { + "gotchiId": "16028", + "amount": "79.645", + "parsedAmount": "79645000000000000000" + }, + { + "gotchiId": "16030", + "amount": "14.892500000000002", + "parsedAmount": "14892500000000002000" + }, + { + "gotchiId": "16033", + "amount": "13.885", + "parsedAmount": "13885000000000000000" + }, + { + "gotchiId": "16034", + "amount": "13.69", + "parsedAmount": "13690000000000000000" + }, + { + "gotchiId": "16037", + "amount": "13.0325", + "parsedAmount": "13032500000000000000" + }, + { + "gotchiId": "16040", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "16042", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "16043", + "amount": "4.78", + "parsedAmount": "4780000000000000000" + }, + { + "gotchiId": "16050", + "amount": "17.0475", + "parsedAmount": "17047500000000000000" + }, + { + "gotchiId": "16051", + "amount": "6.365", + "parsedAmount": "6365000000000000000" + }, + { + "gotchiId": "16052", + "amount": "12.1025", + "parsedAmount": "12102500000000000000" + }, + { + "gotchiId": "16053", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "16055", + "amount": "7.5975", + "parsedAmount": "7597500000000000000" + }, + { + "gotchiId": "16058", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "16059", + "amount": "31.0075", + "parsedAmount": "31007500000000000000" + }, + { + "gotchiId": "16063", + "amount": "7.4175", + "parsedAmount": "7417500000000000000" + }, + { + "gotchiId": "16064", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "16066", + "amount": "10.2025", + "parsedAmount": "10202500000000000000" + }, + { + "gotchiId": "16067", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "16068", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "16069", + "amount": "26.917499999999997", + "parsedAmount": "26917499999999997000" + }, + { + "gotchiId": "16070", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "16073", + "amount": "12.6425", + "parsedAmount": "12642500000000000000" + }, + { + "gotchiId": "16076", + "amount": "22.997500000000002", + "parsedAmount": "22997500000000002000" + }, + { + "gotchiId": "16077", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "16078", + "amount": "14.9425", + "parsedAmount": "14942500000000000000" + }, + { + "gotchiId": "16079", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "16080", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "16083", + "amount": "11.6675", + "parsedAmount": "11667500000000000000" + }, + { + "gotchiId": "16085", + "amount": "7.6000000000000005", + "parsedAmount": "7600000000000000500" + }, + { + "gotchiId": "16089", + "amount": "16.21", + "parsedAmount": "16210000000000000000" + }, + { + "gotchiId": "16091", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "16093", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "16095", + "amount": "18.225", + "parsedAmount": "18225000000000000000" + }, + { + "gotchiId": "16096", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "16097", + "amount": "19.57", + "parsedAmount": "19570000000000000000" + }, + { + "gotchiId": "16099", + "amount": "16.310000000000002", + "parsedAmount": "16310000000000002000" + }, + { + "gotchiId": "16107", + "amount": "7.3575", + "parsedAmount": "7357500000000000000" + }, + { + "gotchiId": "16109", + "amount": "19.002499999999998", + "parsedAmount": "19002499999999998000" + }, + { + "gotchiId": "16114", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "16115", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "16116", + "amount": "2.74", + "parsedAmount": "2740000000000000000" + }, + { + "gotchiId": "16118", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "16122", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "16123", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "16126", + "amount": "12.46", + "parsedAmount": "12460000000000000000" + }, + { + "gotchiId": "16128", + "amount": "14.315", + "parsedAmount": "14315000000000000000" + }, + { + "gotchiId": "16133", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "16134", + "amount": "8.9275", + "parsedAmount": "8927500000000000000" + }, + { + "gotchiId": "16137", + "amount": "16.315", + "parsedAmount": "16315000000000000000" + }, + { + "gotchiId": "16138", + "amount": "11.0325", + "parsedAmount": "11032500000000000000" + }, + { + "gotchiId": "16139", + "amount": "13.3125", + "parsedAmount": "13312500000000000000" + }, + { + "gotchiId": "16140", + "amount": "10.33", + "parsedAmount": "10330000000000000000" + }, + { + "gotchiId": "16141", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "16144", + "amount": "28.415", + "parsedAmount": "28415000000000000000" + }, + { + "gotchiId": "16145", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "16147", + "amount": "7.2275", + "parsedAmount": "7227500000000000000" + }, + { + "gotchiId": "16148", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "16150", + "amount": "14.157499999999999", + "parsedAmount": "14157499999999999000" + }, + { + "gotchiId": "16154", + "amount": "29.44", + "parsedAmount": "29440000000000000000" + }, + { + "gotchiId": "16155", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "16156", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "16157", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "16160", + "amount": "17.2125", + "parsedAmount": "17212500000000000000" + }, + { + "gotchiId": "16161", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "16163", + "amount": "15.0125", + "parsedAmount": "15012500000000000000" + }, + { + "gotchiId": "16165", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "16166", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "16169", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "16170", + "amount": "14.695", + "parsedAmount": "14695000000000000000" + }, + { + "gotchiId": "16171", + "amount": "9.93", + "parsedAmount": "9930000000000000000" + }, + { + "gotchiId": "16172", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "16176", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "16177", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "16182", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "16184", + "amount": "5.279999999999999", + "parsedAmount": "5279999999999999000" + }, + { + "gotchiId": "16186", + "amount": "25.394999999999996", + "parsedAmount": "25394999999999996000" + }, + { + "gotchiId": "16195", + "amount": "17.21", + "parsedAmount": "17210000000000000000" + }, + { + "gotchiId": "16199", + "amount": "12.225", + "parsedAmount": "12225000000000000000" + }, + { + "gotchiId": "16202", + "amount": "13.495000000000001", + "parsedAmount": "13495000000000001000" + }, + { + "gotchiId": "16206", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "16207", + "amount": "9.67", + "parsedAmount": "9670000000000000000" + }, + { + "gotchiId": "16208", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "16209", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "16210", + "amount": "4.5225", + "parsedAmount": "4522500000000000000" + }, + { + "gotchiId": "16211", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "16212", + "amount": "11.557500000000001", + "parsedAmount": "11557500000000001000" + }, + { + "gotchiId": "16213", + "amount": "9.4225", + "parsedAmount": "9422500000000000000" + }, + { + "gotchiId": "16216", + "amount": "6.915000000000001", + "parsedAmount": "6915000000000001000" + }, + { + "gotchiId": "16217", + "amount": "9.7", + "parsedAmount": "9700000000000000000" + }, + { + "gotchiId": "16220", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "16223", + "amount": "17.8225", + "parsedAmount": "17822500000000000000" + }, + { + "gotchiId": "16224", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "16226", + "amount": "8.614999999999998", + "parsedAmount": "8614999999999998000" + }, + { + "gotchiId": "16228", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "16232", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "16234", + "amount": "14.934999999999999", + "parsedAmount": "14934999999999999000" + }, + { + "gotchiId": "16238", + "amount": "9.12", + "parsedAmount": "9120000000000000000" + }, + { + "gotchiId": "16239", + "amount": "22.89", + "parsedAmount": "22890000000000000000" + }, + { + "gotchiId": "16245", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "16247", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "16248", + "amount": "14.505", + "parsedAmount": "14505000000000000000" + }, + { + "gotchiId": "16249", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "16250", + "amount": "13.920000000000002", + "parsedAmount": "13920000000000002000" + }, + { + "gotchiId": "16255", + "amount": "5.7524999999999995", + "parsedAmount": "5752499999999999500" + }, + { + "gotchiId": "16260", + "amount": "16.905", + "parsedAmount": "16905000000000000000" + }, + { + "gotchiId": "16261", + "amount": "8.535", + "parsedAmount": "8535000000000000000" + }, + { + "gotchiId": "16265", + "amount": "18.155", + "parsedAmount": "18155000000000000000" + }, + { + "gotchiId": "16269", + "amount": "59.207499999999996", + "parsedAmount": "59207499999999996000" + }, + { + "gotchiId": "16270", + "amount": "64.7475", + "parsedAmount": "64747500000000000000" + }, + { + "gotchiId": "16272", + "amount": "34.754999999999995", + "parsedAmount": "34754999999999995000" + }, + { + "gotchiId": "16273", + "amount": "12.1225", + "parsedAmount": "12122500000000000000" + }, + { + "gotchiId": "16276", + "amount": "16.9775", + "parsedAmount": "16977500000000000000" + }, + { + "gotchiId": "16277", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "16278", + "amount": "13.7275", + "parsedAmount": "13727500000000000000" + }, + { + "gotchiId": "16280", + "amount": "22.035", + "parsedAmount": "22035000000000000000" + }, + { + "gotchiId": "16281", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "16282", + "amount": "2.0175", + "parsedAmount": "2017500000000000000" + }, + { + "gotchiId": "16286", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "16287", + "amount": "13.8", + "parsedAmount": "13800000000000000000" + }, + { + "gotchiId": "16290", + "amount": "13.459999999999999", + "parsedAmount": "13459999999999999000" + }, + { + "gotchiId": "16291", + "amount": "29.73", + "parsedAmount": "29730000000000000000" + }, + { + "gotchiId": "16293", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "16297", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "16298", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "16303", + "amount": "12.2625", + "parsedAmount": "12262500000000000000" + }, + { + "gotchiId": "16304", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "16305", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "16307", + "amount": "16.07", + "parsedAmount": "16070000000000000000" + }, + { + "gotchiId": "16309", + "amount": "9.525", + "parsedAmount": "9525000000000000000" + }, + { + "gotchiId": "16310", + "amount": "9.1475", + "parsedAmount": "9147500000000000000" + }, + { + "gotchiId": "16312", + "amount": "9.41", + "parsedAmount": "9410000000000000000" + }, + { + "gotchiId": "16313", + "amount": "8.9125", + "parsedAmount": "8912500000000000000" + }, + { + "gotchiId": "16316", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "16317", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "16318", + "amount": "16.8875", + "parsedAmount": "16887500000000000000" + }, + { + "gotchiId": "16319", + "amount": "6.3825", + "parsedAmount": "6382500000000000000" + }, + { + "gotchiId": "16322", + "amount": "9.102500000000001", + "parsedAmount": "9102500000000001000" + }, + { + "gotchiId": "16323", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "16326", + "amount": "11.457500000000001", + "parsedAmount": "11457500000000001000" + }, + { + "gotchiId": "16327", + "amount": "21.985", + "parsedAmount": "21985000000000000000" + }, + { + "gotchiId": "16328", + "amount": "94.75", + "parsedAmount": "94750000000000000000" + }, + { + "gotchiId": "16329", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "16335", + "amount": "16.695", + "parsedAmount": "16695000000000000000" + }, + { + "gotchiId": "16336", + "amount": "12.872499999999999", + "parsedAmount": "12872499999999999000" + }, + { + "gotchiId": "16338", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "16341", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "16342", + "amount": "6.077500000000001", + "parsedAmount": "6077500000000001000" + }, + { + "gotchiId": "16345", + "amount": "20.5425", + "parsedAmount": "20542500000000000000" + }, + { + "gotchiId": "16346", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "16347", + "amount": "5.172499999999999", + "parsedAmount": "5172499999999999000" + }, + { + "gotchiId": "16348", + "amount": "3.4275", + "parsedAmount": "3427500000000000000" + }, + { + "gotchiId": "16349", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "16351", + "amount": "6.535", + "parsedAmount": "6535000000000000000" + }, + { + "gotchiId": "16352", + "amount": "32.425", + "parsedAmount": "32425000000000000000" + }, + { + "gotchiId": "16353", + "amount": "19.57", + "parsedAmount": "19570000000000000000" + }, + { + "gotchiId": "16354", + "amount": "32.44", + "parsedAmount": "32440000000000000000" + }, + { + "gotchiId": "16355", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "16356", + "amount": "13.385000000000002", + "parsedAmount": "13385000000000002000" + }, + { + "gotchiId": "16357", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "16358", + "amount": "15.61", + "parsedAmount": "15610000000000000000" + }, + { + "gotchiId": "16361", + "amount": "14.112499999999999", + "parsedAmount": "14112499999999999000" + }, + { + "gotchiId": "16362", + "amount": "9.235", + "parsedAmount": "9235000000000000000" + }, + { + "gotchiId": "16363", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "16364", + "amount": "20.715000000000003", + "parsedAmount": "20715000000000003000" + }, + { + "gotchiId": "16365", + "amount": "17.9925", + "parsedAmount": "17992500000000000000" + }, + { + "gotchiId": "16366", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "16368", + "amount": "12.1225", + "parsedAmount": "12122500000000000000" + }, + { + "gotchiId": "16371", + "amount": "5.2425", + "parsedAmount": "5242500000000000000" + }, + { + "gotchiId": "16373", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "16375", + "amount": "12.4525", + "parsedAmount": "12452500000000000000" + }, + { + "gotchiId": "16376", + "amount": "12.850000000000001", + "parsedAmount": "12850000000000001000" + }, + { + "gotchiId": "16379", + "amount": "25.060000000000002", + "parsedAmount": "25060000000000002000" + }, + { + "gotchiId": "16380", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "16381", + "amount": "11.775", + "parsedAmount": "11775000000000000000" + }, + { + "gotchiId": "16382", + "amount": "11.197500000000002", + "parsedAmount": "11197500000000002000" + }, + { + "gotchiId": "16383", + "amount": "11.2", + "parsedAmount": "11200000000000000000" + }, + { + "gotchiId": "16384", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "16386", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "16387", + "amount": "18.095", + "parsedAmount": "18095000000000000000" + }, + { + "gotchiId": "16388", + "amount": "18.737499999999997", + "parsedAmount": "18737499999999997000" + }, + { + "gotchiId": "16390", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "16398", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "16402", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "16405", + "amount": "36.7025", + "parsedAmount": "36702500000000000000" + }, + { + "gotchiId": "16406", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "16408", + "amount": "11.905", + "parsedAmount": "11905000000000000000" + }, + { + "gotchiId": "16411", + "amount": "225.84250000000003", + "parsedAmount": "225842500000000030000" + }, + { + "gotchiId": "16414", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "16415", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "16416", + "amount": "7.702500000000001", + "parsedAmount": "7702500000000001000" + }, + { + "gotchiId": "16417", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "16418", + "amount": "3.42", + "parsedAmount": "3420000000000000000" + }, + { + "gotchiId": "16419", + "amount": "10.1575", + "parsedAmount": "10157500000000000000" + }, + { + "gotchiId": "16420", + "amount": "47.98", + "parsedAmount": "47980000000000000000" + }, + { + "gotchiId": "16424", + "amount": "13.8625", + "parsedAmount": "13862500000000000000" + }, + { + "gotchiId": "16425", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "16427", + "amount": "10.059999999999999", + "parsedAmount": "10059999999999999000" + }, + { + "gotchiId": "16428", + "amount": "6.9675", + "parsedAmount": "6967500000000000000" + }, + { + "gotchiId": "16429", + "amount": "6.720000000000001", + "parsedAmount": "6720000000000001000" + }, + { + "gotchiId": "16430", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16431", + "amount": "46.1225", + "parsedAmount": "46122500000000000000" + }, + { + "gotchiId": "16432", + "amount": "18.08", + "parsedAmount": "18080000000000000000" + }, + { + "gotchiId": "16433", + "amount": "6.790000000000001", + "parsedAmount": "6790000000000001000" + }, + { + "gotchiId": "16439", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "16441", + "amount": "10.015", + "parsedAmount": "10015000000000000000" + }, + { + "gotchiId": "16442", + "amount": "7.9425", + "parsedAmount": "7942500000000000000" + }, + { + "gotchiId": "16443", + "amount": "10.3275", + "parsedAmount": "10327500000000000000" + }, + { + "gotchiId": "16444", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "16445", + "amount": "8.5475", + "parsedAmount": "8547500000000000000" + }, + { + "gotchiId": "16446", + "amount": "2.5875", + "parsedAmount": "2587500000000000000" + }, + { + "gotchiId": "16448", + "amount": "8.2575", + "parsedAmount": "8257500000000000000" + }, + { + "gotchiId": "16449", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "16450", + "amount": "13.9475", + "parsedAmount": "13947500000000000000" + }, + { + "gotchiId": "16451", + "amount": "47.4825", + "parsedAmount": "47482500000000000000" + }, + { + "gotchiId": "16452", + "amount": "21.497500000000002", + "parsedAmount": "21497500000000002000" + }, + { + "gotchiId": "16454", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "16455", + "amount": "1019.7625", + "parsedAmount": "1019762500000000000000" + }, + { + "gotchiId": "16456", + "amount": "33.4875", + "parsedAmount": "33487500000000000000" + }, + { + "gotchiId": "16457", + "amount": "6.7", + "parsedAmount": "6700000000000000000" + }, + { + "gotchiId": "16461", + "amount": "9.08", + "parsedAmount": "9080000000000000000" + }, + { + "gotchiId": "16463", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "16464", + "amount": "11.7375", + "parsedAmount": "11737500000000000000" + }, + { + "gotchiId": "16469", + "amount": "3.0025", + "parsedAmount": "3002500000000000000" + }, + { + "gotchiId": "16470", + "amount": "12.0325", + "parsedAmount": "12032500000000000000" + }, + { + "gotchiId": "16471", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "16477", + "amount": "61.877500000000005", + "parsedAmount": "61877500000000005000" + }, + { + "gotchiId": "16479", + "amount": "3.2975", + "parsedAmount": "3297500000000000000" + }, + { + "gotchiId": "16483", + "amount": "11.837499999999999", + "parsedAmount": "11837499999999999000" + }, + { + "gotchiId": "16484", + "amount": "9.1725", + "parsedAmount": "9172500000000000000" + }, + { + "gotchiId": "16485", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "16486", + "amount": "2.4825", + "parsedAmount": "2482500000000000000" + }, + { + "gotchiId": "16488", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "16489", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "16492", + "amount": "19.9825", + "parsedAmount": "19982500000000000000" + }, + { + "gotchiId": "16493", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "16494", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "16495", + "amount": "20.345", + "parsedAmount": "20345000000000000000" + }, + { + "gotchiId": "16496", + "amount": "15.0825", + "parsedAmount": "15082500000000000000" + }, + { + "gotchiId": "16497", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "16498", + "amount": "31.04", + "parsedAmount": "31040000000000000000" + }, + { + "gotchiId": "16502", + "amount": "21.6275", + "parsedAmount": "21627500000000000000" + }, + { + "gotchiId": "16503", + "amount": "24.0175", + "parsedAmount": "24017500000000000000" + }, + { + "gotchiId": "16504", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "16505", + "amount": "97.88", + "parsedAmount": "97880000000000000000" + }, + { + "gotchiId": "16507", + "amount": "22.67", + "parsedAmount": "22670000000000000000" + }, + { + "gotchiId": "16512", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "16516", + "amount": "12.445", + "parsedAmount": "12445000000000000000" + }, + { + "gotchiId": "16517", + "amount": "10.2775", + "parsedAmount": "10277500000000000000" + }, + { + "gotchiId": "16518", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "16523", + "amount": "4.905", + "parsedAmount": "4905000000000000000" + }, + { + "gotchiId": "16524", + "amount": "70.3", + "parsedAmount": "70300000000000000000" + }, + { + "gotchiId": "16526", + "amount": "15.059999999999999", + "parsedAmount": "15059999999999999000" + }, + { + "gotchiId": "16527", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "16528", + "amount": "13.7775", + "parsedAmount": "13777500000000000000" + }, + { + "gotchiId": "16529", + "amount": "18.615000000000002", + "parsedAmount": "18615000000000002000" + }, + { + "gotchiId": "16530", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "16533", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "16534", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "16535", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "16538", + "amount": "8.66", + "parsedAmount": "8660000000000000000" + }, + { + "gotchiId": "16539", + "amount": "7.4475", + "parsedAmount": "7447500000000000000" + }, + { + "gotchiId": "16541", + "amount": "11.379999999999999", + "parsedAmount": "11379999999999999000" + }, + { + "gotchiId": "16542", + "amount": "2.4025", + "parsedAmount": "2402500000000000000" + }, + { + "gotchiId": "16543", + "amount": "81.60000000000001", + "parsedAmount": "81600000000000010000" + }, + { + "gotchiId": "16546", + "amount": "7.12", + "parsedAmount": "7120000000000000000" + }, + { + "gotchiId": "16548", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "16549", + "amount": "2.035", + "parsedAmount": "2035000000000000000" + }, + { + "gotchiId": "16550", + "amount": "29.9075", + "parsedAmount": "29907500000000000000" + }, + { + "gotchiId": "16551", + "amount": "9.66", + "parsedAmount": "9660000000000000000" + }, + { + "gotchiId": "16553", + "amount": "84.24499999999999", + "parsedAmount": "84244999999999990000" + }, + { + "gotchiId": "16554", + "amount": "23.854999999999997", + "parsedAmount": "23854999999999997000" + }, + { + "gotchiId": "16556", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "16559", + "amount": "8028.282499999999", + "parsedAmount": "8028282499999999000000" + }, + { + "gotchiId": "16560", + "amount": "14.870000000000001", + "parsedAmount": "14870000000000001000" + }, + { + "gotchiId": "16561", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "16564", + "amount": "16.4725", + "parsedAmount": "16472500000000000000" + }, + { + "gotchiId": "16566", + "amount": "15.5825", + "parsedAmount": "15582500000000000000" + }, + { + "gotchiId": "16567", + "amount": "11.635000000000002", + "parsedAmount": "11635000000000002000" + }, + { + "gotchiId": "16573", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "16574", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "16582", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "16583", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "16585", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "16586", + "amount": "10.065000000000001", + "parsedAmount": "10065000000000001000" + }, + { + "gotchiId": "16587", + "amount": "37.574999999999996", + "parsedAmount": "37574999999999996000" + }, + { + "gotchiId": "16588", + "amount": "8.4675", + "parsedAmount": "8467500000000000000" + }, + { + "gotchiId": "16590", + "amount": "8.12", + "parsedAmount": "8120000000000000000" + }, + { + "gotchiId": "16591", + "amount": "27.8025", + "parsedAmount": "27802500000000000000" + }, + { + "gotchiId": "16593", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "16594", + "amount": "23.947499999999998", + "parsedAmount": "23947499999999998000" + }, + { + "gotchiId": "16595", + "amount": "7.2175", + "parsedAmount": "7217500000000000000" + }, + { + "gotchiId": "16596", + "amount": "23.225", + "parsedAmount": "23225000000000000000" + }, + { + "gotchiId": "16597", + "amount": "15.155", + "parsedAmount": "15155000000000000000" + }, + { + "gotchiId": "16598", + "amount": "21.7225", + "parsedAmount": "21722500000000000000" + }, + { + "gotchiId": "16599", + "amount": "6.5375", + "parsedAmount": "6537500000000000000" + }, + { + "gotchiId": "16605", + "amount": "55.482499999999995", + "parsedAmount": "55482499999999995000" + }, + { + "gotchiId": "16608", + "amount": "13.7375", + "parsedAmount": "13737500000000000000" + }, + { + "gotchiId": "16609", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "16611", + "amount": "12.83", + "parsedAmount": "12830000000000000000" + }, + { + "gotchiId": "16613", + "amount": "8.965", + "parsedAmount": "8965000000000000000" + }, + { + "gotchiId": "16615", + "amount": "24.417499999999997", + "parsedAmount": "24417499999999997000" + }, + { + "gotchiId": "16616", + "amount": "8.58", + "parsedAmount": "8580000000000000000" + }, + { + "gotchiId": "16617", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "16619", + "amount": "7.925000000000001", + "parsedAmount": "7925000000000001000" + }, + { + "gotchiId": "16620", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "16621", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "16624", + "amount": "20.8125", + "parsedAmount": "20812500000000000000" + }, + { + "gotchiId": "16626", + "amount": "7.3725000000000005", + "parsedAmount": "7372500000000000500" + }, + { + "gotchiId": "16627", + "amount": "12.780000000000001", + "parsedAmount": "12780000000000001000" + }, + { + "gotchiId": "16629", + "amount": "13.925", + "parsedAmount": "13925000000000000000" + }, + { + "gotchiId": "16630", + "amount": "16.895", + "parsedAmount": "16895000000000000000" + }, + { + "gotchiId": "16633", + "amount": "10.9125", + "parsedAmount": "10912500000000000000" + }, + { + "gotchiId": "16635", + "amount": "231.78", + "parsedAmount": "231780000000000000000" + }, + { + "gotchiId": "16638", + "amount": "8.49", + "parsedAmount": "8490000000000000000" + }, + { + "gotchiId": "16641", + "amount": "26.6325", + "parsedAmount": "26632500000000000000" + }, + { + "gotchiId": "16642", + "amount": "9.68", + "parsedAmount": "9680000000000000000" + }, + { + "gotchiId": "16649", + "amount": "9.7125", + "parsedAmount": "9712500000000000000" + }, + { + "gotchiId": "16652", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "16653", + "amount": "6.987500000000001", + "parsedAmount": "6987500000000001000" + }, + { + "gotchiId": "16659", + "amount": "8.815", + "parsedAmount": "8815000000000000000" + }, + { + "gotchiId": "16660", + "amount": "12.17", + "parsedAmount": "12170000000000000000" + }, + { + "gotchiId": "16662", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "16664", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "16668", + "amount": "14.6975", + "parsedAmount": "14697500000000000000" + }, + { + "gotchiId": "16671", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "16673", + "amount": "13.835", + "parsedAmount": "13835000000000000000" + }, + { + "gotchiId": "16676", + "amount": "155.34", + "parsedAmount": "155340000000000000000" + }, + { + "gotchiId": "16677", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "16679", + "amount": "11.4725", + "parsedAmount": "11472500000000000000" + }, + { + "gotchiId": "16688", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "16689", + "amount": "19.0225", + "parsedAmount": "19022500000000000000" + }, + { + "gotchiId": "16691", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "16694", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "16695", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "16696", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "16699", + "amount": "22.515", + "parsedAmount": "22515000000000000000" + }, + { + "gotchiId": "16701", + "amount": "2.315", + "parsedAmount": "2315000000000000000" + }, + { + "gotchiId": "16702", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "16703", + "amount": "14.1075", + "parsedAmount": "14107500000000000000" + }, + { + "gotchiId": "16704", + "amount": "62.8675", + "parsedAmount": "62867500000000000000" + }, + { + "gotchiId": "16705", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "16708", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "16710", + "amount": "189.105", + "parsedAmount": "189105000000000000000" + }, + { + "gotchiId": "16712", + "amount": "44.03", + "parsedAmount": "44030000000000000000" + }, + { + "gotchiId": "16713", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "16715", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "16716", + "amount": "12.05", + "parsedAmount": "12050000000000000000" + }, + { + "gotchiId": "16718", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "16722", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "16723", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "16724", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "16726", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "16727", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "16728", + "amount": "15.4875", + "parsedAmount": "15487500000000000000" + }, + { + "gotchiId": "16731", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "16732", + "amount": "161.4225", + "parsedAmount": "161422500000000000000" + }, + { + "gotchiId": "16736", + "amount": "11.68", + "parsedAmount": "11680000000000000000" + }, + { + "gotchiId": "16738", + "amount": "36.247499999999995", + "parsedAmount": "36247499999999995000" + }, + { + "gotchiId": "16739", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "16743", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "16745", + "amount": "3.22", + "parsedAmount": "3220000000000000000" + }, + { + "gotchiId": "16746", + "amount": "5.3625", + "parsedAmount": "5362500000000000000" + }, + { + "gotchiId": "16747", + "amount": "14.8225", + "parsedAmount": "14822500000000000000" + }, + { + "gotchiId": "16748", + "amount": "98.19250000000001", + "parsedAmount": "98192500000000010000" + }, + { + "gotchiId": "16749", + "amount": "15.3025", + "parsedAmount": "15302500000000000000" + }, + { + "gotchiId": "16750", + "amount": "11.2225", + "parsedAmount": "11222500000000000000" + }, + { + "gotchiId": "16752", + "amount": "11.8525", + "parsedAmount": "11852500000000000000" + }, + { + "gotchiId": "16755", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "16756", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "16757", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "16759", + "amount": "35.355", + "parsedAmount": "35355000000000000000" + }, + { + "gotchiId": "16762", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "16765", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "16769", + "amount": "17.619999999999997", + "parsedAmount": "17619999999999997000" + }, + { + "gotchiId": "16770", + "amount": "13.8925", + "parsedAmount": "13892500000000000000" + }, + { + "gotchiId": "16771", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16772", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "16773", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "16778", + "amount": "14.2975", + "parsedAmount": "14297500000000000000" + }, + { + "gotchiId": "16782", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16784", + "amount": "16.1525", + "parsedAmount": "16152500000000000000" + }, + { + "gotchiId": "16785", + "amount": "30.6275", + "parsedAmount": "30627500000000000000" + }, + { + "gotchiId": "16786", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "16787", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "16793", + "amount": "10.2125", + "parsedAmount": "10212500000000000000" + }, + { + "gotchiId": "16794", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "16795", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "16798", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "16799", + "amount": "11.6675", + "parsedAmount": "11667500000000000000" + }, + { + "gotchiId": "16801", + "amount": "4.2325", + "parsedAmount": "4232500000000000000" + }, + { + "gotchiId": "16804", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "16806", + "amount": "16.13", + "parsedAmount": "16130000000000000000" + }, + { + "gotchiId": "16810", + "amount": "16.225", + "parsedAmount": "16225000000000000000" + }, + { + "gotchiId": "16813", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "16814", + "amount": "8.254999999999999", + "parsedAmount": "8254999999999999000" + }, + { + "gotchiId": "16815", + "amount": "16.5275", + "parsedAmount": "16527500000000000000" + }, + { + "gotchiId": "16817", + "amount": "5.6274999999999995", + "parsedAmount": "5627499999999999500" + }, + { + "gotchiId": "16818", + "amount": "33.7875", + "parsedAmount": "33787500000000000000" + }, + { + "gotchiId": "16819", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "16822", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "16823", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "16825", + "amount": "12.375", + "parsedAmount": "12375000000000000000" + }, + { + "gotchiId": "16826", + "amount": "75.595", + "parsedAmount": "75595000000000000000" + }, + { + "gotchiId": "16829", + "amount": "13.0775", + "parsedAmount": "13077500000000000000" + }, + { + "gotchiId": "16834", + "amount": "12.8325", + "parsedAmount": "12832500000000000000" + }, + { + "gotchiId": "16840", + "amount": "27.522499999999997", + "parsedAmount": "27522499999999997000" + }, + { + "gotchiId": "16841", + "amount": "6.654999999999999", + "parsedAmount": "6654999999999999000" + }, + { + "gotchiId": "16842", + "amount": "4.78", + "parsedAmount": "4780000000000000000" + }, + { + "gotchiId": "16843", + "amount": "5.8425", + "parsedAmount": "5842500000000000000" + }, + { + "gotchiId": "16845", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "16847", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "16849", + "amount": "22.145000000000003", + "parsedAmount": "22145000000000003000" + }, + { + "gotchiId": "16853", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "16854", + "amount": "20.8275", + "parsedAmount": "20827500000000000000" + }, + { + "gotchiId": "16858", + "amount": "19.2225", + "parsedAmount": "19222500000000000000" + } + ], + "totalAmount": "16142739999999999016500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952553, + "gasUsed": "9595237" + }, + { + "batchIndex": 16, + "transactionHash": "0x3febfd8d176ee3d80817f19cf07b33a5337dd861edae479b074b218f81a5ba24", + "timestamp": "2025-09-24T06:14:14.906Z", + "gotchiRewards": [ + { + "gotchiId": "16859", + "amount": "14.9875", + "parsedAmount": "14987500000000000000" + }, + { + "gotchiId": "16860", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "16861", + "amount": "19.009999999999998", + "parsedAmount": "19009999999999998000" + }, + { + "gotchiId": "16863", + "amount": "279.9925", + "parsedAmount": "279992500000000000000" + }, + { + "gotchiId": "16865", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "16878", + "amount": "5.1274999999999995", + "parsedAmount": "5127499999999999500" + }, + { + "gotchiId": "16883", + "amount": "13.477500000000001", + "parsedAmount": "13477500000000001000" + }, + { + "gotchiId": "16887", + "amount": "34.7875", + "parsedAmount": "34787500000000000000" + }, + { + "gotchiId": "16888", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "16889", + "amount": "18.240000000000002", + "parsedAmount": "18240000000000002000" + }, + { + "gotchiId": "16890", + "amount": "11.842500000000001", + "parsedAmount": "11842500000000001000" + }, + { + "gotchiId": "16894", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "16895", + "amount": "12.530000000000001", + "parsedAmount": "12530000000000001000" + }, + { + "gotchiId": "16900", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16901", + "amount": "12.8875", + "parsedAmount": "12887500000000000000" + }, + { + "gotchiId": "16902", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "16904", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "16906", + "amount": "9.0225", + "parsedAmount": "9022500000000000000" + }, + { + "gotchiId": "16907", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "16908", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "16910", + "amount": "27.695", + "parsedAmount": "27695000000000000000" + }, + { + "gotchiId": "16917", + "amount": "15.285", + "parsedAmount": "15285000000000000000" + }, + { + "gotchiId": "16922", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "16923", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "16924", + "amount": "16.740000000000002", + "parsedAmount": "16740000000000002000" + }, + { + "gotchiId": "16925", + "amount": "4.9975000000000005", + "parsedAmount": "4997500000000000500" + }, + { + "gotchiId": "16926", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "16927", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "16928", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "16929", + "amount": "8.0625", + "parsedAmount": "8062500000000000000" + }, + { + "gotchiId": "16931", + "amount": "3.16", + "parsedAmount": "3160000000000000000" + }, + { + "gotchiId": "16934", + "amount": "9.4675", + "parsedAmount": "9467500000000000000" + }, + { + "gotchiId": "16935", + "amount": "22.0375", + "parsedAmount": "22037500000000000000" + }, + { + "gotchiId": "16943", + "amount": "10.719999999999999", + "parsedAmount": "10719999999999999000" + }, + { + "gotchiId": "16946", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "16947", + "amount": "18.072499999999998", + "parsedAmount": "18072499999999998000" + }, + { + "gotchiId": "16948", + "amount": "6.0425", + "parsedAmount": "6042500000000000000" + }, + { + "gotchiId": "16949", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "16950", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "16952", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "16953", + "amount": "12.8625", + "parsedAmount": "12862500000000000000" + }, + { + "gotchiId": "16955", + "amount": "12.81", + "parsedAmount": "12810000000000000000" + }, + { + "gotchiId": "16956", + "amount": "62.4775", + "parsedAmount": "62477500000000000000" + }, + { + "gotchiId": "16959", + "amount": "6.9125", + "parsedAmount": "6912500000000000000" + }, + { + "gotchiId": "16961", + "amount": "12.005", + "parsedAmount": "12005000000000000000" + }, + { + "gotchiId": "16963", + "amount": "7.735", + "parsedAmount": "7735000000000000000" + }, + { + "gotchiId": "16964", + "amount": "9.2475", + "parsedAmount": "9247500000000000000" + }, + { + "gotchiId": "16965", + "amount": "32.2325", + "parsedAmount": "32232500000000000000" + }, + { + "gotchiId": "16967", + "amount": "11.7425", + "parsedAmount": "11742500000000000000" + }, + { + "gotchiId": "16968", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "16969", + "amount": "83.7975", + "parsedAmount": "83797500000000000000" + }, + { + "gotchiId": "16970", + "amount": "25.822499999999998", + "parsedAmount": "25822499999999998000" + }, + { + "gotchiId": "16971", + "amount": "12.1375", + "parsedAmount": "12137500000000000000" + }, + { + "gotchiId": "16974", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "16975", + "amount": "55.489999999999995", + "parsedAmount": "55489999999999995000" + }, + { + "gotchiId": "16978", + "amount": "13.54", + "parsedAmount": "13540000000000000000" + }, + { + "gotchiId": "16980", + "amount": "49.1475", + "parsedAmount": "49147500000000000000" + }, + { + "gotchiId": "16981", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "16985", + "amount": "20.6825", + "parsedAmount": "20682500000000000000" + }, + { + "gotchiId": "16995", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "16997", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "16998", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "17004", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "17005", + "amount": "8.14", + "parsedAmount": "8140000000000000000" + }, + { + "gotchiId": "17008", + "amount": "14.535", + "parsedAmount": "14535000000000000000" + }, + { + "gotchiId": "17011", + "amount": "16.9825", + "parsedAmount": "16982500000000000000" + }, + { + "gotchiId": "17012", + "amount": "32.47", + "parsedAmount": "32470000000000000000" + }, + { + "gotchiId": "17013", + "amount": "6.220000000000001", + "parsedAmount": "6220000000000001000" + }, + { + "gotchiId": "17014", + "amount": "13.135", + "parsedAmount": "13135000000000000000" + }, + { + "gotchiId": "17015", + "amount": "3.2825", + "parsedAmount": "3282500000000000000" + }, + { + "gotchiId": "17018", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "17021", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "17022", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "17024", + "amount": "25.72", + "parsedAmount": "25720000000000000000" + }, + { + "gotchiId": "17026", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "17027", + "amount": "17.044999999999998", + "parsedAmount": "17044999999999998000" + }, + { + "gotchiId": "17028", + "amount": "16.16", + "parsedAmount": "16160000000000000000" + }, + { + "gotchiId": "17029", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "17033", + "amount": "754.7199999999999", + "parsedAmount": "754719999999999900000" + }, + { + "gotchiId": "17035", + "amount": "17.8075", + "parsedAmount": "17807500000000000000" + }, + { + "gotchiId": "17036", + "amount": "3.18", + "parsedAmount": "3180000000000000000" + }, + { + "gotchiId": "17037", + "amount": "14.5825", + "parsedAmount": "14582500000000000000" + }, + { + "gotchiId": "17039", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "17040", + "amount": "12.0475", + "parsedAmount": "12047500000000000000" + }, + { + "gotchiId": "17042", + "amount": "8.3225", + "parsedAmount": "8322500000000000000" + }, + { + "gotchiId": "17043", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "17045", + "amount": "14.622499999999999", + "parsedAmount": "14622499999999999000" + }, + { + "gotchiId": "17048", + "amount": "2.2825", + "parsedAmount": "2282500000000000000" + }, + { + "gotchiId": "17049", + "amount": "5.1225000000000005", + "parsedAmount": "5122500000000000500" + }, + { + "gotchiId": "17052", + "amount": "7.227500000000001", + "parsedAmount": "7227500000000001000" + }, + { + "gotchiId": "17055", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "17057", + "amount": "11.79", + "parsedAmount": "11790000000000000000" + }, + { + "gotchiId": "17058", + "amount": "9.095", + "parsedAmount": "9095000000000000000" + }, + { + "gotchiId": "17060", + "amount": "2.015", + "parsedAmount": "2015000000000000000" + }, + { + "gotchiId": "17061", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "17062", + "amount": "24.5925", + "parsedAmount": "24592500000000000000" + }, + { + "gotchiId": "17063", + "amount": "7.7475000000000005", + "parsedAmount": "7747500000000000500" + }, + { + "gotchiId": "17064", + "amount": "16.415", + "parsedAmount": "16415000000000000000" + }, + { + "gotchiId": "17065", + "amount": "19.0625", + "parsedAmount": "19062500000000000000" + }, + { + "gotchiId": "17068", + "amount": "5.2175", + "parsedAmount": "5217500000000000000" + }, + { + "gotchiId": "17069", + "amount": "14.4325", + "parsedAmount": "14432500000000000000" + }, + { + "gotchiId": "17071", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "17072", + "amount": "23.64", + "parsedAmount": "23640000000000000000" + }, + { + "gotchiId": "17074", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "17075", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "17080", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "17082", + "amount": "21.7925", + "parsedAmount": "21792500000000000000" + }, + { + "gotchiId": "17086", + "amount": "6.9025", + "parsedAmount": "6902500000000000000" + }, + { + "gotchiId": "17090", + "amount": "30.04", + "parsedAmount": "30040000000000000000" + }, + { + "gotchiId": "17091", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "17092", + "amount": "12.0575", + "parsedAmount": "12057500000000000000" + }, + { + "gotchiId": "17093", + "amount": "21.817500000000003", + "parsedAmount": "21817500000000003000" + }, + { + "gotchiId": "17095", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "17096", + "amount": "4.1025", + "parsedAmount": "4102500000000000000" + }, + { + "gotchiId": "17097", + "amount": "19.3975", + "parsedAmount": "19397500000000000000" + }, + { + "gotchiId": "17099", + "amount": "26.115", + "parsedAmount": "26115000000000000000" + }, + { + "gotchiId": "17100", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "17101", + "amount": "7.9725", + "parsedAmount": "7972500000000000000" + }, + { + "gotchiId": "17102", + "amount": "28.592499999999998", + "parsedAmount": "28592499999999998000" + }, + { + "gotchiId": "17104", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "17105", + "amount": "15.290000000000001", + "parsedAmount": "15290000000000001000" + }, + { + "gotchiId": "17107", + "amount": "21.0975", + "parsedAmount": "21097500000000000000" + }, + { + "gotchiId": "17109", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "17113", + "amount": "12.5375", + "parsedAmount": "12537500000000000000" + }, + { + "gotchiId": "17115", + "amount": "3.7725", + "parsedAmount": "3772500000000000000" + }, + { + "gotchiId": "17117", + "amount": "6.7625", + "parsedAmount": "6762500000000000000" + }, + { + "gotchiId": "17120", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "17122", + "amount": "65.67999999999999", + "parsedAmount": "65679999999999990000" + }, + { + "gotchiId": "17123", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "17124", + "amount": "148.96", + "parsedAmount": "148960000000000000000" + }, + { + "gotchiId": "17127", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "17129", + "amount": "6.3625", + "parsedAmount": "6362500000000000000" + }, + { + "gotchiId": "17130", + "amount": "10.252500000000001", + "parsedAmount": "10252500000000001000" + }, + { + "gotchiId": "17131", + "amount": "18.93", + "parsedAmount": "18930000000000000000" + }, + { + "gotchiId": "17134", + "amount": "20.1925", + "parsedAmount": "20192500000000000000" + }, + { + "gotchiId": "17137", + "amount": "14.035", + "parsedAmount": "14035000000000000000" + }, + { + "gotchiId": "17139", + "amount": "3.73", + "parsedAmount": "3730000000000000000" + }, + { + "gotchiId": "17141", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "17144", + "amount": "10.217500000000001", + "parsedAmount": "10217500000000001000" + }, + { + "gotchiId": "17148", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "17153", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "17155", + "amount": "4.2375", + "parsedAmount": "4237500000000000000" + }, + { + "gotchiId": "17157", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "17158", + "amount": "14.32", + "parsedAmount": "14320000000000000000" + }, + { + "gotchiId": "17160", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "17161", + "amount": "22.052500000000002", + "parsedAmount": "22052500000000002000" + }, + { + "gotchiId": "17163", + "amount": "7.8725000000000005", + "parsedAmount": "7872500000000000500" + }, + { + "gotchiId": "17164", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "17166", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "17167", + "amount": "3.43", + "parsedAmount": "3430000000000000000" + }, + { + "gotchiId": "17169", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "17171", + "amount": "27.165", + "parsedAmount": "27165000000000000000" + }, + { + "gotchiId": "17173", + "amount": "21.965", + "parsedAmount": "21965000000000000000" + }, + { + "gotchiId": "17175", + "amount": "2.095", + "parsedAmount": "2095000000000000000" + }, + { + "gotchiId": "17177", + "amount": "7.745000000000001", + "parsedAmount": "7745000000000001000" + }, + { + "gotchiId": "17182", + "amount": "35.152499999999996", + "parsedAmount": "35152499999999996000" + }, + { + "gotchiId": "17186", + "amount": "31.4925", + "parsedAmount": "31492500000000000000" + }, + { + "gotchiId": "17188", + "amount": "43.4575", + "parsedAmount": "43457500000000000000" + }, + { + "gotchiId": "17189", + "amount": "26.8975", + "parsedAmount": "26897500000000000000" + }, + { + "gotchiId": "17192", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "17196", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "17198", + "amount": "10.3225", + "parsedAmount": "10322500000000000000" + }, + { + "gotchiId": "17199", + "amount": "18.8325", + "parsedAmount": "18832500000000000000" + }, + { + "gotchiId": "17203", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "17205", + "amount": "11.3325", + "parsedAmount": "11332500000000000000" + }, + { + "gotchiId": "17208", + "amount": "17.020000000000003", + "parsedAmount": "17020000000000003000" + }, + { + "gotchiId": "17210", + "amount": "8.1225", + "parsedAmount": "8122500000000000000" + }, + { + "gotchiId": "17212", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "17214", + "amount": "7.96", + "parsedAmount": "7960000000000000000" + }, + { + "gotchiId": "17217", + "amount": "14.8825", + "parsedAmount": "14882500000000000000" + }, + { + "gotchiId": "17218", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "17219", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "17222", + "amount": "19.1525", + "parsedAmount": "19152500000000000000" + }, + { + "gotchiId": "17226", + "amount": "45.440000000000005", + "parsedAmount": "45440000000000005000" + }, + { + "gotchiId": "17230", + "amount": "15.69", + "parsedAmount": "15690000000000000000" + }, + { + "gotchiId": "17233", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "17234", + "amount": "29.7275", + "parsedAmount": "29727500000000000000" + }, + { + "gotchiId": "17236", + "amount": "15.504999999999999", + "parsedAmount": "15504999999999999000" + }, + { + "gotchiId": "17239", + "amount": "18.932499999999997", + "parsedAmount": "18932499999999997000" + }, + { + "gotchiId": "17241", + "amount": "29.017500000000002", + "parsedAmount": "29017500000000002000" + }, + { + "gotchiId": "17242", + "amount": "33.775", + "parsedAmount": "33775000000000000000" + }, + { + "gotchiId": "17243", + "amount": "9.9675", + "parsedAmount": "9967500000000000000" + }, + { + "gotchiId": "17244", + "amount": "25.545", + "parsedAmount": "25545000000000000000" + }, + { + "gotchiId": "17246", + "amount": "8.985", + "parsedAmount": "8985000000000000000" + }, + { + "gotchiId": "17248", + "amount": "16.615", + "parsedAmount": "16615000000000000000" + }, + { + "gotchiId": "17250", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "17251", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "17256", + "amount": "15.625", + "parsedAmount": "15625000000000000000" + }, + { + "gotchiId": "17257", + "amount": "21.759999999999998", + "parsedAmount": "21759999999999998000" + }, + { + "gotchiId": "17258", + "amount": "8.5625", + "parsedAmount": "8562500000000000000" + }, + { + "gotchiId": "17263", + "amount": "31.905", + "parsedAmount": "31905000000000000000" + }, + { + "gotchiId": "17264", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "17265", + "amount": "11.7075", + "parsedAmount": "11707500000000000000" + }, + { + "gotchiId": "17267", + "amount": "19.2575", + "parsedAmount": "19257500000000000000" + }, + { + "gotchiId": "17270", + "amount": "12.642500000000002", + "parsedAmount": "12642500000000002000" + }, + { + "gotchiId": "17272", + "amount": "4.3", + "parsedAmount": "4300000000000000000" + }, + { + "gotchiId": "17276", + "amount": "7.047499999999999", + "parsedAmount": "7047499999999999000" + }, + { + "gotchiId": "17279", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "17280", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "17282", + "amount": "22.8925", + "parsedAmount": "22892500000000000000" + }, + { + "gotchiId": "17283", + "amount": "11.89", + "parsedAmount": "11890000000000000000" + }, + { + "gotchiId": "17284", + "amount": "12.415", + "parsedAmount": "12415000000000000000" + }, + { + "gotchiId": "17286", + "amount": "9.0525", + "parsedAmount": "9052500000000000000" + }, + { + "gotchiId": "17290", + "amount": "9.092500000000001", + "parsedAmount": "9092500000000001000" + }, + { + "gotchiId": "17292", + "amount": "6.452500000000001", + "parsedAmount": "6452500000000001000" + }, + { + "gotchiId": "17294", + "amount": "30.3675", + "parsedAmount": "30367500000000000000" + }, + { + "gotchiId": "17296", + "amount": "24.29", + "parsedAmount": "24290000000000000000" + }, + { + "gotchiId": "17298", + "amount": "12.782499999999999", + "parsedAmount": "12782499999999999000" + }, + { + "gotchiId": "17300", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "17303", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "17305", + "amount": "7.3875", + "parsedAmount": "7387500000000000000" + }, + { + "gotchiId": "17306", + "amount": "25.182499999999997", + "parsedAmount": "25182499999999997000" + }, + { + "gotchiId": "17308", + "amount": "9.045", + "parsedAmount": "9045000000000000000" + }, + { + "gotchiId": "17314", + "amount": "2.9875", + "parsedAmount": "2987500000000000000" + }, + { + "gotchiId": "17318", + "amount": "5.987500000000001", + "parsedAmount": "5987500000000001000" + }, + { + "gotchiId": "17322", + "amount": "8.5425", + "parsedAmount": "8542500000000000000" + }, + { + "gotchiId": "17323", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "17327", + "amount": "31.092499999999998", + "parsedAmount": "31092499999999998000" + }, + { + "gotchiId": "17329", + "amount": "3.0925", + "parsedAmount": "3092500000000000000" + }, + { + "gotchiId": "17332", + "amount": "4.8025", + "parsedAmount": "4802500000000000000" + }, + { + "gotchiId": "17334", + "amount": "5.7375", + "parsedAmount": "5737500000000000000" + }, + { + "gotchiId": "17335", + "amount": "52.9125", + "parsedAmount": "52912500000000000000" + }, + { + "gotchiId": "17341", + "amount": "13.945", + "parsedAmount": "13945000000000000000" + }, + { + "gotchiId": "17342", + "amount": "23.08", + "parsedAmount": "23080000000000000000" + }, + { + "gotchiId": "17343", + "amount": "126.9175", + "parsedAmount": "126917500000000000000" + }, + { + "gotchiId": "17344", + "amount": "198.9225", + "parsedAmount": "198922500000000000000" + }, + { + "gotchiId": "17345", + "amount": "11.7075", + "parsedAmount": "11707500000000000000" + }, + { + "gotchiId": "17346", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "17348", + "amount": "6.9075", + "parsedAmount": "6907500000000000000" + }, + { + "gotchiId": "17350", + "amount": "25.165", + "parsedAmount": "25165000000000000000" + }, + { + "gotchiId": "17352", + "amount": "32", + "parsedAmount": "32000000000000000000" + }, + { + "gotchiId": "17353", + "amount": "12.192499999999999", + "parsedAmount": "12192499999999999000" + }, + { + "gotchiId": "17355", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "17357", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "17358", + "amount": "6.9025", + "parsedAmount": "6902500000000000000" + }, + { + "gotchiId": "17361", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "17368", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "17369", + "amount": "8.5625", + "parsedAmount": "8562500000000000000" + }, + { + "gotchiId": "17370", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "17372", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "17379", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "17382", + "amount": "12.255", + "parsedAmount": "12255000000000000000" + }, + { + "gotchiId": "17386", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "17387", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "17390", + "amount": "9.275", + "parsedAmount": "9275000000000000000" + }, + { + "gotchiId": "17395", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "17397", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "17400", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "17402", + "amount": "7.984999999999999", + "parsedAmount": "7984999999999999000" + }, + { + "gotchiId": "17404", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "17405", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "17407", + "amount": "17.845", + "parsedAmount": "17845000000000000000" + }, + { + "gotchiId": "17408", + "amount": "8.780000000000001", + "parsedAmount": "8780000000000001000" + }, + { + "gotchiId": "17409", + "amount": "10.540000000000001", + "parsedAmount": "10540000000000001000" + }, + { + "gotchiId": "17411", + "amount": "3.0175", + "parsedAmount": "3017500000000000000" + }, + { + "gotchiId": "17413", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "17415", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "17417", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "17419", + "amount": "13.8375", + "parsedAmount": "13837500000000000000" + }, + { + "gotchiId": "17422", + "amount": "15.715", + "parsedAmount": "15715000000000000000" + }, + { + "gotchiId": "17425", + "amount": "16.307499999999997", + "parsedAmount": "16307499999999997000" + }, + { + "gotchiId": "17427", + "amount": "13.8975", + "parsedAmount": "13897500000000000000" + }, + { + "gotchiId": "17429", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "17431", + "amount": "17.482499999999998", + "parsedAmount": "17482499999999998000" + }, + { + "gotchiId": "17433", + "amount": "16.735", + "parsedAmount": "16735000000000000000" + }, + { + "gotchiId": "17439", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "17441", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "17442", + "amount": "10.615", + "parsedAmount": "10615000000000000000" + }, + { + "gotchiId": "17444", + "amount": "34.379999999999995", + "parsedAmount": "34379999999999995000" + }, + { + "gotchiId": "17447", + "amount": "27.4925", + "parsedAmount": "27492500000000000000" + }, + { + "gotchiId": "17449", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "17452", + "amount": "3.0925", + "parsedAmount": "3092500000000000000" + }, + { + "gotchiId": "17453", + "amount": "21.15", + "parsedAmount": "21150000000000000000" + }, + { + "gotchiId": "17454", + "amount": "3.755", + "parsedAmount": "3755000000000000000" + }, + { + "gotchiId": "17455", + "amount": "17.37", + "parsedAmount": "17370000000000000000" + }, + { + "gotchiId": "17460", + "amount": "7.567500000000001", + "parsedAmount": "7567500000000001000" + }, + { + "gotchiId": "17465", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "17466", + "amount": "10.9375", + "parsedAmount": "10937500000000000000" + }, + { + "gotchiId": "17467", + "amount": "20.572499999999998", + "parsedAmount": "20572499999999998000" + }, + { + "gotchiId": "17472", + "amount": "14.485", + "parsedAmount": "14485000000000000000" + }, + { + "gotchiId": "17475", + "amount": "2.1725", + "parsedAmount": "2172500000000000000" + }, + { + "gotchiId": "17477", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "17479", + "amount": "13.705", + "parsedAmount": "13705000000000000000" + }, + { + "gotchiId": "17482", + "amount": "9.1975", + "parsedAmount": "9197500000000000000" + }, + { + "gotchiId": "17484", + "amount": "3.42", + "parsedAmount": "3420000000000000000" + }, + { + "gotchiId": "17487", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "17488", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "17490", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "17491", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "17492", + "amount": "4.3275", + "parsedAmount": "4327500000000000000" + }, + { + "gotchiId": "17493", + "amount": "3.08", + "parsedAmount": "3080000000000000000" + }, + { + "gotchiId": "17494", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "17496", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "17497", + "amount": "12.19", + "parsedAmount": "12190000000000000000" + }, + { + "gotchiId": "17499", + "amount": "6.5024999999999995", + "parsedAmount": "6502499999999999500" + }, + { + "gotchiId": "17502", + "amount": "8.7975", + "parsedAmount": "8797500000000000000" + }, + { + "gotchiId": "17503", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "17504", + "amount": "34.442499999999995", + "parsedAmount": "34442499999999995000" + }, + { + "gotchiId": "17505", + "amount": "7.987500000000001", + "parsedAmount": "7987500000000001000" + }, + { + "gotchiId": "17509", + "amount": "26.025", + "parsedAmount": "26025000000000000000" + }, + { + "gotchiId": "17512", + "amount": "11.745", + "parsedAmount": "11745000000000000000" + }, + { + "gotchiId": "17515", + "amount": "6.73", + "parsedAmount": "6730000000000000000" + }, + { + "gotchiId": "17516", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "17517", + "amount": "2.1725", + "parsedAmount": "2172500000000000000" + }, + { + "gotchiId": "17518", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "17519", + "amount": "8.735", + "parsedAmount": "8735000000000000000" + }, + { + "gotchiId": "17521", + "amount": "14.620000000000001", + "parsedAmount": "14620000000000001000" + }, + { + "gotchiId": "17522", + "amount": "28.905", + "parsedAmount": "28905000000000000000" + }, + { + "gotchiId": "17529", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "17530", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "17531", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "17532", + "amount": "14.739999999999998", + "parsedAmount": "14739999999999998000" + }, + { + "gotchiId": "17536", + "amount": "13.75", + "parsedAmount": "13750000000000000000" + }, + { + "gotchiId": "17538", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "17539", + "amount": "97.15500000000002", + "parsedAmount": "97155000000000020000" + }, + { + "gotchiId": "17540", + "amount": "8.254999999999999", + "parsedAmount": "8254999999999999000" + }, + { + "gotchiId": "17542", + "amount": "25.494999999999997", + "parsedAmount": "25494999999999997000" + }, + { + "gotchiId": "17544", + "amount": "13.6675", + "parsedAmount": "13667500000000000000" + }, + { + "gotchiId": "17551", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "17553", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "17558", + "amount": "18.5375", + "parsedAmount": "18537500000000000000" + }, + { + "gotchiId": "17559", + "amount": "26.8", + "parsedAmount": "26800000000000000000" + }, + { + "gotchiId": "17563", + "amount": "12.084999999999999", + "parsedAmount": "12084999999999999000" + }, + { + "gotchiId": "17564", + "amount": "3.26", + "parsedAmount": "3260000000000000000" + }, + { + "gotchiId": "17565", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "17568", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "17569", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "17570", + "amount": "120.495", + "parsedAmount": "120495000000000000000" + }, + { + "gotchiId": "17571", + "amount": "17.695", + "parsedAmount": "17695000000000000000" + }, + { + "gotchiId": "17573", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "17574", + "amount": "13.322500000000002", + "parsedAmount": "13322500000000002000" + }, + { + "gotchiId": "17575", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "17576", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "17591", + "amount": "16.225", + "parsedAmount": "16225000000000000000" + }, + { + "gotchiId": "17593", + "amount": "13.2525", + "parsedAmount": "13252500000000000000" + }, + { + "gotchiId": "17599", + "amount": "23.215", + "parsedAmount": "23215000000000000000" + }, + { + "gotchiId": "17600", + "amount": "14.6375", + "parsedAmount": "14637500000000000000" + }, + { + "gotchiId": "17601", + "amount": "23.9175", + "parsedAmount": "23917500000000000000" + }, + { + "gotchiId": "17602", + "amount": "20.8575", + "parsedAmount": "20857500000000000000" + }, + { + "gotchiId": "17603", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "17604", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "17605", + "amount": "6.9", + "parsedAmount": "6900000000000000000" + }, + { + "gotchiId": "17606", + "amount": "15.080000000000002", + "parsedAmount": "15080000000000002000" + }, + { + "gotchiId": "17607", + "amount": "16.692500000000003", + "parsedAmount": "16692500000000003000" + }, + { + "gotchiId": "17612", + "amount": "10.155000000000001", + "parsedAmount": "10155000000000001000" + }, + { + "gotchiId": "17613", + "amount": "53.96", + "parsedAmount": "53960000000000000000" + }, + { + "gotchiId": "17614", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "17616", + "amount": "23.96", + "parsedAmount": "23960000000000000000" + }, + { + "gotchiId": "17617", + "amount": "10.6925", + "parsedAmount": "10692500000000000000" + }, + { + "gotchiId": "17619", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "17620", + "amount": "3.08", + "parsedAmount": "3080000000000000000" + }, + { + "gotchiId": "17623", + "amount": "18.9975", + "parsedAmount": "18997500000000000000" + }, + { + "gotchiId": "17625", + "amount": "16.84", + "parsedAmount": "16840000000000000000" + }, + { + "gotchiId": "17629", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "17631", + "amount": "11.85", + "parsedAmount": "11850000000000000000" + }, + { + "gotchiId": "17633", + "amount": "10.3575", + "parsedAmount": "10357500000000000000" + }, + { + "gotchiId": "17635", + "amount": "2.27", + "parsedAmount": "2270000000000000000" + }, + { + "gotchiId": "17636", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "17637", + "amount": "18.495", + "parsedAmount": "18495000000000000000" + }, + { + "gotchiId": "17638", + "amount": "15.982499999999998", + "parsedAmount": "15982499999999998000" + }, + { + "gotchiId": "17641", + "amount": "16.9675", + "parsedAmount": "16967500000000000000" + }, + { + "gotchiId": "17642", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "17644", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "17645", + "amount": "19.9625", + "parsedAmount": "19962500000000000000" + }, + { + "gotchiId": "17646", + "amount": "8.0675", + "parsedAmount": "8067500000000000000" + }, + { + "gotchiId": "17651", + "amount": "10.655000000000001", + "parsedAmount": "10655000000000001000" + }, + { + "gotchiId": "17659", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "17660", + "amount": "8.6425", + "parsedAmount": "8642500000000000000" + }, + { + "gotchiId": "17662", + "amount": "39.754999999999995", + "parsedAmount": "39754999999999995000" + }, + { + "gotchiId": "17663", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "17668", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "17669", + "amount": "10.647499999999999", + "parsedAmount": "10647499999999999000" + }, + { + "gotchiId": "17672", + "amount": "21.659999999999997", + "parsedAmount": "21659999999999997000" + }, + { + "gotchiId": "17674", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "17677", + "amount": "19.05", + "parsedAmount": "19050000000000000000" + }, + { + "gotchiId": "17680", + "amount": "4.7524999999999995", + "parsedAmount": "4752499999999999500" + }, + { + "gotchiId": "17682", + "amount": "12.6725", + "parsedAmount": "12672500000000000000" + }, + { + "gotchiId": "17684", + "amount": "18.23", + "parsedAmount": "18230000000000000000" + }, + { + "gotchiId": "17690", + "amount": "11.862499999999999", + "parsedAmount": "11862499999999999000" + }, + { + "gotchiId": "17692", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "17694", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "17698", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "17699", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "17701", + "amount": "17.365000000000002", + "parsedAmount": "17365000000000002000" + }, + { + "gotchiId": "17702", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "17703", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "17704", + "amount": "15.0525", + "parsedAmount": "15052500000000000000" + }, + { + "gotchiId": "17705", + "amount": "11.0725", + "parsedAmount": "11072500000000000000" + }, + { + "gotchiId": "17708", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "17710", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "17712", + "amount": "8.99", + "parsedAmount": "8990000000000000000" + }, + { + "gotchiId": "17713", + "amount": "10.767499999999998", + "parsedAmount": "10767499999999998000" + }, + { + "gotchiId": "17716", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "17717", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "17719", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "17721", + "amount": "15.4575", + "parsedAmount": "15457500000000000000" + }, + { + "gotchiId": "17723", + "amount": "129.175", + "parsedAmount": "129175000000000000000" + }, + { + "gotchiId": "17725", + "amount": "8.1175", + "parsedAmount": "8117500000000000000" + }, + { + "gotchiId": "17726", + "amount": "13.127500000000001", + "parsedAmount": "13127500000000001000" + }, + { + "gotchiId": "17728", + "amount": "13.585", + "parsedAmount": "13585000000000000000" + }, + { + "gotchiId": "17729", + "amount": "12.045000000000002", + "parsedAmount": "12045000000000002000" + }, + { + "gotchiId": "17731", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "17732", + "amount": "4.335", + "parsedAmount": "4335000000000000000" + }, + { + "gotchiId": "17735", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "17736", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "17737", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "17738", + "amount": "12.567499999999999", + "parsedAmount": "12567499999999999000" + }, + { + "gotchiId": "17739", + "amount": "19.830000000000002", + "parsedAmount": "19830000000000002000" + }, + { + "gotchiId": "17741", + "amount": "9.917499999999999", + "parsedAmount": "9917499999999999000" + }, + { + "gotchiId": "17745", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "17746", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "17747", + "amount": "4.415", + "parsedAmount": "4415000000000000000" + }, + { + "gotchiId": "17748", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "17749", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "17751", + "amount": "18.685", + "parsedAmount": "18685000000000000000" + }, + { + "gotchiId": "17755", + "amount": "12.9725", + "parsedAmount": "12972500000000000000" + }, + { + "gotchiId": "17759", + "amount": "12.6375", + "parsedAmount": "12637500000000000000" + }, + { + "gotchiId": "17761", + "amount": "12.115", + "parsedAmount": "12115000000000000000" + }, + { + "gotchiId": "17762", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "17764", + "amount": "10.145", + "parsedAmount": "10145000000000000000" + }, + { + "gotchiId": "17772", + "amount": "12.125", + "parsedAmount": "12125000000000000000" + }, + { + "gotchiId": "17773", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "17776", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "17780", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "17781", + "amount": "2.135", + "parsedAmount": "2135000000000000000" + }, + { + "gotchiId": "17783", + "amount": "21.6925", + "parsedAmount": "21692500000000000000" + }, + { + "gotchiId": "17786", + "amount": "21.200000000000003", + "parsedAmount": "21200000000000003000" + }, + { + "gotchiId": "17787", + "amount": "6.0025", + "parsedAmount": "6002500000000000000" + }, + { + "gotchiId": "17790", + "amount": "2.865", + "parsedAmount": "2865000000000000000" + }, + { + "gotchiId": "17793", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "17795", + "amount": "16.5075", + "parsedAmount": "16507500000000000000" + }, + { + "gotchiId": "17797", + "amount": "17.130000000000003", + "parsedAmount": "17130000000000003000" + }, + { + "gotchiId": "17798", + "amount": "7.9075", + "parsedAmount": "7907500000000000000" + }, + { + "gotchiId": "17799", + "amount": "10.995000000000001", + "parsedAmount": "10995000000000001000" + }, + { + "gotchiId": "17800", + "amount": "7.8775", + "parsedAmount": "7877500000000000000" + }, + { + "gotchiId": "17802", + "amount": "56.135", + "parsedAmount": "56135000000000000000" + }, + { + "gotchiId": "17806", + "amount": "8.709999999999999", + "parsedAmount": "8709999999999999000" + }, + { + "gotchiId": "17813", + "amount": "15.98", + "parsedAmount": "15980000000000000000" + }, + { + "gotchiId": "17814", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "17820", + "amount": "12.4575", + "parsedAmount": "12457500000000000000" + }, + { + "gotchiId": "17821", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "17822", + "amount": "10.1225", + "parsedAmount": "10122500000000000000" + }, + { + "gotchiId": "17824", + "amount": "12.05", + "parsedAmount": "12050000000000000000" + }, + { + "gotchiId": "17825", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "17827", + "amount": "25.1375", + "parsedAmount": "25137500000000000000" + }, + { + "gotchiId": "17828", + "amount": "15.6625", + "parsedAmount": "15662500000000000000" + }, + { + "gotchiId": "17831", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "17832", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "17833", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "17834", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "17836", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "17837", + "amount": "12.635", + "parsedAmount": "12635000000000000000" + }, + { + "gotchiId": "17839", + "amount": "9.55", + "parsedAmount": "9550000000000000000" + }, + { + "gotchiId": "17843", + "amount": "5.8725000000000005", + "parsedAmount": "5872500000000000500" + }, + { + "gotchiId": "17848", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "17850", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "17852", + "amount": "6.2524999999999995", + "parsedAmount": "6252499999999999500" + }, + { + "gotchiId": "17855", + "amount": "46.1125", + "parsedAmount": "46112500000000000000" + }, + { + "gotchiId": "17861", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "17865", + "amount": "73.9025", + "parsedAmount": "73902500000000000000" + }, + { + "gotchiId": "17866", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "17869", + "amount": "10.4325", + "parsedAmount": "10432500000000000000" + }, + { + "gotchiId": "17870", + "amount": "9.195", + "parsedAmount": "9195000000000000000" + }, + { + "gotchiId": "17872", + "amount": "9.6875", + "parsedAmount": "9687500000000000000" + }, + { + "gotchiId": "17873", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "17874", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "17875", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "17879", + "amount": "12.9325", + "parsedAmount": "12932500000000000000" + }, + { + "gotchiId": "17881", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "17883", + "amount": "20.5425", + "parsedAmount": "20542500000000000000" + }, + { + "gotchiId": "17885", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "17887", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "17888", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "17889", + "amount": "15.085", + "parsedAmount": "15085000000000000000" + }, + { + "gotchiId": "17890", + "amount": "33.99", + "parsedAmount": "33990000000000000000" + }, + { + "gotchiId": "17891", + "amount": "17.3575", + "parsedAmount": "17357500000000000000" + }, + { + "gotchiId": "17893", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "17898", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "17899", + "amount": "3.9925", + "parsedAmount": "3992500000000000000" + }, + { + "gotchiId": "17901", + "amount": "15.82", + "parsedAmount": "15820000000000000000" + }, + { + "gotchiId": "17902", + "amount": "6.2825", + "parsedAmount": "6282500000000000000" + }, + { + "gotchiId": "17903", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "17908", + "amount": "4.7925", + "parsedAmount": "4792500000000000000" + }, + { + "gotchiId": "17910", + "amount": "7.285", + "parsedAmount": "7285000000000000000" + }, + { + "gotchiId": "17911", + "amount": "10.0575", + "parsedAmount": "10057500000000000000" + }, + { + "gotchiId": "17917", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "17920", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "17921", + "amount": "18.58", + "parsedAmount": "18580000000000000000" + }, + { + "gotchiId": "17924", + "amount": "10.57", + "parsedAmount": "10570000000000000000" + }, + { + "gotchiId": "17926", + "amount": "31.9125", + "parsedAmount": "31912500000000000000" + }, + { + "gotchiId": "17928", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "17929", + "amount": "10.45", + "parsedAmount": "10450000000000000000" + }, + { + "gotchiId": "17938", + "amount": "7.33", + "parsedAmount": "7330000000000000000" + } + ], + "totalAmount": "7743859999999999895000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952555, + "gasUsed": "9843261" + }, + { + "batchIndex": 17, + "transactionHash": "0xebe78de382d6c51c305e801685651daf379daa4df4d630e99a0e436b67e51c91", + "timestamp": "2025-09-24T06:14:19.807Z", + "gotchiRewards": [ + { + "gotchiId": "17939", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "17941", + "amount": "7.6049999999999995", + "parsedAmount": "7604999999999999500" + }, + { + "gotchiId": "17943", + "amount": "12.754999999999999", + "parsedAmount": "12754999999999999000" + }, + { + "gotchiId": "17944", + "amount": "1042.7649999999999", + "parsedAmount": "1042764999999999900000" + }, + { + "gotchiId": "17945", + "amount": "6.2425", + "parsedAmount": "6242500000000000000" + }, + { + "gotchiId": "17946", + "amount": "10.0675", + "parsedAmount": "10067500000000000000" + }, + { + "gotchiId": "17947", + "amount": "51.72", + "parsedAmount": "51720000000000000000" + }, + { + "gotchiId": "17948", + "amount": "2.6425", + "parsedAmount": "2642500000000000000" + }, + { + "gotchiId": "17951", + "amount": "13.6725", + "parsedAmount": "13672500000000000000" + }, + { + "gotchiId": "17952", + "amount": "3.8975", + "parsedAmount": "3897500000000000000" + }, + { + "gotchiId": "17954", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "17955", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "17956", + "amount": "12.42", + "parsedAmount": "12420000000000000000" + }, + { + "gotchiId": "17957", + "amount": "12.2875", + "parsedAmount": "12287500000000000000" + }, + { + "gotchiId": "17958", + "amount": "6.1000000000000005", + "parsedAmount": "6100000000000000500" + }, + { + "gotchiId": "17959", + "amount": "3.99", + "parsedAmount": "3990000000000000000" + }, + { + "gotchiId": "17960", + "amount": "12.44", + "parsedAmount": "12440000000000000000" + }, + { + "gotchiId": "17967", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "17969", + "amount": "11.67", + "parsedAmount": "11670000000000000000" + }, + { + "gotchiId": "17970", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "17972", + "amount": "6.57", + "parsedAmount": "6570000000000000000" + }, + { + "gotchiId": "17973", + "amount": "17.115000000000002", + "parsedAmount": "17115000000000002000" + }, + { + "gotchiId": "17974", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "17975", + "amount": "2.07", + "parsedAmount": "2070000000000000000" + }, + { + "gotchiId": "17979", + "amount": "2.3925", + "parsedAmount": "2392500000000000000" + }, + { + "gotchiId": "17981", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "17982", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "17985", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "17986", + "amount": "13.745", + "parsedAmount": "13745000000000000000" + }, + { + "gotchiId": "17987", + "amount": "28.5575", + "parsedAmount": "28557500000000000000" + }, + { + "gotchiId": "17998", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "18001", + "amount": "2.6375", + "parsedAmount": "2637500000000000000" + }, + { + "gotchiId": "18002", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "18005", + "amount": "4.42", + "parsedAmount": "4420000000000000000" + }, + { + "gotchiId": "18008", + "amount": "11.172500000000001", + "parsedAmount": "11172500000000001000" + }, + { + "gotchiId": "18009", + "amount": "123.9975", + "parsedAmount": "123997500000000000000" + }, + { + "gotchiId": "18011", + "amount": "310.435", + "parsedAmount": "310435000000000000000" + }, + { + "gotchiId": "18012", + "amount": "29.634999999999998", + "parsedAmount": "29634999999999998000" + }, + { + "gotchiId": "18013", + "amount": "11.805", + "parsedAmount": "11805000000000000000" + }, + { + "gotchiId": "18017", + "amount": "9.27", + "parsedAmount": "9270000000000000000" + }, + { + "gotchiId": "18018", + "amount": "10.977500000000001", + "parsedAmount": "10977500000000001000" + }, + { + "gotchiId": "18019", + "amount": "7.074999999999999", + "parsedAmount": "7074999999999999000" + }, + { + "gotchiId": "18020", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "18028", + "amount": "16.64", + "parsedAmount": "16640000000000000000" + }, + { + "gotchiId": "18031", + "amount": "10.989999999999998", + "parsedAmount": "10989999999999998000" + }, + { + "gotchiId": "18034", + "amount": "8.915", + "parsedAmount": "8915000000000000000" + }, + { + "gotchiId": "18035", + "amount": "21.1575", + "parsedAmount": "21157500000000000000" + }, + { + "gotchiId": "18036", + "amount": "15.4275", + "parsedAmount": "15427500000000000000" + }, + { + "gotchiId": "18040", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "18041", + "amount": "19.245", + "parsedAmount": "19245000000000000000" + }, + { + "gotchiId": "18044", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "18046", + "amount": "9.7775", + "parsedAmount": "9777500000000000000" + }, + { + "gotchiId": "18048", + "amount": "13.945", + "parsedAmount": "13945000000000000000" + }, + { + "gotchiId": "18050", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "18051", + "amount": "24.3275", + "parsedAmount": "24327500000000000000" + }, + { + "gotchiId": "18052", + "amount": "9.622499999999999", + "parsedAmount": "9622499999999999000" + }, + { + "gotchiId": "18053", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "18054", + "amount": "26.03", + "parsedAmount": "26030000000000000000" + }, + { + "gotchiId": "18057", + "amount": "8.129999999999999", + "parsedAmount": "8129999999999999000" + }, + { + "gotchiId": "18058", + "amount": "16.495", + "parsedAmount": "16495000000000000000" + }, + { + "gotchiId": "18059", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "18061", + "amount": "3.075", + "parsedAmount": "3075000000000000000" + }, + { + "gotchiId": "18063", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "18064", + "amount": "29.29", + "parsedAmount": "29290000000000000000" + }, + { + "gotchiId": "18065", + "amount": "6.8425", + "parsedAmount": "6842500000000000000" + }, + { + "gotchiId": "18066", + "amount": "13.2475", + "parsedAmount": "13247500000000000000" + }, + { + "gotchiId": "18067", + "amount": "12.945", + "parsedAmount": "12945000000000000000" + }, + { + "gotchiId": "18070", + "amount": "2.02", + "parsedAmount": "2020000000000000000" + }, + { + "gotchiId": "18071", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "18072", + "amount": "12.205", + "parsedAmount": "12205000000000000000" + }, + { + "gotchiId": "18073", + "amount": "7.645", + "parsedAmount": "7645000000000000000" + }, + { + "gotchiId": "18074", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "18077", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "18081", + "amount": "43.7475", + "parsedAmount": "43747500000000000000" + }, + { + "gotchiId": "18084", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "18085", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "18087", + "amount": "8.0875", + "parsedAmount": "8087500000000000000" + }, + { + "gotchiId": "18089", + "amount": "13.107499999999998", + "parsedAmount": "13107499999999998000" + }, + { + "gotchiId": "18091", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "18092", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "18093", + "amount": "15.91", + "parsedAmount": "15910000000000000000" + }, + { + "gotchiId": "18101", + "amount": "12.64", + "parsedAmount": "12640000000000000000" + }, + { + "gotchiId": "18103", + "amount": "3.46", + "parsedAmount": "3460000000000000000" + }, + { + "gotchiId": "18106", + "amount": "15.34", + "parsedAmount": "15340000000000000000" + }, + { + "gotchiId": "18107", + "amount": "18.415", + "parsedAmount": "18415000000000000000" + }, + { + "gotchiId": "18108", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "18109", + "amount": "13.2175", + "parsedAmount": "13217500000000000000" + }, + { + "gotchiId": "18110", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "18111", + "amount": "72.26", + "parsedAmount": "72260000000000000000" + }, + { + "gotchiId": "18112", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "18114", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "18116", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "18118", + "amount": "7.709999999999999", + "parsedAmount": "7709999999999999000" + }, + { + "gotchiId": "18119", + "amount": "6.0175", + "parsedAmount": "6017500000000000000" + }, + { + "gotchiId": "18120", + "amount": "44.957499999999996", + "parsedAmount": "44957499999999996000" + }, + { + "gotchiId": "18121", + "amount": "19.4825", + "parsedAmount": "19482500000000000000" + }, + { + "gotchiId": "18123", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "18124", + "amount": "19.945", + "parsedAmount": "19945000000000000000" + }, + { + "gotchiId": "18126", + "amount": "44.769999999999996", + "parsedAmount": "44769999999999996000" + }, + { + "gotchiId": "18127", + "amount": "7.155", + "parsedAmount": "7155000000000000000" + }, + { + "gotchiId": "18129", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "18134", + "amount": "25.5", + "parsedAmount": "25500000000000000000" + }, + { + "gotchiId": "18136", + "amount": "12.057500000000001", + "parsedAmount": "12057500000000001000" + }, + { + "gotchiId": "18138", + "amount": "15.094999999999999", + "parsedAmount": "15094999999999999000" + }, + { + "gotchiId": "18140", + "amount": "15.330000000000002", + "parsedAmount": "15330000000000002000" + }, + { + "gotchiId": "18141", + "amount": "10.6625", + "parsedAmount": "10662500000000000000" + }, + { + "gotchiId": "18142", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "18143", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "18145", + "amount": "34.525", + "parsedAmount": "34525000000000000000" + }, + { + "gotchiId": "18146", + "amount": "9.405000000000001", + "parsedAmount": "9405000000000001000" + }, + { + "gotchiId": "18149", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "18150", + "amount": "5.51", + "parsedAmount": "5510000000000000000" + }, + { + "gotchiId": "18151", + "amount": "5.359999999999999", + "parsedAmount": "5359999999999999000" + }, + { + "gotchiId": "18152", + "amount": "20.2675", + "parsedAmount": "20267500000000000000" + }, + { + "gotchiId": "18153", + "amount": "5.5475", + "parsedAmount": "5547500000000000000" + }, + { + "gotchiId": "18155", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "18156", + "amount": "11.5975", + "parsedAmount": "11597500000000000000" + }, + { + "gotchiId": "18162", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "18163", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "18164", + "amount": "14.3575", + "parsedAmount": "14357500000000000000" + }, + { + "gotchiId": "18166", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "18168", + "amount": "5.6274999999999995", + "parsedAmount": "5627499999999999500" + }, + { + "gotchiId": "18169", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "18170", + "amount": "89.7825", + "parsedAmount": "89782500000000000000" + }, + { + "gotchiId": "18174", + "amount": "17.55", + "parsedAmount": "17550000000000000000" + }, + { + "gotchiId": "18175", + "amount": "14.205", + "parsedAmount": "14205000000000000000" + }, + { + "gotchiId": "18178", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "18182", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "18184", + "amount": "11.915", + "parsedAmount": "11915000000000000000" + }, + { + "gotchiId": "18185", + "amount": "25.2875", + "parsedAmount": "25287500000000000000" + }, + { + "gotchiId": "18186", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "18190", + "amount": "9.9075", + "parsedAmount": "9907500000000000000" + }, + { + "gotchiId": "18193", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "18194", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "18196", + "amount": "10.0825", + "parsedAmount": "10082500000000000000" + }, + { + "gotchiId": "18198", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "18201", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "18204", + "amount": "21.8675", + "parsedAmount": "21867500000000000000" + }, + { + "gotchiId": "18207", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "18208", + "amount": "4.52", + "parsedAmount": "4520000000000000000" + }, + { + "gotchiId": "18210", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "18215", + "amount": "11.145", + "parsedAmount": "11145000000000000000" + }, + { + "gotchiId": "18217", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "18218", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "18221", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "18224", + "amount": "12.3525", + "parsedAmount": "12352500000000000000" + }, + { + "gotchiId": "18227", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "18228", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "18229", + "amount": "12.745", + "parsedAmount": "12745000000000000000" + }, + { + "gotchiId": "18231", + "amount": "31.2975", + "parsedAmount": "31297500000000000000" + }, + { + "gotchiId": "18233", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "18234", + "amount": "4.6850000000000005", + "parsedAmount": "4685000000000000500" + }, + { + "gotchiId": "18235", + "amount": "6.6625", + "parsedAmount": "6662500000000000000" + }, + { + "gotchiId": "18236", + "amount": "13.4825", + "parsedAmount": "13482500000000000000" + }, + { + "gotchiId": "18237", + "amount": "7.534999999999999", + "parsedAmount": "7534999999999999000" + }, + { + "gotchiId": "18239", + "amount": "8.2025", + "parsedAmount": "8202500000000000000" + }, + { + "gotchiId": "18240", + "amount": "5.5375", + "parsedAmount": "5537500000000000000" + }, + { + "gotchiId": "18244", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "18245", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "18247", + "amount": "26.58", + "parsedAmount": "26580000000000000000" + }, + { + "gotchiId": "18248", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "18249", + "amount": "714.9575", + "parsedAmount": "714957500000000000000" + }, + { + "gotchiId": "18252", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "18256", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "18257", + "amount": "4.0075", + "parsedAmount": "4007500000000000000" + }, + { + "gotchiId": "18258", + "amount": "190.64000000000001", + "parsedAmount": "190640000000000010000" + }, + { + "gotchiId": "18259", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "18262", + "amount": "8.795", + "parsedAmount": "8795000000000000000" + }, + { + "gotchiId": "18263", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "18265", + "amount": "13.407499999999999", + "parsedAmount": "13407499999999999000" + }, + { + "gotchiId": "18273", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "18275", + "amount": "8.3725", + "parsedAmount": "8372500000000000000" + }, + { + "gotchiId": "18280", + "amount": "45.9025", + "parsedAmount": "45902500000000000000" + }, + { + "gotchiId": "18283", + "amount": "12.15", + "parsedAmount": "12150000000000000000" + }, + { + "gotchiId": "18284", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "18287", + "amount": "45.63250000000001", + "parsedAmount": "45632500000000010000" + }, + { + "gotchiId": "18291", + "amount": "18.8125", + "parsedAmount": "18812500000000000000" + }, + { + "gotchiId": "18292", + "amount": "68.99", + "parsedAmount": "68990000000000000000" + }, + { + "gotchiId": "18293", + "amount": "5.355", + "parsedAmount": "5355000000000000000" + }, + { + "gotchiId": "18295", + "amount": "12.129999999999999", + "parsedAmount": "12129999999999999000" + }, + { + "gotchiId": "18296", + "amount": "15.6375", + "parsedAmount": "15637500000000000000" + }, + { + "gotchiId": "18298", + "amount": "22.8025", + "parsedAmount": "22802500000000000000" + }, + { + "gotchiId": "18300", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "18304", + "amount": "20.337500000000002", + "parsedAmount": "20337500000000002000" + }, + { + "gotchiId": "18305", + "amount": "11.4975", + "parsedAmount": "11497500000000000000" + }, + { + "gotchiId": "18306", + "amount": "8.129999999999999", + "parsedAmount": "8129999999999999000" + }, + { + "gotchiId": "18308", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "18309", + "amount": "12.805", + "parsedAmount": "12805000000000000000" + }, + { + "gotchiId": "18313", + "amount": "11.6725", + "parsedAmount": "11672500000000000000" + }, + { + "gotchiId": "18314", + "amount": "13.747499999999999", + "parsedAmount": "13747499999999999000" + }, + { + "gotchiId": "18319", + "amount": "6.98", + "parsedAmount": "6980000000000000000" + }, + { + "gotchiId": "18320", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "18324", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "18327", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "18328", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "18330", + "amount": "37.985", + "parsedAmount": "37985000000000000000" + }, + { + "gotchiId": "18332", + "amount": "5.405", + "parsedAmount": "5405000000000000000" + }, + { + "gotchiId": "18338", + "amount": "21.965", + "parsedAmount": "21965000000000000000" + }, + { + "gotchiId": "18339", + "amount": "46.6425", + "parsedAmount": "46642500000000000000" + }, + { + "gotchiId": "18340", + "amount": "33.3725", + "parsedAmount": "33372500000000000000" + }, + { + "gotchiId": "18348", + "amount": "9.0525", + "parsedAmount": "9052500000000000000" + }, + { + "gotchiId": "18349", + "amount": "12.09", + "parsedAmount": "12090000000000000000" + }, + { + "gotchiId": "18352", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "18354", + "amount": "11.6275", + "parsedAmount": "11627500000000000000" + }, + { + "gotchiId": "18356", + "amount": "16.8875", + "parsedAmount": "16887500000000000000" + }, + { + "gotchiId": "18357", + "amount": "2.025", + "parsedAmount": "2025000000000000000" + }, + { + "gotchiId": "18360", + "amount": "11.787500000000001", + "parsedAmount": "11787500000000001000" + }, + { + "gotchiId": "18361", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "18362", + "amount": "6.415", + "parsedAmount": "6415000000000000000" + }, + { + "gotchiId": "18363", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "18367", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "18368", + "amount": "3.33", + "parsedAmount": "3330000000000000000" + }, + { + "gotchiId": "18370", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "18371", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "18372", + "amount": "8.684999999999999", + "parsedAmount": "8684999999999999000" + }, + { + "gotchiId": "18374", + "amount": "14.115000000000002", + "parsedAmount": "14115000000000002000" + }, + { + "gotchiId": "18375", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "18376", + "amount": "2.0375", + "parsedAmount": "2037500000000000000" + }, + { + "gotchiId": "18378", + "amount": "2.655", + "parsedAmount": "2655000000000000000" + }, + { + "gotchiId": "18379", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "18383", + "amount": "20.305000000000003", + "parsedAmount": "20305000000000003000" + }, + { + "gotchiId": "18385", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "18387", + "amount": "12.08", + "parsedAmount": "12080000000000000000" + }, + { + "gotchiId": "18389", + "amount": "8.7475", + "parsedAmount": "8747500000000000000" + }, + { + "gotchiId": "18390", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "18391", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "18392", + "amount": "7.3525", + "parsedAmount": "7352500000000000000" + }, + { + "gotchiId": "18393", + "amount": "6.8725000000000005", + "parsedAmount": "6872500000000000500" + }, + { + "gotchiId": "18397", + "amount": "11.004999999999999", + "parsedAmount": "11004999999999999000" + }, + { + "gotchiId": "18399", + "amount": "17.7425", + "parsedAmount": "17742500000000000000" + }, + { + "gotchiId": "18400", + "amount": "91.4325", + "parsedAmount": "91432500000000000000" + }, + { + "gotchiId": "18401", + "amount": "13.89", + "parsedAmount": "13890000000000000000" + }, + { + "gotchiId": "18402", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "18403", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "18404", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "18405", + "amount": "11.5725", + "parsedAmount": "11572500000000000000" + }, + { + "gotchiId": "18406", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "18408", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "18411", + "amount": "1272.1025000000002", + "parsedAmount": "1272102500000000200000" + }, + { + "gotchiId": "18412", + "amount": "10.42", + "parsedAmount": "10420000000000000000" + }, + { + "gotchiId": "18415", + "amount": "17.244999999999997", + "parsedAmount": "17244999999999997000" + }, + { + "gotchiId": "18422", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "18426", + "amount": "12.7525", + "parsedAmount": "12752500000000000000" + }, + { + "gotchiId": "18427", + "amount": "12.14", + "parsedAmount": "12140000000000000000" + }, + { + "gotchiId": "18428", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "18431", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "18432", + "amount": "7.52", + "parsedAmount": "7520000000000000000" + }, + { + "gotchiId": "18433", + "amount": "14.9725", + "parsedAmount": "14972500000000000000" + }, + { + "gotchiId": "18434", + "amount": "84.74749999999999", + "parsedAmount": "84747499999999990000" + }, + { + "gotchiId": "18438", + "amount": "25.1475", + "parsedAmount": "25147500000000000000" + }, + { + "gotchiId": "18441", + "amount": "36.5225", + "parsedAmount": "36522500000000000000" + }, + { + "gotchiId": "18445", + "amount": "22.965", + "parsedAmount": "22965000000000000000" + }, + { + "gotchiId": "18447", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "18449", + "amount": "13.605", + "parsedAmount": "13605000000000000000" + }, + { + "gotchiId": "18452", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "18453", + "amount": "7.6274999999999995", + "parsedAmount": "7627499999999999500" + }, + { + "gotchiId": "18454", + "amount": "3.115", + "parsedAmount": "3115000000000000000" + }, + { + "gotchiId": "18459", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "18460", + "amount": "12.5275", + "parsedAmount": "12527500000000000000" + }, + { + "gotchiId": "18464", + "amount": "2.18", + "parsedAmount": "2180000000000000000" + }, + { + "gotchiId": "18466", + "amount": "7.9825", + "parsedAmount": "7982500000000000000" + }, + { + "gotchiId": "18467", + "amount": "100.65", + "parsedAmount": "100650000000000000000" + }, + { + "gotchiId": "18469", + "amount": "49.725", + "parsedAmount": "49725000000000000000" + }, + { + "gotchiId": "18470", + "amount": "32.0775", + "parsedAmount": "32077500000000000000" + }, + { + "gotchiId": "18472", + "amount": "12.4375", + "parsedAmount": "12437500000000000000" + }, + { + "gotchiId": "18473", + "amount": "9.4", + "parsedAmount": "9400000000000000000" + }, + { + "gotchiId": "18474", + "amount": "12.024999999999999", + "parsedAmount": "12024999999999999000" + }, + { + "gotchiId": "18475", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "18476", + "amount": "14.330000000000002", + "parsedAmount": "14330000000000002000" + }, + { + "gotchiId": "18477", + "amount": "75.1875", + "parsedAmount": "75187500000000000000" + }, + { + "gotchiId": "18480", + "amount": "5.0725", + "parsedAmount": "5072500000000000000" + }, + { + "gotchiId": "18481", + "amount": "10.06", + "parsedAmount": "10060000000000000000" + }, + { + "gotchiId": "18483", + "amount": "12.5925", + "parsedAmount": "12592500000000000000" + }, + { + "gotchiId": "18485", + "amount": "14.605", + "parsedAmount": "14605000000000000000" + }, + { + "gotchiId": "18486", + "amount": "13.8475", + "parsedAmount": "13847500000000000000" + }, + { + "gotchiId": "18487", + "amount": "23.97", + "parsedAmount": "23970000000000000000" + }, + { + "gotchiId": "18490", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "18491", + "amount": "83.11", + "parsedAmount": "83110000000000000000" + }, + { + "gotchiId": "18492", + "amount": "2.2925", + "parsedAmount": "2292500000000000000" + }, + { + "gotchiId": "18493", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "18494", + "amount": "35.817499999999995", + "parsedAmount": "35817499999999995000" + }, + { + "gotchiId": "18495", + "amount": "12.592500000000001", + "parsedAmount": "12592500000000001000" + }, + { + "gotchiId": "18497", + "amount": "42.345", + "parsedAmount": "42345000000000000000" + }, + { + "gotchiId": "18499", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "18501", + "amount": "11.2775", + "parsedAmount": "11277500000000000000" + }, + { + "gotchiId": "18506", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "18508", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "18510", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "18516", + "amount": "12.1875", + "parsedAmount": "12187500000000000000" + }, + { + "gotchiId": "18518", + "amount": "7.450000000000001", + "parsedAmount": "7450000000000001000" + }, + { + "gotchiId": "18520", + "amount": "19.725", + "parsedAmount": "19725000000000000000" + }, + { + "gotchiId": "18522", + "amount": "17.502499999999998", + "parsedAmount": "17502499999999998000" + }, + { + "gotchiId": "18525", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "18530", + "amount": "6.359999999999999", + "parsedAmount": "6359999999999999000" + }, + { + "gotchiId": "18531", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "18534", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "18535", + "amount": "11.252500000000001", + "parsedAmount": "11252500000000001000" + }, + { + "gotchiId": "18537", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "18539", + "amount": "18.7875", + "parsedAmount": "18787500000000000000" + }, + { + "gotchiId": "18542", + "amount": "33.684999999999995", + "parsedAmount": "33684999999999995000" + }, + { + "gotchiId": "18545", + "amount": "15.357500000000002", + "parsedAmount": "15357500000000002000" + }, + { + "gotchiId": "18549", + "amount": "14.57", + "parsedAmount": "14570000000000000000" + }, + { + "gotchiId": "18550", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "18554", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "18556", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "18557", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "18558", + "amount": "20.292499999999997", + "parsedAmount": "20292499999999997000" + }, + { + "gotchiId": "18562", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "18565", + "amount": "13.0175", + "parsedAmount": "13017500000000000000" + }, + { + "gotchiId": "18567", + "amount": "19.9925", + "parsedAmount": "19992500000000000000" + }, + { + "gotchiId": "18568", + "amount": "10.07", + "parsedAmount": "10070000000000000000" + }, + { + "gotchiId": "18573", + "amount": "4.78", + "parsedAmount": "4780000000000000000" + }, + { + "gotchiId": "18574", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "18576", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "18577", + "amount": "12.432500000000001", + "parsedAmount": "12432500000000001000" + }, + { + "gotchiId": "18578", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "18579", + "amount": "10.657499999999999", + "parsedAmount": "10657499999999999000" + }, + { + "gotchiId": "18584", + "amount": "4.645", + "parsedAmount": "4645000000000000000" + }, + { + "gotchiId": "18586", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "18588", + "amount": "8.3775", + "parsedAmount": "8377500000000000000" + }, + { + "gotchiId": "18590", + "amount": "10.865", + "parsedAmount": "10865000000000000000" + }, + { + "gotchiId": "18591", + "amount": "25.4775", + "parsedAmount": "25477500000000000000" + }, + { + "gotchiId": "18593", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "18594", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "18595", + "amount": "12.0275", + "parsedAmount": "12027500000000000000" + }, + { + "gotchiId": "18600", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "18603", + "amount": "7.2375", + "parsedAmount": "7237500000000000000" + }, + { + "gotchiId": "18607", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "18609", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "18610", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "18612", + "amount": "24.405", + "parsedAmount": "24405000000000000000" + }, + { + "gotchiId": "18613", + "amount": "16.927500000000002", + "parsedAmount": "16927500000000002000" + }, + { + "gotchiId": "18619", + "amount": "26.78", + "parsedAmount": "26780000000000000000" + }, + { + "gotchiId": "18620", + "amount": "20.195", + "parsedAmount": "20195000000000000000" + }, + { + "gotchiId": "18623", + "amount": "17.965", + "parsedAmount": "17965000000000000000" + }, + { + "gotchiId": "18624", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "18626", + "amount": "13.8125", + "parsedAmount": "13812500000000000000" + }, + { + "gotchiId": "18627", + "amount": "5.355", + "parsedAmount": "5355000000000000000" + }, + { + "gotchiId": "18629", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "18630", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "18633", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "18634", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "18636", + "amount": "11.584999999999999", + "parsedAmount": "11584999999999999000" + }, + { + "gotchiId": "18641", + "amount": "7.92", + "parsedAmount": "7920000000000000000" + }, + { + "gotchiId": "18642", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "18645", + "amount": "24.409999999999997", + "parsedAmount": "24409999999999997000" + }, + { + "gotchiId": "18648", + "amount": "18.115", + "parsedAmount": "18115000000000000000" + }, + { + "gotchiId": "18649", + "amount": "12.297500000000001", + "parsedAmount": "12297500000000001000" + }, + { + "gotchiId": "18650", + "amount": "333.235", + "parsedAmount": "333235000000000000000" + }, + { + "gotchiId": "18651", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "18653", + "amount": "14.844999999999999", + "parsedAmount": "14844999999999999000" + }, + { + "gotchiId": "18661", + "amount": "41.0225", + "parsedAmount": "41022500000000000000" + }, + { + "gotchiId": "18662", + "amount": "21.515", + "parsedAmount": "21515000000000000000" + }, + { + "gotchiId": "18663", + "amount": "67.855", + "parsedAmount": "67855000000000000000" + }, + { + "gotchiId": "18664", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "18665", + "amount": "6.0275", + "parsedAmount": "6027500000000000000" + }, + { + "gotchiId": "18667", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "18673", + "amount": "12.075", + "parsedAmount": "12075000000000000000" + }, + { + "gotchiId": "18676", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "18677", + "amount": "17.017500000000002", + "parsedAmount": "17017500000000002000" + }, + { + "gotchiId": "18678", + "amount": "19.245", + "parsedAmount": "19245000000000000000" + }, + { + "gotchiId": "18680", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "18681", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "18685", + "amount": "53.1525", + "parsedAmount": "53152500000000000000" + }, + { + "gotchiId": "18687", + "amount": "7.5375", + "parsedAmount": "7537500000000000000" + }, + { + "gotchiId": "18688", + "amount": "8.375", + "parsedAmount": "8375000000000000000" + }, + { + "gotchiId": "18691", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "18693", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "18695", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "18698", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "18702", + "amount": "29.3925", + "parsedAmount": "29392500000000000000" + }, + { + "gotchiId": "18704", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "18710", + "amount": "7.074999999999999", + "parsedAmount": "7074999999999999000" + }, + { + "gotchiId": "18713", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "18719", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "18721", + "amount": "8.1775", + "parsedAmount": "8177500000000000000" + }, + { + "gotchiId": "18724", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "18729", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "18731", + "amount": "3.6675", + "parsedAmount": "3667500000000000000" + }, + { + "gotchiId": "18734", + "amount": "38.295", + "parsedAmount": "38295000000000000000" + }, + { + "gotchiId": "18737", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "18740", + "amount": "19.0975", + "parsedAmount": "19097500000000000000" + }, + { + "gotchiId": "18741", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "18742", + "amount": "22.727500000000003", + "parsedAmount": "22727500000000003000" + }, + { + "gotchiId": "18745", + "amount": "16.28", + "parsedAmount": "16280000000000000000" + }, + { + "gotchiId": "18749", + "amount": "12.655", + "parsedAmount": "12655000000000000000" + }, + { + "gotchiId": "18752", + "amount": "12.4625", + "parsedAmount": "12462500000000000000" + }, + { + "gotchiId": "18753", + "amount": "20.32", + "parsedAmount": "20320000000000000000" + }, + { + "gotchiId": "18755", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "18756", + "amount": "12.717500000000001", + "parsedAmount": "12717500000000001000" + }, + { + "gotchiId": "18762", + "amount": "18.0675", + "parsedAmount": "18067500000000000000" + }, + { + "gotchiId": "18764", + "amount": "36.1425", + "parsedAmount": "36142500000000000000" + }, + { + "gotchiId": "18765", + "amount": "4.795", + "parsedAmount": "4795000000000000000" + }, + { + "gotchiId": "18771", + "amount": "7.365", + "parsedAmount": "7365000000000000000" + }, + { + "gotchiId": "18772", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "18774", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "18775", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "18777", + "amount": "35.940000000000005", + "parsedAmount": "35940000000000005000" + }, + { + "gotchiId": "18780", + "amount": "11.697500000000002", + "parsedAmount": "11697500000000002000" + }, + { + "gotchiId": "18782", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "18786", + "amount": "16.1275", + "parsedAmount": "16127500000000000000" + }, + { + "gotchiId": "18792", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "18801", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "18802", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "18803", + "amount": "4.57", + "parsedAmount": "4570000000000000000" + }, + { + "gotchiId": "18804", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "18807", + "amount": "34.207499999999996", + "parsedAmount": "34207499999999996000" + }, + { + "gotchiId": "18808", + "amount": "5.0825", + "parsedAmount": "5082500000000000000" + }, + { + "gotchiId": "18810", + "amount": "48.7725", + "parsedAmount": "48772500000000000000" + }, + { + "gotchiId": "18814", + "amount": "12.875", + "parsedAmount": "12875000000000000000" + }, + { + "gotchiId": "18816", + "amount": "4.9575", + "parsedAmount": "4957500000000000000" + }, + { + "gotchiId": "18819", + "amount": "6.609999999999999", + "parsedAmount": "6609999999999999000" + }, + { + "gotchiId": "18820", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "18825", + "amount": "3.325", + "parsedAmount": "3325000000000000000" + }, + { + "gotchiId": "18827", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "18829", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "18835", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "18836", + "amount": "14.915", + "parsedAmount": "14915000000000000000" + }, + { + "gotchiId": "18839", + "amount": "14.8475", + "parsedAmount": "14847500000000000000" + }, + { + "gotchiId": "18840", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "18842", + "amount": "5.67", + "parsedAmount": "5670000000000000000" + }, + { + "gotchiId": "18844", + "amount": "25.295", + "parsedAmount": "25295000000000000000" + }, + { + "gotchiId": "18845", + "amount": "9.9375", + "parsedAmount": "9937500000000000000" + }, + { + "gotchiId": "18850", + "amount": "7.7175", + "parsedAmount": "7717500000000000000" + }, + { + "gotchiId": "18852", + "amount": "7.125", + "parsedAmount": "7125000000000000000" + }, + { + "gotchiId": "18853", + "amount": "13.932500000000001", + "parsedAmount": "13932500000000001000" + }, + { + "gotchiId": "18854", + "amount": "32.42", + "parsedAmount": "32420000000000000000" + }, + { + "gotchiId": "18856", + "amount": "29.5375", + "parsedAmount": "29537500000000000000" + }, + { + "gotchiId": "18857", + "amount": "4.565", + "parsedAmount": "4565000000000000000" + }, + { + "gotchiId": "18858", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "18859", + "amount": "34.8375", + "parsedAmount": "34837500000000000000" + }, + { + "gotchiId": "18861", + "amount": "15.7075", + "parsedAmount": "15707500000000000000" + }, + { + "gotchiId": "18862", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "18865", + "amount": "6.8549999999999995", + "parsedAmount": "6854999999999999500" + }, + { + "gotchiId": "18866", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "18867", + "amount": "9.1025", + "parsedAmount": "9102500000000000000" + }, + { + "gotchiId": "18869", + "amount": "11.855", + "parsedAmount": "11855000000000000000" + }, + { + "gotchiId": "18870", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "18871", + "amount": "13.145", + "parsedAmount": "13145000000000000000" + }, + { + "gotchiId": "18872", + "amount": "8.17", + "parsedAmount": "8170000000000000000" + }, + { + "gotchiId": "18873", + "amount": "106.65", + "parsedAmount": "106650000000000000000" + }, + { + "gotchiId": "18874", + "amount": "12.1775", + "parsedAmount": "12177500000000000000" + }, + { + "gotchiId": "18875", + "amount": "15.8475", + "parsedAmount": "15847500000000000000" + }, + { + "gotchiId": "18877", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "18879", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "18883", + "amount": "27.22", + "parsedAmount": "27220000000000000000" + }, + { + "gotchiId": "18887", + "amount": "5.01", + "parsedAmount": "5010000000000000000" + }, + { + "gotchiId": "18889", + "amount": "5.3774999999999995", + "parsedAmount": "5377499999999999500" + }, + { + "gotchiId": "18891", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "18892", + "amount": "10.567499999999999", + "parsedAmount": "10567499999999999000" + }, + { + "gotchiId": "18893", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "18896", + "amount": "12.4875", + "parsedAmount": "12487500000000000000" + }, + { + "gotchiId": "18898", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "18899", + "amount": "4.565", + "parsedAmount": "4565000000000000000" + }, + { + "gotchiId": "18900", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "18901", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "18902", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "18904", + "amount": "33.845", + "parsedAmount": "33845000000000000000" + }, + { + "gotchiId": "18905", + "amount": "12.345", + "parsedAmount": "12345000000000000000" + }, + { + "gotchiId": "18908", + "amount": "24.2125", + "parsedAmount": "24212500000000000000" + }, + { + "gotchiId": "18910", + "amount": "24.222499999999997", + "parsedAmount": "24222499999999997000" + }, + { + "gotchiId": "18911", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "18915", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "18916", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "18917", + "amount": "4.7475000000000005", + "parsedAmount": "4747500000000000500" + }, + { + "gotchiId": "18919", + "amount": "6.14", + "parsedAmount": "6140000000000000000" + }, + { + "gotchiId": "18926", + "amount": "10.6175", + "parsedAmount": "10617500000000000000" + }, + { + "gotchiId": "18928", + "amount": "9.1125", + "parsedAmount": "9112500000000000000" + }, + { + "gotchiId": "18929", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "18931", + "amount": "8.567499999999999", + "parsedAmount": "8567499999999999000" + }, + { + "gotchiId": "18935", + "amount": "20.11", + "parsedAmount": "20110000000000000000" + }, + { + "gotchiId": "18936", + "amount": "11.14", + "parsedAmount": "11140000000000000000" + }, + { + "gotchiId": "18938", + "amount": "5.21", + "parsedAmount": "5210000000000000000" + }, + { + "gotchiId": "18939", + "amount": "23.075", + "parsedAmount": "23075000000000000000" + }, + { + "gotchiId": "18942", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "18943", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "18948", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "18950", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "18952", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "18954", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "18957", + "amount": "7.859999999999999", + "parsedAmount": "7859999999999999000" + }, + { + "gotchiId": "18960", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "18962", + "amount": "9.809999999999999", + "parsedAmount": "9809999999999999000" + }, + { + "gotchiId": "18964", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "18965", + "amount": "18.61", + "parsedAmount": "18610000000000000000" + }, + { + "gotchiId": "18966", + "amount": "9.1", + "parsedAmount": "9100000000000000000" + }, + { + "gotchiId": "18968", + "amount": "11.73", + "parsedAmount": "11730000000000000000" + }, + { + "gotchiId": "18972", + "amount": "2.52", + "parsedAmount": "2520000000000000000" + }, + { + "gotchiId": "18975", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "18977", + "amount": "10.002500000000001", + "parsedAmount": "10002500000000001000" + }, + { + "gotchiId": "18978", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + } + ], + "totalAmount": "10120222500000000085500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952557, + "gasUsed": "9612301" + }, + { + "batchIndex": 18, + "transactionHash": "0x60d4a34eb11907a2c4529b513101b1f648451aaa20341e0a04d4f7e903e82e13", + "timestamp": "2025-09-24T06:14:22.853Z", + "gotchiRewards": [ + { + "gotchiId": "18979", + "amount": "94.265", + "parsedAmount": "94265000000000000000" + }, + { + "gotchiId": "18982", + "amount": "9.9", + "parsedAmount": "9900000000000000000" + }, + { + "gotchiId": "18984", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "18985", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "18986", + "amount": "15.200000000000001", + "parsedAmount": "15200000000000001000" + }, + { + "gotchiId": "18988", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "18990", + "amount": "15.1825", + "parsedAmount": "15182500000000000000" + }, + { + "gotchiId": "18995", + "amount": "4.415", + "parsedAmount": "4415000000000000000" + }, + { + "gotchiId": "18996", + "amount": "92.015", + "parsedAmount": "92015000000000000000" + }, + { + "gotchiId": "19005", + "amount": "51.8275", + "parsedAmount": "51827500000000000000" + }, + { + "gotchiId": "19006", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "19007", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "19008", + "amount": "16.325", + "parsedAmount": "16325000000000000000" + }, + { + "gotchiId": "19009", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "19010", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "19012", + "amount": "18.5275", + "parsedAmount": "18527500000000000000" + }, + { + "gotchiId": "19014", + "amount": "22.225", + "parsedAmount": "22225000000000000000" + }, + { + "gotchiId": "19015", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "19016", + "amount": "604.07", + "parsedAmount": "604070000000000000000" + }, + { + "gotchiId": "19019", + "amount": "129.9425", + "parsedAmount": "129942500000000000000" + }, + { + "gotchiId": "19020", + "amount": "11.297500000000001", + "parsedAmount": "11297500000000001000" + }, + { + "gotchiId": "19023", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "19027", + "amount": "9.9575", + "parsedAmount": "9957500000000000000" + }, + { + "gotchiId": "19030", + "amount": "49.949999999999996", + "parsedAmount": "49949999999999996000" + }, + { + "gotchiId": "19032", + "amount": "18.255000000000003", + "parsedAmount": "18255000000000003000" + }, + { + "gotchiId": "19033", + "amount": "20.982499999999998", + "parsedAmount": "20982499999999998000" + }, + { + "gotchiId": "19036", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "19037", + "amount": "12.3725", + "parsedAmount": "12372500000000000000" + }, + { + "gotchiId": "19045", + "amount": "8.5775", + "parsedAmount": "8577500000000000000" + }, + { + "gotchiId": "19048", + "amount": "3.6325", + "parsedAmount": "3632500000000000000" + }, + { + "gotchiId": "19050", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "19053", + "amount": "13.6775", + "parsedAmount": "13677500000000000000" + }, + { + "gotchiId": "19054", + "amount": "10.182500000000001", + "parsedAmount": "10182500000000001000" + }, + { + "gotchiId": "19055", + "amount": "48.825", + "parsedAmount": "48825000000000000000" + }, + { + "gotchiId": "19056", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "19059", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "19062", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "19064", + "amount": "14.937499999999998", + "parsedAmount": "14937499999999998000" + }, + { + "gotchiId": "19066", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "19067", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "19073", + "amount": "13.99", + "parsedAmount": "13990000000000000000" + }, + { + "gotchiId": "19079", + "amount": "6.1825", + "parsedAmount": "6182500000000000000" + }, + { + "gotchiId": "19081", + "amount": "22.215", + "parsedAmount": "22215000000000000000" + }, + { + "gotchiId": "19082", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "19083", + "amount": "2.62", + "parsedAmount": "2620000000000000000" + }, + { + "gotchiId": "19085", + "amount": "4.8025", + "parsedAmount": "4802500000000000000" + }, + { + "gotchiId": "19086", + "amount": "14.945", + "parsedAmount": "14945000000000000000" + }, + { + "gotchiId": "19088", + "amount": "6.6225000000000005", + "parsedAmount": "6622500000000000500" + }, + { + "gotchiId": "19093", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "19095", + "amount": "3346.3725", + "parsedAmount": "3346372500000000000000" + }, + { + "gotchiId": "19096", + "amount": "14.605", + "parsedAmount": "14605000000000000000" + }, + { + "gotchiId": "19099", + "amount": "3.64", + "parsedAmount": "3640000000000000000" + }, + { + "gotchiId": "19101", + "amount": "11.6325", + "parsedAmount": "11632500000000000000" + }, + { + "gotchiId": "19103", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "19109", + "amount": "11.4775", + "parsedAmount": "11477500000000000000" + }, + { + "gotchiId": "19110", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "19111", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "19112", + "amount": "13.445", + "parsedAmount": "13445000000000000000" + }, + { + "gotchiId": "19114", + "amount": "52.1875", + "parsedAmount": "52187500000000000000" + }, + { + "gotchiId": "19116", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "19118", + "amount": "6.3875", + "parsedAmount": "6387500000000000000" + }, + { + "gotchiId": "19119", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "19123", + "amount": "17.267500000000002", + "parsedAmount": "17267500000000002000" + }, + { + "gotchiId": "19125", + "amount": "34.9925", + "parsedAmount": "34992500000000000000" + }, + { + "gotchiId": "19126", + "amount": "12.245", + "parsedAmount": "12245000000000000000" + }, + { + "gotchiId": "19127", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "19130", + "amount": "6.1425", + "parsedAmount": "6142500000000000000" + }, + { + "gotchiId": "19131", + "amount": "46.467499999999994", + "parsedAmount": "46467499999999994000" + }, + { + "gotchiId": "19134", + "amount": "37.730000000000004", + "parsedAmount": "37730000000000004000" + }, + { + "gotchiId": "19137", + "amount": "19.830000000000002", + "parsedAmount": "19830000000000002000" + }, + { + "gotchiId": "19140", + "amount": "29.9675", + "parsedAmount": "29967500000000000000" + }, + { + "gotchiId": "19141", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "19143", + "amount": "345.275", + "parsedAmount": "345275000000000000000" + }, + { + "gotchiId": "19144", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "19146", + "amount": "6.8775", + "parsedAmount": "6877500000000000000" + }, + { + "gotchiId": "19148", + "amount": "16.9", + "parsedAmount": "16900000000000000000" + }, + { + "gotchiId": "19151", + "amount": "18.135", + "parsedAmount": "18135000000000000000" + }, + { + "gotchiId": "19154", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "19155", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "19156", + "amount": "13.030000000000001", + "parsedAmount": "13030000000000001000" + }, + { + "gotchiId": "19157", + "amount": "15.9025", + "parsedAmount": "15902500000000000000" + }, + { + "gotchiId": "19161", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "19162", + "amount": "9.8025", + "parsedAmount": "9802500000000000000" + }, + { + "gotchiId": "19163", + "amount": "53.662499999999994", + "parsedAmount": "53662499999999994000" + }, + { + "gotchiId": "19164", + "amount": "9.690000000000001", + "parsedAmount": "9690000000000001000" + }, + { + "gotchiId": "19165", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "19169", + "amount": "4.3075", + "parsedAmount": "4307500000000000000" + }, + { + "gotchiId": "19170", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "19171", + "amount": "3.63", + "parsedAmount": "3630000000000000000" + }, + { + "gotchiId": "19172", + "amount": "526.09", + "parsedAmount": "526090000000000000000" + }, + { + "gotchiId": "19174", + "amount": "59.455", + "parsedAmount": "59455000000000000000" + }, + { + "gotchiId": "19175", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "19176", + "amount": "9.344999999999999", + "parsedAmount": "9344999999999999000" + }, + { + "gotchiId": "19177", + "amount": "15.805000000000001", + "parsedAmount": "15805000000000001000" + }, + { + "gotchiId": "19178", + "amount": "7.869999999999999", + "parsedAmount": "7869999999999999000" + }, + { + "gotchiId": "19182", + "amount": "6.155", + "parsedAmount": "6155000000000000000" + }, + { + "gotchiId": "19184", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "19186", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "19189", + "amount": "12.8025", + "parsedAmount": "12802500000000000000" + }, + { + "gotchiId": "19191", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "19198", + "amount": "19.872500000000002", + "parsedAmount": "19872500000000002000" + }, + { + "gotchiId": "19199", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "19200", + "amount": "7.617500000000001", + "parsedAmount": "7617500000000001000" + }, + { + "gotchiId": "19201", + "amount": "2.6625", + "parsedAmount": "2662500000000000000" + }, + { + "gotchiId": "19203", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "19206", + "amount": "9.525", + "parsedAmount": "9525000000000000000" + }, + { + "gotchiId": "19207", + "amount": "29.817500000000003", + "parsedAmount": "29817500000000003000" + }, + { + "gotchiId": "19208", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "19209", + "amount": "3.7375", + "parsedAmount": "3737500000000000000" + }, + { + "gotchiId": "19210", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "19211", + "amount": "10.89", + "parsedAmount": "10890000000000000000" + }, + { + "gotchiId": "19212", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "19215", + "amount": "52.612500000000004", + "parsedAmount": "52612500000000004000" + }, + { + "gotchiId": "19216", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "19219", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "19220", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "19221", + "amount": "70.02", + "parsedAmount": "70020000000000000000" + }, + { + "gotchiId": "19222", + "amount": "7.125", + "parsedAmount": "7125000000000000000" + }, + { + "gotchiId": "19225", + "amount": "12.2925", + "parsedAmount": "12292500000000000000" + }, + { + "gotchiId": "19229", + "amount": "29.900000000000002", + "parsedAmount": "29900000000000002000" + }, + { + "gotchiId": "19230", + "amount": "7.595", + "parsedAmount": "7595000000000000000" + }, + { + "gotchiId": "19234", + "amount": "15.434999999999999", + "parsedAmount": "15434999999999999000" + }, + { + "gotchiId": "19236", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "19237", + "amount": "10.684999999999999", + "parsedAmount": "10684999999999999000" + }, + { + "gotchiId": "19239", + "amount": "7.800000000000001", + "parsedAmount": "7800000000000001000" + }, + { + "gotchiId": "19241", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "19243", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "19245", + "amount": "7.9075", + "parsedAmount": "7907500000000000000" + }, + { + "gotchiId": "19246", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "19247", + "amount": "17.4125", + "parsedAmount": "17412500000000000000" + }, + { + "gotchiId": "19249", + "amount": "7.960000000000001", + "parsedAmount": "7960000000000001000" + }, + { + "gotchiId": "19250", + "amount": "17.127499999999998", + "parsedAmount": "17127499999999998000" + }, + { + "gotchiId": "19252", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "19255", + "amount": "13.879999999999999", + "parsedAmount": "13879999999999999000" + }, + { + "gotchiId": "19258", + "amount": "4.0125", + "parsedAmount": "4012500000000000000" + }, + { + "gotchiId": "19259", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "19260", + "amount": "98.45750000000001", + "parsedAmount": "98457500000000010000" + }, + { + "gotchiId": "19262", + "amount": "9.515", + "parsedAmount": "9515000000000000000" + }, + { + "gotchiId": "19263", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "19265", + "amount": "11.3375", + "parsedAmount": "11337500000000000000" + }, + { + "gotchiId": "19266", + "amount": "22.9775", + "parsedAmount": "22977500000000000000" + }, + { + "gotchiId": "19269", + "amount": "7.414999999999999", + "parsedAmount": "7414999999999999000" + }, + { + "gotchiId": "19272", + "amount": "13.23", + "parsedAmount": "13230000000000000000" + }, + { + "gotchiId": "19274", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "19277", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "19278", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "19279", + "amount": "52.4775", + "parsedAmount": "52477500000000000000" + }, + { + "gotchiId": "19280", + "amount": "11.93", + "parsedAmount": "11930000000000000000" + }, + { + "gotchiId": "19283", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "19284", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "19287", + "amount": "8.157499999999999", + "parsedAmount": "8157499999999999000" + }, + { + "gotchiId": "19288", + "amount": "14.482500000000002", + "parsedAmount": "14482500000000002000" + }, + { + "gotchiId": "19289", + "amount": "5.685", + "parsedAmount": "5685000000000000000" + }, + { + "gotchiId": "19291", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "19293", + "amount": "16.05", + "parsedAmount": "16050000000000000000" + }, + { + "gotchiId": "19294", + "amount": "21.075", + "parsedAmount": "21075000000000000000" + }, + { + "gotchiId": "19295", + "amount": "141.965", + "parsedAmount": "141965000000000000000" + }, + { + "gotchiId": "19299", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "19300", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "19302", + "amount": "10.935", + "parsedAmount": "10935000000000000000" + }, + { + "gotchiId": "19304", + "amount": "39.932500000000005", + "parsedAmount": "39932500000000005000" + }, + { + "gotchiId": "19307", + "amount": "12.997499999999999", + "parsedAmount": "12997499999999999000" + }, + { + "gotchiId": "19312", + "amount": "18.3125", + "parsedAmount": "18312500000000000000" + }, + { + "gotchiId": "19313", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "19315", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "19317", + "amount": "13.420000000000002", + "parsedAmount": "13420000000000002000" + }, + { + "gotchiId": "19318", + "amount": "17.785", + "parsedAmount": "17785000000000000000" + }, + { + "gotchiId": "19320", + "amount": "34.955", + "parsedAmount": "34955000000000000000" + }, + { + "gotchiId": "19321", + "amount": "58.0025", + "parsedAmount": "58002500000000000000" + }, + { + "gotchiId": "19322", + "amount": "13.165000000000001", + "parsedAmount": "13165000000000001000" + }, + { + "gotchiId": "19324", + "amount": "29.56", + "parsedAmount": "29560000000000000000" + }, + { + "gotchiId": "19325", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "19327", + "amount": "13.8775", + "parsedAmount": "13877500000000000000" + }, + { + "gotchiId": "19330", + "amount": "11.8325", + "parsedAmount": "11832500000000000000" + }, + { + "gotchiId": "19332", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "19335", + "amount": "20.72", + "parsedAmount": "20720000000000000000" + }, + { + "gotchiId": "19336", + "amount": "5.8725000000000005", + "parsedAmount": "5872500000000000500" + }, + { + "gotchiId": "19337", + "amount": "10.9275", + "parsedAmount": "10927500000000000000" + }, + { + "gotchiId": "19341", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "19343", + "amount": "117.85249999999999", + "parsedAmount": "117852499999999990000" + }, + { + "gotchiId": "19345", + "amount": "11.255", + "parsedAmount": "11255000000000000000" + }, + { + "gotchiId": "19347", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "19348", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "19349", + "amount": "3.875", + "parsedAmount": "3875000000000000000" + }, + { + "gotchiId": "19351", + "amount": "11.3225", + "parsedAmount": "11322500000000000000" + }, + { + "gotchiId": "19354", + "amount": "4.3325", + "parsedAmount": "4332500000000000000" + }, + { + "gotchiId": "19355", + "amount": "46.120000000000005", + "parsedAmount": "46120000000000005000" + }, + { + "gotchiId": "19356", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "19359", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "19360", + "amount": "13.629999999999999", + "parsedAmount": "13629999999999999000" + }, + { + "gotchiId": "19362", + "amount": "11.735", + "parsedAmount": "11735000000000000000" + }, + { + "gotchiId": "19364", + "amount": "10.1525", + "parsedAmount": "10152500000000000000" + }, + { + "gotchiId": "19371", + "amount": "15.5375", + "parsedAmount": "15537500000000000000" + }, + { + "gotchiId": "19373", + "amount": "26.4125", + "parsedAmount": "26412500000000000000" + }, + { + "gotchiId": "19374", + "amount": "12.335", + "parsedAmount": "12335000000000000000" + }, + { + "gotchiId": "19380", + "amount": "14.792499999999999", + "parsedAmount": "14792499999999999000" + }, + { + "gotchiId": "19381", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "19382", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "19388", + "amount": "50.3175", + "parsedAmount": "50317500000000000000" + }, + { + "gotchiId": "19390", + "amount": "15.962500000000002", + "parsedAmount": "15962500000000002000" + }, + { + "gotchiId": "19395", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "19398", + "amount": "6.4525", + "parsedAmount": "6452500000000000000" + }, + { + "gotchiId": "19401", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "19402", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "19403", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "19405", + "amount": "19.3525", + "parsedAmount": "19352500000000000000" + }, + { + "gotchiId": "19406", + "amount": "22.7975", + "parsedAmount": "22797500000000000000" + }, + { + "gotchiId": "19408", + "amount": "27.7", + "parsedAmount": "27700000000000000000" + }, + { + "gotchiId": "19410", + "amount": "16.455", + "parsedAmount": "16455000000000000000" + }, + { + "gotchiId": "19412", + "amount": "12.3925", + "parsedAmount": "12392500000000000000" + }, + { + "gotchiId": "19415", + "amount": "2.07", + "parsedAmount": "2070000000000000000" + }, + { + "gotchiId": "19416", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "19417", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "19420", + "amount": "19.5425", + "parsedAmount": "19542500000000000000" + }, + { + "gotchiId": "19422", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "19424", + "amount": "27.784999999999997", + "parsedAmount": "27784999999999997000" + }, + { + "gotchiId": "19425", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "19426", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "19429", + "amount": "8.0675", + "parsedAmount": "8067500000000000000" + }, + { + "gotchiId": "19430", + "amount": "9.5775", + "parsedAmount": "9577500000000000000" + }, + { + "gotchiId": "19433", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "19434", + "amount": "20.1325", + "parsedAmount": "20132500000000000000" + }, + { + "gotchiId": "19435", + "amount": "18.11", + "parsedAmount": "18110000000000000000" + }, + { + "gotchiId": "19436", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "19438", + "amount": "14.2025", + "parsedAmount": "14202500000000000000" + }, + { + "gotchiId": "19441", + "amount": "13.2375", + "parsedAmount": "13237500000000000000" + }, + { + "gotchiId": "19443", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "19446", + "amount": "6.62", + "parsedAmount": "6620000000000000000" + }, + { + "gotchiId": "19447", + "amount": "5.715", + "parsedAmount": "5715000000000000000" + }, + { + "gotchiId": "19449", + "amount": "13.635000000000002", + "parsedAmount": "13635000000000002000" + }, + { + "gotchiId": "19450", + "amount": "10.7775", + "parsedAmount": "10777500000000000000" + }, + { + "gotchiId": "19451", + "amount": "19.1125", + "parsedAmount": "19112500000000000000" + }, + { + "gotchiId": "19452", + "amount": "16.78", + "parsedAmount": "16780000000000000000" + }, + { + "gotchiId": "19453", + "amount": "10.575", + "parsedAmount": "10575000000000000000" + }, + { + "gotchiId": "19457", + "amount": "92.66749999999999", + "parsedAmount": "92667499999999990000" + }, + { + "gotchiId": "19458", + "amount": "13.102500000000001", + "parsedAmount": "13102500000000001000" + }, + { + "gotchiId": "19459", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "19462", + "amount": "14.8325", + "parsedAmount": "14832500000000000000" + }, + { + "gotchiId": "19463", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "19464", + "amount": "33.864999999999995", + "parsedAmount": "33864999999999995000" + }, + { + "gotchiId": "19465", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "19467", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "19468", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "19469", + "amount": "16.5375", + "parsedAmount": "16537500000000000000" + }, + { + "gotchiId": "19470", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "19472", + "amount": "16.305", + "parsedAmount": "16305000000000000000" + }, + { + "gotchiId": "19475", + "amount": "14.9925", + "parsedAmount": "14992500000000000000" + }, + { + "gotchiId": "19478", + "amount": "12.4975", + "parsedAmount": "12497500000000000000" + }, + { + "gotchiId": "19481", + "amount": "12.06", + "parsedAmount": "12060000000000000000" + }, + { + "gotchiId": "19485", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "19486", + "amount": "11.925", + "parsedAmount": "11925000000000000000" + }, + { + "gotchiId": "19487", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "19489", + "amount": "13.3875", + "parsedAmount": "13387500000000000000" + }, + { + "gotchiId": "19491", + "amount": "14.1275", + "parsedAmount": "14127500000000000000" + }, + { + "gotchiId": "19492", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "19495", + "amount": "19.1625", + "parsedAmount": "19162500000000000000" + }, + { + "gotchiId": "19496", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "19497", + "amount": "38.38249999999999", + "parsedAmount": "38382499999999990000" + }, + { + "gotchiId": "19499", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "19501", + "amount": "8.7425", + "parsedAmount": "8742500000000000000" + }, + { + "gotchiId": "19504", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "19505", + "amount": "21.925", + "parsedAmount": "21925000000000000000" + }, + { + "gotchiId": "19507", + "amount": "12.3825", + "parsedAmount": "12382500000000000000" + }, + { + "gotchiId": "19510", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "19511", + "amount": "22.09", + "parsedAmount": "22090000000000000000" + }, + { + "gotchiId": "19512", + "amount": "20.502499999999998", + "parsedAmount": "20502499999999998000" + }, + { + "gotchiId": "19514", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "19515", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "19518", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "19521", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "19526", + "amount": "28.0575", + "parsedAmount": "28057500000000000000" + }, + { + "gotchiId": "19527", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "19534", + "amount": "6.375", + "parsedAmount": "6375000000000000000" + }, + { + "gotchiId": "19535", + "amount": "195.8625", + "parsedAmount": "195862500000000000000" + }, + { + "gotchiId": "19536", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "19537", + "amount": "19.4125", + "parsedAmount": "19412500000000000000" + }, + { + "gotchiId": "19538", + "amount": "25.37", + "parsedAmount": "25370000000000000000" + }, + { + "gotchiId": "19540", + "amount": "5.405", + "parsedAmount": "5405000000000000000" + }, + { + "gotchiId": "19543", + "amount": "6.345", + "parsedAmount": "6345000000000000000" + }, + { + "gotchiId": "19545", + "amount": "10.7275", + "parsedAmount": "10727500000000000000" + }, + { + "gotchiId": "19546", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "19548", + "amount": "36.325", + "parsedAmount": "36325000000000000000" + }, + { + "gotchiId": "19549", + "amount": "15.095", + "parsedAmount": "15095000000000000000" + }, + { + "gotchiId": "19553", + "amount": "48.415", + "parsedAmount": "48415000000000000000" + }, + { + "gotchiId": "19554", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "19557", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "19558", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "19561", + "amount": "18.895", + "parsedAmount": "18895000000000000000" + }, + { + "gotchiId": "19562", + "amount": "23.057499999999997", + "parsedAmount": "23057499999999997000" + }, + { + "gotchiId": "19564", + "amount": "15.392500000000002", + "parsedAmount": "15392500000000002000" + }, + { + "gotchiId": "19565", + "amount": "5.34", + "parsedAmount": "5340000000000000000" + }, + { + "gotchiId": "19566", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "19568", + "amount": "3.4475", + "parsedAmount": "3447500000000000000" + }, + { + "gotchiId": "19569", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "19570", + "amount": "2.095", + "parsedAmount": "2095000000000000000" + }, + { + "gotchiId": "19571", + "amount": "26.727500000000003", + "parsedAmount": "26727500000000003000" + }, + { + "gotchiId": "19572", + "amount": "53.515", + "parsedAmount": "53515000000000000000" + }, + { + "gotchiId": "19574", + "amount": "53.145", + "parsedAmount": "53145000000000000000" + }, + { + "gotchiId": "19577", + "amount": "12.469999999999999", + "parsedAmount": "12469999999999999000" + }, + { + "gotchiId": "19579", + "amount": "9.5375", + "parsedAmount": "9537500000000000000" + }, + { + "gotchiId": "19581", + "amount": "20.755000000000003", + "parsedAmount": "20755000000000003000" + }, + { + "gotchiId": "19585", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "19586", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "19589", + "amount": "15.1525", + "parsedAmount": "15152500000000000000" + }, + { + "gotchiId": "19590", + "amount": "20.8375", + "parsedAmount": "20837500000000000000" + }, + { + "gotchiId": "19591", + "amount": "56.63", + "parsedAmount": "56630000000000000000" + }, + { + "gotchiId": "19592", + "amount": "9.76", + "parsedAmount": "9760000000000000000" + }, + { + "gotchiId": "19595", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "19601", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "19602", + "amount": "34.9525", + "parsedAmount": "34952500000000000000" + }, + { + "gotchiId": "19603", + "amount": "6.5475", + "parsedAmount": "6547500000000000000" + }, + { + "gotchiId": "19606", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "19607", + "amount": "7.7125", + "parsedAmount": "7712500000000000000" + }, + { + "gotchiId": "19608", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "19609", + "amount": "11.685", + "parsedAmount": "11685000000000000000" + }, + { + "gotchiId": "19612", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "19615", + "amount": "11.015", + "parsedAmount": "11015000000000000000" + }, + { + "gotchiId": "19619", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "19620", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "19621", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "19623", + "amount": "39.762499999999996", + "parsedAmount": "39762499999999996000" + }, + { + "gotchiId": "19629", + "amount": "21.032500000000002", + "parsedAmount": "21032500000000002000" + }, + { + "gotchiId": "19630", + "amount": "2.74", + "parsedAmount": "2740000000000000000" + }, + { + "gotchiId": "19631", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "19632", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "19634", + "amount": "11.2325", + "parsedAmount": "11232500000000000000" + }, + { + "gotchiId": "19635", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "19637", + "amount": "9.8875", + "parsedAmount": "9887500000000000000" + }, + { + "gotchiId": "19638", + "amount": "14.3275", + "parsedAmount": "14327500000000000000" + }, + { + "gotchiId": "19639", + "amount": "10.02", + "parsedAmount": "10020000000000000000" + }, + { + "gotchiId": "19640", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "19644", + "amount": "4.3325", + "parsedAmount": "4332500000000000000" + }, + { + "gotchiId": "19645", + "amount": "15.2075", + "parsedAmount": "15207500000000000000" + }, + { + "gotchiId": "19647", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "19648", + "amount": "6.744999999999999", + "parsedAmount": "6744999999999999000" + }, + { + "gotchiId": "19649", + "amount": "15.1475", + "parsedAmount": "15147500000000000000" + }, + { + "gotchiId": "19654", + "amount": "10.7825", + "parsedAmount": "10782500000000000000" + }, + { + "gotchiId": "19656", + "amount": "24.5175", + "parsedAmount": "24517500000000000000" + }, + { + "gotchiId": "19657", + "amount": "52.93749999999999", + "parsedAmount": "52937499999999990000" + }, + { + "gotchiId": "19658", + "amount": "11.5025", + "parsedAmount": "11502500000000000000" + }, + { + "gotchiId": "19660", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "19661", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "19663", + "amount": "12.415000000000001", + "parsedAmount": "12415000000000001000" + }, + { + "gotchiId": "19665", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "19669", + "amount": "143.6625", + "parsedAmount": "143662500000000000000" + }, + { + "gotchiId": "19670", + "amount": "6.7749999999999995", + "parsedAmount": "6774999999999999500" + }, + { + "gotchiId": "19673", + "amount": "18.21", + "parsedAmount": "18210000000000000000" + }, + { + "gotchiId": "19675", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "19677", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "19682", + "amount": "9.575", + "parsedAmount": "9575000000000000000" + }, + { + "gotchiId": "19683", + "amount": "4.4475", + "parsedAmount": "4447500000000000000" + }, + { + "gotchiId": "19688", + "amount": "19.847499999999997", + "parsedAmount": "19847499999999997000" + }, + { + "gotchiId": "19689", + "amount": "2.1875", + "parsedAmount": "2187500000000000000" + }, + { + "gotchiId": "19690", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "19691", + "amount": "3.4375", + "parsedAmount": "3437500000000000000" + }, + { + "gotchiId": "19692", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "19697", + "amount": "30.04", + "parsedAmount": "30040000000000000000" + }, + { + "gotchiId": "19700", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "19701", + "amount": "9.834999999999999", + "parsedAmount": "9834999999999999000" + }, + { + "gotchiId": "19703", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "19705", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "19710", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "19711", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "19713", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "19715", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "19720", + "amount": "17.64", + "parsedAmount": "17640000000000000000" + }, + { + "gotchiId": "19721", + "amount": "8.7925", + "parsedAmount": "8792500000000000000" + }, + { + "gotchiId": "19722", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "19723", + "amount": "8.530000000000001", + "parsedAmount": "8530000000000001000" + }, + { + "gotchiId": "19724", + "amount": "9.7175", + "parsedAmount": "9717500000000000000" + }, + { + "gotchiId": "19726", + "amount": "24.365", + "parsedAmount": "24365000000000000000" + }, + { + "gotchiId": "19727", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "19728", + "amount": "11.455", + "parsedAmount": "11455000000000000000" + }, + { + "gotchiId": "19730", + "amount": "7.0424999999999995", + "parsedAmount": "7042499999999999500" + }, + { + "gotchiId": "19734", + "amount": "21.909999999999997", + "parsedAmount": "21909999999999997000" + }, + { + "gotchiId": "19735", + "amount": "33.177499999999995", + "parsedAmount": "33177499999999995000" + }, + { + "gotchiId": "19736", + "amount": "144.63", + "parsedAmount": "144630000000000000000" + }, + { + "gotchiId": "19740", + "amount": "11.42", + "parsedAmount": "11420000000000000000" + }, + { + "gotchiId": "19743", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "19744", + "amount": "10.4125", + "parsedAmount": "10412500000000000000" + }, + { + "gotchiId": "19745", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "19746", + "amount": "8.9075", + "parsedAmount": "8907500000000000000" + }, + { + "gotchiId": "19749", + "amount": "7.265", + "parsedAmount": "7265000000000000000" + }, + { + "gotchiId": "19750", + "amount": "12.13", + "parsedAmount": "12130000000000000000" + }, + { + "gotchiId": "19753", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "19757", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "19760", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "19761", + "amount": "8.31", + "parsedAmount": "8310000000000000000" + }, + { + "gotchiId": "19763", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "19764", + "amount": "2.07", + "parsedAmount": "2070000000000000000" + }, + { + "gotchiId": "19766", + "amount": "11.4125", + "parsedAmount": "11412500000000000000" + }, + { + "gotchiId": "19770", + "amount": "18.6575", + "parsedAmount": "18657500000000000000" + }, + { + "gotchiId": "19773", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "19776", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "19777", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "19778", + "amount": "5.512499999999999", + "parsedAmount": "5512499999999999000" + }, + { + "gotchiId": "19779", + "amount": "3.885", + "parsedAmount": "3885000000000000000" + }, + { + "gotchiId": "19782", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "19784", + "amount": "30.229999999999997", + "parsedAmount": "30229999999999997000" + }, + { + "gotchiId": "19785", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "19786", + "amount": "8.455", + "parsedAmount": "8455000000000000000" + }, + { + "gotchiId": "19787", + "amount": "14.585", + "parsedAmount": "14585000000000000000" + }, + { + "gotchiId": "19788", + "amount": "21.439999999999998", + "parsedAmount": "21439999999999998000" + }, + { + "gotchiId": "19789", + "amount": "22.53", + "parsedAmount": "22530000000000000000" + }, + { + "gotchiId": "19790", + "amount": "7.202500000000001", + "parsedAmount": "7202500000000001000" + }, + { + "gotchiId": "19793", + "amount": "18.317500000000003", + "parsedAmount": "18317500000000003000" + }, + { + "gotchiId": "19795", + "amount": "21.7675", + "parsedAmount": "21767500000000000000" + }, + { + "gotchiId": "19797", + "amount": "7.9175", + "parsedAmount": "7917500000000000000" + }, + { + "gotchiId": "19799", + "amount": "17.7825", + "parsedAmount": "17782500000000000000" + }, + { + "gotchiId": "19801", + "amount": "8.592500000000001", + "parsedAmount": "8592500000000001000" + }, + { + "gotchiId": "19802", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "19805", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "19808", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "19809", + "amount": "17.525", + "parsedAmount": "17525000000000000000" + }, + { + "gotchiId": "19810", + "amount": "12.455", + "parsedAmount": "12455000000000000000" + }, + { + "gotchiId": "19811", + "amount": "18.235", + "parsedAmount": "18235000000000000000" + }, + { + "gotchiId": "19813", + "amount": "7.3", + "parsedAmount": "7300000000000000000" + }, + { + "gotchiId": "19814", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "19815", + "amount": "12.075", + "parsedAmount": "12075000000000000000" + }, + { + "gotchiId": "19817", + "amount": "12.505", + "parsedAmount": "12505000000000000000" + }, + { + "gotchiId": "19819", + "amount": "14.7775", + "parsedAmount": "14777500000000000000" + }, + { + "gotchiId": "19821", + "amount": "9.1275", + "parsedAmount": "9127500000000000000" + }, + { + "gotchiId": "19823", + "amount": "10.072500000000002", + "parsedAmount": "10072500000000002000" + }, + { + "gotchiId": "19824", + "amount": "7.535", + "parsedAmount": "7535000000000000000" + }, + { + "gotchiId": "19825", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "19826", + "amount": "10.695", + "parsedAmount": "10695000000000000000" + }, + { + "gotchiId": "19831", + "amount": "7.567500000000001", + "parsedAmount": "7567500000000001000" + }, + { + "gotchiId": "19834", + "amount": "22.9525", + "parsedAmount": "22952500000000000000" + }, + { + "gotchiId": "19835", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "19837", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "19838", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "19841", + "amount": "90.185", + "parsedAmount": "90185000000000000000" + }, + { + "gotchiId": "19842", + "amount": "7.8149999999999995", + "parsedAmount": "7814999999999999500" + }, + { + "gotchiId": "19846", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "19849", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "19850", + "amount": "71.345", + "parsedAmount": "71345000000000000000" + }, + { + "gotchiId": "19853", + "amount": "8.605", + "parsedAmount": "8605000000000000000" + }, + { + "gotchiId": "19855", + "amount": "9.295", + "parsedAmount": "9295000000000000000" + }, + { + "gotchiId": "19856", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "19858", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "19864", + "amount": "6.817500000000001", + "parsedAmount": "6817500000000001000" + }, + { + "gotchiId": "19865", + "amount": "21.81", + "parsedAmount": "21810000000000000000" + }, + { + "gotchiId": "19866", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "19867", + "amount": "12.4825", + "parsedAmount": "12482500000000000000" + }, + { + "gotchiId": "19869", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "19870", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "19871", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "19875", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "19877", + "amount": "10.3275", + "parsedAmount": "10327500000000000000" + }, + { + "gotchiId": "19880", + "amount": "6.17", + "parsedAmount": "6170000000000000000" + }, + { + "gotchiId": "19881", + "amount": "18.925", + "parsedAmount": "18925000000000000000" + }, + { + "gotchiId": "19883", + "amount": "26.134999999999998", + "parsedAmount": "26134999999999998000" + }, + { + "gotchiId": "19885", + "amount": "24.88", + "parsedAmount": "24880000000000000000" + }, + { + "gotchiId": "19886", + "amount": "13.55", + "parsedAmount": "13550000000000000000" + }, + { + "gotchiId": "19887", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "19892", + "amount": "21.54", + "parsedAmount": "21540000000000000000" + }, + { + "gotchiId": "19893", + "amount": "60.5525", + "parsedAmount": "60552500000000000000" + }, + { + "gotchiId": "19895", + "amount": "13.6125", + "parsedAmount": "13612500000000000000" + }, + { + "gotchiId": "19896", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "19897", + "amount": "19.0475", + "parsedAmount": "19047500000000000000" + }, + { + "gotchiId": "19898", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "19902", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "19903", + "amount": "21.4575", + "parsedAmount": "21457500000000000000" + }, + { + "gotchiId": "19905", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "19907", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "19911", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "19912", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "19913", + "amount": "14.8025", + "parsedAmount": "14802500000000000000" + }, + { + "gotchiId": "19914", + "amount": "7.52", + "parsedAmount": "7520000000000000000" + }, + { + "gotchiId": "19918", + "amount": "11.45", + "parsedAmount": "11450000000000000000" + }, + { + "gotchiId": "19919", + "amount": "12.7725", + "parsedAmount": "12772500000000000000" + }, + { + "gotchiId": "19920", + "amount": "23.965", + "parsedAmount": "23965000000000000000" + }, + { + "gotchiId": "19922", + "amount": "47.0275", + "parsedAmount": "47027500000000000000" + }, + { + "gotchiId": "19924", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19925", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "19926", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19927", + "amount": "4.145", + "parsedAmount": "4145000000000000000" + }, + { + "gotchiId": "19929", + "amount": "5.6274999999999995", + "parsedAmount": "5627499999999999500" + }, + { + "gotchiId": "19930", + "amount": "13.697500000000002", + "parsedAmount": "13697500000000002000" + }, + { + "gotchiId": "19933", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "19937", + "amount": "91.4125", + "parsedAmount": "91412500000000000000" + }, + { + "gotchiId": "19940", + "amount": "25.11", + "parsedAmount": "25110000000000000000" + }, + { + "gotchiId": "19941", + "amount": "10.2225", + "parsedAmount": "10222500000000000000" + }, + { + "gotchiId": "19942", + "amount": "22.5525", + "parsedAmount": "22552500000000000000" + }, + { + "gotchiId": "19943", + "amount": "17.71", + "parsedAmount": "17710000000000000000" + }, + { + "gotchiId": "19944", + "amount": "70.28", + "parsedAmount": "70280000000000000000" + }, + { + "gotchiId": "19946", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "19947", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + } + ], + "totalAmount": "12204134999999999971000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952559, + "gasUsed": "9625804" + }, + { + "batchIndex": 19, + "transactionHash": "0xdd5bdd7f8b7d8444b29af9edfa17f449e5591aeca5a0ab4be674ebf0f85d4922", + "timestamp": "2025-09-24T06:14:26.419Z", + "gotchiRewards": [ + { + "gotchiId": "19949", + "amount": "12.295", + "parsedAmount": "12295000000000000000" + }, + { + "gotchiId": "19954", + "amount": "9.7775", + "parsedAmount": "9777500000000000000" + }, + { + "gotchiId": "19956", + "amount": "3.11", + "parsedAmount": "3110000000000000000" + }, + { + "gotchiId": "19959", + "amount": "13.5275", + "parsedAmount": "13527500000000000000" + }, + { + "gotchiId": "19960", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "19967", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "19969", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "19970", + "amount": "93.2375", + "parsedAmount": "93237500000000000000" + }, + { + "gotchiId": "19971", + "amount": "9.265", + "parsedAmount": "9265000000000000000" + }, + { + "gotchiId": "19973", + "amount": "17.1175", + "parsedAmount": "17117500000000000000" + }, + { + "gotchiId": "19976", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "19979", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "19980", + "amount": "13.1275", + "parsedAmount": "13127500000000000000" + }, + { + "gotchiId": "19983", + "amount": "12.254999999999999", + "parsedAmount": "12254999999999999000" + }, + { + "gotchiId": "19984", + "amount": "30.494999999999997", + "parsedAmount": "30494999999999997000" + }, + { + "gotchiId": "19987", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "19988", + "amount": "23.1875", + "parsedAmount": "23187500000000000000" + }, + { + "gotchiId": "19991", + "amount": "237.89000000000001", + "parsedAmount": "237890000000000010000" + }, + { + "gotchiId": "19992", + "amount": "15.207500000000001", + "parsedAmount": "15207500000000001000" + }, + { + "gotchiId": "19993", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "19995", + "amount": "12.335", + "parsedAmount": "12335000000000000000" + }, + { + "gotchiId": "19996", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "19998", + "amount": "16.335", + "parsedAmount": "16335000000000000000" + }, + { + "gotchiId": "20005", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "20006", + "amount": "7.092499999999999", + "parsedAmount": "7092499999999999000" + }, + { + "gotchiId": "20007", + "amount": "14.240000000000002", + "parsedAmount": "14240000000000002000" + }, + { + "gotchiId": "20010", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "20013", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "20014", + "amount": "10.6725", + "parsedAmount": "10672500000000000000" + }, + { + "gotchiId": "20016", + "amount": "2.5975", + "parsedAmount": "2597500000000000000" + }, + { + "gotchiId": "20017", + "amount": "9.945", + "parsedAmount": "9945000000000000000" + }, + { + "gotchiId": "20019", + "amount": "58.94", + "parsedAmount": "58940000000000000000" + }, + { + "gotchiId": "20021", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "20024", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "20025", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "20028", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "20029", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "20034", + "amount": "6.7924999999999995", + "parsedAmount": "6792499999999999500" + }, + { + "gotchiId": "20035", + "amount": "3.7225", + "parsedAmount": "3722500000000000000" + }, + { + "gotchiId": "20036", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "20037", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "20038", + "amount": "4.827500000000001", + "parsedAmount": "4827500000000001000" + }, + { + "gotchiId": "20040", + "amount": "7.345", + "parsedAmount": "7345000000000000000" + }, + { + "gotchiId": "20041", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "20044", + "amount": "22.195", + "parsedAmount": "22195000000000000000" + }, + { + "gotchiId": "20045", + "amount": "10.959999999999999", + "parsedAmount": "10959999999999999000" + }, + { + "gotchiId": "20049", + "amount": "9.925", + "parsedAmount": "9925000000000000000" + }, + { + "gotchiId": "20054", + "amount": "15.175", + "parsedAmount": "15175000000000000000" + }, + { + "gotchiId": "20057", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "20059", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "20060", + "amount": "18.17", + "parsedAmount": "18170000000000000000" + }, + { + "gotchiId": "20061", + "amount": "14.8375", + "parsedAmount": "14837500000000000000" + }, + { + "gotchiId": "20063", + "amount": "8.3325", + "parsedAmount": "8332500000000000000" + }, + { + "gotchiId": "20064", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "20065", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "20067", + "amount": "27.6125", + "parsedAmount": "27612500000000000000" + }, + { + "gotchiId": "20068", + "amount": "12.057500000000001", + "parsedAmount": "12057500000000001000" + }, + { + "gotchiId": "20069", + "amount": "33.6825", + "parsedAmount": "33682500000000000000" + }, + { + "gotchiId": "20070", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "20074", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "20075", + "amount": "11.0625", + "parsedAmount": "11062500000000000000" + }, + { + "gotchiId": "20080", + "amount": "11.942499999999999", + "parsedAmount": "11942499999999999000" + }, + { + "gotchiId": "20081", + "amount": "13.2375", + "parsedAmount": "13237500000000000000" + }, + { + "gotchiId": "20082", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "20084", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "20087", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "20089", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "20092", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "20095", + "amount": "20.1175", + "parsedAmount": "20117500000000000000" + }, + { + "gotchiId": "20096", + "amount": "9.715", + "parsedAmount": "9715000000000000000" + }, + { + "gotchiId": "20097", + "amount": "23.78", + "parsedAmount": "23780000000000000000" + }, + { + "gotchiId": "20098", + "amount": "15.227500000000001", + "parsedAmount": "15227500000000001000" + }, + { + "gotchiId": "20101", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "20104", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "20105", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "20107", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "20108", + "amount": "20.3675", + "parsedAmount": "20367500000000000000" + }, + { + "gotchiId": "20109", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "20110", + "amount": "14.2775", + "parsedAmount": "14277500000000000000" + }, + { + "gotchiId": "20111", + "amount": "10.135", + "parsedAmount": "10135000000000000000" + }, + { + "gotchiId": "20113", + "amount": "13.719999999999999", + "parsedAmount": "13719999999999999000" + }, + { + "gotchiId": "20124", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "20125", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "20126", + "amount": "30.877499999999998", + "parsedAmount": "30877499999999998000" + }, + { + "gotchiId": "20127", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "20128", + "amount": "20.1275", + "parsedAmount": "20127500000000000000" + }, + { + "gotchiId": "20129", + "amount": "14.780000000000001", + "parsedAmount": "14780000000000001000" + }, + { + "gotchiId": "20130", + "amount": "59.62", + "parsedAmount": "59620000000000000000" + }, + { + "gotchiId": "20134", + "amount": "7.7725", + "parsedAmount": "7772500000000000000" + }, + { + "gotchiId": "20138", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "20139", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "20140", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "20141", + "amount": "17.72", + "parsedAmount": "17720000000000000000" + }, + { + "gotchiId": "20142", + "amount": "27.987499999999997", + "parsedAmount": "27987499999999997000" + }, + { + "gotchiId": "20143", + "amount": "24.645", + "parsedAmount": "24645000000000000000" + }, + { + "gotchiId": "20144", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "20145", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "20146", + "amount": "8.92", + "parsedAmount": "8920000000000000000" + }, + { + "gotchiId": "20147", + "amount": "11.2025", + "parsedAmount": "11202500000000000000" + }, + { + "gotchiId": "20151", + "amount": "27.9525", + "parsedAmount": "27952500000000000000" + }, + { + "gotchiId": "20152", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "20153", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "20154", + "amount": "15.670000000000002", + "parsedAmount": "15670000000000002000" + }, + { + "gotchiId": "20155", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "20156", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "20157", + "amount": "17.2775", + "parsedAmount": "17277500000000000000" + }, + { + "gotchiId": "20162", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "20165", + "amount": "13.627500000000001", + "parsedAmount": "13627500000000001000" + }, + { + "gotchiId": "20170", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "20174", + "amount": "10.9075", + "parsedAmount": "10907500000000000000" + }, + { + "gotchiId": "20175", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "20177", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "20178", + "amount": "17.91", + "parsedAmount": "17910000000000000000" + }, + { + "gotchiId": "20180", + "amount": "2.28", + "parsedAmount": "2280000000000000000" + }, + { + "gotchiId": "20182", + "amount": "3.2375", + "parsedAmount": "3237500000000000000" + }, + { + "gotchiId": "20188", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "20189", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "20191", + "amount": "13.5", + "parsedAmount": "13500000000000000000" + }, + { + "gotchiId": "20192", + "amount": "9.0525", + "parsedAmount": "9052500000000000000" + }, + { + "gotchiId": "20194", + "amount": "12.32", + "parsedAmount": "12320000000000000000" + }, + { + "gotchiId": "20195", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "20196", + "amount": "21.307499999999997", + "parsedAmount": "21307499999999997000" + }, + { + "gotchiId": "20197", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "20200", + "amount": "10.995", + "parsedAmount": "10995000000000000000" + }, + { + "gotchiId": "20203", + "amount": "6.797499999999999", + "parsedAmount": "6797499999999999000" + }, + { + "gotchiId": "20205", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "20209", + "amount": "11.045", + "parsedAmount": "11045000000000000000" + }, + { + "gotchiId": "20216", + "amount": "8.067499999999999", + "parsedAmount": "8067499999999999000" + }, + { + "gotchiId": "20217", + "amount": "10.1775", + "parsedAmount": "10177500000000000000" + }, + { + "gotchiId": "20219", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "20220", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "20223", + "amount": "8.9125", + "parsedAmount": "8912500000000000000" + }, + { + "gotchiId": "20225", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "20226", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "20228", + "amount": "13.3125", + "parsedAmount": "13312500000000000000" + }, + { + "gotchiId": "20230", + "amount": "16.555", + "parsedAmount": "16555000000000000000" + }, + { + "gotchiId": "20231", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "20232", + "amount": "73.22999999999999", + "parsedAmount": "73229999999999990000" + }, + { + "gotchiId": "20235", + "amount": "32.4375", + "parsedAmount": "32437500000000000000" + }, + { + "gotchiId": "20236", + "amount": "20.54", + "parsedAmount": "20540000000000000000" + }, + { + "gotchiId": "20237", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "20239", + "amount": "3.17", + "parsedAmount": "3170000000000000000" + }, + { + "gotchiId": "20241", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "20242", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "20244", + "amount": "34.145", + "parsedAmount": "34145000000000000000" + }, + { + "gotchiId": "20246", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "20247", + "amount": "5.6375", + "parsedAmount": "5637500000000000000" + }, + { + "gotchiId": "20248", + "amount": "58.050000000000004", + "parsedAmount": "58050000000000004000" + }, + { + "gotchiId": "20250", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "20254", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "20255", + "amount": "6.6975", + "parsedAmount": "6697500000000000000" + }, + { + "gotchiId": "20256", + "amount": "10.364999999999998", + "parsedAmount": "10364999999999998000" + }, + { + "gotchiId": "20257", + "amount": "13.795000000000002", + "parsedAmount": "13795000000000002000" + }, + { + "gotchiId": "20258", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "20259", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "20260", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "20261", + "amount": "28.157500000000002", + "parsedAmount": "28157500000000002000" + }, + { + "gotchiId": "20264", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "20267", + "amount": "4.145", + "parsedAmount": "4145000000000000000" + }, + { + "gotchiId": "20268", + "amount": "12.6275", + "parsedAmount": "12627500000000000000" + }, + { + "gotchiId": "20270", + "amount": "19.465", + "parsedAmount": "19465000000000000000" + }, + { + "gotchiId": "20271", + "amount": "30.21", + "parsedAmount": "30210000000000000000" + }, + { + "gotchiId": "20272", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "20277", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "20279", + "amount": "16.377499999999998", + "parsedAmount": "16377499999999998000" + }, + { + "gotchiId": "20280", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "20281", + "amount": "11.5275", + "parsedAmount": "11527500000000000000" + }, + { + "gotchiId": "20283", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "20284", + "amount": "8.76", + "parsedAmount": "8760000000000000000" + }, + { + "gotchiId": "20286", + "amount": "15.55", + "parsedAmount": "15550000000000000000" + }, + { + "gotchiId": "20287", + "amount": "49.61", + "parsedAmount": "49610000000000000000" + }, + { + "gotchiId": "20291", + "amount": "8.01", + "parsedAmount": "8010000000000000000" + }, + { + "gotchiId": "20293", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "20296", + "amount": "6.365", + "parsedAmount": "6365000000000000000" + }, + { + "gotchiId": "20298", + "amount": "12.4375", + "parsedAmount": "12437500000000000000" + }, + { + "gotchiId": "20299", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "20300", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "20301", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "20308", + "amount": "1922.945", + "parsedAmount": "1922945000000000000000" + }, + { + "gotchiId": "20309", + "amount": "14.110000000000001", + "parsedAmount": "14110000000000001000" + }, + { + "gotchiId": "20311", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "20314", + "amount": "12.8425", + "parsedAmount": "12842500000000000000" + }, + { + "gotchiId": "20315", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "20317", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "20318", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "20321", + "amount": "12.355", + "parsedAmount": "12355000000000000000" + }, + { + "gotchiId": "20325", + "amount": "21.67", + "parsedAmount": "21670000000000000000" + }, + { + "gotchiId": "20329", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "20330", + "amount": "2.5825", + "parsedAmount": "2582500000000000000" + }, + { + "gotchiId": "20332", + "amount": "9.8025", + "parsedAmount": "9802500000000000000" + }, + { + "gotchiId": "20336", + "amount": "11.275", + "parsedAmount": "11275000000000000000" + }, + { + "gotchiId": "20340", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "20341", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "20342", + "amount": "33.129999999999995", + "parsedAmount": "33129999999999995000" + }, + { + "gotchiId": "20343", + "amount": "15.6775", + "parsedAmount": "15677500000000000000" + }, + { + "gotchiId": "20346", + "amount": "7.4325", + "parsedAmount": "7432500000000000000" + }, + { + "gotchiId": "20347", + "amount": "15.400000000000002", + "parsedAmount": "15400000000000002000" + }, + { + "gotchiId": "20348", + "amount": "15.3825", + "parsedAmount": "15382500000000000000" + }, + { + "gotchiId": "20353", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "20357", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "20358", + "amount": "2.0725", + "parsedAmount": "2072500000000000000" + }, + { + "gotchiId": "20361", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "20362", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "20363", + "amount": "4.9225", + "parsedAmount": "4922500000000000000" + }, + { + "gotchiId": "20367", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "20370", + "amount": "6.175", + "parsedAmount": "6175000000000000000" + }, + { + "gotchiId": "20372", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "20374", + "amount": "89.225", + "parsedAmount": "89225000000000000000" + }, + { + "gotchiId": "20376", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "20381", + "amount": "8.8", + "parsedAmount": "8800000000000000000" + }, + { + "gotchiId": "20382", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "20386", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "20387", + "amount": "11.575", + "parsedAmount": "11575000000000000000" + }, + { + "gotchiId": "20389", + "amount": "16.759999999999998", + "parsedAmount": "16759999999999998000" + }, + { + "gotchiId": "20391", + "amount": "18.4975", + "parsedAmount": "18497500000000000000" + }, + { + "gotchiId": "20394", + "amount": "9.83", + "parsedAmount": "9830000000000000000" + }, + { + "gotchiId": "20395", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "20397", + "amount": "11.532499999999999", + "parsedAmount": "11532499999999999000" + }, + { + "gotchiId": "20398", + "amount": "12.8125", + "parsedAmount": "12812500000000000000" + }, + { + "gotchiId": "20399", + "amount": "11.2525", + "parsedAmount": "11252500000000000000" + }, + { + "gotchiId": "20400", + "amount": "13.2775", + "parsedAmount": "13277500000000000000" + }, + { + "gotchiId": "20405", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "20407", + "amount": "13.497499999999999", + "parsedAmount": "13497499999999999000" + }, + { + "gotchiId": "20409", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "20412", + "amount": "11.49", + "parsedAmount": "11490000000000000000" + }, + { + "gotchiId": "20418", + "amount": "10.4375", + "parsedAmount": "10437500000000000000" + }, + { + "gotchiId": "20419", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "20420", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "20421", + "amount": "7.445", + "parsedAmount": "7445000000000000000" + }, + { + "gotchiId": "20423", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "20426", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "20430", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "20431", + "amount": "5.4174999999999995", + "parsedAmount": "5417499999999999500" + }, + { + "gotchiId": "20432", + "amount": "13.3325", + "parsedAmount": "13332500000000000000" + }, + { + "gotchiId": "20433", + "amount": "7.285", + "parsedAmount": "7285000000000000000" + }, + { + "gotchiId": "20434", + "amount": "6.694999999999999", + "parsedAmount": "6694999999999999000" + }, + { + "gotchiId": "20435", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "20441", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "20442", + "amount": "9.967500000000001", + "parsedAmount": "9967500000000001000" + }, + { + "gotchiId": "20444", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "20449", + "amount": "72.065", + "parsedAmount": "72065000000000000000" + }, + { + "gotchiId": "20451", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "20453", + "amount": "22.6525", + "parsedAmount": "22652500000000000000" + }, + { + "gotchiId": "20454", + "amount": "133.1675", + "parsedAmount": "133167500000000000000" + }, + { + "gotchiId": "20455", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "20459", + "amount": "5.085", + "parsedAmount": "5085000000000000000" + }, + { + "gotchiId": "20461", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "20464", + "amount": "25.0675", + "parsedAmount": "25067500000000000000" + }, + { + "gotchiId": "20465", + "amount": "12.3875", + "parsedAmount": "12387500000000000000" + }, + { + "gotchiId": "20466", + "amount": "12.834999999999999", + "parsedAmount": "12834999999999999000" + }, + { + "gotchiId": "20469", + "amount": "15.955", + "parsedAmount": "15955000000000000000" + }, + { + "gotchiId": "20471", + "amount": "6.1850000000000005", + "parsedAmount": "6185000000000000500" + }, + { + "gotchiId": "20475", + "amount": "22.0425", + "parsedAmount": "22042500000000000000" + }, + { + "gotchiId": "20477", + "amount": "12.205", + "parsedAmount": "12205000000000000000" + }, + { + "gotchiId": "20478", + "amount": "60.67", + "parsedAmount": "60670000000000000000" + }, + { + "gotchiId": "20479", + "amount": "9.6325", + "parsedAmount": "9632500000000000000" + }, + { + "gotchiId": "20480", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "20481", + "amount": "20.025", + "parsedAmount": "20025000000000000000" + }, + { + "gotchiId": "20483", + "amount": "21.235", + "parsedAmount": "21235000000000000000" + }, + { + "gotchiId": "20484", + "amount": "10.1675", + "parsedAmount": "10167500000000000000" + }, + { + "gotchiId": "20487", + "amount": "12.73", + "parsedAmount": "12730000000000000000" + }, + { + "gotchiId": "20489", + "amount": "24.7125", + "parsedAmount": "24712500000000000000" + }, + { + "gotchiId": "20490", + "amount": "20.7275", + "parsedAmount": "20727500000000000000" + }, + { + "gotchiId": "20491", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "20494", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "20495", + "amount": "9.6275", + "parsedAmount": "9627500000000000000" + }, + { + "gotchiId": "20503", + "amount": "27.5075", + "parsedAmount": "27507500000000000000" + }, + { + "gotchiId": "20509", + "amount": "12.3275", + "parsedAmount": "12327500000000000000" + }, + { + "gotchiId": "20513", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "20514", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "20518", + "amount": "53.44", + "parsedAmount": "53440000000000000000" + }, + { + "gotchiId": "20521", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "20524", + "amount": "7.175", + "parsedAmount": "7175000000000000000" + }, + { + "gotchiId": "20525", + "amount": "48.3625", + "parsedAmount": "48362500000000000000" + }, + { + "gotchiId": "20526", + "amount": "43.28", + "parsedAmount": "43280000000000000000" + }, + { + "gotchiId": "20528", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "20532", + "amount": "14.2325", + "parsedAmount": "14232500000000000000" + }, + { + "gotchiId": "20536", + "amount": "12.495000000000001", + "parsedAmount": "12495000000000001000" + }, + { + "gotchiId": "20537", + "amount": "20.145", + "parsedAmount": "20145000000000000000" + }, + { + "gotchiId": "20538", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "20540", + "amount": "19.74", + "parsedAmount": "19740000000000000000" + }, + { + "gotchiId": "20544", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "20545", + "amount": "14.6675", + "parsedAmount": "14667500000000000000" + }, + { + "gotchiId": "20547", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "20548", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "20554", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "20558", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "20559", + "amount": "9.81", + "parsedAmount": "9810000000000000000" + }, + { + "gotchiId": "20561", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "20566", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "20570", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "20571", + "amount": "7.08", + "parsedAmount": "7080000000000000000" + }, + { + "gotchiId": "20573", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "20574", + "amount": "13.842500000000001", + "parsedAmount": "13842500000000001000" + }, + { + "gotchiId": "20575", + "amount": "6.952500000000001", + "parsedAmount": "6952500000000001000" + }, + { + "gotchiId": "20576", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "20577", + "amount": "10.44", + "parsedAmount": "10440000000000000000" + }, + { + "gotchiId": "20578", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "20579", + "amount": "9.195", + "parsedAmount": "9195000000000000000" + }, + { + "gotchiId": "20580", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "20582", + "amount": "20.2125", + "parsedAmount": "20212500000000000000" + }, + { + "gotchiId": "20583", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "20585", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "20587", + "amount": "15.3425", + "parsedAmount": "15342500000000000000" + }, + { + "gotchiId": "20589", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "20592", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "20596", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "20597", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "20599", + "amount": "22.3075", + "parsedAmount": "22307500000000000000" + }, + { + "gotchiId": "20601", + "amount": "11.6175", + "parsedAmount": "11617500000000000000" + }, + { + "gotchiId": "20603", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "20606", + "amount": "6.5825000000000005", + "parsedAmount": "6582500000000000500" + }, + { + "gotchiId": "20607", + "amount": "12.6275", + "parsedAmount": "12627500000000000000" + }, + { + "gotchiId": "20608", + "amount": "15.6", + "parsedAmount": "15600000000000000000" + }, + { + "gotchiId": "20609", + "amount": "8.875", + "parsedAmount": "8875000000000000000" + }, + { + "gotchiId": "20610", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "20613", + "amount": "17.2625", + "parsedAmount": "17262500000000000000" + }, + { + "gotchiId": "20615", + "amount": "5.8525", + "parsedAmount": "5852500000000000000" + }, + { + "gotchiId": "20618", + "amount": "32.2975", + "parsedAmount": "32297500000000000000" + }, + { + "gotchiId": "20622", + "amount": "16.0075", + "parsedAmount": "16007500000000000000" + }, + { + "gotchiId": "20626", + "amount": "11.512500000000001", + "parsedAmount": "11512500000000001000" + }, + { + "gotchiId": "20628", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "20630", + "amount": "8.3475", + "parsedAmount": "8347500000000000000" + }, + { + "gotchiId": "20635", + "amount": "43.215", + "parsedAmount": "43215000000000000000" + }, + { + "gotchiId": "20636", + "amount": "12.5575", + "parsedAmount": "12557500000000000000" + }, + { + "gotchiId": "20639", + "amount": "8.76", + "parsedAmount": "8760000000000000000" + }, + { + "gotchiId": "20642", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "20643", + "amount": "14.0825", + "parsedAmount": "14082500000000000000" + }, + { + "gotchiId": "20645", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "20646", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "20647", + "amount": "12.29", + "parsedAmount": "12290000000000000000" + }, + { + "gotchiId": "20649", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "20650", + "amount": "3.6375", + "parsedAmount": "3637500000000000000" + }, + { + "gotchiId": "20652", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "20653", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "20655", + "amount": "42.43999999999999", + "parsedAmount": "42439999999999990000" + }, + { + "gotchiId": "20656", + "amount": "12.3125", + "parsedAmount": "12312500000000000000" + }, + { + "gotchiId": "20657", + "amount": "16.065", + "parsedAmount": "16065000000000000000" + }, + { + "gotchiId": "20658", + "amount": "21.565", + "parsedAmount": "21565000000000000000" + }, + { + "gotchiId": "20659", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "20661", + "amount": "12.0075", + "parsedAmount": "12007500000000000000" + }, + { + "gotchiId": "20662", + "amount": "23.27", + "parsedAmount": "23270000000000000000" + }, + { + "gotchiId": "20663", + "amount": "14.4175", + "parsedAmount": "14417500000000000000" + }, + { + "gotchiId": "20664", + "amount": "11.4025", + "parsedAmount": "11402500000000000000" + }, + { + "gotchiId": "20672", + "amount": "17.9175", + "parsedAmount": "17917500000000000000" + }, + { + "gotchiId": "20673", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "20674", + "amount": "9.585", + "parsedAmount": "9585000000000000000" + }, + { + "gotchiId": "20678", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "20679", + "amount": "8.0775", + "parsedAmount": "8077500000000000000" + }, + { + "gotchiId": "20680", + "amount": "32.775", + "parsedAmount": "32775000000000000000" + }, + { + "gotchiId": "20682", + "amount": "14.885000000000002", + "parsedAmount": "14885000000000002000" + }, + { + "gotchiId": "20683", + "amount": "4.095", + "parsedAmount": "4095000000000000000" + }, + { + "gotchiId": "20685", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "20686", + "amount": "2.3325", + "parsedAmount": "2332500000000000000" + }, + { + "gotchiId": "20687", + "amount": "12.412500000000001", + "parsedAmount": "12412500000000001000" + }, + { + "gotchiId": "20691", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "20696", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "20697", + "amount": "13.975", + "parsedAmount": "13975000000000000000" + }, + { + "gotchiId": "20698", + "amount": "16.915", + "parsedAmount": "16915000000000000000" + }, + { + "gotchiId": "20701", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "20704", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "20706", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "20708", + "amount": "3.63", + "parsedAmount": "3630000000000000000" + }, + { + "gotchiId": "20710", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "20711", + "amount": "9.4225", + "parsedAmount": "9422500000000000000" + }, + { + "gotchiId": "20713", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "20714", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "20715", + "amount": "16.8275", + "parsedAmount": "16827500000000000000" + }, + { + "gotchiId": "20717", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "20718", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "20721", + "amount": "10.540000000000001", + "parsedAmount": "10540000000000001000" + }, + { + "gotchiId": "20722", + "amount": "19.470000000000002", + "parsedAmount": "19470000000000002000" + }, + { + "gotchiId": "20723", + "amount": "15.717500000000001", + "parsedAmount": "15717500000000001000" + }, + { + "gotchiId": "20728", + "amount": "14.2075", + "parsedAmount": "14207500000000000000" + }, + { + "gotchiId": "20735", + "amount": "11.860000000000001", + "parsedAmount": "11860000000000001000" + }, + { + "gotchiId": "20737", + "amount": "15.004999999999999", + "parsedAmount": "15004999999999999000" + }, + { + "gotchiId": "20739", + "amount": "9.3", + "parsedAmount": "9300000000000000000" + }, + { + "gotchiId": "20740", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "20741", + "amount": "3.8975", + "parsedAmount": "3897500000000000000" + }, + { + "gotchiId": "20745", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "20746", + "amount": "2.4525", + "parsedAmount": "2452500000000000000" + }, + { + "gotchiId": "20747", + "amount": "12.22", + "parsedAmount": "12220000000000000000" + }, + { + "gotchiId": "20749", + "amount": "3.1825", + "parsedAmount": "3182500000000000000" + }, + { + "gotchiId": "20750", + "amount": "14.38", + "parsedAmount": "14380000000000000000" + }, + { + "gotchiId": "20752", + "amount": "11.93", + "parsedAmount": "11930000000000000000" + }, + { + "gotchiId": "20753", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "20755", + "amount": "15.197500000000002", + "parsedAmount": "15197500000000002000" + }, + { + "gotchiId": "20757", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "20758", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "20760", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "20761", + "amount": "8.11", + "parsedAmount": "8110000000000000000" + }, + { + "gotchiId": "20763", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "20764", + "amount": "10.6525", + "parsedAmount": "10652500000000000000" + }, + { + "gotchiId": "20767", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "20769", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "20770", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "20771", + "amount": "22.4", + "parsedAmount": "22400000000000000000" + }, + { + "gotchiId": "20772", + "amount": "12.8275", + "parsedAmount": "12827500000000000000" + }, + { + "gotchiId": "20774", + "amount": "9.6125", + "parsedAmount": "9612500000000000000" + }, + { + "gotchiId": "20775", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "20779", + "amount": "5.8475", + "parsedAmount": "5847500000000000000" + }, + { + "gotchiId": "20782", + "amount": "16.655", + "parsedAmount": "16655000000000000000" + }, + { + "gotchiId": "20783", + "amount": "50.8925", + "parsedAmount": "50892500000000000000" + }, + { + "gotchiId": "20784", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "20786", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "20791", + "amount": "10.47", + "parsedAmount": "10470000000000000000" + }, + { + "gotchiId": "20793", + "amount": "7.6450000000000005", + "parsedAmount": "7645000000000000500" + }, + { + "gotchiId": "20795", + "amount": "12.625", + "parsedAmount": "12625000000000000000" + }, + { + "gotchiId": "20797", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "20804", + "amount": "12.5", + "parsedAmount": "12500000000000000000" + }, + { + "gotchiId": "20805", + "amount": "16.855", + "parsedAmount": "16855000000000000000" + }, + { + "gotchiId": "20807", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "20810", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "20813", + "amount": "5.5225", + "parsedAmount": "5522500000000000000" + }, + { + "gotchiId": "20815", + "amount": "15.992499999999998", + "parsedAmount": "15992499999999998000" + }, + { + "gotchiId": "20816", + "amount": "9.8425", + "parsedAmount": "9842500000000000000" + }, + { + "gotchiId": "20817", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "20818", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "20821", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "20824", + "amount": "3.75", + "parsedAmount": "3750000000000000000" + }, + { + "gotchiId": "20825", + "amount": "10.059999999999999", + "parsedAmount": "10059999999999999000" + }, + { + "gotchiId": "20826", + "amount": "120.89249999999998", + "parsedAmount": "120892499999999980000" + }, + { + "gotchiId": "20827", + "amount": "21.195", + "parsedAmount": "21195000000000000000" + }, + { + "gotchiId": "20828", + "amount": "82.1625", + "parsedAmount": "82162500000000000000" + }, + { + "gotchiId": "20830", + "amount": "14.557500000000001", + "parsedAmount": "14557500000000001000" + }, + { + "gotchiId": "20831", + "amount": "20.145", + "parsedAmount": "20145000000000000000" + }, + { + "gotchiId": "20832", + "amount": "30.15", + "parsedAmount": "30150000000000000000" + }, + { + "gotchiId": "20837", + "amount": "14.1525", + "parsedAmount": "14152500000000000000" + }, + { + "gotchiId": "20838", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "20842", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "20844", + "amount": "95.9875", + "parsedAmount": "95987500000000000000" + }, + { + "gotchiId": "20845", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "20847", + "amount": "9.870000000000001", + "parsedAmount": "9870000000000001000" + }, + { + "gotchiId": "20848", + "amount": "29.965000000000003", + "parsedAmount": "29965000000000003000" + }, + { + "gotchiId": "20849", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "20850", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "20851", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "20852", + "amount": "14.57", + "parsedAmount": "14570000000000000000" + }, + { + "gotchiId": "20853", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "20856", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "20858", + "amount": "7.557500000000001", + "parsedAmount": "7557500000000001000" + }, + { + "gotchiId": "20861", + "amount": "12.535", + "parsedAmount": "12535000000000000000" + }, + { + "gotchiId": "20863", + "amount": "18.59", + "parsedAmount": "18590000000000000000" + }, + { + "gotchiId": "20865", + "amount": "2.575", + "parsedAmount": "2575000000000000000" + }, + { + "gotchiId": "20867", + "amount": "12.8675", + "parsedAmount": "12867500000000000000" + }, + { + "gotchiId": "20868", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "20869", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "20870", + "amount": "8.1625", + "parsedAmount": "8162500000000000000" + }, + { + "gotchiId": "20872", + "amount": "6.1875", + "parsedAmount": "6187500000000000000" + }, + { + "gotchiId": "20873", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "20874", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "20875", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "20877", + "amount": "12.7775", + "parsedAmount": "12777500000000000000" + }, + { + "gotchiId": "20878", + "amount": "8.842500000000001", + "parsedAmount": "8842500000000001000" + }, + { + "gotchiId": "20885", + "amount": "98.9775", + "parsedAmount": "98977500000000000000" + }, + { + "gotchiId": "20887", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "20890", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "20891", + "amount": "15.177500000000002", + "parsedAmount": "15177500000000002000" + }, + { + "gotchiId": "20896", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "20901", + "amount": "3.6", + "parsedAmount": "3600000000000000000" + }, + { + "gotchiId": "20906", + "amount": "15.565", + "parsedAmount": "15565000000000000000" + }, + { + "gotchiId": "20909", + "amount": "60.752500000000005", + "parsedAmount": "60752500000000005000" + }, + { + "gotchiId": "20912", + "amount": "17.63", + "parsedAmount": "17630000000000000000" + }, + { + "gotchiId": "20913", + "amount": "3.17", + "parsedAmount": "3170000000000000000" + }, + { + "gotchiId": "20915", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "20917", + "amount": "20.7625", + "parsedAmount": "20762500000000000000" + }, + { + "gotchiId": "20922", + "amount": "3.34", + "parsedAmount": "3340000000000000000" + }, + { + "gotchiId": "20927", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "20928", + "amount": "8.295", + "parsedAmount": "8295000000000000000" + }, + { + "gotchiId": "20929", + "amount": "10.07", + "parsedAmount": "10070000000000000000" + }, + { + "gotchiId": "20930", + "amount": "8.0575", + "parsedAmount": "8057500000000000000" + }, + { + "gotchiId": "20932", + "amount": "8.5775", + "parsedAmount": "8577500000000000000" + }, + { + "gotchiId": "20933", + "amount": "7.325", + "parsedAmount": "7325000000000000000" + }, + { + "gotchiId": "20934", + "amount": "17.7175", + "parsedAmount": "17717500000000000000" + }, + { + "gotchiId": "20936", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "20937", + "amount": "19.355", + "parsedAmount": "19355000000000000000" + }, + { + "gotchiId": "20941", + "amount": "2.1725", + "parsedAmount": "2172500000000000000" + }, + { + "gotchiId": "20943", + "amount": "29.3975", + "parsedAmount": "29397500000000000000" + }, + { + "gotchiId": "20947", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "20948", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "20950", + "amount": "4.65", + "parsedAmount": "4650000000000000000" + }, + { + "gotchiId": "20951", + "amount": "18.125", + "parsedAmount": "18125000000000000000" + }, + { + "gotchiId": "20952", + "amount": "226.4675", + "parsedAmount": "226467500000000000000" + }, + { + "gotchiId": "20954", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "20955", + "amount": "7.237500000000001", + "parsedAmount": "7237500000000001000" + }, + { + "gotchiId": "20957", + "amount": "6.97", + "parsedAmount": "6970000000000000000" + }, + { + "gotchiId": "20961", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "20963", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "20964", + "amount": "56.255", + "parsedAmount": "56255000000000000000" + }, + { + "gotchiId": "20965", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "20966", + "amount": "52.1925", + "parsedAmount": "52192500000000000000" + }, + { + "gotchiId": "20970", + "amount": "16.71", + "parsedAmount": "16710000000000000000" + }, + { + "gotchiId": "20972", + "amount": "3.34", + "parsedAmount": "3340000000000000000" + } + ], + "totalAmount": "8574774999999999985000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952560, + "gasUsed": "9945225" + }, + { + "batchIndex": 20, + "transactionHash": "0x4f642436d8e1b4bef7c93fd55fa7daf09b3c63dd11032aeadcc88e55c45a76e0", + "timestamp": "2025-09-24T06:14:29.064Z", + "gotchiRewards": [ + { + "gotchiId": "20973", + "amount": "15.1225", + "parsedAmount": "15122500000000000000" + }, + { + "gotchiId": "20974", + "amount": "18.762500000000003", + "parsedAmount": "18762500000000003000" + }, + { + "gotchiId": "20976", + "amount": "8.185", + "parsedAmount": "8185000000000000000" + }, + { + "gotchiId": "20977", + "amount": "5.359999999999999", + "parsedAmount": "5359999999999999000" + }, + { + "gotchiId": "20978", + "amount": "15.785", + "parsedAmount": "15785000000000000000" + }, + { + "gotchiId": "20982", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "20983", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "20987", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "20988", + "amount": "16.08", + "parsedAmount": "16080000000000000000" + }, + { + "gotchiId": "20996", + "amount": "98.37750000000001", + "parsedAmount": "98377500000000010000" + }, + { + "gotchiId": "20997", + "amount": "9.9075", + "parsedAmount": "9907500000000000000" + }, + { + "gotchiId": "21005", + "amount": "2.385", + "parsedAmount": "2385000000000000000" + }, + { + "gotchiId": "21007", + "amount": "6.8975", + "parsedAmount": "6897500000000000000" + }, + { + "gotchiId": "21008", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "21009", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "21013", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "21015", + "amount": "10.2075", + "parsedAmount": "10207500000000000000" + }, + { + "gotchiId": "21018", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "21019", + "amount": "26.7575", + "parsedAmount": "26757500000000000000" + }, + { + "gotchiId": "21021", + "amount": "6.272500000000001", + "parsedAmount": "6272500000000001000" + }, + { + "gotchiId": "21025", + "amount": "6.17", + "parsedAmount": "6170000000000000000" + }, + { + "gotchiId": "21026", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "21027", + "amount": "10.149999999999999", + "parsedAmount": "10149999999999999000" + }, + { + "gotchiId": "21028", + "amount": "14.455000000000002", + "parsedAmount": "14455000000000002000" + }, + { + "gotchiId": "21030", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "21031", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "21032", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "21034", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "21035", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "21037", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "21038", + "amount": "21.502499999999998", + "parsedAmount": "21502499999999998000" + }, + { + "gotchiId": "21040", + "amount": "12.435", + "parsedAmount": "12435000000000000000" + }, + { + "gotchiId": "21042", + "amount": "13.754999999999999", + "parsedAmount": "13754999999999999000" + }, + { + "gotchiId": "21046", + "amount": "7.0600000000000005", + "parsedAmount": "7060000000000000500" + }, + { + "gotchiId": "21047", + "amount": "34.24", + "parsedAmount": "34240000000000000000" + }, + { + "gotchiId": "21048", + "amount": "19.73", + "parsedAmount": "19730000000000000000" + }, + { + "gotchiId": "21049", + "amount": "3.7375", + "parsedAmount": "3737500000000000000" + }, + { + "gotchiId": "21055", + "amount": "5.925", + "parsedAmount": "5925000000000000000" + }, + { + "gotchiId": "21056", + "amount": "11.387500000000001", + "parsedAmount": "11387500000000001000" + }, + { + "gotchiId": "21059", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "21060", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "21061", + "amount": "18.369999999999997", + "parsedAmount": "18369999999999997000" + }, + { + "gotchiId": "21064", + "amount": "30.2925", + "parsedAmount": "30292500000000000000" + }, + { + "gotchiId": "21066", + "amount": "15.925", + "parsedAmount": "15925000000000000000" + }, + { + "gotchiId": "21067", + "amount": "10.3625", + "parsedAmount": "10362500000000000000" + }, + { + "gotchiId": "21071", + "amount": "9.075", + "parsedAmount": "9075000000000000000" + }, + { + "gotchiId": "21075", + "amount": "6.694999999999999", + "parsedAmount": "6694999999999999000" + }, + { + "gotchiId": "21077", + "amount": "8.1925", + "parsedAmount": "8192500000000000000" + }, + { + "gotchiId": "21080", + "amount": "5.967499999999999", + "parsedAmount": "5967499999999999000" + }, + { + "gotchiId": "21082", + "amount": "49.5125", + "parsedAmount": "49512500000000000000" + }, + { + "gotchiId": "21085", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "21090", + "amount": "11.7875", + "parsedAmount": "11787500000000000000" + }, + { + "gotchiId": "21091", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "21093", + "amount": "18.6225", + "parsedAmount": "18622500000000000000" + }, + { + "gotchiId": "21094", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "21095", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "21098", + "amount": "5.4", + "parsedAmount": "5400000000000000000" + }, + { + "gotchiId": "21100", + "amount": "22.9075", + "parsedAmount": "22907500000000000000" + }, + { + "gotchiId": "21101", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "21103", + "amount": "23.165", + "parsedAmount": "23165000000000000000" + }, + { + "gotchiId": "21105", + "amount": "4.890000000000001", + "parsedAmount": "4890000000000001000" + }, + { + "gotchiId": "21107", + "amount": "9.8875", + "parsedAmount": "9887500000000000000" + }, + { + "gotchiId": "21108", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "21110", + "amount": "6.99", + "parsedAmount": "6990000000000000000" + }, + { + "gotchiId": "21113", + "amount": "26.405", + "parsedAmount": "26405000000000000000" + }, + { + "gotchiId": "21114", + "amount": "25.964999999999996", + "parsedAmount": "25964999999999996000" + }, + { + "gotchiId": "21115", + "amount": "15.9025", + "parsedAmount": "15902500000000000000" + }, + { + "gotchiId": "21121", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "21124", + "amount": "9.125", + "parsedAmount": "9125000000000000000" + }, + { + "gotchiId": "21125", + "amount": "25.6875", + "parsedAmount": "25687500000000000000" + }, + { + "gotchiId": "21126", + "amount": "27.735000000000003", + "parsedAmount": "27735000000000003000" + }, + { + "gotchiId": "21127", + "amount": "8.0675", + "parsedAmount": "8067500000000000000" + }, + { + "gotchiId": "21130", + "amount": "21.7775", + "parsedAmount": "21777500000000000000" + }, + { + "gotchiId": "21131", + "amount": "9.4875", + "parsedAmount": "9487500000000000000" + }, + { + "gotchiId": "21133", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "21134", + "amount": "35.4225", + "parsedAmount": "35422500000000000000" + }, + { + "gotchiId": "21135", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "21136", + "amount": "9.425", + "parsedAmount": "9425000000000000000" + }, + { + "gotchiId": "21140", + "amount": "10.712499999999999", + "parsedAmount": "10712499999999999000" + }, + { + "gotchiId": "21142", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "21143", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "21145", + "amount": "12.3375", + "parsedAmount": "12337500000000000000" + }, + { + "gotchiId": "21148", + "amount": "6.675000000000001", + "parsedAmount": "6675000000000001000" + }, + { + "gotchiId": "21152", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "21153", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "21154", + "amount": "97.5075", + "parsedAmount": "97507500000000000000" + }, + { + "gotchiId": "21155", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "21157", + "amount": "12.5625", + "parsedAmount": "12562500000000000000" + }, + { + "gotchiId": "21158", + "amount": "13.969999999999999", + "parsedAmount": "13969999999999999000" + }, + { + "gotchiId": "21159", + "amount": "8.2925", + "parsedAmount": "8292500000000000000" + }, + { + "gotchiId": "21160", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "21162", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "21163", + "amount": "21.599999999999998", + "parsedAmount": "21599999999999998000" + }, + { + "gotchiId": "21171", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "21172", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "21173", + "amount": "11.965", + "parsedAmount": "11965000000000000000" + }, + { + "gotchiId": "21177", + "amount": "10.95", + "parsedAmount": "10950000000000000000" + }, + { + "gotchiId": "21179", + "amount": "19.1025", + "parsedAmount": "19102500000000000000" + }, + { + "gotchiId": "21181", + "amount": "13.379999999999999", + "parsedAmount": "13379999999999999000" + }, + { + "gotchiId": "21182", + "amount": "19.4775", + "parsedAmount": "19477500000000000000" + }, + { + "gotchiId": "21184", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "21185", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "21186", + "amount": "15.905000000000001", + "parsedAmount": "15905000000000001000" + }, + { + "gotchiId": "21188", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "21189", + "amount": "7.7475000000000005", + "parsedAmount": "7747500000000000500" + }, + { + "gotchiId": "21191", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "21199", + "amount": "28.11", + "parsedAmount": "28110000000000000000" + }, + { + "gotchiId": "21204", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "21207", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "21209", + "amount": "15.619999999999997", + "parsedAmount": "15619999999999997000" + }, + { + "gotchiId": "21211", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "21214", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "21215", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "21219", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "21220", + "amount": "12.2025", + "parsedAmount": "12202500000000000000" + }, + { + "gotchiId": "21223", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "21226", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "21227", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "21228", + "amount": "4.32", + "parsedAmount": "4320000000000000000" + }, + { + "gotchiId": "21229", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "21230", + "amount": "52.7325", + "parsedAmount": "52732500000000000000" + }, + { + "gotchiId": "21231", + "amount": "21.71", + "parsedAmount": "21710000000000000000" + }, + { + "gotchiId": "21232", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "21233", + "amount": "5.6825", + "parsedAmount": "5682500000000000000" + }, + { + "gotchiId": "21236", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "21237", + "amount": "5.205", + "parsedAmount": "5205000000000000000" + }, + { + "gotchiId": "21238", + "amount": "21.369999999999997", + "parsedAmount": "21369999999999997000" + }, + { + "gotchiId": "21241", + "amount": "17.5175", + "parsedAmount": "17517500000000000000" + }, + { + "gotchiId": "21243", + "amount": "25.807499999999997", + "parsedAmount": "25807499999999997000" + }, + { + "gotchiId": "21244", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "21245", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "21248", + "amount": "22.5125", + "parsedAmount": "22512500000000000000" + }, + { + "gotchiId": "21249", + "amount": "27.875", + "parsedAmount": "27875000000000000000" + }, + { + "gotchiId": "21250", + "amount": "14.615", + "parsedAmount": "14615000000000000000" + }, + { + "gotchiId": "21252", + "amount": "8.245000000000001", + "parsedAmount": "8245000000000001000" + }, + { + "gotchiId": "21253", + "amount": "6.39", + "parsedAmount": "6390000000000000000" + }, + { + "gotchiId": "21255", + "amount": "12.5175", + "parsedAmount": "12517500000000000000" + }, + { + "gotchiId": "21257", + "amount": "20.6525", + "parsedAmount": "20652500000000000000" + }, + { + "gotchiId": "21258", + "amount": "10.61", + "parsedAmount": "10610000000000000000" + }, + { + "gotchiId": "21259", + "amount": "19.91", + "parsedAmount": "19910000000000000000" + }, + { + "gotchiId": "21261", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "21262", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "21263", + "amount": "8.3525", + "parsedAmount": "8352500000000000000" + }, + { + "gotchiId": "21264", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "21268", + "amount": "39.0175", + "parsedAmount": "39017500000000000000" + }, + { + "gotchiId": "21277", + "amount": "9.5175", + "parsedAmount": "9517500000000000000" + }, + { + "gotchiId": "21278", + "amount": "28.857499999999998", + "parsedAmount": "28857499999999998000" + }, + { + "gotchiId": "21280", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "21282", + "amount": "17.4075", + "parsedAmount": "17407500000000000000" + }, + { + "gotchiId": "21283", + "amount": "12.11", + "parsedAmount": "12110000000000000000" + }, + { + "gotchiId": "21284", + "amount": "12.74", + "parsedAmount": "12740000000000000000" + }, + { + "gotchiId": "21291", + "amount": "7.3175", + "parsedAmount": "7317500000000000000" + }, + { + "gotchiId": "21295", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "21296", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "21299", + "amount": "26.167499999999997", + "parsedAmount": "26167499999999997000" + }, + { + "gotchiId": "21302", + "amount": "18.515", + "parsedAmount": "18515000000000000000" + }, + { + "gotchiId": "21303", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "21305", + "amount": "15.6775", + "parsedAmount": "15677500000000000000" + }, + { + "gotchiId": "21306", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "21307", + "amount": "6.745", + "parsedAmount": "6745000000000000000" + }, + { + "gotchiId": "21308", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "21309", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "21311", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21312", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "21316", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "21320", + "amount": "93.92999999999999", + "parsedAmount": "93929999999999990000" + }, + { + "gotchiId": "21322", + "amount": "7.145", + "parsedAmount": "7145000000000000000" + }, + { + "gotchiId": "21323", + "amount": "46.0675", + "parsedAmount": "46067500000000000000" + }, + { + "gotchiId": "21325", + "amount": "10.9375", + "parsedAmount": "10937500000000000000" + }, + { + "gotchiId": "21326", + "amount": "17.4425", + "parsedAmount": "17442500000000000000" + }, + { + "gotchiId": "21331", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "21332", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "21334", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "21337", + "amount": "36.712500000000006", + "parsedAmount": "36712500000000006000" + }, + { + "gotchiId": "21338", + "amount": "36.0225", + "parsedAmount": "36022500000000000000" + }, + { + "gotchiId": "21339", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "21341", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "21347", + "amount": "12.25", + "parsedAmount": "12250000000000000000" + }, + { + "gotchiId": "21349", + "amount": "11.665", + "parsedAmount": "11665000000000000000" + }, + { + "gotchiId": "21350", + "amount": "23.55", + "parsedAmount": "23550000000000000000" + }, + { + "gotchiId": "21351", + "amount": "8.7825", + "parsedAmount": "8782500000000000000" + }, + { + "gotchiId": "21352", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "21353", + "amount": "26.7675", + "parsedAmount": "26767500000000000000" + }, + { + "gotchiId": "21354", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21355", + "amount": "9.004999999999999", + "parsedAmount": "9004999999999999000" + }, + { + "gotchiId": "21356", + "amount": "15.887500000000001", + "parsedAmount": "15887500000000001000" + }, + { + "gotchiId": "21357", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "21358", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "21361", + "amount": "8.895", + "parsedAmount": "8895000000000000000" + }, + { + "gotchiId": "21362", + "amount": "32.935", + "parsedAmount": "32935000000000000000" + }, + { + "gotchiId": "21364", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "21366", + "amount": "18.2975", + "parsedAmount": "18297500000000000000" + }, + { + "gotchiId": "21369", + "amount": "26.665", + "parsedAmount": "26665000000000000000" + }, + { + "gotchiId": "21371", + "amount": "19.9175", + "parsedAmount": "19917500000000000000" + }, + { + "gotchiId": "21377", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "21379", + "amount": "17.7225", + "parsedAmount": "17722500000000000000" + }, + { + "gotchiId": "21382", + "amount": "16.3025", + "parsedAmount": "16302500000000000000" + }, + { + "gotchiId": "21384", + "amount": "5.6225000000000005", + "parsedAmount": "5622500000000000500" + }, + { + "gotchiId": "21385", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "21386", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "21387", + "amount": "20.96", + "parsedAmount": "20960000000000000000" + }, + { + "gotchiId": "21390", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "21393", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "21395", + "amount": "6.075", + "parsedAmount": "6075000000000000000" + }, + { + "gotchiId": "21396", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "21397", + "amount": "25.162499999999998", + "parsedAmount": "25162499999999998000" + }, + { + "gotchiId": "21399", + "amount": "6.2375", + "parsedAmount": "6237500000000000000" + }, + { + "gotchiId": "21400", + "amount": "23.7225", + "parsedAmount": "23722500000000000000" + }, + { + "gotchiId": "21403", + "amount": "251.805", + "parsedAmount": "251805000000000000000" + }, + { + "gotchiId": "21405", + "amount": "18.6875", + "parsedAmount": "18687500000000000000" + }, + { + "gotchiId": "21407", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "21413", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "21415", + "amount": "9.407499999999999", + "parsedAmount": "9407499999999999000" + }, + { + "gotchiId": "21417", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "21418", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "21419", + "amount": "8.7425", + "parsedAmount": "8742500000000000000" + }, + { + "gotchiId": "21422", + "amount": "23.150000000000002", + "parsedAmount": "23150000000000002000" + }, + { + "gotchiId": "21424", + "amount": "917.3774999999999", + "parsedAmount": "917377499999999900000" + }, + { + "gotchiId": "21426", + "amount": "7.505", + "parsedAmount": "7505000000000000000" + }, + { + "gotchiId": "21429", + "amount": "31.910000000000004", + "parsedAmount": "31910000000000004000" + }, + { + "gotchiId": "21431", + "amount": "17.3775", + "parsedAmount": "17377500000000000000" + }, + { + "gotchiId": "21433", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "21434", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "21435", + "amount": "58.265", + "parsedAmount": "58265000000000000000" + }, + { + "gotchiId": "21438", + "amount": "9.5375", + "parsedAmount": "9537500000000000000" + }, + { + "gotchiId": "21439", + "amount": "8.557500000000001", + "parsedAmount": "8557500000000001000" + }, + { + "gotchiId": "21441", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "21442", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "21443", + "amount": "8.1825", + "parsedAmount": "8182500000000000000" + }, + { + "gotchiId": "21445", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "21446", + "amount": "16.75", + "parsedAmount": "16750000000000000000" + }, + { + "gotchiId": "21456", + "amount": "16.240000000000002", + "parsedAmount": "16240000000000002000" + }, + { + "gotchiId": "21463", + "amount": "11.3875", + "parsedAmount": "11387500000000000000" + }, + { + "gotchiId": "21466", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "21470", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "21471", + "amount": "15.9125", + "parsedAmount": "15912500000000000000" + }, + { + "gotchiId": "21474", + "amount": "9.905", + "parsedAmount": "9905000000000000000" + }, + { + "gotchiId": "21475", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "21477", + "amount": "79.63250000000001", + "parsedAmount": "79632500000000010000" + }, + { + "gotchiId": "21479", + "amount": "9.995", + "parsedAmount": "9995000000000000000" + }, + { + "gotchiId": "21480", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "21482", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "21483", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "21484", + "amount": "7.8875", + "parsedAmount": "7887500000000000000" + }, + { + "gotchiId": "21485", + "amount": "10.875", + "parsedAmount": "10875000000000000000" + }, + { + "gotchiId": "21487", + "amount": "16.384999999999998", + "parsedAmount": "16384999999999998000" + }, + { + "gotchiId": "21488", + "amount": "14.275", + "parsedAmount": "14275000000000000000" + }, + { + "gotchiId": "21489", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "21493", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "21494", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "21495", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "21499", + "amount": "22.34", + "parsedAmount": "22340000000000000000" + }, + { + "gotchiId": "21501", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "21504", + "amount": "12.485", + "parsedAmount": "12485000000000000000" + }, + { + "gotchiId": "21505", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "21508", + "amount": "539.88", + "parsedAmount": "539880000000000000000" + }, + { + "gotchiId": "21510", + "amount": "28.2575", + "parsedAmount": "28257500000000000000" + }, + { + "gotchiId": "21517", + "amount": "11.577499999999999", + "parsedAmount": "11577499999999999000" + }, + { + "gotchiId": "21518", + "amount": "17.345", + "parsedAmount": "17345000000000000000" + }, + { + "gotchiId": "21521", + "amount": "25.057499999999997", + "parsedAmount": "25057499999999997000" + }, + { + "gotchiId": "21522", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "21524", + "amount": "12.58", + "parsedAmount": "12580000000000000000" + }, + { + "gotchiId": "21526", + "amount": "16.015", + "parsedAmount": "16015000000000000000" + }, + { + "gotchiId": "21530", + "amount": "14.465", + "parsedAmount": "14465000000000000000" + }, + { + "gotchiId": "21531", + "amount": "34.975", + "parsedAmount": "34975000000000000000" + }, + { + "gotchiId": "21532", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "21533", + "amount": "7.7675", + "parsedAmount": "7767500000000000000" + }, + { + "gotchiId": "21534", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "21536", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "21537", + "amount": "13.8825", + "parsedAmount": "13882500000000000000" + }, + { + "gotchiId": "21538", + "amount": "13.01", + "parsedAmount": "13010000000000000000" + }, + { + "gotchiId": "21546", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "21548", + "amount": "3.275", + "parsedAmount": "3275000000000000000" + }, + { + "gotchiId": "21549", + "amount": "12.41", + "parsedAmount": "12410000000000000000" + }, + { + "gotchiId": "21550", + "amount": "21.6875", + "parsedAmount": "21687500000000000000" + }, + { + "gotchiId": "21551", + "amount": "11.5925", + "parsedAmount": "11592500000000000000" + }, + { + "gotchiId": "21552", + "amount": "8.9775", + "parsedAmount": "8977500000000000000" + }, + { + "gotchiId": "21553", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "21555", + "amount": "16.345", + "parsedAmount": "16345000000000000000" + }, + { + "gotchiId": "21556", + "amount": "20.0125", + "parsedAmount": "20012500000000000000" + }, + { + "gotchiId": "21558", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "21559", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "21560", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "21564", + "amount": "6.2375", + "parsedAmount": "6237500000000000000" + }, + { + "gotchiId": "21567", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "21568", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "21569", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "21572", + "amount": "3.5375", + "parsedAmount": "3537500000000000000" + }, + { + "gotchiId": "21574", + "amount": "10.549999999999999", + "parsedAmount": "10549999999999999000" + }, + { + "gotchiId": "21575", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "21577", + "amount": "6.6499999999999995", + "parsedAmount": "6649999999999999500" + }, + { + "gotchiId": "21578", + "amount": "17.8975", + "parsedAmount": "17897500000000000000" + }, + { + "gotchiId": "21582", + "amount": "6.3825", + "parsedAmount": "6382500000000000000" + }, + { + "gotchiId": "21583", + "amount": "6.7825", + "parsedAmount": "6782500000000000000" + }, + { + "gotchiId": "21585", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "21586", + "amount": "11.215", + "parsedAmount": "11215000000000000000" + }, + { + "gotchiId": "21587", + "amount": "2.5275", + "parsedAmount": "2527500000000000000" + }, + { + "gotchiId": "21591", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "21592", + "amount": "9.305", + "parsedAmount": "9305000000000000000" + }, + { + "gotchiId": "21593", + "amount": "6.8275", + "parsedAmount": "6827500000000000000" + }, + { + "gotchiId": "21594", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "21595", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "21596", + "amount": "41.262499999999996", + "parsedAmount": "41262499999999996000" + }, + { + "gotchiId": "21599", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "21603", + "amount": "9.2725", + "parsedAmount": "9272500000000000000" + }, + { + "gotchiId": "21604", + "amount": "13.857500000000002", + "parsedAmount": "13857500000000002000" + }, + { + "gotchiId": "21607", + "amount": "9.0525", + "parsedAmount": "9052500000000000000" + }, + { + "gotchiId": "21608", + "amount": "11.435", + "parsedAmount": "11435000000000000000" + }, + { + "gotchiId": "21609", + "amount": "10.9725", + "parsedAmount": "10972500000000000000" + }, + { + "gotchiId": "21611", + "amount": "63.0525", + "parsedAmount": "63052500000000000000" + }, + { + "gotchiId": "21612", + "amount": "10.192499999999999", + "parsedAmount": "10192499999999999000" + }, + { + "gotchiId": "21614", + "amount": "13.0825", + "parsedAmount": "13082500000000000000" + }, + { + "gotchiId": "21615", + "amount": "7.205", + "parsedAmount": "7205000000000000000" + }, + { + "gotchiId": "21616", + "amount": "8.719999999999999", + "parsedAmount": "8719999999999999000" + }, + { + "gotchiId": "21617", + "amount": "15.287500000000001", + "parsedAmount": "15287500000000001000" + }, + { + "gotchiId": "21619", + "amount": "10.122499999999999", + "parsedAmount": "10122499999999999000" + }, + { + "gotchiId": "21622", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "21623", + "amount": "12.797500000000001", + "parsedAmount": "12797500000000001000" + }, + { + "gotchiId": "21624", + "amount": "29.2725", + "parsedAmount": "29272500000000000000" + }, + { + "gotchiId": "21625", + "amount": "19.9375", + "parsedAmount": "19937500000000000000" + }, + { + "gotchiId": "21627", + "amount": "13.290000000000001", + "parsedAmount": "13290000000000001000" + }, + { + "gotchiId": "21628", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "21629", + "amount": "12.235", + "parsedAmount": "12235000000000000000" + }, + { + "gotchiId": "21632", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "21633", + "amount": "4.859999999999999", + "parsedAmount": "4859999999999999000" + }, + { + "gotchiId": "21634", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "21637", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "21640", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "21641", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "21642", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "21643", + "amount": "30.785", + "parsedAmount": "30785000000000000000" + }, + { + "gotchiId": "21644", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "21649", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "21653", + "amount": "20.4375", + "parsedAmount": "20437500000000000000" + }, + { + "gotchiId": "21655", + "amount": "10.2225", + "parsedAmount": "10222500000000000000" + }, + { + "gotchiId": "21656", + "amount": "15.25", + "parsedAmount": "15250000000000000000" + }, + { + "gotchiId": "21657", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "21658", + "amount": "20.46", + "parsedAmount": "20460000000000000000" + }, + { + "gotchiId": "21660", + "amount": "162.8", + "parsedAmount": "162800000000000000000" + }, + { + "gotchiId": "21662", + "amount": "11.879999999999999", + "parsedAmount": "11879999999999999000" + }, + { + "gotchiId": "21665", + "amount": "86.58", + "parsedAmount": "86580000000000000000" + }, + { + "gotchiId": "21666", + "amount": "8.3125", + "parsedAmount": "8312500000000000000" + }, + { + "gotchiId": "21667", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "21669", + "amount": "34.12", + "parsedAmount": "34120000000000000000" + }, + { + "gotchiId": "21676", + "amount": "12.4675", + "parsedAmount": "12467500000000000000" + }, + { + "gotchiId": "21677", + "amount": "20.1525", + "parsedAmount": "20152500000000000000" + }, + { + "gotchiId": "21678", + "amount": "9.3025", + "parsedAmount": "9302500000000000000" + }, + { + "gotchiId": "21679", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "21680", + "amount": "14.41", + "parsedAmount": "14410000000000000000" + }, + { + "gotchiId": "21681", + "amount": "5.8125", + "parsedAmount": "5812500000000000000" + }, + { + "gotchiId": "21687", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "21688", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "21689", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "21690", + "amount": "16.82", + "parsedAmount": "16820000000000000000" + }, + { + "gotchiId": "21692", + "amount": "19.942500000000003", + "parsedAmount": "19942500000000003000" + }, + { + "gotchiId": "21693", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "21694", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "21695", + "amount": "8.9375", + "parsedAmount": "8937500000000000000" + }, + { + "gotchiId": "21696", + "amount": "5.1225000000000005", + "parsedAmount": "5122500000000000500" + }, + { + "gotchiId": "21699", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "21702", + "amount": "6.9275", + "parsedAmount": "6927500000000000000" + }, + { + "gotchiId": "21703", + "amount": "13.055", + "parsedAmount": "13055000000000000000" + }, + { + "gotchiId": "21705", + "amount": "16.39", + "parsedAmount": "16390000000000000000" + }, + { + "gotchiId": "21706", + "amount": "13.55", + "parsedAmount": "13550000000000000000" + }, + { + "gotchiId": "21707", + "amount": "10.27", + "parsedAmount": "10270000000000000000" + }, + { + "gotchiId": "21708", + "amount": "12.99", + "parsedAmount": "12990000000000000000" + }, + { + "gotchiId": "21709", + "amount": "9.09", + "parsedAmount": "9090000000000000000" + }, + { + "gotchiId": "21710", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "21712", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "21714", + "amount": "12.309999999999999", + "parsedAmount": "12309999999999999000" + }, + { + "gotchiId": "21715", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "21717", + "amount": "8.6625", + "parsedAmount": "8662500000000000000" + }, + { + "gotchiId": "21719", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "21721", + "amount": "12.559999999999999", + "parsedAmount": "12559999999999999000" + }, + { + "gotchiId": "21722", + "amount": "6.88", + "parsedAmount": "6880000000000000000" + }, + { + "gotchiId": "21723", + "amount": "8.95", + "parsedAmount": "8950000000000000000" + }, + { + "gotchiId": "21724", + "amount": "10.1925", + "parsedAmount": "10192500000000000000" + }, + { + "gotchiId": "21726", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "21727", + "amount": "17.8125", + "parsedAmount": "17812500000000000000" + }, + { + "gotchiId": "21729", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "21730", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "21731", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "21733", + "amount": "19.13", + "parsedAmount": "19130000000000000000" + }, + { + "gotchiId": "21736", + "amount": "61.502500000000005", + "parsedAmount": "61502500000000005000" + }, + { + "gotchiId": "21737", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "21739", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "21740", + "amount": "17.4275", + "parsedAmount": "17427500000000000000" + }, + { + "gotchiId": "21742", + "amount": "18.447499999999998", + "parsedAmount": "18447499999999998000" + }, + { + "gotchiId": "21747", + "amount": "9.7375", + "parsedAmount": "9737500000000000000" + }, + { + "gotchiId": "21749", + "amount": "34.765", + "parsedAmount": "34765000000000000000" + }, + { + "gotchiId": "21751", + "amount": "27.630000000000003", + "parsedAmount": "27630000000000003000" + }, + { + "gotchiId": "21752", + "amount": "6.605", + "parsedAmount": "6605000000000000000" + }, + { + "gotchiId": "21755", + "amount": "8.49", + "parsedAmount": "8490000000000000000" + }, + { + "gotchiId": "21756", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "21759", + "amount": "22.462500000000002", + "parsedAmount": "22462500000000002000" + }, + { + "gotchiId": "21760", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "21761", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "21765", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "21767", + "amount": "17.2975", + "parsedAmount": "17297500000000000000" + }, + { + "gotchiId": "21768", + "amount": "25.130000000000003", + "parsedAmount": "25130000000000003000" + }, + { + "gotchiId": "21770", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "21772", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "21773", + "amount": "14.8125", + "parsedAmount": "14812500000000000000" + }, + { + "gotchiId": "21774", + "amount": "14.444999999999999", + "parsedAmount": "14444999999999999000" + }, + { + "gotchiId": "21776", + "amount": "19.2575", + "parsedAmount": "19257500000000000000" + }, + { + "gotchiId": "21778", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "21779", + "amount": "18.232499999999998", + "parsedAmount": "18232499999999998000" + }, + { + "gotchiId": "21781", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "21784", + "amount": "13.96", + "parsedAmount": "13960000000000000000" + }, + { + "gotchiId": "21789", + "amount": "127.325", + "parsedAmount": "127325000000000000000" + }, + { + "gotchiId": "21792", + "amount": "2.24", + "parsedAmount": "2240000000000000000" + }, + { + "gotchiId": "21793", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "21794", + "amount": "4.915", + "parsedAmount": "4915000000000000000" + }, + { + "gotchiId": "21796", + "amount": "8.6", + "parsedAmount": "8600000000000000000" + }, + { + "gotchiId": "21797", + "amount": "110.4325", + "parsedAmount": "110432500000000000000" + }, + { + "gotchiId": "21798", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "21802", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "21803", + "amount": "13.095", + "parsedAmount": "13095000000000000000" + }, + { + "gotchiId": "21806", + "amount": "20.995", + "parsedAmount": "20995000000000000000" + }, + { + "gotchiId": "21808", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "21809", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "21813", + "amount": "27.735", + "parsedAmount": "27735000000000000000" + }, + { + "gotchiId": "21814", + "amount": "11.3175", + "parsedAmount": "11317500000000000000" + }, + { + "gotchiId": "21816", + "amount": "17.3625", + "parsedAmount": "17362500000000000000" + }, + { + "gotchiId": "21819", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "21820", + "amount": "17.935000000000002", + "parsedAmount": "17935000000000002000" + }, + { + "gotchiId": "21822", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "21824", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "21825", + "amount": "6.109999999999999", + "parsedAmount": "6109999999999999000" + }, + { + "gotchiId": "21827", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "21828", + "amount": "3.2725", + "parsedAmount": "3272500000000000000" + }, + { + "gotchiId": "21830", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "21833", + "amount": "12.1325", + "parsedAmount": "12132500000000000000" + }, + { + "gotchiId": "21834", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "21835", + "amount": "15.705", + "parsedAmount": "15705000000000000000" + }, + { + "gotchiId": "21836", + "amount": "13.899999999999999", + "parsedAmount": "13899999999999999000" + }, + { + "gotchiId": "21838", + "amount": "5.977499999999999", + "parsedAmount": "5977499999999999000" + }, + { + "gotchiId": "21841", + "amount": "15.0775", + "parsedAmount": "15077500000000000000" + }, + { + "gotchiId": "21842", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "21844", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "21845", + "amount": "5.86", + "parsedAmount": "5860000000000000000" + }, + { + "gotchiId": "21846", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "21848", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "21849", + "amount": "15.6825", + "parsedAmount": "15682500000000000000" + }, + { + "gotchiId": "21851", + "amount": "15.037500000000001", + "parsedAmount": "15037500000000001000" + }, + { + "gotchiId": "21852", + "amount": "8.5325", + "parsedAmount": "8532500000000000000" + }, + { + "gotchiId": "21853", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "21857", + "amount": "9.815000000000001", + "parsedAmount": "9815000000000001000" + }, + { + "gotchiId": "21863", + "amount": "4.8075", + "parsedAmount": "4807500000000000000" + }, + { + "gotchiId": "21868", + "amount": "186.33499999999998", + "parsedAmount": "186334999999999980000" + }, + { + "gotchiId": "21869", + "amount": "6.5725", + "parsedAmount": "6572500000000000000" + }, + { + "gotchiId": "21870", + "amount": "20.61", + "parsedAmount": "20610000000000000000" + }, + { + "gotchiId": "21871", + "amount": "24.034999999999997", + "parsedAmount": "24034999999999997000" + }, + { + "gotchiId": "21872", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "21874", + "amount": "11.135", + "parsedAmount": "11135000000000000000" + }, + { + "gotchiId": "21876", + "amount": "9.29", + "parsedAmount": "9290000000000000000" + }, + { + "gotchiId": "21877", + "amount": "14.5725", + "parsedAmount": "14572500000000000000" + }, + { + "gotchiId": "21879", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "21880", + "amount": "5.65", + "parsedAmount": "5650000000000000000" + }, + { + "gotchiId": "21883", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "21889", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "21890", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "21891", + "amount": "13.559999999999999", + "parsedAmount": "13559999999999999000" + }, + { + "gotchiId": "21893", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "21894", + "amount": "14.73", + "parsedAmount": "14730000000000000000" + }, + { + "gotchiId": "21895", + "amount": "28.985", + "parsedAmount": "28985000000000000000" + }, + { + "gotchiId": "21897", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "21900", + "amount": "9.73", + "parsedAmount": "9730000000000000000" + }, + { + "gotchiId": "21903", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "21904", + "amount": "6.37", + "parsedAmount": "6370000000000000000" + }, + { + "gotchiId": "21906", + "amount": "22.195", + "parsedAmount": "22195000000000000000" + }, + { + "gotchiId": "21907", + "amount": "8.1675", + "parsedAmount": "8167500000000000000" + }, + { + "gotchiId": "21908", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "21911", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "21913", + "amount": "22.005", + "parsedAmount": "22005000000000000000" + }, + { + "gotchiId": "21915", + "amount": "18.13", + "parsedAmount": "18130000000000000000" + }, + { + "gotchiId": "21916", + "amount": "18.33", + "parsedAmount": "18330000000000000000" + }, + { + "gotchiId": "21920", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "21921", + "amount": "9.655000000000001", + "parsedAmount": "9655000000000001000" + }, + { + "gotchiId": "21922", + "amount": "9.79", + "parsedAmount": "9790000000000000000" + }, + { + "gotchiId": "21923", + "amount": "10.7725", + "parsedAmount": "10772500000000000000" + }, + { + "gotchiId": "21926", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "21927", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "21928", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "21929", + "amount": "15.6675", + "parsedAmount": "15667500000000000000" + }, + { + "gotchiId": "21930", + "amount": "3.8925", + "parsedAmount": "3892500000000000000" + }, + { + "gotchiId": "21931", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "21933", + "amount": "17.855", + "parsedAmount": "17855000000000000000" + }, + { + "gotchiId": "21934", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "21936", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "21937", + "amount": "30.9475", + "parsedAmount": "30947500000000000000" + }, + { + "gotchiId": "21938", + "amount": "12.872499999999999", + "parsedAmount": "12872499999999999000" + }, + { + "gotchiId": "21940", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "21941", + "amount": "17.21", + "parsedAmount": "17210000000000000000" + }, + { + "gotchiId": "21943", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + } + ], + "totalAmount": "8254127499999999878000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952562, + "gasUsed": "9851236" + }, + { + "batchIndex": 21, + "transactionHash": "0xc086692ffa6bf28ba1e709e54bb6fff461e6d58b3f541a5827fac68e44a4de18", + "timestamp": "2025-09-24T06:14:31.545Z", + "gotchiRewards": [ + { + "gotchiId": "21947", + "amount": "3.0175", + "parsedAmount": "3017500000000000000" + }, + { + "gotchiId": "21950", + "amount": "23.93", + "parsedAmount": "23930000000000000000" + }, + { + "gotchiId": "21952", + "amount": "12.2875", + "parsedAmount": "12287500000000000000" + }, + { + "gotchiId": "21957", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "21959", + "amount": "68.365", + "parsedAmount": "68365000000000000000" + }, + { + "gotchiId": "21960", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "21962", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "21964", + "amount": "11.11", + "parsedAmount": "11110000000000000000" + }, + { + "gotchiId": "21965", + "amount": "16.605", + "parsedAmount": "16605000000000000000" + }, + { + "gotchiId": "21966", + "amount": "5.404999999999999", + "parsedAmount": "5404999999999999000" + }, + { + "gotchiId": "21968", + "amount": "29.365000000000002", + "parsedAmount": "29365000000000002000" + }, + { + "gotchiId": "21969", + "amount": "12.04", + "parsedAmount": "12040000000000000000" + }, + { + "gotchiId": "21970", + "amount": "20.1425", + "parsedAmount": "20142500000000000000" + }, + { + "gotchiId": "21971", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "21973", + "amount": "5.205", + "parsedAmount": "5205000000000000000" + }, + { + "gotchiId": "21974", + "amount": "19.105", + "parsedAmount": "19105000000000000000" + }, + { + "gotchiId": "21976", + "amount": "8.34", + "parsedAmount": "8340000000000000000" + }, + { + "gotchiId": "21977", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "21980", + "amount": "9.997499999999999", + "parsedAmount": "9997499999999999000" + }, + { + "gotchiId": "21984", + "amount": "10.6775", + "parsedAmount": "10677500000000000000" + }, + { + "gotchiId": "21987", + "amount": "10.184999999999999", + "parsedAmount": "10184999999999999000" + }, + { + "gotchiId": "21990", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "21996", + "amount": "5.345000000000001", + "parsedAmount": "5345000000000001000" + }, + { + "gotchiId": "21999", + "amount": "24.779999999999998", + "parsedAmount": "24779999999999998000" + }, + { + "gotchiId": "22001", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "22004", + "amount": "33.8875", + "parsedAmount": "33887500000000000000" + }, + { + "gotchiId": "22005", + "amount": "2.195", + "parsedAmount": "2195000000000000000" + }, + { + "gotchiId": "22006", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "22007", + "amount": "12.11", + "parsedAmount": "12110000000000000000" + }, + { + "gotchiId": "22010", + "amount": "17.0975", + "parsedAmount": "17097500000000000000" + }, + { + "gotchiId": "22011", + "amount": "18.875", + "parsedAmount": "18875000000000000000" + }, + { + "gotchiId": "22013", + "amount": "25.0125", + "parsedAmount": "25012500000000000000" + }, + { + "gotchiId": "22017", + "amount": "18.2425", + "parsedAmount": "18242500000000000000" + }, + { + "gotchiId": "22018", + "amount": "53.2375", + "parsedAmount": "53237500000000000000" + }, + { + "gotchiId": "22019", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "22023", + "amount": "4.800000000000001", + "parsedAmount": "4800000000000001000" + }, + { + "gotchiId": "22028", + "amount": "10.6975", + "parsedAmount": "10697500000000000000" + }, + { + "gotchiId": "22030", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "22031", + "amount": "18.3175", + "parsedAmount": "18317500000000000000" + }, + { + "gotchiId": "22032", + "amount": "15.19", + "parsedAmount": "15190000000000000000" + }, + { + "gotchiId": "22033", + "amount": "7.155", + "parsedAmount": "7155000000000000000" + }, + { + "gotchiId": "22037", + "amount": "1096.2375", + "parsedAmount": "1096237500000000000000" + }, + { + "gotchiId": "22039", + "amount": "2.32", + "parsedAmount": "2320000000000000000" + }, + { + "gotchiId": "22040", + "amount": "11.765", + "parsedAmount": "11765000000000000000" + }, + { + "gotchiId": "22042", + "amount": "9.407499999999999", + "parsedAmount": "9407499999999999000" + }, + { + "gotchiId": "22051", + "amount": "10.6925", + "parsedAmount": "10692500000000000000" + }, + { + "gotchiId": "22053", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "22054", + "amount": "7.3275", + "parsedAmount": "7327500000000000000" + }, + { + "gotchiId": "22055", + "amount": "13.4075", + "parsedAmount": "13407500000000000000" + }, + { + "gotchiId": "22056", + "amount": "15.2275", + "parsedAmount": "15227500000000000000" + }, + { + "gotchiId": "22057", + "amount": "3.3125", + "parsedAmount": "3312500000000000000" + }, + { + "gotchiId": "22058", + "amount": "10.8675", + "parsedAmount": "10867500000000000000" + }, + { + "gotchiId": "22060", + "amount": "12.267500000000002", + "parsedAmount": "12267500000000002000" + }, + { + "gotchiId": "22061", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "22062", + "amount": "136.0075", + "parsedAmount": "136007500000000000000" + }, + { + "gotchiId": "22064", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "22065", + "amount": "31.52", + "parsedAmount": "31520000000000000000" + }, + { + "gotchiId": "22066", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "22070", + "amount": "12.485", + "parsedAmount": "12485000000000000000" + }, + { + "gotchiId": "22074", + "amount": "15.6775", + "parsedAmount": "15677500000000000000" + }, + { + "gotchiId": "22075", + "amount": "44.935", + "parsedAmount": "44935000000000000000" + }, + { + "gotchiId": "22078", + "amount": "14.42", + "parsedAmount": "14420000000000000000" + }, + { + "gotchiId": "22079", + "amount": "16.335", + "parsedAmount": "16335000000000000000" + }, + { + "gotchiId": "22080", + "amount": "10.9825", + "parsedAmount": "10982500000000000000" + }, + { + "gotchiId": "22082", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "22083", + "amount": "29.37", + "parsedAmount": "29370000000000000000" + }, + { + "gotchiId": "22085", + "amount": "52.1825", + "parsedAmount": "52182500000000000000" + }, + { + "gotchiId": "22089", + "amount": "5.5675", + "parsedAmount": "5567500000000000000" + }, + { + "gotchiId": "22091", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "22094", + "amount": "17.855", + "parsedAmount": "17855000000000000000" + }, + { + "gotchiId": "22095", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "22097", + "amount": "5.2025", + "parsedAmount": "5202500000000000000" + }, + { + "gotchiId": "22099", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "22102", + "amount": "12.4275", + "parsedAmount": "12427500000000000000" + }, + { + "gotchiId": "22106", + "amount": "43.6725", + "parsedAmount": "43672500000000000000" + }, + { + "gotchiId": "22107", + "amount": "44.1575", + "parsedAmount": "44157500000000000000" + }, + { + "gotchiId": "22108", + "amount": "11.462499999999999", + "parsedAmount": "11462499999999999000" + }, + { + "gotchiId": "22109", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "22110", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "22111", + "amount": "15", + "parsedAmount": "15000000000000000000" + }, + { + "gotchiId": "22112", + "amount": "2.22", + "parsedAmount": "2220000000000000000" + }, + { + "gotchiId": "22113", + "amount": "16.1125", + "parsedAmount": "16112500000000000000" + }, + { + "gotchiId": "22114", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "22115", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "22118", + "amount": "65.215", + "parsedAmount": "65215000000000000000" + }, + { + "gotchiId": "22120", + "amount": "6.7375", + "parsedAmount": "6737500000000000000" + }, + { + "gotchiId": "22122", + "amount": "15.715", + "parsedAmount": "15715000000000000000" + }, + { + "gotchiId": "22124", + "amount": "8.635", + "parsedAmount": "8635000000000000000" + }, + { + "gotchiId": "22125", + "amount": "6.7575", + "parsedAmount": "6757500000000000000" + }, + { + "gotchiId": "22126", + "amount": "18.365", + "parsedAmount": "18365000000000000000" + }, + { + "gotchiId": "22128", + "amount": "254.62", + "parsedAmount": "254620000000000000000" + }, + { + "gotchiId": "22132", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "22133", + "amount": "264.99", + "parsedAmount": "264990000000000000000" + }, + { + "gotchiId": "22138", + "amount": "7.18", + "parsedAmount": "7180000000000000000" + }, + { + "gotchiId": "22140", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "22142", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "22143", + "amount": "11.122499999999999", + "parsedAmount": "11122499999999999000" + }, + { + "gotchiId": "22144", + "amount": "15.2125", + "parsedAmount": "15212500000000000000" + }, + { + "gotchiId": "22145", + "amount": "17.8525", + "parsedAmount": "17852500000000000000" + }, + { + "gotchiId": "22146", + "amount": "7.109999999999999", + "parsedAmount": "7109999999999999000" + }, + { + "gotchiId": "22147", + "amount": "11.5125", + "parsedAmount": "11512500000000000000" + }, + { + "gotchiId": "22150", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "22152", + "amount": "10.8475", + "parsedAmount": "10847500000000000000" + }, + { + "gotchiId": "22153", + "amount": "32.825", + "parsedAmount": "32825000000000000000" + }, + { + "gotchiId": "22155", + "amount": "4.7975", + "parsedAmount": "4797500000000000000" + }, + { + "gotchiId": "22158", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "22160", + "amount": "11.1975", + "parsedAmount": "11197500000000000000" + }, + { + "gotchiId": "22161", + "amount": "11.4275", + "parsedAmount": "11427500000000000000" + }, + { + "gotchiId": "22163", + "amount": "26.869999999999997", + "parsedAmount": "26869999999999997000" + }, + { + "gotchiId": "22164", + "amount": "10.844999999999999", + "parsedAmount": "10844999999999999000" + }, + { + "gotchiId": "22172", + "amount": "11.649999999999999", + "parsedAmount": "11649999999999999000" + }, + { + "gotchiId": "22175", + "amount": "16.955000000000002", + "parsedAmount": "16955000000000002000" + }, + { + "gotchiId": "22179", + "amount": "6.365", + "parsedAmount": "6365000000000000000" + }, + { + "gotchiId": "22181", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "22182", + "amount": "11.209999999999999", + "parsedAmount": "11209999999999999000" + }, + { + "gotchiId": "22183", + "amount": "12.875", + "parsedAmount": "12875000000000000000" + }, + { + "gotchiId": "22194", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "22197", + "amount": "311.33000000000004", + "parsedAmount": "311330000000000040000" + }, + { + "gotchiId": "22198", + "amount": "17.0625", + "parsedAmount": "17062500000000000000" + }, + { + "gotchiId": "22220", + "amount": "2.5525", + "parsedAmount": "2552500000000000000" + }, + { + "gotchiId": "22221", + "amount": "9.56", + "parsedAmount": "9560000000000000000" + }, + { + "gotchiId": "22222", + "amount": "14.79", + "parsedAmount": "14790000000000000000" + }, + { + "gotchiId": "22223", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "22225", + "amount": "23.895", + "parsedAmount": "23895000000000000000" + }, + { + "gotchiId": "22226", + "amount": "10.774999999999999", + "parsedAmount": "10774999999999999000" + }, + { + "gotchiId": "22227", + "amount": "2.185", + "parsedAmount": "2185000000000000000" + }, + { + "gotchiId": "22231", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "22232", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "22234", + "amount": "12.73", + "parsedAmount": "12730000000000000000" + }, + { + "gotchiId": "22237", + "amount": "6.4", + "parsedAmount": "6400000000000000000" + }, + { + "gotchiId": "22239", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "22240", + "amount": "24.485", + "parsedAmount": "24485000000000000000" + }, + { + "gotchiId": "22241", + "amount": "12.6625", + "parsedAmount": "12662500000000000000" + }, + { + "gotchiId": "22244", + "amount": "14.815000000000001", + "parsedAmount": "14815000000000001000" + }, + { + "gotchiId": "22247", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "22249", + "amount": "401.115", + "parsedAmount": "401115000000000000000" + }, + { + "gotchiId": "22251", + "amount": "6.2275", + "parsedAmount": "6227500000000000000" + }, + { + "gotchiId": "22254", + "amount": "3.0075", + "parsedAmount": "3007500000000000000" + }, + { + "gotchiId": "22255", + "amount": "9.71", + "parsedAmount": "9710000000000000000" + }, + { + "gotchiId": "22257", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "22259", + "amount": "10.6675", + "parsedAmount": "10667500000000000000" + }, + { + "gotchiId": "22260", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "22261", + "amount": "26.7275", + "parsedAmount": "26727500000000000000" + }, + { + "gotchiId": "22262", + "amount": "7.575000000000001", + "parsedAmount": "7575000000000001000" + }, + { + "gotchiId": "22264", + "amount": "8.397499999999999", + "parsedAmount": "8397499999999999000" + }, + { + "gotchiId": "22269", + "amount": "3.775", + "parsedAmount": "3775000000000000000" + }, + { + "gotchiId": "22270", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "22271", + "amount": "10.08", + "parsedAmount": "10080000000000000000" + }, + { + "gotchiId": "22273", + "amount": "6.535", + "parsedAmount": "6535000000000000000" + }, + { + "gotchiId": "22275", + "amount": "2.6675", + "parsedAmount": "2667500000000000000" + }, + { + "gotchiId": "22278", + "amount": "9.3875", + "parsedAmount": "9387500000000000000" + }, + { + "gotchiId": "22282", + "amount": "4.8325", + "parsedAmount": "4832500000000000000" + }, + { + "gotchiId": "22283", + "amount": "11.9025", + "parsedAmount": "11902500000000000000" + }, + { + "gotchiId": "22285", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "22287", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "22292", + "amount": "7.87", + "parsedAmount": "7870000000000000000" + }, + { + "gotchiId": "22293", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "22294", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "22296", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "22299", + "amount": "11.0975", + "parsedAmount": "11097500000000000000" + }, + { + "gotchiId": "22300", + "amount": "18.8975", + "parsedAmount": "18897500000000000000" + }, + { + "gotchiId": "22301", + "amount": "5.69", + "parsedAmount": "5690000000000000000" + }, + { + "gotchiId": "22302", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "22305", + "amount": "6.3500000000000005", + "parsedAmount": "6350000000000000500" + }, + { + "gotchiId": "22307", + "amount": "11.837499999999999", + "parsedAmount": "11837499999999999000" + }, + { + "gotchiId": "22309", + "amount": "8.870000000000001", + "parsedAmount": "8870000000000001000" + }, + { + "gotchiId": "22310", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "22311", + "amount": "6.24", + "parsedAmount": "6240000000000000000" + }, + { + "gotchiId": "22313", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "22322", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "22324", + "amount": "55.89", + "parsedAmount": "55890000000000000000" + }, + { + "gotchiId": "22327", + "amount": "7.965", + "parsedAmount": "7965000000000000000" + }, + { + "gotchiId": "22329", + "amount": "18.255", + "parsedAmount": "18255000000000000000" + }, + { + "gotchiId": "22330", + "amount": "17.485", + "parsedAmount": "17485000000000000000" + }, + { + "gotchiId": "22331", + "amount": "15.920000000000002", + "parsedAmount": "15920000000000002000" + }, + { + "gotchiId": "22332", + "amount": "9.79", + "parsedAmount": "9790000000000000000" + }, + { + "gotchiId": "22334", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "22335", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "22338", + "amount": "19.884999999999998", + "parsedAmount": "19884999999999998000" + }, + { + "gotchiId": "22339", + "amount": "2.6", + "parsedAmount": "2600000000000000000" + }, + { + "gotchiId": "22342", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "22344", + "amount": "12.8", + "parsedAmount": "12800000000000000000" + }, + { + "gotchiId": "22345", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "22346", + "amount": "13.17", + "parsedAmount": "13170000000000000000" + }, + { + "gotchiId": "22351", + "amount": "10.42", + "parsedAmount": "10420000000000000000" + }, + { + "gotchiId": "22352", + "amount": "42.8725", + "parsedAmount": "42872500000000000000" + }, + { + "gotchiId": "22354", + "amount": "7.915", + "parsedAmount": "7915000000000000000" + }, + { + "gotchiId": "22355", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "22356", + "amount": "6.779999999999999", + "parsedAmount": "6779999999999999000" + }, + { + "gotchiId": "22357", + "amount": "5.3675", + "parsedAmount": "5367500000000000000" + }, + { + "gotchiId": "22358", + "amount": "63.385", + "parsedAmount": "63385000000000000000" + }, + { + "gotchiId": "22361", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "22362", + "amount": "15.482499999999998", + "parsedAmount": "15482499999999998000" + }, + { + "gotchiId": "22366", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "22369", + "amount": "51.4075", + "parsedAmount": "51407500000000000000" + }, + { + "gotchiId": "22370", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "22374", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "22378", + "amount": "12.7275", + "parsedAmount": "12727500000000000000" + }, + { + "gotchiId": "22380", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "22383", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "22384", + "amount": "2.32", + "parsedAmount": "2320000000000000000" + }, + { + "gotchiId": "22385", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "22387", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "22392", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "22394", + "amount": "30.36", + "parsedAmount": "30360000000000000000" + }, + { + "gotchiId": "22398", + "amount": "5.3774999999999995", + "parsedAmount": "5377499999999999500" + }, + { + "gotchiId": "22402", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "22405", + "amount": "10.5875", + "parsedAmount": "10587500000000000000" + }, + { + "gotchiId": "22407", + "amount": "7.7325", + "parsedAmount": "7732500000000000000" + }, + { + "gotchiId": "22408", + "amount": "10.53", + "parsedAmount": "10530000000000000000" + }, + { + "gotchiId": "22409", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "22411", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "22412", + "amount": "22.05", + "parsedAmount": "22050000000000000000" + }, + { + "gotchiId": "22414", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "22415", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "22420", + "amount": "5.995", + "parsedAmount": "5995000000000000000" + }, + { + "gotchiId": "22423", + "amount": "2.3325", + "parsedAmount": "2332500000000000000" + }, + { + "gotchiId": "22424", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "22426", + "amount": "22.439999999999998", + "parsedAmount": "22439999999999998000" + }, + { + "gotchiId": "22429", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "22431", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "22432", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "22434", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "22436", + "amount": "36.4425", + "parsedAmount": "36442500000000000000" + }, + { + "gotchiId": "22437", + "amount": "13.09", + "parsedAmount": "13090000000000000000" + }, + { + "gotchiId": "22438", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "22442", + "amount": "10.719999999999999", + "parsedAmount": "10719999999999999000" + }, + { + "gotchiId": "22445", + "amount": "13.2825", + "parsedAmount": "13282500000000000000" + }, + { + "gotchiId": "22449", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "22451", + "amount": "19.685", + "parsedAmount": "19685000000000000000" + }, + { + "gotchiId": "22453", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "22454", + "amount": "17.4525", + "parsedAmount": "17452500000000000000" + }, + { + "gotchiId": "22455", + "amount": "745.3475", + "parsedAmount": "745347500000000000000" + }, + { + "gotchiId": "22456", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "22460", + "amount": "7.1625000000000005", + "parsedAmount": "7162500000000000500" + }, + { + "gotchiId": "22462", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "22464", + "amount": "8.4325", + "parsedAmount": "8432500000000000000" + }, + { + "gotchiId": "22466", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "22467", + "amount": "2.1075", + "parsedAmount": "2107500000000000000" + }, + { + "gotchiId": "22468", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "22470", + "amount": "98.87750000000001", + "parsedAmount": "98877500000000010000" + }, + { + "gotchiId": "22472", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "22473", + "amount": "67.6175", + "parsedAmount": "67617500000000000000" + }, + { + "gotchiId": "22476", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "22477", + "amount": "9.9775", + "parsedAmount": "9977500000000000000" + }, + { + "gotchiId": "22479", + "amount": "21.1875", + "parsedAmount": "21187500000000000000" + }, + { + "gotchiId": "22483", + "amount": "7.862500000000001", + "parsedAmount": "7862500000000001000" + }, + { + "gotchiId": "22484", + "amount": "8.1175", + "parsedAmount": "8117500000000000000" + }, + { + "gotchiId": "22486", + "amount": "5.345", + "parsedAmount": "5345000000000000000" + }, + { + "gotchiId": "22487", + "amount": "17.015", + "parsedAmount": "17015000000000000000" + }, + { + "gotchiId": "22488", + "amount": "6.859999999999999", + "parsedAmount": "6859999999999999000" + }, + { + "gotchiId": "22494", + "amount": "6.672499999999999", + "parsedAmount": "6672499999999999000" + }, + { + "gotchiId": "22495", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "22498", + "amount": "6.7", + "parsedAmount": "6700000000000000000" + }, + { + "gotchiId": "22500", + "amount": "10.205", + "parsedAmount": "10205000000000000000" + }, + { + "gotchiId": "22506", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "22507", + "amount": "22.735", + "parsedAmount": "22735000000000000000" + }, + { + "gotchiId": "22508", + "amount": "34.45", + "parsedAmount": "34450000000000000000" + }, + { + "gotchiId": "22510", + "amount": "7.845000000000001", + "parsedAmount": "7845000000000001000" + }, + { + "gotchiId": "22512", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "22513", + "amount": "16.045", + "parsedAmount": "16045000000000000000" + }, + { + "gotchiId": "22514", + "amount": "3.7375", + "parsedAmount": "3737500000000000000" + }, + { + "gotchiId": "22516", + "amount": "11.790000000000001", + "parsedAmount": "11790000000000001000" + }, + { + "gotchiId": "22518", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "22519", + "amount": "96.36", + "parsedAmount": "96360000000000000000" + }, + { + "gotchiId": "22523", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "22531", + "amount": "18.4775", + "parsedAmount": "18477500000000000000" + }, + { + "gotchiId": "22533", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "22534", + "amount": "3.1625", + "parsedAmount": "3162500000000000000" + }, + { + "gotchiId": "22535", + "amount": "11.125", + "parsedAmount": "11125000000000000000" + }, + { + "gotchiId": "22536", + "amount": "12", + "parsedAmount": "12000000000000000000" + }, + { + "gotchiId": "22537", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "22549", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "22553", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "22554", + "amount": "4.415", + "parsedAmount": "4415000000000000000" + }, + { + "gotchiId": "22558", + "amount": "11.94", + "parsedAmount": "11940000000000000000" + }, + { + "gotchiId": "22559", + "amount": "3.21", + "parsedAmount": "3210000000000000000" + }, + { + "gotchiId": "22560", + "amount": "6.375", + "parsedAmount": "6375000000000000000" + }, + { + "gotchiId": "22563", + "amount": "7.379999999999999", + "parsedAmount": "7379999999999999000" + }, + { + "gotchiId": "22564", + "amount": "8.065", + "parsedAmount": "8065000000000000000" + }, + { + "gotchiId": "22565", + "amount": "4.795", + "parsedAmount": "4795000000000000000" + }, + { + "gotchiId": "22566", + "amount": "161.3675", + "parsedAmount": "161367500000000000000" + }, + { + "gotchiId": "22568", + "amount": "2.465", + "parsedAmount": "2465000000000000000" + }, + { + "gotchiId": "22570", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "22571", + "amount": "7.7425", + "parsedAmount": "7742500000000000000" + }, + { + "gotchiId": "22572", + "amount": "18.3275", + "parsedAmount": "18327500000000000000" + }, + { + "gotchiId": "22573", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "22574", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "22576", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "22577", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "22578", + "amount": "7.2700000000000005", + "parsedAmount": "7270000000000000500" + }, + { + "gotchiId": "22579", + "amount": "4.525", + "parsedAmount": "4525000000000000000" + }, + { + "gotchiId": "22580", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "22585", + "amount": "15.75", + "parsedAmount": "15750000000000000000" + }, + { + "gotchiId": "22586", + "amount": "8.2475", + "parsedAmount": "8247500000000000000" + }, + { + "gotchiId": "22587", + "amount": "31.105", + "parsedAmount": "31105000000000000000" + }, + { + "gotchiId": "22588", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "22594", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "22597", + "amount": "8.875", + "parsedAmount": "8875000000000000000" + }, + { + "gotchiId": "22598", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "22599", + "amount": "44.8875", + "parsedAmount": "44887500000000000000" + }, + { + "gotchiId": "22600", + "amount": "15.59", + "parsedAmount": "15590000000000000000" + }, + { + "gotchiId": "22603", + "amount": "14.605", + "parsedAmount": "14605000000000000000" + }, + { + "gotchiId": "22604", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "22609", + "amount": "8.712499999999999", + "parsedAmount": "8712499999999999000" + }, + { + "gotchiId": "22610", + "amount": "118.24000000000001", + "parsedAmount": "118240000000000010000" + }, + { + "gotchiId": "22619", + "amount": "5.2075", + "parsedAmount": "5207500000000000000" + }, + { + "gotchiId": "22620", + "amount": "8.9425", + "parsedAmount": "8942500000000000000" + }, + { + "gotchiId": "22622", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "22626", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "22627", + "amount": "3.3225", + "parsedAmount": "3322500000000000000" + }, + { + "gotchiId": "22628", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "22630", + "amount": "30.5375", + "parsedAmount": "30537500000000000000" + }, + { + "gotchiId": "22632", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "22636", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "22637", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "22638", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "22642", + "amount": "9.0925", + "parsedAmount": "9092500000000000000" + }, + { + "gotchiId": "22643", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "22644", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "22645", + "amount": "13.932500000000001", + "parsedAmount": "13932500000000001000" + }, + { + "gotchiId": "22652", + "amount": "16.095", + "parsedAmount": "16095000000000000000" + }, + { + "gotchiId": "22653", + "amount": "17.8875", + "parsedAmount": "17887500000000000000" + }, + { + "gotchiId": "22654", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "22655", + "amount": "7.4975000000000005", + "parsedAmount": "7497500000000000500" + }, + { + "gotchiId": "22656", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "22658", + "amount": "7.92", + "parsedAmount": "7920000000000000000" + }, + { + "gotchiId": "22659", + "amount": "21.3825", + "parsedAmount": "21382500000000000000" + }, + { + "gotchiId": "22660", + "amount": "10.6525", + "parsedAmount": "10652500000000000000" + }, + { + "gotchiId": "22661", + "amount": "4.89", + "parsedAmount": "4890000000000000000" + }, + { + "gotchiId": "22665", + "amount": "12.52", + "parsedAmount": "12520000000000000000" + }, + { + "gotchiId": "22666", + "amount": "9.315", + "parsedAmount": "9315000000000000000" + }, + { + "gotchiId": "22667", + "amount": "10.4875", + "parsedAmount": "10487500000000000000" + }, + { + "gotchiId": "22669", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "22672", + "amount": "6.19", + "parsedAmount": "6190000000000000000" + }, + { + "gotchiId": "22674", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "22676", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "22678", + "amount": "29.897499999999997", + "parsedAmount": "29897499999999997000" + }, + { + "gotchiId": "22679", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "22684", + "amount": "34.087500000000006", + "parsedAmount": "34087500000000006000" + }, + { + "gotchiId": "22685", + "amount": "11.774999999999999", + "parsedAmount": "11774999999999999000" + }, + { + "gotchiId": "22690", + "amount": "25.43", + "parsedAmount": "25430000000000000000" + }, + { + "gotchiId": "22691", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "22692", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "22693", + "amount": "11.495000000000001", + "parsedAmount": "11495000000000001000" + }, + { + "gotchiId": "22694", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "22695", + "amount": "13.5975", + "parsedAmount": "13597500000000000000" + }, + { + "gotchiId": "22698", + "amount": "8.8475", + "parsedAmount": "8847500000000000000" + }, + { + "gotchiId": "22699", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "22700", + "amount": "19", + "parsedAmount": "19000000000000000000" + }, + { + "gotchiId": "22704", + "amount": "203.275", + "parsedAmount": "203275000000000000000" + }, + { + "gotchiId": "22705", + "amount": "48.485", + "parsedAmount": "48485000000000000000" + }, + { + "gotchiId": "22706", + "amount": "27.72", + "parsedAmount": "27720000000000000000" + }, + { + "gotchiId": "22709", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "22713", + "amount": "1125.5349999999999", + "parsedAmount": "1125534999999999900000" + }, + { + "gotchiId": "22714", + "amount": "209.12", + "parsedAmount": "209120000000000000000" + }, + { + "gotchiId": "22718", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "22720", + "amount": "205.865", + "parsedAmount": "205865000000000000000" + }, + { + "gotchiId": "22721", + "amount": "16.497500000000002", + "parsedAmount": "16497500000000002000" + }, + { + "gotchiId": "22722", + "amount": "10.805", + "parsedAmount": "10805000000000000000" + }, + { + "gotchiId": "22724", + "amount": "66.56", + "parsedAmount": "66560000000000000000" + }, + { + "gotchiId": "22726", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "22732", + "amount": "3.275", + "parsedAmount": "3275000000000000000" + }, + { + "gotchiId": "22733", + "amount": "14.26", + "parsedAmount": "14260000000000000000" + }, + { + "gotchiId": "22736", + "amount": "6.487500000000001", + "parsedAmount": "6487500000000001000" + }, + { + "gotchiId": "22737", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "22738", + "amount": "15.579999999999998", + "parsedAmount": "15579999999999998000" + }, + { + "gotchiId": "22740", + "amount": "17.0225", + "parsedAmount": "17022500000000000000" + }, + { + "gotchiId": "22744", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "22745", + "amount": "2.985", + "parsedAmount": "2985000000000000000" + }, + { + "gotchiId": "22748", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "22749", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "22750", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "22751", + "amount": "87.5175", + "parsedAmount": "87517500000000000000" + }, + { + "gotchiId": "22752", + "amount": "7.6775", + "parsedAmount": "7677500000000000000" + }, + { + "gotchiId": "22753", + "amount": "8.7425", + "parsedAmount": "8742500000000000000" + }, + { + "gotchiId": "22757", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "22760", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "22762", + "amount": "8.3325", + "parsedAmount": "8332500000000000000" + }, + { + "gotchiId": "22763", + "amount": "10.185", + "parsedAmount": "10185000000000000000" + }, + { + "gotchiId": "22764", + "amount": "15.004999999999999", + "parsedAmount": "15004999999999999000" + }, + { + "gotchiId": "22765", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "22766", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "22767", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22768", + "amount": "16.9825", + "parsedAmount": "16982500000000000000" + }, + { + "gotchiId": "22771", + "amount": "18.4125", + "parsedAmount": "18412500000000000000" + }, + { + "gotchiId": "22772", + "amount": "14.947500000000002", + "parsedAmount": "14947500000000002000" + }, + { + "gotchiId": "22773", + "amount": "11.185", + "parsedAmount": "11185000000000000000" + }, + { + "gotchiId": "22774", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "22776", + "amount": "17.4225", + "parsedAmount": "17422500000000000000" + }, + { + "gotchiId": "22777", + "amount": "6.9125", + "parsedAmount": "6912500000000000000" + }, + { + "gotchiId": "22779", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "22780", + "amount": "10.9275", + "parsedAmount": "10927500000000000000" + }, + { + "gotchiId": "22784", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "22785", + "amount": "42.9625", + "parsedAmount": "42962500000000000000" + }, + { + "gotchiId": "22788", + "amount": "10.4875", + "parsedAmount": "10487500000000000000" + }, + { + "gotchiId": "22790", + "amount": "7.7825", + "parsedAmount": "7782500000000000000" + }, + { + "gotchiId": "22792", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "22793", + "amount": "63.935", + "parsedAmount": "63935000000000000000" + }, + { + "gotchiId": "22795", + "amount": "11.702499999999999", + "parsedAmount": "11702499999999999000" + }, + { + "gotchiId": "22796", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "22797", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "22798", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "22800", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "22806", + "amount": "11.465", + "parsedAmount": "11465000000000000000" + }, + { + "gotchiId": "22808", + "amount": "9.235", + "parsedAmount": "9235000000000000000" + }, + { + "gotchiId": "22809", + "amount": "11.495000000000001", + "parsedAmount": "11495000000000001000" + }, + { + "gotchiId": "22810", + "amount": "4.717499999999999", + "parsedAmount": "4717499999999999000" + }, + { + "gotchiId": "22813", + "amount": "5.8075", + "parsedAmount": "5807500000000000000" + }, + { + "gotchiId": "22815", + "amount": "9.485", + "parsedAmount": "9485000000000000000" + }, + { + "gotchiId": "22819", + "amount": "13.157500000000002", + "parsedAmount": "13157500000000002000" + }, + { + "gotchiId": "22820", + "amount": "12.965", + "parsedAmount": "12965000000000000000" + }, + { + "gotchiId": "22826", + "amount": "20.014999999999997", + "parsedAmount": "20014999999999997000" + }, + { + "gotchiId": "22830", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "22834", + "amount": "15.977500000000001", + "parsedAmount": "15977500000000001000" + }, + { + "gotchiId": "22835", + "amount": "17.795", + "parsedAmount": "17795000000000000000" + }, + { + "gotchiId": "22839", + "amount": "8.405000000000001", + "parsedAmount": "8405000000000001000" + }, + { + "gotchiId": "22842", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "22844", + "amount": "417.03000000000003", + "parsedAmount": "417030000000000030000" + }, + { + "gotchiId": "22845", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "22846", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "22848", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "22850", + "amount": "7.71", + "parsedAmount": "7710000000000000000" + }, + { + "gotchiId": "22851", + "amount": "15.084999999999999", + "parsedAmount": "15084999999999999000" + }, + { + "gotchiId": "22853", + "amount": "7.612500000000001", + "parsedAmount": "7612500000000001000" + }, + { + "gotchiId": "22854", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "22855", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "22857", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "22858", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "22859", + "amount": "9.1475", + "parsedAmount": "9147500000000000000" + }, + { + "gotchiId": "22861", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "22863", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "22864", + "amount": "137.7875", + "parsedAmount": "137787500000000000000" + }, + { + "gotchiId": "22866", + "amount": "10.2425", + "parsedAmount": "10242500000000000000" + }, + { + "gotchiId": "22867", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "22872", + "amount": "8.344999999999999", + "parsedAmount": "8344999999999999000" + }, + { + "gotchiId": "22873", + "amount": "12.39", + "parsedAmount": "12390000000000000000" + }, + { + "gotchiId": "22876", + "amount": "7.4325", + "parsedAmount": "7432500000000000000" + }, + { + "gotchiId": "22877", + "amount": "15.334999999999999", + "parsedAmount": "15334999999999999000" + }, + { + "gotchiId": "22878", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "22880", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "22882", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "22883", + "amount": "168.39000000000001", + "parsedAmount": "168390000000000010000" + }, + { + "gotchiId": "22884", + "amount": "2.5325", + "parsedAmount": "2532500000000000000" + }, + { + "gotchiId": "22885", + "amount": "104.395", + "parsedAmount": "104395000000000000000" + }, + { + "gotchiId": "22886", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "22888", + "amount": "2.2025", + "parsedAmount": "2202500000000000000" + }, + { + "gotchiId": "22889", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "22891", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "22892", + "amount": "531.8249999999999", + "parsedAmount": "531824999999999900000" + }, + { + "gotchiId": "22894", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "22897", + "amount": "12.1375", + "parsedAmount": "12137500000000000000" + }, + { + "gotchiId": "22898", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "22899", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "22900", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "22901", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "22902", + "amount": "14.5625", + "parsedAmount": "14562500000000000000" + }, + { + "gotchiId": "22904", + "amount": "10.1375", + "parsedAmount": "10137500000000000000" + }, + { + "gotchiId": "22905", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "22909", + "amount": "12.6225", + "parsedAmount": "12622500000000000000" + }, + { + "gotchiId": "22911", + "amount": "7.029999999999999", + "parsedAmount": "7029999999999999000" + }, + { + "gotchiId": "22912", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "22915", + "amount": "14.592500000000001", + "parsedAmount": "14592500000000001000" + }, + { + "gotchiId": "22916", + "amount": "10.17", + "parsedAmount": "10170000000000000000" + }, + { + "gotchiId": "22917", + "amount": "5.075", + "parsedAmount": "5075000000000000000" + }, + { + "gotchiId": "22918", + "amount": "13.622499999999999", + "parsedAmount": "13622499999999999000" + }, + { + "gotchiId": "22921", + "amount": "17.105", + "parsedAmount": "17105000000000000000" + }, + { + "gotchiId": "22922", + "amount": "9.54", + "parsedAmount": "9540000000000000000" + }, + { + "gotchiId": "22925", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "22926", + "amount": "11.6875", + "parsedAmount": "11687500000000000000" + }, + { + "gotchiId": "22927", + "amount": "10.365", + "parsedAmount": "10365000000000000000" + }, + { + "gotchiId": "22928", + "amount": "9.1725", + "parsedAmount": "9172500000000000000" + }, + { + "gotchiId": "22930", + "amount": "15.780000000000001", + "parsedAmount": "15780000000000001000" + }, + { + "gotchiId": "22931", + "amount": "14.6525", + "parsedAmount": "14652500000000000000" + }, + { + "gotchiId": "22933", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "22934", + "amount": "13.377500000000001", + "parsedAmount": "13377500000000001000" + }, + { + "gotchiId": "22936", + "amount": "9.9425", + "parsedAmount": "9942500000000000000" + }, + { + "gotchiId": "22939", + "amount": "28.435000000000002", + "parsedAmount": "28435000000000002000" + }, + { + "gotchiId": "22940", + "amount": "10.3725", + "parsedAmount": "10372500000000000000" + }, + { + "gotchiId": "22941", + "amount": "52.260000000000005", + "parsedAmount": "52260000000000005000" + }, + { + "gotchiId": "22945", + "amount": "5.3975", + "parsedAmount": "5397500000000000000" + }, + { + "gotchiId": "22949", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "22950", + "amount": "5.595000000000001", + "parsedAmount": "5595000000000001000" + }, + { + "gotchiId": "22952", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22958", + "amount": "88.9425", + "parsedAmount": "88942500000000000000" + }, + { + "gotchiId": "22965", + "amount": "27.435000000000002", + "parsedAmount": "27435000000000002000" + }, + { + "gotchiId": "22971", + "amount": "5.404999999999999", + "parsedAmount": "5404999999999999000" + }, + { + "gotchiId": "22972", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "22974", + "amount": "14.7725", + "parsedAmount": "14772500000000000000" + }, + { + "gotchiId": "22975", + "amount": "7.1525", + "parsedAmount": "7152500000000000000" + }, + { + "gotchiId": "22976", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "22977", + "amount": "28.8625", + "parsedAmount": "28862500000000000000" + }, + { + "gotchiId": "22979", + "amount": "34.980000000000004", + "parsedAmount": "34980000000000004000" + }, + { + "gotchiId": "22980", + "amount": "3.075", + "parsedAmount": "3075000000000000000" + }, + { + "gotchiId": "22982", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "22985", + "amount": "13.1975", + "parsedAmount": "13197500000000000000" + } + ], + "totalAmount": "12343909999999999906500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952563, + "gasUsed": "10069211" + }, + { + "batchIndex": 22, + "transactionHash": "0xf994c7b0243aaf2a716c36f22c73421c3e734b3184c97ae912e50d203d0f5354", + "timestamp": "2025-09-24T06:14:34.445Z", + "gotchiRewards": [ + { + "gotchiId": "22986", + "amount": "6.577500000000001", + "parsedAmount": "6577500000000001000" + }, + { + "gotchiId": "22987", + "amount": "15.6425", + "parsedAmount": "15642500000000000000" + }, + { + "gotchiId": "22988", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "22992", + "amount": "8.7175", + "parsedAmount": "8717500000000000000" + }, + { + "gotchiId": "22995", + "amount": "22.044999999999998", + "parsedAmount": "22044999999999998000" + }, + { + "gotchiId": "22996", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "22998", + "amount": "24.3975", + "parsedAmount": "24397500000000000000" + }, + { + "gotchiId": "22999", + "amount": "5.172499999999999", + "parsedAmount": "5172499999999999000" + }, + { + "gotchiId": "23001", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "23004", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "23006", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "23007", + "amount": "16.445", + "parsedAmount": "16445000000000000000" + }, + { + "gotchiId": "23008", + "amount": "55.885", + "parsedAmount": "55885000000000000000" + }, + { + "gotchiId": "23010", + "amount": "18.4025", + "parsedAmount": "18402500000000000000" + }, + { + "gotchiId": "23013", + "amount": "9.41", + "parsedAmount": "9410000000000000000" + }, + { + "gotchiId": "23021", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "23028", + "amount": "12.4325", + "parsedAmount": "12432500000000000000" + }, + { + "gotchiId": "23029", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "23030", + "amount": "12.19", + "parsedAmount": "12190000000000000000" + }, + { + "gotchiId": "23033", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "23041", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "23062", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "23063", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "23064", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "23065", + "amount": "115.34000000000002", + "parsedAmount": "115340000000000020000" + }, + { + "gotchiId": "23067", + "amount": "251.51000000000002", + "parsedAmount": "251510000000000020000" + }, + { + "gotchiId": "23068", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "23072", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "23073", + "amount": "16.3475", + "parsedAmount": "16347500000000000000" + }, + { + "gotchiId": "23077", + "amount": "17.985", + "parsedAmount": "17985000000000000000" + }, + { + "gotchiId": "23082", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "23085", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "23086", + "amount": "13.4925", + "parsedAmount": "13492500000000000000" + }, + { + "gotchiId": "23088", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "23095", + "amount": "17.86", + "parsedAmount": "17860000000000000000" + }, + { + "gotchiId": "23096", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "23097", + "amount": "17.635", + "parsedAmount": "17635000000000000000" + }, + { + "gotchiId": "23098", + "amount": "70.53", + "parsedAmount": "70530000000000000000" + }, + { + "gotchiId": "23099", + "amount": "9.344999999999999", + "parsedAmount": "9344999999999999000" + }, + { + "gotchiId": "23102", + "amount": "63.4325", + "parsedAmount": "63432500000000000000" + }, + { + "gotchiId": "23104", + "amount": "11.6375", + "parsedAmount": "11637500000000000000" + }, + { + "gotchiId": "23110", + "amount": "14.267499999999998", + "parsedAmount": "14267499999999998000" + }, + { + "gotchiId": "23111", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "23113", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "23115", + "amount": "2.17", + "parsedAmount": "2170000000000000000" + }, + { + "gotchiId": "23116", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "23117", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "23120", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "23122", + "amount": "7.28", + "parsedAmount": "7280000000000000000" + }, + { + "gotchiId": "23123", + "amount": "2.215", + "parsedAmount": "2215000000000000000" + }, + { + "gotchiId": "23124", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "23125", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "23127", + "amount": "16.2575", + "parsedAmount": "16257500000000000000" + }, + { + "gotchiId": "23128", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "23129", + "amount": "21.5225", + "parsedAmount": "21522500000000000000" + }, + { + "gotchiId": "23132", + "amount": "19.3425", + "parsedAmount": "19342500000000000000" + }, + { + "gotchiId": "23134", + "amount": "12.59", + "parsedAmount": "12590000000000000000" + }, + { + "gotchiId": "23138", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "23140", + "amount": "22.977500000000003", + "parsedAmount": "22977500000000003000" + }, + { + "gotchiId": "23141", + "amount": "9.334999999999999", + "parsedAmount": "9334999999999999000" + }, + { + "gotchiId": "23142", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "23145", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "23146", + "amount": "18.42", + "parsedAmount": "18420000000000000000" + }, + { + "gotchiId": "23153", + "amount": "7.7275", + "parsedAmount": "7727500000000000000" + }, + { + "gotchiId": "23156", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "23157", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "23161", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "23162", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "23163", + "amount": "11.455", + "parsedAmount": "11455000000000000000" + }, + { + "gotchiId": "23164", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "23167", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "23168", + "amount": "34.1375", + "parsedAmount": "34137500000000000000" + }, + { + "gotchiId": "23170", + "amount": "10.0525", + "parsedAmount": "10052500000000000000" + }, + { + "gotchiId": "23171", + "amount": "19.9025", + "parsedAmount": "19902500000000000000" + }, + { + "gotchiId": "23174", + "amount": "108.11500000000001", + "parsedAmount": "108115000000000010000" + }, + { + "gotchiId": "23175", + "amount": "5.1025", + "parsedAmount": "5102500000000000000" + }, + { + "gotchiId": "23183", + "amount": "18.8425", + "parsedAmount": "18842500000000000000" + }, + { + "gotchiId": "23192", + "amount": "46.42", + "parsedAmount": "46420000000000000000" + }, + { + "gotchiId": "23193", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "23198", + "amount": "7.5475", + "parsedAmount": "7547500000000000000" + }, + { + "gotchiId": "23199", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "23201", + "amount": "406.1525", + "parsedAmount": "406152500000000000000" + }, + { + "gotchiId": "23202", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "23205", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "23209", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "23211", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "23213", + "amount": "22.125", + "parsedAmount": "22125000000000000000" + }, + { + "gotchiId": "23216", + "amount": "7.94", + "parsedAmount": "7940000000000000000" + }, + { + "gotchiId": "23221", + "amount": "26.84", + "parsedAmount": "26840000000000000000" + }, + { + "gotchiId": "23224", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "23226", + "amount": "37.84", + "parsedAmount": "37840000000000000000" + }, + { + "gotchiId": "23227", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "23229", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "23230", + "amount": "3.22", + "parsedAmount": "3220000000000000000" + }, + { + "gotchiId": "23231", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "23235", + "amount": "25.792499999999997", + "parsedAmount": "25792499999999997000" + }, + { + "gotchiId": "23236", + "amount": "6.2524999999999995", + "parsedAmount": "6252499999999999500" + }, + { + "gotchiId": "23238", + "amount": "24.1325", + "parsedAmount": "24132500000000000000" + }, + { + "gotchiId": "23239", + "amount": "28.6075", + "parsedAmount": "28607500000000000000" + }, + { + "gotchiId": "23241", + "amount": "51.1325", + "parsedAmount": "51132500000000000000" + }, + { + "gotchiId": "23242", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "23244", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "23245", + "amount": "38.68", + "parsedAmount": "38680000000000000000" + }, + { + "gotchiId": "23249", + "amount": "54.18750000000001", + "parsedAmount": "54187500000000010000" + }, + { + "gotchiId": "23250", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "23255", + "amount": "4.7124999999999995", + "parsedAmount": "4712499999999999500" + }, + { + "gotchiId": "23257", + "amount": "6.4975000000000005", + "parsedAmount": "6497500000000000500" + }, + { + "gotchiId": "23258", + "amount": "26.03", + "parsedAmount": "26030000000000000000" + }, + { + "gotchiId": "23261", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "23265", + "amount": "18.995", + "parsedAmount": "18995000000000000000" + }, + { + "gotchiId": "23269", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "23270", + "amount": "28.695", + "parsedAmount": "28695000000000000000" + }, + { + "gotchiId": "23271", + "amount": "23.175", + "parsedAmount": "23175000000000000000" + }, + { + "gotchiId": "23272", + "amount": "3.9", + "parsedAmount": "3900000000000000000" + }, + { + "gotchiId": "23274", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "23280", + "amount": "29.890000000000004", + "parsedAmount": "29890000000000004000" + }, + { + "gotchiId": "23288", + "amount": "7.33", + "parsedAmount": "7330000000000000000" + }, + { + "gotchiId": "23293", + "amount": "21.485", + "parsedAmount": "21485000000000000000" + }, + { + "gotchiId": "23295", + "amount": "5.35", + "parsedAmount": "5350000000000000000" + }, + { + "gotchiId": "23298", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "23302", + "amount": "6.630000000000001", + "parsedAmount": "6630000000000001000" + }, + { + "gotchiId": "23303", + "amount": "20.445", + "parsedAmount": "20445000000000000000" + }, + { + "gotchiId": "23309", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "23312", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "23313", + "amount": "24.29", + "parsedAmount": "24290000000000000000" + }, + { + "gotchiId": "23317", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "23319", + "amount": "29.265", + "parsedAmount": "29265000000000000000" + }, + { + "gotchiId": "23320", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "23321", + "amount": "82.0825", + "parsedAmount": "82082500000000000000" + }, + { + "gotchiId": "23324", + "amount": "15.16", + "parsedAmount": "15160000000000000000" + }, + { + "gotchiId": "23325", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "23326", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "23329", + "amount": "20.5175", + "parsedAmount": "20517500000000000000" + }, + { + "gotchiId": "23336", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "23338", + "amount": "12.067499999999999", + "parsedAmount": "12067499999999999000" + }, + { + "gotchiId": "23340", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "23343", + "amount": "11.84", + "parsedAmount": "11840000000000000000" + }, + { + "gotchiId": "23345", + "amount": "22.9875", + "parsedAmount": "22987500000000000000" + }, + { + "gotchiId": "23347", + "amount": "17.2775", + "parsedAmount": "17277500000000000000" + }, + { + "gotchiId": "23348", + "amount": "8.037500000000001", + "parsedAmount": "8037500000000001000" + }, + { + "gotchiId": "23349", + "amount": "11.462499999999999", + "parsedAmount": "11462499999999999000" + }, + { + "gotchiId": "23351", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "23352", + "amount": "37.402499999999996", + "parsedAmount": "37402499999999996000" + }, + { + "gotchiId": "23353", + "amount": "12.427499999999998", + "parsedAmount": "12427499999999998000" + }, + { + "gotchiId": "23355", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "23356", + "amount": "11.675", + "parsedAmount": "11675000000000000000" + }, + { + "gotchiId": "23362", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "23364", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "23367", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "23368", + "amount": "17.3825", + "parsedAmount": "17382500000000000000" + }, + { + "gotchiId": "23373", + "amount": "4.7775", + "parsedAmount": "4777500000000000000" + }, + { + "gotchiId": "23377", + "amount": "24.392500000000002", + "parsedAmount": "24392500000000002000" + }, + { + "gotchiId": "23387", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "23390", + "amount": "17.8325", + "parsedAmount": "17832500000000000000" + }, + { + "gotchiId": "23392", + "amount": "11.665", + "parsedAmount": "11665000000000000000" + }, + { + "gotchiId": "23393", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "23397", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "23399", + "amount": "7.015", + "parsedAmount": "7015000000000000000" + }, + { + "gotchiId": "23400", + "amount": "7.022499999999999", + "parsedAmount": "7022499999999999000" + }, + { + "gotchiId": "23402", + "amount": "13.6625", + "parsedAmount": "13662500000000000000" + }, + { + "gotchiId": "23403", + "amount": "12.8125", + "parsedAmount": "12812500000000000000" + }, + { + "gotchiId": "23407", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "23408", + "amount": "5.175000000000001", + "parsedAmount": "5175000000000001000" + }, + { + "gotchiId": "23411", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "23413", + "amount": "13.315000000000001", + "parsedAmount": "13315000000000001000" + }, + { + "gotchiId": "23414", + "amount": "62.2975", + "parsedAmount": "62297500000000000000" + }, + { + "gotchiId": "23415", + "amount": "11.7775", + "parsedAmount": "11777500000000000000" + }, + { + "gotchiId": "23418", + "amount": "97.18", + "parsedAmount": "97180000000000000000" + }, + { + "gotchiId": "23420", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "23422", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "23423", + "amount": "7.86", + "parsedAmount": "7860000000000000000" + }, + { + "gotchiId": "23424", + "amount": "11.9125", + "parsedAmount": "11912500000000000000" + }, + { + "gotchiId": "23425", + "amount": "18.8525", + "parsedAmount": "18852500000000000000" + }, + { + "gotchiId": "23430", + "amount": "5.7524999999999995", + "parsedAmount": "5752499999999999500" + }, + { + "gotchiId": "23432", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "23433", + "amount": "9.852500000000001", + "parsedAmount": "9852500000000001000" + }, + { + "gotchiId": "23434", + "amount": "8.285", + "parsedAmount": "8285000000000000000" + }, + { + "gotchiId": "23437", + "amount": "28.724999999999998", + "parsedAmount": "28724999999999998000" + }, + { + "gotchiId": "23438", + "amount": "2.0325", + "parsedAmount": "2032500000000000000" + }, + { + "gotchiId": "23439", + "amount": "13.5225", + "parsedAmount": "13522500000000000000" + }, + { + "gotchiId": "23443", + "amount": "11.9375", + "parsedAmount": "11937500000000000000" + }, + { + "gotchiId": "23448", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "23449", + "amount": "10.46", + "parsedAmount": "10460000000000000000" + }, + { + "gotchiId": "23450", + "amount": "6.5649999999999995", + "parsedAmount": "6564999999999999500" + }, + { + "gotchiId": "23455", + "amount": "33.4975", + "parsedAmount": "33497500000000000000" + }, + { + "gotchiId": "23460", + "amount": "46.932500000000005", + "parsedAmount": "46932500000000005000" + }, + { + "gotchiId": "23461", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "23462", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "23465", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "23468", + "amount": "8.32", + "parsedAmount": "8320000000000000000" + }, + { + "gotchiId": "23469", + "amount": "17.285", + "parsedAmount": "17285000000000000000" + }, + { + "gotchiId": "23476", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "23477", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "23479", + "amount": "243.5475", + "parsedAmount": "243547500000000000000" + }, + { + "gotchiId": "23481", + "amount": "10.22", + "parsedAmount": "10220000000000000000" + }, + { + "gotchiId": "23488", + "amount": "3.8825", + "parsedAmount": "3882500000000000000" + }, + { + "gotchiId": "23490", + "amount": "10.600000000000001", + "parsedAmount": "10600000000000001000" + }, + { + "gotchiId": "23492", + "amount": "35.595", + "parsedAmount": "35595000000000000000" + }, + { + "gotchiId": "23494", + "amount": "9.217500000000001", + "parsedAmount": "9217500000000001000" + }, + { + "gotchiId": "23495", + "amount": "7.862500000000001", + "parsedAmount": "7862500000000001000" + }, + { + "gotchiId": "23496", + "amount": "24.175", + "parsedAmount": "24175000000000000000" + }, + { + "gotchiId": "23500", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "23501", + "amount": "58.825", + "parsedAmount": "58825000000000000000" + }, + { + "gotchiId": "23502", + "amount": "7.405", + "parsedAmount": "7405000000000000000" + }, + { + "gotchiId": "23503", + "amount": "8.0175", + "parsedAmount": "8017500000000000000" + }, + { + "gotchiId": "23505", + "amount": "13.44", + "parsedAmount": "13440000000000000000" + }, + { + "gotchiId": "23507", + "amount": "12.959999999999999", + "parsedAmount": "12959999999999999000" + }, + { + "gotchiId": "23512", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "23514", + "amount": "8.2575", + "parsedAmount": "8257500000000000000" + }, + { + "gotchiId": "23515", + "amount": "24.78", + "parsedAmount": "24780000000000000000" + }, + { + "gotchiId": "23518", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "23519", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "23523", + "amount": "9.2125", + "parsedAmount": "9212500000000000000" + }, + { + "gotchiId": "23524", + "amount": "19.1475", + "parsedAmount": "19147500000000000000" + }, + { + "gotchiId": "23525", + "amount": "16.7075", + "parsedAmount": "16707500000000000000" + }, + { + "gotchiId": "23526", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "23527", + "amount": "2.0175", + "parsedAmount": "2017500000000000000" + }, + { + "gotchiId": "23529", + "amount": "22.5325", + "parsedAmount": "22532500000000000000" + }, + { + "gotchiId": "23531", + "amount": "15.647499999999999", + "parsedAmount": "15647499999999999000" + }, + { + "gotchiId": "23533", + "amount": "6.385", + "parsedAmount": "6385000000000000000" + }, + { + "gotchiId": "23535", + "amount": "15.6775", + "parsedAmount": "15677500000000000000" + }, + { + "gotchiId": "23537", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "23539", + "amount": "7.515000000000001", + "parsedAmount": "7515000000000001000" + }, + { + "gotchiId": "23541", + "amount": "43.025", + "parsedAmount": "43025000000000000000" + }, + { + "gotchiId": "23547", + "amount": "13.752500000000001", + "parsedAmount": "13752500000000001000" + }, + { + "gotchiId": "23548", + "amount": "12.5275", + "parsedAmount": "12527500000000000000" + }, + { + "gotchiId": "23574", + "amount": "20.3525", + "parsedAmount": "20352500000000000000" + }, + { + "gotchiId": "23576", + "amount": "38.5075", + "parsedAmount": "38507500000000000000" + }, + { + "gotchiId": "23577", + "amount": "26.947499999999998", + "parsedAmount": "26947499999999998000" + }, + { + "gotchiId": "23579", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "23580", + "amount": "4.845000000000001", + "parsedAmount": "4845000000000001000" + }, + { + "gotchiId": "23581", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "23583", + "amount": "14.1225", + "parsedAmount": "14122500000000000000" + }, + { + "gotchiId": "23587", + "amount": "7.7775", + "parsedAmount": "7777500000000000000" + }, + { + "gotchiId": "23588", + "amount": "11.6325", + "parsedAmount": "11632500000000000000" + }, + { + "gotchiId": "23589", + "amount": "5.5225", + "parsedAmount": "5522500000000000000" + }, + { + "gotchiId": "23590", + "amount": "5.6975", + "parsedAmount": "5697500000000000000" + }, + { + "gotchiId": "23593", + "amount": "16.52", + "parsedAmount": "16520000000000000000" + }, + { + "gotchiId": "23595", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "23596", + "amount": "3.11", + "parsedAmount": "3110000000000000000" + }, + { + "gotchiId": "23599", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "23600", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "23601", + "amount": "19.105", + "parsedAmount": "19105000000000000000" + }, + { + "gotchiId": "23607", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "23611", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "23612", + "amount": "8.190000000000001", + "parsedAmount": "8190000000000001000" + }, + { + "gotchiId": "23614", + "amount": "10.565000000000001", + "parsedAmount": "10565000000000001000" + }, + { + "gotchiId": "23618", + "amount": "4.9325", + "parsedAmount": "4932500000000000000" + }, + { + "gotchiId": "23619", + "amount": "96.4375", + "parsedAmount": "96437500000000000000" + }, + { + "gotchiId": "23620", + "amount": "21.0775", + "parsedAmount": "21077500000000000000" + }, + { + "gotchiId": "23623", + "amount": "6.9825", + "parsedAmount": "6982500000000000000" + }, + { + "gotchiId": "23629", + "amount": "29.95", + "parsedAmount": "29950000000000000000" + }, + { + "gotchiId": "23632", + "amount": "7.515", + "parsedAmount": "7515000000000000000" + }, + { + "gotchiId": "23638", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "23642", + "amount": "12.934999999999999", + "parsedAmount": "12934999999999999000" + }, + { + "gotchiId": "23643", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "23648", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "23652", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "23654", + "amount": "10.0325", + "parsedAmount": "10032500000000000000" + }, + { + "gotchiId": "23659", + "amount": "8.065", + "parsedAmount": "8065000000000000000" + }, + { + "gotchiId": "23660", + "amount": "9.71", + "parsedAmount": "9710000000000000000" + }, + { + "gotchiId": "23663", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "23666", + "amount": "21.73", + "parsedAmount": "21730000000000000000" + }, + { + "gotchiId": "23667", + "amount": "12.5775", + "parsedAmount": "12577500000000000000" + }, + { + "gotchiId": "23670", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "23671", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "23672", + "amount": "12.69", + "parsedAmount": "12690000000000000000" + }, + { + "gotchiId": "23673", + "amount": "3.855", + "parsedAmount": "3855000000000000000" + }, + { + "gotchiId": "23674", + "amount": "9.095", + "parsedAmount": "9095000000000000000" + }, + { + "gotchiId": "23675", + "amount": "6.547499999999999", + "parsedAmount": "6547499999999999000" + }, + { + "gotchiId": "23679", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "23680", + "amount": "13.1975", + "parsedAmount": "13197500000000000000" + }, + { + "gotchiId": "23689", + "amount": "18.330000000000002", + "parsedAmount": "18330000000000002000" + }, + { + "gotchiId": "23690", + "amount": "16.73", + "parsedAmount": "16730000000000000000" + }, + { + "gotchiId": "23691", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "23692", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "23694", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "23698", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "23701", + "amount": "7.5200000000000005", + "parsedAmount": "7520000000000000500" + }, + { + "gotchiId": "23702", + "amount": "7.3", + "parsedAmount": "7300000000000000000" + }, + { + "gotchiId": "23703", + "amount": "12.0575", + "parsedAmount": "12057500000000000000" + }, + { + "gotchiId": "23704", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "23705", + "amount": "15.407499999999999", + "parsedAmount": "15407499999999999000" + }, + { + "gotchiId": "23706", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "23710", + "amount": "11.217500000000001", + "parsedAmount": "11217500000000001000" + }, + { + "gotchiId": "23711", + "amount": "354.3975", + "parsedAmount": "354397500000000000000" + }, + { + "gotchiId": "23712", + "amount": "38.515", + "parsedAmount": "38515000000000000000" + }, + { + "gotchiId": "23717", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "23723", + "amount": "19.884999999999998", + "parsedAmount": "19884999999999998000" + }, + { + "gotchiId": "23729", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "23730", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "23741", + "amount": "28.987499999999997", + "parsedAmount": "28987499999999997000" + }, + { + "gotchiId": "23747", + "amount": "7.905", + "parsedAmount": "7905000000000000000" + }, + { + "gotchiId": "23748", + "amount": "9.06", + "parsedAmount": "9060000000000000000" + }, + { + "gotchiId": "23749", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "23751", + "amount": "63.835", + "parsedAmount": "63835000000000000000" + }, + { + "gotchiId": "23753", + "amount": "15.635000000000002", + "parsedAmount": "15635000000000002000" + }, + { + "gotchiId": "23755", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "23757", + "amount": "48.9775", + "parsedAmount": "48977500000000000000" + }, + { + "gotchiId": "23766", + "amount": "20.832500000000003", + "parsedAmount": "20832500000000003000" + }, + { + "gotchiId": "23767", + "amount": "10.962499999999999", + "parsedAmount": "10962499999999999000" + }, + { + "gotchiId": "23771", + "amount": "2.3575", + "parsedAmount": "2357500000000000000" + }, + { + "gotchiId": "23773", + "amount": "55.00749999999999", + "parsedAmount": "55007499999999990000" + }, + { + "gotchiId": "23774", + "amount": "12.8375", + "parsedAmount": "12837500000000000000" + }, + { + "gotchiId": "23775", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "23777", + "amount": "13.59", + "parsedAmount": "13590000000000000000" + }, + { + "gotchiId": "23779", + "amount": "10.165", + "parsedAmount": "10165000000000000000" + }, + { + "gotchiId": "23780", + "amount": "28.912499999999998", + "parsedAmount": "28912499999999998000" + }, + { + "gotchiId": "23785", + "amount": "16.9725", + "parsedAmount": "16972500000000000000" + }, + { + "gotchiId": "23786", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "23789", + "amount": "6.345", + "parsedAmount": "6345000000000000000" + }, + { + "gotchiId": "23791", + "amount": "12.620000000000001", + "parsedAmount": "12620000000000001000" + }, + { + "gotchiId": "23792", + "amount": "6.575", + "parsedAmount": "6575000000000000000" + }, + { + "gotchiId": "23793", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "23794", + "amount": "9.58", + "parsedAmount": "9580000000000000000" + }, + { + "gotchiId": "23795", + "amount": "15755.787499999999", + "parsedAmount": "15755787499999999000000" + }, + { + "gotchiId": "23798", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "23799", + "amount": "57.2225", + "parsedAmount": "57222500000000000000" + }, + { + "gotchiId": "23800", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "23801", + "amount": "20.64", + "parsedAmount": "20640000000000000000" + }, + { + "gotchiId": "23802", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "23803", + "amount": "12.092500000000001", + "parsedAmount": "12092500000000001000" + }, + { + "gotchiId": "23804", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "23809", + "amount": "9.4275", + "parsedAmount": "9427500000000000000" + }, + { + "gotchiId": "23811", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "23812", + "amount": "22.1375", + "parsedAmount": "22137500000000000000" + }, + { + "gotchiId": "23813", + "amount": "13.120000000000001", + "parsedAmount": "13120000000000001000" + }, + { + "gotchiId": "23814", + "amount": "3.3175", + "parsedAmount": "3317500000000000000" + }, + { + "gotchiId": "23816", + "amount": "4.672499999999999", + "parsedAmount": "4672499999999999000" + }, + { + "gotchiId": "23818", + "amount": "14.91", + "parsedAmount": "14910000000000000000" + }, + { + "gotchiId": "23819", + "amount": "7.422499999999999", + "parsedAmount": "7422499999999999000" + }, + { + "gotchiId": "23820", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "23822", + "amount": "11.805", + "parsedAmount": "11805000000000000000" + }, + { + "gotchiId": "23829", + "amount": "20.74", + "parsedAmount": "20740000000000000000" + }, + { + "gotchiId": "23833", + "amount": "21.66", + "parsedAmount": "21660000000000000000" + }, + { + "gotchiId": "23837", + "amount": "10.7475", + "parsedAmount": "10747500000000000000" + }, + { + "gotchiId": "23838", + "amount": "37.7125", + "parsedAmount": "37712500000000000000" + }, + { + "gotchiId": "23840", + "amount": "2.0375", + "parsedAmount": "2037500000000000000" + }, + { + "gotchiId": "23841", + "amount": "11.03", + "parsedAmount": "11030000000000000000" + }, + { + "gotchiId": "23842", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "23845", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "23848", + "amount": "4.8975", + "parsedAmount": "4897500000000000000" + }, + { + "gotchiId": "23852", + "amount": "7.8275", + "parsedAmount": "7827500000000000000" + }, + { + "gotchiId": "23853", + "amount": "14.6925", + "parsedAmount": "14692500000000000000" + }, + { + "gotchiId": "23856", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "23858", + "amount": "13.9925", + "parsedAmount": "13992500000000000000" + }, + { + "gotchiId": "23859", + "amount": "9.587499999999999", + "parsedAmount": "9587499999999999000" + }, + { + "gotchiId": "23860", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "23861", + "amount": "11.965", + "parsedAmount": "11965000000000000000" + }, + { + "gotchiId": "23862", + "amount": "4.9575", + "parsedAmount": "4957500000000000000" + }, + { + "gotchiId": "23863", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "23864", + "amount": "17.605", + "parsedAmount": "17605000000000000000" + }, + { + "gotchiId": "23867", + "amount": "6.205", + "parsedAmount": "6205000000000000000" + }, + { + "gotchiId": "23868", + "amount": "6.6175", + "parsedAmount": "6617500000000000000" + }, + { + "gotchiId": "23871", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "23872", + "amount": "31.6025", + "parsedAmount": "31602500000000000000" + }, + { + "gotchiId": "23873", + "amount": "20.975", + "parsedAmount": "20975000000000000000" + }, + { + "gotchiId": "23878", + "amount": "17.1875", + "parsedAmount": "17187500000000000000" + }, + { + "gotchiId": "23881", + "amount": "2238.0575", + "parsedAmount": "2238057500000000000000" + }, + { + "gotchiId": "23884", + "amount": "16.0975", + "parsedAmount": "16097500000000000000" + }, + { + "gotchiId": "23888", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "23890", + "amount": "11.9875", + "parsedAmount": "11987500000000000000" + }, + { + "gotchiId": "23891", + "amount": "10.36", + "parsedAmount": "10360000000000000000" + }, + { + "gotchiId": "23892", + "amount": "40.365", + "parsedAmount": "40365000000000000000" + }, + { + "gotchiId": "23899", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "23901", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "23903", + "amount": "12.2475", + "parsedAmount": "12247500000000000000" + }, + { + "gotchiId": "23907", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "23908", + "amount": "18.5725", + "parsedAmount": "18572500000000000000" + }, + { + "gotchiId": "23911", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "23913", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "23914", + "amount": "10.8475", + "parsedAmount": "10847500000000000000" + }, + { + "gotchiId": "23916", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "23918", + "amount": "11.3875", + "parsedAmount": "11387500000000000000" + }, + { + "gotchiId": "23919", + "amount": "5.3875", + "parsedAmount": "5387500000000000000" + }, + { + "gotchiId": "23920", + "amount": "9.565000000000001", + "parsedAmount": "9565000000000001000" + }, + { + "gotchiId": "23921", + "amount": "460.0525", + "parsedAmount": "460052500000000000000" + }, + { + "gotchiId": "23923", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "23924", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "23925", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "23928", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "23930", + "amount": "13.775", + "parsedAmount": "13775000000000000000" + }, + { + "gotchiId": "23931", + "amount": "19.16", + "parsedAmount": "19160000000000000000" + }, + { + "gotchiId": "23935", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "23936", + "amount": "14.4875", + "parsedAmount": "14487500000000000000" + }, + { + "gotchiId": "23940", + "amount": "12.762500000000001", + "parsedAmount": "12762500000000001000" + }, + { + "gotchiId": "23941", + "amount": "14.005", + "parsedAmount": "14005000000000000000" + }, + { + "gotchiId": "23943", + "amount": "23.674999999999997", + "parsedAmount": "23674999999999997000" + }, + { + "gotchiId": "23950", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "23951", + "amount": "20.2775", + "parsedAmount": "20277500000000000000" + }, + { + "gotchiId": "23957", + "amount": "8.925", + "parsedAmount": "8925000000000000000" + }, + { + "gotchiId": "23959", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "23964", + "amount": "16.355", + "parsedAmount": "16355000000000000000" + }, + { + "gotchiId": "23968", + "amount": "10.1575", + "parsedAmount": "10157500000000000000" + }, + { + "gotchiId": "23970", + "amount": "15.6525", + "parsedAmount": "15652500000000000000" + }, + { + "gotchiId": "23971", + "amount": "5.237500000000001", + "parsedAmount": "5237500000000001000" + }, + { + "gotchiId": "23972", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "23974", + "amount": "39.3175", + "parsedAmount": "39317500000000000000" + }, + { + "gotchiId": "23975", + "amount": "8.69", + "parsedAmount": "8690000000000000000" + }, + { + "gotchiId": "23977", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "23978", + "amount": "19.8125", + "parsedAmount": "19812500000000000000" + }, + { + "gotchiId": "23979", + "amount": "21.720000000000002", + "parsedAmount": "21720000000000002000" + }, + { + "gotchiId": "23983", + "amount": "16.68", + "parsedAmount": "16680000000000000000" + }, + { + "gotchiId": "23984", + "amount": "15.0675", + "parsedAmount": "15067500000000000000" + }, + { + "gotchiId": "23985", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "23986", + "amount": "28.0175", + "parsedAmount": "28017500000000000000" + }, + { + "gotchiId": "23988", + "amount": "11.53", + "parsedAmount": "11530000000000000000" + }, + { + "gotchiId": "23991", + "amount": "11.5425", + "parsedAmount": "11542500000000000000" + }, + { + "gotchiId": "23993", + "amount": "5.720000000000001", + "parsedAmount": "5720000000000001000" + }, + { + "gotchiId": "23994", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "23995", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "23996", + "amount": "3.55", + "parsedAmount": "3550000000000000000" + }, + { + "gotchiId": "23997", + "amount": "20.245", + "parsedAmount": "20245000000000000000" + }, + { + "gotchiId": "24002", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "24004", + "amount": "12.1675", + "parsedAmount": "12167500000000000000" + }, + { + "gotchiId": "24011", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "24013", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "24021", + "amount": "7.132499999999999", + "parsedAmount": "7132499999999999000" + }, + { + "gotchiId": "24024", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "24026", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "24028", + "amount": "6.415000000000001", + "parsedAmount": "6415000000000001000" + }, + { + "gotchiId": "24029", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "24032", + "amount": "15.2275", + "parsedAmount": "15227500000000000000" + }, + { + "gotchiId": "24033", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "24034", + "amount": "14.009999999999998", + "parsedAmount": "14009999999999998000" + }, + { + "gotchiId": "24035", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "24041", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "24046", + "amount": "5.390000000000001", + "parsedAmount": "5390000000000001000" + }, + { + "gotchiId": "24052", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "24053", + "amount": "16.6375", + "parsedAmount": "16637500000000000000" + }, + { + "gotchiId": "24054", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "24056", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "24063", + "amount": "10.3375", + "parsedAmount": "10337500000000000000" + }, + { + "gotchiId": "24064", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "24066", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "24067", + "amount": "14.7475", + "parsedAmount": "14747500000000000000" + }, + { + "gotchiId": "24069", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "24071", + "amount": "5.515", + "parsedAmount": "5515000000000000000" + }, + { + "gotchiId": "24074", + "amount": "17.064999999999998", + "parsedAmount": "17064999999999998000" + }, + { + "gotchiId": "24075", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "24076", + "amount": "40.057500000000005", + "parsedAmount": "40057500000000005000" + }, + { + "gotchiId": "24077", + "amount": "71.69", + "parsedAmount": "71690000000000000000" + }, + { + "gotchiId": "24079", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "24080", + "amount": "14.6875", + "parsedAmount": "14687500000000000000" + }, + { + "gotchiId": "24082", + "amount": "3.1025", + "parsedAmount": "3102500000000000000" + }, + { + "gotchiId": "24085", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "24087", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "24088", + "amount": "18.095", + "parsedAmount": "18095000000000000000" + }, + { + "gotchiId": "24089", + "amount": "35.28249999999999", + "parsedAmount": "35282499999999990000" + }, + { + "gotchiId": "24091", + "amount": "13.415", + "parsedAmount": "13415000000000000000" + }, + { + "gotchiId": "24092", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "24093", + "amount": "11.9825", + "parsedAmount": "11982500000000000000" + }, + { + "gotchiId": "24094", + "amount": "15.94", + "parsedAmount": "15940000000000000000" + }, + { + "gotchiId": "24096", + "amount": "16.84", + "parsedAmount": "16840000000000000000" + }, + { + "gotchiId": "24099", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "24101", + "amount": "7.6775", + "parsedAmount": "7677500000000000000" + }, + { + "gotchiId": "24102", + "amount": "12.252500000000001", + "parsedAmount": "12252500000000001000" + }, + { + "gotchiId": "24104", + "amount": "6.195", + "parsedAmount": "6195000000000000000" + }, + { + "gotchiId": "24105", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "24106", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "24108", + "amount": "15.577499999999999", + "parsedAmount": "15577499999999999000" + }, + { + "gotchiId": "24109", + "amount": "29.4125", + "parsedAmount": "29412500000000000000" + }, + { + "gotchiId": "24110", + "amount": "18.192500000000003", + "parsedAmount": "18192500000000003000" + }, + { + "gotchiId": "24113", + "amount": "14.905000000000001", + "parsedAmount": "14905000000000001000" + }, + { + "gotchiId": "24114", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "24115", + "amount": "21.26", + "parsedAmount": "21260000000000000000" + }, + { + "gotchiId": "24116", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "24121", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "24123", + "amount": "17.385", + "parsedAmount": "17385000000000000000" + }, + { + "gotchiId": "24125", + "amount": "18.85", + "parsedAmount": "18850000000000000000" + }, + { + "gotchiId": "24129", + "amount": "8.5625", + "parsedAmount": "8562500000000000000" + }, + { + "gotchiId": "24130", + "amount": "8.79", + "parsedAmount": "8790000000000000000" + }, + { + "gotchiId": "24139", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "24140", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "24146", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "24148", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "24149", + "amount": "19.1475", + "parsedAmount": "19147500000000000000" + }, + { + "gotchiId": "24152", + "amount": "39.8225", + "parsedAmount": "39822500000000000000" + }, + { + "gotchiId": "24155", + "amount": "15.6375", + "parsedAmount": "15637500000000000000" + }, + { + "gotchiId": "24159", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "24161", + "amount": "10.745", + "parsedAmount": "10745000000000000000" + }, + { + "gotchiId": "24163", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "24164", + "amount": "6.205", + "parsedAmount": "6205000000000000000" + }, + { + "gotchiId": "24165", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "24169", + "amount": "22.8275", + "parsedAmount": "22827500000000000000" + }, + { + "gotchiId": "24171", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "24172", + "amount": "10.157499999999999", + "parsedAmount": "10157499999999999000" + }, + { + "gotchiId": "24173", + "amount": "18.6875", + "parsedAmount": "18687500000000000000" + }, + { + "gotchiId": "24174", + "amount": "6.6325", + "parsedAmount": "6632500000000000000" + }, + { + "gotchiId": "24179", + "amount": "15.01", + "parsedAmount": "15010000000000000000" + }, + { + "gotchiId": "24180", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "24181", + "amount": "11.875", + "parsedAmount": "11875000000000000000" + }, + { + "gotchiId": "24185", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "24186", + "amount": "16.275", + "parsedAmount": "16275000000000000000" + } + ], + "totalAmount": "26172722499999999047500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952564, + "gasUsed": "10283376" + }, + { + "batchIndex": 23, + "transactionHash": "0x4ffe6105fa4f44b501077ffd99941461c5e3574003134f2300ee0419bfd760fe", + "timestamp": "2025-09-24T06:14:37.600Z", + "gotchiRewards": [ + { + "gotchiId": "24248", + "amount": "18.9525", + "parsedAmount": "18952500000000000000" + }, + { + "gotchiId": "24249", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "24253", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "24256", + "amount": "486.7925", + "parsedAmount": "486792500000000000000" + }, + { + "gotchiId": "24264", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "24285", + "amount": "6.0175", + "parsedAmount": "6017500000000000000" + }, + { + "gotchiId": "24286", + "amount": "17.6375", + "parsedAmount": "17637500000000000000" + }, + { + "gotchiId": "24287", + "amount": "5.875", + "parsedAmount": "5875000000000000000" + }, + { + "gotchiId": "24290", + "amount": "18.4925", + "parsedAmount": "18492500000000000000" + }, + { + "gotchiId": "24291", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "24292", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "24294", + "amount": "3.77", + "parsedAmount": "3770000000000000000" + }, + { + "gotchiId": "24300", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "24304", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "24306", + "amount": "11.1475", + "parsedAmount": "11147500000000000000" + }, + { + "gotchiId": "24307", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "24310", + "amount": "16.0375", + "parsedAmount": "16037500000000000000" + }, + { + "gotchiId": "24336", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "24352", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "24369", + "amount": "8.405000000000001", + "parsedAmount": "8405000000000001000" + }, + { + "gotchiId": "24370", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "24372", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "24374", + "amount": "7.5475", + "parsedAmount": "7547500000000000000" + }, + { + "gotchiId": "24375", + "amount": "3.4525", + "parsedAmount": "3452500000000000000" + }, + { + "gotchiId": "24377", + "amount": "20.21", + "parsedAmount": "20210000000000000000" + }, + { + "gotchiId": "24378", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "24379", + "amount": "17.455", + "parsedAmount": "17455000000000000000" + }, + { + "gotchiId": "24381", + "amount": "207.925", + "parsedAmount": "207925000000000000000" + }, + { + "gotchiId": "24383", + "amount": "58.5025", + "parsedAmount": "58502500000000000000" + }, + { + "gotchiId": "24386", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "24387", + "amount": "7.282500000000001", + "parsedAmount": "7282500000000001000" + }, + { + "gotchiId": "24388", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "24389", + "amount": "7.655", + "parsedAmount": "7655000000000000000" + }, + { + "gotchiId": "24390", + "amount": "7.960000000000001", + "parsedAmount": "7960000000000001000" + }, + { + "gotchiId": "24391", + "amount": "14.145", + "parsedAmount": "14145000000000000000" + }, + { + "gotchiId": "24394", + "amount": "4.6899999999999995", + "parsedAmount": "4689999999999999500" + }, + { + "gotchiId": "24396", + "amount": "6.754999999999999", + "parsedAmount": "6754999999999999000" + }, + { + "gotchiId": "24397", + "amount": "6.647499999999999", + "parsedAmount": "6647499999999999000" + }, + { + "gotchiId": "24398", + "amount": "7.395", + "parsedAmount": "7395000000000000000" + }, + { + "gotchiId": "24402", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "24404", + "amount": "64.6525", + "parsedAmount": "64652500000000000000" + }, + { + "gotchiId": "24406", + "amount": "6.0375000000000005", + "parsedAmount": "6037500000000000500" + }, + { + "gotchiId": "24408", + "amount": "13.600000000000001", + "parsedAmount": "13600000000000001000" + }, + { + "gotchiId": "24409", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "24410", + "amount": "371.13750000000005", + "parsedAmount": "371137500000000050000" + }, + { + "gotchiId": "24412", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "24413", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "24414", + "amount": "23.11", + "parsedAmount": "23110000000000000000" + }, + { + "gotchiId": "24415", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "24416", + "amount": "8.627500000000001", + "parsedAmount": "8627500000000001000" + }, + { + "gotchiId": "24417", + "amount": "28.32", + "parsedAmount": "28320000000000000000" + }, + { + "gotchiId": "24418", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "24419", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "24420", + "amount": "3.325", + "parsedAmount": "3325000000000000000" + }, + { + "gotchiId": "24422", + "amount": "195.145", + "parsedAmount": "195145000000000000000" + }, + { + "gotchiId": "24427", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "24429", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "24435", + "amount": "34.5075", + "parsedAmount": "34507500000000000000" + }, + { + "gotchiId": "24436", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "24437", + "amount": "8.825", + "parsedAmount": "8825000000000000000" + }, + { + "gotchiId": "24439", + "amount": "31.07", + "parsedAmount": "31070000000000000000" + }, + { + "gotchiId": "24441", + "amount": "8.41", + "parsedAmount": "8410000000000000000" + }, + { + "gotchiId": "24443", + "amount": "13.18", + "parsedAmount": "13180000000000000000" + }, + { + "gotchiId": "24449", + "amount": "32.230000000000004", + "parsedAmount": "32230000000000004000" + }, + { + "gotchiId": "24451", + "amount": "13.195", + "parsedAmount": "13195000000000000000" + }, + { + "gotchiId": "24455", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "24459", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "24466", + "amount": "17.7825", + "parsedAmount": "17782500000000000000" + }, + { + "gotchiId": "24467", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "24468", + "amount": "9.73", + "parsedAmount": "9730000000000000000" + }, + { + "gotchiId": "24469", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "24471", + "amount": "16.1425", + "parsedAmount": "16142500000000000000" + }, + { + "gotchiId": "24472", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "24473", + "amount": "8.9775", + "parsedAmount": "8977500000000000000" + }, + { + "gotchiId": "24476", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "24478", + "amount": "12.3825", + "parsedAmount": "12382500000000000000" + }, + { + "gotchiId": "24479", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "24483", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "24484", + "amount": "26.955000000000002", + "parsedAmount": "26955000000000002000" + }, + { + "gotchiId": "24485", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "24488", + "amount": "11.5875", + "parsedAmount": "11587500000000000000" + }, + { + "gotchiId": "24491", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "24492", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "24498", + "amount": "35.225", + "parsedAmount": "35225000000000000000" + }, + { + "gotchiId": "24499", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "24500", + "amount": "14.840000000000002", + "parsedAmount": "14840000000000002000" + }, + { + "gotchiId": "24501", + "amount": "7.5025", + "parsedAmount": "7502500000000000000" + }, + { + "gotchiId": "24502", + "amount": "11.565000000000001", + "parsedAmount": "11565000000000001000" + }, + { + "gotchiId": "24503", + "amount": "38.730000000000004", + "parsedAmount": "38730000000000004000" + }, + { + "gotchiId": "24504", + "amount": "16.1575", + "parsedAmount": "16157500000000000000" + }, + { + "gotchiId": "24506", + "amount": "6.8725", + "parsedAmount": "6872500000000000000" + }, + { + "gotchiId": "24509", + "amount": "210.7975", + "parsedAmount": "210797500000000000000" + }, + { + "gotchiId": "24510", + "amount": "89.645", + "parsedAmount": "89645000000000000000" + }, + { + "gotchiId": "24516", + "amount": "11.67", + "parsedAmount": "11670000000000000000" + }, + { + "gotchiId": "24522", + "amount": "5.1850000000000005", + "parsedAmount": "5185000000000000500" + }, + { + "gotchiId": "24523", + "amount": "16.535", + "parsedAmount": "16535000000000000000" + }, + { + "gotchiId": "24524", + "amount": "61.75", + "parsedAmount": "61750000000000000000" + }, + { + "gotchiId": "24525", + "amount": "5.182499999999999", + "parsedAmount": "5182499999999999000" + }, + { + "gotchiId": "24526", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "24527", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "24534", + "amount": "5.172499999999999", + "parsedAmount": "5172499999999999000" + }, + { + "gotchiId": "24535", + "amount": "30.900000000000002", + "parsedAmount": "30900000000000002000" + }, + { + "gotchiId": "24541", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "24542", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "24544", + "amount": "11.8025", + "parsedAmount": "11802500000000000000" + }, + { + "gotchiId": "24545", + "amount": "22.0275", + "parsedAmount": "22027500000000000000" + }, + { + "gotchiId": "24547", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "24548", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "24549", + "amount": "15.315", + "parsedAmount": "15315000000000000000" + }, + { + "gotchiId": "24550", + "amount": "9.549999999999999", + "parsedAmount": "9549999999999999000" + }, + { + "gotchiId": "24551", + "amount": "15.009999999999998", + "parsedAmount": "15009999999999998000" + }, + { + "gotchiId": "24553", + "amount": "11.4975", + "parsedAmount": "11497500000000000000" + }, + { + "gotchiId": "24554", + "amount": "30.744999999999997", + "parsedAmount": "30744999999999997000" + }, + { + "gotchiId": "24555", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "24557", + "amount": "7.1275", + "parsedAmount": "7127500000000000000" + }, + { + "gotchiId": "24564", + "amount": "10.3925", + "parsedAmount": "10392500000000000000" + }, + { + "gotchiId": "24566", + "amount": "18.799999999999997", + "parsedAmount": "18799999999999997000" + }, + { + "gotchiId": "24568", + "amount": "2.41", + "parsedAmount": "2410000000000000000" + }, + { + "gotchiId": "24571", + "amount": "16.66", + "parsedAmount": "16660000000000000000" + }, + { + "gotchiId": "24576", + "amount": "17.345000000000002", + "parsedAmount": "17345000000000002000" + }, + { + "gotchiId": "24577", + "amount": "17.2725", + "parsedAmount": "17272500000000000000" + }, + { + "gotchiId": "24582", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "24586", + "amount": "7.067499999999999", + "parsedAmount": "7067499999999999000" + }, + { + "gotchiId": "24588", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "24590", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "24591", + "amount": "11.8375", + "parsedAmount": "11837500000000000000" + }, + { + "gotchiId": "24592", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "24594", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "24597", + "amount": "8.2725", + "parsedAmount": "8272500000000000000" + }, + { + "gotchiId": "24598", + "amount": "8.129999999999999", + "parsedAmount": "8129999999999999000" + }, + { + "gotchiId": "24601", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "24603", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "24605", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "24607", + "amount": "5.04", + "parsedAmount": "5040000000000000000" + }, + { + "gotchiId": "24610", + "amount": "70.02999999999999", + "parsedAmount": "70029999999999990000" + }, + { + "gotchiId": "24611", + "amount": "3.4325", + "parsedAmount": "3432500000000000000" + }, + { + "gotchiId": "24615", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "24617", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "24622", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "24624", + "amount": "42.485", + "parsedAmount": "42485000000000000000" + }, + { + "gotchiId": "24631", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "24632", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "24634", + "amount": "11.2275", + "parsedAmount": "11227500000000000000" + }, + { + "gotchiId": "24636", + "amount": "11.845", + "parsedAmount": "11845000000000000000" + }, + { + "gotchiId": "24637", + "amount": "8.620000000000001", + "parsedAmount": "8620000000000001000" + }, + { + "gotchiId": "24638", + "amount": "10.635", + "parsedAmount": "10635000000000000000" + }, + { + "gotchiId": "24640", + "amount": "16.385", + "parsedAmount": "16385000000000000000" + }, + { + "gotchiId": "24642", + "amount": "8.0675", + "parsedAmount": "8067500000000000000" + }, + { + "gotchiId": "24645", + "amount": "10.997499999999999", + "parsedAmount": "10997499999999999000" + }, + { + "gotchiId": "24651", + "amount": "9.93", + "parsedAmount": "9930000000000000000" + }, + { + "gotchiId": "24653", + "amount": "34.21", + "parsedAmount": "34210000000000000000" + }, + { + "gotchiId": "24654", + "amount": "7.3325", + "parsedAmount": "7332500000000000000" + }, + { + "gotchiId": "24655", + "amount": "11.094999999999999", + "parsedAmount": "11094999999999999000" + }, + { + "gotchiId": "24659", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "24660", + "amount": "4.6899999999999995", + "parsedAmount": "4689999999999999500" + }, + { + "gotchiId": "24661", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "24662", + "amount": "22.575000000000003", + "parsedAmount": "22575000000000003000" + }, + { + "gotchiId": "24665", + "amount": "18.965", + "parsedAmount": "18965000000000000000" + }, + { + "gotchiId": "24667", + "amount": "7.925", + "parsedAmount": "7925000000000000000" + }, + { + "gotchiId": "24668", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "24671", + "amount": "3.5525", + "parsedAmount": "3552500000000000000" + }, + { + "gotchiId": "24672", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "24674", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "24675", + "amount": "12.157499999999999", + "parsedAmount": "12157499999999999000" + }, + { + "gotchiId": "24677", + "amount": "12.979999999999999", + "parsedAmount": "12979999999999999000" + }, + { + "gotchiId": "24682", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "24684", + "amount": "12.82", + "parsedAmount": "12820000000000000000" + }, + { + "gotchiId": "24685", + "amount": "6.055", + "parsedAmount": "6055000000000000000" + }, + { + "gotchiId": "24686", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "24688", + "amount": "6.9925", + "parsedAmount": "6992500000000000000" + }, + { + "gotchiId": "24690", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "24691", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "24692", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "24694", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "24697", + "amount": "19.765", + "parsedAmount": "19765000000000000000" + }, + { + "gotchiId": "24698", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "24699", + "amount": "10.4975", + "parsedAmount": "10497500000000000000" + }, + { + "gotchiId": "24700", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "24702", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "24703", + "amount": "2.1425", + "parsedAmount": "2142500000000000000" + }, + { + "gotchiId": "24707", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "24709", + "amount": "9.6475", + "parsedAmount": "9647500000000000000" + }, + { + "gotchiId": "24711", + "amount": "11.7425", + "parsedAmount": "11742500000000000000" + }, + { + "gotchiId": "24712", + "amount": "7.757499999999999", + "parsedAmount": "7757499999999999000" + }, + { + "gotchiId": "24714", + "amount": "23.3125", + "parsedAmount": "23312500000000000000" + }, + { + "gotchiId": "24716", + "amount": "6.6175", + "parsedAmount": "6617500000000000000" + }, + { + "gotchiId": "24718", + "amount": "3.6425", + "parsedAmount": "3642500000000000000" + }, + { + "gotchiId": "24719", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "24720", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "24723", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "24726", + "amount": "12.705", + "parsedAmount": "12705000000000000000" + }, + { + "gotchiId": "24727", + "amount": "15.9075", + "parsedAmount": "15907500000000000000" + }, + { + "gotchiId": "24729", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "24730", + "amount": "44.085", + "parsedAmount": "44085000000000000000" + }, + { + "gotchiId": "24732", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "24733", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "24735", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "24736", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "24738", + "amount": "12.9", + "parsedAmount": "12900000000000000000" + }, + { + "gotchiId": "24739", + "amount": "4.6575", + "parsedAmount": "4657500000000000000" + }, + { + "gotchiId": "24740", + "amount": "2.6175", + "parsedAmount": "2617500000000000000" + }, + { + "gotchiId": "24741", + "amount": "9.75", + "parsedAmount": "9750000000000000000" + }, + { + "gotchiId": "24746", + "amount": "19.5225", + "parsedAmount": "19522500000000000000" + }, + { + "gotchiId": "24747", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "24750", + "amount": "7.9025", + "parsedAmount": "7902500000000000000" + }, + { + "gotchiId": "24751", + "amount": "13.98", + "parsedAmount": "13980000000000000000" + }, + { + "gotchiId": "24754", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "24756", + "amount": "2.31", + "parsedAmount": "2310000000000000000" + }, + { + "gotchiId": "24760", + "amount": "2.5925", + "parsedAmount": "2592500000000000000" + }, + { + "gotchiId": "24762", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "24763", + "amount": "36.3875", + "parsedAmount": "36387500000000000000" + }, + { + "gotchiId": "24765", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "24766", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "24767", + "amount": "52.81", + "parsedAmount": "52810000000000000000" + }, + { + "gotchiId": "24768", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "24769", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "24771", + "amount": "15.5", + "parsedAmount": "15500000000000000000" + }, + { + "gotchiId": "24772", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "24773", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "24774", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "24776", + "amount": "12.22", + "parsedAmount": "12220000000000000000" + }, + { + "gotchiId": "24779", + "amount": "16.0875", + "parsedAmount": "16087500000000000000" + }, + { + "gotchiId": "24781", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "24786", + "amount": "109.1475", + "parsedAmount": "109147500000000000000" + }, + { + "gotchiId": "24788", + "amount": "6.005", + "parsedAmount": "6005000000000000000" + }, + { + "gotchiId": "24790", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "24792", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "24793", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "24794", + "amount": "5.1125", + "parsedAmount": "5112500000000000000" + }, + { + "gotchiId": "24795", + "amount": "22.4075", + "parsedAmount": "22407500000000000000" + }, + { + "gotchiId": "24798", + "amount": "15.88", + "parsedAmount": "15880000000000000000" + }, + { + "gotchiId": "24799", + "amount": "50.275", + "parsedAmount": "50275000000000000000" + }, + { + "gotchiId": "24800", + "amount": "33.8825", + "parsedAmount": "33882500000000000000" + }, + { + "gotchiId": "24802", + "amount": "19.7875", + "parsedAmount": "19787500000000000000" + }, + { + "gotchiId": "24814", + "amount": "2.65", + "parsedAmount": "2650000000000000000" + }, + { + "gotchiId": "24816", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "24823", + "amount": "10.684999999999999", + "parsedAmount": "10684999999999999000" + }, + { + "gotchiId": "24824", + "amount": "8.9875", + "parsedAmount": "8987500000000000000" + }, + { + "gotchiId": "24832", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "24834", + "amount": "10.335", + "parsedAmount": "10335000000000000000" + }, + { + "gotchiId": "24835", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "24836", + "amount": "8.13", + "parsedAmount": "8130000000000000000" + }, + { + "gotchiId": "24839", + "amount": "14.5275", + "parsedAmount": "14527500000000000000" + }, + { + "gotchiId": "24840", + "amount": "7.897500000000001", + "parsedAmount": "7897500000000001000" + }, + { + "gotchiId": "24841", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "24843", + "amount": "6.8374999999999995", + "parsedAmount": "6837499999999999500" + }, + { + "gotchiId": "24844", + "amount": "16.35", + "parsedAmount": "16350000000000000000" + }, + { + "gotchiId": "24845", + "amount": "8.5375", + "parsedAmount": "8537500000000000000" + }, + { + "gotchiId": "24846", + "amount": "14.497500000000002", + "parsedAmount": "14497500000000002000" + }, + { + "gotchiId": "24847", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "24848", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "24850", + "amount": "12.77", + "parsedAmount": "12770000000000000000" + }, + { + "gotchiId": "24852", + "amount": "17.19", + "parsedAmount": "17190000000000000000" + }, + { + "gotchiId": "24853", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "24854", + "amount": "100.78", + "parsedAmount": "100780000000000000000" + }, + { + "gotchiId": "24855", + "amount": "2.4325", + "parsedAmount": "2432500000000000000" + }, + { + "gotchiId": "24856", + "amount": "26.9175", + "parsedAmount": "26917500000000000000" + }, + { + "gotchiId": "24857", + "amount": "16.520000000000003", + "parsedAmount": "16520000000000003000" + }, + { + "gotchiId": "24859", + "amount": "20.8275", + "parsedAmount": "20827500000000000000" + }, + { + "gotchiId": "24860", + "amount": "3.4275", + "parsedAmount": "3427500000000000000" + }, + { + "gotchiId": "24861", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "24862", + "amount": "10.2775", + "parsedAmount": "10277500000000000000" + }, + { + "gotchiId": "24863", + "amount": "13.364999999999998", + "parsedAmount": "13364999999999998000" + }, + { + "gotchiId": "24864", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "24872", + "amount": "3.2975", + "parsedAmount": "3297500000000000000" + }, + { + "gotchiId": "24873", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "24874", + "amount": "14.3975", + "parsedAmount": "14397500000000000000" + }, + { + "gotchiId": "24877", + "amount": "6.654999999999999", + "parsedAmount": "6654999999999999000" + }, + { + "gotchiId": "24878", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "24880", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "24881", + "amount": "25.790000000000003", + "parsedAmount": "25790000000000003000" + }, + { + "gotchiId": "24882", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "24883", + "amount": "6.035", + "parsedAmount": "6035000000000000000" + }, + { + "gotchiId": "24884", + "amount": "19.615", + "parsedAmount": "19615000000000000000" + }, + { + "gotchiId": "24887", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "24893", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "24894", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "24895", + "amount": "13.7675", + "parsedAmount": "13767500000000000000" + }, + { + "gotchiId": "24898", + "amount": "7.345000000000001", + "parsedAmount": "7345000000000001000" + }, + { + "gotchiId": "24899", + "amount": "15.065000000000001", + "parsedAmount": "15065000000000001000" + }, + { + "gotchiId": "24900", + "amount": "12.645000000000001", + "parsedAmount": "12645000000000001000" + }, + { + "gotchiId": "24902", + "amount": "7.96", + "parsedAmount": "7960000000000000000" + }, + { + "gotchiId": "24903", + "amount": "12.694999999999999", + "parsedAmount": "12694999999999999000" + }, + { + "gotchiId": "24906", + "amount": "8.557500000000001", + "parsedAmount": "8557500000000001000" + }, + { + "gotchiId": "24909", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "24912", + "amount": "64.315", + "parsedAmount": "64315000000000000000" + }, + { + "gotchiId": "24913", + "amount": "101.7475", + "parsedAmount": "101747500000000000000" + }, + { + "gotchiId": "24916", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "24920", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "24923", + "amount": "8.6375", + "parsedAmount": "8637500000000000000" + }, + { + "gotchiId": "24926", + "amount": "27.325", + "parsedAmount": "27325000000000000000" + }, + { + "gotchiId": "24928", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "24930", + "amount": "13.615", + "parsedAmount": "13615000000000000000" + }, + { + "gotchiId": "24931", + "amount": "12.21", + "parsedAmount": "12210000000000000000" + }, + { + "gotchiId": "24932", + "amount": "18.52", + "parsedAmount": "18520000000000000000" + }, + { + "gotchiId": "24933", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "24934", + "amount": "22.057499999999997", + "parsedAmount": "22057499999999997000" + }, + { + "gotchiId": "24935", + "amount": "11.997499999999999", + "parsedAmount": "11997499999999999000" + }, + { + "gotchiId": "24936", + "amount": "13.825", + "parsedAmount": "13825000000000000000" + }, + { + "gotchiId": "24939", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "24940", + "amount": "3.305", + "parsedAmount": "3305000000000000000" + }, + { + "gotchiId": "24941", + "amount": "77.57000000000001", + "parsedAmount": "77570000000000010000" + }, + { + "gotchiId": "24943", + "amount": "8.85", + "parsedAmount": "8850000000000000000" + }, + { + "gotchiId": "24944", + "amount": "17.557499999999997", + "parsedAmount": "17557499999999997000" + }, + { + "gotchiId": "24945", + "amount": "11.655000000000001", + "parsedAmount": "11655000000000001000" + }, + { + "gotchiId": "24946", + "amount": "9.285", + "parsedAmount": "9285000000000000000" + }, + { + "gotchiId": "24948", + "amount": "47.7775", + "parsedAmount": "47777500000000000000" + }, + { + "gotchiId": "24951", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "24953", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "24957", + "amount": "11.934999999999999", + "parsedAmount": "11934999999999999000" + }, + { + "gotchiId": "24958", + "amount": "14.709999999999999", + "parsedAmount": "14709999999999999000" + }, + { + "gotchiId": "24960", + "amount": "8.370000000000001", + "parsedAmount": "8370000000000001000" + }, + { + "gotchiId": "24961", + "amount": "12.11", + "parsedAmount": "12110000000000000000" + }, + { + "gotchiId": "24962", + "amount": "62.192499999999995", + "parsedAmount": "62192499999999995000" + }, + { + "gotchiId": "24963", + "amount": "17.759999999999998", + "parsedAmount": "17759999999999998000" + }, + { + "gotchiId": "24964", + "amount": "18.299999999999997", + "parsedAmount": "18299999999999997000" + }, + { + "gotchiId": "24965", + "amount": "25.2575", + "parsedAmount": "25257500000000000000" + }, + { + "gotchiId": "24966", + "amount": "9.942499999999999", + "parsedAmount": "9942499999999999000" + }, + { + "gotchiId": "24971", + "amount": "13.1775", + "parsedAmount": "13177500000000000000" + }, + { + "gotchiId": "24972", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "24974", + "amount": "87.76500000000001", + "parsedAmount": "87765000000000010000" + }, + { + "gotchiId": "24975", + "amount": "110.2175", + "parsedAmount": "110217500000000000000" + }, + { + "gotchiId": "24976", + "amount": "54.185", + "parsedAmount": "54185000000000000000" + }, + { + "gotchiId": "24980", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "24984", + "amount": "55.419999999999995", + "parsedAmount": "55419999999999995000" + }, + { + "gotchiId": "24994", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "24996", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "24998", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + } + ], + "totalAmount": "5939345000000000050500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952566, + "gasUsed": "6783845" + }, + { + "batchIndex": 0, + "transactionHash": "0x1ba317d8e323132f4d9da14e60dc002640b5a735eb151a3f39b179f893c3ae01", + "timestamp": "2025-09-24T06:23:52.479Z", + "gotchiRewards": [ + { + "gotchiId": "35", + "amount": "117.4125", + "parsedAmount": "117412500000000000000" + }, + { + "gotchiId": "37", + "amount": "61.9875", + "parsedAmount": "61987500000000000000" + }, + { + "gotchiId": "39", + "amount": "19.322499999999998", + "parsedAmount": "19322499999999998000" + }, + { + "gotchiId": "41", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "44", + "amount": "28.7075", + "parsedAmount": "28707500000000000000" + }, + { + "gotchiId": "46", + "amount": "2.4175", + "parsedAmount": "2417500000000000000" + }, + { + "gotchiId": "47", + "amount": "8.4825", + "parsedAmount": "8482500000000000000" + }, + { + "gotchiId": "48", + "amount": "59.0325", + "parsedAmount": "59032500000000000000" + }, + { + "gotchiId": "51", + "amount": "7.182499999999999", + "parsedAmount": "7182499999999999000" + }, + { + "gotchiId": "53", + "amount": "10.16", + "parsedAmount": "10160000000000000000" + }, + { + "gotchiId": "54", + "amount": "12.3325", + "parsedAmount": "12332500000000000000" + }, + { + "gotchiId": "56", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "58", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "59", + "amount": "15.6075", + "parsedAmount": "15607500000000000000" + }, + { + "gotchiId": "67", + "amount": "126.925", + "parsedAmount": "126925000000000000000" + }, + { + "gotchiId": "68", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "69", + "amount": "13.7775", + "parsedAmount": "13777500000000000000" + }, + { + "gotchiId": "92", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "93", + "amount": "22.615", + "parsedAmount": "22615000000000000000" + }, + { + "gotchiId": "97", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "100", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "101", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "102", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "106", + "amount": "35.9725", + "parsedAmount": "35972500000000000000" + }, + { + "gotchiId": "111", + "amount": "17.0925", + "parsedAmount": "17092500000000000000" + }, + { + "gotchiId": "112", + "amount": "45.5975", + "parsedAmount": "45597500000000000000" + }, + { + "gotchiId": "113", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "114", + "amount": "49.207499999999996", + "parsedAmount": "49207499999999996000" + }, + { + "gotchiId": "115", + "amount": "3.745", + "parsedAmount": "3745000000000000000" + }, + { + "gotchiId": "116", + "amount": "2.53", + "parsedAmount": "2530000000000000000" + }, + { + "gotchiId": "122", + "amount": "3.045", + "parsedAmount": "3045000000000000000" + }, + { + "gotchiId": "123", + "amount": "28.5125", + "parsedAmount": "28512500000000000000" + }, + { + "gotchiId": "124", + "amount": "17.1475", + "parsedAmount": "17147500000000000000" + }, + { + "gotchiId": "125", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "131", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "135", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "137", + "amount": "10.9625", + "parsedAmount": "10962500000000000000" + }, + { + "gotchiId": "138", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "139", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "141", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "142", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "151", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "154", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "156", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "159", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "162", + "amount": "14.16", + "parsedAmount": "14160000000000000000" + }, + { + "gotchiId": "164", + "amount": "23.48", + "parsedAmount": "23480000000000000000" + }, + { + "gotchiId": "167", + "amount": "5.8875", + "parsedAmount": "5887500000000000000" + }, + { + "gotchiId": "168", + "amount": "36.555", + "parsedAmount": "36555000000000000000" + }, + { + "gotchiId": "169", + "amount": "30.5075", + "parsedAmount": "30507500000000000000" + }, + { + "gotchiId": "172", + "amount": "330.6175", + "parsedAmount": "330617500000000000000" + }, + { + "gotchiId": "181", + "amount": "137.4175", + "parsedAmount": "137417500000000000000" + }, + { + "gotchiId": "183", + "amount": "22.952499999999997", + "parsedAmount": "22952499999999997000" + }, + { + "gotchiId": "185", + "amount": "26.715", + "parsedAmount": "26715000000000000000" + }, + { + "gotchiId": "186", + "amount": "18.33", + "parsedAmount": "18330000000000000000" + }, + { + "gotchiId": "190", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "191", + "amount": "6.8149999999999995", + "parsedAmount": "6814999999999999500" + }, + { + "gotchiId": "192", + "amount": "7.41", + "parsedAmount": "7410000000000000000" + }, + { + "gotchiId": "201", + "amount": "31.352500000000003", + "parsedAmount": "31352500000000003000" + }, + { + "gotchiId": "205", + "amount": "10.4425", + "parsedAmount": "10442500000000000000" + }, + { + "gotchiId": "206", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "207", + "amount": "11.54", + "parsedAmount": "11540000000000000000" + }, + { + "gotchiId": "208", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "218", + "amount": "2.9875", + "parsedAmount": "2987500000000000000" + }, + { + "gotchiId": "219", + "amount": "11.5275", + "parsedAmount": "11527500000000000000" + }, + { + "gotchiId": "221", + "amount": "146.575", + "parsedAmount": "146575000000000000000" + }, + { + "gotchiId": "225", + "amount": "11.765", + "parsedAmount": "11765000000000000000" + }, + { + "gotchiId": "226", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "228", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "229", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "231", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "233", + "amount": "75.935", + "parsedAmount": "75935000000000000000" + }, + { + "gotchiId": "234", + "amount": "8.515", + "parsedAmount": "8515000000000000000" + }, + { + "gotchiId": "235", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "236", + "amount": "30.5575", + "parsedAmount": "30557500000000000000" + }, + { + "gotchiId": "238", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "240", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "241", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "243", + "amount": "23.41", + "parsedAmount": "23410000000000000000" + }, + { + "gotchiId": "260", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "261", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "262", + "amount": "14.5275", + "parsedAmount": "14527500000000000000" + }, + { + "gotchiId": "263", + "amount": "9.665", + "parsedAmount": "9665000000000000000" + }, + { + "gotchiId": "264", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "266", + "amount": "160.7475", + "parsedAmount": "160747500000000000000" + }, + { + "gotchiId": "267", + "amount": "46.84", + "parsedAmount": "46840000000000000000" + }, + { + "gotchiId": "269", + "amount": "12.032499999999999", + "parsedAmount": "12032499999999999000" + }, + { + "gotchiId": "270", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "271", + "amount": "13.514999999999999", + "parsedAmount": "13514999999999999000" + }, + { + "gotchiId": "272", + "amount": "2.2675", + "parsedAmount": "2267500000000000000" + }, + { + "gotchiId": "274", + "amount": "6.5225", + "parsedAmount": "6522500000000000000" + }, + { + "gotchiId": "275", + "amount": "9.6475", + "parsedAmount": "9647500000000000000" + }, + { + "gotchiId": "278", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "282", + "amount": "71.6275", + "parsedAmount": "71627500000000000000" + }, + { + "gotchiId": "285", + "amount": "13.370000000000001", + "parsedAmount": "13370000000000001000" + }, + { + "gotchiId": "289", + "amount": "18.81", + "parsedAmount": "18810000000000000000" + }, + { + "gotchiId": "290", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "296", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "301", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "304", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "307", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "308", + "amount": "14.0925", + "parsedAmount": "14092500000000000000" + }, + { + "gotchiId": "314", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "315", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "317", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "319", + "amount": "21.9125", + "parsedAmount": "21912500000000000000" + }, + { + "gotchiId": "339", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "343", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "357", + "amount": "7.404999999999999", + "parsedAmount": "7404999999999999000" + }, + { + "gotchiId": "358", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "359", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "366", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "367", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "375", + "amount": "10.114999999999998", + "parsedAmount": "10114999999999998000" + }, + { + "gotchiId": "377", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "378", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "380", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "382", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "383", + "amount": "56.652499999999996", + "parsedAmount": "56652499999999996000" + }, + { + "gotchiId": "390", + "amount": "8.8775", + "parsedAmount": "8877500000000000000" + }, + { + "gotchiId": "391", + "amount": "15.322500000000002", + "parsedAmount": "15322500000000002000" + }, + { + "gotchiId": "392", + "amount": "19.0075", + "parsedAmount": "19007500000000000000" + }, + { + "gotchiId": "396", + "amount": "53.8075", + "parsedAmount": "53807500000000000000" + }, + { + "gotchiId": "406", + "amount": "37.5975", + "parsedAmount": "37597500000000000000" + }, + { + "gotchiId": "407", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "408", + "amount": "35.8775", + "parsedAmount": "35877500000000000000" + }, + { + "gotchiId": "409", + "amount": "7.69", + "parsedAmount": "7690000000000000000" + }, + { + "gotchiId": "410", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "411", + "amount": "7.9825", + "parsedAmount": "7982500000000000000" + }, + { + "gotchiId": "413", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "414", + "amount": "22.9", + "parsedAmount": "22900000000000000000" + }, + { + "gotchiId": "418", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "420", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "428", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "430", + "amount": "19.93", + "parsedAmount": "19930000000000000000" + }, + { + "gotchiId": "431", + "amount": "4.675", + "parsedAmount": "4675000000000000000" + }, + { + "gotchiId": "439", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "442", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "448", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "449", + "amount": "38.44", + "parsedAmount": "38440000000000000000" + }, + { + "gotchiId": "453", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "454", + "amount": "14.3125", + "parsedAmount": "14312500000000000000" + }, + { + "gotchiId": "455", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "458", + "amount": "36.11", + "parsedAmount": "36110000000000000000" + }, + { + "gotchiId": "461", + "amount": "3.365", + "parsedAmount": "3365000000000000000" + }, + { + "gotchiId": "463", + "amount": "15.425", + "parsedAmount": "15425000000000000000" + }, + { + "gotchiId": "469", + "amount": "12.565000000000001", + "parsedAmount": "12565000000000001000" + }, + { + "gotchiId": "473", + "amount": "16.5", + "parsedAmount": "16500000000000000000" + }, + { + "gotchiId": "474", + "amount": "399.10999999999996", + "parsedAmount": "399109999999999960000" + }, + { + "gotchiId": "475", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "479", + "amount": "32.15", + "parsedAmount": "32150000000000000000" + }, + { + "gotchiId": "480", + "amount": "22.662499999999998", + "parsedAmount": "22662499999999998000" + }, + { + "gotchiId": "481", + "amount": "10.780000000000001", + "parsedAmount": "10780000000000001000" + }, + { + "gotchiId": "482", + "amount": "10.307500000000001", + "parsedAmount": "10307500000000001000" + }, + { + "gotchiId": "483", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "486", + "amount": "20.8725", + "parsedAmount": "20872500000000000000" + }, + { + "gotchiId": "487", + "amount": "86.405", + "parsedAmount": "86405000000000000000" + }, + { + "gotchiId": "489", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "490", + "amount": "11.7625", + "parsedAmount": "11762500000000000000" + }, + { + "gotchiId": "492", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "493", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "499", + "amount": "14.0125", + "parsedAmount": "14012500000000000000" + }, + { + "gotchiId": "502", + "amount": "37.2075", + "parsedAmount": "37207500000000000000" + }, + { + "gotchiId": "506", + "amount": "36.055", + "parsedAmount": "36055000000000000000" + }, + { + "gotchiId": "509", + "amount": "22.935", + "parsedAmount": "22935000000000000000" + }, + { + "gotchiId": "511", + "amount": "31.4925", + "parsedAmount": "31492500000000000000" + }, + { + "gotchiId": "512", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "514", + "amount": "69.855", + "parsedAmount": "69855000000000000000" + }, + { + "gotchiId": "519", + "amount": "13.8875", + "parsedAmount": "13887500000000000000" + }, + { + "gotchiId": "520", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "522", + "amount": "46.572500000000005", + "parsedAmount": "46572500000000005000" + }, + { + "gotchiId": "523", + "amount": "19.9375", + "parsedAmount": "19937500000000000000" + }, + { + "gotchiId": "528", + "amount": "19.1675", + "parsedAmount": "19167500000000000000" + }, + { + "gotchiId": "529", + "amount": "44.9875", + "parsedAmount": "44987500000000000000" + }, + { + "gotchiId": "531", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "538", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "539", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "540", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "543", + "amount": "60.2075", + "parsedAmount": "60207500000000000000" + }, + { + "gotchiId": "544", + "amount": "105.60000000000001", + "parsedAmount": "105600000000000010000" + }, + { + "gotchiId": "549", + "amount": "58.4225", + "parsedAmount": "58422500000000000000" + }, + { + "gotchiId": "550", + "amount": "9.635000000000002", + "parsedAmount": "9635000000000002000" + }, + { + "gotchiId": "552", + "amount": "17.43", + "parsedAmount": "17430000000000000000" + }, + { + "gotchiId": "555", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "556", + "amount": "45.470000000000006", + "parsedAmount": "45470000000000006000" + }, + { + "gotchiId": "557", + "amount": "9.335", + "parsedAmount": "9335000000000000000" + }, + { + "gotchiId": "567", + "amount": "60.49", + "parsedAmount": "60490000000000000000" + }, + { + "gotchiId": "568", + "amount": "106.7775", + "parsedAmount": "106777500000000000000" + }, + { + "gotchiId": "569", + "amount": "84.5925", + "parsedAmount": "84592500000000000000" + }, + { + "gotchiId": "571", + "amount": "97.27000000000001", + "parsedAmount": "97270000000000010000" + }, + { + "gotchiId": "572", + "amount": "250.63", + "parsedAmount": "250630000000000000000" + }, + { + "gotchiId": "573", + "amount": "89.59750000000001", + "parsedAmount": "89597500000000010000" + }, + { + "gotchiId": "574", + "amount": "108.175", + "parsedAmount": "108175000000000000000" + }, + { + "gotchiId": "575", + "amount": "108.7525", + "parsedAmount": "108752500000000000000" + }, + { + "gotchiId": "576", + "amount": "101.14", + "parsedAmount": "101140000000000000000" + }, + { + "gotchiId": "577", + "amount": "109.88", + "parsedAmount": "109880000000000000000" + }, + { + "gotchiId": "578", + "amount": "59.9775", + "parsedAmount": "59977500000000000000" + }, + { + "gotchiId": "579", + "amount": "25.1025", + "parsedAmount": "25102500000000000000" + }, + { + "gotchiId": "580", + "amount": "92.01", + "parsedAmount": "92010000000000000000" + }, + { + "gotchiId": "581", + "amount": "55.945", + "parsedAmount": "55945000000000000000" + }, + { + "gotchiId": "584", + "amount": "16.1375", + "parsedAmount": "16137500000000000000" + }, + { + "gotchiId": "585", + "amount": "14.05", + "parsedAmount": "14050000000000000000" + }, + { + "gotchiId": "587", + "amount": "11.665", + "parsedAmount": "11665000000000000000" + }, + { + "gotchiId": "588", + "amount": "13.360000000000001", + "parsedAmount": "13360000000000001000" + }, + { + "gotchiId": "591", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "594", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "596", + "amount": "6.699999999999999", + "parsedAmount": "6699999999999999000" + }, + { + "gotchiId": "597", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "598", + "amount": "64.545", + "parsedAmount": "64545000000000000000" + }, + { + "gotchiId": "600", + "amount": "60.615", + "parsedAmount": "60615000000000000000" + }, + { + "gotchiId": "601", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "607", + "amount": "78.555", + "parsedAmount": "78555000000000000000" + }, + { + "gotchiId": "608", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "630", + "amount": "20.8825", + "parsedAmount": "20882500000000000000" + }, + { + "gotchiId": "632", + "amount": "24.235", + "parsedAmount": "24235000000000000000" + }, + { + "gotchiId": "637", + "amount": "4.65", + "parsedAmount": "4650000000000000000" + }, + { + "gotchiId": "642", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "645", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "646", + "amount": "8.01", + "parsedAmount": "8010000000000000000" + }, + { + "gotchiId": "647", + "amount": "8.752500000000001", + "parsedAmount": "8752500000000001000" + }, + { + "gotchiId": "648", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "649", + "amount": "24.924999999999997", + "parsedAmount": "24924999999999997000" + }, + { + "gotchiId": "650", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "660", + "amount": "28.615", + "parsedAmount": "28615000000000000000" + }, + { + "gotchiId": "661", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "662", + "amount": "181.8775", + "parsedAmount": "181877500000000000000" + }, + { + "gotchiId": "663", + "amount": "34.9075", + "parsedAmount": "34907500000000000000" + }, + { + "gotchiId": "664", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "671", + "amount": "13.9", + "parsedAmount": "13900000000000000000" + }, + { + "gotchiId": "672", + "amount": "26.175", + "parsedAmount": "26175000000000000000" + }, + { + "gotchiId": "673", + "amount": "126.11000000000001", + "parsedAmount": "126110000000000010000" + }, + { + "gotchiId": "674", + "amount": "19.264999999999997", + "parsedAmount": "19264999999999997000" + }, + { + "gotchiId": "677", + "amount": "53.6025", + "parsedAmount": "53602500000000000000" + }, + { + "gotchiId": "681", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "684", + "amount": "38.11", + "parsedAmount": "38110000000000000000" + }, + { + "gotchiId": "689", + "amount": "28.707500000000003", + "parsedAmount": "28707500000000003000" + }, + { + "gotchiId": "692", + "amount": "91.1725", + "parsedAmount": "91172500000000000000" + }, + { + "gotchiId": "695", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "696", + "amount": "21.25", + "parsedAmount": "21250000000000000000" + }, + { + "gotchiId": "697", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "698", + "amount": "12.19", + "parsedAmount": "12190000000000000000" + }, + { + "gotchiId": "699", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "700", + "amount": "16.747500000000002", + "parsedAmount": "16747500000000002000" + }, + { + "gotchiId": "702", + "amount": "16.305", + "parsedAmount": "16305000000000000000" + }, + { + "gotchiId": "703", + "amount": "156.465", + "parsedAmount": "156465000000000000000" + }, + { + "gotchiId": "704", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "705", + "amount": "31.412499999999998", + "parsedAmount": "31412499999999998000" + }, + { + "gotchiId": "706", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "707", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "708", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "709", + "amount": "6.44", + "parsedAmount": "6440000000000000000" + }, + { + "gotchiId": "710", + "amount": "16.985", + "parsedAmount": "16985000000000000000" + }, + { + "gotchiId": "711", + "amount": "6.4175", + "parsedAmount": "6417500000000000000" + }, + { + "gotchiId": "712", + "amount": "18.0425", + "parsedAmount": "18042500000000000000" + }, + { + "gotchiId": "713", + "amount": "110.7425", + "parsedAmount": "110742500000000000000" + }, + { + "gotchiId": "714", + "amount": "12.567499999999999", + "parsedAmount": "12567499999999999000" + }, + { + "gotchiId": "716", + "amount": "14.2575", + "parsedAmount": "14257500000000000000" + }, + { + "gotchiId": "717", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "718", + "amount": "6.4075", + "parsedAmount": "6407500000000000000" + }, + { + "gotchiId": "719", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "722", + "amount": "18.3425", + "parsedAmount": "18342500000000000000" + }, + { + "gotchiId": "725", + "amount": "16.9575", + "parsedAmount": "16957500000000000000" + }, + { + "gotchiId": "726", + "amount": "2.4", + "parsedAmount": "2400000000000000000" + }, + { + "gotchiId": "728", + "amount": "24.2025", + "parsedAmount": "24202500000000000000" + }, + { + "gotchiId": "729", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "733", + "amount": "8.175", + "parsedAmount": "8175000000000000000" + }, + { + "gotchiId": "734", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "735", + "amount": "7.7275", + "parsedAmount": "7727500000000000000" + }, + { + "gotchiId": "736", + "amount": "15.55", + "parsedAmount": "15550000000000000000" + }, + { + "gotchiId": "738", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "739", + "amount": "12.515", + "parsedAmount": "12515000000000000000" + }, + { + "gotchiId": "743", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "744", + "amount": "15.16", + "parsedAmount": "15160000000000000000" + }, + { + "gotchiId": "746", + "amount": "19.6", + "parsedAmount": "19600000000000000000" + }, + { + "gotchiId": "750", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "751", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "752", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "753", + "amount": "30.467499999999998", + "parsedAmount": "30467499999999998000" + }, + { + "gotchiId": "754", + "amount": "29.360000000000003", + "parsedAmount": "29360000000000003000" + }, + { + "gotchiId": "755", + "amount": "20.18", + "parsedAmount": "20180000000000000000" + }, + { + "gotchiId": "756", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "757", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "758", + "amount": "2.32", + "parsedAmount": "2320000000000000000" + }, + { + "gotchiId": "759", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "763", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "766", + "amount": "249.53", + "parsedAmount": "249530000000000000000" + }, + { + "gotchiId": "769", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "784", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "786", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "787", + "amount": "25.615000000000002", + "parsedAmount": "25615000000000002000" + }, + { + "gotchiId": "789", + "amount": "33.925", + "parsedAmount": "33925000000000000000" + }, + { + "gotchiId": "790", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "794", + "amount": "11.662500000000001", + "parsedAmount": "11662500000000001000" + }, + { + "gotchiId": "796", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "799", + "amount": "6.0525", + "parsedAmount": "6052500000000000000" + }, + { + "gotchiId": "801", + "amount": "3.145", + "parsedAmount": "3145000000000000000" + }, + { + "gotchiId": "805", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "806", + "amount": "14.8225", + "parsedAmount": "14822500000000000000" + }, + { + "gotchiId": "807", + "amount": "10.870000000000001", + "parsedAmount": "10870000000000001000" + }, + { + "gotchiId": "808", + "amount": "25.064999999999998", + "parsedAmount": "25064999999999998000" + }, + { + "gotchiId": "810", + "amount": "16.525", + "parsedAmount": "16525000000000000000" + }, + { + "gotchiId": "811", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "814", + "amount": "15.53", + "parsedAmount": "15530000000000000000" + }, + { + "gotchiId": "815", + "amount": "33.9075", + "parsedAmount": "33907500000000000000" + }, + { + "gotchiId": "817", + "amount": "35.2325", + "parsedAmount": "35232500000000000000" + }, + { + "gotchiId": "819", + "amount": "7.699999999999999", + "parsedAmount": "7699999999999999000" + }, + { + "gotchiId": "820", + "amount": "32.9875", + "parsedAmount": "32987500000000000000" + }, + { + "gotchiId": "821", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "822", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "823", + "amount": "18.2575", + "parsedAmount": "18257500000000000000" + }, + { + "gotchiId": "824", + "amount": "11.077499999999999", + "parsedAmount": "11077499999999999000" + }, + { + "gotchiId": "826", + "amount": "647.97", + "parsedAmount": "647970000000000000000" + }, + { + "gotchiId": "828", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "836", + "amount": "53.4175", + "parsedAmount": "53417500000000000000" + }, + { + "gotchiId": "841", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "844", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "851", + "amount": "9.3525", + "parsedAmount": "9352500000000000000" + }, + { + "gotchiId": "853", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "854", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "870", + "amount": "20.294999999999998", + "parsedAmount": "20294999999999998000" + }, + { + "gotchiId": "897", + "amount": "59.667500000000004", + "parsedAmount": "59667500000000004000" + }, + { + "gotchiId": "899", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "903", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "904", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "908", + "amount": "3.77", + "parsedAmount": "3770000000000000000" + }, + { + "gotchiId": "909", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "911", + "amount": "12.9675", + "parsedAmount": "12967500000000000000" + }, + { + "gotchiId": "912", + "amount": "33.275", + "parsedAmount": "33275000000000000000" + }, + { + "gotchiId": "914", + "amount": "13.1325", + "parsedAmount": "13132500000000000000" + }, + { + "gotchiId": "915", + "amount": "24.39", + "parsedAmount": "24390000000000000000" + }, + { + "gotchiId": "918", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "922", + "amount": "32.83", + "parsedAmount": "32830000000000000000" + }, + { + "gotchiId": "924", + "amount": "38.485", + "parsedAmount": "38485000000000000000" + }, + { + "gotchiId": "925", + "amount": "9.155", + "parsedAmount": "9155000000000000000" + }, + { + "gotchiId": "928", + "amount": "13.8375", + "parsedAmount": "13837500000000000000" + }, + { + "gotchiId": "929", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "931", + "amount": "6.362500000000001", + "parsedAmount": "6362500000000001000" + }, + { + "gotchiId": "932", + "amount": "2.3", + "parsedAmount": "2300000000000000000" + }, + { + "gotchiId": "933", + "amount": "6.5600000000000005", + "parsedAmount": "6560000000000000500" + }, + { + "gotchiId": "934", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "936", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "937", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "938", + "amount": "7.34", + "parsedAmount": "7340000000000000000" + }, + { + "gotchiId": "940", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "946", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "947", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "951", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "954", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "956", + "amount": "14.7425", + "parsedAmount": "14742500000000000000" + }, + { + "gotchiId": "957", + "amount": "28.6575", + "parsedAmount": "28657500000000000000" + }, + { + "gotchiId": "965", + "amount": "13.2375", + "parsedAmount": "13237500000000000000" + }, + { + "gotchiId": "966", + "amount": "318.55249999999995", + "parsedAmount": "318552499999999950000" + }, + { + "gotchiId": "967", + "amount": "12.3425", + "parsedAmount": "12342500000000000000" + }, + { + "gotchiId": "968", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "970", + "amount": "19.4375", + "parsedAmount": "19437500000000000000" + }, + { + "gotchiId": "971", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "973", + "amount": "27.759999999999998", + "parsedAmount": "27759999999999998000" + }, + { + "gotchiId": "974", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "976", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "978", + "amount": "31.745", + "parsedAmount": "31745000000000000000" + }, + { + "gotchiId": "979", + "amount": "25.645", + "parsedAmount": "25645000000000000000" + }, + { + "gotchiId": "980", + "amount": "6.3275", + "parsedAmount": "6327500000000000000" + }, + { + "gotchiId": "981", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "983", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "984", + "amount": "14.4", + "parsedAmount": "14400000000000000000" + }, + { + "gotchiId": "985", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "987", + "amount": "129.44", + "parsedAmount": "129440000000000000000" + }, + { + "gotchiId": "988", + "amount": "14.817499999999999", + "parsedAmount": "14817499999999999000" + }, + { + "gotchiId": "989", + "amount": "50.895", + "parsedAmount": "50895000000000000000" + }, + { + "gotchiId": "992", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "997", + "amount": "13.872499999999999", + "parsedAmount": "13872499999999999000" + }, + { + "gotchiId": "998", + "amount": "11.350000000000001", + "parsedAmount": "11350000000000001000" + }, + { + "gotchiId": "1009", + "amount": "23.145", + "parsedAmount": "23145000000000000000" + }, + { + "gotchiId": "1010", + "amount": "16.215", + "parsedAmount": "16215000000000000000" + }, + { + "gotchiId": "1011", + "amount": "93.24749999999999", + "parsedAmount": "93247499999999990000" + }, + { + "gotchiId": "1012", + "amount": "65.0625", + "parsedAmount": "65062500000000000000" + }, + { + "gotchiId": "1013", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "1014", + "amount": "103.30000000000001", + "parsedAmount": "103300000000000010000" + }, + { + "gotchiId": "1015", + "amount": "27.0425", + "parsedAmount": "27042500000000000000" + }, + { + "gotchiId": "1016", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "1017", + "amount": "17.005000000000003", + "parsedAmount": "17005000000000003000" + }, + { + "gotchiId": "1019", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "1020", + "amount": "17.7975", + "parsedAmount": "17797500000000000000" + }, + { + "gotchiId": "1021", + "amount": "99.56", + "parsedAmount": "99560000000000000000" + }, + { + "gotchiId": "1022", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "1027", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1030", + "amount": "28.825", + "parsedAmount": "28825000000000000000" + }, + { + "gotchiId": "1032", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "1043", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "1044", + "amount": "33.3625", + "parsedAmount": "33362500000000000000" + }, + { + "gotchiId": "1046", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "1054", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "1055", + "amount": "44.372499999999995", + "parsedAmount": "44372499999999995000" + }, + { + "gotchiId": "1057", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "1058", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "1062", + "amount": "11.4675", + "parsedAmount": "11467500000000000000" + }, + { + "gotchiId": "1063", + "amount": "31.9425", + "parsedAmount": "31942500000000000000" + }, + { + "gotchiId": "1065", + "amount": "15.395", + "parsedAmount": "15395000000000000000" + }, + { + "gotchiId": "1068", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "1071", + "amount": "22.805", + "parsedAmount": "22805000000000000000" + }, + { + "gotchiId": "1074", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "1078", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "1079", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "1083", + "amount": "94.9275", + "parsedAmount": "94927500000000000000" + }, + { + "gotchiId": "1085", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "1089", + "amount": "60.8725", + "parsedAmount": "60872500000000000000" + }, + { + "gotchiId": "1090", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "1098", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "1100", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1103", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "1108", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "1109", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "1111", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "1122", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1124", + "amount": "23.69", + "parsedAmount": "23690000000000000000" + }, + { + "gotchiId": "1126", + "amount": "61.605000000000004", + "parsedAmount": "61605000000000004000" + }, + { + "gotchiId": "1128", + "amount": "7.205", + "parsedAmount": "7205000000000000000" + }, + { + "gotchiId": "1133", + "amount": "44.097500000000004", + "parsedAmount": "44097500000000004000" + }, + { + "gotchiId": "1134", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "1135", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "1136", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "1137", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "1138", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "1140", + "amount": "13.155000000000001", + "parsedAmount": "13155000000000001000" + }, + { + "gotchiId": "1145", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "1147", + "amount": "26.59", + "parsedAmount": "26590000000000000000" + }, + { + "gotchiId": "1150", + "amount": "25.0175", + "parsedAmount": "25017500000000000000" + }, + { + "gotchiId": "1155", + "amount": "14.77", + "parsedAmount": "14770000000000000000" + }, + { + "gotchiId": "1157", + "amount": "14.8425", + "parsedAmount": "14842500000000000000" + }, + { + "gotchiId": "1164", + "amount": "8.6075", + "parsedAmount": "8607500000000000000" + }, + { + "gotchiId": "1165", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "1169", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "1170", + "amount": "22.395", + "parsedAmount": "22395000000000000000" + }, + { + "gotchiId": "1171", + "amount": "25.99", + "parsedAmount": "25990000000000000000" + }, + { + "gotchiId": "1173", + "amount": "15.3125", + "parsedAmount": "15312500000000000000" + }, + { + "gotchiId": "1177", + "amount": "2.035", + "parsedAmount": "2035000000000000000" + }, + { + "gotchiId": "1178", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "1179", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "1183", + "amount": "5.237500000000001", + "parsedAmount": "5237500000000001000" + }, + { + "gotchiId": "1188", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "1189", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "1190", + "amount": "14.365", + "parsedAmount": "14365000000000000000" + }, + { + "gotchiId": "1191", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "1192", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "1193", + "amount": "25.05", + "parsedAmount": "25050000000000000000" + }, + { + "gotchiId": "1195", + "amount": "21.435000000000002", + "parsedAmount": "21435000000000002000" + }, + { + "gotchiId": "1196", + "amount": "21.075000000000003", + "parsedAmount": "21075000000000003000" + }, + { + "gotchiId": "1197", + "amount": "70.715", + "parsedAmount": "70715000000000000000" + }, + { + "gotchiId": "1199", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "1200", + "amount": "18.845", + "parsedAmount": "18845000000000000000" + }, + { + "gotchiId": "1203", + "amount": "24.1725", + "parsedAmount": "24172500000000000000" + }, + { + "gotchiId": "1207", + "amount": "67.095", + "parsedAmount": "67095000000000000000" + }, + { + "gotchiId": "1218", + "amount": "63.095", + "parsedAmount": "63095000000000000000" + }, + { + "gotchiId": "1219", + "amount": "12.5575", + "parsedAmount": "12557500000000000000" + }, + { + "gotchiId": "1220", + "amount": "2.3725", + "parsedAmount": "2372500000000000000" + }, + { + "gotchiId": "1228", + "amount": "16.28", + "parsedAmount": "16280000000000000000" + }, + { + "gotchiId": "1231", + "amount": "26.979999999999997", + "parsedAmount": "26979999999999997000" + }, + { + "gotchiId": "1232", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "1233", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "1234", + "amount": "9.93", + "parsedAmount": "9930000000000000000" + }, + { + "gotchiId": "1235", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "1240", + "amount": "121.35499999999999", + "parsedAmount": "121354999999999990000" + }, + { + "gotchiId": "1241", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "1244", + "amount": "40.325", + "parsedAmount": "40325000000000000000" + }, + { + "gotchiId": "1248", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1249", + "amount": "22.1225", + "parsedAmount": "22122500000000000000" + }, + { + "gotchiId": "1253", + "amount": "23.922500000000003", + "parsedAmount": "23922500000000003000" + }, + { + "gotchiId": "1254", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "1257", + "amount": "73.6875", + "parsedAmount": "73687500000000000000" + }, + { + "gotchiId": "1259", + "amount": "13.395", + "parsedAmount": "13395000000000000000" + }, + { + "gotchiId": "1260", + "amount": "13.105", + "parsedAmount": "13105000000000000000" + }, + { + "gotchiId": "1261", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "1263", + "amount": "12.372499999999999", + "parsedAmount": "12372499999999999000" + }, + { + "gotchiId": "1264", + "amount": "113.34", + "parsedAmount": "113340000000000000000" + }, + { + "gotchiId": "1265", + "amount": "6.484999999999999", + "parsedAmount": "6484999999999999000" + }, + { + "gotchiId": "1267", + "amount": "5.734999999999999", + "parsedAmount": "5734999999999999000" + }, + { + "gotchiId": "1269", + "amount": "7.515", + "parsedAmount": "7515000000000000000" + }, + { + "gotchiId": "1273", + "amount": "9.155000000000001", + "parsedAmount": "9155000000000001000" + }, + { + "gotchiId": "1274", + "amount": "22.4625", + "parsedAmount": "22462500000000000000" + }, + { + "gotchiId": "1277", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "1282", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "1283", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "1285", + "amount": "25.47", + "parsedAmount": "25470000000000000000" + }, + { + "gotchiId": "1292", + "amount": "17.45", + "parsedAmount": "17450000000000000000" + }, + { + "gotchiId": "1293", + "amount": "32.9225", + "parsedAmount": "32922500000000000000" + }, + { + "gotchiId": "1294", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "1295", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "1299", + "amount": "2.4925", + "parsedAmount": "2492500000000000000" + }, + { + "gotchiId": "1301", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "1302", + "amount": "31.4525", + "parsedAmount": "31452500000000000000" + }, + { + "gotchiId": "1304", + "amount": "7.525", + "parsedAmount": "7525000000000000000" + }, + { + "gotchiId": "1305", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "1306", + "amount": "199.85250000000002", + "parsedAmount": "199852500000000020000" + }, + { + "gotchiId": "1308", + "amount": "22.835", + "parsedAmount": "22835000000000000000" + }, + { + "gotchiId": "1314", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "1316", + "amount": "6.88", + "parsedAmount": "6880000000000000000" + } + ], + "totalAmount": "12717322499999999966500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952843, + "gasUsed": "9932483" + }, + { + "batchIndex": 1, + "transactionHash": "0xa3ad541bff2feef89ee2954f53d3cc4400297adf983f7d3b7cccd95f8355246d", + "timestamp": "2025-09-24T06:23:55.578Z", + "gotchiRewards": [ + { + "gotchiId": "1320", + "amount": "36.7825", + "parsedAmount": "36782500000000000000" + }, + { + "gotchiId": "1321", + "amount": "22.965", + "parsedAmount": "22965000000000000000" + }, + { + "gotchiId": "1323", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "1324", + "amount": "7.675000000000001", + "parsedAmount": "7675000000000001000" + }, + { + "gotchiId": "1333", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1334", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "1335", + "amount": "56.9625", + "parsedAmount": "56962500000000000000" + }, + { + "gotchiId": "1336", + "amount": "14.98", + "parsedAmount": "14980000000000000000" + }, + { + "gotchiId": "1339", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "1345", + "amount": "111.25999999999999", + "parsedAmount": "111259999999999990000" + }, + { + "gotchiId": "1347", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "1348", + "amount": "14.1625", + "parsedAmount": "14162500000000000000" + }, + { + "gotchiId": "1349", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "1351", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "1353", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1354", + "amount": "10.087499999999999", + "parsedAmount": "10087499999999999000" + }, + { + "gotchiId": "1355", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "1357", + "amount": "8.1025", + "parsedAmount": "8102500000000000000" + }, + { + "gotchiId": "1358", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "1359", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "1360", + "amount": "7.279999999999999", + "parsedAmount": "7279999999999999000" + }, + { + "gotchiId": "1367", + "amount": "55.5775", + "parsedAmount": "55577500000000000000" + }, + { + "gotchiId": "1368", + "amount": "29.71", + "parsedAmount": "29710000000000000000" + }, + { + "gotchiId": "1370", + "amount": "23.615", + "parsedAmount": "23615000000000000000" + }, + { + "gotchiId": "1372", + "amount": "14.805", + "parsedAmount": "14805000000000000000" + }, + { + "gotchiId": "1373", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "1375", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "1379", + "amount": "16.990000000000002", + "parsedAmount": "16990000000000002000" + }, + { + "gotchiId": "1381", + "amount": "20.47", + "parsedAmount": "20470000000000000000" + }, + { + "gotchiId": "1383", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "1385", + "amount": "14.07", + "parsedAmount": "14070000000000000000" + }, + { + "gotchiId": "1387", + "amount": "12.495", + "parsedAmount": "12495000000000000000" + }, + { + "gotchiId": "1388", + "amount": "18.59", + "parsedAmount": "18590000000000000000" + }, + { + "gotchiId": "1389", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "1392", + "amount": "1.9425", + "parsedAmount": "1942500000000000000" + }, + { + "gotchiId": "1393", + "amount": "6.1875", + "parsedAmount": "6187500000000000000" + }, + { + "gotchiId": "1395", + "amount": "21.3375", + "parsedAmount": "21337500000000000000" + }, + { + "gotchiId": "1396", + "amount": "22.21", + "parsedAmount": "22210000000000000000" + }, + { + "gotchiId": "1398", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "1400", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "1401", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "1403", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1404", + "amount": "14.7125", + "parsedAmount": "14712500000000000000" + }, + { + "gotchiId": "1405", + "amount": "5.154999999999999", + "parsedAmount": "5154999999999999000" + }, + { + "gotchiId": "1408", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "1410", + "amount": "9.22", + "parsedAmount": "9220000000000000000" + }, + { + "gotchiId": "1412", + "amount": "40.529999999999994", + "parsedAmount": "40529999999999994000" + }, + { + "gotchiId": "1413", + "amount": "9.44", + "parsedAmount": "9440000000000000000" + }, + { + "gotchiId": "1414", + "amount": "5.8100000000000005", + "parsedAmount": "5810000000000000500" + }, + { + "gotchiId": "1416", + "amount": "99.87", + "parsedAmount": "99870000000000000000" + }, + { + "gotchiId": "1417", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "1419", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "1421", + "amount": "18.224999999999998", + "parsedAmount": "18224999999999998000" + }, + { + "gotchiId": "1422", + "amount": "19.63", + "parsedAmount": "19630000000000000000" + }, + { + "gotchiId": "1423", + "amount": "27.5725", + "parsedAmount": "27572500000000000000" + }, + { + "gotchiId": "1425", + "amount": "104.72749999999999", + "parsedAmount": "104727499999999990000" + }, + { + "gotchiId": "1426", + "amount": "43.582499999999996", + "parsedAmount": "43582499999999996000" + }, + { + "gotchiId": "1427", + "amount": "5.22", + "parsedAmount": "5220000000000000000" + }, + { + "gotchiId": "1429", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "1430", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "1432", + "amount": "46.5625", + "parsedAmount": "46562500000000000000" + }, + { + "gotchiId": "1433", + "amount": "12.7125", + "parsedAmount": "12712500000000000000" + }, + { + "gotchiId": "1436", + "amount": "11.0875", + "parsedAmount": "11087500000000000000" + }, + { + "gotchiId": "1441", + "amount": "4.672499999999999", + "parsedAmount": "4672499999999999000" + }, + { + "gotchiId": "1443", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "1445", + "amount": "21.8475", + "parsedAmount": "21847500000000000000" + }, + { + "gotchiId": "1447", + "amount": "17.055", + "parsedAmount": "17055000000000000000" + }, + { + "gotchiId": "1448", + "amount": "1389.6699999999998", + "parsedAmount": "1389669999999999800000" + }, + { + "gotchiId": "1449", + "amount": "100.805", + "parsedAmount": "100805000000000000000" + }, + { + "gotchiId": "1451", + "amount": "2.5675", + "parsedAmount": "2567500000000000000" + }, + { + "gotchiId": "1454", + "amount": "290.46", + "parsedAmount": "290460000000000000000" + }, + { + "gotchiId": "1455", + "amount": "7.2675", + "parsedAmount": "7267500000000000000" + }, + { + "gotchiId": "1457", + "amount": "38.165000000000006", + "parsedAmount": "38165000000000006000" + }, + { + "gotchiId": "1459", + "amount": "21.64", + "parsedAmount": "21640000000000000000" + }, + { + "gotchiId": "1469", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "1470", + "amount": "62.00750000000001", + "parsedAmount": "62007500000000010000" + }, + { + "gotchiId": "1473", + "amount": "15.377500000000001", + "parsedAmount": "15377500000000001000" + }, + { + "gotchiId": "1474", + "amount": "7.4175", + "parsedAmount": "7417500000000000000" + }, + { + "gotchiId": "1475", + "amount": "172.0775", + "parsedAmount": "172077500000000000000" + }, + { + "gotchiId": "1477", + "amount": "13.2225", + "parsedAmount": "13222500000000000000" + }, + { + "gotchiId": "1478", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "1481", + "amount": "19.134999999999998", + "parsedAmount": "19134999999999998000" + }, + { + "gotchiId": "1483", + "amount": "168.38500000000002", + "parsedAmount": "168385000000000020000" + }, + { + "gotchiId": "1484", + "amount": "17.455", + "parsedAmount": "17455000000000000000" + }, + { + "gotchiId": "1485", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "1486", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "1487", + "amount": "51.9525", + "parsedAmount": "51952500000000000000" + }, + { + "gotchiId": "1491", + "amount": "17.884999999999998", + "parsedAmount": "17884999999999998000" + }, + { + "gotchiId": "1508", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "1509", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "1510", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "1511", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "1512", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "1518", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "1520", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1531", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "1535", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "1536", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "1538", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "1539", + "amount": "17.01", + "parsedAmount": "17010000000000000000" + }, + { + "gotchiId": "1542", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1543", + "amount": "11.2", + "parsedAmount": "11200000000000000000" + }, + { + "gotchiId": "1545", + "amount": "17.2125", + "parsedAmount": "17212500000000000000" + }, + { + "gotchiId": "1547", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "1549", + "amount": "123.9375", + "parsedAmount": "123937500000000000000" + }, + { + "gotchiId": "1557", + "amount": "23.54", + "parsedAmount": "23540000000000000000" + }, + { + "gotchiId": "1558", + "amount": "23.02", + "parsedAmount": "23020000000000000000" + }, + { + "gotchiId": "1562", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "1563", + "amount": "10.425", + "parsedAmount": "10425000000000000000" + }, + { + "gotchiId": "1564", + "amount": "25.69", + "parsedAmount": "25690000000000000000" + }, + { + "gotchiId": "1565", + "amount": "167.555", + "parsedAmount": "167555000000000000000" + }, + { + "gotchiId": "1568", + "amount": "4.34", + "parsedAmount": "4340000000000000000" + }, + { + "gotchiId": "1570", + "amount": "11.115", + "parsedAmount": "11115000000000000000" + }, + { + "gotchiId": "1571", + "amount": "15.3675", + "parsedAmount": "15367500000000000000" + }, + { + "gotchiId": "1572", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "1574", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "1575", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "1576", + "amount": "3.07", + "parsedAmount": "3070000000000000000" + }, + { + "gotchiId": "1580", + "amount": "24.25", + "parsedAmount": "24250000000000000000" + }, + { + "gotchiId": "1583", + "amount": "11.2875", + "parsedAmount": "11287500000000000000" + }, + { + "gotchiId": "1584", + "amount": "34.335", + "parsedAmount": "34335000000000000000" + }, + { + "gotchiId": "1585", + "amount": "20.6175", + "parsedAmount": "20617500000000000000" + }, + { + "gotchiId": "1586", + "amount": "41.1025", + "parsedAmount": "41102500000000000000" + }, + { + "gotchiId": "1588", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "1589", + "amount": "14.4025", + "parsedAmount": "14402500000000000000" + }, + { + "gotchiId": "1590", + "amount": "15.9975", + "parsedAmount": "15997500000000000000" + }, + { + "gotchiId": "1591", + "amount": "24.9325", + "parsedAmount": "24932500000000000000" + }, + { + "gotchiId": "1595", + "amount": "23.1525", + "parsedAmount": "23152500000000000000" + }, + { + "gotchiId": "1598", + "amount": "9.2225", + "parsedAmount": "9222500000000000000" + }, + { + "gotchiId": "1600", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "1604", + "amount": "39.62", + "parsedAmount": "39620000000000000000" + }, + { + "gotchiId": "1627", + "amount": "287.035", + "parsedAmount": "287035000000000000000" + }, + { + "gotchiId": "1633", + "amount": "28.695", + "parsedAmount": "28695000000000000000" + }, + { + "gotchiId": "1637", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "1638", + "amount": "67.33", + "parsedAmount": "67330000000000000000" + }, + { + "gotchiId": "1639", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "1647", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "1652", + "amount": "8.955", + "parsedAmount": "8955000000000000000" + }, + { + "gotchiId": "1653", + "amount": "30.9725", + "parsedAmount": "30972500000000000000" + }, + { + "gotchiId": "1657", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "1660", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "1661", + "amount": "48.832499999999996", + "parsedAmount": "48832499999999996000" + }, + { + "gotchiId": "1662", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "1665", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "1667", + "amount": "5.695", + "parsedAmount": "5695000000000000000" + }, + { + "gotchiId": "1668", + "amount": "166.1925", + "parsedAmount": "166192500000000000000" + }, + { + "gotchiId": "1672", + "amount": "16.825", + "parsedAmount": "16825000000000000000" + }, + { + "gotchiId": "1677", + "amount": "174.8775", + "parsedAmount": "174877500000000000000" + }, + { + "gotchiId": "1679", + "amount": "10.15", + "parsedAmount": "10150000000000000000" + }, + { + "gotchiId": "1680", + "amount": "9.01", + "parsedAmount": "9010000000000000000" + }, + { + "gotchiId": "1683", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1684", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "1689", + "amount": "11.907499999999999", + "parsedAmount": "11907499999999999000" + }, + { + "gotchiId": "1690", + "amount": "42.2875", + "parsedAmount": "42287500000000000000" + }, + { + "gotchiId": "1691", + "amount": "8.0625", + "parsedAmount": "8062500000000000000" + }, + { + "gotchiId": "1693", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1694", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "1699", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "1702", + "amount": "65.0975", + "parsedAmount": "65097500000000000000" + }, + { + "gotchiId": "1703", + "amount": "25.3625", + "parsedAmount": "25362500000000000000" + }, + { + "gotchiId": "1704", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "1708", + "amount": "17.3225", + "parsedAmount": "17322500000000000000" + }, + { + "gotchiId": "1709", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "1710", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "1711", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "1715", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "1722", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "1723", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "1724", + "amount": "47.685", + "parsedAmount": "47685000000000000000" + }, + { + "gotchiId": "1728", + "amount": "21.96", + "parsedAmount": "21960000000000000000" + }, + { + "gotchiId": "1729", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "1732", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "1735", + "amount": "54.51499999999999", + "parsedAmount": "54514999999999990000" + }, + { + "gotchiId": "1740", + "amount": "33.2775", + "parsedAmount": "33277500000000000000" + }, + { + "gotchiId": "1743", + "amount": "1708.0575000000001", + "parsedAmount": "1708057500000000100000" + }, + { + "gotchiId": "1745", + "amount": "25.77", + "parsedAmount": "25770000000000000000" + }, + { + "gotchiId": "1751", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "1752", + "amount": "18.215", + "parsedAmount": "18215000000000000000" + }, + { + "gotchiId": "1759", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "1762", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1763", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "1765", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "1767", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "1768", + "amount": "24.910000000000004", + "parsedAmount": "24910000000000004000" + }, + { + "gotchiId": "1770", + "amount": "26.1425", + "parsedAmount": "26142500000000000000" + }, + { + "gotchiId": "1771", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "1774", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "1775", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "1779", + "amount": "43.7275", + "parsedAmount": "43727500000000000000" + }, + { + "gotchiId": "1780", + "amount": "56.13", + "parsedAmount": "56130000000000000000" + }, + { + "gotchiId": "1781", + "amount": "9.26", + "parsedAmount": "9260000000000000000" + }, + { + "gotchiId": "1782", + "amount": "47.7825", + "parsedAmount": "47782500000000000000" + }, + { + "gotchiId": "1784", + "amount": "22.3825", + "parsedAmount": "22382500000000000000" + }, + { + "gotchiId": "1785", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "1786", + "amount": "11.7875", + "parsedAmount": "11787500000000000000" + }, + { + "gotchiId": "1787", + "amount": "25.5125", + "parsedAmount": "25512500000000000000" + }, + { + "gotchiId": "1788", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "1789", + "amount": "7.1275", + "parsedAmount": "7127500000000000000" + }, + { + "gotchiId": "1790", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "1802", + "amount": "19.642500000000002", + "parsedAmount": "19642500000000002000" + }, + { + "gotchiId": "1803", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "1806", + "amount": "24.6375", + "parsedAmount": "24637500000000000000" + }, + { + "gotchiId": "1808", + "amount": "25.3925", + "parsedAmount": "25392500000000000000" + }, + { + "gotchiId": "1809", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "1811", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "1812", + "amount": "58.2475", + "parsedAmount": "58247500000000000000" + }, + { + "gotchiId": "1822", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "1828", + "amount": "25.230000000000004", + "parsedAmount": "25230000000000004000" + }, + { + "gotchiId": "1829", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "1831", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "1836", + "amount": "395.65", + "parsedAmount": "395650000000000000000" + }, + { + "gotchiId": "1837", + "amount": "9.834999999999999", + "parsedAmount": "9834999999999999000" + }, + { + "gotchiId": "1838", + "amount": "304.64750000000004", + "parsedAmount": "304647500000000040000" + }, + { + "gotchiId": "1839", + "amount": "9.790000000000001", + "parsedAmount": "9790000000000001000" + }, + { + "gotchiId": "1840", + "amount": "244.82999999999998", + "parsedAmount": "244829999999999980000" + }, + { + "gotchiId": "1843", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "1844", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "1845", + "amount": "17.1675", + "parsedAmount": "17167500000000000000" + }, + { + "gotchiId": "1847", + "amount": "66.1675", + "parsedAmount": "66167500000000000000" + }, + { + "gotchiId": "1849", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "1850", + "amount": "6.37", + "parsedAmount": "6370000000000000000" + }, + { + "gotchiId": "1852", + "amount": "48.675000000000004", + "parsedAmount": "48675000000000004000" + }, + { + "gotchiId": "1853", + "amount": "6.505", + "parsedAmount": "6505000000000000000" + }, + { + "gotchiId": "1855", + "amount": "13.28", + "parsedAmount": "13280000000000000000" + }, + { + "gotchiId": "1857", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "1859", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "1862", + "amount": "54.394999999999996", + "parsedAmount": "54394999999999996000" + }, + { + "gotchiId": "1866", + "amount": "29.3525", + "parsedAmount": "29352500000000000000" + }, + { + "gotchiId": "1868", + "amount": "33.1", + "parsedAmount": "33100000000000000000" + }, + { + "gotchiId": "1874", + "amount": "36.965", + "parsedAmount": "36965000000000000000" + }, + { + "gotchiId": "1876", + "amount": "38.0225", + "parsedAmount": "38022500000000000000" + }, + { + "gotchiId": "1878", + "amount": "15.885", + "parsedAmount": "15885000000000000000" + }, + { + "gotchiId": "1879", + "amount": "52.942499999999995", + "parsedAmount": "52942499999999995000" + }, + { + "gotchiId": "1880", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "1883", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "1884", + "amount": "26.587500000000002", + "parsedAmount": "26587500000000002000" + }, + { + "gotchiId": "1886", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "1887", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "1901", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "1904", + "amount": "11.8925", + "parsedAmount": "11892500000000000000" + }, + { + "gotchiId": "1905", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "1906", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1911", + "amount": "19.855", + "parsedAmount": "19855000000000000000" + }, + { + "gotchiId": "1917", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "1920", + "amount": "3.36", + "parsedAmount": "3360000000000000000" + }, + { + "gotchiId": "1921", + "amount": "3.355", + "parsedAmount": "3355000000000000000" + }, + { + "gotchiId": "1923", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "1924", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "1926", + "amount": "7.675000000000001", + "parsedAmount": "7675000000000001000" + }, + { + "gotchiId": "1927", + "amount": "3.36", + "parsedAmount": "3360000000000000000" + }, + { + "gotchiId": "1929", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "1930", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "1931", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "1932", + "amount": "16.0325", + "parsedAmount": "16032500000000000000" + }, + { + "gotchiId": "1934", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "1935", + "amount": "21.2025", + "parsedAmount": "21202500000000000000" + }, + { + "gotchiId": "1936", + "amount": "25.2775", + "parsedAmount": "25277500000000000000" + }, + { + "gotchiId": "1937", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "1939", + "amount": "29.432499999999997", + "parsedAmount": "29432499999999997000" + }, + { + "gotchiId": "1940", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "1941", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "1942", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "1944", + "amount": "25.4275", + "parsedAmount": "25427500000000000000" + }, + { + "gotchiId": "1948", + "amount": "9.6625", + "parsedAmount": "9662500000000000000" + }, + { + "gotchiId": "1949", + "amount": "9.475000000000001", + "parsedAmount": "9475000000000001000" + }, + { + "gotchiId": "1950", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1952", + "amount": "32.015", + "parsedAmount": "32015000000000000000" + }, + { + "gotchiId": "1954", + "amount": "37.0725", + "parsedAmount": "37072500000000000000" + }, + { + "gotchiId": "1956", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "1959", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "1961", + "amount": "75.53999999999999", + "parsedAmount": "75539999999999990000" + }, + { + "gotchiId": "1962", + "amount": "21.38", + "parsedAmount": "21380000000000000000" + }, + { + "gotchiId": "1963", + "amount": "23.6925", + "parsedAmount": "23692500000000000000" + }, + { + "gotchiId": "1969", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1971", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "1973", + "amount": "9.7575", + "parsedAmount": "9757500000000000000" + }, + { + "gotchiId": "1974", + "amount": "31.4575", + "parsedAmount": "31457500000000000000" + }, + { + "gotchiId": "1975", + "amount": "14.7975", + "parsedAmount": "14797500000000000000" + }, + { + "gotchiId": "1976", + "amount": "15.6425", + "parsedAmount": "15642500000000000000" + }, + { + "gotchiId": "1977", + "amount": "18.792499999999997", + "parsedAmount": "18792499999999997000" + }, + { + "gotchiId": "1980", + "amount": "24.765", + "parsedAmount": "24765000000000000000" + }, + { + "gotchiId": "1981", + "amount": "19.9925", + "parsedAmount": "19992500000000000000" + }, + { + "gotchiId": "1984", + "amount": "19.0425", + "parsedAmount": "19042500000000000000" + }, + { + "gotchiId": "1986", + "amount": "30.970000000000002", + "parsedAmount": "30970000000000002000" + }, + { + "gotchiId": "1987", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "1989", + "amount": "18.2075", + "parsedAmount": "18207500000000000000" + }, + { + "gotchiId": "1992", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "1993", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "1994", + "amount": "24.0075", + "parsedAmount": "24007500000000000000" + }, + { + "gotchiId": "1995", + "amount": "5.5525", + "parsedAmount": "5552500000000000000" + }, + { + "gotchiId": "1996", + "amount": "16.55", + "parsedAmount": "16550000000000000000" + }, + { + "gotchiId": "1998", + "amount": "568.3149999999999", + "parsedAmount": "568314999999999900000" + }, + { + "gotchiId": "2014", + "amount": "20.4225", + "parsedAmount": "20422500000000000000" + }, + { + "gotchiId": "2018", + "amount": "8.905", + "parsedAmount": "8905000000000000000" + }, + { + "gotchiId": "2021", + "amount": "13.61", + "parsedAmount": "13610000000000000000" + }, + { + "gotchiId": "2026", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "2027", + "amount": "19.91", + "parsedAmount": "19910000000000000000" + }, + { + "gotchiId": "2028", + "amount": "21.365000000000002", + "parsedAmount": "21365000000000002000" + }, + { + "gotchiId": "2029", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "2030", + "amount": "16.052500000000002", + "parsedAmount": "16052500000000002000" + }, + { + "gotchiId": "2031", + "amount": "23.84", + "parsedAmount": "23840000000000000000" + }, + { + "gotchiId": "2034", + "amount": "21.7825", + "parsedAmount": "21782500000000000000" + }, + { + "gotchiId": "2035", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "2042", + "amount": "9.54", + "parsedAmount": "9540000000000000000" + }, + { + "gotchiId": "2054", + "amount": "36.864999999999995", + "parsedAmount": "36864999999999995000" + }, + { + "gotchiId": "2057", + "amount": "304.805", + "parsedAmount": "304805000000000000000" + }, + { + "gotchiId": "2058", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "2062", + "amount": "11.067499999999999", + "parsedAmount": "11067499999999999000" + }, + { + "gotchiId": "2068", + "amount": "9.1075", + "parsedAmount": "9107500000000000000" + }, + { + "gotchiId": "2072", + "amount": "13.745", + "parsedAmount": "13745000000000000000" + }, + { + "gotchiId": "2073", + "amount": "7.0775", + "parsedAmount": "7077500000000000000" + }, + { + "gotchiId": "2077", + "amount": "11.0675", + "parsedAmount": "11067500000000000000" + }, + { + "gotchiId": "2079", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "2081", + "amount": "11.0925", + "parsedAmount": "11092500000000000000" + }, + { + "gotchiId": "2084", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "2085", + "amount": "72.83", + "parsedAmount": "72830000000000000000" + }, + { + "gotchiId": "2087", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "2090", + "amount": "18.0575", + "parsedAmount": "18057500000000000000" + }, + { + "gotchiId": "2091", + "amount": "9.469999999999999", + "parsedAmount": "9469999999999999000" + }, + { + "gotchiId": "2093", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "2094", + "amount": "16.1675", + "parsedAmount": "16167500000000000000" + }, + { + "gotchiId": "2095", + "amount": "25.4225", + "parsedAmount": "25422500000000000000" + }, + { + "gotchiId": "2096", + "amount": "17.025", + "parsedAmount": "17025000000000000000" + }, + { + "gotchiId": "2097", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "2099", + "amount": "27.7175", + "parsedAmount": "27717500000000000000" + }, + { + "gotchiId": "2100", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "2101", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "2104", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "2105", + "amount": "6.4350000000000005", + "parsedAmount": "6435000000000000500" + }, + { + "gotchiId": "2107", + "amount": "8.825", + "parsedAmount": "8825000000000000000" + }, + { + "gotchiId": "2110", + "amount": "13.407499999999999", + "parsedAmount": "13407499999999999000" + }, + { + "gotchiId": "2111", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "2113", + "amount": "8.155000000000001", + "parsedAmount": "8155000000000001000" + }, + { + "gotchiId": "2115", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "2116", + "amount": "9.3125", + "parsedAmount": "9312500000000000000" + }, + { + "gotchiId": "2117", + "amount": "9.532499999999999", + "parsedAmount": "9532499999999999000" + }, + { + "gotchiId": "2118", + "amount": "2.135", + "parsedAmount": "2135000000000000000" + }, + { + "gotchiId": "2120", + "amount": "21.965", + "parsedAmount": "21965000000000000000" + }, + { + "gotchiId": "2122", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "2123", + "amount": "15.805", + "parsedAmount": "15805000000000000000" + }, + { + "gotchiId": "2124", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "2125", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "2126", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "2128", + "amount": "66.945", + "parsedAmount": "66945000000000000000" + }, + { + "gotchiId": "2129", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "2134", + "amount": "22.775", + "parsedAmount": "22775000000000000000" + }, + { + "gotchiId": "2136", + "amount": "38.2375", + "parsedAmount": "38237500000000000000" + }, + { + "gotchiId": "2138", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "2143", + "amount": "8.005", + "parsedAmount": "8005000000000000000" + }, + { + "gotchiId": "2145", + "amount": "32.12", + "parsedAmount": "32120000000000000000" + }, + { + "gotchiId": "2147", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "2148", + "amount": "36.925", + "parsedAmount": "36925000000000000000" + }, + { + "gotchiId": "2152", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "2153", + "amount": "6.5425", + "parsedAmount": "6542500000000000000" + }, + { + "gotchiId": "2156", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "2157", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "2160", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "2162", + "amount": "6.577500000000001", + "parsedAmount": "6577500000000001000" + }, + { + "gotchiId": "2165", + "amount": "326.28000000000003", + "parsedAmount": "326280000000000030000" + }, + { + "gotchiId": "2167", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "2172", + "amount": "77.1825", + "parsedAmount": "77182500000000000000" + }, + { + "gotchiId": "2178", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "2181", + "amount": "36.2025", + "parsedAmount": "36202500000000000000" + }, + { + "gotchiId": "2182", + "amount": "52.66", + "parsedAmount": "52660000000000000000" + }, + { + "gotchiId": "2183", + "amount": "17.0975", + "parsedAmount": "17097500000000000000" + }, + { + "gotchiId": "2185", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "2195", + "amount": "227.7225", + "parsedAmount": "227722500000000000000" + }, + { + "gotchiId": "2197", + "amount": "26.155", + "parsedAmount": "26155000000000000000" + }, + { + "gotchiId": "2198", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "2202", + "amount": "13.9825", + "parsedAmount": "13982500000000000000" + }, + { + "gotchiId": "2209", + "amount": "102.8025", + "parsedAmount": "102802500000000000000" + }, + { + "gotchiId": "2212", + "amount": "13.285", + "parsedAmount": "13285000000000000000" + }, + { + "gotchiId": "2213", + "amount": "16.162499999999998", + "parsedAmount": "16162499999999998000" + }, + { + "gotchiId": "2223", + "amount": "10.475", + "parsedAmount": "10475000000000000000" + }, + { + "gotchiId": "2225", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "2226", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "2230", + "amount": "2.195", + "parsedAmount": "2195000000000000000" + }, + { + "gotchiId": "2232", + "amount": "9.9075", + "parsedAmount": "9907500000000000000" + }, + { + "gotchiId": "2234", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2235", + "amount": "10.6125", + "parsedAmount": "10612500000000000000" + }, + { + "gotchiId": "2236", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "2238", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "2240", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "2242", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "2243", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "2244", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "2245", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "2246", + "amount": "10.185", + "parsedAmount": "10185000000000000000" + }, + { + "gotchiId": "2249", + "amount": "23.445", + "parsedAmount": "23445000000000000000" + }, + { + "gotchiId": "2250", + "amount": "2.1875", + "parsedAmount": "2187500000000000000" + }, + { + "gotchiId": "2251", + "amount": "28.76", + "parsedAmount": "28760000000000000000" + }, + { + "gotchiId": "2255", + "amount": "33.277499999999996", + "parsedAmount": "33277499999999996000" + }, + { + "gotchiId": "2256", + "amount": "14.4325", + "parsedAmount": "14432500000000000000" + }, + { + "gotchiId": "2260", + "amount": "22.38", + "parsedAmount": "22380000000000000000" + }, + { + "gotchiId": "2261", + "amount": "105.485", + "parsedAmount": "105485000000000000000" + }, + { + "gotchiId": "2263", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "2265", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "2266", + "amount": "82.2525", + "parsedAmount": "82252500000000000000" + }, + { + "gotchiId": "2267", + "amount": "134.9425", + "parsedAmount": "134942500000000000000" + }, + { + "gotchiId": "2269", + "amount": "21.23", + "parsedAmount": "21230000000000000000" + }, + { + "gotchiId": "2270", + "amount": "232.3375", + "parsedAmount": "232337500000000000000" + }, + { + "gotchiId": "2271", + "amount": "23.944999999999997", + "parsedAmount": "23944999999999997000" + }, + { + "gotchiId": "2272", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "2274", + "amount": "18.2175", + "parsedAmount": "18217500000000000000" + }, + { + "gotchiId": "2278", + "amount": "3.3475", + "parsedAmount": "3347500000000000000" + }, + { + "gotchiId": "2281", + "amount": "27.4125", + "parsedAmount": "27412500000000000000" + }, + { + "gotchiId": "2286", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "2287", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "2290", + "amount": "99.0725", + "parsedAmount": "99072500000000000000" + }, + { + "gotchiId": "2291", + "amount": "4.5725", + "parsedAmount": "4572500000000000000" + }, + { + "gotchiId": "2292", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "2293", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "2294", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "2296", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "2300", + "amount": "7.6625", + "parsedAmount": "7662500000000000000" + }, + { + "gotchiId": "2301", + "amount": "22.6425", + "parsedAmount": "22642500000000000000" + }, + { + "gotchiId": "2305", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "2318", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "2319", + "amount": "11.32", + "parsedAmount": "11320000000000000000" + }, + { + "gotchiId": "2321", + "amount": "7.3475", + "parsedAmount": "7347500000000000000" + }, + { + "gotchiId": "2324", + "amount": "23.3875", + "parsedAmount": "23387500000000000000" + }, + { + "gotchiId": "2325", + "amount": "39.095", + "parsedAmount": "39095000000000000000" + }, + { + "gotchiId": "2326", + "amount": "21.435000000000002", + "parsedAmount": "21435000000000002000" + }, + { + "gotchiId": "2330", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "2333", + "amount": "18.2425", + "parsedAmount": "18242500000000000000" + }, + { + "gotchiId": "2336", + "amount": "3.24", + "parsedAmount": "3240000000000000000" + }, + { + "gotchiId": "2339", + "amount": "14.66", + "parsedAmount": "14660000000000000000" + }, + { + "gotchiId": "2344", + "amount": "18.6925", + "parsedAmount": "18692500000000000000" + }, + { + "gotchiId": "2345", + "amount": "14.38", + "parsedAmount": "14380000000000000000" + }, + { + "gotchiId": "2346", + "amount": "9.1675", + "parsedAmount": "9167500000000000000" + }, + { + "gotchiId": "2347", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "2348", + "amount": "103.1475", + "parsedAmount": "103147500000000000000" + }, + { + "gotchiId": "2350", + "amount": "29.125", + "parsedAmount": "29125000000000000000" + }, + { + "gotchiId": "2351", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "2354", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "2358", + "amount": "9.825", + "parsedAmount": "9825000000000000000" + }, + { + "gotchiId": "2359", + "amount": "70.07000000000001", + "parsedAmount": "70070000000000010000" + }, + { + "gotchiId": "2360", + "amount": "50.5775", + "parsedAmount": "50577500000000000000" + }, + { + "gotchiId": "2362", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "2364", + "amount": "40.12", + "parsedAmount": "40120000000000000000" + }, + { + "gotchiId": "2367", + "amount": "3.35", + "parsedAmount": "3350000000000000000" + }, + { + "gotchiId": "2368", + "amount": "56.912499999999994", + "parsedAmount": "56912499999999994000" + }, + { + "gotchiId": "2369", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "2380", + "amount": "5.977500000000001", + "parsedAmount": "5977500000000001000" + }, + { + "gotchiId": "2382", + "amount": "23.98", + "parsedAmount": "23980000000000000000" + }, + { + "gotchiId": "2384", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "2386", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "2387", + "amount": "20.23", + "parsedAmount": "20230000000000000000" + }, + { + "gotchiId": "2391", + "amount": "46.25", + "parsedAmount": "46250000000000000000" + }, + { + "gotchiId": "2393", + "amount": "73.46499999999999", + "parsedAmount": "73464999999999990000" + }, + { + "gotchiId": "2394", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "2396", + "amount": "14.765", + "parsedAmount": "14765000000000000000" + }, + { + "gotchiId": "2399", + "amount": "13.1375", + "parsedAmount": "13137500000000000000" + }, + { + "gotchiId": "2402", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "2403", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "2404", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "2405", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "2406", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "2407", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "2408", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "2409", + "amount": "3.16", + "parsedAmount": "3160000000000000000" + }, + { + "gotchiId": "2414", + "amount": "2.5825", + "parsedAmount": "2582500000000000000" + }, + { + "gotchiId": "2415", + "amount": "30.2775", + "parsedAmount": "30277500000000000000" + }, + { + "gotchiId": "2419", + "amount": "16.7275", + "parsedAmount": "16727500000000000000" + }, + { + "gotchiId": "2421", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "2424", + "amount": "14.045", + "parsedAmount": "14045000000000000000" + }, + { + "gotchiId": "2432", + "amount": "4.3375", + "parsedAmount": "4337500000000000000" + }, + { + "gotchiId": "2436", + "amount": "6.8775", + "parsedAmount": "6877500000000000000" + }, + { + "gotchiId": "2438", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "2439", + "amount": "14.942499999999999", + "parsedAmount": "14942499999999999000" + }, + { + "gotchiId": "2440", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "2441", + "amount": "11.9575", + "parsedAmount": "11957500000000000000" + }, + { + "gotchiId": "2442", + "amount": "10.8075", + "parsedAmount": "10807500000000000000" + }, + { + "gotchiId": "2443", + "amount": "83.9075", + "parsedAmount": "83907500000000000000" + }, + { + "gotchiId": "2445", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "2446", + "amount": "14.915000000000001", + "parsedAmount": "14915000000000001000" + }, + { + "gotchiId": "2448", + "amount": "6.6625", + "parsedAmount": "6662500000000000000" + }, + { + "gotchiId": "2449", + "amount": "10.657499999999999", + "parsedAmount": "10657499999999999000" + }, + { + "gotchiId": "2450", + "amount": "12.2725", + "parsedAmount": "12272500000000000000" + }, + { + "gotchiId": "2451", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "2452", + "amount": "13.129999999999999", + "parsedAmount": "13129999999999999000" + }, + { + "gotchiId": "2453", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "2454", + "amount": "11.09", + "parsedAmount": "11090000000000000000" + }, + { + "gotchiId": "2455", + "amount": "10.96", + "parsedAmount": "10960000000000000000" + }, + { + "gotchiId": "2456", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "2457", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "2459", + "amount": "14.157499999999999", + "parsedAmount": "14157499999999999000" + }, + { + "gotchiId": "2460", + "amount": "10.815000000000001", + "parsedAmount": "10815000000000001000" + }, + { + "gotchiId": "2461", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "2462", + "amount": "55.785", + "parsedAmount": "55785000000000000000" + }, + { + "gotchiId": "2463", + "amount": "31.535", + "parsedAmount": "31535000000000000000" + }, + { + "gotchiId": "2468", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "2471", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "2475", + "amount": "16.4325", + "parsedAmount": "16432500000000000000" + }, + { + "gotchiId": "2478", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "2487", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "2491", + "amount": "39.64", + "parsedAmount": "39640000000000000000" + }, + { + "gotchiId": "2492", + "amount": "19.2325", + "parsedAmount": "19232500000000000000" + }, + { + "gotchiId": "2497", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "2500", + "amount": "78.9075", + "parsedAmount": "78907500000000000000" + } + ], + "totalAmount": "15647909999999999816000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952845, + "gasUsed": "10052561" + }, + { + "batchIndex": 2, + "transactionHash": "0xcb708f6525df767f6fe11b3ac16d96a32424574a469eb1cab675cc88353221a1", + "timestamp": "2025-09-24T06:23:58.425Z", + "gotchiRewards": [ + { + "gotchiId": "2501", + "amount": "88.50250000000001", + "parsedAmount": "88502500000000010000" + }, + { + "gotchiId": "2503", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "2504", + "amount": "21.4025", + "parsedAmount": "21402500000000000000" + }, + { + "gotchiId": "2505", + "amount": "84.5725", + "parsedAmount": "84572500000000000000" + }, + { + "gotchiId": "2506", + "amount": "25.972500000000004", + "parsedAmount": "25972500000000004000" + }, + { + "gotchiId": "2509", + "amount": "4.3175", + "parsedAmount": "4317500000000000000" + }, + { + "gotchiId": "2512", + "amount": "19.6625", + "parsedAmount": "19662500000000000000" + }, + { + "gotchiId": "2515", + "amount": "14.59", + "parsedAmount": "14590000000000000000" + }, + { + "gotchiId": "2517", + "amount": "15.635", + "parsedAmount": "15635000000000000000" + }, + { + "gotchiId": "2518", + "amount": "6.797499999999999", + "parsedAmount": "6797499999999999000" + }, + { + "gotchiId": "2523", + "amount": "48.69", + "parsedAmount": "48690000000000000000" + }, + { + "gotchiId": "2524", + "amount": "15.875", + "parsedAmount": "15875000000000000000" + }, + { + "gotchiId": "2528", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "2529", + "amount": "32.305", + "parsedAmount": "32305000000000000000" + }, + { + "gotchiId": "2530", + "amount": "10.754999999999999", + "parsedAmount": "10754999999999999000" + }, + { + "gotchiId": "2531", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "2538", + "amount": "18.6025", + "parsedAmount": "18602500000000000000" + }, + { + "gotchiId": "2542", + "amount": "34.795", + "parsedAmount": "34795000000000000000" + }, + { + "gotchiId": "2544", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "2546", + "amount": "11.5375", + "parsedAmount": "11537500000000000000" + }, + { + "gotchiId": "2550", + "amount": "9.725", + "parsedAmount": "9725000000000000000" + }, + { + "gotchiId": "2552", + "amount": "27.825000000000003", + "parsedAmount": "27825000000000003000" + }, + { + "gotchiId": "2553", + "amount": "57.175", + "parsedAmount": "57175000000000000000" + }, + { + "gotchiId": "2554", + "amount": "9.545", + "parsedAmount": "9545000000000000000" + }, + { + "gotchiId": "2555", + "amount": "62.6025", + "parsedAmount": "62602500000000000000" + }, + { + "gotchiId": "2557", + "amount": "14.287500000000001", + "parsedAmount": "14287500000000001000" + }, + { + "gotchiId": "2558", + "amount": "18.7675", + "parsedAmount": "18767500000000000000" + }, + { + "gotchiId": "2559", + "amount": "28.38", + "parsedAmount": "28380000000000000000" + }, + { + "gotchiId": "2562", + "amount": "7.965", + "parsedAmount": "7965000000000000000" + }, + { + "gotchiId": "2566", + "amount": "14.8325", + "parsedAmount": "14832500000000000000" + }, + { + "gotchiId": "2569", + "amount": "17.96", + "parsedAmount": "17960000000000000000" + }, + { + "gotchiId": "2574", + "amount": "20.1425", + "parsedAmount": "20142500000000000000" + }, + { + "gotchiId": "2578", + "amount": "37.9275", + "parsedAmount": "37927500000000000000" + }, + { + "gotchiId": "2581", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "2582", + "amount": "13.854999999999999", + "parsedAmount": "13854999999999999000" + }, + { + "gotchiId": "2583", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2585", + "amount": "12.7475", + "parsedAmount": "12747500000000000000" + }, + { + "gotchiId": "2588", + "amount": "15.299999999999999", + "parsedAmount": "15299999999999999000" + }, + { + "gotchiId": "2589", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "2591", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "2594", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "2596", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "2600", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "2603", + "amount": "19.607499999999998", + "parsedAmount": "19607499999999998000" + }, + { + "gotchiId": "2605", + "amount": "15.8625", + "parsedAmount": "15862500000000000000" + }, + { + "gotchiId": "2607", + "amount": "44.5025", + "parsedAmount": "44502500000000000000" + }, + { + "gotchiId": "2609", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "2612", + "amount": "11.05", + "parsedAmount": "11050000000000000000" + }, + { + "gotchiId": "2613", + "amount": "19.8025", + "parsedAmount": "19802500000000000000" + }, + { + "gotchiId": "2614", + "amount": "18.98", + "parsedAmount": "18980000000000000000" + }, + { + "gotchiId": "2616", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "2617", + "amount": "10.1175", + "parsedAmount": "10117500000000000000" + }, + { + "gotchiId": "2620", + "amount": "10.275", + "parsedAmount": "10275000000000000000" + }, + { + "gotchiId": "2623", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "2624", + "amount": "28.7875", + "parsedAmount": "28787500000000000000" + }, + { + "gotchiId": "2626", + "amount": "3.4375", + "parsedAmount": "3437500000000000000" + }, + { + "gotchiId": "2643", + "amount": "16.235", + "parsedAmount": "16235000000000000000" + }, + { + "gotchiId": "2644", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "2647", + "amount": "15.27", + "parsedAmount": "15270000000000000000" + }, + { + "gotchiId": "2649", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "2650", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "2652", + "amount": "19.4825", + "parsedAmount": "19482500000000000000" + }, + { + "gotchiId": "2655", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "2657", + "amount": "30.900000000000002", + "parsedAmount": "30900000000000002000" + }, + { + "gotchiId": "2659", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "2660", + "amount": "5.047499999999999", + "parsedAmount": "5047499999999999000" + }, + { + "gotchiId": "2663", + "amount": "13.02", + "parsedAmount": "13020000000000000000" + }, + { + "gotchiId": "2666", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "2667", + "amount": "77.7525", + "parsedAmount": "77752500000000000000" + }, + { + "gotchiId": "2670", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "2671", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "2674", + "amount": "34.807500000000005", + "parsedAmount": "34807500000000005000" + }, + { + "gotchiId": "2675", + "amount": "18.475", + "parsedAmount": "18475000000000000000" + }, + { + "gotchiId": "2676", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "2678", + "amount": "26.745", + "parsedAmount": "26745000000000000000" + }, + { + "gotchiId": "2679", + "amount": "9.83", + "parsedAmount": "9830000000000000000" + }, + { + "gotchiId": "2680", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "2681", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "2683", + "amount": "32.3275", + "parsedAmount": "32327500000000000000" + }, + { + "gotchiId": "2684", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "2685", + "amount": "49.0275", + "parsedAmount": "49027500000000000000" + }, + { + "gotchiId": "2686", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "2687", + "amount": "26.564999999999998", + "parsedAmount": "26564999999999998000" + }, + { + "gotchiId": "2688", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "2689", + "amount": "11.52", + "parsedAmount": "11520000000000000000" + }, + { + "gotchiId": "2690", + "amount": "13.047500000000001", + "parsedAmount": "13047500000000001000" + }, + { + "gotchiId": "2691", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "2693", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "2694", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "2696", + "amount": "11.26", + "parsedAmount": "11260000000000000000" + }, + { + "gotchiId": "2698", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "2699", + "amount": "22.155", + "parsedAmount": "22155000000000000000" + }, + { + "gotchiId": "2701", + "amount": "24.2675", + "parsedAmount": "24267500000000000000" + }, + { + "gotchiId": "2703", + "amount": "9.5225", + "parsedAmount": "9522500000000000000" + }, + { + "gotchiId": "2707", + "amount": "7.4525", + "parsedAmount": "7452500000000000000" + }, + { + "gotchiId": "2713", + "amount": "13.1075", + "parsedAmount": "13107500000000000000" + }, + { + "gotchiId": "2716", + "amount": "59.8275", + "parsedAmount": "59827500000000000000" + }, + { + "gotchiId": "2717", + "amount": "31.465000000000003", + "parsedAmount": "31465000000000003000" + }, + { + "gotchiId": "2719", + "amount": "16.9325", + "parsedAmount": "16932500000000000000" + }, + { + "gotchiId": "2720", + "amount": "68.755", + "parsedAmount": "68755000000000000000" + }, + { + "gotchiId": "2722", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "2724", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "2725", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "2726", + "amount": "21.0175", + "parsedAmount": "21017500000000000000" + }, + { + "gotchiId": "2727", + "amount": "13.4025", + "parsedAmount": "13402500000000000000" + }, + { + "gotchiId": "2729", + "amount": "8.4925", + "parsedAmount": "8492500000000000000" + }, + { + "gotchiId": "2732", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "2734", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "2738", + "amount": "9.817499999999999", + "parsedAmount": "9817499999999999000" + }, + { + "gotchiId": "2739", + "amount": "56.8775", + "parsedAmount": "56877500000000000000" + }, + { + "gotchiId": "2740", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "2744", + "amount": "6.005", + "parsedAmount": "6005000000000000000" + }, + { + "gotchiId": "2745", + "amount": "58.75", + "parsedAmount": "58750000000000000000" + }, + { + "gotchiId": "2748", + "amount": "17.9275", + "parsedAmount": "17927500000000000000" + }, + { + "gotchiId": "2749", + "amount": "143.0325", + "parsedAmount": "143032500000000000000" + }, + { + "gotchiId": "2750", + "amount": "26.1", + "parsedAmount": "26100000000000000000" + }, + { + "gotchiId": "2753", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "2755", + "amount": "12.135", + "parsedAmount": "12135000000000000000" + }, + { + "gotchiId": "2758", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "2759", + "amount": "28.2125", + "parsedAmount": "28212500000000000000" + }, + { + "gotchiId": "2760", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "2761", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "2773", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "2774", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "2775", + "amount": "8.424999999999999", + "parsedAmount": "8424999999999999000" + }, + { + "gotchiId": "2779", + "amount": "11.9425", + "parsedAmount": "11942500000000000000" + }, + { + "gotchiId": "2783", + "amount": "22.744999999999997", + "parsedAmount": "22744999999999997000" + }, + { + "gotchiId": "2784", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "2786", + "amount": "32.4175", + "parsedAmount": "32417500000000000000" + }, + { + "gotchiId": "2787", + "amount": "37.2475", + "parsedAmount": "37247500000000000000" + }, + { + "gotchiId": "2788", + "amount": "17.189999999999998", + "parsedAmount": "17189999999999998000" + }, + { + "gotchiId": "2792", + "amount": "28.8725", + "parsedAmount": "28872500000000000000" + }, + { + "gotchiId": "2793", + "amount": "65.77", + "parsedAmount": "65770000000000000000" + }, + { + "gotchiId": "2795", + "amount": "24.307499999999997", + "parsedAmount": "24307499999999997000" + }, + { + "gotchiId": "2796", + "amount": "23.2175", + "parsedAmount": "23217500000000000000" + }, + { + "gotchiId": "2797", + "amount": "28.630000000000003", + "parsedAmount": "28630000000000003000" + }, + { + "gotchiId": "2798", + "amount": "28.85", + "parsedAmount": "28850000000000000000" + }, + { + "gotchiId": "2799", + "amount": "17.63", + "parsedAmount": "17630000000000000000" + }, + { + "gotchiId": "2801", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "2803", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "2808", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "2811", + "amount": "71.9275", + "parsedAmount": "71927500000000000000" + }, + { + "gotchiId": "2812", + "amount": "46.8725", + "parsedAmount": "46872500000000000000" + }, + { + "gotchiId": "2822", + "amount": "8.2625", + "parsedAmount": "8262500000000000000" + }, + { + "gotchiId": "2824", + "amount": "52.6275", + "parsedAmount": "52627500000000000000" + }, + { + "gotchiId": "2825", + "amount": "13.2125", + "parsedAmount": "13212500000000000000" + }, + { + "gotchiId": "2826", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "2828", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "2829", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "2833", + "amount": "24.235", + "parsedAmount": "24235000000000000000" + }, + { + "gotchiId": "2834", + "amount": "35.3025", + "parsedAmount": "35302500000000000000" + }, + { + "gotchiId": "2837", + "amount": "16.515", + "parsedAmount": "16515000000000000000" + }, + { + "gotchiId": "2839", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "2840", + "amount": "18.977500000000003", + "parsedAmount": "18977500000000003000" + }, + { + "gotchiId": "2841", + "amount": "12.3625", + "parsedAmount": "12362500000000000000" + }, + { + "gotchiId": "2842", + "amount": "12.475000000000001", + "parsedAmount": "12475000000000001000" + }, + { + "gotchiId": "2843", + "amount": "12.31", + "parsedAmount": "12310000000000000000" + }, + { + "gotchiId": "2844", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "2845", + "amount": "15.86", + "parsedAmount": "15860000000000000000" + }, + { + "gotchiId": "2847", + "amount": "12.125", + "parsedAmount": "12125000000000000000" + }, + { + "gotchiId": "2848", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "2849", + "amount": "12.295000000000002", + "parsedAmount": "12295000000000002000" + }, + { + "gotchiId": "2850", + "amount": "12.2775", + "parsedAmount": "12277500000000000000" + }, + { + "gotchiId": "2851", + "amount": "114.1275", + "parsedAmount": "114127500000000000000" + }, + { + "gotchiId": "2853", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "2854", + "amount": "98.4725", + "parsedAmount": "98472500000000000000" + }, + { + "gotchiId": "2856", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "2860", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "2861", + "amount": "28.505000000000003", + "parsedAmount": "28505000000000003000" + }, + { + "gotchiId": "2863", + "amount": "75.97999999999999", + "parsedAmount": "75979999999999990000" + }, + { + "gotchiId": "2865", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "2866", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "2871", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "2872", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "2874", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "2876", + "amount": "17.58", + "parsedAmount": "17580000000000000000" + }, + { + "gotchiId": "2879", + "amount": "34.620000000000005", + "parsedAmount": "34620000000000005000" + }, + { + "gotchiId": "2881", + "amount": "6.86", + "parsedAmount": "6860000000000000000" + }, + { + "gotchiId": "2882", + "amount": "12.962499999999999", + "parsedAmount": "12962499999999999000" + }, + { + "gotchiId": "2886", + "amount": "43.565", + "parsedAmount": "43565000000000000000" + }, + { + "gotchiId": "2888", + "amount": "30.8325", + "parsedAmount": "30832500000000000000" + }, + { + "gotchiId": "2891", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "2895", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "2898", + "amount": "21.3", + "parsedAmount": "21300000000000000000" + }, + { + "gotchiId": "2901", + "amount": "11.3", + "parsedAmount": "11300000000000000000" + }, + { + "gotchiId": "2902", + "amount": "15.415", + "parsedAmount": "15415000000000000000" + }, + { + "gotchiId": "2903", + "amount": "31.31", + "parsedAmount": "31310000000000000000" + }, + { + "gotchiId": "2905", + "amount": "43.51", + "parsedAmount": "43510000000000000000" + }, + { + "gotchiId": "2906", + "amount": "24.197499999999998", + "parsedAmount": "24197499999999998000" + }, + { + "gotchiId": "2907", + "amount": "38.805", + "parsedAmount": "38805000000000000000" + }, + { + "gotchiId": "2908", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "2909", + "amount": "50.142500000000005", + "parsedAmount": "50142500000000005000" + }, + { + "gotchiId": "2910", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "2913", + "amount": "33.25", + "parsedAmount": "33250000000000000000" + }, + { + "gotchiId": "2914", + "amount": "13.2725", + "parsedAmount": "13272500000000000000" + }, + { + "gotchiId": "2915", + "amount": "8.175", + "parsedAmount": "8175000000000000000" + }, + { + "gotchiId": "2920", + "amount": "15.21", + "parsedAmount": "15210000000000000000" + }, + { + "gotchiId": "2922", + "amount": "29.63", + "parsedAmount": "29630000000000000000" + }, + { + "gotchiId": "2923", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "2926", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "2928", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "2929", + "amount": "14.995", + "parsedAmount": "14995000000000000000" + }, + { + "gotchiId": "2930", + "amount": "8.835", + "parsedAmount": "8835000000000000000" + }, + { + "gotchiId": "2931", + "amount": "99.2675", + "parsedAmount": "99267500000000000000" + }, + { + "gotchiId": "2932", + "amount": "38.3875", + "parsedAmount": "38387500000000000000" + }, + { + "gotchiId": "2935", + "amount": "19.442500000000003", + "parsedAmount": "19442500000000003000" + }, + { + "gotchiId": "2936", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "2941", + "amount": "57.9975", + "parsedAmount": "57997500000000000000" + }, + { + "gotchiId": "2942", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "2943", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "2944", + "amount": "3.2325", + "parsedAmount": "3232500000000000000" + }, + { + "gotchiId": "2945", + "amount": "27.54", + "parsedAmount": "27540000000000000000" + }, + { + "gotchiId": "2946", + "amount": "12.204999999999998", + "parsedAmount": "12204999999999998000" + }, + { + "gotchiId": "2949", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "2950", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "2951", + "amount": "17.240000000000002", + "parsedAmount": "17240000000000002000" + }, + { + "gotchiId": "2953", + "amount": "16.6425", + "parsedAmount": "16642500000000000000" + }, + { + "gotchiId": "2954", + "amount": "15.2475", + "parsedAmount": "15247500000000000000" + }, + { + "gotchiId": "2956", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "2957", + "amount": "19.1425", + "parsedAmount": "19142500000000000000" + }, + { + "gotchiId": "2959", + "amount": "11.030000000000001", + "parsedAmount": "11030000000000001000" + }, + { + "gotchiId": "2962", + "amount": "72.305", + "parsedAmount": "72305000000000000000" + }, + { + "gotchiId": "2965", + "amount": "16.4475", + "parsedAmount": "16447500000000000000" + }, + { + "gotchiId": "2966", + "amount": "16.555", + "parsedAmount": "16555000000000000000" + }, + { + "gotchiId": "2967", + "amount": "48.959999999999994", + "parsedAmount": "48959999999999994000" + }, + { + "gotchiId": "2968", + "amount": "8.3825", + "parsedAmount": "8382500000000000000" + }, + { + "gotchiId": "2972", + "amount": "4.545", + "parsedAmount": "4545000000000000000" + }, + { + "gotchiId": "2973", + "amount": "16.9225", + "parsedAmount": "16922500000000000000" + }, + { + "gotchiId": "2976", + "amount": "25.9125", + "parsedAmount": "25912500000000000000" + }, + { + "gotchiId": "2987", + "amount": "18.005000000000003", + "parsedAmount": "18005000000000003000" + }, + { + "gotchiId": "2990", + "amount": "22.9775", + "parsedAmount": "22977500000000000000" + }, + { + "gotchiId": "2995", + "amount": "58.545", + "parsedAmount": "58545000000000000000" + }, + { + "gotchiId": "2997", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "2999", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "3004", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "3007", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "3012", + "amount": "35.555", + "parsedAmount": "35555000000000000000" + }, + { + "gotchiId": "3013", + "amount": "2.2625", + "parsedAmount": "2262500000000000000" + }, + { + "gotchiId": "3016", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "3017", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "3019", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "3021", + "amount": "9.5325", + "parsedAmount": "9532500000000000000" + }, + { + "gotchiId": "3023", + "amount": "8.6", + "parsedAmount": "8600000000000000000" + }, + { + "gotchiId": "3024", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "3025", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "3026", + "amount": "18.4525", + "parsedAmount": "18452500000000000000" + }, + { + "gotchiId": "3028", + "amount": "12.764999999999999", + "parsedAmount": "12764999999999999000" + }, + { + "gotchiId": "3029", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "3033", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "3034", + "amount": "11.379999999999999", + "parsedAmount": "11379999999999999000" + }, + { + "gotchiId": "3035", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "3036", + "amount": "9.192499999999999", + "parsedAmount": "9192499999999999000" + }, + { + "gotchiId": "3037", + "amount": "45.6225", + "parsedAmount": "45622500000000000000" + }, + { + "gotchiId": "3040", + "amount": "28.082499999999996", + "parsedAmount": "28082499999999996000" + }, + { + "gotchiId": "3041", + "amount": "28.11", + "parsedAmount": "28110000000000000000" + }, + { + "gotchiId": "3043", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "3044", + "amount": "22.895000000000003", + "parsedAmount": "22895000000000003000" + }, + { + "gotchiId": "3045", + "amount": "8.602500000000001", + "parsedAmount": "8602500000000001000" + }, + { + "gotchiId": "3046", + "amount": "63.755", + "parsedAmount": "63755000000000000000" + }, + { + "gotchiId": "3047", + "amount": "13.535", + "parsedAmount": "13535000000000000000" + }, + { + "gotchiId": "3050", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "3051", + "amount": "23.79", + "parsedAmount": "23790000000000000000" + }, + { + "gotchiId": "3052", + "amount": "2848.6125", + "parsedAmount": "2848612500000000000000" + }, + { + "gotchiId": "3053", + "amount": "27.9925", + "parsedAmount": "27992500000000000000" + }, + { + "gotchiId": "3057", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "3059", + "amount": "6.4175", + "parsedAmount": "6417500000000000000" + }, + { + "gotchiId": "3062", + "amount": "17.642500000000002", + "parsedAmount": "17642500000000002000" + }, + { + "gotchiId": "3063", + "amount": "14.049999999999999", + "parsedAmount": "14049999999999999000" + }, + { + "gotchiId": "3064", + "amount": "11.3375", + "parsedAmount": "11337500000000000000" + }, + { + "gotchiId": "3067", + "amount": "38.692499999999995", + "parsedAmount": "38692499999999995000" + }, + { + "gotchiId": "3072", + "amount": "26.767500000000002", + "parsedAmount": "26767500000000002000" + }, + { + "gotchiId": "3084", + "amount": "39.13", + "parsedAmount": "39130000000000000000" + }, + { + "gotchiId": "3085", + "amount": "22.567499999999995", + "parsedAmount": "22567499999999995000" + }, + { + "gotchiId": "3090", + "amount": "8.165000000000001", + "parsedAmount": "8165000000000001000" + }, + { + "gotchiId": "3091", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "3092", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3093", + "amount": "15.2825", + "parsedAmount": "15282500000000000000" + }, + { + "gotchiId": "3094", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "3104", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "3106", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "3107", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "3109", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "3110", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "3112", + "amount": "5.6825", + "parsedAmount": "5682500000000000000" + }, + { + "gotchiId": "3113", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "3115", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "3116", + "amount": "17.0775", + "parsedAmount": "17077500000000000000" + }, + { + "gotchiId": "3117", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "3121", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "3122", + "amount": "2.4675", + "parsedAmount": "2467500000000000000" + }, + { + "gotchiId": "3124", + "amount": "59.942499999999995", + "parsedAmount": "59942499999999995000" + }, + { + "gotchiId": "3126", + "amount": "109.805", + "parsedAmount": "109805000000000000000" + }, + { + "gotchiId": "3127", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "3128", + "amount": "19.1525", + "parsedAmount": "19152500000000000000" + }, + { + "gotchiId": "3129", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "3130", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "3131", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "3132", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "3134", + "amount": "3.655", + "parsedAmount": "3655000000000000000" + }, + { + "gotchiId": "3144", + "amount": "22.3125", + "parsedAmount": "22312500000000000000" + }, + { + "gotchiId": "3149", + "amount": "11.434999999999999", + "parsedAmount": "11434999999999999000" + }, + { + "gotchiId": "3152", + "amount": "32.2125", + "parsedAmount": "32212500000000000000" + }, + { + "gotchiId": "3154", + "amount": "33.01", + "parsedAmount": "33010000000000000000" + }, + { + "gotchiId": "3155", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "3156", + "amount": "60.5425", + "parsedAmount": "60542500000000000000" + }, + { + "gotchiId": "3159", + "amount": "55.2225", + "parsedAmount": "55222500000000000000" + }, + { + "gotchiId": "3160", + "amount": "82.87", + "parsedAmount": "82870000000000000000" + }, + { + "gotchiId": "3164", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "3166", + "amount": "4.7775", + "parsedAmount": "4777500000000000000" + }, + { + "gotchiId": "3168", + "amount": "137.29", + "parsedAmount": "137290000000000000000" + }, + { + "gotchiId": "3169", + "amount": "314.30249999999995", + "parsedAmount": "314302499999999950000" + }, + { + "gotchiId": "3170", + "amount": "6.845000000000001", + "parsedAmount": "6845000000000001000" + }, + { + "gotchiId": "3171", + "amount": "67.785", + "parsedAmount": "67785000000000000000" + }, + { + "gotchiId": "3173", + "amount": "81.3225", + "parsedAmount": "81322500000000000000" + }, + { + "gotchiId": "3177", + "amount": "49.65", + "parsedAmount": "49650000000000000000" + }, + { + "gotchiId": "3178", + "amount": "52.0675", + "parsedAmount": "52067500000000000000" + }, + { + "gotchiId": "3179", + "amount": "42.692499999999995", + "parsedAmount": "42692499999999995000" + }, + { + "gotchiId": "3180", + "amount": "8.9425", + "parsedAmount": "8942500000000000000" + }, + { + "gotchiId": "3184", + "amount": "57.427499999999995", + "parsedAmount": "57427499999999995000" + }, + { + "gotchiId": "3186", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "3199", + "amount": "12.7925", + "parsedAmount": "12792500000000000000" + }, + { + "gotchiId": "3200", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "3201", + "amount": "59.78", + "parsedAmount": "59780000000000000000" + }, + { + "gotchiId": "3203", + "amount": "9.0975", + "parsedAmount": "9097500000000000000" + }, + { + "gotchiId": "3205", + "amount": "170.0075", + "parsedAmount": "170007500000000000000" + }, + { + "gotchiId": "3208", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "3218", + "amount": "30.392500000000002", + "parsedAmount": "30392500000000002000" + }, + { + "gotchiId": "3225", + "amount": "4.52", + "parsedAmount": "4520000000000000000" + }, + { + "gotchiId": "3226", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "3228", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "3229", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "3232", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "3233", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "3235", + "amount": "7.5", + "parsedAmount": "7500000000000000000" + }, + { + "gotchiId": "3236", + "amount": "7.8625", + "parsedAmount": "7862500000000000000" + }, + { + "gotchiId": "3237", + "amount": "44.2475", + "parsedAmount": "44247500000000000000" + }, + { + "gotchiId": "3238", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "3240", + "amount": "10.935", + "parsedAmount": "10935000000000000000" + }, + { + "gotchiId": "3248", + "amount": "19.5825", + "parsedAmount": "19582500000000000000" + }, + { + "gotchiId": "3253", + "amount": "7.325", + "parsedAmount": "7325000000000000000" + }, + { + "gotchiId": "3254", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "3255", + "amount": "10.22", + "parsedAmount": "10220000000000000000" + }, + { + "gotchiId": "3256", + "amount": "150.865", + "parsedAmount": "150865000000000000000" + }, + { + "gotchiId": "3260", + "amount": "21.3375", + "parsedAmount": "21337500000000000000" + }, + { + "gotchiId": "3261", + "amount": "32.855000000000004", + "parsedAmount": "32855000000000004000" + }, + { + "gotchiId": "3262", + "amount": "16.16", + "parsedAmount": "16160000000000000000" + }, + { + "gotchiId": "3264", + "amount": "9.23", + "parsedAmount": "9230000000000000000" + }, + { + "gotchiId": "3265", + "amount": "23.22", + "parsedAmount": "23220000000000000000" + }, + { + "gotchiId": "3267", + "amount": "39.434999999999995", + "parsedAmount": "39434999999999995000" + }, + { + "gotchiId": "3268", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "3269", + "amount": "14.022499999999999", + "parsedAmount": "14022499999999999000" + }, + { + "gotchiId": "3271", + "amount": "16.7575", + "parsedAmount": "16757500000000000000" + }, + { + "gotchiId": "3272", + "amount": "8.925", + "parsedAmount": "8925000000000000000" + }, + { + "gotchiId": "3273", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "3274", + "amount": "9.4725", + "parsedAmount": "9472500000000000000" + }, + { + "gotchiId": "3275", + "amount": "23.7125", + "parsedAmount": "23712500000000000000" + }, + { + "gotchiId": "3276", + "amount": "11.9375", + "parsedAmount": "11937500000000000000" + }, + { + "gotchiId": "3280", + "amount": "32.365", + "parsedAmount": "32365000000000000000" + }, + { + "gotchiId": "3281", + "amount": "11.0525", + "parsedAmount": "11052500000000000000" + }, + { + "gotchiId": "3285", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "3288", + "amount": "102.36", + "parsedAmount": "102360000000000000000" + }, + { + "gotchiId": "3290", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "3291", + "amount": "13.969999999999999", + "parsedAmount": "13969999999999999000" + }, + { + "gotchiId": "3292", + "amount": "34.8975", + "parsedAmount": "34897500000000000000" + }, + { + "gotchiId": "3293", + "amount": "8.285", + "parsedAmount": "8285000000000000000" + }, + { + "gotchiId": "3294", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "3295", + "amount": "259.1875", + "parsedAmount": "259187500000000000000" + }, + { + "gotchiId": "3296", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "3297", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "3298", + "amount": "18.6725", + "parsedAmount": "18672500000000000000" + }, + { + "gotchiId": "3299", + "amount": "212.7425", + "parsedAmount": "212742500000000000000" + }, + { + "gotchiId": "3301", + "amount": "18.6725", + "parsedAmount": "18672500000000000000" + }, + { + "gotchiId": "3302", + "amount": "24.795", + "parsedAmount": "24795000000000000000" + }, + { + "gotchiId": "3305", + "amount": "8.0775", + "parsedAmount": "8077500000000000000" + }, + { + "gotchiId": "3306", + "amount": "19.935", + "parsedAmount": "19935000000000000000" + }, + { + "gotchiId": "3308", + "amount": "156.45749999999998", + "parsedAmount": "156457499999999980000" + }, + { + "gotchiId": "3309", + "amount": "123.76", + "parsedAmount": "123760000000000000000" + }, + { + "gotchiId": "3310", + "amount": "14.180000000000001", + "parsedAmount": "14180000000000001000" + }, + { + "gotchiId": "3311", + "amount": "14.595", + "parsedAmount": "14595000000000000000" + }, + { + "gotchiId": "3312", + "amount": "33.4775", + "parsedAmount": "33477500000000000000" + }, + { + "gotchiId": "3314", + "amount": "15.63", + "parsedAmount": "15630000000000000000" + }, + { + "gotchiId": "3316", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "3317", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "3318", + "amount": "3.0025", + "parsedAmount": "3002500000000000000" + }, + { + "gotchiId": "3319", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "3320", + "amount": "8.84", + "parsedAmount": "8840000000000000000" + }, + { + "gotchiId": "3322", + "amount": "50.815", + "parsedAmount": "50815000000000000000" + }, + { + "gotchiId": "3326", + "amount": "10.565000000000001", + "parsedAmount": "10565000000000001000" + }, + { + "gotchiId": "3328", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "3329", + "amount": "34.185", + "parsedAmount": "34185000000000000000" + }, + { + "gotchiId": "3330", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "3331", + "amount": "47.36", + "parsedAmount": "47360000000000000000" + }, + { + "gotchiId": "3332", + "amount": "15.5225", + "parsedAmount": "15522500000000000000" + }, + { + "gotchiId": "3335", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "3339", + "amount": "10.565", + "parsedAmount": "10565000000000000000" + }, + { + "gotchiId": "3340", + "amount": "10.155", + "parsedAmount": "10155000000000000000" + }, + { + "gotchiId": "3341", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "3342", + "amount": "39.2175", + "parsedAmount": "39217500000000000000" + }, + { + "gotchiId": "3344", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "3347", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "3348", + "amount": "10.61", + "parsedAmount": "10610000000000000000" + }, + { + "gotchiId": "3354", + "amount": "17.0025", + "parsedAmount": "17002500000000000000" + }, + { + "gotchiId": "3356", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "3357", + "amount": "97.65", + "parsedAmount": "97650000000000000000" + }, + { + "gotchiId": "3360", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "3361", + "amount": "8.3", + "parsedAmount": "8300000000000000000" + }, + { + "gotchiId": "3362", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "3364", + "amount": "5.555", + "parsedAmount": "5555000000000000000" + }, + { + "gotchiId": "3370", + "amount": "31.7375", + "parsedAmount": "31737500000000000000" + }, + { + "gotchiId": "3371", + "amount": "65.52", + "parsedAmount": "65520000000000000000" + }, + { + "gotchiId": "3372", + "amount": "11.682500000000001", + "parsedAmount": "11682500000000001000" + }, + { + "gotchiId": "3376", + "amount": "5.6775", + "parsedAmount": "5677500000000000000" + }, + { + "gotchiId": "3378", + "amount": "259.22", + "parsedAmount": "259220000000000000000" + }, + { + "gotchiId": "3379", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "3380", + "amount": "9.7925", + "parsedAmount": "9792500000000000000" + }, + { + "gotchiId": "3382", + "amount": "6.54", + "parsedAmount": "6540000000000000000" + }, + { + "gotchiId": "3385", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "3386", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "3387", + "amount": "33.19", + "parsedAmount": "33190000000000000000" + }, + { + "gotchiId": "3388", + "amount": "21.09", + "parsedAmount": "21090000000000000000" + }, + { + "gotchiId": "3391", + "amount": "12.3725", + "parsedAmount": "12372500000000000000" + }, + { + "gotchiId": "3392", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "3397", + "amount": "29.6025", + "parsedAmount": "29602500000000000000" + }, + { + "gotchiId": "3399", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "3400", + "amount": "6.109999999999999", + "parsedAmount": "6109999999999999000" + }, + { + "gotchiId": "3402", + "amount": "14.5", + "parsedAmount": "14500000000000000000" + }, + { + "gotchiId": "3403", + "amount": "48.4275", + "parsedAmount": "48427500000000000000" + }, + { + "gotchiId": "3407", + "amount": "128.12", + "parsedAmount": "128120000000000000000" + }, + { + "gotchiId": "3408", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "3410", + "amount": "17.005", + "parsedAmount": "17005000000000000000" + }, + { + "gotchiId": "3411", + "amount": "97.855", + "parsedAmount": "97855000000000000000" + }, + { + "gotchiId": "3420", + "amount": "4.01", + "parsedAmount": "4010000000000000000" + }, + { + "gotchiId": "3423", + "amount": "24.1925", + "parsedAmount": "24192500000000000000" + }, + { + "gotchiId": "3424", + "amount": "16.44", + "parsedAmount": "16440000000000000000" + }, + { + "gotchiId": "3425", + "amount": "156.97250000000003", + "parsedAmount": "156972500000000030000" + }, + { + "gotchiId": "3427", + "amount": "23.555", + "parsedAmount": "23555000000000000000" + }, + { + "gotchiId": "3429", + "amount": "15.085", + "parsedAmount": "15085000000000000000" + }, + { + "gotchiId": "3430", + "amount": "16.295", + "parsedAmount": "16295000000000000000" + }, + { + "gotchiId": "3431", + "amount": "90.1425", + "parsedAmount": "90142500000000000000" + }, + { + "gotchiId": "3432", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "3433", + "amount": "63.525", + "parsedAmount": "63525000000000000000" + }, + { + "gotchiId": "3434", + "amount": "16.0775", + "parsedAmount": "16077500000000000000" + }, + { + "gotchiId": "3435", + "amount": "22.8125", + "parsedAmount": "22812500000000000000" + }, + { + "gotchiId": "3437", + "amount": "17.035", + "parsedAmount": "17035000000000000000" + }, + { + "gotchiId": "3440", + "amount": "31.05", + "parsedAmount": "31050000000000000000" + }, + { + "gotchiId": "3441", + "amount": "20.8825", + "parsedAmount": "20882500000000000000" + }, + { + "gotchiId": "3443", + "amount": "13.905", + "parsedAmount": "13905000000000000000" + }, + { + "gotchiId": "3444", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "3447", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "3448", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "3451", + "amount": "12.4025", + "parsedAmount": "12402500000000000000" + }, + { + "gotchiId": "3452", + "amount": "6.5975", + "parsedAmount": "6597500000000000000" + }, + { + "gotchiId": "3454", + "amount": "6.859999999999999", + "parsedAmount": "6859999999999999000" + }, + { + "gotchiId": "3457", + "amount": "11.49", + "parsedAmount": "11490000000000000000" + }, + { + "gotchiId": "3462", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "3467", + "amount": "40.6475", + "parsedAmount": "40647500000000000000" + }, + { + "gotchiId": "3470", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "3472", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "3475", + "amount": "63.2825", + "parsedAmount": "63282500000000000000" + }, + { + "gotchiId": "3476", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "3477", + "amount": "7.172499999999999", + "parsedAmount": "7172499999999999000" + }, + { + "gotchiId": "3478", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "3479", + "amount": "13.809999999999999", + "parsedAmount": "13809999999999999000" + }, + { + "gotchiId": "3480", + "amount": "9.7", + "parsedAmount": "9700000000000000000" + }, + { + "gotchiId": "3481", + "amount": "9.67", + "parsedAmount": "9670000000000000000" + }, + { + "gotchiId": "3483", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "3487", + "amount": "18.6", + "parsedAmount": "18600000000000000000" + }, + { + "gotchiId": "3490", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "3498", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "3500", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3501", + "amount": "44.5875", + "parsedAmount": "44587500000000000000" + }, + { + "gotchiId": "3508", + "amount": "7.7475000000000005", + "parsedAmount": "7747500000000000500" + }, + { + "gotchiId": "3510", + "amount": "12.9675", + "parsedAmount": "12967500000000000000" + }, + { + "gotchiId": "3513", + "amount": "117.6725", + "parsedAmount": "117672500000000000000" + }, + { + "gotchiId": "3515", + "amount": "90.3675", + "parsedAmount": "90367500000000000000" + }, + { + "gotchiId": "3516", + "amount": "44.4175", + "parsedAmount": "44417500000000000000" + }, + { + "gotchiId": "3517", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "3522", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "3523", + "amount": "29.9175", + "parsedAmount": "29917500000000000000" + }, + { + "gotchiId": "3524", + "amount": "29.46", + "parsedAmount": "29460000000000000000" + }, + { + "gotchiId": "3525", + "amount": "29.035", + "parsedAmount": "29035000000000000000" + }, + { + "gotchiId": "3526", + "amount": "40.510000000000005", + "parsedAmount": "40510000000000005000" + }, + { + "gotchiId": "3527", + "amount": "28.9025", + "parsedAmount": "28902500000000000000" + }, + { + "gotchiId": "3528", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "3538", + "amount": "21.3875", + "parsedAmount": "21387500000000000000" + }, + { + "gotchiId": "3539", + "amount": "21.2625", + "parsedAmount": "21262500000000000000" + }, + { + "gotchiId": "3541", + "amount": "23.315000000000005", + "parsedAmount": "23315000000000005000" + }, + { + "gotchiId": "3542", + "amount": "25.480000000000004", + "parsedAmount": "25480000000000004000" + }, + { + "gotchiId": "3549", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "3554", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "3555", + "amount": "14.7", + "parsedAmount": "14700000000000000000" + }, + { + "gotchiId": "3556", + "amount": "29.075000000000003", + "parsedAmount": "29075000000000003000" + }, + { + "gotchiId": "3560", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "3565", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "3568", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "3569", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "3571", + "amount": "42.4075", + "parsedAmount": "42407500000000000000" + }, + { + "gotchiId": "3572", + "amount": "22.155", + "parsedAmount": "22155000000000000000" + }, + { + "gotchiId": "3573", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + } + ], + "totalAmount": "14534249999999999971500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 35952846, + "gasUsed": "10023048" + } + ], + "completedGotchiIds": [ + "3", + "31", + "32", + "34", + "3577", + "3580", + "3581", + "3584", + "3585", + "3590", + "3592", + "3593", + "3594", + "3595", + "3596", + "3598", + "3599", + "3600", + "3601", + "3602", + "3607", + "3610", + "3613", + "3615", + "3619", + "3633", + "3636", + "3637", + "3642", + "3643", + "3644", + "3645", + "3647", + "3649", + "3650", + "3652", + "3654", + "3659", + "3660", + "3662", + "3664", + "3665", + "3667", + "3671", + "3672", + "3673", + "3674", + "3676", + "3678", + "3679", + "3680", + "3682", + "3683", + "3684", + "3687", + "3690", + "3691", + "3696", + "3699", + "3701", + "3702", + "3709", + "3710", + "3711", + "3712", + "3713", + "3717", + "3718", + "3720", + "3722", + "3724", + "3725", + "3727", + "3728", + "3729", + "3731", + "3734", + "3735", + "3736", + "3738", + "3741", + "3742", + "3744", + "3747", + "3749", + "3752", + "3753", + "3754", + "3759", + "3762", + "3764", + "3767", + "3769", + "3770", + "3771", + "3772", + "3773", + "3774", + "3776", + "3782", + "3783", + "3784", + "3785", + "3787", + "3788", + "3789", + "3790", + "3792", + "3793", + "3794", + "3796", + "3799", + "3801", + "3802", + "3805", + "3807", + "3815", + "3816", + "3818", + "3819", + "3820", + "3831", + "3834", + "3835", + "3837", + "3838", + "3839", + "3840", + "3841", + "3842", + "3843", + "3844", + "3846", + "3847", + "3848", + "3849", + "3850", + "3852", + "3853", + "3855", + "3856", + "3857", + "3858", + "3859", + "3860", + "3861", + "3862", + "3863", + "3864", + "3865", + "3866", + "3867", + "3868", + "3869", + "3873", + "3874", + "3875", + "3876", + "3877", + "3879", + "3880", + "3881", + "3884", + "3891", + "3893", + "3895", + "3898", + "3899", + "3900", + "3905", + "3907", + "3908", + "3914", + "3917", + "3922", + "3924", + "3925", + "3928", + "3929", + "3931", + "3932", + "3933", + "3934", + "3935", + "3936", + "3938", + "3939", + "3942", + "3946", + "3948", + "3949", + "3952", + "3954", + "3955", + "3958", + "3959", + "3961", + "3962", + "3963", + "3964", + "3965", + "3966", + "3967", + "3968", + "3969", + "3970", + "3971", + "3972", + "3973", + "3974", + "3975", + "3976", + "3977", + "3978", + "3979", + "3980", + "3981", + "3982", + "3983", + "3984", + "3985", + "3986", + "3987", + "3989", + "3991", + "3992", + "3993", + "3997", + "3998", + "3999", + "4003", + "4005", + "4006", + "4013", + "4020", + "4021", + "4025", + "4026", + "4028", + "4030", + "4032", + "4033", + "4034", + "4036", + "4038", + "4040", + "4041", + "4044", + "4047", + "4048", + "4050", + "4051", + "4052", + "4055", + "4057", + "4058", + "4059", + "4060", + "4061", + "4062", + "4064", + "4067", + "4068", + "4069", + "4070", + "4071", + "4072", + "4076", + "4078", + "4079", + "4081", + "4082", + "4083", + "4090", + "4091", + "4092", + "4095", + "4097", + "4100", + "4101", + "4102", + "4103", + "4104", + "4106", + "4107", + "4109", + "4111", + "4112", + "4113", + "4115", + "4117", + "4119", + "4120", + "4121", + "4122", + "4124", + "4125", + "4127", + "4128", + "4129", + "4130", + "4131", + "4134", + "4141", + "4142", + "4143", + "4144", + "4146", + "4147", + "4148", + "4150", + "4154", + "4156", + "4159", + "4163", + "4164", + "4165", + "4166", + "4167", + "4168", + "4170", + "4174", + "4175", + "4180", + "4182", + "4186", + "4187", + "4190", + "4192", + "4196", + "4197", + "4200", + "4206", + "4211", + "4214", + "4215", + "4216", + "4217", + "4218", + "4221", + "4223", + "4228", + "4230", + "4231", + "4232", + "4233", + "4236", + "4237", + "4238", + "4239", + "4240", + "4243", + "4248", + "4249", + "4251", + "4263", + "4264", + "4266", + "4271", + "4272", + "4273", + "4274", + "4277", + "4278", + "4280", + "4282", + "4283", + "4285", + "4286", + "4291", + "4292", + "4293", + "4294", + "4297", + "4298", + "4300", + "4301", + "4302", + "4309", + "4310", + "4311", + "4315", + "4317", + "4320", + "4321", + "4322", + "4323", + "4324", + "4326", + "4333", + "4334", + "4336", + "4343", + "4344", + "4348", + "4349", + "4350", + "4351", + "4352", + "4355", + "4356", + "4358", + "4359", + "4363", + "4365", + "4366", + "4367", + "4368", + "4369", + "4370", + "4371", + "4372", + "4373", + "4374", + "4375", + "4376", + "4377", + "4378", + "4379", + "4387", + "4391", + "4392", + "4394", + "4395", + "4396", + "4397", + "4404", + "4405", + "4406", + "4410", + "4411", + "4412", + "4414", + "4416", + "4417", + "4419", + "4421", + "4422", + "4424", + "4426", + "4429", + "4431", + "4433", + "4434", + "4435", + "4436", + "4438", + "4441", + "4444", + "4446", + "4449", + "4450", + "4452", + "4453", + "4456", + "4458", + "4461", + "4462", + "4464", + "4465", + "4467", + "4468", + "4469", + "4470", + "4471", + "4472", + "4473", + "4475", + "4476", + "4478", + "4479", + "4480", + "4481", + "4483", + "4485", + "4486", + "4487", + "4488", + "4489", + "4495", + "4497", + "4501", + "4503", + "4504", + "4505", + "4506", + "4509", + "4510", + "4517", + "4518", + "4519", + "4521", + "4524", + "4527", + "4531", + "4533", + "4534", + "4536", + "4539", + "4540", + "4542", + "4550", + "4551", + "4556", + "4560", + "4561", + "4564", + "4566", + "4567", + "4568", + "4581", + "4589", + "4590", + "4591", + "4592", + "4595", + "4597", + "4598", + "4599", + "4607", + "4608", + "4612", + "4613", + "4614", + "4616", + "4617", + "4620", + "4621", + "4622", + "4624", + "4628", + "4630", + "4634", + "4636", + "4639", + "4640", + "4642", + "4646", + "4649", + "4650", + "4651", + "4652", + "4660", + "4662", + "4663", + "4665", + "4669", + "4670", + "4673", + "4675", + "4676", + "4677", + "4678", + "4679", + "4680", + "4681", + "4682", + "4683", + "4684", + "4685", + "4689", + "4690", + "4691", + "4692", + "4693", + "4694", + "4695", + "4696", + "4698", + "4700", + "4701", + "4702", + "4703", + "4706", + "4707", + "4708", + "4709", + "4710", + "4711", + "4713", + "4714", + "4715", + "4716", + "4717", + "4718", + "4720", + "4721", + "4722", + "4723", + "4724", + "4727", + "4728", + "4729", + "4732", + "4733", + "4735", + "4738", + "4739", + "4740", + "4742", + "4743", + "4744", + "4745", + "4747", + "4749", + "4750", + "4751", + "4753", + "4754", + "4756", + "4763", + "4764", + "4765", + "4777", + "4778", + "4783", + "4784", + "4786", + "4789", + "4790", + "4791", + "4793", + "4794", + "4795", + "4797", + "4798", + "4799", + "4802", + "4803", + "4806", + "4807", + "4809", + "4810", + "4813", + "4814", + "4816", + "4817", + "4820", + "4827", + "4828", + "4834", + "4836", + "4837", + "4838", + "4839", + "4840", + "4841", + "4842", + "4844", + "4845", + "4847", + "4849", + "4850", + "4851", + "4856", + "4859", + "4860", + "4862", + "4864", + "4866", + "4868", + "4870", + "4872", + "4873", + "4875", + "4877", + "4879", + "4882", + "4883", + "4884", + "4885", + "4886", + "4888", + "4889", + "4890", + "4892", + "4894", + "4895", + "4896", + "4899", + "4900", + "4901", + "4902", + "4903", + "4906", + "4907", + "4913", + "4914", + "4915", + "4917", + "4919", + "4920", + "4921", + "4922", + "4923", + "4924", + "4925", + "4926", + "4927", + "4928", + "4929", + "4930", + "4931", + "4932", + "4933", + "4937", + "4944", + "4945", + "4948", + "4955", + "4959", + "4965", + "4967", + "4968", + "4978", + "4981", + "4984", + "4985", + "4986", + "4988", + "4990", + "4992", + "4997", + "4998", + "4999", + "5000", + "5003", + "5004", + "5006", + "5007", + "5008", + "5011", + "5012", + "5013", + "5016", + "5017", + "5025", + "5027", + "5028", + "5029", + "5031", + "5032", + "5034", + "5036", + "5040", + "5041", + "5048", + "5052", + "5053", + "5061", + "5063", + "5065", + "5066", + "5069", + "5075", + "5076", + "5077", + "5079", + "5081", + "5082", + "5084", + "5091", + "5093", + "5094", + "5097", + "5101", + "5102", + "5106", + "5109", + "5110", + "5119", + "5120", + "5123", + "5125", + "5126", + "5128", + "5130", + "5133", + "5134", + "5135", + "5136", + "5139", + "5140", + "5141", + "5142", + "5143", + "5146", + "5147", + "5152", + "5154", + "5155", + "5156", + "5157", + "5158", + "5159", + "5160", + "5161", + "5162", + "5166", + "5168", + "5173", + "5188", + "5191", + "5192", + "5193", + "5194", + "5195", + "5198", + "5200", + "5205", + "5207", + "5209", + "5210", + "5211", + "5212", + "5218", + "5219", + "5220", + "5221", + "5222", + "5224", + "5226", + "5227", + "5228", + "5230", + "5232", + "5234", + "5238", + "5240", + "5241", + "5242", + "5243", + "5245", + "5247", + "5250", + "5257", + "5259", + "5260", + "5262", + "5263", + "5264", + "5266", + "5271", + "5273", + "5275", + "5276", + "5280", + "5281", + "5283", + "5290", + "5292", + "5293", + "5295", + "5296", + "5297", + "5298", + "5299", + "5300", + "5301", + "5304", + "5305", + "5306", + "5308", + "5309", + "5316", + "5317", + "5318", + "5320", + "5321", + "5326", + "5328", + "5330", + "5331", + "5334", + "5335", + "5336", + "5337", + "5338", + "5340", + "5343", + "5344", + "5346", + "5349", + "5351", + "5352", + "5358", + "5365", + "5368", + "5369", + "5372", + "5374", + "5375", + "5376", + "5377", + "5378", + "5381", + "5383", + "5386", + "5387", + "5388", + "5389", + "5392", + "5393", + "5400", + "5401", + "5402", + "5404", + "5405", + "5407", + "5408", + "5409", + "5410", + "5411", + "5413", + "5414", + "5416", + "5418", + "5419", + "5420", + "5423", + "5425", + "5431", + "5432", + "5433", + "5435", + "5437", + "5440", + "5441", + "5442", + "5446", + "5451", + "5460", + "5469", + "5470", + "5471", + "5472", + "5474", + "5475", + "5478", + "5482", + "5485", + "5487", + "5488", + "5493", + "5496", + "5497", + "5499", + "5500", + "5501", + "5502", + "5503", + "5504", + "5506", + "5507", + "5508", + "5511", + "5512", + "5513", + "5514", + "5515", + "5517", + "5518", + "5520", + "5521", + "5522", + "5524", + "5527", + "5528", + "5529", + "5530", + "5531", + "5533", + "5535", + "5536", + "5537", + "5538", + "5539", + "5540", + "5542", + "5549", + "5551", + "5556", + "5557", + "5560", + "5561", + "5562", + "5570", + "5572", + "5574", + "5575", + "5582", + "5583", + "5588", + "5592", + "5593", + "5596", + "5597", + "5601", + "5602", + "5604", + "5605", + "5612", + "5623", + "5626", + "5629", + "5631", + "5632", + "5633", + "5637", + "5639", + "5640", + "5641", + "5642", + "5643", + "5644", + "5645", + "5646", + "5647", + "5649", + "5650", + "5651", + "5658", + "5659", + "5660", + "5662", + "5664", + "5666", + "5667", + "5669", + "5676", + "5679", + "5681", + "5682", + "5683", + "5684", + "5686", + "5689", + "5691", + "5692", + "5694", + "5696", + "5697", + "5698", + "5699", + "5700", + "5701", + "5702", + "5703", + "5704", + "5705", + "5706", + "5708", + "5711", + "5712", + "5713", + "5715", + "5716", + "5717", + "5718", + "5719", + "5720", + "5722", + "5724", + "5725", + "5727", + "5730", + "5731", + "5733", + "5736", + "5737", + "5738", + "5743", + "5744", + "5747", + "5751", + "5752", + "5754", + "5755", + "5764", + "5765", + "5769", + "5772", + "5774", + "5781", + "5783", + "5786", + "5790", + "5792", + "5795", + "5796", + "5798", + "5799", + "5802", + "5803", + "5804", + "5806", + "5807", + "5809", + "5817", + "5818", + "5819", + "5821", + "5823", + "5824", + "5825", + "5826", + "5828", + "5831", + "5833", + "5834", + "5846", + "5847", + "5850", + "5855", + "5858", + "5862", + "5863", + "5864", + "5865", + "5873", + "5874", + "5877", + "5878", + "5882", + "5883", + "5888", + "5890", + "5897", + "5898", + "5900", + "5902", + "5903", + "5904", + "5905", + "5906", + "5907", + "5908", + "5912", + "5913", + "5915", + "5917", + "5923", + "5924", + "5926", + "5927", + "5931", + "5932", + "5934", + "5935", + "5938", + "5939", + "5940", + "5941", + "5942", + "5945", + "5946", + "5947", + "5949", + "5950", + "5951", + "5953", + "5954", + "5955", + "5956", + "5959", + "5960", + "5967", + "5970", + "5972", + "5974", + "5975", + "5976", + "5980", + "5981", + "5983", + "5984", + "5992", + "5993", + "5994", + "5995", + "5996", + "5997", + "5998", + "5999", + "6000", + "6001", + "6003", + "6004", + "6006", + "6009", + "6011", + "6012", + "6013", + "6014", + "6015", + "6017", + "6018", + "6019", + "6020", + "6021", + "6022", + "6026", + "6030", + "6033", + "6034", + "6035", + "6036", + "6037", + "6038", + "6039", + "6040", + "6041", + "6047", + "6052", + "6054", + "6055", + "6057", + "6058", + "6060", + "6063", + "6065", + "6068", + "6069", + "6079", + "6080", + "6081", + "6083", + "6085", + "6086", + "6087", + "6089", + "6094", + "6101", + "6102", + "6103", + "6104", + "6105", + "6107", + "6109", + "6110", + "6111", + "6117", + "6118", + "6119", + "6120", + "6121", + "6122", + "6123", + "6128", + "6129", + "6131", + "6132", + "6135", + "6136", + "6138", + "6140", + "6142", + "6145", + "6146", + "6147", + "6148", + "6149", + "6151", + "6155", + "6156", + "6158", + "6159", + "6160", + "6163", + "6164", + "6165", + "6166", + "6168", + "6169", + "6170", + "6171", + "6172", + "6174", + "6176", + "6177", + "6178", + "6179", + "6182", + "6183", + "6187", + "6189", + "6190", + "6192", + "6193", + "6199", + "6202", + "6203", + "6204", + "6205", + "6208", + "6209", + "6212", + "6213", + "6214", + "6216", + "6222", + "6223", + "6224", + "6233", + "6235", + "6236", + "6239", + "6241", + "6243", + "6247", + "6250", + "6252", + "6254", + "6255", + "6256", + "6257", + "6259", + "6260", + "6263", + "6264", + "6265", + "6266", + "6268", + "6271", + "6273", + "6274", + "6276", + "6278", + "6279", + "6288", + "6293", + "6296", + "6305", + "6307", + "6308", + "6309", + "6310", + "6311", + "6313", + "6318", + "6321", + "6323", + "6324", + "6327", + "6335", + "6336", + "6341", + "6342", + "6345", + "6350", + "6351", + "6352", + "6354", + "6355", + "6357", + "6358", + "6359", + "6362", + "6366", + "6370", + "6371", + "6372", + "6373", + "6374", + "6375", + "6376", + "6379", + "6380", + "6382", + "6383", + "6385", + "6386", + "6389", + "6390", + "6392", + "6393", + "6394", + "6395", + "6396", + "6397", + "6398", + "6400", + "6401", + "6403", + "6406", + "6407", + "6409", + "6413", + "6418", + "6419", + "6420", + "6421", + "6422", + "6423", + "6424", + "6428", + "6431", + "6434", + "6435", + "6437", + "6438", + "6439", + "6440", + "6442", + "6443", + "6444", + "6445", + "6446", + "6447", + "6448", + "6450", + "6451", + "6452", + "6453", + "6454", + "6459", + "6460", + "6462", + "6463", + "6465", + "6468", + "6471", + "6473", + "6475", + "6477", + "6478", + "6480", + "6482", + "6485", + "6486", + "6487", + "6489", + "6490", + "6505", + "6506", + "6507", + "6508", + "6509", + "6510", + "6511", + "6512", + "6513", + "6514", + "6515", + "6516", + "6517", + "6518", + "6519", + "6525", + "6529", + "6531", + "6532", + "6533", + "6534", + "6536", + "6538", + "6539", + "6541", + "6549", + "6550", + "6555", + "6557", + "6558", + "6560", + "6562", + "6564", + "6565", + "6566", + "6570", + "6574", + "6576", + "6581", + "6582", + "6584", + "6585", + "6588", + "6589", + "6592", + "6593", + "6595", + "6600", + "6601", + "6602", + "6603", + "6604", + "6605", + "6608", + "6609", + "6610", + "6611", + "6613", + "6615", + "6618", + "6624", + "6628", + "6630", + "6631", + "6632", + "6633", + "6634", + "6635", + "6636", + "6637", + "6639", + "6640", + "6641", + "6642", + "6643", + "6644", + "6645", + "6652", + "6653", + "6655", + "6656", + "6657", + "6659", + "6662", + "6664", + "6665", + "6670", + "6671", + "6673", + "6674", + "6675", + "6676", + "6677", + "6678", + "6679", + "6681", + "6682", + "6683", + "6684", + "6685", + "6688", + "6689", + "6690", + "6691", + "6692", + "6693", + "6694", + "6695", + "6697", + "6700", + "6704", + "6707", + "6709", + "6710", + "6711", + "6712", + "6713", + "6720", + "6723", + "6729", + "6731", + "6732", + "6734", + "6735", + "6741", + "6742", + "6743", + "6745", + "6746", + "6750", + "6751", + "6752", + "6756", + "6764", + "6765", + "6766", + "6769", + "6771", + "6773", + "6780", + "6781", + "6785", + "6786", + "6788", + "6789", + "6792", + "6794", + "6796", + "6797", + "6798", + "6801", + "6802", + "6804", + "6807", + "6811", + "6812", + "6813", + "6816", + "6817", + "6819", + "6821", + "6823", + "6824", + "6827", + "6828", + "6835", + "6837", + "6839", + "6843", + "6845", + "6846", + "6847", + "6849", + "6851", + "6852", + "6853", + "6854", + "6855", + "6857", + "6858", + "6860", + "6861", + "6866", + "6871", + "6877", + "6879", + "6880", + "6881", + "6882", + "6884", + "6885", + "6887", + "6888", + "6889", + "6890", + "6892", + "6893", + "6895", + "6901", + "6902", + "6906", + "6908", + "6912", + "6913", + "6916", + "6917", + "6918", + "6919", + "6920", + "6929", + "6931", + "6932", + "6933", + "6938", + "6939", + "6941", + "6942", + "6944", + "6946", + "6947", + "6951", + "6952", + "6953", + "6962", + "6963", + "6966", + "6967", + "6968", + "6973", + "6974", + "6975", + "6976", + "6978", + "6981", + "6984", + "6985", + "6989", + "6992", + "6993", + "6997", + "7001", + "7005", + "7023", + "7024", + "7025", + "7026", + "7028", + "7030", + "7031", + "7033", + "7034", + "7035", + "7036", + "7038", + "7042", + "7044", + "7046", + "7047", + "7050", + "7052", + "7055", + "7056", + "7058", + "7060", + "7062", + "7063", + "7064", + "7065", + "7066", + "7067", + "7068", + "7069", + "7073", + "7076", + "7078", + "7080", + "7081", + "7082", + "7083", + "7084", + "7090", + "7095", + "7097", + "7099", + "7101", + "7103", + "7104", + "7106", + "7110", + "7111", + "7112", + "7113", + "7119", + "7124", + "7129", + "7130", + "7137", + "7138", + "7141", + "7143", + "7144", + "7147", + "7148", + "7151", + "7153", + "7156", + "7161", + "7164", + "7167", + "7169", + "7171", + "7172", + "7178", + "7179", + "7181", + "7183", + "7184", + "7185", + "7187", + "7190", + "7191", + "7192", + "7193", + "7194", + "7195", + "7196", + "7200", + "7202", + "7203", + "7204", + "7205", + "7206", + "7209", + "7210", + "7211", + "7212", + "7213", + "7215", + "7216", + "7217", + "7225", + "7226", + "7229", + "7230", + "7232", + "7234", + "7236", + "7239", + "7240", + "7245", + "7246", + "7247", + "7248", + "7250", + "7251", + "7256", + "7257", + "7259", + "7260", + "7264", + "7265", + "7266", + "7267", + "7268", + "7271", + "7277", + "7284", + "7286", + "7288", + "7290", + "7291", + "7292", + "7293", + "7298", + "7299", + "7300", + "7301", + "7303", + "7304", + "7305", + "7306", + "7310", + "7311", + "7312", + "7316", + "7317", + "7318", + "7320", + "7324", + "7327", + "7328", + "7329", + "7331", + "7332", + "7336", + "7341", + "7343", + "7346", + "7347", + "7348", + "7350", + "7353", + "7354", + "7355", + "7361", + "7365", + "7368", + "7369", + "7370", + "7374", + "7377", + "7382", + "7383", + "7384", + "7385", + "7387", + "7389", + "7390", + "7391", + "7393", + "7394", + "7396", + "7397", + "7398", + "7401", + "7403", + "7404", + "7407", + "7410", + "7411", + "7412", + "7413", + "7414", + "7416", + "7420", + "7421", + "7422", + "7423", + "7424", + "7425", + "7426", + "7428", + "7429", + "7430", + "7431", + "7432", + "7433", + "7434", + "7436", + "7437", + "7438", + "7443", + "7444", + "7445", + "7449", + "7453", + "7454", + "7455", + "7456", + "7457", + "7458", + "7459", + "7460", + "7462", + "7463", + "7464", + "7465", + "7466", + "7468", + "7471", + "7473", + "7474", + "7475", + "7476", + "7477", + "7478", + "7480", + "7483", + "7484", + "7486", + "7487", + "7488", + "7489", + "7492", + "7494", + "7495", + "7497", + "7500", + "7502", + "7504", + "7505", + "7506", + "7509", + "7512", + "7513", + "7516", + "7517", + "7519", + "7520", + "7523", + "7525", + "7526", + "7527", + "7528", + "7529", + "7530", + "7533", + "7534", + "7536", + "7537", + "7539", + "7540", + "7541", + "7542", + "7543", + "7544", + "7545", + "7547", + "7548", + "7552", + "7555", + "7562", + "7563", + "7565", + "7566", + "7567", + "7569", + "7570", + "7571", + "7572", + "7573", + "7577", + "7578", + "7582", + "7583", + "7584", + "7585", + "7586", + "7587", + "7588", + "7589", + "7590", + "7594", + "7597", + "7598", + "7599", + "7600", + "7601", + "7603", + "7604", + "7607", + "7608", + "7611", + "7614", + "7615", + "7617", + "7625", + "7626", + "7629", + "7632", + "7633", + "7636", + "7639", + "7642", + "7643", + "7644", + "7645", + "7647", + "7649", + "7651", + "7653", + "7655", + "7656", + "7657", + "7658", + "7660", + "7661", + "7662", + "7664", + "7667", + "7670", + "7675", + "7678", + "7679", + "7680", + "7681", + "7682", + "7685", + "7687", + "7688", + "7689", + "7694", + "7697", + "7700", + "7708", + "7709", + "7716", + "7717", + "7718", + "7721", + "7722", + "7723", + "7727", + "7729", + "7731", + "7732", + "7735", + "7739", + "7740", + "7743", + "7744", + "7745", + "7746", + "7747", + "7748", + "7749", + "7752", + "7753", + "7754", + "7755", + "7758", + "7760", + "7764", + "7765", + "7766", + "7767", + "7768", + "7770", + "7771", + "7772", + "7773", + "7774", + "7779", + "7780", + "7782", + "7784", + "7786", + "7787", + "7791", + "7792", + "7794", + "7795", + "7796", + "7800", + "7802", + "7804", + "7807", + "7808", + "7816", + "7817", + "7818", + "7820", + "7823", + "7824", + "7828", + "7829", + "7830", + "7831", + "7832", + "7834", + "7835", + "7836", + "7837", + "7839", + "7840", + "7842", + "7843", + "7844", + "7845", + "7846", + "7848", + "7850", + "7852", + "7853", + "7854", + "7858", + "7860", + "7863", + "7864", + "7865", + "7867", + "7868", + "7872", + "7875", + "7876", + "7880", + "7881", + "7885", + "7887", + "7888", + "7889", + "7890", + "7892", + "7893", + "7895", + "7897", + "7898", + "7900", + "7907", + "7908", + "7909", + "7912", + "7914", + "7919", + "7922", + "7927", + "7931", + "7932", + "7933", + "7935", + "7936", + "7937", + "7938", + "7941", + "7943", + "7944", + "7945", + "7952", + "7953", + "7955", + "7957", + "7958", + "7960", + "7961", + "7963", + "7965", + "7969", + "7971", + "7972", + "7973", + "7976", + "7977", + "7979", + "7980", + "7986", + "7987", + "7990", + "7992", + "7993", + "7994", + "7995", + "8006", + "8008", + "8011", + "8012", + "8013", + "8015", + "8016", + "8019", + "8022", + "8023", + "8025", + "8028", + "8030", + "8031", + "8032", + "8038", + "8040", + "8042", + "8047", + "8048", + "8049", + "8050", + "8054", + "8055", + "8057", + "8059", + "8060", + "8061", + "8062", + "8064", + "8067", + "8068", + "8069", + "8070", + "8071", + "8075", + "8079", + "8081", + "8082", + "8084", + "8086", + "8089", + "8090", + "8091", + "8092", + "8093", + "8097", + "8099", + "8102", + "8103", + "8106", + "8107", + "8110", + "8111", + "8112", + "8115", + "8116", + "8121", + "8122", + "8124", + "8127", + "8129", + "8130", + "8140", + "8142", + "8143", + "8144", + "8145", + "8147", + "8148", + "8149", + "8150", + "8154", + "8158", + "8159", + "8160", + "8161", + "8162", + "8163", + "8164", + "8165", + "8166", + "8167", + "8168", + "8169", + "8175", + "8176", + "8181", + "8182", + "8184", + "8186", + "8187", + "8196", + "8198", + "8205", + "8207", + "8209", + "8210", + "8212", + "8213", + "8217", + "8218", + "8221", + "8222", + "8226", + "8229", + "8230", + "8235", + "8237", + "8239", + "8243", + "8245", + "8246", + "8247", + "8249", + "8250", + "8253", + "8254", + "8255", + "8256", + "8259", + "8260", + "8265", + "8266", + "8269", + "8272", + "8277", + "8278", + "8280", + "8281", + "8284", + "8287", + "8292", + "8295", + "8296", + "8297", + "8298", + "8299", + "8303", + "8311", + "8323", + "8325", + "8326", + "8327", + "8328", + "8329", + "8332", + "8344", + "8346", + "8355", + "8358", + "8360", + "8361", + "8364", + "8365", + "8367", + "8369", + "8372", + "8373", + "8376", + "8377", + "8378", + "8379", + "8380", + "8382", + "8383", + "8385", + "8386", + "8388", + "8389", + "8390", + "8392", + "8396", + "8398", + "8400", + "8403", + "8409", + "8416", + "8419", + "8420", + "8421", + "8424", + "8425", + "8427", + "8429", + "8431", + "8432", + "8433", + "8434", + "8435", + "8439", + "8440", + "8442", + "8443", + "8444", + "8446", + "8451", + "8452", + "8453", + "8455", + "8456", + "8461", + "8463", + "8464", + "8465", + "8467", + "8469", + "8472", + "8473", + "8474", + "8475", + "8476", + "8477", + "8478", + "8479", + "8480", + "8483", + "8485", + "8486", + "8490", + "8492", + "8493", + "8497", + "8499", + "8500", + "8501", + "8502", + "8503", + "8505", + "8512", + "8513", + "8515", + "8516", + "8517", + "8518", + "8520", + "8521", + "8522", + "8529", + "8531", + "8532", + "8533", + "8534", + "8536", + "8542", + "8543", + "8544", + "8547", + "8549", + "8552", + "8553", + "8554", + "8556", + "8557", + "8559", + "8562", + "8563", + "8564", + "8565", + "8567", + "8568", + "8572", + "8573", + "8576", + "8581", + "8582", + "8583", + "8585", + "8587", + "8588", + "8589", + "8590", + "8591", + "8593", + "8595", + "8596", + "8598", + "8600", + "8601", + "8603", + "8604", + "8605", + "8607", + "8609", + "8611", + "8612", + "8615", + "8616", + "8617", + "8618", + "8621", + "8622", + "8623", + "8624", + "8625", + "8626", + "8629", + "8631", + "8632", + "8633", + "8641", + "8642", + "8648", + "8651", + "8652", + "8653", + "8655", + "8657", + "8662", + "8664", + "8665", + "8666", + "8667", + "8668", + "8669", + "8674", + "8676", + "8677", + "8679", + "8680", + "8681", + "8687", + "8688", + "8689", + "8691", + "8692", + "8693", + "8694", + "8695", + "8699", + "8702", + "8704", + "8705", + "8707", + "8712", + "8716", + "8718", + "8719", + "8720", + "8722", + "8724", + "8726", + "8732", + "8734", + "8735", + "8737", + "8738", + "8739", + "8741", + "8745", + "8746", + "8750", + "8752", + "8753", + "8756", + "8757", + "8763", + "8764", + "8768", + "8770", + "8773", + "8774", + "8775", + "8778", + "8779", + "8780", + "8781", + "8782", + "8783", + "8784", + "8785", + "8786", + "8787", + "8789", + "8790", + "8797", + "8798", + "8800", + "8805", + "8806", + "8809", + "8811", + "8812", + "8814", + "8821", + "8823", + "8825", + "8829", + "8831", + "8836", + "8837", + "8838", + "8839", + "8840", + "8845", + "8847", + "8856", + "8858", + "8860", + "8861", + "8862", + "8863", + "8864", + "8866", + "8867", + "8868", + "8869", + "8872", + "8873", + "8876", + "8877", + "8878", + "8880", + "8881", + "8884", + "8885", + "8886", + "8887", + "8889", + "8890", + "8891", + "8892", + "8893", + "8896", + "8897", + "8898", + "8902", + "8905", + "8910", + "8911", + "8914", + "8916", + "8918", + "8921", + "8922", + "8926", + "8927", + "8929", + "8930", + "8931", + "8932", + "8933", + "8934", + "8936", + "8941", + "8942", + "8943", + "8947", + "8949", + "8950", + "8951", + "8953", + "8954", + "8955", + "8956", + "8960", + "8961", + "8963", + "8964", + "8965", + "8966", + "8967", + "8968", + "8969", + "8970", + "8971", + "8972", + "8973", + "8974", + "8975", + "8976", + "8977", + "8978", + "8979", + "8980", + "8981", + "8985", + "8986", + "8987", + "8988", + "8989", + "8990", + "8995", + "8999", + "9001", + "9003", + "9005", + "9016", + "9017", + "9021", + "9022", + "9023", + "9024", + "9026", + "9027", + "9029", + "9030", + "9031", + "9035", + "9036", + "9038", + "9040", + "9044", + "9045", + "9047", + "9048", + "9049", + "9054", + "9059", + "9060", + "9064", + "9068", + "9069", + "9071", + "9072", + "9073", + "9074", + "9083", + "9085", + "9086", + "9088", + "9091", + "9097", + "9099", + "9100", + "9101", + "9103", + "9106", + "9108", + "9111", + "9114", + "9117", + "9118", + "9121", + "9123", + "9124", + "9125", + "9128", + "9129", + "9130", + "9133", + "9135", + "9136", + "9137", + "9139", + "9142", + "9143", + "9145", + "9146", + "9147", + "9153", + "9154", + "9155", + "9156", + "9157", + "9158", + "9162", + "9163", + "9168", + "9169", + "9171", + "9173", + "9174", + "9175", + "9176", + "9178", + "9179", + "9183", + "9187", + "9189", + "9191", + "9192", + "9197", + "9205", + "9206", + "9210", + "9211", + "9212", + "9214", + "9215", + "9242", + "9243", + "9248", + "9250", + "9252", + "9254", + "9255", + "9256", + "9257", + "9258", + "9260", + "9262", + "9264", + "9265", + "9266", + "9270", + "9272", + "9274", + "9275", + "9280", + "9281", + "9284", + "9285", + "9286", + "9287", + "9288", + "9289", + "9290", + "9291", + "9294", + "9295", + "9299", + "9302", + "9304", + "9306", + "9311", + "9312", + "9321", + "9330", + "9334", + "9335", + "9336", + "9337", + "9338", + "9340", + "9341", + "9342", + "9343", + "9344", + "9346", + "9347", + "9349", + "9350", + "9352", + "9353", + "9354", + "9357", + "9358", + "9359", + "9360", + "9362", + "9366", + "9367", + "9368", + "9369", + "9370", + "9371", + "9372", + "9373", + "9376", + "9380", + "9381", + "9382", + "9383", + "9386", + "9387", + "9388", + "9390", + "9391", + "9393", + "9394", + "9395", + "9396", + "9398", + "9399", + "9404", + "9409", + "9411", + "9412", + "9419", + "9423", + "9433", + "9438", + "9440", + "9442", + "9443", + "9448", + "9449", + "9450", + "9451", + "9452", + "9453", + "9455", + "9456", + "9457", + "9458", + "9459", + "9461", + "9462", + "9463", + "9466", + "9468", + "9469", + "9475", + "9479", + "9480", + "9481", + "9482", + "9483", + "9485", + "9487", + "9489", + "9490", + "9492", + "9493", + "9494", + "9497", + "9500", + "9501", + "9502", + "9503", + "9505", + "9506", + "9507", + "9508", + "9509", + "9510", + "9513", + "9514", + "9516", + "9523", + "9524", + "9525", + "9528", + "9529", + "9535", + "9536", + "9537", + "9540", + "9541", + "9542", + "9545", + "9546", + "9547", + "9548", + "9549", + "9550", + "9551", + "9552", + "9553", + "9554", + "9559", + "9560", + "9561", + "9565", + "9568", + "9570", + "9575", + "9578", + "9583", + "9586", + "9588", + "9589", + "9590", + "9591", + "9593", + "9594", + "9595", + "9598", + "9602", + "9603", + "9604", + "9607", + "9608", + "9610", + "9612", + "9614", + "9616", + "9620", + "9622", + "9626", + "9628", + "9634", + "9635", + "9636", + "9638", + "9640", + "9643", + "9644", + "9647", + "9649", + "9650", + "9652", + "9654", + "9655", + "9656", + "9658", + "9661", + "9664", + "9665", + "9672", + "9673", + "9674", + "9676", + "9677", + "9678", + "9680", + "9681", + "9685", + "9687", + "9688", + "9689", + "9690", + "9692", + "9693", + "9694", + "9698", + "9699", + "9700", + "9701", + "9702", + "9703", + "9704", + "9708", + "9709", + "9713", + "9716", + "9719", + "9723", + "9730", + "9731", + "9732", + "9733", + "9735", + "9738", + "9745", + "9747", + "9748", + "9751", + "9752", + "9753", + "9754", + "9756", + "9758", + "9760", + "9762", + "9763", + "9767", + "9768", + "9769", + "9770", + "9771", + "9772", + "9774", + "9775", + "9780", + "9781", + "9790", + "9792", + "9793", + "9795", + "9799", + "9802", + "9803", + "9808", + "9810", + "9811", + "9812", + "9813", + "9814", + "9815", + "9816", + "9817", + "9818", + "9819", + "9821", + "9822", + "9823", + "9824", + "9826", + "9828", + "9829", + "9831", + "9832", + "9836", + "9837", + "9838", + "9841", + "9842", + "9845", + "9846", + "9848", + "9849", + "9850", + "9851", + "9852", + "9853", + "9856", + "9857", + "9860", + "9862", + "9865", + "9866", + "9867", + "9869", + "9871", + "9872", + "9873", + "9875", + "9876", + "9877", + "9878", + "9879", + "9880", + "9881", + "9884", + "9885", + "9886", + "9889", + "9891", + "9892", + "9893", + "9896", + "9899", + "9900", + "9929", + "9930", + "9932", + "9934", + "9935", + "9936", + "9937", + "9939", + "9940", + "9941", + "9942", + "9946", + "9948", + "9949", + "9950", + "9957", + "9958", + "9962", + "9963", + "9965", + "9966", + "9967", + "9968", + "9970", + "9975", + "9977", + "9978", + "9979", + "9980", + "9982", + "9983", + "9985", + "9987", + "9988", + "9990", + "9996", + "9997", + "10019", + "10020", + "10021", + "10023", + "10024", + "10025", + "10027", + "10028", + "10035", + "10036", + "10038", + "10039", + "10043", + "10044", + "10046", + "10051", + "10054", + "10058", + "10060", + "10062", + "10063", + "10064", + "10065", + "10068", + "10075", + "10077", + "10079", + "10080", + "10083", + "10087", + "10090", + "10092", + "10093", + "10095", + "10097", + "10106", + "10116", + "10119", + "10122", + "10123", + "10124", + "10126", + "10127", + "10128", + "10130", + "10131", + "10135", + "10138", + "10139", + "10140", + "10146", + "10150", + "10152", + "10154", + "10155", + "10156", + "10157", + "10159", + "10163", + "10167", + "10173", + "10175", + "10177", + "10178", + "10179", + "10180", + "10183", + "10184", + "10185", + "10189", + "10190", + "10191", + "10199", + "10205", + "10206", + "10208", + "10211", + "10216", + "10217", + "10219", + "10221", + "10222", + "10223", + "10227", + "10229", + "10230", + "10233", + "10237", + "10240", + "10241", + "10242", + "10243", + "10244", + "10248", + "10249", + "10252", + "10253", + "10254", + "10259", + "10260", + "10265", + "10267", + "10268", + "10273", + "10274", + "10278", + "10281", + "10282", + "10283", + "10284", + "10287", + "10288", + "10292", + "10293", + "10294", + "10296", + "10297", + "10299", + "10304", + "10306", + "10308", + "10309", + "10311", + "10312", + "10314", + "10315", + "10316", + "10317", + "10318", + "10321", + "10324", + "10325", + "10326", + "10328", + "10329", + "10333", + "10335", + "10338", + "10345", + "10346", + "10347", + "10348", + "10349", + "10351", + "10354", + "10355", + "10356", + "10360", + "10361", + "10364", + "10367", + "10368", + "10369", + "10370", + "10372", + "10373", + "10375", + "10376", + "10377", + "10379", + "10380", + "10383", + "10384", + "10385", + "10386", + "10387", + "10388", + "10390", + "10392", + "10393", + "10394", + "10396", + "10398", + "10400", + "10402", + "10405", + "10406", + "10408", + "10410", + "10413", + "10415", + "10417", + "10421", + "10425", + "10427", + "10428", + "10430", + "10433", + "10434", + "10437", + "10438", + "10442", + "10443", + "10451", + "10453", + "10456", + "10459", + "10460", + "10463", + "10464", + "10468", + "10470", + "10471", + "10472", + "10475", + "10477", + "10478", + "10487", + "10489", + "10492", + "10493", + "10494", + "10496", + "10498", + "10499", + "10501", + "10502", + "10503", + "10507", + "10512", + "10513", + "10517", + "10518", + "10519", + "10520", + "10521", + "10523", + "10525", + "10530", + "10534", + "10536", + "10537", + "10539", + "10540", + "10541", + "10542", + "10543", + "10548", + "10549", + "10551", + "10552", + "10556", + "10557", + "10560", + "10561", + "10564", + "10565", + "10566", + "10567", + "10569", + "10571", + "10574", + "10576", + "10577", + "10580", + "10582", + "10584", + "10589", + "10593", + "10594", + "10595", + "10596", + "10602", + "10611", + "10614", + "10615", + "10616", + "10618", + "10619", + "10620", + "10624", + "10625", + "10626", + "10627", + "10630", + "10631", + "10632", + "10633", + "10634", + "10637", + "10638", + "10644", + "10646", + "10647", + "10649", + "10650", + "10652", + "10653", + "10654", + "10656", + "10657", + "10660", + "10662", + "10664", + "10665", + "10667", + "10668", + "10669", + "10675", + "10677", + "10682", + "10685", + "10687", + "10689", + "10690", + "10692", + "10698", + "10704", + "10705", + "10708", + "10715", + "10717", + "10718", + "10722", + "10727", + "10730", + "10733", + "10734", + "10735", + "10736", + "10738", + "10739", + "10745", + "10746", + "10750", + "10751", + "10752", + "10753", + "10759", + "10760", + "10763", + "10764", + "10766", + "10768", + "10771", + "10773", + "10774", + "10775", + "10778", + "10779", + "10780", + "10781", + "10783", + "10785", + "10786", + "10787", + "10793", + "10794", + "10798", + "10800", + "10802", + "10803", + "10808", + "10810", + "10812", + "10814", + "10818", + "10819", + "10820", + "10821", + "10827", + "10829", + "10830", + "10831", + "10833", + "10834", + "10837", + "10841", + "10842", + "10843", + "10844", + "10847", + "10848", + "10849", + "10851", + "10852", + "10853", + "10854", + "10858", + "10859", + "10861", + "10862", + "10864", + "10867", + "10868", + "10869", + "10871", + "10877", + "10879", + "10880", + "10882", + "10884", + "10886", + "10892", + "10896", + "10902", + "10906", + "10908", + "10909", + "10911", + "10912", + "10913", + "10915", + "10916", + "10918", + "10921", + "10925", + "10926", + "10928", + "10929", + "10935", + "10936", + "10937", + "10938", + "10939", + "10941", + "10951", + "10952", + "10953", + "10955", + "10956", + "10958", + "10959", + "10960", + "10964", + "10967", + "10968", + "10969", + "10971", + "10972", + "10974", + "10977", + "10979", + "10983", + "10984", + "10985", + "10988", + "10990", + "10992", + "10994", + "10996", + "10998", + "11000", + "11003", + "11005", + "11006", + "11007", + "11008", + "11009", + "11010", + "11012", + "11013", + "11014", + "11015", + "11017", + "11019", + "11020", + "11021", + "11023", + "11024", + "11026", + "11027", + "11029", + "11030", + "11031", + "11033", + "11034", + "11035", + "11038", + "11040", + "11041", + "11043", + "11045", + "11047", + "11048", + "11049", + "11051", + "11055", + "11056", + "11057", + "11058", + "11059", + "11061", + "11065", + "11068", + "11070", + "11071", + "11073", + "11076", + "11078", + "11079", + "11081", + "11082", + "11084", + "11085", + "11086", + "11088", + "11091", + "11093", + "11094", + "11098", + "11099", + "11102", + "11103", + "11104", + "11105", + "11106", + "11112", + "11116", + "11123", + "11126", + "11129", + "11130", + "11133", + "11134", + "11136", + "11138", + "11139", + "11141", + "11142", + "11143", + "11144", + "11148", + "11150", + "11155", + "11156", + "11157", + "11160", + "11161", + "11162", + "11168", + "11169", + "11170", + "11177", + "11181", + "11182", + "11186", + "11188", + "11189", + "11190", + "11191", + "11192", + "11194", + "11195", + "11196", + "11197", + "11199", + "11200", + "11202", + "11204", + "11205", + "11208", + "11212", + "11213", + "11214", + "11218", + "11219", + "11220", + "11222", + "11227", + "11230", + "11231", + "11232", + "11234", + "11235", + "11237", + "11238", + "11242", + "11243", + "11245", + "11248", + "11253", + "11254", + "11257", + "11259", + "11266", + "11267", + "11268", + "11270", + "11273", + "11275", + "11278", + "11279", + "11281", + "11283", + "11285", + "11286", + "11287", + "11288", + "11289", + "11291", + "11293", + "11294", + "11295", + "11301", + "11302", + "11304", + "11307", + "11309", + "11312", + "11316", + "11317", + "11319", + "11323", + "11325", + "11327", + "11330", + "11336", + "11338", + "11341", + "11342", + "11346", + "11349", + "11350", + "11351", + "11353", + "11354", + "11359", + "11362", + "11363", + "11364", + "11366", + "11368", + "11370", + "11371", + "11373", + "11374", + "11375", + "11376", + "11377", + "11378", + "11380", + "11381", + "11382", + "11383", + "11386", + "11387", + "11391", + "11392", + "11393", + "11395", + "11398", + "11399", + "11401", + "11402", + "11405", + "11406", + "11418", + "11419", + "11421", + "11422", + "11423", + "11428", + "11429", + "11430", + "11431", + "11432", + "11433", + "11437", + "11441", + "11443", + "11447", + "11456", + "11457", + "11458", + "11459", + "11462", + "11463", + "11468", + "11470", + "11472", + "11478", + "11479", + "11482", + "11487", + "11492", + "11496", + "11501", + "11506", + "11507", + "11510", + "11513", + "11516", + "11517", + "11519", + "11521", + "11523", + "11524", + "11525", + "11526", + "11527", + "11528", + "11529", + "11530", + "11531", + "11534", + "11535", + "11537", + "11540", + "11543", + "11544", + "11545", + "11546", + "11548", + "11549", + "11551", + "11553", + "11554", + "11556", + "11563", + "11566", + "11567", + "11569", + "11570", + "11572", + "11575", + "11578", + "11580", + "11582", + "11584", + "11585", + "11587", + "11588", + "11589", + "11590", + "11593", + "11594", + "11598", + "11604", + "11605", + "11607", + "11610", + "11611", + "11612", + "11613", + "11614", + "11615", + "11616", + "11619", + "11620", + "11621", + "11624", + "11630", + "11637", + "11643", + "11644", + "11647", + "11650", + "11651", + "11655", + "11656", + "11657", + "11658", + "11659", + "11661", + "11663", + "11669", + "11672", + "11673", + "11677", + "11678", + "11680", + "11681", + "11684", + "11687", + "11690", + "11692", + "11694", + "11697", + "11699", + "11703", + "11704", + "11705", + "11706", + "11712", + "11714", + "11715", + "11716", + "11717", + "11718", + "11720", + "11722", + "11723", + "11724", + "11725", + "11726", + "11727", + "11728", + "11730", + "11732", + "11733", + "11734", + "11736", + "11738", + "11746", + "11747", + "11749", + "11756", + "11759", + "11760", + "11762", + "11763", + "11764", + "11765", + "11766", + "11769", + "11770", + "11771", + "11774", + "11775", + "11777", + "11779", + "11780", + "11782", + "11785", + "11786", + "11787", + "11788", + "11789", + "11791", + "11792", + "11793", + "11794", + "11795", + "11798", + "11802", + "11803", + "11806", + "11808", + "11810", + "11813", + "11816", + "11817", + "11818", + "11819", + "11821", + "11824", + "11833", + "11834", + "11835", + "11836", + "11837", + "11841", + "11842", + "11844", + "11852", + "11853", + "11858", + "11859", + "11862", + "11866", + "11869", + "11870", + "11871", + "11872", + "11875", + "11877", + "11883", + "11884", + "11886", + "11887", + "11891", + "11892", + "11893", + "11894", + "11895", + "11896", + "11897", + "11902", + "11903", + "11907", + "11913", + "11914", + "11916", + "11919", + "11920", + "11921", + "11924", + "11925", + "11926", + "11927", + "11928", + "11930", + "11931", + "11936", + "11938", + "11940", + "11943", + "11949", + "11956", + "11960", + "11963", + "11966", + "11968", + "11973", + "11976", + "11977", + "11979", + "11980", + "11982", + "11983", + "11985", + "11987", + "11988", + "11990", + "11991", + "11992", + "11994", + "11998", + "12002", + "12004", + "12006", + "12008", + "12011", + "12012", + "12014", + "12016", + "12018", + "12019", + "12020", + "12021", + "12022", + "12028", + "12030", + "12031", + "12032", + "12034", + "12035", + "12036", + "12038", + "12039", + "12040", + "12042", + "12043", + "12044", + "12047", + "12048", + "12049", + "12052", + "12053", + "12056", + "12057", + "12059", + "12060", + "12063", + "12065", + "12069", + "12073", + "12075", + "12076", + "12077", + "12079", + "12082", + "12084", + "12086", + "12087", + "12089", + "12090", + "12092", + "12093", + "12096", + "12097", + "12098", + "12101", + "12103", + "12105", + "12109", + "12111", + "12112", + "12113", + "12117", + "12118", + "12123", + "12125", + "12126", + "12127", + "12128", + "12129", + "12132", + "12133", + "12135", + "12137", + "12138", + "12143", + "12144", + "12145", + "12147", + "12148", + "12150", + "12151", + "12153", + "12154", + "12156", + "12160", + "12162", + "12163", + "12164", + "12165", + "12166", + "12167", + "12169", + "12170", + "12171", + "12175", + "12177", + "12182", + "12188", + "12189", + "12191", + "12194", + "12196", + "12198", + "12202", + "12204", + "12207", + "12210", + "12211", + "12212", + "12213", + "12214", + "12217", + "12219", + "12221", + "12223", + "12224", + "12228", + "12229", + "12231", + "12234", + "12237", + "12238", + "12241", + "12243", + "12244", + "12247", + "12248", + "12252", + "12255", + "12257", + "12258", + "12259", + "12263", + "12265", + "12266", + "12268", + "12269", + "12270", + "12271", + "12272", + "12273", + "12278", + "12280", + "12281", + "12287", + "12288", + "12289", + "12290", + "12295", + "12297", + "12298", + "12299", + "12300", + "12302", + "12303", + "12305", + "12308", + "12309", + "12310", + "12311", + "12312", + "12315", + "12318", + "12319", + "12325", + "12327", + "12328", + "12332", + "12333", + "12335", + "12337", + "12338", + "12339", + "12340", + "12347", + "12349", + "12350", + "12353", + "12354", + "12355", + "12359", + "12367", + "12368", + "12369", + "12370", + "12371", + "12372", + "12373", + "12374", + "12375", + "12376", + "12378", + "12379", + "12381", + "12382", + "12384", + "12386", + "12387", + "12388", + "12389", + "12392", + "12393", + "12396", + "12397", + "12398", + "12399", + "12400", + "12402", + "12403", + "12405", + "12406", + "12409", + "12413", + "12415", + "12416", + "12417", + "12420", + "12422", + "12423", + "12427", + "12428", + "12429", + "12430", + "12431", + "12436", + "12438", + "12444", + "12448", + "12450", + "12452", + "12453", + "12454", + "12457", + "12459", + "12461", + "12464", + "12466", + "12467", + "12469", + "12471", + "12472", + "12473", + "12474", + "12475", + "12477", + "12482", + "12484", + "12486", + "12488", + "12489", + "12493", + "12494", + "12496", + "12497", + "12499", + "12501", + "12502", + "12503", + "12504", + "12506", + "12508", + "12509", + "12511", + "12512", + "12513", + "12514", + "12515", + "12516", + "12518", + "12519", + "12521", + "12522", + "12523", + "12524", + "12525", + "12526", + "12527", + "12528", + "12530", + "12531", + "12532", + "12533", + "12537", + "12538", + "12539", + "12540", + "12541", + "12543", + "12546", + "12549", + "12550", + "12551", + "12555", + "12557", + "12558", + "12559", + "12560", + "12561", + "12564", + "12569", + "12570", + "12571", + "12572", + "12573", + "12575", + "12577", + "12580", + "12581", + "12583", + "12587", + "12589", + "12592", + "12593", + "12594", + "12600", + "12606", + "12609", + "12611", + "12612", + "12616", + "12617", + "12619", + "12620", + "12621", + "12622", + "12623", + "12624", + "12626", + "12627", + "12628", + "12629", + "12631", + "12634", + "12635", + "12637", + "12650", + "12652", + "12653", + "12654", + "12656", + "12657", + "12660", + "12662", + "12663", + "12664", + "12671", + "12672", + "12677", + "12678", + "12681", + "12684", + "12685", + "12686", + "12688", + "12689", + "12690", + "12691", + "12693", + "12694", + "12695", + "12696", + "12698", + "12700", + "12702", + "12704", + "12705", + "12707", + "12710", + "12713", + "12714", + "12715", + "12716", + "12718", + "12719", + "12723", + "12725", + "12727", + "12728", + "12730", + "12731", + "12736", + "12738", + "12740", + "12741", + "12743", + "12744", + "12745", + "12749", + "12750", + "12755", + "12757", + "12758", + "12759", + "12760", + "12762", + "12764", + "12765", + "12766", + "12767", + "12768", + "12769", + "12770", + "12771", + "12772", + "12774", + "12778", + "12779", + "12782", + "12784", + "12785", + "12789", + "12790", + "12794", + "12798", + "12800", + "12801", + "12805", + "12806", + "12807", + "12810", + "12813", + "12814", + "12815", + "12819", + "12820", + "12822", + "12823", + "12825", + "12826", + "12827", + "12830", + "12831", + "12833", + "12835", + "12836", + "12845", + "12846", + "12847", + "12848", + "12849", + "12852", + "12853", + "12854", + "12856", + "12858", + "12861", + "12864", + "12865", + "12867", + "12868", + "12870", + "12871", + "12873", + "12875", + "12877", + "12878", + "12879", + "12882", + "12883", + "12884", + "12885", + "12886", + "12888", + "12890", + "12891", + "12893", + "12897", + "12898", + "12903", + "12905", + "12910", + "12911", + "12913", + "12914", + "12918", + "12920", + "12922", + "12925", + "12926", + "12927", + "12928", + "12931", + "12932", + "12934", + "12940", + "12942", + "12947", + "12949", + "12950", + "12951", + "12954", + "12955", + "12956", + "12958", + "12960", + "12962", + "12966", + "12967", + "12969", + "12970", + "12972", + "12973", + "12974", + "12976", + "12977", + "12978", + "12980", + "12984", + "12986", + "12990", + "12996", + "12998", + "13006", + "13008", + "13010", + "13011", + "13014", + "13015", + "13016", + "13017", + "13020", + "13021", + "13022", + "13024", + "13030", + "13031", + "13033", + "13038", + "13040", + "13043", + "13046", + "13047", + "13052", + "13053", + "13054", + "13055", + "13057", + "13061", + "13064", + "13065", + "13066", + "13069", + "13070", + "13071", + "13072", + "13073", + "13074", + "13075", + "13076", + "13077", + "13082", + "13085", + "13086", + "13088", + "13090", + "13093", + "13094", + "13098", + "13099", + "13100", + "13103", + "13104", + "13106", + "13107", + "13108", + "13112", + "13114", + "13115", + "13116", + "13118", + "13119", + "13120", + "13121", + "13122", + "13123", + "13124", + "13126", + "13129", + "13134", + "13135", + "13137", + "13143", + "13150", + "13152", + "13153", + "13159", + "13162", + "13165", + "13166", + "13169", + "13170", + "13171", + "13172", + "13182", + "13185", + "13186", + "13187", + "13191", + "13192", + "13193", + "13194", + "13195", + "13199", + "13203", + "13205", + "13208", + "13209", + "13210", + "13212", + "13216", + "13217", + "13218", + "13219", + "13222", + "13223", + "13225", + "13226", + "13230", + "13233", + "13236", + "13237", + "13238", + "13241", + "13242", + "13247", + "13250", + "13251", + "13252", + "13256", + "13260", + "13261", + "13262", + "13264", + "13267", + "13268", + "13276", + "13281", + "13282", + "13283", + "13284", + "13285", + "13288", + "13289", + "13291", + "13293", + "13295", + "13296", + "13299", + "13300", + "13302", + "13304", + "13305", + "13311", + "13317", + "13318", + "13319", + "13320", + "13321", + "13323", + "13324", + "13325", + "13326", + "13329", + "13336", + "13338", + "13342", + "13343", + "13344", + "13346", + "13347", + "13349", + "13351", + "13352", + "13353", + "13354", + "13357", + "13358", + "13363", + "13364", + "13367", + "13369", + "13372", + "13379", + "13380", + "13381", + "13383", + "13384", + "13386", + "13387", + "13391", + "13396", + "13398", + "13399", + "13401", + "13404", + "13407", + "13411", + "13413", + "13414", + "13415", + "13416", + "13417", + "13420", + "13422", + "13424", + "13425", + "13427", + "13428", + "13430", + "13431", + "13432", + "13433", + "13435", + "13436", + "13438", + "13440", + "13443", + "13444", + "13445", + "13446", + "13449", + "13450", + "13451", + "13454", + "13455", + "13464", + "13465", + "13469", + "13470", + "13475", + "13480", + "13482", + "13485", + "13486", + "13487", + "13489", + "13491", + "13492", + "13493", + "13494", + "13495", + "13496", + "13497", + "13498", + "13499", + "13501", + "13503", + "13504", + "13505", + "13507", + "13508", + "13509", + "13511", + "13513", + "13514", + "13516", + "13517", + "13518", + "13520", + "13521", + "13522", + "13523", + "13524", + "13528", + "13529", + "13535", + "13536", + "13538", + "13539", + "13543", + "13544", + "13545", + "13549", + "13550", + "13551", + "13553", + "13554", + "13555", + "13556", + "13557", + "13559", + "13560", + "13563", + "13564", + "13565", + "13567", + "13570", + "13574", + "13577", + "13580", + "13581", + "13582", + "13585", + "13586", + "13587", + "13588", + "13590", + "13595", + "13597", + "13600", + "13602", + "13603", + "13605", + "13607", + "13608", + "13611", + "13613", + "13615", + "13616", + "13617", + "13619", + "13620", + "13622", + "13625", + "13627", + "13630", + "13631", + "13632", + "13633", + "13638", + "13639", + "13640", + "13643", + "13644", + "13646", + "13648", + "13649", + "13653", + "13655", + "13657", + "13658", + "13660", + "13661", + "13663", + "13664", + "13665", + "13668", + "13669", + "13673", + "13674", + "13676", + "13677", + "13681", + "13682", + "13684", + "13687", + "13689", + "13690", + "13691", + "13694", + "13696", + "13700", + "13702", + "13703", + "13704", + "13712", + "13713", + "13716", + "13717", + "13718", + "13719", + "13722", + "13724", + "13730", + "13731", + "13732", + "13735", + "13736", + "13740", + "13741", + "13743", + "13744", + "13746", + "13750", + "13751", + "13753", + "13756", + "13759", + "13760", + "13764", + "13765", + "13766", + "13767", + "13769", + "13770", + "13771", + "13772", + "13774", + "13776", + "13778", + "13781", + "13786", + "13788", + "13789", + "13792", + "13793", + "13795", + "13796", + "13797", + "13800", + "13801", + "13802", + "13807", + "13808", + "13811", + "13812", + "13813", + "13814", + "13816", + "13817", + "13819", + "13820", + "13823", + "13824", + "13825", + "13829", + "13830", + "13831", + "13832", + "13836", + "13838", + "13839", + "13841", + "13842", + "13844", + "13845", + "13846", + "13847", + "13849", + "13850", + "13851", + "13852", + "13853", + "13858", + "13859", + "13863", + "13865", + "13867", + "13868", + "13869", + "13870", + "13871", + "13872", + "13874", + "13875", + "13878", + "13879", + "13880", + "13883", + "13884", + "13886", + "13887", + "13889", + "13891", + "13892", + "13897", + "13898", + "13900", + "13904", + "13905", + "13908", + "13909", + "13910", + "13911", + "13913", + "13916", + "13919", + "13920", + "13921", + "13923", + "13925", + "13926", + "13931", + "13933", + "13939", + "13941", + "13947", + "13949", + "13951", + "13952", + "13953", + "13954", + "13955", + "13957", + "13958", + "13959", + "13961", + "13963", + "13964", + "13965", + "13969", + "13972", + "13974", + "13978", + "13979", + "13981", + "13983", + "13984", + "13985", + "13987", + "13989", + "13990", + "13991", + "13992", + "13994", + "13996", + "13997", + "13998", + "14002", + "14006", + "14008", + "14009", + "14010", + "14011", + "14013", + "14015", + "14018", + "14020", + "14022", + "14024", + "14025", + "14026", + "14027", + "14028", + "14029", + "14030", + "14032", + "14033", + "14034", + "14035", + "14038", + "14039", + "14044", + "14045", + "14046", + "14047", + "14052", + "14054", + "14059", + "14067", + "14073", + "14076", + "14078", + "14079", + "14082", + "14084", + "14085", + "14087", + "14088", + "14090", + "14092", + "14093", + "14094", + "14097", + "14098", + "14099", + "14103", + "14104", + "14109", + "14110", + "14114", + "14115", + "14117", + "14118", + "14120", + "14121", + "14128", + "14130", + "14132", + "14133", + "14135", + "14136", + "14139", + "14140", + "14142", + "14145", + "14147", + "14148", + "14149", + "14151", + "14152", + "14153", + "14154", + "14155", + "14156", + "14157", + "14160", + "14163", + "14164", + "14165", + "14167", + "14168", + "14172", + "14174", + "14176", + "14177", + "14178", + "14183", + "14184", + "14188", + "14192", + "14193", + "14194", + "14202", + "14203", + "14204", + "14208", + "14210", + "14212", + "14216", + "14217", + "14220", + "14222", + "14224", + "14225", + "14226", + "14233", + "14234", + "14235", + "14236", + "14243", + "14245", + "14247", + "14249", + "14250", + "14251", + "14252", + "14253", + "14255", + "14256", + "14257", + "14258", + "14259", + "14260", + "14261", + "14263", + "14265", + "14266", + "14267", + "14269", + "14270", + "14274", + "14277", + "14280", + "14281", + "14284", + "14285", + "14286", + "14288", + "14289", + "14290", + "14291", + "14293", + "14294", + "14296", + "14298", + "14299", + "14300", + "14301", + "14302", + "14308", + "14310", + "14316", + "14318", + "14320", + "14322", + "14323", + "14328", + "14330", + "14332", + "14334", + "14335", + "14336", + "14337", + "14338", + "14339", + "14341", + "14343", + "14345", + "14350", + "14354", + "14355", + "14356", + "14357", + "14358", + "14359", + "14361", + "14362", + "14369", + "14370", + "14371", + "14375", + "14377", + "14387", + "14390", + "14391", + "14396", + "14398", + "14399", + "14402", + "14405", + "14407", + "14408", + "14409", + "14411", + "14412", + "14413", + "14414", + "14415", + "14417", + "14418", + "14419", + "14420", + "14424", + "14425", + "14426", + "14427", + "14428", + "14432", + "14433", + "14435", + "14436", + "14437", + "14438", + "14439", + "14442", + "14446", + "14447", + "14449", + "14452", + "14453", + "14454", + "14456", + "14457", + "14458", + "14462", + "14467", + "14469", + "14470", + "14471", + "14473", + "14476", + "14480", + "14482", + "14484", + "14485", + "14489", + "14490", + "14491", + "14493", + "14496", + "14497", + "14499", + "14501", + "14503", + "14505", + "14508", + "14510", + "14511", + "14513", + "14515", + "14517", + "14518", + "14519", + "14521", + "14522", + "14524", + "14526", + "14527", + "14528", + "14529", + "14530", + "14534", + "14540", + "14541", + "14542", + "14544", + "14550", + "14551", + "14553", + "14554", + "14555", + "14557", + "14559", + "14560", + "14563", + "14565", + "14567", + "14568", + "14570", + "14573", + "14574", + "14579", + "14580", + "14582", + "14587", + "14592", + "14594", + "14596", + "14601", + "14603", + "14605", + "14611", + "14612", + "14614", + "14616", + "14617", + "14618", + "14622", + "14624", + "14625", + "14626", + "14627", + "14628", + "14631", + "14632", + "14634", + "14635", + "14637", + "14639", + "14640", + "14641", + "14646", + "14647", + "14648", + "14649", + "14651", + "14653", + "14654", + "14656", + "14657", + "14660", + "14661", + "14662", + "14663", + "14664", + "14667", + "14670", + "14672", + "14673", + "14675", + "14676", + "14678", + "14680", + "14681", + "14683", + "14685", + "14690", + "14695", + "14696", + "14697", + "14699", + "14702", + "14703", + "14707", + "14708", + "14709", + "14711", + "14713", + "14714", + "14715", + "14716", + "14717", + "14718", + "14724", + "14725", + "14732", + "14734", + "14736", + "14737", + "14739", + "14741", + "14742", + "14743", + "14746", + "14748", + "14749", + "14750", + "14751", + "14752", + "14753", + "14754", + "14755", + "14760", + "14762", + "14763", + "14766", + "14768", + "14769", + "14770", + "14774", + "14775", + "14776", + "14778", + "14779", + "14781", + "14782", + "14789", + "14791", + "14793", + "14794", + "14796", + "14797", + "14799", + "14801", + "14803", + "14804", + "14807", + "14811", + "14814", + "14816", + "14817", + "14818", + "14825", + "14826", + "14828", + "14832", + "14836", + "14837", + "14839", + "14842", + "14844", + "14845", + "14847", + "14848", + "14849", + "14852", + "14853", + "14854", + "14855", + "14856", + "14858", + "14860", + "14861", + "14862", + "14865", + "14868", + "14869", + "14870", + "14873", + "14875", + "14876", + "14877", + "14881", + "14882", + "14886", + "14888", + "14890", + "14891", + "14894", + "14895", + "14897", + "14898", + "14900", + "14901", + "14902", + "14906", + "14907", + "14908", + "14909", + "14912", + "14916", + "14920", + "14921", + "14922", + "14923", + "14924", + "14925", + "14927", + "14929", + "14931", + "14932", + "14933", + "14935", + "14936", + "14938", + "14941", + "14944", + "14946", + "14949", + "14950", + "14951", + "14955", + "14956", + "14958", + "14959", + "14961", + "14964", + "14967", + "14969", + "14971", + "14975", + "14978", + "14980", + "14981", + "14984", + "14987", + "14990", + "14991", + "14992", + "14997", + "15002", + "15003", + "15007", + "15008", + "15009", + "15012", + "15017", + "15018", + "15019", + "15021", + "15022", + "15026", + "15029", + "15030", + "15032", + "15035", + "15036", + "15037", + "15038", + "15039", + "15040", + "15044", + "15045", + "15046", + "15047", + "15051", + "15053", + "15056", + "15057", + "15059", + "15061", + "15062", + "15064", + "15069", + "15073", + "15074", + "15075", + "15076", + "15079", + "15082", + "15083", + "15084", + "15089", + "15095", + "15100", + "15101", + "15107", + "15108", + "15109", + "15113", + "15115", + "15116", + "15117", + "15118", + "15120", + "15121", + "15123", + "15124", + "15125", + "15128", + "15130", + "15135", + "15137", + "15138", + "15139", + "15143", + "15145", + "15146", + "15147", + "15152", + "15153", + "15154", + "15155", + "15156", + "15159", + "15163", + "15164", + "15165", + "15166", + "15167", + "15169", + "15171", + "15174", + "15175", + "15176", + "15177", + "15178", + "15181", + "15182", + "15187", + "15190", + "15192", + "15194", + "15195", + "15196", + "15197", + "15200", + "15202", + "15203", + "15211", + "15214", + "15215", + "15216", + "15217", + "15218", + "15219", + "15220", + "15223", + "15224", + "15225", + "15226", + "15228", + "15230", + "15231", + "15237", + "15243", + "15246", + "15254", + "15255", + "15257", + "15262", + "15264", + "15271", + "15272", + "15273", + "15275", + "15278", + "15279", + "15280", + "15281", + "15282", + "15284", + "15286", + "15287", + "15288", + "15290", + "15291", + "15293", + "15295", + "15296", + "15297", + "15299", + "15302", + "15304", + "15305", + "15308", + "15309", + "15310", + "15311", + "15316", + "15317", + "15318", + "15319", + "15320", + "15321", + "15322", + "15324", + "15327", + "15328", + "15330", + "15331", + "15333", + "15334", + "15335", + "15336", + "15337", + "15338", + "15339", + "15340", + "15344", + "15346", + "15347", + "15348", + "15349", + "15350", + "15354", + "15355", + "15357", + "15359", + "15361", + "15362", + "15363", + "15365", + "15367", + "15368", + "15369", + "15371", + "15377", + "15378", + "15379", + "15381", + "15387", + "15390", + "15392", + "15396", + "15397", + "15399", + "15403", + "15405", + "15408", + "15409", + "15414", + "15417", + "15420", + "15423", + "15426", + "15427", + "15428", + "15431", + "15432", + "15433", + "15434", + "15439", + "15442", + "15446", + "15449", + "15450", + "15453", + "15454", + "15455", + "15456", + "15458", + "15459", + "15460", + "15462", + "15466", + "15469", + "15471", + "15473", + "15475", + "15479", + "15480", + "15481", + "15482", + "15483", + "15486", + "15489", + "15490", + "15495", + "15499", + "15500", + "15501", + "15505", + "15506", + "15509", + "15510", + "15511", + "15513", + "15514", + "15515", + "15518", + "15519", + "15521", + "15522", + "15524", + "15525", + "15533", + "15535", + "15536", + "15537", + "15541", + "15543", + "15547", + "15548", + "15549", + "15550", + "15551", + "15552", + "15553", + "15554", + "15558", + "15560", + "15562", + "15564", + "15565", + "15567", + "15568", + "15569", + "15571", + "15572", + "15574", + "15575", + "15578", + "15579", + "15580", + "15581", + "15583", + "15585", + "15587", + "15590", + "15592", + "15593", + "15594", + "15595", + "15598", + "15600", + "15601", + "15604", + "15605", + "15609", + "15610", + "15612", + "15614", + "15615", + "15616", + "15618", + "15619", + "15620", + "15623", + "15625", + "15626", + "15627", + "15628", + "15629", + "15630", + "15631", + "15633", + "15634", + "15635", + "15638", + "15642", + "15647", + "15648", + "15650", + "15651", + "15652", + "15653", + "15656", + "15661", + "15663", + "15667", + "15670", + "15672", + "15674", + "15675", + "15676", + "15678", + "15680", + "15682", + "15691", + "15693", + "15694", + "15695", + "15697", + "15698", + "15702", + "15704", + "15705", + "15707", + "15708", + "15709", + "15710", + "15711", + "15713", + "15717", + "15718", + "15719", + "15724", + "15729", + "15732", + "15735", + "15736", + "15737", + "15739", + "15740", + "15744", + "15746", + "15747", + "15748", + "15749", + "15750", + "15751", + "15758", + "15760", + "15764", + "15768", + "15769", + "15770", + "15772", + "15774", + "15776", + "15778", + "15779", + "15781", + "15784", + "15787", + "15792", + "15796", + "15797", + "15798", + "15801", + "15808", + "15809", + "15812", + "15818", + "15821", + "15823", + "15825", + "15826", + "15830", + "15832", + "15834", + "15836", + "15837", + "15838", + "15839", + "15841", + "15843", + "15845", + "15846", + "15847", + "15848", + "15849", + "15852", + "15853", + "15854", + "15857", + "15859", + "15863", + "15864", + "15865", + "15867", + "15869", + "15872", + "15875", + "15878", + "15880", + "15881", + "15883", + "15884", + "15886", + "15889", + "15892", + "15894", + "15898", + "15899", + "15900", + "15904", + "15905", + "15907", + "15912", + "15917", + "15918", + "15921", + "15922", + "15923", + "15924", + "15926", + "15927", + "15928", + "15930", + "15932", + "15933", + "15935", + "15939", + "15944", + "15945", + "15946", + "15950", + "15953", + "15954", + "15957", + "15960", + "15965", + "15966", + "15970", + "15971", + "15974", + "15975", + "15977", + "15978", + "15980", + "15981", + "15982", + "15984", + "15987", + "15991", + "15993", + "15994", + "15995", + "15996", + "15998", + "16003", + "16005", + "16008", + "16009", + "16010", + "16013", + "16014", + "16016", + "16019", + "16021", + "16024", + "16025", + "16028", + "16030", + "16033", + "16034", + "16037", + "16040", + "16042", + "16043", + "16050", + "16051", + "16052", + "16053", + "16055", + "16058", + "16059", + "16063", + "16064", + "16066", + "16067", + "16068", + "16069", + "16070", + "16073", + "16076", + "16077", + "16078", + "16079", + "16080", + "16083", + "16085", + "16089", + "16091", + "16093", + "16095", + "16096", + "16097", + "16099", + "16107", + "16109", + "16114", + "16115", + "16116", + "16118", + "16122", + "16123", + "16126", + "16128", + "16133", + "16134", + "16137", + "16138", + "16139", + "16140", + "16141", + "16144", + "16145", + "16147", + "16148", + "16150", + "16154", + "16155", + "16156", + "16157", + "16160", + "16161", + "16163", + "16165", + "16166", + "16169", + "16170", + "16171", + "16172", + "16176", + "16177", + "16182", + "16184", + "16186", + "16195", + "16199", + "16202", + "16206", + "16207", + "16208", + "16209", + "16210", + "16211", + "16212", + "16213", + "16216", + "16217", + "16220", + "16223", + "16224", + "16226", + "16228", + "16232", + "16234", + "16238", + "16239", + "16245", + "16247", + "16248", + "16249", + "16250", + "16255", + "16260", + "16261", + "16265", + "16269", + "16270", + "16272", + "16273", + "16276", + "16277", + "16278", + "16280", + "16281", + "16282", + "16286", + "16287", + "16290", + "16291", + "16293", + "16297", + "16298", + "16303", + "16304", + "16305", + "16307", + "16309", + "16310", + "16312", + "16313", + "16316", + "16317", + "16318", + "16319", + "16322", + "16323", + "16326", + "16327", + "16328", + "16329", + "16335", + "16336", + "16338", + "16341", + "16342", + "16345", + "16346", + "16347", + "16348", + "16349", + "16351", + "16352", + "16353", + "16354", + "16355", + "16356", + "16357", + "16358", + "16361", + "16362", + "16363", + "16364", + "16365", + "16366", + "16368", + "16371", + "16373", + "16375", + "16376", + "16379", + "16380", + "16381", + "16382", + "16383", + "16384", + "16386", + "16387", + "16388", + "16390", + "16398", + "16402", + "16405", + "16406", + "16408", + "16411", + "16414", + "16415", + "16416", + "16417", + "16418", + "16419", + "16420", + "16424", + "16425", + "16427", + "16428", + "16429", + "16430", + "16431", + "16432", + "16433", + "16439", + "16441", + "16442", + "16443", + "16444", + "16445", + "16446", + "16448", + "16449", + "16450", + "16451", + "16452", + "16454", + "16455", + "16456", + "16457", + "16461", + "16463", + "16464", + "16469", + "16470", + "16471", + "16477", + "16479", + "16483", + "16484", + "16485", + "16486", + "16488", + "16489", + "16492", + "16493", + "16494", + "16495", + "16496", + "16497", + "16498", + "16502", + "16503", + "16504", + "16505", + "16507", + "16512", + "16516", + "16517", + "16518", + "16523", + "16524", + "16526", + "16527", + "16528", + "16529", + "16530", + "16533", + "16534", + "16535", + "16538", + "16539", + "16541", + "16542", + "16543", + "16546", + "16548", + "16549", + "16550", + "16551", + "16553", + "16554", + "16556", + "16559", + "16560", + "16561", + "16564", + "16566", + "16567", + "16573", + "16574", + "16582", + "16583", + "16585", + "16586", + "16587", + "16588", + "16590", + "16591", + "16593", + "16594", + "16595", + "16596", + "16597", + "16598", + "16599", + "16605", + "16608", + "16609", + "16611", + "16613", + "16615", + "16616", + "16617", + "16619", + "16620", + "16621", + "16624", + "16626", + "16627", + "16629", + "16630", + "16633", + "16635", + "16638", + "16641", + "16642", + "16649", + "16652", + "16653", + "16659", + "16660", + "16662", + "16664", + "16668", + "16671", + "16673", + "16676", + "16677", + "16679", + "16688", + "16689", + "16691", + "16694", + "16695", + "16696", + "16699", + "16701", + "16702", + "16703", + "16704", + "16705", + "16708", + "16710", + "16712", + "16713", + "16715", + "16716", + "16718", + "16722", + "16723", + "16724", + "16726", + "16727", + "16728", + "16731", + "16732", + "16736", + "16738", + "16739", + "16743", + "16745", + "16746", + "16747", + "16748", + "16749", + "16750", + "16752", + "16755", + "16756", + "16757", + "16759", + "16762", + "16765", + "16769", + "16770", + "16771", + "16772", + "16773", + "16778", + "16782", + "16784", + "16785", + "16786", + "16787", + "16793", + "16794", + "16795", + "16798", + "16799", + "16801", + "16804", + "16806", + "16810", + "16813", + "16814", + "16815", + "16817", + "16818", + "16819", + "16822", + "16823", + "16825", + "16826", + "16829", + "16834", + "16840", + "16841", + "16842", + "16843", + "16845", + "16847", + "16849", + "16853", + "16854", + "16858", + "16859", + "16860", + "16861", + "16863", + "16865", + "16878", + "16883", + "16887", + "16888", + "16889", + "16890", + "16894", + "16895", + "16900", + "16901", + "16902", + "16904", + "16906", + "16907", + "16908", + "16910", + "16917", + "16922", + "16923", + "16924", + "16925", + "16926", + "16927", + "16928", + "16929", + "16931", + "16934", + "16935", + "16943", + "16946", + "16947", + "16948", + "16949", + "16950", + "16952", + "16953", + "16955", + "16956", + "16959", + "16961", + "16963", + "16964", + "16965", + "16967", + "16968", + "16969", + "16970", + "16971", + "16974", + "16975", + "16978", + "16980", + "16981", + "16985", + "16995", + "16997", + "16998", + "17004", + "17005", + "17008", + "17011", + "17012", + "17013", + "17014", + "17015", + "17018", + "17021", + "17022", + "17024", + "17026", + "17027", + "17028", + "17029", + "17033", + "17035", + "17036", + "17037", + "17039", + "17040", + "17042", + "17043", + "17045", + "17048", + "17049", + "17052", + "17055", + "17057", + "17058", + "17060", + "17061", + "17062", + "17063", + "17064", + "17065", + "17068", + "17069", + "17071", + "17072", + "17074", + "17075", + "17080", + "17082", + "17086", + "17090", + "17091", + "17092", + "17093", + "17095", + "17096", + "17097", + "17099", + "17100", + "17101", + "17102", + "17104", + "17105", + "17107", + "17109", + "17113", + "17115", + "17117", + "17120", + "17122", + "17123", + "17124", + "17127", + "17129", + "17130", + "17131", + "17134", + "17137", + "17139", + "17141", + "17144", + "17148", + "17153", + "17155", + "17157", + "17158", + "17160", + "17161", + "17163", + "17164", + "17166", + "17167", + "17169", + "17171", + "17173", + "17175", + "17177", + "17182", + "17186", + "17188", + "17189", + "17192", + "17196", + "17198", + "17199", + "17203", + "17205", + "17208", + "17210", + "17212", + "17214", + "17217", + "17218", + "17219", + "17222", + "17226", + "17230", + "17233", + "17234", + "17236", + "17239", + "17241", + "17242", + "17243", + "17244", + "17246", + "17248", + "17250", + "17251", + "17256", + "17257", + "17258", + "17263", + "17264", + "17265", + "17267", + "17270", + "17272", + "17276", + "17279", + "17280", + "17282", + "17283", + "17284", + "17286", + "17290", + "17292", + "17294", + "17296", + "17298", + "17300", + "17303", + "17305", + "17306", + "17308", + "17314", + "17318", + "17322", + "17323", + "17327", + "17329", + "17332", + "17334", + "17335", + "17341", + "17342", + "17343", + "17344", + "17345", + "17346", + "17348", + "17350", + "17352", + "17353", + "17355", + "17357", + "17358", + "17361", + "17368", + "17369", + "17370", + "17372", + "17379", + "17382", + "17386", + "17387", + "17390", + "17395", + "17397", + "17400", + "17402", + "17404", + "17405", + "17407", + "17408", + "17409", + "17411", + "17413", + "17415", + "17417", + "17419", + "17422", + "17425", + "17427", + "17429", + "17431", + "17433", + "17439", + "17441", + "17442", + "17444", + "17447", + "17449", + "17452", + "17453", + "17454", + "17455", + "17460", + "17465", + "17466", + "17467", + "17472", + "17475", + "17477", + "17479", + "17482", + "17484", + "17487", + "17488", + "17490", + "17491", + "17492", + "17493", + "17494", + "17496", + "17497", + "17499", + "17502", + "17503", + "17504", + "17505", + "17509", + "17512", + "17515", + "17516", + "17517", + "17518", + "17519", + "17521", + "17522", + "17529", + "17530", + "17531", + "17532", + "17536", + "17538", + "17539", + "17540", + "17542", + "17544", + "17551", + "17553", + "17558", + "17559", + "17563", + "17564", + "17565", + "17568", + "17569", + "17570", + "17571", + "17573", + "17574", + "17575", + "17576", + "17591", + "17593", + "17599", + "17600", + "17601", + "17602", + "17603", + "17604", + "17605", + "17606", + "17607", + "17612", + "17613", + "17614", + "17616", + "17617", + "17619", + "17620", + "17623", + "17625", + "17629", + "17631", + "17633", + "17635", + "17636", + "17637", + "17638", + "17641", + "17642", + "17644", + "17645", + "17646", + "17651", + "17659", + "17660", + "17662", + "17663", + "17668", + "17669", + "17672", + "17674", + "17677", + "17680", + "17682", + "17684", + "17690", + "17692", + "17694", + "17698", + "17699", + "17701", + "17702", + "17703", + "17704", + "17705", + "17708", + "17710", + "17712", + "17713", + "17716", + "17717", + "17719", + "17721", + "17723", + "17725", + "17726", + "17728", + "17729", + "17731", + "17732", + "17735", + "17736", + "17737", + "17738", + "17739", + "17741", + "17745", + "17746", + "17747", + "17748", + "17749", + "17751", + "17755", + "17759", + "17761", + "17762", + "17764", + "17772", + "17773", + "17776", + "17780", + "17781", + "17783", + "17786", + "17787", + "17790", + "17793", + "17795", + "17797", + "17798", + "17799", + "17800", + "17802", + "17806", + "17813", + "17814", + "17820", + "17821", + "17822", + "17824", + "17825", + "17827", + "17828", + "17831", + "17832", + "17833", + "17834", + "17836", + "17837", + "17839", + "17843", + "17848", + "17850", + "17852", + "17855", + "17861", + "17865", + "17866", + "17869", + "17870", + "17872", + "17873", + "17874", + "17875", + "17879", + "17881", + "17883", + "17885", + "17887", + "17888", + "17889", + "17890", + "17891", + "17893", + "17898", + "17899", + "17901", + "17902", + "17903", + "17908", + "17910", + "17911", + "17917", + "17920", + "17921", + "17924", + "17926", + "17928", + "17929", + "17938", + "17939", + "17941", + "17943", + "17944", + "17945", + "17946", + "17947", + "17948", + "17951", + "17952", + "17954", + "17955", + "17956", + "17957", + "17958", + "17959", + "17960", + "17967", + "17969", + "17970", + "17972", + "17973", + "17974", + "17975", + "17979", + "17981", + "17982", + "17985", + "17986", + "17987", + "17998", + "18001", + "18002", + "18005", + "18008", + "18009", + "18011", + "18012", + "18013", + "18017", + "18018", + "18019", + "18020", + "18028", + "18031", + "18034", + "18035", + "18036", + "18040", + "18041", + "18044", + "18046", + "18048", + "18050", + "18051", + "18052", + "18053", + "18054", + "18057", + "18058", + "18059", + "18061", + "18063", + "18064", + "18065", + "18066", + "18067", + "18070", + "18071", + "18072", + "18073", + "18074", + "18077", + "18081", + "18084", + "18085", + "18087", + "18089", + "18091", + "18092", + "18093", + "18101", + "18103", + "18106", + "18107", + "18108", + "18109", + "18110", + "18111", + "18112", + "18114", + "18116", + "18118", + "18119", + "18120", + "18121", + "18123", + "18124", + "18126", + "18127", + "18129", + "18134", + "18136", + "18138", + "18140", + "18141", + "18142", + "18143", + "18145", + "18146", + "18149", + "18150", + "18151", + "18152", + "18153", + "18155", + "18156", + "18162", + "18163", + "18164", + "18166", + "18168", + "18169", + "18170", + "18174", + "18175", + "18178", + "18182", + "18184", + "18185", + "18186", + "18190", + "18193", + "18194", + "18196", + "18198", + "18201", + "18204", + "18207", + "18208", + "18210", + "18215", + "18217", + "18218", + "18221", + "18224", + "18227", + "18228", + "18229", + "18231", + "18233", + "18234", + "18235", + "18236", + "18237", + "18239", + "18240", + "18244", + "18245", + "18247", + "18248", + "18249", + "18252", + "18256", + "18257", + "18258", + "18259", + "18262", + "18263", + "18265", + "18273", + "18275", + "18280", + "18283", + "18284", + "18287", + "18291", + "18292", + "18293", + "18295", + "18296", + "18298", + "18300", + "18304", + "18305", + "18306", + "18308", + "18309", + "18313", + "18314", + "18319", + "18320", + "18324", + "18327", + "18328", + "18330", + "18332", + "18338", + "18339", + "18340", + "18348", + "18349", + "18352", + "18354", + "18356", + "18357", + "18360", + "18361", + "18362", + "18363", + "18367", + "18368", + "18370", + "18371", + "18372", + "18374", + "18375", + "18376", + "18378", + "18379", + "18383", + "18385", + "18387", + "18389", + "18390", + "18391", + "18392", + "18393", + "18397", + "18399", + "18400", + "18401", + "18402", + "18403", + "18404", + "18405", + "18406", + "18408", + "18411", + "18412", + "18415", + "18422", + "18426", + "18427", + "18428", + "18431", + "18432", + "18433", + "18434", + "18438", + "18441", + "18445", + "18447", + "18449", + "18452", + "18453", + "18454", + "18459", + "18460", + "18464", + "18466", + "18467", + "18469", + "18470", + "18472", + "18473", + "18474", + "18475", + "18476", + "18477", + "18480", + "18481", + "18483", + "18485", + "18486", + "18487", + "18490", + "18491", + "18492", + "18493", + "18494", + "18495", + "18497", + "18499", + "18501", + "18506", + "18508", + "18510", + "18516", + "18518", + "18520", + "18522", + "18525", + "18530", + "18531", + "18534", + "18535", + "18537", + "18539", + "18542", + "18545", + "18549", + "18550", + "18554", + "18556", + "18557", + "18558", + "18562", + "18565", + "18567", + "18568", + "18573", + "18574", + "18576", + "18577", + "18578", + "18579", + "18584", + "18586", + "18588", + "18590", + "18591", + "18593", + "18594", + "18595", + "18600", + "18603", + "18607", + "18609", + "18610", + "18612", + "18613", + "18619", + "18620", + "18623", + "18624", + "18626", + "18627", + "18629", + "18630", + "18633", + "18634", + "18636", + "18641", + "18642", + "18645", + "18648", + "18649", + "18650", + "18651", + "18653", + "18661", + "18662", + "18663", + "18664", + "18665", + "18667", + "18673", + "18676", + "18677", + "18678", + "18680", + "18681", + "18685", + "18687", + "18688", + "18691", + "18693", + "18695", + "18698", + "18702", + "18704", + "18710", + "18713", + "18719", + "18721", + "18724", + "18729", + "18731", + "18734", + "18737", + "18740", + "18741", + "18742", + "18745", + "18749", + "18752", + "18753", + "18755", + "18756", + "18762", + "18764", + "18765", + "18771", + "18772", + "18774", + "18775", + "18777", + "18780", + "18782", + "18786", + "18792", + "18801", + "18802", + "18803", + "18804", + "18807", + "18808", + "18810", + "18814", + "18816", + "18819", + "18820", + "18825", + "18827", + "18829", + "18835", + "18836", + "18839", + "18840", + "18842", + "18844", + "18845", + "18850", + "18852", + "18853", + "18854", + "18856", + "18857", + "18858", + "18859", + "18861", + "18862", + "18865", + "18866", + "18867", + "18869", + "18870", + "18871", + "18872", + "18873", + "18874", + "18875", + "18877", + "18879", + "18883", + "18887", + "18889", + "18891", + "18892", + "18893", + "18896", + "18898", + "18899", + "18900", + "18901", + "18902", + "18904", + "18905", + "18908", + "18910", + "18911", + "18915", + "18916", + "18917", + "18919", + "18926", + "18928", + "18929", + "18931", + "18935", + "18936", + "18938", + "18939", + "18942", + "18943", + "18948", + "18950", + "18952", + "18954", + "18957", + "18960", + "18962", + "18964", + "18965", + "18966", + "18968", + "18972", + "18975", + "18977", + "18978", + "18979", + "18982", + "18984", + "18985", + "18986", + "18988", + "18990", + "18995", + "18996", + "19005", + "19006", + "19007", + "19008", + "19009", + "19010", + "19012", + "19014", + "19015", + "19016", + "19019", + "19020", + "19023", + "19027", + "19030", + "19032", + "19033", + "19036", + "19037", + "19045", + "19048", + "19050", + "19053", + "19054", + "19055", + "19056", + "19059", + "19062", + "19064", + "19066", + "19067", + "19073", + "19079", + "19081", + "19082", + "19083", + "19085", + "19086", + "19088", + "19093", + "19095", + "19096", + "19099", + "19101", + "19103", + "19109", + "19110", + "19111", + "19112", + "19114", + "19116", + "19118", + "19119", + "19123", + "19125", + "19126", + "19127", + "19130", + "19131", + "19134", + "19137", + "19140", + "19141", + "19143", + "19144", + "19146", + "19148", + "19151", + "19154", + "19155", + "19156", + "19157", + "19161", + "19162", + "19163", + "19164", + "19165", + "19169", + "19170", + "19171", + "19172", + "19174", + "19175", + "19176", + "19177", + "19178", + "19182", + "19184", + "19186", + "19189", + "19191", + "19198", + "19199", + "19200", + "19201", + "19203", + "19206", + "19207", + "19208", + "19209", + "19210", + "19211", + "19212", + "19215", + "19216", + "19219", + "19220", + "19221", + "19222", + "19225", + "19229", + "19230", + "19234", + "19236", + "19237", + "19239", + "19241", + "19243", + "19245", + "19246", + "19247", + "19249", + "19250", + "19252", + "19255", + "19258", + "19259", + "19260", + "19262", + "19263", + "19265", + "19266", + "19269", + "19272", + "19274", + "19277", + "19278", + "19279", + "19280", + "19283", + "19284", + "19287", + "19288", + "19289", + "19291", + "19293", + "19294", + "19295", + "19299", + "19300", + "19302", + "19304", + "19307", + "19312", + "19313", + "19315", + "19317", + "19318", + "19320", + "19321", + "19322", + "19324", + "19325", + "19327", + "19330", + "19332", + "19335", + "19336", + "19337", + "19341", + "19343", + "19345", + "19347", + "19348", + "19349", + "19351", + "19354", + "19355", + "19356", + "19359", + "19360", + "19362", + "19364", + "19371", + "19373", + "19374", + "19380", + "19381", + "19382", + "19388", + "19390", + "19395", + "19398", + "19401", + "19402", + "19403", + "19405", + "19406", + "19408", + "19410", + "19412", + "19415", + "19416", + "19417", + "19420", + "19422", + "19424", + "19425", + "19426", + "19429", + "19430", + "19433", + "19434", + "19435", + "19436", + "19438", + "19441", + "19443", + "19446", + "19447", + "19449", + "19450", + "19451", + "19452", + "19453", + "19457", + "19458", + "19459", + "19462", + "19463", + "19464", + "19465", + "19467", + "19468", + "19469", + "19470", + "19472", + "19475", + "19478", + "19481", + "19485", + "19486", + "19487", + "19489", + "19491", + "19492", + "19495", + "19496", + "19497", + "19499", + "19501", + "19504", + "19505", + "19507", + "19510", + "19511", + "19512", + "19514", + "19515", + "19518", + "19521", + "19526", + "19527", + "19534", + "19535", + "19536", + "19537", + "19538", + "19540", + "19543", + "19545", + "19546", + "19548", + "19549", + "19553", + "19554", + "19557", + "19558", + "19561", + "19562", + "19564", + "19565", + "19566", + "19568", + "19569", + "19570", + "19571", + "19572", + "19574", + "19577", + "19579", + "19581", + "19585", + "19586", + "19589", + "19590", + "19591", + "19592", + "19595", + "19601", + "19602", + "19603", + "19606", + "19607", + "19608", + "19609", + "19612", + "19615", + "19619", + "19620", + "19621", + "19623", + "19629", + "19630", + "19631", + "19632", + "19634", + "19635", + "19637", + "19638", + "19639", + "19640", + "19644", + "19645", + "19647", + "19648", + "19649", + "19654", + "19656", + "19657", + "19658", + "19660", + "19661", + "19663", + "19665", + "19669", + "19670", + "19673", + "19675", + "19677", + "19682", + "19683", + "19688", + "19689", + "19690", + "19691", + "19692", + "19697", + "19700", + "19701", + "19703", + "19705", + "19710", + "19711", + "19713", + "19715", + "19720", + "19721", + "19722", + "19723", + "19724", + "19726", + "19727", + "19728", + "19730", + "19734", + "19735", + "19736", + "19740", + "19743", + "19744", + "19745", + "19746", + "19749", + "19750", + "19753", + "19757", + "19760", + "19761", + "19763", + "19764", + "19766", + "19770", + "19773", + "19776", + "19777", + "19778", + "19779", + "19782", + "19784", + "19785", + "19786", + "19787", + "19788", + "19789", + "19790", + "19793", + "19795", + "19797", + "19799", + "19801", + "19802", + "19805", + "19808", + "19809", + "19810", + "19811", + "19813", + "19814", + "19815", + "19817", + "19819", + "19821", + "19823", + "19824", + "19825", + "19826", + "19831", + "19834", + "19835", + "19837", + "19838", + "19841", + "19842", + "19846", + "19849", + "19850", + "19853", + "19855", + "19856", + "19858", + "19864", + "19865", + "19866", + "19867", + "19869", + "19870", + "19871", + "19875", + "19877", + "19880", + "19881", + "19883", + "19885", + "19886", + "19887", + "19892", + "19893", + "19895", + "19896", + "19897", + "19898", + "19902", + "19903", + "19905", + "19907", + "19911", + "19912", + "19913", + "19914", + "19918", + "19919", + "19920", + "19922", + "19924", + "19925", + "19926", + "19927", + "19929", + "19930", + "19933", + "19937", + "19940", + "19941", + "19942", + "19943", + "19944", + "19946", + "19947", + "19949", + "19954", + "19956", + "19959", + "19960", + "19967", + "19969", + "19970", + "19971", + "19973", + "19976", + "19979", + "19980", + "19983", + "19984", + "19987", + "19988", + "19991", + "19992", + "19993", + "19995", + "19996", + "19998", + "20005", + "20006", + "20007", + "20010", + "20013", + "20014", + "20016", + "20017", + "20019", + "20021", + "20024", + "20025", + "20028", + "20029", + "20034", + "20035", + "20036", + "20037", + "20038", + "20040", + "20041", + "20044", + "20045", + "20049", + "20054", + "20057", + "20059", + "20060", + "20061", + "20063", + "20064", + "20065", + "20067", + "20068", + "20069", + "20070", + "20074", + "20075", + "20080", + "20081", + "20082", + "20084", + "20087", + "20089", + "20092", + "20095", + "20096", + "20097", + "20098", + "20101", + "20104", + "20105", + "20107", + "20108", + "20109", + "20110", + "20111", + "20113", + "20124", + "20125", + "20126", + "20127", + "20128", + "20129", + "20130", + "20134", + "20138", + "20139", + "20140", + "20141", + "20142", + "20143", + "20144", + "20145", + "20146", + "20147", + "20151", + "20152", + "20153", + "20154", + "20155", + "20156", + "20157", + "20162", + "20165", + "20170", + "20174", + "20175", + "20177", + "20178", + "20180", + "20182", + "20188", + "20189", + "20191", + "20192", + "20194", + "20195", + "20196", + "20197", + "20200", + "20203", + "20205", + "20209", + "20216", + "20217", + "20219", + "20220", + "20223", + "20225", + "20226", + "20228", + "20230", + "20231", + "20232", + "20235", + "20236", + "20237", + "20239", + "20241", + "20242", + "20244", + "20246", + "20247", + "20248", + "20250", + "20254", + "20255", + "20256", + "20257", + "20258", + "20259", + "20260", + "20261", + "20264", + "20267", + "20268", + "20270", + "20271", + "20272", + "20277", + "20279", + "20280", + "20281", + "20283", + "20284", + "20286", + "20287", + "20291", + "20293", + "20296", + "20298", + "20299", + "20300", + "20301", + "20308", + "20309", + "20311", + "20314", + "20315", + "20317", + "20318", + "20321", + "20325", + "20329", + "20330", + "20332", + "20336", + "20340", + "20341", + "20342", + "20343", + "20346", + "20347", + "20348", + "20353", + "20357", + "20358", + "20361", + "20362", + "20363", + "20367", + "20370", + "20372", + "20374", + "20376", + "20381", + "20382", + "20386", + "20387", + "20389", + "20391", + "20394", + "20395", + "20397", + "20398", + "20399", + "20400", + "20405", + "20407", + "20409", + "20412", + "20418", + "20419", + "20420", + "20421", + "20423", + "20426", + "20430", + "20431", + "20432", + "20433", + "20434", + "20435", + "20441", + "20442", + "20444", + "20449", + "20451", + "20453", + "20454", + "20455", + "20459", + "20461", + "20464", + "20465", + "20466", + "20469", + "20471", + "20475", + "20477", + "20478", + "20479", + "20480", + "20481", + "20483", + "20484", + "20487", + "20489", + "20490", + "20491", + "20494", + "20495", + "20503", + "20509", + "20513", + "20514", + "20518", + "20521", + "20524", + "20525", + "20526", + "20528", + "20532", + "20536", + "20537", + "20538", + "20540", + "20544", + "20545", + "20547", + "20548", + "20554", + "20558", + "20559", + "20561", + "20566", + "20570", + "20571", + "20573", + "20574", + "20575", + "20576", + "20577", + "20578", + "20579", + "20580", + "20582", + "20583", + "20585", + "20587", + "20589", + "20592", + "20596", + "20597", + "20599", + "20601", + "20603", + "20606", + "20607", + "20608", + "20609", + "20610", + "20613", + "20615", + "20618", + "20622", + "20626", + "20628", + "20630", + "20635", + "20636", + "20639", + "20642", + "20643", + "20645", + "20646", + "20647", + "20649", + "20650", + "20652", + "20653", + "20655", + "20656", + "20657", + "20658", + "20659", + "20661", + "20662", + "20663", + "20664", + "20672", + "20673", + "20674", + "20678", + "20679", + "20680", + "20682", + "20683", + "20685", + "20686", + "20687", + "20691", + "20696", + "20697", + "20698", + "20701", + "20704", + "20706", + "20708", + "20710", + "20711", + "20713", + "20714", + "20715", + "20717", + "20718", + "20721", + "20722", + "20723", + "20728", + "20735", + "20737", + "20739", + "20740", + "20741", + "20745", + "20746", + "20747", + "20749", + "20750", + "20752", + "20753", + "20755", + "20757", + "20758", + "20760", + "20761", + "20763", + "20764", + "20767", + "20769", + "20770", + "20771", + "20772", + "20774", + "20775", + "20779", + "20782", + "20783", + "20784", + "20786", + "20791", + "20793", + "20795", + "20797", + "20804", + "20805", + "20807", + "20810", + "20813", + "20815", + "20816", + "20817", + "20818", + "20821", + "20824", + "20825", + "20826", + "20827", + "20828", + "20830", + "20831", + "20832", + "20837", + "20838", + "20842", + "20844", + "20845", + "20847", + "20848", + "20849", + "20850", + "20851", + "20852", + "20853", + "20856", + "20858", + "20861", + "20863", + "20865", + "20867", + "20868", + "20869", + "20870", + "20872", + "20873", + "20874", + "20875", + "20877", + "20878", + "20885", + "20887", + "20890", + "20891", + "20896", + "20901", + "20906", + "20909", + "20912", + "20913", + "20915", + "20917", + "20922", + "20927", + "20928", + "20929", + "20930", + "20932", + "20933", + "20934", + "20936", + "20937", + "20941", + "20943", + "20947", + "20948", + "20950", + "20951", + "20952", + "20954", + "20955", + "20957", + "20961", + "20963", + "20964", + "20965", + "20966", + "20970", + "20972", + "20973", + "20974", + "20976", + "20977", + "20978", + "20982", + "20983", + "20987", + "20988", + "20996", + "20997", + "21005", + "21007", + "21008", + "21009", + "21013", + "21015", + "21018", + "21019", + "21021", + "21025", + "21026", + "21027", + "21028", + "21030", + "21031", + "21032", + "21034", + "21035", + "21037", + "21038", + "21040", + "21042", + "21046", + "21047", + "21048", + "21049", + "21055", + "21056", + "21059", + "21060", + "21061", + "21064", + "21066", + "21067", + "21071", + "21075", + "21077", + "21080", + "21082", + "21085", + "21090", + "21091", + "21093", + "21094", + "21095", + "21098", + "21100", + "21101", + "21103", + "21105", + "21107", + "21108", + "21110", + "21113", + "21114", + "21115", + "21121", + "21124", + "21125", + "21126", + "21127", + "21130", + "21131", + "21133", + "21134", + "21135", + "21136", + "21140", + "21142", + "21143", + "21145", + "21148", + "21152", + "21153", + "21154", + "21155", + "21157", + "21158", + "21159", + "21160", + "21162", + "21163", + "21171", + "21172", + "21173", + "21177", + "21179", + "21181", + "21182", + "21184", + "21185", + "21186", + "21188", + "21189", + "21191", + "21199", + "21204", + "21207", + "21209", + "21211", + "21214", + "21215", + "21219", + "21220", + "21223", + "21226", + "21227", + "21228", + "21229", + "21230", + "21231", + "21232", + "21233", + "21236", + "21237", + "21238", + "21241", + "21243", + "21244", + "21245", + "21248", + "21249", + "21250", + "21252", + "21253", + "21255", + "21257", + "21258", + "21259", + "21261", + "21262", + "21263", + "21264", + "21268", + "21277", + "21278", + "21280", + "21282", + "21283", + "21284", + "21291", + "21295", + "21296", + "21299", + "21302", + "21303", + "21305", + "21306", + "21307", + "21308", + "21309", + "21311", + "21312", + "21316", + "21320", + "21322", + "21323", + "21325", + "21326", + "21331", + "21332", + "21334", + "21337", + "21338", + "21339", + "21341", + "21347", + "21349", + "21350", + "21351", + "21352", + "21353", + "21354", + "21355", + "21356", + "21357", + "21358", + "21361", + "21362", + "21364", + "21366", + "21369", + "21371", + "21377", + "21379", + "21382", + "21384", + "21385", + "21386", + "21387", + "21390", + "21393", + "21395", + "21396", + "21397", + "21399", + "21400", + "21403", + "21405", + "21407", + "21413", + "21415", + "21417", + "21418", + "21419", + "21422", + "21424", + "21426", + "21429", + "21431", + "21433", + "21434", + "21435", + "21438", + "21439", + "21441", + "21442", + "21443", + "21445", + "21446", + "21456", + "21463", + "21466", + "21470", + "21471", + "21474", + "21475", + "21477", + "21479", + "21480", + "21482", + "21483", + "21484", + "21485", + "21487", + "21488", + "21489", + "21493", + "21494", + "21495", + "21499", + "21501", + "21504", + "21505", + "21508", + "21510", + "21517", + "21518", + "21521", + "21522", + "21524", + "21526", + "21530", + "21531", + "21532", + "21533", + "21534", + "21536", + "21537", + "21538", + "21546", + "21548", + "21549", + "21550", + "21551", + "21552", + "21553", + "21555", + "21556", + "21558", + "21559", + "21560", + "21564", + "21567", + "21568", + "21569", + "21572", + "21574", + "21575", + "21577", + "21578", + "21582", + "21583", + "21585", + "21586", + "21587", + "21591", + "21592", + "21593", + "21594", + "21595", + "21596", + "21599", + "21603", + "21604", + "21607", + "21608", + "21609", + "21611", + "21612", + "21614", + "21615", + "21616", + "21617", + "21619", + "21622", + "21623", + "21624", + "21625", + "21627", + "21628", + "21629", + "21632", + "21633", + "21634", + "21637", + "21640", + "21641", + "21642", + "21643", + "21644", + "21649", + "21653", + "21655", + "21656", + "21657", + "21658", + "21660", + "21662", + "21665", + "21666", + "21667", + "21669", + "21676", + "21677", + "21678", + "21679", + "21680", + "21681", + "21687", + "21688", + "21689", + "21690", + "21692", + "21693", + "21694", + "21695", + "21696", + "21699", + "21702", + "21703", + "21705", + "21706", + "21707", + "21708", + "21709", + "21710", + "21712", + "21714", + "21715", + "21717", + "21719", + "21721", + "21722", + "21723", + "21724", + "21726", + "21727", + "21729", + "21730", + "21731", + "21733", + "21736", + "21737", + "21739", + "21740", + "21742", + "21747", + "21749", + "21751", + "21752", + "21755", + "21756", + "21759", + "21760", + "21761", + "21765", + "21767", + "21768", + "21770", + "21772", + "21773", + "21774", + "21776", + "21778", + "21779", + "21781", + "21784", + "21789", + "21792", + "21793", + "21794", + "21796", + "21797", + "21798", + "21802", + "21803", + "21806", + "21808", + "21809", + "21813", + "21814", + "21816", + "21819", + "21820", + "21822", + "21824", + "21825", + "21827", + "21828", + "21830", + "21833", + "21834", + "21835", + "21836", + "21838", + "21841", + "21842", + "21844", + "21845", + "21846", + "21848", + "21849", + "21851", + "21852", + "21853", + "21857", + "21863", + "21868", + "21869", + "21870", + "21871", + "21872", + "21874", + "21876", + "21877", + "21879", + "21880", + "21883", + "21889", + "21890", + "21891", + "21893", + "21894", + "21895", + "21897", + "21900", + "21903", + "21904", + "21906", + "21907", + "21908", + "21911", + "21913", + "21915", + "21916", + "21920", + "21921", + "21922", + "21923", + "21926", + "21927", + "21928", + "21929", + "21930", + "21931", + "21933", + "21934", + "21936", + "21937", + "21938", + "21940", + "21941", + "21943", + "21947", + "21950", + "21952", + "21957", + "21959", + "21960", + "21962", + "21964", + "21965", + "21966", + "21968", + "21969", + "21970", + "21971", + "21973", + "21974", + "21976", + "21977", + "21980", + "21984", + "21987", + "21990", + "21996", + "21999", + "22001", + "22004", + "22005", + "22006", + "22007", + "22010", + "22011", + "22013", + "22017", + "22018", + "22019", + "22023", + "22028", + "22030", + "22031", + "22032", + "22033", + "22037", + "22039", + "22040", + "22042", + "22051", + "22053", + "22054", + "22055", + "22056", + "22057", + "22058", + "22060", + "22061", + "22062", + "22064", + "22065", + "22066", + "22070", + "22074", + "22075", + "22078", + "22079", + "22080", + "22082", + "22083", + "22085", + "22089", + "22091", + "22094", + "22095", + "22097", + "22099", + "22102", + "22106", + "22107", + "22108", + "22109", + "22110", + "22111", + "22112", + "22113", + "22114", + "22115", + "22118", + "22120", + "22122", + "22124", + "22125", + "22126", + "22128", + "22132", + "22133", + "22138", + "22140", + "22142", + "22143", + "22144", + "22145", + "22146", + "22147", + "22150", + "22152", + "22153", + "22155", + "22158", + "22160", + "22161", + "22163", + "22164", + "22172", + "22175", + "22179", + "22181", + "22182", + "22183", + "22194", + "22197", + "22198", + "22220", + "22221", + "22222", + "22223", + "22225", + "22226", + "22227", + "22231", + "22232", + "22234", + "22237", + "22239", + "22240", + "22241", + "22244", + "22247", + "22249", + "22251", + "22254", + "22255", + "22257", + "22259", + "22260", + "22261", + "22262", + "22264", + "22269", + "22270", + "22271", + "22273", + "22275", + "22278", + "22282", + "22283", + "22285", + "22287", + "22292", + "22293", + "22294", + "22296", + "22299", + "22300", + "22301", + "22302", + "22305", + "22307", + "22309", + "22310", + "22311", + "22313", + "22322", + "22324", + "22327", + "22329", + "22330", + "22331", + "22332", + "22334", + "22335", + "22338", + "22339", + "22342", + "22344", + "22345", + "22346", + "22351", + "22352", + "22354", + "22355", + "22356", + "22357", + "22358", + "22361", + "22362", + "22366", + "22369", + "22370", + "22374", + "22378", + "22380", + "22383", + "22384", + "22385", + "22387", + "22392", + "22394", + "22398", + "22402", + "22405", + "22407", + "22408", + "22409", + "22411", + "22412", + "22414", + "22415", + "22420", + "22423", + "22424", + "22426", + "22429", + "22431", + "22432", + "22434", + "22436", + "22437", + "22438", + "22442", + "22445", + "22449", + "22451", + "22453", + "22454", + "22455", + "22456", + "22460", + "22462", + "22464", + "22466", + "22467", + "22468", + "22470", + "22472", + "22473", + "22476", + "22477", + "22479", + "22483", + "22484", + "22486", + "22487", + "22488", + "22494", + "22495", + "22498", + "22500", + "22506", + "22507", + "22508", + "22510", + "22512", + "22513", + "22514", + "22516", + "22518", + "22519", + "22523", + "22531", + "22533", + "22534", + "22535", + "22536", + "22537", + "22549", + "22553", + "22554", + "22558", + "22559", + "22560", + "22563", + "22564", + "22565", + "22566", + "22568", + "22570", + "22571", + "22572", + "22573", + "22574", + "22576", + "22577", + "22578", + "22579", + "22580", + "22585", + "22586", + "22587", + "22588", + "22594", + "22597", + "22598", + "22599", + "22600", + "22603", + "22604", + "22609", + "22610", + "22619", + "22620", + "22622", + "22626", + "22627", + "22628", + "22630", + "22632", + "22636", + "22637", + "22638", + "22642", + "22643", + "22644", + "22645", + "22652", + "22653", + "22654", + "22655", + "22656", + "22658", + "22659", + "22660", + "22661", + "22665", + "22666", + "22667", + "22669", + "22672", + "22674", + "22676", + "22678", + "22679", + "22684", + "22685", + "22690", + "22691", + "22692", + "22693", + "22694", + "22695", + "22698", + "22699", + "22700", + "22704", + "22705", + "22706", + "22709", + "22713", + "22714", + "22718", + "22720", + "22721", + "22722", + "22724", + "22726", + "22732", + "22733", + "22736", + "22737", + "22738", + "22740", + "22744", + "22745", + "22748", + "22749", + "22750", + "22751", + "22752", + "22753", + "22757", + "22760", + "22762", + "22763", + "22764", + "22765", + "22766", + "22767", + "22768", + "22771", + "22772", + "22773", + "22774", + "22776", + "22777", + "22779", + "22780", + "22784", + "22785", + "22788", + "22790", + "22792", + "22793", + "22795", + "22796", + "22797", + "22798", + "22800", + "22806", + "22808", + "22809", + "22810", + "22813", + "22815", + "22819", + "22820", + "22826", + "22830", + "22834", + "22835", + "22839", + "22842", + "22844", + "22845", + "22846", + "22848", + "22850", + "22851", + "22853", + "22854", + "22855", + "22857", + "22858", + "22859", + "22861", + "22863", + "22864", + "22866", + "22867", + "22872", + "22873", + "22876", + "22877", + "22878", + "22880", + "22882", + "22883", + "22884", + "22885", + "22886", + "22888", + "22889", + "22891", + "22892", + "22894", + "22897", + "22898", + "22899", + "22900", + "22901", + "22902", + "22904", + "22905", + "22909", + "22911", + "22912", + "22915", + "22916", + "22917", + "22918", + "22921", + "22922", + "22925", + "22926", + "22927", + "22928", + "22930", + "22931", + "22933", + "22934", + "22936", + "22939", + "22940", + "22941", + "22945", + "22949", + "22950", + "22952", + "22958", + "22965", + "22971", + "22972", + "22974", + "22975", + "22976", + "22977", + "22979", + "22980", + "22982", + "22985", + "22986", + "22987", + "22988", + "22992", + "22995", + "22996", + "22998", + "22999", + "23001", + "23004", + "23006", + "23007", + "23008", + "23010", + "23013", + "23021", + "23028", + "23029", + "23030", + "23033", + "23041", + "23062", + "23063", + "23064", + "23065", + "23067", + "23068", + "23072", + "23073", + "23077", + "23082", + "23085", + "23086", + "23088", + "23095", + "23096", + "23097", + "23098", + "23099", + "23102", + "23104", + "23110", + "23111", + "23113", + "23115", + "23116", + "23117", + "23120", + "23122", + "23123", + "23124", + "23125", + "23127", + "23128", + "23129", + "23132", + "23134", + "23138", + "23140", + "23141", + "23142", + "23145", + "23146", + "23153", + "23156", + "23157", + "23161", + "23162", + "23163", + "23164", + "23167", + "23168", + "23170", + "23171", + "23174", + "23175", + "23183", + "23192", + "23193", + "23198", + "23199", + "23201", + "23202", + "23205", + "23209", + "23211", + "23213", + "23216", + "23221", + "23224", + "23226", + "23227", + "23229", + "23230", + "23231", + "23235", + "23236", + "23238", + "23239", + "23241", + "23242", + "23244", + "23245", + "23249", + "23250", + "23255", + "23257", + "23258", + "23261", + "23265", + "23269", + "23270", + "23271", + "23272", + "23274", + "23280", + "23288", + "23293", + "23295", + "23298", + "23302", + "23303", + "23309", + "23312", + "23313", + "23317", + "23319", + "23320", + "23321", + "23324", + "23325", + "23326", + "23329", + "23336", + "23338", + "23340", + "23343", + "23345", + "23347", + "23348", + "23349", + "23351", + "23352", + "23353", + "23355", + "23356", + "23362", + "23364", + "23367", + "23368", + "23373", + "23377", + "23387", + "23390", + "23392", + "23393", + "23397", + "23399", + "23400", + "23402", + "23403", + "23407", + "23408", + "23411", + "23413", + "23414", + "23415", + "23418", + "23420", + "23422", + "23423", + "23424", + "23425", + "23430", + "23432", + "23433", + "23434", + "23437", + "23438", + "23439", + "23443", + "23448", + "23449", + "23450", + "23455", + "23460", + "23461", + "23462", + "23465", + "23468", + "23469", + "23476", + "23477", + "23479", + "23481", + "23488", + "23490", + "23492", + "23494", + "23495", + "23496", + "23500", + "23501", + "23502", + "23503", + "23505", + "23507", + "23512", + "23514", + "23515", + "23518", + "23519", + "23523", + "23524", + "23525", + "23526", + "23527", + "23529", + "23531", + "23533", + "23535", + "23537", + "23539", + "23541", + "23547", + "23548", + "23574", + "23576", + "23577", + "23579", + "23580", + "23581", + "23583", + "23587", + "23588", + "23589", + "23590", + "23593", + "23595", + "23596", + "23599", + "23600", + "23601", + "23607", + "23611", + "23612", + "23614", + "23618", + "23619", + "23620", + "23623", + "23629", + "23632", + "23638", + "23642", + "23643", + "23648", + "23652", + "23654", + "23659", + "23660", + "23663", + "23666", + "23667", + "23670", + "23671", + "23672", + "23673", + "23674", + "23675", + "23679", + "23680", + "23689", + "23690", + "23691", + "23692", + "23694", + "23698", + "23701", + "23702", + "23703", + "23704", + "23705", + "23706", + "23710", + "23711", + "23712", + "23717", + "23723", + "23729", + "23730", + "23741", + "23747", + "23748", + "23749", + "23751", + "23753", + "23755", + "23757", + "23766", + "23767", + "23771", + "23773", + "23774", + "23775", + "23777", + "23779", + "23780", + "23785", + "23786", + "23789", + "23791", + "23792", + "23793", + "23794", + "23795", + "23798", + "23799", + "23800", + "23801", + "23802", + "23803", + "23804", + "23809", + "23811", + "23812", + "23813", + "23814", + "23816", + "23818", + "23819", + "23820", + "23822", + "23829", + "23833", + "23837", + "23838", + "23840", + "23841", + "23842", + "23845", + "23848", + "23852", + "23853", + "23856", + "23858", + "23859", + "23860", + "23861", + "23862", + "23863", + "23864", + "23867", + "23868", + "23871", + "23872", + "23873", + "23878", + "23881", + "23884", + "23888", + "23890", + "23891", + "23892", + "23899", + "23901", + "23903", + "23907", + "23908", + "23911", + "23913", + "23914", + "23916", + "23918", + "23919", + "23920", + "23921", + "23923", + "23924", + "23925", + "23928", + "23930", + "23931", + "23935", + "23936", + "23940", + "23941", + "23943", + "23950", + "23951", + "23957", + "23959", + "23964", + "23968", + "23970", + "23971", + "23972", + "23974", + "23975", + "23977", + "23978", + "23979", + "23983", + "23984", + "23985", + "23986", + "23988", + "23991", + "23993", + "23994", + "23995", + "23996", + "23997", + "24002", + "24004", + "24011", + "24013", + "24021", + "24024", + "24026", + "24028", + "24029", + "24032", + "24033", + "24034", + "24035", + "24041", + "24046", + "24052", + "24053", + "24054", + "24056", + "24063", + "24064", + "24066", + "24067", + "24069", + "24071", + "24074", + "24075", + "24076", + "24077", + "24079", + "24080", + "24082", + "24085", + "24087", + "24088", + "24089", + "24091", + "24092", + "24093", + "24094", + "24096", + "24099", + "24101", + "24102", + "24104", + "24105", + "24106", + "24108", + "24109", + "24110", + "24113", + "24114", + "24115", + "24116", + "24121", + "24123", + "24125", + "24129", + "24130", + "24139", + "24140", + "24146", + "24148", + "24149", + "24152", + "24155", + "24159", + "24161", + "24163", + "24164", + "24165", + "24169", + "24171", + "24172", + "24173", + "24174", + "24179", + "24180", + "24181", + "24185", + "24186", + "24248", + "24249", + "24253", + "24256", + "24264", + "24285", + "24286", + "24287", + "24290", + "24291", + "24292", + "24294", + "24300", + "24304", + "24306", + "24307", + "24310", + "24336", + "24352", + "24369", + "24370", + "24372", + "24374", + "24375", + "24377", + "24378", + "24379", + "24381", + "24383", + "24386", + "24387", + "24388", + "24389", + "24390", + "24391", + "24394", + "24396", + "24397", + "24398", + "24402", + "24404", + "24406", + "24408", + "24409", + "24410", + "24412", + "24413", + "24414", + "24415", + "24416", + "24417", + "24418", + "24419", + "24420", + "24422", + "24427", + "24429", + "24435", + "24436", + "24437", + "24439", + "24441", + "24443", + "24449", + "24451", + "24455", + "24459", + "24466", + "24467", + "24468", + "24469", + "24471", + "24472", + "24473", + "24476", + "24478", + "24479", + "24483", + "24484", + "24485", + "24488", + "24491", + "24492", + "24498", + "24499", + "24500", + "24501", + "24502", + "24503", + "24504", + "24506", + "24509", + "24510", + "24516", + "24522", + "24523", + "24524", + "24525", + "24526", + "24527", + "24534", + "24535", + "24541", + "24542", + "24544", + "24545", + "24547", + "24548", + "24549", + "24550", + "24551", + "24553", + "24554", + "24555", + "24557", + "24564", + "24566", + "24568", + "24571", + "24576", + "24577", + "24582", + "24586", + "24588", + "24590", + "24591", + "24592", + "24594", + "24597", + "24598", + "24601", + "24603", + "24605", + "24607", + "24610", + "24611", + "24615", + "24617", + "24622", + "24624", + "24631", + "24632", + "24634", + "24636", + "24637", + "24638", + "24640", + "24642", + "24645", + "24651", + "24653", + "24654", + "24655", + "24659", + "24660", + "24661", + "24662", + "24665", + "24667", + "24668", + "24671", + "24672", + "24674", + "24675", + "24677", + "24682", + "24684", + "24685", + "24686", + "24688", + "24690", + "24691", + "24692", + "24694", + "24697", + "24698", + "24699", + "24700", + "24702", + "24703", + "24707", + "24709", + "24711", + "24712", + "24714", + "24716", + "24718", + "24719", + "24720", + "24723", + "24726", + "24727", + "24729", + "24730", + "24732", + "24733", + "24735", + "24736", + "24738", + "24739", + "24740", + "24741", + "24746", + "24747", + "24750", + "24751", + "24754", + "24756", + "24760", + "24762", + "24763", + "24765", + "24766", + "24767", + "24768", + "24769", + "24771", + "24772", + "24773", + "24774", + "24776", + "24779", + "24781", + "24786", + "24788", + "24790", + "24792", + "24793", + "24794", + "24795", + "24798", + "24799", + "24800", + "24802", + "24814", + "24816", + "24823", + "24824", + "24832", + "24834", + "24835", + "24836", + "24839", + "24840", + "24841", + "24843", + "24844", + "24845", + "24846", + "24847", + "24848", + "24850", + "24852", + "24853", + "24854", + "24855", + "24856", + "24857", + "24859", + "24860", + "24861", + "24862", + "24863", + "24864", + "24872", + "24873", + "24874", + "24877", + "24878", + "24880", + "24881", + "24882", + "24883", + "24884", + "24887", + "24893", + "24894", + "24895", + "24898", + "24899", + "24900", + "24902", + "24903", + "24906", + "24909", + "24912", + "24913", + "24916", + "24920", + "24923", + "24926", + "24928", + "24930", + "24931", + "24932", + "24933", + "24934", + "24935", + "24936", + "24939", + "24940", + "24941", + "24943", + "24944", + "24945", + "24946", + "24948", + "24951", + "24953", + "24957", + "24958", + "24960", + "24961", + "24962", + "24963", + "24964", + "24965", + "24966", + "24971", + "24972", + "24974", + "24975", + "24976", + "24980", + "24984", + "24994", + "24996", + "24998", + "35", + "37", + "39", + "41", + "44", + "46", + "47", + "48", + "51", + "53", + "54", + "56", + "58", + "59", + "67", + "68", + "69", + "92", + "93", + "97", + "100", + "101", + "102", + "106", + "111", + "112", + "113", + "114", + "115", + "116", + "122", + "123", + "124", + "125", + "131", + "135", + "137", + "138", + "139", + "141", + "142", + "151", + "154", + "156", + "159", + "162", + "164", + "167", + "168", + "169", + "172", + "181", + "183", + "185", + "186", + "190", + "191", + "192", + "201", + "205", + "206", + "207", + "208", + "218", + "219", + "221", + "225", + "226", + "228", + "229", + "231", + "233", + "234", + "235", + "236", + "238", + "240", + "241", + "243", + "260", + "261", + "262", + "263", + "264", + "266", + "267", + "269", + "270", + "271", + "272", + "274", + "275", + "278", + "282", + "285", + "289", + "290", + "296", + "301", + "304", + "307", + "308", + "314", + "315", + "317", + "319", + "339", + "343", + "357", + "358", + "359", + "366", + "367", + "375", + "377", + "378", + "380", + "382", + "383", + "390", + "391", + "392", + "396", + "406", + "407", + "408", + "409", + "410", + "411", + "413", + "414", + "418", + "420", + "428", + "430", + "431", + "439", + "442", + "448", + "449", + "453", + "454", + "455", + "458", + "461", + "463", + "469", + "473", + "474", + "475", + "479", + "480", + "481", + "482", + "483", + "486", + "487", + "489", + "490", + "492", + "493", + "499", + "502", + "506", + "509", + "511", + "512", + "514", + "519", + "520", + "522", + "523", + "528", + "529", + "531", + "538", + "539", + "540", + "543", + "544", + "549", + "550", + "552", + "555", + "556", + "557", + "567", + "568", + "569", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "584", + "585", + "587", + "588", + "591", + "594", + "596", + "597", + "598", + "600", + "601", + "607", + "608", + "630", + "632", + "637", + "642", + "645", + "646", + "647", + "648", + "649", + "650", + "660", + "661", + "662", + "663", + "664", + "671", + "672", + "673", + "674", + "677", + "681", + "684", + "689", + "692", + "695", + "696", + "697", + "698", + "699", + "700", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "716", + "717", + "718", + "719", + "722", + "725", + "726", + "728", + "729", + "733", + "734", + "735", + "736", + "738", + "739", + "743", + "744", + "746", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "763", + "766", + "769", + "784", + "786", + "787", + "789", + "790", + "794", + "796", + "799", + "801", + "805", + "806", + "807", + "808", + "810", + "811", + "814", + "815", + "817", + "819", + "820", + "821", + "822", + "823", + "824", + "826", + "828", + "836", + "841", + "844", + "851", + "853", + "854", + "870", + "897", + "899", + "903", + "904", + "908", + "909", + "911", + "912", + "914", + "915", + "918", + "922", + "924", + "925", + "928", + "929", + "931", + "932", + "933", + "934", + "936", + "937", + "938", + "940", + "946", + "947", + "951", + "954", + "956", + "957", + "965", + "966", + "967", + "968", + "970", + "971", + "973", + "974", + "976", + "978", + "979", + "980", + "981", + "983", + "984", + "985", + "987", + "988", + "989", + "992", + "997", + "998", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016", + "1017", + "1019", + "1020", + "1021", + "1022", + "1027", + "1030", + "1032", + "1043", + "1044", + "1046", + "1054", + "1055", + "1057", + "1058", + "1062", + "1063", + "1065", + "1068", + "1071", + "1074", + "1078", + "1079", + "1083", + "1085", + "1089", + "1090", + "1098", + "1100", + "1103", + "1108", + "1109", + "1111", + "1122", + "1124", + "1126", + "1128", + "1133", + "1134", + "1135", + "1136", + "1137", + "1138", + "1140", + "1145", + "1147", + "1150", + "1155", + "1157", + "1164", + "1165", + "1169", + "1170", + "1171", + "1173", + "1177", + "1178", + "1179", + "1183", + "1188", + "1189", + "1190", + "1191", + "1192", + "1193", + "1195", + "1196", + "1197", + "1199", + "1200", + "1203", + "1207", + "1218", + "1219", + "1220", + "1228", + "1231", + "1232", + "1233", + "1234", + "1235", + "1240", + "1241", + "1244", + "1248", + "1249", + "1253", + "1254", + "1257", + "1259", + "1260", + "1261", + "1263", + "1264", + "1265", + "1267", + "1269", + "1273", + "1274", + "1277", + "1282", + "1283", + "1285", + "1292", + "1293", + "1294", + "1295", + "1299", + "1301", + "1302", + "1304", + "1305", + "1306", + "1308", + "1314", + "1316", + "1320", + "1321", + "1323", + "1324", + "1333", + "1334", + "1335", + "1336", + "1339", + "1345", + "1347", + "1348", + "1349", + "1351", + "1353", + "1354", + "1355", + "1357", + "1358", + "1359", + "1360", + "1367", + "1368", + "1370", + "1372", + "1373", + "1375", + "1379", + "1381", + "1383", + "1385", + "1387", + "1388", + "1389", + "1392", + "1393", + "1395", + "1396", + "1398", + "1400", + "1401", + "1403", + "1404", + "1405", + "1408", + "1410", + "1412", + "1413", + "1414", + "1416", + "1417", + "1419", + "1421", + "1422", + "1423", + "1425", + "1426", + "1427", + "1429", + "1430", + "1432", + "1433", + "1436", + "1441", + "1443", + "1445", + "1447", + "1448", + "1449", + "1451", + "1454", + "1455", + "1457", + "1459", + "1469", + "1470", + "1473", + "1474", + "1475", + "1477", + "1478", + "1481", + "1483", + "1484", + "1485", + "1486", + "1487", + "1491", + "1508", + "1509", + "1510", + "1511", + "1512", + "1518", + "1520", + "1531", + "1535", + "1536", + "1538", + "1539", + "1542", + "1543", + "1545", + "1547", + "1549", + "1557", + "1558", + "1562", + "1563", + "1564", + "1565", + "1568", + "1570", + "1571", + "1572", + "1574", + "1575", + "1576", + "1580", + "1583", + "1584", + "1585", + "1586", + "1588", + "1589", + "1590", + "1591", + "1595", + "1598", + "1600", + "1604", + "1627", + "1633", + "1637", + "1638", + "1639", + "1647", + "1652", + "1653", + "1657", + "1660", + "1661", + "1662", + "1665", + "1667", + "1668", + "1672", + "1677", + "1679", + "1680", + "1683", + "1684", + "1689", + "1690", + "1691", + "1693", + "1694", + "1699", + "1702", + "1703", + "1704", + "1708", + "1709", + "1710", + "1711", + "1715", + "1722", + "1723", + "1724", + "1728", + "1729", + "1732", + "1735", + "1740", + "1743", + "1745", + "1751", + "1752", + "1759", + "1762", + "1763", + "1765", + "1767", + "1768", + "1770", + "1771", + "1774", + "1775", + "1779", + "1780", + "1781", + "1782", + "1784", + "1785", + "1786", + "1787", + "1788", + "1789", + "1790", + "1802", + "1803", + "1806", + "1808", + "1809", + "1811", + "1812", + "1822", + "1828", + "1829", + "1831", + "1836", + "1837", + "1838", + "1839", + "1840", + "1843", + "1844", + "1845", + "1847", + "1849", + "1850", + "1852", + "1853", + "1855", + "1857", + "1859", + "1862", + "1866", + "1868", + "1874", + "1876", + "1878", + "1879", + "1880", + "1883", + "1884", + "1886", + "1887", + "1901", + "1904", + "1905", + "1906", + "1911", + "1917", + "1920", + "1921", + "1923", + "1924", + "1926", + "1927", + "1929", + "1930", + "1931", + "1932", + "1934", + "1935", + "1936", + "1937", + "1939", + "1940", + "1941", + "1942", + "1944", + "1948", + "1949", + "1950", + "1952", + "1954", + "1956", + "1959", + "1961", + "1962", + "1963", + "1969", + "1971", + "1973", + "1974", + "1975", + "1976", + "1977", + "1980", + "1981", + "1984", + "1986", + "1987", + "1989", + "1992", + "1993", + "1994", + "1995", + "1996", + "1998", + "2014", + "2018", + "2021", + "2026", + "2027", + "2028", + "2029", + "2030", + "2031", + "2034", + "2035", + "2042", + "2054", + "2057", + "2058", + "2062", + "2068", + "2072", + "2073", + "2077", + "2079", + "2081", + "2084", + "2085", + "2087", + "2090", + "2091", + "2093", + "2094", + "2095", + "2096", + "2097", + "2099", + "2100", + "2101", + "2104", + "2105", + "2107", + "2110", + "2111", + "2113", + "2115", + "2116", + "2117", + "2118", + "2120", + "2122", + "2123", + "2124", + "2125", + "2126", + "2128", + "2129", + "2134", + "2136", + "2138", + "2143", + "2145", + "2147", + "2148", + "2152", + "2153", + "2156", + "2157", + "2160", + "2162", + "2165", + "2167", + "2172", + "2178", + "2181", + "2182", + "2183", + "2185", + "2195", + "2197", + "2198", + "2202", + "2209", + "2212", + "2213", + "2223", + "2225", + "2226", + "2230", + "2232", + "2234", + "2235", + "2236", + "2238", + "2240", + "2242", + "2243", + "2244", + "2245", + "2246", + "2249", + "2250", + "2251", + "2255", + "2256", + "2260", + "2261", + "2263", + "2265", + "2266", + "2267", + "2269", + "2270", + "2271", + "2272", + "2274", + "2278", + "2281", + "2286", + "2287", + "2290", + "2291", + "2292", + "2293", + "2294", + "2296", + "2300", + "2301", + "2305", + "2318", + "2319", + "2321", + "2324", + "2325", + "2326", + "2330", + "2333", + "2336", + "2339", + "2344", + "2345", + "2346", + "2347", + "2348", + "2350", + "2351", + "2354", + "2358", + "2359", + "2360", + "2362", + "2364", + "2367", + "2368", + "2369", + "2380", + "2382", + "2384", + "2386", + "2387", + "2391", + "2393", + "2394", + "2396", + "2399", + "2402", + "2403", + "2404", + "2405", + "2406", + "2407", + "2408", + "2409", + "2414", + "2415", + "2419", + "2421", + "2424", + "2432", + "2436", + "2438", + "2439", + "2440", + "2441", + "2442", + "2443", + "2445", + "2446", + "2448", + "2449", + "2450", + "2451", + "2452", + "2453", + "2454", + "2455", + "2456", + "2457", + "2459", + "2460", + "2461", + "2462", + "2463", + "2468", + "2471", + "2475", + "2478", + "2487", + "2491", + "2492", + "2497", + "2500", + "2501", + "2503", + "2504", + "2505", + "2506", + "2509", + "2512", + "2515", + "2517", + "2518", + "2523", + "2524", + "2528", + "2529", + "2530", + "2531", + "2538", + "2542", + "2544", + "2546", + "2550", + "2552", + "2553", + "2554", + "2555", + "2557", + "2558", + "2559", + "2562", + "2566", + "2569", + "2574", + "2578", + "2581", + "2582", + "2583", + "2585", + "2588", + "2589", + "2591", + "2594", + "2596", + "2600", + "2603", + "2605", + "2607", + "2609", + "2612", + "2613", + "2614", + "2616", + "2617", + "2620", + "2623", + "2624", + "2626", + "2643", + "2644", + "2647", + "2649", + "2650", + "2652", + "2655", + "2657", + "2659", + "2660", + "2663", + "2666", + "2667", + "2670", + "2671", + "2674", + "2675", + "2676", + "2678", + "2679", + "2680", + "2681", + "2683", + "2684", + "2685", + "2686", + "2687", + "2688", + "2689", + "2690", + "2691", + "2693", + "2694", + "2696", + "2698", + "2699", + "2701", + "2703", + "2707", + "2713", + "2716", + "2717", + "2719", + "2720", + "2722", + "2724", + "2725", + "2726", + "2727", + "2729", + "2732", + "2734", + "2738", + "2739", + "2740", + "2744", + "2745", + "2748", + "2749", + "2750", + "2753", + "2755", + "2758", + "2759", + "2760", + "2761", + "2773", + "2774", + "2775", + "2779", + "2783", + "2784", + "2786", + "2787", + "2788", + "2792", + "2793", + "2795", + "2796", + "2797", + "2798", + "2799", + "2801", + "2803", + "2808", + "2811", + "2812", + "2822", + "2824", + "2825", + "2826", + "2828", + "2829", + "2833", + "2834", + "2837", + "2839", + "2840", + "2841", + "2842", + "2843", + "2844", + "2845", + "2847", + "2848", + "2849", + "2850", + "2851", + "2853", + "2854", + "2856", + "2860", + "2861", + "2863", + "2865", + "2866", + "2871", + "2872", + "2874", + "2876", + "2879", + "2881", + "2882", + "2886", + "2888", + "2891", + "2895", + "2898", + "2901", + "2902", + "2903", + "2905", + "2906", + "2907", + "2908", + "2909", + "2910", + "2913", + "2914", + "2915", + "2920", + "2922", + "2923", + "2926", + "2928", + "2929", + "2930", + "2931", + "2932", + "2935", + "2936", + "2941", + "2942", + "2943", + "2944", + "2945", + "2946", + "2949", + "2950", + "2951", + "2953", + "2954", + "2956", + "2957", + "2959", + "2962", + "2965", + "2966", + "2967", + "2968", + "2972", + "2973", + "2976", + "2987", + "2990", + "2995", + "2997", + "2999", + "3004", + "3007", + "3012", + "3013", + "3016", + "3017", + "3019", + "3021", + "3023", + "3024", + "3025", + "3026", + "3028", + "3029", + "3033", + "3034", + "3035", + "3036", + "3037", + "3040", + "3041", + "3043", + "3044", + "3045", + "3046", + "3047", + "3050", + "3051", + "3052", + "3053", + "3057", + "3059", + "3062", + "3063", + "3064", + "3067", + "3072", + "3084", + "3085", + "3090", + "3091", + "3092", + "3093", + "3094", + "3104", + "3106", + "3107", + "3109", + "3110", + "3112", + "3113", + "3115", + "3116", + "3117", + "3121", + "3122", + "3124", + "3126", + "3127", + "3128", + "3129", + "3130", + "3131", + "3132", + "3134", + "3144", + "3149", + "3152", + "3154", + "3155", + "3156", + "3159", + "3160", + "3164", + "3166", + "3168", + "3169", + "3170", + "3171", + "3173", + "3177", + "3178", + "3179", + "3180", + "3184", + "3186", + "3199", + "3200", + "3201", + "3203", + "3205", + "3208", + "3218", + "3225", + "3226", + "3228", + "3229", + "3232", + "3233", + "3235", + "3236", + "3237", + "3238", + "3240", + "3248", + "3253", + "3254", + "3255", + "3256", + "3260", + "3261", + "3262", + "3264", + "3265", + "3267", + "3268", + "3269", + "3271", + "3272", + "3273", + "3274", + "3275", + "3276", + "3280", + "3281", + "3285", + "3288", + "3290", + "3291", + "3292", + "3293", + "3294", + "3295", + "3296", + "3297", + "3298", + "3299", + "3301", + "3302", + "3305", + "3306", + "3308", + "3309", + "3310", + "3311", + "3312", + "3314", + "3316", + "3317", + "3318", + "3319", + "3320", + "3322", + "3326", + "3328", + "3329", + "3330", + "3331", + "3332", + "3335", + "3339", + "3340", + "3341", + "3342", + "3344", + "3347", + "3348", + "3354", + "3356", + "3357", + "3360", + "3361", + "3362", + "3364", + "3370", + "3371", + "3372", + "3376", + "3378", + "3379", + "3380", + "3382", + "3385", + "3386", + "3387", + "3388", + "3391", + "3392", + "3397", + "3399", + "3400", + "3402", + "3403", + "3407", + "3408", + "3410", + "3411", + "3420", + "3423", + "3424", + "3425", + "3427", + "3429", + "3430", + "3431", + "3432", + "3433", + "3434", + "3435", + "3437", + "3440", + "3441", + "3443", + "3444", + "3447", + "3448", + "3451", + "3452", + "3454", + "3457", + "3462", + "3467", + "3470", + "3472", + "3475", + "3476", + "3477", + "3478", + "3479", + "3480", + "3481", + "3483", + "3487", + "3490", + "3498", + "3500", + "3501", + "3508", + "3510", + "3513", + "3515", + "3516", + "3517", + "3522", + "3523", + "3524", + "3525", + "3526", + "3527", + "3528", + "3538", + "3539", + "3541", + "3542", + "3549", + "3554", + "3555", + "3556", + "3560", + "3565", + "3568", + "3569", + "3571", + "3572", + "3573" + ] +} \ No newline at end of file diff --git a/progress-szn11-rnd3-chain8453.json b/progress-szn11-rnd3-chain8453.json new file mode 100644 index 00000000..d0f13817 --- /dev/null +++ b/progress-szn11-rnd3-chain8453.json @@ -0,0 +1,70618 @@ +{ + "season": "11", + "round": "rnd3", + "chainId": 8453, + "totalBatches": 24, + "completedBatches": [ + { + "batchIndex": 0, + "transactionHash": "0x20d2adc2cadcfeb0c2304a61fca9e2151fcf7a4669552468edf5bf1bcd3d71df", + "timestamp": "2025-10-08T06:55:19.915Z", + "gotchiRewards": [ + { + "gotchiId": "3", + "amount": "125.3", + "parsedAmount": "125300000000000000000" + }, + { + "gotchiId": "31", + "amount": "14.02", + "parsedAmount": "14020000000000000000" + }, + { + "gotchiId": "32", + "amount": "6.8425", + "parsedAmount": "6842500000000000000" + }, + { + "gotchiId": "34", + "amount": "6.965", + "parsedAmount": "6965000000000000000" + }, + { + "gotchiId": "35", + "amount": "118.0425", + "parsedAmount": "118042500000000000000" + }, + { + "gotchiId": "37", + "amount": "62.335", + "parsedAmount": "62335000000000000000" + }, + { + "gotchiId": "39", + "amount": "19.450000000000003", + "parsedAmount": "19450000000000003000" + }, + { + "gotchiId": "41", + "amount": "6.9025", + "parsedAmount": "6902500000000000000" + }, + { + "gotchiId": "44", + "amount": "28.695", + "parsedAmount": "28695000000000000000" + }, + { + "gotchiId": "46", + "amount": "2.415", + "parsedAmount": "2415000000000000000" + }, + { + "gotchiId": "47", + "amount": "8.4825", + "parsedAmount": "8482500000000000000" + }, + { + "gotchiId": "48", + "amount": "59.69", + "parsedAmount": "59690000000000000000" + }, + { + "gotchiId": "51", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "53", + "amount": "10.1475", + "parsedAmount": "10147500000000000000" + }, + { + "gotchiId": "54", + "amount": "12.0925", + "parsedAmount": "12092500000000000000" + }, + { + "gotchiId": "56", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "58", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "59", + "amount": "15.53", + "parsedAmount": "15530000000000000000" + }, + { + "gotchiId": "67", + "amount": "127.665", + "parsedAmount": "127665000000000000000" + }, + { + "gotchiId": "68", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "69", + "amount": "13.8475", + "parsedAmount": "13847500000000000000" + }, + { + "gotchiId": "92", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "93", + "amount": "22.355", + "parsedAmount": "22355000000000000000" + }, + { + "gotchiId": "97", + "amount": "3.8875", + "parsedAmount": "3887500000000000000" + }, + { + "gotchiId": "100", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "101", + "amount": "14.105", + "parsedAmount": "14105000000000000000" + }, + { + "gotchiId": "102", + "amount": "8.772499999999999", + "parsedAmount": "8772499999999999000" + }, + { + "gotchiId": "106", + "amount": "35.9325", + "parsedAmount": "35932500000000000000" + }, + { + "gotchiId": "111", + "amount": "17.192500000000003", + "parsedAmount": "17192500000000003000" + }, + { + "gotchiId": "112", + "amount": "45.525", + "parsedAmount": "45525000000000000000" + }, + { + "gotchiId": "113", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "114", + "amount": "49.2675", + "parsedAmount": "49267500000000000000" + }, + { + "gotchiId": "115", + "amount": "3.7575", + "parsedAmount": "3757500000000000000" + }, + { + "gotchiId": "116", + "amount": "2.53", + "parsedAmount": "2530000000000000000" + }, + { + "gotchiId": "122", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "123", + "amount": "28.5125", + "parsedAmount": "28512500000000000000" + }, + { + "gotchiId": "124", + "amount": "16.8975", + "parsedAmount": "16897500000000000000" + }, + { + "gotchiId": "125", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "131", + "amount": "7.645", + "parsedAmount": "7645000000000000000" + }, + { + "gotchiId": "135", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "137", + "amount": "10.9725", + "parsedAmount": "10972500000000000000" + }, + { + "gotchiId": "138", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "139", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "141", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "142", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "151", + "amount": "3.6325", + "parsedAmount": "3632500000000000000" + }, + { + "gotchiId": "154", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "156", + "amount": "8.6425", + "parsedAmount": "8642500000000000000" + }, + { + "gotchiId": "159", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "162", + "amount": "14.1975", + "parsedAmount": "14197500000000000000" + }, + { + "gotchiId": "164", + "amount": "23.4625", + "parsedAmount": "23462500000000000000" + }, + { + "gotchiId": "167", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "168", + "amount": "36.725", + "parsedAmount": "36725000000000000000" + }, + { + "gotchiId": "169", + "amount": "30.4875", + "parsedAmount": "30487500000000000000" + }, + { + "gotchiId": "172", + "amount": "328.87", + "parsedAmount": "328870000000000000000" + }, + { + "gotchiId": "181", + "amount": "138.26749999999998", + "parsedAmount": "138267499999999980000" + }, + { + "gotchiId": "183", + "amount": "21.6525", + "parsedAmount": "21652500000000000000" + }, + { + "gotchiId": "185", + "amount": "26.580000000000002", + "parsedAmount": "26580000000000002000" + }, + { + "gotchiId": "186", + "amount": "18.5125", + "parsedAmount": "18512500000000000000" + }, + { + "gotchiId": "190", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "191", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "192", + "amount": "7.535", + "parsedAmount": "7535000000000000000" + }, + { + "gotchiId": "201", + "amount": "30.902499999999996", + "parsedAmount": "30902499999999996000" + }, + { + "gotchiId": "205", + "amount": "10.4175", + "parsedAmount": "10417500000000000000" + }, + { + "gotchiId": "206", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "207", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "208", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "218", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "219", + "amount": "11.45", + "parsedAmount": "11450000000000000000" + }, + { + "gotchiId": "221", + "amount": "147.5725", + "parsedAmount": "147572500000000000000" + }, + { + "gotchiId": "225", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "226", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "228", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "229", + "amount": "5.9975", + "parsedAmount": "5997500000000000000" + }, + { + "gotchiId": "231", + "amount": "8.682500000000001", + "parsedAmount": "8682500000000001000" + }, + { + "gotchiId": "233", + "amount": "75.875", + "parsedAmount": "75875000000000000000" + }, + { + "gotchiId": "234", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "235", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "236", + "amount": "30.475", + "parsedAmount": "30475000000000000000" + }, + { + "gotchiId": "238", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "240", + "amount": "6.282500000000001", + "parsedAmount": "6282500000000001000" + }, + { + "gotchiId": "241", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "243", + "amount": "23.3375", + "parsedAmount": "23337500000000000000" + }, + { + "gotchiId": "260", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "261", + "amount": "10.635", + "parsedAmount": "10635000000000000000" + }, + { + "gotchiId": "262", + "amount": "14.68", + "parsedAmount": "14680000000000000000" + }, + { + "gotchiId": "263", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "264", + "amount": "17.7675", + "parsedAmount": "17767500000000000000" + }, + { + "gotchiId": "266", + "amount": "161.955", + "parsedAmount": "161955000000000000000" + }, + { + "gotchiId": "267", + "amount": "46.3725", + "parsedAmount": "46372500000000000000" + }, + { + "gotchiId": "269", + "amount": "11.987499999999999", + "parsedAmount": "11987499999999999000" + }, + { + "gotchiId": "270", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "271", + "amount": "13.624999999999998", + "parsedAmount": "13624999999999998000" + }, + { + "gotchiId": "272", + "amount": "2.265", + "parsedAmount": "2265000000000000000" + }, + { + "gotchiId": "274", + "amount": "6.4975", + "parsedAmount": "6497500000000000000" + }, + { + "gotchiId": "275", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "278", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "282", + "amount": "71.7325", + "parsedAmount": "71732500000000000000" + }, + { + "gotchiId": "285", + "amount": "13.379999999999999", + "parsedAmount": "13379999999999999000" + }, + { + "gotchiId": "289", + "amount": "18.8325", + "parsedAmount": "18832500000000000000" + }, + { + "gotchiId": "290", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "296", + "amount": "2.1425", + "parsedAmount": "2142500000000000000" + }, + { + "gotchiId": "301", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "304", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "307", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "308", + "amount": "14.2925", + "parsedAmount": "14292500000000000000" + }, + { + "gotchiId": "314", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "315", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "317", + "amount": "6.3549999999999995", + "parsedAmount": "6354999999999999500" + }, + { + "gotchiId": "319", + "amount": "22.2", + "parsedAmount": "22200000000000000000" + }, + { + "gotchiId": "339", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "343", + "amount": "14.6825", + "parsedAmount": "14682500000000000000" + }, + { + "gotchiId": "357", + "amount": "7.505000000000001", + "parsedAmount": "7505000000000001000" + }, + { + "gotchiId": "358", + "amount": "8.5925", + "parsedAmount": "8592500000000000000" + }, + { + "gotchiId": "359", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "366", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "367", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "375", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "377", + "amount": "7.862499999999999", + "parsedAmount": "7862499999999999000" + }, + { + "gotchiId": "378", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "380", + "amount": "5.4225", + "parsedAmount": "5422500000000000000" + }, + { + "gotchiId": "382", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "383", + "amount": "55.8675", + "parsedAmount": "55867500000000000000" + }, + { + "gotchiId": "390", + "amount": "9.07", + "parsedAmount": "9070000000000000000" + }, + { + "gotchiId": "391", + "amount": "15.49", + "parsedAmount": "15490000000000000000" + }, + { + "gotchiId": "392", + "amount": "19.2225", + "parsedAmount": "19222500000000000000" + }, + { + "gotchiId": "396", + "amount": "53.7975", + "parsedAmount": "53797500000000000000" + }, + { + "gotchiId": "406", + "amount": "37.555", + "parsedAmount": "37555000000000000000" + }, + { + "gotchiId": "407", + "amount": "11.1325", + "parsedAmount": "11132500000000000000" + }, + { + "gotchiId": "408", + "amount": "35.144999999999996", + "parsedAmount": "35144999999999996000" + }, + { + "gotchiId": "409", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "410", + "amount": "11.969999999999999", + "parsedAmount": "11969999999999999000" + }, + { + "gotchiId": "411", + "amount": "7.717499999999999", + "parsedAmount": "7717499999999999000" + }, + { + "gotchiId": "413", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "414", + "amount": "22.8625", + "parsedAmount": "22862500000000000000" + }, + { + "gotchiId": "418", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "420", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "428", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "430", + "amount": "20.0125", + "parsedAmount": "20012500000000000000" + }, + { + "gotchiId": "431", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "439", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "442", + "amount": "6.3175", + "parsedAmount": "6317500000000000000" + }, + { + "gotchiId": "448", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "449", + "amount": "38.292500000000004", + "parsedAmount": "38292500000000004000" + }, + { + "gotchiId": "453", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "454", + "amount": "14.295", + "parsedAmount": "14295000000000000000" + }, + { + "gotchiId": "455", + "amount": "2.76", + "parsedAmount": "2760000000000000000" + }, + { + "gotchiId": "458", + "amount": "36.165", + "parsedAmount": "36165000000000000000" + }, + { + "gotchiId": "461", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "463", + "amount": "15.4125", + "parsedAmount": "15412500000000000000" + }, + { + "gotchiId": "469", + "amount": "11.975000000000001", + "parsedAmount": "11975000000000001000" + }, + { + "gotchiId": "473", + "amount": "16.642500000000002", + "parsedAmount": "16642500000000002000" + }, + { + "gotchiId": "474", + "amount": "391.51500000000004", + "parsedAmount": "391515000000000040000" + }, + { + "gotchiId": "475", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "479", + "amount": "32.135", + "parsedAmount": "32135000000000000000" + }, + { + "gotchiId": "480", + "amount": "22.78", + "parsedAmount": "22780000000000000000" + }, + { + "gotchiId": "481", + "amount": "10.355", + "parsedAmount": "10355000000000000000" + }, + { + "gotchiId": "482", + "amount": "10.3975", + "parsedAmount": "10397500000000000000" + }, + { + "gotchiId": "483", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "486", + "amount": "20.9925", + "parsedAmount": "20992500000000000000" + }, + { + "gotchiId": "487", + "amount": "87.255", + "parsedAmount": "87255000000000000000" + }, + { + "gotchiId": "489", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "490", + "amount": "11.9875", + "parsedAmount": "11987500000000000000" + }, + { + "gotchiId": "492", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "493", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "499", + "amount": "14.0125", + "parsedAmount": "14012500000000000000" + }, + { + "gotchiId": "502", + "amount": "37.1525", + "parsedAmount": "37152500000000000000" + }, + { + "gotchiId": "506", + "amount": "36.11", + "parsedAmount": "36110000000000000000" + }, + { + "gotchiId": "509", + "amount": "22.667499999999997", + "parsedAmount": "22667499999999997000" + }, + { + "gotchiId": "511", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "512", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "514", + "amount": "70.11", + "parsedAmount": "70110000000000000000" + }, + { + "gotchiId": "519", + "amount": "13.88", + "parsedAmount": "13880000000000000000" + }, + { + "gotchiId": "520", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "522", + "amount": "46.5325", + "parsedAmount": "46532500000000000000" + }, + { + "gotchiId": "523", + "amount": "20.174999999999997", + "parsedAmount": "20174999999999997000" + }, + { + "gotchiId": "528", + "amount": "20.36", + "parsedAmount": "20360000000000000000" + }, + { + "gotchiId": "529", + "amount": "44.989999999999995", + "parsedAmount": "44989999999999995000" + }, + { + "gotchiId": "531", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "538", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "539", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "540", + "amount": "8.6375", + "parsedAmount": "8637500000000000000" + }, + { + "gotchiId": "543", + "amount": "60.565", + "parsedAmount": "60565000000000000000" + }, + { + "gotchiId": "544", + "amount": "106.16", + "parsedAmount": "106160000000000000000" + }, + { + "gotchiId": "549", + "amount": "59.1225", + "parsedAmount": "59122500000000000000" + }, + { + "gotchiId": "550", + "amount": "9.7175", + "parsedAmount": "9717500000000000000" + }, + { + "gotchiId": "552", + "amount": "17.52", + "parsedAmount": "17520000000000000000" + }, + { + "gotchiId": "555", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "556", + "amount": "46.13", + "parsedAmount": "46130000000000000000" + }, + { + "gotchiId": "557", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "567", + "amount": "60.85", + "parsedAmount": "60850000000000000000" + }, + { + "gotchiId": "568", + "amount": "106.75750000000001", + "parsedAmount": "106757500000000010000" + }, + { + "gotchiId": "569", + "amount": "85.095", + "parsedAmount": "85095000000000000000" + }, + { + "gotchiId": "571", + "amount": "97.2325", + "parsedAmount": "97232500000000000000" + }, + { + "gotchiId": "572", + "amount": "251.46500000000003", + "parsedAmount": "251465000000000030000" + }, + { + "gotchiId": "573", + "amount": "88.86999999999999", + "parsedAmount": "88869999999999990000" + }, + { + "gotchiId": "574", + "amount": "107.995", + "parsedAmount": "107995000000000000000" + }, + { + "gotchiId": "575", + "amount": "108.6825", + "parsedAmount": "108682500000000000000" + }, + { + "gotchiId": "576", + "amount": "101.075", + "parsedAmount": "101075000000000000000" + }, + { + "gotchiId": "577", + "amount": "109.87", + "parsedAmount": "109870000000000000000" + }, + { + "gotchiId": "578", + "amount": "60.33", + "parsedAmount": "60330000000000000000" + }, + { + "gotchiId": "579", + "amount": "25.1425", + "parsedAmount": "25142500000000000000" + }, + { + "gotchiId": "580", + "amount": "92.05000000000001", + "parsedAmount": "92050000000000010000" + }, + { + "gotchiId": "581", + "amount": "55.9775", + "parsedAmount": "55977500000000000000" + }, + { + "gotchiId": "584", + "amount": "15.805", + "parsedAmount": "15805000000000000000" + }, + { + "gotchiId": "585", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "587", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "588", + "amount": "13.450000000000001", + "parsedAmount": "13450000000000001000" + }, + { + "gotchiId": "591", + "amount": "3.1525", + "parsedAmount": "3152500000000000000" + }, + { + "gotchiId": "594", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "596", + "amount": "6.6899999999999995", + "parsedAmount": "6689999999999999500" + }, + { + "gotchiId": "597", + "amount": "8.535", + "parsedAmount": "8535000000000000000" + }, + { + "gotchiId": "598", + "amount": "65.02", + "parsedAmount": "65020000000000000000" + }, + { + "gotchiId": "600", + "amount": "60.925", + "parsedAmount": "60925000000000000000" + }, + { + "gotchiId": "601", + "amount": "7.175", + "parsedAmount": "7175000000000000000" + }, + { + "gotchiId": "607", + "amount": "79.16999999999999", + "parsedAmount": "79169999999999990000" + }, + { + "gotchiId": "608", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "630", + "amount": "20.795", + "parsedAmount": "20795000000000000000" + }, + { + "gotchiId": "632", + "amount": "24.05", + "parsedAmount": "24050000000000000000" + }, + { + "gotchiId": "637", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "642", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "646", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "647", + "amount": "8.684999999999999", + "parsedAmount": "8684999999999999000" + }, + { + "gotchiId": "648", + "amount": "11.7225", + "parsedAmount": "11722500000000000000" + }, + { + "gotchiId": "649", + "amount": "24.8825", + "parsedAmount": "24882500000000000000" + }, + { + "gotchiId": "650", + "amount": "4.7", + "parsedAmount": "4700000000000000000" + }, + { + "gotchiId": "660", + "amount": "28.549999999999997", + "parsedAmount": "28549999999999997000" + }, + { + "gotchiId": "661", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "662", + "amount": "206.7125", + "parsedAmount": "206712500000000000000" + }, + { + "gotchiId": "663", + "amount": "34.87", + "parsedAmount": "34870000000000000000" + }, + { + "gotchiId": "664", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "671", + "amount": "12.620000000000001", + "parsedAmount": "12620000000000001000" + }, + { + "gotchiId": "672", + "amount": "26.0275", + "parsedAmount": "26027500000000000000" + }, + { + "gotchiId": "673", + "amount": "126.0475", + "parsedAmount": "126047500000000000000" + }, + { + "gotchiId": "674", + "amount": "19.2975", + "parsedAmount": "19297500000000000000" + }, + { + "gotchiId": "677", + "amount": "54.0275", + "parsedAmount": "54027500000000000000" + }, + { + "gotchiId": "681", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "684", + "amount": "38.0625", + "parsedAmount": "38062500000000000000" + }, + { + "gotchiId": "689", + "amount": "28.85", + "parsedAmount": "28850000000000000000" + }, + { + "gotchiId": "692", + "amount": "90.965", + "parsedAmount": "90965000000000000000" + }, + { + "gotchiId": "695", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "696", + "amount": "20.78", + "parsedAmount": "20780000000000000000" + }, + { + "gotchiId": "697", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "698", + "amount": "11.7275", + "parsedAmount": "11727500000000000000" + }, + { + "gotchiId": "699", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "700", + "amount": "16.34", + "parsedAmount": "16340000000000000000" + }, + { + "gotchiId": "702", + "amount": "15.91", + "parsedAmount": "15910000000000000000" + }, + { + "gotchiId": "703", + "amount": "157.0875", + "parsedAmount": "157087500000000000000" + }, + { + "gotchiId": "704", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "705", + "amount": "30.925", + "parsedAmount": "30925000000000000000" + }, + { + "gotchiId": "706", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "707", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "708", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "709", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "710", + "amount": "16.630000000000003", + "parsedAmount": "16630000000000003000" + }, + { + "gotchiId": "711", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "712", + "amount": "17.66", + "parsedAmount": "17660000000000000000" + }, + { + "gotchiId": "713", + "amount": "110.36250000000001", + "parsedAmount": "110362500000000010000" + }, + { + "gotchiId": "714", + "amount": "12.129999999999999", + "parsedAmount": "12129999999999999000" + }, + { + "gotchiId": "716", + "amount": "13.81", + "parsedAmount": "13810000000000000000" + }, + { + "gotchiId": "717", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "718", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "719", + "amount": "6.15", + "parsedAmount": "6150000000000000000" + }, + { + "gotchiId": "722", + "amount": "18.5275", + "parsedAmount": "18527500000000000000" + }, + { + "gotchiId": "725", + "amount": "17.125", + "parsedAmount": "17125000000000000000" + }, + { + "gotchiId": "726", + "amount": "2.3975", + "parsedAmount": "2397500000000000000" + }, + { + "gotchiId": "728", + "amount": "26.6475", + "parsedAmount": "26647500000000000000" + }, + { + "gotchiId": "729", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "733", + "amount": "8.337499999999999", + "parsedAmount": "8337499999999999000" + }, + { + "gotchiId": "734", + "amount": "9.67", + "parsedAmount": "9670000000000000000" + }, + { + "gotchiId": "735", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "736", + "amount": "15.700000000000001", + "parsedAmount": "15700000000000001000" + }, + { + "gotchiId": "738", + "amount": "14.29", + "parsedAmount": "14290000000000000000" + }, + { + "gotchiId": "739", + "amount": "12.495", + "parsedAmount": "12495000000000000000" + }, + { + "gotchiId": "743", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "744", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "746", + "amount": "19.5375", + "parsedAmount": "19537500000000000000" + }, + { + "gotchiId": "750", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "751", + "amount": "8.545", + "parsedAmount": "8545000000000000000" + }, + { + "gotchiId": "752", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "753", + "amount": "30.437499999999996", + "parsedAmount": "30437499999999996000" + }, + { + "gotchiId": "754", + "amount": "29.1025", + "parsedAmount": "29102500000000000000" + }, + { + "gotchiId": "755", + "amount": "20.045", + "parsedAmount": "20045000000000000000" + }, + { + "gotchiId": "756", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "757", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "758", + "amount": "2.3175", + "parsedAmount": "2317500000000000000" + }, + { + "gotchiId": "759", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "763", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "766", + "amount": "246.8725", + "parsedAmount": "246872500000000000000" + }, + { + "gotchiId": "769", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "784", + "amount": "8.209999999999999", + "parsedAmount": "8209999999999999000" + }, + { + "gotchiId": "786", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "787", + "amount": "25.7125", + "parsedAmount": "25712500000000000000" + }, + { + "gotchiId": "789", + "amount": "33.8475", + "parsedAmount": "33847500000000000000" + }, + { + "gotchiId": "794", + "amount": "11.59", + "parsedAmount": "11590000000000000000" + }, + { + "gotchiId": "796", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "799", + "amount": "6.0525", + "parsedAmount": "6052500000000000000" + }, + { + "gotchiId": "801", + "amount": "3.1", + "parsedAmount": "3100000000000000000" + }, + { + "gotchiId": "805", + "amount": "9.4725", + "parsedAmount": "9472500000000000000" + }, + { + "gotchiId": "806", + "amount": "15.015", + "parsedAmount": "15015000000000000000" + }, + { + "gotchiId": "807", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "808", + "amount": "25.53", + "parsedAmount": "25530000000000000000" + }, + { + "gotchiId": "810", + "amount": "15.6475", + "parsedAmount": "15647500000000000000" + }, + { + "gotchiId": "811", + "amount": "7.4475", + "parsedAmount": "7447500000000000000" + }, + { + "gotchiId": "814", + "amount": "15.4525", + "parsedAmount": "15452500000000000000" + }, + { + "gotchiId": "815", + "amount": "33.88249999999999", + "parsedAmount": "33882499999999990000" + }, + { + "gotchiId": "817", + "amount": "35.2625", + "parsedAmount": "35262500000000000000" + }, + { + "gotchiId": "819", + "amount": "7.7925", + "parsedAmount": "7792500000000000000" + }, + { + "gotchiId": "820", + "amount": "32.9725", + "parsedAmount": "32972500000000000000" + }, + { + "gotchiId": "821", + "amount": "7.425", + "parsedAmount": "7425000000000000000" + }, + { + "gotchiId": "822", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "823", + "amount": "17.6", + "parsedAmount": "17600000000000000000" + }, + { + "gotchiId": "824", + "amount": "11.1075", + "parsedAmount": "11107500000000000000" + }, + { + "gotchiId": "826", + "amount": "647.2625", + "parsedAmount": "647262500000000000000" + }, + { + "gotchiId": "828", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "836", + "amount": "53.22", + "parsedAmount": "53220000000000000000" + }, + { + "gotchiId": "841", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "844", + "amount": "3.435", + "parsedAmount": "3435000000000000000" + }, + { + "gotchiId": "851", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "853", + "amount": "9.335", + "parsedAmount": "9335000000000000000" + }, + { + "gotchiId": "854", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "870", + "amount": "18.375", + "parsedAmount": "18375000000000000000" + }, + { + "gotchiId": "897", + "amount": "59.5125", + "parsedAmount": "59512500000000000000" + }, + { + "gotchiId": "899", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "903", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "904", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "908", + "amount": "3.765", + "parsedAmount": "3765000000000000000" + }, + { + "gotchiId": "909", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "911", + "amount": "11.9525", + "parsedAmount": "11952500000000000000" + }, + { + "gotchiId": "912", + "amount": "32.345", + "parsedAmount": "32345000000000000000" + }, + { + "gotchiId": "914", + "amount": "12.8125", + "parsedAmount": "12812500000000000000" + }, + { + "gotchiId": "915", + "amount": "22.725", + "parsedAmount": "22725000000000000000" + }, + { + "gotchiId": "918", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "922", + "amount": "33.07", + "parsedAmount": "33070000000000000000" + }, + { + "gotchiId": "924", + "amount": "38.38", + "parsedAmount": "38380000000000000000" + }, + { + "gotchiId": "925", + "amount": "9.3225", + "parsedAmount": "9322500000000000000" + }, + { + "gotchiId": "928", + "amount": "13.832500000000001", + "parsedAmount": "13832500000000001000" + }, + { + "gotchiId": "929", + "amount": "11.035", + "parsedAmount": "11035000000000000000" + }, + { + "gotchiId": "931", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "932", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "933", + "amount": "6.5575", + "parsedAmount": "6557500000000000000" + }, + { + "gotchiId": "934", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "936", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "937", + "amount": "6.0025", + "parsedAmount": "6002500000000000000" + }, + { + "gotchiId": "938", + "amount": "10.62", + "parsedAmount": "10620000000000000000" + }, + { + "gotchiId": "940", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "946", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "947", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "951", + "amount": "8.690000000000001", + "parsedAmount": "8690000000000001000" + }, + { + "gotchiId": "954", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "956", + "amount": "14.725", + "parsedAmount": "14725000000000000000" + }, + { + "gotchiId": "957", + "amount": "28.6575", + "parsedAmount": "28657500000000000000" + }, + { + "gotchiId": "965", + "amount": "12.870000000000001", + "parsedAmount": "12870000000000001000" + }, + { + "gotchiId": "966", + "amount": "318.47749999999996", + "parsedAmount": "318477499999999960000" + }, + { + "gotchiId": "967", + "amount": "10.9975", + "parsedAmount": "10997500000000000000" + }, + { + "gotchiId": "968", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "970", + "amount": "19.419999999999998", + "parsedAmount": "19419999999999998000" + }, + { + "gotchiId": "971", + "amount": "10.182500000000001", + "parsedAmount": "10182500000000001000" + }, + { + "gotchiId": "973", + "amount": "27.8275", + "parsedAmount": "27827500000000000000" + }, + { + "gotchiId": "974", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "976", + "amount": "8.92", + "parsedAmount": "8920000000000000000" + }, + { + "gotchiId": "978", + "amount": "31.1725", + "parsedAmount": "31172500000000000000" + }, + { + "gotchiId": "979", + "amount": "24.367499999999996", + "parsedAmount": "24367499999999996000" + }, + { + "gotchiId": "980", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "981", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "983", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "984", + "amount": "14.6525", + "parsedAmount": "14652500000000000000" + }, + { + "gotchiId": "985", + "amount": "2.375", + "parsedAmount": "2375000000000000000" + }, + { + "gotchiId": "987", + "amount": "130.26", + "parsedAmount": "130260000000000000000" + }, + { + "gotchiId": "988", + "amount": "14.9575", + "parsedAmount": "14957500000000000000" + }, + { + "gotchiId": "989", + "amount": "51.4975", + "parsedAmount": "51497500000000000000" + }, + { + "gotchiId": "992", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "997", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "998", + "amount": "11.265", + "parsedAmount": "11265000000000000000" + }, + { + "gotchiId": "1009", + "amount": "23.335", + "parsedAmount": "23335000000000000000" + }, + { + "gotchiId": "1010", + "amount": "16.1225", + "parsedAmount": "16122500000000000000" + }, + { + "gotchiId": "1011", + "amount": "93.965", + "parsedAmount": "93965000000000000000" + }, + { + "gotchiId": "1012", + "amount": "65.28", + "parsedAmount": "65280000000000000000" + }, + { + "gotchiId": "1013", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "1014", + "amount": "103.1375", + "parsedAmount": "103137500000000000000" + }, + { + "gotchiId": "1015", + "amount": "27.445", + "parsedAmount": "27445000000000000000" + }, + { + "gotchiId": "1016", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "1017", + "amount": "16.695", + "parsedAmount": "16695000000000000000" + }, + { + "gotchiId": "1019", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "1020", + "amount": "17.92", + "parsedAmount": "17920000000000000000" + }, + { + "gotchiId": "1021", + "amount": "99.4975", + "parsedAmount": "99497500000000000000" + }, + { + "gotchiId": "1022", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "1027", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1030", + "amount": "28.769999999999996", + "parsedAmount": "28769999999999996000" + }, + { + "gotchiId": "1032", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "1043", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "1044", + "amount": "33.2975", + "parsedAmount": "33297500000000000000" + }, + { + "gotchiId": "1046", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "1054", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "1055", + "amount": "44.275000000000006", + "parsedAmount": "44275000000000006000" + }, + { + "gotchiId": "1057", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "1058", + "amount": "18.6875", + "parsedAmount": "18687500000000000000" + }, + { + "gotchiId": "1062", + "amount": "11.5825", + "parsedAmount": "11582500000000000000" + }, + { + "gotchiId": "1063", + "amount": "31.9775", + "parsedAmount": "31977500000000000000" + }, + { + "gotchiId": "1065", + "amount": "15.344999999999999", + "parsedAmount": "15344999999999999000" + }, + { + "gotchiId": "1068", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "1071", + "amount": "22.82", + "parsedAmount": "22820000000000000000" + }, + { + "gotchiId": "1074", + "amount": "8.7875", + "parsedAmount": "8787500000000000000" + }, + { + "gotchiId": "1078", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "1079", + "amount": "7.5725", + "parsedAmount": "7572500000000000000" + }, + { + "gotchiId": "1083", + "amount": "94.8875", + "parsedAmount": "94887500000000000000" + }, + { + "gotchiId": "1085", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "1089", + "amount": "61.035", + "parsedAmount": "61035000000000000000" + }, + { + "gotchiId": "1090", + "amount": "7.6625", + "parsedAmount": "7662500000000000000" + }, + { + "gotchiId": "1098", + "amount": "6.9275", + "parsedAmount": "6927500000000000000" + }, + { + "gotchiId": "1100", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1103", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "1108", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "1109", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "1111", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "1122", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1124", + "amount": "26.7575", + "parsedAmount": "26757500000000000000" + }, + { + "gotchiId": "1126", + "amount": "62.3175", + "parsedAmount": "62317500000000000000" + }, + { + "gotchiId": "1128", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "1133", + "amount": "43.114999999999995", + "parsedAmount": "43114999999999995000" + }, + { + "gotchiId": "1134", + "amount": "7.2975", + "parsedAmount": "7297500000000000000" + }, + { + "gotchiId": "1135", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "1136", + "amount": "6.235", + "parsedAmount": "6235000000000000000" + }, + { + "gotchiId": "1137", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "1138", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "1140", + "amount": "13.3625", + "parsedAmount": "13362500000000000000" + }, + { + "gotchiId": "1145", + "amount": "8.375", + "parsedAmount": "8375000000000000000" + }, + { + "gotchiId": "1147", + "amount": "26.68", + "parsedAmount": "26680000000000000000" + }, + { + "gotchiId": "1150", + "amount": "25.110000000000003", + "parsedAmount": "25110000000000003000" + }, + { + "gotchiId": "1155", + "amount": "14.7175", + "parsedAmount": "14717500000000000000" + }, + { + "gotchiId": "1157", + "amount": "14.5425", + "parsedAmount": "14542500000000000000" + }, + { + "gotchiId": "1164", + "amount": "8.3575", + "parsedAmount": "8357500000000000000" + }, + { + "gotchiId": "1165", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "1169", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "1170", + "amount": "23.08", + "parsedAmount": "23080000000000000000" + }, + { + "gotchiId": "1171", + "amount": "26.255000000000003", + "parsedAmount": "26255000000000003000" + }, + { + "gotchiId": "1173", + "amount": "15.48", + "parsedAmount": "15480000000000000000" + }, + { + "gotchiId": "1177", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "1178", + "amount": "6.22", + "parsedAmount": "6220000000000000000" + }, + { + "gotchiId": "1179", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "1183", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "1188", + "amount": "8.2725", + "parsedAmount": "8272500000000000000" + }, + { + "gotchiId": "1189", + "amount": "7.815", + "parsedAmount": "7815000000000000000" + }, + { + "gotchiId": "1190", + "amount": "14.68", + "parsedAmount": "14680000000000000000" + }, + { + "gotchiId": "1191", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "1192", + "amount": "9.62", + "parsedAmount": "9620000000000000000" + }, + { + "gotchiId": "1193", + "amount": "25.0925", + "parsedAmount": "25092500000000000000" + }, + { + "gotchiId": "1195", + "amount": "20.57", + "parsedAmount": "20570000000000000000" + }, + { + "gotchiId": "1196", + "amount": "21.18", + "parsedAmount": "21180000000000000000" + }, + { + "gotchiId": "1197", + "amount": "70.9725", + "parsedAmount": "70972500000000000000" + }, + { + "gotchiId": "1199", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "1200", + "amount": "18.7175", + "parsedAmount": "18717500000000000000" + }, + { + "gotchiId": "1203", + "amount": "24.31", + "parsedAmount": "24310000000000000000" + }, + { + "gotchiId": "1207", + "amount": "67.4275", + "parsedAmount": "67427500000000000000" + }, + { + "gotchiId": "1218", + "amount": "62.67", + "parsedAmount": "62670000000000000000" + }, + { + "gotchiId": "1219", + "amount": "12.5375", + "parsedAmount": "12537500000000000000" + }, + { + "gotchiId": "1220", + "amount": "2.37", + "parsedAmount": "2370000000000000000" + }, + { + "gotchiId": "1228", + "amount": "16.314999999999998", + "parsedAmount": "16314999999999998000" + }, + { + "gotchiId": "1231", + "amount": "27.2025", + "parsedAmount": "27202500000000000000" + }, + { + "gotchiId": "1232", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "1233", + "amount": "5.575", + "parsedAmount": "5575000000000000000" + }, + { + "gotchiId": "1234", + "amount": "9.565", + "parsedAmount": "9565000000000000000" + }, + { + "gotchiId": "1235", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "1240", + "amount": "121.6625", + "parsedAmount": "121662500000000000000" + }, + { + "gotchiId": "1241", + "amount": "18.025", + "parsedAmount": "18025000000000000000" + }, + { + "gotchiId": "1244", + "amount": "40.2475", + "parsedAmount": "40247500000000000000" + }, + { + "gotchiId": "1248", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "1249", + "amount": "22.38", + "parsedAmount": "22380000000000000000" + }, + { + "gotchiId": "1253", + "amount": "23.800000000000004", + "parsedAmount": "23800000000000004000" + }, + { + "gotchiId": "1254", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "1257", + "amount": "74.6", + "parsedAmount": "74600000000000000000" + }, + { + "gotchiId": "1259", + "amount": "13.3725", + "parsedAmount": "13372500000000000000" + }, + { + "gotchiId": "1260", + "amount": "13.11", + "parsedAmount": "13110000000000000000" + }, + { + "gotchiId": "1261", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "1263", + "amount": "12.48", + "parsedAmount": "12480000000000000000" + }, + { + "gotchiId": "1264", + "amount": "113.84", + "parsedAmount": "113840000000000000000" + }, + { + "gotchiId": "1265", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "1267", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "1269", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "1273", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "1274", + "amount": "22.509999999999998", + "parsedAmount": "22509999999999998000" + }, + { + "gotchiId": "1277", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "1282", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "1283", + "amount": "3.5225", + "parsedAmount": "3522500000000000000" + }, + { + "gotchiId": "1285", + "amount": "24.97", + "parsedAmount": "24970000000000000000" + }, + { + "gotchiId": "1292", + "amount": "17.590000000000003", + "parsedAmount": "17590000000000003000" + }, + { + "gotchiId": "1293", + "amount": "32.8375", + "parsedAmount": "32837500000000000000" + }, + { + "gotchiId": "1294", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "1295", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "1299", + "amount": "2.49", + "parsedAmount": "2490000000000000000" + }, + { + "gotchiId": "1301", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "1302", + "amount": "31.4525", + "parsedAmount": "31452500000000000000" + }, + { + "gotchiId": "1304", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "1305", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "1306", + "amount": "199.85000000000002", + "parsedAmount": "199850000000000020000" + }, + { + "gotchiId": "1308", + "amount": "22.7575", + "parsedAmount": "22757500000000000000" + }, + { + "gotchiId": "1314", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "1316", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "1320", + "amount": "36.8975", + "parsedAmount": "36897500000000000000" + }, + { + "gotchiId": "1321", + "amount": "22.9225", + "parsedAmount": "22922500000000000000" + } + ], + "totalAmount": "12927122500000000019000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558587, + "gasUsed": "9695993" + }, + { + "batchIndex": 1, + "transactionHash": "0x60b8ceed40a87ba3cad158f3f15a2b7f3de5db938399f1dd4c45ced63aff7182", + "timestamp": "2025-10-08T06:55:23.580Z", + "gotchiRewards": [ + { + "gotchiId": "1323", + "amount": "4.2075", + "parsedAmount": "4207500000000000000" + }, + { + "gotchiId": "1324", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "1333", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1334", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "1335", + "amount": "57.025000000000006", + "parsedAmount": "57025000000000006000" + }, + { + "gotchiId": "1336", + "amount": "15.075", + "parsedAmount": "15075000000000000000" + }, + { + "gotchiId": "1339", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "1345", + "amount": "111.55000000000001", + "parsedAmount": "111550000000000010000" + }, + { + "gotchiId": "1347", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1348", + "amount": "13.760000000000002", + "parsedAmount": "13760000000000002000" + }, + { + "gotchiId": "1349", + "amount": "12.455", + "parsedAmount": "12455000000000000000" + }, + { + "gotchiId": "1351", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "1353", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1354", + "amount": "9.6775", + "parsedAmount": "9677500000000000000" + }, + { + "gotchiId": "1355", + "amount": "6.905", + "parsedAmount": "6905000000000000000" + }, + { + "gotchiId": "1357", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "1358", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "1359", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "1360", + "amount": "7.3575", + "parsedAmount": "7357500000000000000" + }, + { + "gotchiId": "1367", + "amount": "55.6125", + "parsedAmount": "55612500000000000000" + }, + { + "gotchiId": "1368", + "amount": "29.61", + "parsedAmount": "29610000000000000000" + }, + { + "gotchiId": "1370", + "amount": "23.6075", + "parsedAmount": "23607500000000000000" + }, + { + "gotchiId": "1371", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "1372", + "amount": "14.282499999999999", + "parsedAmount": "14282499999999999000" + }, + { + "gotchiId": "1373", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "1375", + "amount": "8.91", + "parsedAmount": "8910000000000000000" + }, + { + "gotchiId": "1379", + "amount": "16.7225", + "parsedAmount": "16722500000000000000" + }, + { + "gotchiId": "1381", + "amount": "20.38", + "parsedAmount": "20380000000000000000" + }, + { + "gotchiId": "1383", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "1385", + "amount": "13.975000000000001", + "parsedAmount": "13975000000000001000" + }, + { + "gotchiId": "1387", + "amount": "12.4775", + "parsedAmount": "12477500000000000000" + }, + { + "gotchiId": "1388", + "amount": "18.7025", + "parsedAmount": "18702500000000000000" + }, + { + "gotchiId": "1389", + "amount": "13.342500000000001", + "parsedAmount": "13342500000000001000" + }, + { + "gotchiId": "1392", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "1393", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "1395", + "amount": "21.335", + "parsedAmount": "21335000000000000000" + }, + { + "gotchiId": "1396", + "amount": "22.302500000000002", + "parsedAmount": "22302500000000002000" + }, + { + "gotchiId": "1398", + "amount": "13.39", + "parsedAmount": "13390000000000000000" + }, + { + "gotchiId": "1400", + "amount": "8.690000000000001", + "parsedAmount": "8690000000000001000" + }, + { + "gotchiId": "1401", + "amount": "12.7825", + "parsedAmount": "12782500000000000000" + }, + { + "gotchiId": "1403", + "amount": "5.0975", + "parsedAmount": "5097500000000000000" + }, + { + "gotchiId": "1404", + "amount": "14.682500000000001", + "parsedAmount": "14682500000000001000" + }, + { + "gotchiId": "1405", + "amount": "5.0925", + "parsedAmount": "5092500000000000000" + }, + { + "gotchiId": "1408", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "1410", + "amount": "9.1925", + "parsedAmount": "9192500000000000000" + }, + { + "gotchiId": "1412", + "amount": "40.51499999999999", + "parsedAmount": "40514999999999990000" + }, + { + "gotchiId": "1413", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "1414", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "1416", + "amount": "97.8025", + "parsedAmount": "97802500000000000000" + }, + { + "gotchiId": "1417", + "amount": "7.825", + "parsedAmount": "7825000000000000000" + }, + { + "gotchiId": "1419", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "1421", + "amount": "18.3925", + "parsedAmount": "18392500000000000000" + }, + { + "gotchiId": "1422", + "amount": "19.5675", + "parsedAmount": "19567500000000000000" + }, + { + "gotchiId": "1423", + "amount": "27.615", + "parsedAmount": "27615000000000000000" + }, + { + "gotchiId": "1425", + "amount": "103.3825", + "parsedAmount": "103382500000000000000" + }, + { + "gotchiId": "1426", + "amount": "43.565", + "parsedAmount": "43565000000000000000" + }, + { + "gotchiId": "1427", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "1429", + "amount": "7.2275", + "parsedAmount": "7227500000000000000" + }, + { + "gotchiId": "1430", + "amount": "13.7075", + "parsedAmount": "13707500000000000000" + }, + { + "gotchiId": "1432", + "amount": "46.52", + "parsedAmount": "46520000000000000000" + }, + { + "gotchiId": "1433", + "amount": "12.45", + "parsedAmount": "12450000000000000000" + }, + { + "gotchiId": "1436", + "amount": "9.2475", + "parsedAmount": "9247500000000000000" + }, + { + "gotchiId": "1441", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "1443", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "1445", + "amount": "21.8275", + "parsedAmount": "21827500000000000000" + }, + { + "gotchiId": "1447", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "1448", + "amount": "1389.3374999999999", + "parsedAmount": "1389337499999999900000" + }, + { + "gotchiId": "1449", + "amount": "101.265", + "parsedAmount": "101265000000000000000" + }, + { + "gotchiId": "1451", + "amount": "2.5625", + "parsedAmount": "2562500000000000000" + }, + { + "gotchiId": "1454", + "amount": "289.77", + "parsedAmount": "289770000000000000000" + }, + { + "gotchiId": "1455", + "amount": "7.2475", + "parsedAmount": "7247500000000000000" + }, + { + "gotchiId": "1457", + "amount": "38.0725", + "parsedAmount": "38072500000000000000" + }, + { + "gotchiId": "1459", + "amount": "21.770000000000003", + "parsedAmount": "21770000000000003000" + }, + { + "gotchiId": "1469", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "1470", + "amount": "61.4875", + "parsedAmount": "61487500000000000000" + }, + { + "gotchiId": "1473", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "1474", + "amount": "7.3325", + "parsedAmount": "7332500000000000000" + }, + { + "gotchiId": "1475", + "amount": "172.45", + "parsedAmount": "172450000000000000000" + }, + { + "gotchiId": "1477", + "amount": "13.072500000000002", + "parsedAmount": "13072500000000002000" + }, + { + "gotchiId": "1478", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "1481", + "amount": "18.2825", + "parsedAmount": "18282500000000000000" + }, + { + "gotchiId": "1483", + "amount": "168.29250000000002", + "parsedAmount": "168292500000000020000" + }, + { + "gotchiId": "1484", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "1485", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "1486", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "1487", + "amount": "52.5425", + "parsedAmount": "52542500000000000000" + }, + { + "gotchiId": "1491", + "amount": "17.7925", + "parsedAmount": "17792500000000000000" + }, + { + "gotchiId": "1508", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "1509", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "1510", + "amount": "12.844999999999999", + "parsedAmount": "12844999999999999000" + }, + { + "gotchiId": "1511", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "1512", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "1518", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "1520", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1531", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "1535", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "1536", + "amount": "8.145", + "parsedAmount": "8145000000000000000" + }, + { + "gotchiId": "1538", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "1539", + "amount": "17.0425", + "parsedAmount": "17042500000000000000" + }, + { + "gotchiId": "1542", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1543", + "amount": "11.19", + "parsedAmount": "11190000000000000000" + }, + { + "gotchiId": "1545", + "amount": "17.2775", + "parsedAmount": "17277500000000000000" + }, + { + "gotchiId": "1547", + "amount": "12.115", + "parsedAmount": "12115000000000000000" + }, + { + "gotchiId": "1549", + "amount": "124.61749999999999", + "parsedAmount": "124617499999999990000" + }, + { + "gotchiId": "1557", + "amount": "23.517500000000002", + "parsedAmount": "23517500000000002000" + }, + { + "gotchiId": "1558", + "amount": "23.0325", + "parsedAmount": "23032500000000000000" + }, + { + "gotchiId": "1562", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "1563", + "amount": "10.502500000000001", + "parsedAmount": "10502500000000001000" + }, + { + "gotchiId": "1564", + "amount": "25.7925", + "parsedAmount": "25792500000000000000" + }, + { + "gotchiId": "1565", + "amount": "168.905", + "parsedAmount": "168905000000000000000" + }, + { + "gotchiId": "1568", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "1570", + "amount": "11.067499999999999", + "parsedAmount": "11067499999999999000" + }, + { + "gotchiId": "1571", + "amount": "16.37", + "parsedAmount": "16370000000000000000" + }, + { + "gotchiId": "1572", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "1574", + "amount": "4.13", + "parsedAmount": "4130000000000000000" + }, + { + "gotchiId": "1575", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "1576", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "1580", + "amount": "23.307499999999997", + "parsedAmount": "23307499999999997000" + }, + { + "gotchiId": "1583", + "amount": "11.075", + "parsedAmount": "11075000000000000000" + }, + { + "gotchiId": "1584", + "amount": "34.3075", + "parsedAmount": "34307500000000000000" + }, + { + "gotchiId": "1585", + "amount": "20.5475", + "parsedAmount": "20547500000000000000" + }, + { + "gotchiId": "1586", + "amount": "41.040000000000006", + "parsedAmount": "41040000000000006000" + }, + { + "gotchiId": "1588", + "amount": "7.2975", + "parsedAmount": "7297500000000000000" + }, + { + "gotchiId": "1589", + "amount": "14.620000000000001", + "parsedAmount": "14620000000000001000" + }, + { + "gotchiId": "1590", + "amount": "16.0275", + "parsedAmount": "16027500000000000000" + }, + { + "gotchiId": "1591", + "amount": "24.88", + "parsedAmount": "24880000000000000000" + }, + { + "gotchiId": "1595", + "amount": "23.13", + "parsedAmount": "23130000000000000000" + }, + { + "gotchiId": "1598", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "1600", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "1604", + "amount": "39.8225", + "parsedAmount": "39822500000000000000" + }, + { + "gotchiId": "1627", + "amount": "287.035", + "parsedAmount": "287035000000000000000" + }, + { + "gotchiId": "1633", + "amount": "28.7275", + "parsedAmount": "28727500000000000000" + }, + { + "gotchiId": "1637", + "amount": "7.119999999999999", + "parsedAmount": "7119999999999999000" + }, + { + "gotchiId": "1638", + "amount": "67.9325", + "parsedAmount": "67932500000000000000" + }, + { + "gotchiId": "1639", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "1647", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "1652", + "amount": "8.5925", + "parsedAmount": "8592500000000000000" + }, + { + "gotchiId": "1653", + "amount": "30.942500000000003", + "parsedAmount": "30942500000000003000" + }, + { + "gotchiId": "1657", + "amount": "8.407499999999999", + "parsedAmount": "8407499999999999000" + }, + { + "gotchiId": "1660", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "1661", + "amount": "49.5675", + "parsedAmount": "49567500000000000000" + }, + { + "gotchiId": "1662", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "1665", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "1667", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "1668", + "amount": "166.1575", + "parsedAmount": "166157500000000000000" + }, + { + "gotchiId": "1672", + "amount": "16.9925", + "parsedAmount": "16992500000000000000" + }, + { + "gotchiId": "1677", + "amount": "174.1675", + "parsedAmount": "174167500000000000000" + }, + { + "gotchiId": "1679", + "amount": "9.844999999999999", + "parsedAmount": "9844999999999999000" + }, + { + "gotchiId": "1680", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "1683", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "1684", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "1689", + "amount": "11.91", + "parsedAmount": "11910000000000000000" + }, + { + "gotchiId": "1690", + "amount": "42.214999999999996", + "parsedAmount": "42214999999999996000" + }, + { + "gotchiId": "1691", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "1693", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "1694", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "1699", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "1702", + "amount": "65.3", + "parsedAmount": "65300000000000000000" + }, + { + "gotchiId": "1703", + "amount": "25.8025", + "parsedAmount": "25802500000000000000" + }, + { + "gotchiId": "1704", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "1708", + "amount": "17.2025", + "parsedAmount": "17202500000000000000" + }, + { + "gotchiId": "1709", + "amount": "5.0975", + "parsedAmount": "5097500000000000000" + }, + { + "gotchiId": "1710", + "amount": "8.2275", + "parsedAmount": "8227500000000000000" + }, + { + "gotchiId": "1711", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "1715", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "1722", + "amount": "10.9625", + "parsedAmount": "10962500000000000000" + }, + { + "gotchiId": "1723", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "1724", + "amount": "48.28", + "parsedAmount": "48280000000000000000" + }, + { + "gotchiId": "1728", + "amount": "22.057499999999997", + "parsedAmount": "22057499999999997000" + }, + { + "gotchiId": "1729", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "1732", + "amount": "11.255", + "parsedAmount": "11255000000000000000" + }, + { + "gotchiId": "1735", + "amount": "54.582499999999996", + "parsedAmount": "54582499999999996000" + }, + { + "gotchiId": "1740", + "amount": "33.2775", + "parsedAmount": "33277500000000000000" + }, + { + "gotchiId": "1743", + "amount": "1707.4125000000001", + "parsedAmount": "1707412500000000100000" + }, + { + "gotchiId": "1745", + "amount": "25.755", + "parsedAmount": "25755000000000000000" + }, + { + "gotchiId": "1751", + "amount": "8.6525", + "parsedAmount": "8652500000000000000" + }, + { + "gotchiId": "1752", + "amount": "18.4", + "parsedAmount": "18400000000000000000" + }, + { + "gotchiId": "1759", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "1762", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "1763", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "1765", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "1767", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "1768", + "amount": "24.974999999999998", + "parsedAmount": "24974999999999998000" + }, + { + "gotchiId": "1770", + "amount": "26.085", + "parsedAmount": "26085000000000000000" + }, + { + "gotchiId": "1771", + "amount": "30.83", + "parsedAmount": "30830000000000000000" + }, + { + "gotchiId": "1774", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "1775", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "1779", + "amount": "43.6875", + "parsedAmount": "43687500000000000000" + }, + { + "gotchiId": "1780", + "amount": "55.612500000000004", + "parsedAmount": "55612500000000004000" + }, + { + "gotchiId": "1781", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "1782", + "amount": "48.38", + "parsedAmount": "48380000000000000000" + }, + { + "gotchiId": "1784", + "amount": "22.4125", + "parsedAmount": "22412500000000000000" + }, + { + "gotchiId": "1785", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "1786", + "amount": "11.85", + "parsedAmount": "11850000000000000000" + }, + { + "gotchiId": "1787", + "amount": "25.535", + "parsedAmount": "25535000000000000000" + }, + { + "gotchiId": "1788", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "1789", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "1790", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "1802", + "amount": "19.72", + "parsedAmount": "19720000000000000000" + }, + { + "gotchiId": "1803", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "1806", + "amount": "24.335", + "parsedAmount": "24335000000000000000" + }, + { + "gotchiId": "1808", + "amount": "25.33", + "parsedAmount": "25330000000000000000" + }, + { + "gotchiId": "1809", + "amount": "7.7875", + "parsedAmount": "7787500000000000000" + }, + { + "gotchiId": "1811", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "1812", + "amount": "58.545", + "parsedAmount": "58545000000000000000" + }, + { + "gotchiId": "1822", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "1828", + "amount": "25.1375", + "parsedAmount": "25137500000000000000" + }, + { + "gotchiId": "1829", + "amount": "30.8675", + "parsedAmount": "30867500000000000000" + }, + { + "gotchiId": "1831", + "amount": "10.23", + "parsedAmount": "10230000000000000000" + }, + { + "gotchiId": "1836", + "amount": "371.235", + "parsedAmount": "371235000000000000000" + }, + { + "gotchiId": "1837", + "amount": "10.0075", + "parsedAmount": "10007500000000000000" + }, + { + "gotchiId": "1838", + "amount": "291.59", + "parsedAmount": "291590000000000000000" + }, + { + "gotchiId": "1839", + "amount": "9.9575", + "parsedAmount": "9957500000000000000" + }, + { + "gotchiId": "1840", + "amount": "429.65000000000003", + "parsedAmount": "429650000000000030000" + }, + { + "gotchiId": "1843", + "amount": "9.3", + "parsedAmount": "9300000000000000000" + }, + { + "gotchiId": "1844", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "1845", + "amount": "17.305", + "parsedAmount": "17305000000000000000" + }, + { + "gotchiId": "1847", + "amount": "66.895", + "parsedAmount": "66895000000000000000" + }, + { + "gotchiId": "1849", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "1850", + "amount": "6.3675", + "parsedAmount": "6367500000000000000" + }, + { + "gotchiId": "1852", + "amount": "47.93", + "parsedAmount": "47930000000000000000" + }, + { + "gotchiId": "1853", + "amount": "6.18", + "parsedAmount": "6180000000000000000" + }, + { + "gotchiId": "1855", + "amount": "13.4175", + "parsedAmount": "13417500000000000000" + }, + { + "gotchiId": "1857", + "amount": "15.445", + "parsedAmount": "15445000000000000000" + }, + { + "gotchiId": "1859", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "1862", + "amount": "54.815", + "parsedAmount": "54815000000000000000" + }, + { + "gotchiId": "1866", + "amount": "29.4725", + "parsedAmount": "29472500000000000000" + }, + { + "gotchiId": "1868", + "amount": "33.2325", + "parsedAmount": "33232500000000000000" + }, + { + "gotchiId": "1874", + "amount": "36.9425", + "parsedAmount": "36942500000000000000" + }, + { + "gotchiId": "1876", + "amount": "38.037499999999994", + "parsedAmount": "38037499999999994000" + }, + { + "gotchiId": "1878", + "amount": "16.03", + "parsedAmount": "16030000000000000000" + }, + { + "gotchiId": "1879", + "amount": "53.042500000000004", + "parsedAmount": "53042500000000004000" + }, + { + "gotchiId": "1880", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "1883", + "amount": "5.895", + "parsedAmount": "5895000000000000000" + }, + { + "gotchiId": "1884", + "amount": "26.6925", + "parsedAmount": "26692500000000000000" + }, + { + "gotchiId": "1886", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "1887", + "amount": "6.7124999999999995", + "parsedAmount": "6712499999999999500" + }, + { + "gotchiId": "1901", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "1904", + "amount": "12.125", + "parsedAmount": "12125000000000000000" + }, + { + "gotchiId": "1905", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "1906", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "1911", + "amount": "19.2425", + "parsedAmount": "19242500000000000000" + }, + { + "gotchiId": "1917", + "amount": "5.2425", + "parsedAmount": "5242500000000000000" + }, + { + "gotchiId": "1920", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "1921", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "1923", + "amount": "3.25", + "parsedAmount": "3250000000000000000" + }, + { + "gotchiId": "1924", + "amount": "3.325", + "parsedAmount": "3325000000000000000" + }, + { + "gotchiId": "1926", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "1927", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "1929", + "amount": "12.05", + "parsedAmount": "12050000000000000000" + }, + { + "gotchiId": "1930", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "1931", + "amount": "9", + "parsedAmount": "9000000000000000000" + }, + { + "gotchiId": "1932", + "amount": "15.965000000000002", + "parsedAmount": "15965000000000002000" + }, + { + "gotchiId": "1934", + "amount": "10.432500000000001", + "parsedAmount": "10432500000000001000" + }, + { + "gotchiId": "1935", + "amount": "21.07", + "parsedAmount": "21070000000000000000" + }, + { + "gotchiId": "1936", + "amount": "25.16", + "parsedAmount": "25160000000000000000" + }, + { + "gotchiId": "1937", + "amount": "5.24", + "parsedAmount": "5240000000000000000" + }, + { + "gotchiId": "1939", + "amount": "29.23", + "parsedAmount": "29230000000000000000" + }, + { + "gotchiId": "1940", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "1941", + "amount": "9.7575", + "parsedAmount": "9757500000000000000" + }, + { + "gotchiId": "1942", + "amount": "7.895", + "parsedAmount": "7895000000000000000" + }, + { + "gotchiId": "1944", + "amount": "25.35", + "parsedAmount": "25350000000000000000" + }, + { + "gotchiId": "1948", + "amount": "9.7125", + "parsedAmount": "9712500000000000000" + }, + { + "gotchiId": "1949", + "amount": "9.5275", + "parsedAmount": "9527500000000000000" + }, + { + "gotchiId": "1950", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1952", + "amount": "31.9075", + "parsedAmount": "31907500000000000000" + }, + { + "gotchiId": "1954", + "amount": "36.9925", + "parsedAmount": "36992500000000000000" + }, + { + "gotchiId": "1956", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "1959", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "1961", + "amount": "75.845", + "parsedAmount": "75845000000000000000" + }, + { + "gotchiId": "1962", + "amount": "21.0075", + "parsedAmount": "21007500000000000000" + }, + { + "gotchiId": "1963", + "amount": "23.6475", + "parsedAmount": "23647500000000000000" + }, + { + "gotchiId": "1969", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "1971", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "1973", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "1974", + "amount": "31.5775", + "parsedAmount": "31577500000000000000" + }, + { + "gotchiId": "1975", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "1976", + "amount": "15.767500000000002", + "parsedAmount": "15767500000000002000" + }, + { + "gotchiId": "1977", + "amount": "18.6925", + "parsedAmount": "18692500000000000000" + }, + { + "gotchiId": "1980", + "amount": "24.84", + "parsedAmount": "24840000000000000000" + }, + { + "gotchiId": "1981", + "amount": "20.025", + "parsedAmount": "20025000000000000000" + }, + { + "gotchiId": "1984", + "amount": "17.955", + "parsedAmount": "17955000000000000000" + }, + { + "gotchiId": "1986", + "amount": "30.877499999999998", + "parsedAmount": "30877499999999998000" + }, + { + "gotchiId": "1987", + "amount": "8.0875", + "parsedAmount": "8087500000000000000" + }, + { + "gotchiId": "1989", + "amount": "18.365", + "parsedAmount": "18365000000000000000" + }, + { + "gotchiId": "1992", + "amount": "5.775", + "parsedAmount": "5775000000000000000" + }, + { + "gotchiId": "1993", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "1994", + "amount": "23.87", + "parsedAmount": "23870000000000000000" + }, + { + "gotchiId": "1995", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "1996", + "amount": "16.44", + "parsedAmount": "16440000000000000000" + }, + { + "gotchiId": "1998", + "amount": "568.1225", + "parsedAmount": "568122500000000000000" + }, + { + "gotchiId": "2014", + "amount": "20.84", + "parsedAmount": "20840000000000000000" + }, + { + "gotchiId": "2018", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "2021", + "amount": "13.817499999999999", + "parsedAmount": "13817499999999999000" + }, + { + "gotchiId": "2026", + "amount": "10.4875", + "parsedAmount": "10487500000000000000" + }, + { + "gotchiId": "2027", + "amount": "21.475", + "parsedAmount": "21475000000000000000" + }, + { + "gotchiId": "2028", + "amount": "22.945", + "parsedAmount": "22945000000000000000" + }, + { + "gotchiId": "2029", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "2030", + "amount": "17.402500000000003", + "parsedAmount": "17402500000000003000" + }, + { + "gotchiId": "2031", + "amount": "25.662499999999998", + "parsedAmount": "25662499999999998000" + }, + { + "gotchiId": "2034", + "amount": "21.1025", + "parsedAmount": "21102500000000000000" + }, + { + "gotchiId": "2035", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "2042", + "amount": "9.3725", + "parsedAmount": "9372500000000000000" + }, + { + "gotchiId": "2053", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "2054", + "amount": "36.727500000000006", + "parsedAmount": "36727500000000006000" + }, + { + "gotchiId": "2057", + "amount": "304.8775", + "parsedAmount": "304877500000000000000" + }, + { + "gotchiId": "2058", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "2062", + "amount": "10.91", + "parsedAmount": "10910000000000000000" + }, + { + "gotchiId": "2068", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "2072", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "2073", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "2077", + "amount": "12.04", + "parsedAmount": "12040000000000000000" + }, + { + "gotchiId": "2079", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "2081", + "amount": "11.102500000000001", + "parsedAmount": "11102500000000001000" + }, + { + "gotchiId": "2084", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "2085", + "amount": "73.77999999999999", + "parsedAmount": "73779999999999990000" + }, + { + "gotchiId": "2087", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "2090", + "amount": "17.762500000000003", + "parsedAmount": "17762500000000003000" + }, + { + "gotchiId": "2091", + "amount": "9.1", + "parsedAmount": "9100000000000000000" + }, + { + "gotchiId": "2093", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "2094", + "amount": "16.3175", + "parsedAmount": "16317500000000000000" + }, + { + "gotchiId": "2095", + "amount": "24.18", + "parsedAmount": "24180000000000000000" + }, + { + "gotchiId": "2096", + "amount": "17.2025", + "parsedAmount": "17202500000000000000" + }, + { + "gotchiId": "2097", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "2099", + "amount": "26.8825", + "parsedAmount": "26882500000000000000" + }, + { + "gotchiId": "2100", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "2101", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "2104", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "2105", + "amount": "6.2825", + "parsedAmount": "6282500000000000000" + }, + { + "gotchiId": "2107", + "amount": "8.829999999999998", + "parsedAmount": "8829999999999998000" + }, + { + "gotchiId": "2110", + "amount": "13.4775", + "parsedAmount": "13477500000000000000" + }, + { + "gotchiId": "2111", + "amount": "19.265", + "parsedAmount": "19265000000000000000" + }, + { + "gotchiId": "2113", + "amount": "8.1275", + "parsedAmount": "8127500000000000000" + }, + { + "gotchiId": "2115", + "amount": "3.76", + "parsedAmount": "3760000000000000000" + }, + { + "gotchiId": "2116", + "amount": "9.280000000000001", + "parsedAmount": "9280000000000001000" + }, + { + "gotchiId": "2117", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "2118", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "2120", + "amount": "22.235", + "parsedAmount": "22235000000000000000" + }, + { + "gotchiId": "2122", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "2123", + "amount": "15.162500000000001", + "parsedAmount": "15162500000000001000" + }, + { + "gotchiId": "2124", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "2125", + "amount": "5.775", + "parsedAmount": "5775000000000000000" + }, + { + "gotchiId": "2126", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "2128", + "amount": "67.225", + "parsedAmount": "67225000000000000000" + }, + { + "gotchiId": "2129", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "2134", + "amount": "22.7875", + "parsedAmount": "22787500000000000000" + }, + { + "gotchiId": "2136", + "amount": "38.2925", + "parsedAmount": "38292500000000000000" + }, + { + "gotchiId": "2138", + "amount": "19.0675", + "parsedAmount": "19067500000000000000" + }, + { + "gotchiId": "2143", + "amount": "7.8825", + "parsedAmount": "7882500000000000000" + }, + { + "gotchiId": "2145", + "amount": "31.9125", + "parsedAmount": "31912500000000000000" + }, + { + "gotchiId": "2147", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "2148", + "amount": "37.21", + "parsedAmount": "37210000000000000000" + }, + { + "gotchiId": "2152", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "2153", + "amount": "6.515", + "parsedAmount": "6515000000000000000" + }, + { + "gotchiId": "2156", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "2157", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "2160", + "amount": "6.992500000000001", + "parsedAmount": "6992500000000001000" + }, + { + "gotchiId": "2162", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "2165", + "amount": "321.3875", + "parsedAmount": "321387500000000000000" + }, + { + "gotchiId": "2167", + "amount": "8.4275", + "parsedAmount": "8427500000000000000" + }, + { + "gotchiId": "2172", + "amount": "77.9825", + "parsedAmount": "77982500000000000000" + }, + { + "gotchiId": "2178", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "2181", + "amount": "36.097500000000004", + "parsedAmount": "36097500000000004000" + }, + { + "gotchiId": "2182", + "amount": "53.88", + "parsedAmount": "53880000000000000000" + }, + { + "gotchiId": "2183", + "amount": "17.4025", + "parsedAmount": "17402500000000000000" + }, + { + "gotchiId": "2185", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "2195", + "amount": "228.215", + "parsedAmount": "228215000000000000000" + }, + { + "gotchiId": "2197", + "amount": "25.905", + "parsedAmount": "25905000000000000000" + }, + { + "gotchiId": "2198", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "2202", + "amount": "14.089999999999998", + "parsedAmount": "14089999999999998000" + }, + { + "gotchiId": "2209", + "amount": "102.74", + "parsedAmount": "102740000000000000000" + }, + { + "gotchiId": "2212", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "2213", + "amount": "15.9875", + "parsedAmount": "15987500000000000000" + }, + { + "gotchiId": "2223", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "2225", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "2226", + "amount": "6.9174999999999995", + "parsedAmount": "6917499999999999500" + }, + { + "gotchiId": "2230", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "2232", + "amount": "9.0525", + "parsedAmount": "9052500000000000000" + }, + { + "gotchiId": "2234", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2235", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "2236", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "2238", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "2240", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "2242", + "amount": "12.445", + "parsedAmount": "12445000000000000000" + }, + { + "gotchiId": "2243", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "2244", + "amount": "15.205", + "parsedAmount": "15205000000000000000" + }, + { + "gotchiId": "2245", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "2246", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "2249", + "amount": "23.53", + "parsedAmount": "23530000000000000000" + }, + { + "gotchiId": "2250", + "amount": "2.185", + "parsedAmount": "2185000000000000000" + }, + { + "gotchiId": "2251", + "amount": "28.76", + "parsedAmount": "28760000000000000000" + }, + { + "gotchiId": "2255", + "amount": "33.2475", + "parsedAmount": "33247500000000000000" + }, + { + "gotchiId": "2256", + "amount": "14.415", + "parsedAmount": "14415000000000000000" + }, + { + "gotchiId": "2260", + "amount": "22.48", + "parsedAmount": "22480000000000000000" + }, + { + "gotchiId": "2261", + "amount": "105.30499999999999", + "parsedAmount": "105304999999999990000" + }, + { + "gotchiId": "2263", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "2265", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "2266", + "amount": "82.86", + "parsedAmount": "82860000000000000000" + }, + { + "gotchiId": "2267", + "amount": "134.93", + "parsedAmount": "134930000000000000000" + }, + { + "gotchiId": "2269", + "amount": "19.92", + "parsedAmount": "19920000000000000000" + }, + { + "gotchiId": "2270", + "amount": "230.3425", + "parsedAmount": "230342500000000000000" + }, + { + "gotchiId": "2271", + "amount": "23.2875", + "parsedAmount": "23287500000000000000" + }, + { + "gotchiId": "2272", + "amount": "6.22", + "parsedAmount": "6220000000000000000" + }, + { + "gotchiId": "2274", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "2277", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "2278", + "amount": "3.2825", + "parsedAmount": "3282500000000000000" + }, + { + "gotchiId": "2281", + "amount": "27.42", + "parsedAmount": "27420000000000000000" + }, + { + "gotchiId": "2286", + "amount": "11.14", + "parsedAmount": "11140000000000000000" + }, + { + "gotchiId": "2287", + "amount": "6.755000000000001", + "parsedAmount": "6755000000000001000" + }, + { + "gotchiId": "2290", + "amount": "99.045", + "parsedAmount": "99045000000000000000" + }, + { + "gotchiId": "2291", + "amount": "4.5525", + "parsedAmount": "4552500000000000000" + }, + { + "gotchiId": "2292", + "amount": "7.445", + "parsedAmount": "7445000000000000000" + }, + { + "gotchiId": "2293", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "2294", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "2296", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "2300", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "2301", + "amount": "22.665", + "parsedAmount": "22665000000000000000" + }, + { + "gotchiId": "2305", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "2318", + "amount": "3.0275", + "parsedAmount": "3027500000000000000" + }, + { + "gotchiId": "2319", + "amount": "11.3725", + "parsedAmount": "11372500000000000000" + }, + { + "gotchiId": "2321", + "amount": "7.33", + "parsedAmount": "7330000000000000000" + }, + { + "gotchiId": "2324", + "amount": "23.1825", + "parsedAmount": "23182500000000000000" + }, + { + "gotchiId": "2325", + "amount": "39.225", + "parsedAmount": "39225000000000000000" + }, + { + "gotchiId": "2326", + "amount": "21.505", + "parsedAmount": "21505000000000000000" + }, + { + "gotchiId": "2330", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "2333", + "amount": "17.267500000000002", + "parsedAmount": "17267500000000002000" + }, + { + "gotchiId": "2336", + "amount": "3.315", + "parsedAmount": "3315000000000000000" + }, + { + "gotchiId": "2339", + "amount": "14.774999999999999", + "parsedAmount": "14774999999999999000" + }, + { + "gotchiId": "2344", + "amount": "18.6225", + "parsedAmount": "18622500000000000000" + }, + { + "gotchiId": "2345", + "amount": "14.365", + "parsedAmount": "14365000000000000000" + }, + { + "gotchiId": "2346", + "amount": "9.2675", + "parsedAmount": "9267500000000000000" + }, + { + "gotchiId": "2347", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "2348", + "amount": "103.63", + "parsedAmount": "103630000000000000000" + }, + { + "gotchiId": "2350", + "amount": "29.107499999999998", + "parsedAmount": "29107499999999998000" + }, + { + "gotchiId": "2351", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "2354", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "2358", + "amount": "9.8025", + "parsedAmount": "9802500000000000000" + }, + { + "gotchiId": "2359", + "amount": "70.05250000000001", + "parsedAmount": "70052500000000010000" + }, + { + "gotchiId": "2360", + "amount": "50.61000000000001", + "parsedAmount": "50610000000000010000" + }, + { + "gotchiId": "2362", + "amount": "7.8275", + "parsedAmount": "7827500000000000000" + }, + { + "gotchiId": "2364", + "amount": "40.24", + "parsedAmount": "40240000000000000000" + }, + { + "gotchiId": "2367", + "amount": "3.2875", + "parsedAmount": "3287500000000000000" + }, + { + "gotchiId": "2368", + "amount": "56.75", + "parsedAmount": "56750000000000000000" + }, + { + "gotchiId": "2369", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "2380", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "2382", + "amount": "21.5075", + "parsedAmount": "21507500000000000000" + }, + { + "gotchiId": "2384", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "2386", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "2387", + "amount": "20.455000000000002", + "parsedAmount": "20455000000000002000" + }, + { + "gotchiId": "2391", + "amount": "46.2175", + "parsedAmount": "46217500000000000000" + }, + { + "gotchiId": "2393", + "amount": "73.36", + "parsedAmount": "73360000000000000000" + }, + { + "gotchiId": "2394", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "2396", + "amount": "14.8825", + "parsedAmount": "14882500000000000000" + }, + { + "gotchiId": "2399", + "amount": "13.11", + "parsedAmount": "13110000000000000000" + }, + { + "gotchiId": "2402", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "2403", + "amount": "9.6225", + "parsedAmount": "9622500000000000000" + }, + { + "gotchiId": "2404", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "2405", + "amount": "3.095", + "parsedAmount": "3095000000000000000" + }, + { + "gotchiId": "2406", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "2407", + "amount": "3.08", + "parsedAmount": "3080000000000000000" + }, + { + "gotchiId": "2408", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "2409", + "amount": "3.11", + "parsedAmount": "3110000000000000000" + }, + { + "gotchiId": "2414", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "2415", + "amount": "30.1925", + "parsedAmount": "30192500000000000000" + }, + { + "gotchiId": "2419", + "amount": "16.1175", + "parsedAmount": "16117500000000000000" + }, + { + "gotchiId": "2421", + "amount": "8.425", + "parsedAmount": "8425000000000000000" + }, + { + "gotchiId": "2424", + "amount": "14.0475", + "parsedAmount": "14047500000000000000" + }, + { + "gotchiId": "2432", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "2436", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "2438", + "amount": "6.2175", + "parsedAmount": "6217500000000000000" + }, + { + "gotchiId": "2439", + "amount": "14.497499999999999", + "parsedAmount": "14497499999999999000" + }, + { + "gotchiId": "2440", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "2441", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "2442", + "amount": "10.385", + "parsedAmount": "10385000000000000000" + }, + { + "gotchiId": "2443", + "amount": "84.26", + "parsedAmount": "84260000000000000000" + }, + { + "gotchiId": "2445", + "amount": "6.265", + "parsedAmount": "6265000000000000000" + }, + { + "gotchiId": "2446", + "amount": "14.48", + "parsedAmount": "14480000000000000000" + }, + { + "gotchiId": "2448", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "2449", + "amount": "10.209999999999999", + "parsedAmount": "10209999999999999000" + }, + { + "gotchiId": "2450", + "amount": "11.815", + "parsedAmount": "11815000000000000000" + }, + { + "gotchiId": "2451", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "2452", + "amount": "12.65", + "parsedAmount": "12650000000000000000" + }, + { + "gotchiId": "2453", + "amount": "17.495", + "parsedAmount": "17495000000000000000" + }, + { + "gotchiId": "2454", + "amount": "10.655000000000001", + "parsedAmount": "10655000000000001000" + }, + { + "gotchiId": "2455", + "amount": "10.5275", + "parsedAmount": "10527500000000000000" + }, + { + "gotchiId": "2456", + "amount": "4.2225", + "parsedAmount": "4222500000000000000" + }, + { + "gotchiId": "2457", + "amount": "13.67", + "parsedAmount": "13670000000000000000" + }, + { + "gotchiId": "2459", + "amount": "13.692499999999999", + "parsedAmount": "13692499999999999000" + }, + { + "gotchiId": "2460", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "2461", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "2462", + "amount": "55.964999999999996", + "parsedAmount": "55964999999999996000" + }, + { + "gotchiId": "2463", + "amount": "31.52", + "parsedAmount": "31520000000000000000" + }, + { + "gotchiId": "2468", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "2471", + "amount": "6.5725", + "parsedAmount": "6572500000000000000" + }, + { + "gotchiId": "2475", + "amount": "16.377499999999998", + "parsedAmount": "16377499999999998000" + }, + { + "gotchiId": "2478", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "2487", + "amount": "10.4125", + "parsedAmount": "10412500000000000000" + }, + { + "gotchiId": "2491", + "amount": "39.7", + "parsedAmount": "39700000000000000000" + }, + { + "gotchiId": "2492", + "amount": "18.950000000000003", + "parsedAmount": "18950000000000003000" + }, + { + "gotchiId": "2497", + "amount": "6.217499999999999", + "parsedAmount": "6217499999999999000" + } + ], + "totalAmount": "15637372500000000062000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558589, + "gasUsed": "9372065" + }, + { + "batchIndex": 2, + "transactionHash": "0x9ba9e9f91ef4f7bbadbcb92ca060d2ae12988b0baefeb8d59c0e25fbb97e9b80", + "timestamp": "2025-10-08T06:55:25.895Z", + "gotchiRewards": [ + { + "gotchiId": "2500", + "amount": "78.785", + "parsedAmount": "78785000000000000000" + }, + { + "gotchiId": "2501", + "amount": "88.2225", + "parsedAmount": "88222500000000000000" + }, + { + "gotchiId": "2503", + "amount": "15.165", + "parsedAmount": "15165000000000000000" + }, + { + "gotchiId": "2504", + "amount": "21.81", + "parsedAmount": "21810000000000000000" + }, + { + "gotchiId": "2505", + "amount": "85.17", + "parsedAmount": "85170000000000000000" + }, + { + "gotchiId": "2506", + "amount": "26.050000000000004", + "parsedAmount": "26050000000000004000" + }, + { + "gotchiId": "2509", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "2512", + "amount": "19.615", + "parsedAmount": "19615000000000000000" + }, + { + "gotchiId": "2515", + "amount": "14.5", + "parsedAmount": "14500000000000000000" + }, + { + "gotchiId": "2517", + "amount": "15.9525", + "parsedAmount": "15952500000000000000" + }, + { + "gotchiId": "2518", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "2523", + "amount": "49.4025", + "parsedAmount": "49402500000000000000" + }, + { + "gotchiId": "2524", + "amount": "15.8525", + "parsedAmount": "15852500000000000000" + }, + { + "gotchiId": "2528", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "2529", + "amount": "32.415", + "parsedAmount": "32415000000000000000" + }, + { + "gotchiId": "2530", + "amount": "10.675", + "parsedAmount": "10675000000000000000" + }, + { + "gotchiId": "2531", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "2538", + "amount": "18.0775", + "parsedAmount": "18077500000000000000" + }, + { + "gotchiId": "2542", + "amount": "34.4875", + "parsedAmount": "34487500000000000000" + }, + { + "gotchiId": "2544", + "amount": "13.2025", + "parsedAmount": "13202500000000000000" + }, + { + "gotchiId": "2546", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "2550", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "2552", + "amount": "27.82", + "parsedAmount": "27820000000000000000" + }, + { + "gotchiId": "2553", + "amount": "56.99250000000001", + "parsedAmount": "56992500000000010000" + }, + { + "gotchiId": "2554", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "2555", + "amount": "65.4375", + "parsedAmount": "65437500000000000000" + }, + { + "gotchiId": "2557", + "amount": "14.4175", + "parsedAmount": "14417500000000000000" + }, + { + "gotchiId": "2558", + "amount": "18.7775", + "parsedAmount": "18777500000000000000" + }, + { + "gotchiId": "2559", + "amount": "28.427500000000002", + "parsedAmount": "28427500000000002000" + }, + { + "gotchiId": "2562", + "amount": "8.0075", + "parsedAmount": "8007500000000000000" + }, + { + "gotchiId": "2566", + "amount": "14.4525", + "parsedAmount": "14452500000000000000" + }, + { + "gotchiId": "2569", + "amount": "17.8325", + "parsedAmount": "17832500000000000000" + }, + { + "gotchiId": "2574", + "amount": "20.22", + "parsedAmount": "20220000000000000000" + }, + { + "gotchiId": "2578", + "amount": "37.6275", + "parsedAmount": "37627500000000000000" + }, + { + "gotchiId": "2581", + "amount": "11.675", + "parsedAmount": "11675000000000000000" + }, + { + "gotchiId": "2582", + "amount": "13.7975", + "parsedAmount": "13797500000000000000" + }, + { + "gotchiId": "2583", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2585", + "amount": "12.8175", + "parsedAmount": "12817500000000000000" + }, + { + "gotchiId": "2588", + "amount": "15.43", + "parsedAmount": "15430000000000000000" + }, + { + "gotchiId": "2589", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "2591", + "amount": "11.47", + "parsedAmount": "11470000000000000000" + }, + { + "gotchiId": "2594", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "2596", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "2600", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "2603", + "amount": "19.85", + "parsedAmount": "19850000000000000000" + }, + { + "gotchiId": "2605", + "amount": "15.8425", + "parsedAmount": "15842500000000000000" + }, + { + "gotchiId": "2607", + "amount": "45.0175", + "parsedAmount": "45017500000000000000" + }, + { + "gotchiId": "2609", + "amount": "9.282499999999999", + "parsedAmount": "9282499999999999000" + }, + { + "gotchiId": "2612", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "2613", + "amount": "19.9175", + "parsedAmount": "19917500000000000000" + }, + { + "gotchiId": "2614", + "amount": "18.9225", + "parsedAmount": "18922500000000000000" + }, + { + "gotchiId": "2616", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "2617", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "2620", + "amount": "9.8625", + "parsedAmount": "9862500000000000000" + }, + { + "gotchiId": "2623", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "2624", + "amount": "27.845", + "parsedAmount": "27845000000000000000" + }, + { + "gotchiId": "2626", + "amount": "3.3725", + "parsedAmount": "3372500000000000000" + }, + { + "gotchiId": "2643", + "amount": "16.545", + "parsedAmount": "16545000000000000000" + }, + { + "gotchiId": "2644", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "2647", + "amount": "15.565", + "parsedAmount": "15565000000000000000" + }, + { + "gotchiId": "2649", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "2650", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "2652", + "amount": "19.337500000000002", + "parsedAmount": "19337500000000002000" + }, + { + "gotchiId": "2655", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "2657", + "amount": "30.7", + "parsedAmount": "30700000000000000000" + }, + { + "gotchiId": "2659", + "amount": "7.8325000000000005", + "parsedAmount": "7832500000000000500" + }, + { + "gotchiId": "2660", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "2663", + "amount": "12.739999999999998", + "parsedAmount": "12739999999999998000" + }, + { + "gotchiId": "2666", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "2667", + "amount": "78.77250000000001", + "parsedAmount": "78772500000000010000" + }, + { + "gotchiId": "2670", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "2671", + "amount": "4.555", + "parsedAmount": "4555000000000000000" + }, + { + "gotchiId": "2674", + "amount": "34.1675", + "parsedAmount": "34167500000000000000" + }, + { + "gotchiId": "2675", + "amount": "18.575000000000003", + "parsedAmount": "18575000000000003000" + }, + { + "gotchiId": "2676", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "2678", + "amount": "27.06", + "parsedAmount": "27060000000000000000" + }, + { + "gotchiId": "2679", + "amount": "9.54", + "parsedAmount": "9540000000000000000" + }, + { + "gotchiId": "2680", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "2681", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "2683", + "amount": "32.3925", + "parsedAmount": "32392500000000000000" + }, + { + "gotchiId": "2684", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "2685", + "amount": "49.8325", + "parsedAmount": "49832500000000000000" + }, + { + "gotchiId": "2686", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "2687", + "amount": "26.545", + "parsedAmount": "26545000000000000000" + }, + { + "gotchiId": "2688", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "2689", + "amount": "11.7625", + "parsedAmount": "11762500000000000000" + }, + { + "gotchiId": "2690", + "amount": "12.747499999999999", + "parsedAmount": "12747499999999999000" + }, + { + "gotchiId": "2691", + "amount": "3.74", + "parsedAmount": "3740000000000000000" + }, + { + "gotchiId": "2693", + "amount": "8.5875", + "parsedAmount": "8587500000000000000" + }, + { + "gotchiId": "2694", + "amount": "4.1325", + "parsedAmount": "4132500000000000000" + }, + { + "gotchiId": "2696", + "amount": "11.155000000000001", + "parsedAmount": "11155000000000001000" + }, + { + "gotchiId": "2698", + "amount": "8.425", + "parsedAmount": "8425000000000000000" + }, + { + "gotchiId": "2699", + "amount": "22.200000000000003", + "parsedAmount": "22200000000000003000" + }, + { + "gotchiId": "2701", + "amount": "24.26", + "parsedAmount": "24260000000000000000" + }, + { + "gotchiId": "2703", + "amount": "9.8", + "parsedAmount": "9800000000000000000" + }, + { + "gotchiId": "2707", + "amount": "7.535", + "parsedAmount": "7535000000000000000" + }, + { + "gotchiId": "2713", + "amount": "13.2525", + "parsedAmount": "13252500000000000000" + }, + { + "gotchiId": "2716", + "amount": "60.260000000000005", + "parsedAmount": "60260000000000005000" + }, + { + "gotchiId": "2717", + "amount": "31.475", + "parsedAmount": "31475000000000000000" + }, + { + "gotchiId": "2719", + "amount": "16.795", + "parsedAmount": "16795000000000000000" + }, + { + "gotchiId": "2720", + "amount": "69.595", + "parsedAmount": "69595000000000000000" + }, + { + "gotchiId": "2722", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "2724", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "2725", + "amount": "15.4625", + "parsedAmount": "15462500000000000000" + }, + { + "gotchiId": "2726", + "amount": "20.8925", + "parsedAmount": "20892500000000000000" + }, + { + "gotchiId": "2727", + "amount": "13.38", + "parsedAmount": "13380000000000000000" + }, + { + "gotchiId": "2729", + "amount": "8.49", + "parsedAmount": "8490000000000000000" + }, + { + "gotchiId": "2732", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "2734", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "2738", + "amount": "9.8775", + "parsedAmount": "9877500000000000000" + }, + { + "gotchiId": "2739", + "amount": "57.0775", + "parsedAmount": "57077500000000000000" + }, + { + "gotchiId": "2740", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "2744", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "2745", + "amount": "58.75749999999999", + "parsedAmount": "58757499999999990000" + }, + { + "gotchiId": "2748", + "amount": "18.25", + "parsedAmount": "18250000000000000000" + }, + { + "gotchiId": "2749", + "amount": "142.8475", + "parsedAmount": "142847500000000000000" + }, + { + "gotchiId": "2750", + "amount": "25.6725", + "parsedAmount": "25672500000000000000" + }, + { + "gotchiId": "2753", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "2755", + "amount": "10.377500000000001", + "parsedAmount": "10377500000000001000" + }, + { + "gotchiId": "2758", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "2759", + "amount": "28.225", + "parsedAmount": "28225000000000000000" + }, + { + "gotchiId": "2760", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "2761", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "2773", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "2774", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "2775", + "amount": "8.4", + "parsedAmount": "8400000000000000000" + }, + { + "gotchiId": "2779", + "amount": "11.9375", + "parsedAmount": "11937500000000000000" + }, + { + "gotchiId": "2783", + "amount": "22.855", + "parsedAmount": "22855000000000000000" + }, + { + "gotchiId": "2784", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "2786", + "amount": "32.33", + "parsedAmount": "32330000000000000000" + }, + { + "gotchiId": "2787", + "amount": "37.2475", + "parsedAmount": "37247500000000000000" + }, + { + "gotchiId": "2788", + "amount": "17.375", + "parsedAmount": "17375000000000000000" + }, + { + "gotchiId": "2792", + "amount": "27.89", + "parsedAmount": "27890000000000000000" + }, + { + "gotchiId": "2793", + "amount": "65.39750000000001", + "parsedAmount": "65397500000000010000" + }, + { + "gotchiId": "2795", + "amount": "23.122500000000002", + "parsedAmount": "23122500000000002000" + }, + { + "gotchiId": "2796", + "amount": "22.225", + "parsedAmount": "22225000000000000000" + }, + { + "gotchiId": "2797", + "amount": "29.052500000000002", + "parsedAmount": "29052500000000002000" + }, + { + "gotchiId": "2798", + "amount": "29.28", + "parsedAmount": "29280000000000000000" + }, + { + "gotchiId": "2799", + "amount": "17.745", + "parsedAmount": "17745000000000000000" + }, + { + "gotchiId": "2801", + "amount": "6.04", + "parsedAmount": "6040000000000000000" + }, + { + "gotchiId": "2803", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "2808", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "2811", + "amount": "71.95", + "parsedAmount": "71950000000000000000" + }, + { + "gotchiId": "2812", + "amount": "46.57249999999999", + "parsedAmount": "46572499999999990000" + }, + { + "gotchiId": "2822", + "amount": "8.245", + "parsedAmount": "8245000000000000000" + }, + { + "gotchiId": "2824", + "amount": "52.587500000000006", + "parsedAmount": "52587500000000006000" + }, + { + "gotchiId": "2825", + "amount": "13.017500000000002", + "parsedAmount": "13017500000000002000" + }, + { + "gotchiId": "2826", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "2828", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "2829", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "2833", + "amount": "24.115", + "parsedAmount": "24115000000000000000" + }, + { + "gotchiId": "2834", + "amount": "35.3025", + "parsedAmount": "35302500000000000000" + }, + { + "gotchiId": "2837", + "amount": "16.415", + "parsedAmount": "16415000000000000000" + }, + { + "gotchiId": "2839", + "amount": "12.385", + "parsedAmount": "12385000000000000000" + }, + { + "gotchiId": "2840", + "amount": "19.122500000000002", + "parsedAmount": "19122500000000002000" + }, + { + "gotchiId": "2841", + "amount": "12.524999999999999", + "parsedAmount": "12524999999999999000" + }, + { + "gotchiId": "2842", + "amount": "12.6325", + "parsedAmount": "12632500000000000000" + }, + { + "gotchiId": "2843", + "amount": "12.47", + "parsedAmount": "12470000000000000000" + }, + { + "gotchiId": "2844", + "amount": "12.5475", + "parsedAmount": "12547500000000000000" + }, + { + "gotchiId": "2845", + "amount": "16.02", + "parsedAmount": "16020000000000000000" + }, + { + "gotchiId": "2847", + "amount": "12.32", + "parsedAmount": "12320000000000000000" + }, + { + "gotchiId": "2848", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "2849", + "amount": "12.45", + "parsedAmount": "12450000000000000000" + }, + { + "gotchiId": "2850", + "amount": "12.435", + "parsedAmount": "12435000000000000000" + }, + { + "gotchiId": "2851", + "amount": "114.1475", + "parsedAmount": "114147500000000000000" + }, + { + "gotchiId": "2853", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "2854", + "amount": "98.9075", + "parsedAmount": "98907500000000000000" + }, + { + "gotchiId": "2856", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "2860", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "2861", + "amount": "28.4725", + "parsedAmount": "28472500000000000000" + }, + { + "gotchiId": "2863", + "amount": "76.83", + "parsedAmount": "76830000000000000000" + }, + { + "gotchiId": "2865", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "2866", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "2871", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "2872", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "2874", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "2876", + "amount": "17.634999999999998", + "parsedAmount": "17634999999999998000" + }, + { + "gotchiId": "2879", + "amount": "34.5375", + "parsedAmount": "34537500000000000000" + }, + { + "gotchiId": "2881", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "2882", + "amount": "12.9175", + "parsedAmount": "12917500000000000000" + }, + { + "gotchiId": "2886", + "amount": "43.5075", + "parsedAmount": "43507500000000000000" + }, + { + "gotchiId": "2888", + "amount": "30.762500000000003", + "parsedAmount": "30762500000000003000" + }, + { + "gotchiId": "2891", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "2895", + "amount": "7.15", + "parsedAmount": "7150000000000000000" + }, + { + "gotchiId": "2898", + "amount": "20.695", + "parsedAmount": "20695000000000000000" + }, + { + "gotchiId": "2901", + "amount": "12.3125", + "parsedAmount": "12312500000000000000" + }, + { + "gotchiId": "2902", + "amount": "14.912500000000001", + "parsedAmount": "14912500000000001000" + }, + { + "gotchiId": "2903", + "amount": "31.3525", + "parsedAmount": "31352500000000000000" + }, + { + "gotchiId": "2905", + "amount": "44.1675", + "parsedAmount": "44167500000000000000" + }, + { + "gotchiId": "2906", + "amount": "24.23", + "parsedAmount": "24230000000000000000" + }, + { + "gotchiId": "2907", + "amount": "38.7775", + "parsedAmount": "38777500000000000000" + }, + { + "gotchiId": "2908", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "2909", + "amount": "49.73", + "parsedAmount": "49730000000000000000" + }, + { + "gotchiId": "2910", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "2913", + "amount": "33.0675", + "parsedAmount": "33067500000000000000" + }, + { + "gotchiId": "2914", + "amount": "13.1475", + "parsedAmount": "13147500000000000000" + }, + { + "gotchiId": "2915", + "amount": "8.030000000000001", + "parsedAmount": "8030000000000001000" + }, + { + "gotchiId": "2920", + "amount": "15.1625", + "parsedAmount": "15162500000000000000" + }, + { + "gotchiId": "2922", + "amount": "29.7175", + "parsedAmount": "29717500000000000000" + }, + { + "gotchiId": "2923", + "amount": "6.6225000000000005", + "parsedAmount": "6622500000000000500" + }, + { + "gotchiId": "2928", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "2929", + "amount": "15.0175", + "parsedAmount": "15017500000000000000" + }, + { + "gotchiId": "2930", + "amount": "8.7775", + "parsedAmount": "8777500000000000000" + }, + { + "gotchiId": "2931", + "amount": "99.49499999999999", + "parsedAmount": "99494999999999990000" + }, + { + "gotchiId": "2932", + "amount": "38.675000000000004", + "parsedAmount": "38675000000000004000" + }, + { + "gotchiId": "2935", + "amount": "19.32", + "parsedAmount": "19320000000000000000" + }, + { + "gotchiId": "2936", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "2941", + "amount": "57.25", + "parsedAmount": "57250000000000000000" + }, + { + "gotchiId": "2942", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2943", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "2944", + "amount": "3.315", + "parsedAmount": "3315000000000000000" + }, + { + "gotchiId": "2945", + "amount": "27.585", + "parsedAmount": "27585000000000000000" + }, + { + "gotchiId": "2946", + "amount": "12.3225", + "parsedAmount": "12322500000000000000" + }, + { + "gotchiId": "2949", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "2950", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "2951", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "2953", + "amount": "18.045", + "parsedAmount": "18045000000000000000" + }, + { + "gotchiId": "2954", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "2956", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "2957", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "2959", + "amount": "10.695", + "parsedAmount": "10695000000000000000" + }, + { + "gotchiId": "2962", + "amount": "72.285", + "parsedAmount": "72285000000000000000" + }, + { + "gotchiId": "2965", + "amount": "16.58", + "parsedAmount": "16580000000000000000" + }, + { + "gotchiId": "2966", + "amount": "18.1125", + "parsedAmount": "18112500000000000000" + }, + { + "gotchiId": "2967", + "amount": "48.292500000000004", + "parsedAmount": "48292500000000004000" + }, + { + "gotchiId": "2968", + "amount": "8.379999999999999", + "parsedAmount": "8379999999999999000" + }, + { + "gotchiId": "2972", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "2973", + "amount": "17.12", + "parsedAmount": "17120000000000000000" + }, + { + "gotchiId": "2976", + "amount": "26.015", + "parsedAmount": "26015000000000000000" + }, + { + "gotchiId": "2987", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "2990", + "amount": "22.990000000000002", + "parsedAmount": "22990000000000002000" + }, + { + "gotchiId": "2995", + "amount": "58.845", + "parsedAmount": "58845000000000000000" + }, + { + "gotchiId": "2997", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "2999", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "3004", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "3007", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "3012", + "amount": "35.9225", + "parsedAmount": "35922500000000000000" + }, + { + "gotchiId": "3013", + "amount": "2.2625", + "parsedAmount": "2262500000000000000" + }, + { + "gotchiId": "3016", + "amount": "8.057500000000001", + "parsedAmount": "8057500000000001000" + }, + { + "gotchiId": "3017", + "amount": "7.1225000000000005", + "parsedAmount": "7122500000000000500" + }, + { + "gotchiId": "3019", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "3021", + "amount": "9.505", + "parsedAmount": "9505000000000000000" + }, + { + "gotchiId": "3023", + "amount": "8.5625", + "parsedAmount": "8562500000000000000" + }, + { + "gotchiId": "3024", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "3025", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "3026", + "amount": "18.32", + "parsedAmount": "18320000000000000000" + }, + { + "gotchiId": "3028", + "amount": "12.7675", + "parsedAmount": "12767500000000000000" + }, + { + "gotchiId": "3029", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "3033", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "3034", + "amount": "11.4025", + "parsedAmount": "11402500000000000000" + }, + { + "gotchiId": "3035", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "3036", + "amount": "8.81", + "parsedAmount": "8810000000000000000" + }, + { + "gotchiId": "3037", + "amount": "45.397499999999994", + "parsedAmount": "45397499999999994000" + }, + { + "gotchiId": "3040", + "amount": "27.189999999999998", + "parsedAmount": "27189999999999998000" + }, + { + "gotchiId": "3041", + "amount": "28.099999999999998", + "parsedAmount": "28099999999999998000" + }, + { + "gotchiId": "3043", + "amount": "7.095", + "parsedAmount": "7095000000000000000" + }, + { + "gotchiId": "3044", + "amount": "22.895000000000003", + "parsedAmount": "22895000000000003000" + }, + { + "gotchiId": "3045", + "amount": "8.567499999999999", + "parsedAmount": "8567499999999999000" + }, + { + "gotchiId": "3046", + "amount": "64.1125", + "parsedAmount": "64112500000000000000" + }, + { + "gotchiId": "3047", + "amount": "13.6125", + "parsedAmount": "13612500000000000000" + }, + { + "gotchiId": "3050", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "3051", + "amount": "23.88", + "parsedAmount": "23880000000000000000" + }, + { + "gotchiId": "3052", + "amount": "2848.295", + "parsedAmount": "2848295000000000000000" + }, + { + "gotchiId": "3053", + "amount": "28.39", + "parsedAmount": "28390000000000000000" + }, + { + "gotchiId": "3057", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "3059", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "3062", + "amount": "17.74", + "parsedAmount": "17740000000000000000" + }, + { + "gotchiId": "3063", + "amount": "14.015", + "parsedAmount": "14015000000000000000" + }, + { + "gotchiId": "3064", + "amount": "11.4525", + "parsedAmount": "11452500000000000000" + }, + { + "gotchiId": "3067", + "amount": "38.78", + "parsedAmount": "38780000000000000000" + }, + { + "gotchiId": "3072", + "amount": "26.7575", + "parsedAmount": "26757500000000000000" + }, + { + "gotchiId": "3084", + "amount": "38.269999999999996", + "parsedAmount": "38269999999999996000" + }, + { + "gotchiId": "3085", + "amount": "21.7375", + "parsedAmount": "21737500000000000000" + }, + { + "gotchiId": "3090", + "amount": "8.3125", + "parsedAmount": "8312500000000000000" + }, + { + "gotchiId": "3091", + "amount": "8.195", + "parsedAmount": "8195000000000000000" + }, + { + "gotchiId": "3092", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3093", + "amount": "15.2275", + "parsedAmount": "15227500000000000000" + }, + { + "gotchiId": "3094", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "3104", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "3106", + "amount": "9.6175", + "parsedAmount": "9617500000000000000" + }, + { + "gotchiId": "3107", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "3109", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "3110", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "3112", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "3113", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "3115", + "amount": "10.3275", + "parsedAmount": "10327500000000000000" + }, + { + "gotchiId": "3116", + "amount": "17.1975", + "parsedAmount": "17197500000000000000" + }, + { + "gotchiId": "3117", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "3121", + "amount": "16.919999999999998", + "parsedAmount": "16919999999999998000" + }, + { + "gotchiId": "3122", + "amount": "2.4625", + "parsedAmount": "2462500000000000000" + }, + { + "gotchiId": "3124", + "amount": "60.2625", + "parsedAmount": "60262500000000000000" + }, + { + "gotchiId": "3126", + "amount": "109.805", + "parsedAmount": "109805000000000000000" + }, + { + "gotchiId": "3127", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "3128", + "amount": "19.0575", + "parsedAmount": "19057500000000000000" + }, + { + "gotchiId": "3129", + "amount": "8.6125", + "parsedAmount": "8612500000000000000" + }, + { + "gotchiId": "3130", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "3131", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "3132", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "3134", + "amount": "3.6475", + "parsedAmount": "3647500000000000000" + }, + { + "gotchiId": "3144", + "amount": "22.555", + "parsedAmount": "22555000000000000000" + }, + { + "gotchiId": "3149", + "amount": "11.352500000000001", + "parsedAmount": "11352500000000001000" + }, + { + "gotchiId": "3152", + "amount": "32.175", + "parsedAmount": "32175000000000000000" + }, + { + "gotchiId": "3154", + "amount": "33.0125", + "parsedAmount": "33012500000000000000" + }, + { + "gotchiId": "3155", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "3156", + "amount": "60.57", + "parsedAmount": "60570000000000000000" + }, + { + "gotchiId": "3159", + "amount": "55.7275", + "parsedAmount": "55727500000000000000" + }, + { + "gotchiId": "3160", + "amount": "82.84", + "parsedAmount": "82840000000000000000" + }, + { + "gotchiId": "3164", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "3166", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "3168", + "amount": "136.99", + "parsedAmount": "136990000000000000000" + }, + { + "gotchiId": "3169", + "amount": "305.68499999999995", + "parsedAmount": "305684999999999950000" + }, + { + "gotchiId": "3170", + "amount": "3.33", + "parsedAmount": "3330000000000000000" + }, + { + "gotchiId": "3171", + "amount": "68.09", + "parsedAmount": "68090000000000000000" + }, + { + "gotchiId": "3173", + "amount": "81.2425", + "parsedAmount": "81242500000000000000" + }, + { + "gotchiId": "3177", + "amount": "49.87", + "parsedAmount": "49870000000000000000" + }, + { + "gotchiId": "3178", + "amount": "51.92", + "parsedAmount": "51920000000000000000" + }, + { + "gotchiId": "3179", + "amount": "42.6475", + "parsedAmount": "42647500000000000000" + }, + { + "gotchiId": "3180", + "amount": "9.025", + "parsedAmount": "9025000000000000000" + }, + { + "gotchiId": "3184", + "amount": "57.2225", + "parsedAmount": "57222500000000000000" + }, + { + "gotchiId": "3186", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "3199", + "amount": "12.7975", + "parsedAmount": "12797500000000000000" + }, + { + "gotchiId": "3200", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "3201", + "amount": "59.692499999999995", + "parsedAmount": "59692499999999995000" + }, + { + "gotchiId": "3203", + "amount": "9.125", + "parsedAmount": "9125000000000000000" + }, + { + "gotchiId": "3205", + "amount": "169.9025", + "parsedAmount": "169902500000000000000" + }, + { + "gotchiId": "3208", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3218", + "amount": "30.42", + "parsedAmount": "30420000000000000000" + }, + { + "gotchiId": "3225", + "amount": "4.52", + "parsedAmount": "4520000000000000000" + }, + { + "gotchiId": "3226", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "3228", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "3229", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "3232", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "3233", + "amount": "13.7375", + "parsedAmount": "13737500000000000000" + }, + { + "gotchiId": "3235", + "amount": "7.4675", + "parsedAmount": "7467500000000000000" + }, + { + "gotchiId": "3236", + "amount": "7.8375", + "parsedAmount": "7837500000000000000" + }, + { + "gotchiId": "3237", + "amount": "44.207499999999996", + "parsedAmount": "44207499999999996000" + }, + { + "gotchiId": "3238", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "3240", + "amount": "10.3475", + "parsedAmount": "10347500000000000000" + }, + { + "gotchiId": "3248", + "amount": "19.5225", + "parsedAmount": "19522500000000000000" + }, + { + "gotchiId": "3253", + "amount": "7.052499999999999", + "parsedAmount": "7052499999999999000" + }, + { + "gotchiId": "3254", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "3255", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "3256", + "amount": "151.285", + "parsedAmount": "151285000000000000000" + }, + { + "gotchiId": "3260", + "amount": "21.4675", + "parsedAmount": "21467500000000000000" + }, + { + "gotchiId": "3261", + "amount": "32.985", + "parsedAmount": "32985000000000000000" + }, + { + "gotchiId": "3262", + "amount": "16.215", + "parsedAmount": "16215000000000000000" + }, + { + "gotchiId": "3264", + "amount": "9.4825", + "parsedAmount": "9482500000000000000" + }, + { + "gotchiId": "3265", + "amount": "23.2325", + "parsedAmount": "23232500000000000000" + }, + { + "gotchiId": "3267", + "amount": "39.01", + "parsedAmount": "39010000000000000000" + }, + { + "gotchiId": "3268", + "amount": "5.345", + "parsedAmount": "5345000000000000000" + }, + { + "gotchiId": "3269", + "amount": "14.0175", + "parsedAmount": "14017500000000000000" + }, + { + "gotchiId": "3271", + "amount": "16.807499999999997", + "parsedAmount": "16807499999999997000" + }, + { + "gotchiId": "3272", + "amount": "8.9475", + "parsedAmount": "8947500000000000000" + }, + { + "gotchiId": "3273", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "3274", + "amount": "9.23", + "parsedAmount": "9230000000000000000" + }, + { + "gotchiId": "3275", + "amount": "23.6975", + "parsedAmount": "23697500000000000000" + }, + { + "gotchiId": "3276", + "amount": "11.9325", + "parsedAmount": "11932500000000000000" + }, + { + "gotchiId": "3280", + "amount": "32.385", + "parsedAmount": "32385000000000000000" + }, + { + "gotchiId": "3281", + "amount": "11.0575", + "parsedAmount": "11057500000000000000" + }, + { + "gotchiId": "3285", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "3288", + "amount": "102.8125", + "parsedAmount": "102812500000000000000" + }, + { + "gotchiId": "3290", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "3291", + "amount": "14.1075", + "parsedAmount": "14107500000000000000" + }, + { + "gotchiId": "3292", + "amount": "35.045", + "parsedAmount": "35045000000000000000" + }, + { + "gotchiId": "3293", + "amount": "8.435", + "parsedAmount": "8435000000000000000" + }, + { + "gotchiId": "3294", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "3295", + "amount": "259.1075", + "parsedAmount": "259107500000000000000" + }, + { + "gotchiId": "3296", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "3297", + "amount": "8.3025", + "parsedAmount": "8302500000000000000" + }, + { + "gotchiId": "3298", + "amount": "18.855", + "parsedAmount": "18855000000000000000" + }, + { + "gotchiId": "3299", + "amount": "212.8625", + "parsedAmount": "212862500000000000000" + }, + { + "gotchiId": "3301", + "amount": "18.855", + "parsedAmount": "18855000000000000000" + }, + { + "gotchiId": "3302", + "amount": "24.785", + "parsedAmount": "24785000000000000000" + }, + { + "gotchiId": "3305", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "3306", + "amount": "20.0825", + "parsedAmount": "20082500000000000000" + }, + { + "gotchiId": "3308", + "amount": "157.4375", + "parsedAmount": "157437500000000000000" + }, + { + "gotchiId": "3309", + "amount": "124.515", + "parsedAmount": "124515000000000000000" + }, + { + "gotchiId": "3310", + "amount": "14.305", + "parsedAmount": "14305000000000000000" + }, + { + "gotchiId": "3311", + "amount": "14.7225", + "parsedAmount": "14722500000000000000" + }, + { + "gotchiId": "3312", + "amount": "33.6", + "parsedAmount": "33600000000000000000" + }, + { + "gotchiId": "3314", + "amount": "15.74", + "parsedAmount": "15740000000000000000" + }, + { + "gotchiId": "3316", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "3317", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "3318", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "3319", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "3320", + "amount": "9.08", + "parsedAmount": "9080000000000000000" + }, + { + "gotchiId": "3322", + "amount": "51.2625", + "parsedAmount": "51262500000000000000" + }, + { + "gotchiId": "3326", + "amount": "10.565", + "parsedAmount": "10565000000000000000" + }, + { + "gotchiId": "3328", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "3329", + "amount": "34.185", + "parsedAmount": "34185000000000000000" + }, + { + "gotchiId": "3330", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "3331", + "amount": "47.370000000000005", + "parsedAmount": "47370000000000005000" + }, + { + "gotchiId": "3332", + "amount": "15.4125", + "parsedAmount": "15412500000000000000" + }, + { + "gotchiId": "3335", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "3339", + "amount": "10.1", + "parsedAmount": "10100000000000000000" + }, + { + "gotchiId": "3340", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "3341", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "3342", + "amount": "39.3125", + "parsedAmount": "39312500000000000000" + }, + { + "gotchiId": "3344", + "amount": "11.184999999999999", + "parsedAmount": "11184999999999999000" + }, + { + "gotchiId": "3347", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "3348", + "amount": "10.700000000000001", + "parsedAmount": "10700000000000001000" + }, + { + "gotchiId": "3354", + "amount": "16.875", + "parsedAmount": "16875000000000000000" + }, + { + "gotchiId": "3356", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "3357", + "amount": "98.13499999999999", + "parsedAmount": "98134999999999990000" + }, + { + "gotchiId": "3360", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "3361", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "3362", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "3364", + "amount": "5.529999999999999", + "parsedAmount": "5529999999999999000" + }, + { + "gotchiId": "3370", + "amount": "32.644999999999996", + "parsedAmount": "32644999999999996000" + }, + { + "gotchiId": "3371", + "amount": "65.5175", + "parsedAmount": "65517500000000000000" + }, + { + "gotchiId": "3372", + "amount": "11.5375", + "parsedAmount": "11537500000000000000" + }, + { + "gotchiId": "3376", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "3378", + "amount": "257.97", + "parsedAmount": "257970000000000000000" + }, + { + "gotchiId": "3379", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "3380", + "amount": "9.81", + "parsedAmount": "9810000000000000000" + }, + { + "gotchiId": "3382", + "amount": "6.2", + "parsedAmount": "6200000000000000000" + }, + { + "gotchiId": "3385", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "3386", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "3387", + "amount": "33.175", + "parsedAmount": "33175000000000000000" + }, + { + "gotchiId": "3388", + "amount": "21.32", + "parsedAmount": "21320000000000000000" + }, + { + "gotchiId": "3391", + "amount": "12.53", + "parsedAmount": "12530000000000000000" + }, + { + "gotchiId": "3392", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "3397", + "amount": "37.7525", + "parsedAmount": "37752500000000000000" + }, + { + "gotchiId": "3399", + "amount": "5.94", + "parsedAmount": "5940000000000000000" + }, + { + "gotchiId": "3400", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "3402", + "amount": "13.5", + "parsedAmount": "13500000000000000000" + }, + { + "gotchiId": "3403", + "amount": "48.832499999999996", + "parsedAmount": "48832499999999996000" + }, + { + "gotchiId": "3407", + "amount": "128.04", + "parsedAmount": "128040000000000000000" + }, + { + "gotchiId": "3408", + "amount": "17.8525", + "parsedAmount": "17852500000000000000" + }, + { + "gotchiId": "3410", + "amount": "17.06", + "parsedAmount": "17060000000000000000" + }, + { + "gotchiId": "3411", + "amount": "98.77", + "parsedAmount": "98770000000000000000" + }, + { + "gotchiId": "3420", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "3423", + "amount": "22.405", + "parsedAmount": "22405000000000000000" + }, + { + "gotchiId": "3424", + "amount": "14.682500000000001", + "parsedAmount": "14682500000000001000" + }, + { + "gotchiId": "3425", + "amount": "155.20000000000002", + "parsedAmount": "155200000000000020000" + }, + { + "gotchiId": "3427", + "amount": "21.8025", + "parsedAmount": "21802500000000000000" + }, + { + "gotchiId": "3429", + "amount": "14.0475", + "parsedAmount": "14047500000000000000" + }, + { + "gotchiId": "3430", + "amount": "14.532499999999999", + "parsedAmount": "14532499999999999000" + }, + { + "gotchiId": "3431", + "amount": "90.095", + "parsedAmount": "90095000000000000000" + }, + { + "gotchiId": "3432", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "3433", + "amount": "62.225", + "parsedAmount": "62225000000000000000" + }, + { + "gotchiId": "3434", + "amount": "14.344999999999999", + "parsedAmount": "14344999999999999000" + }, + { + "gotchiId": "3435", + "amount": "22.064999999999998", + "parsedAmount": "22064999999999998000" + }, + { + "gotchiId": "3437", + "amount": "16.86", + "parsedAmount": "16860000000000000000" + }, + { + "gotchiId": "3440", + "amount": "30.167499999999997", + "parsedAmount": "30167499999999997000" + }, + { + "gotchiId": "3441", + "amount": "20.02", + "parsedAmount": "20020000000000000000" + }, + { + "gotchiId": "3443", + "amount": "13.24", + "parsedAmount": "13240000000000000000" + }, + { + "gotchiId": "3444", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "3447", + "amount": "5.6275", + "parsedAmount": "5627500000000000000" + }, + { + "gotchiId": "3448", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "3451", + "amount": "12.4375", + "parsedAmount": "12437500000000000000" + }, + { + "gotchiId": "3452", + "amount": "6.59", + "parsedAmount": "6590000000000000000" + }, + { + "gotchiId": "3454", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "3457", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "3462", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "3467", + "amount": "40.93", + "parsedAmount": "40930000000000000000" + }, + { + "gotchiId": "3470", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "3472", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "3475", + "amount": "63.6275", + "parsedAmount": "63627500000000000000" + }, + { + "gotchiId": "3476", + "amount": "6.422499999999999", + "parsedAmount": "6422499999999999000" + }, + { + "gotchiId": "3477", + "amount": "7.1475", + "parsedAmount": "7147500000000000000" + }, + { + "gotchiId": "3478", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "3479", + "amount": "13.962499999999999", + "parsedAmount": "13962499999999999000" + }, + { + "gotchiId": "3480", + "amount": "9.405000000000001", + "parsedAmount": "9405000000000001000" + }, + { + "gotchiId": "3481", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "3483", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "3487", + "amount": "21.705", + "parsedAmount": "21705000000000000000" + }, + { + "gotchiId": "3490", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "3498", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "3500", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3501", + "amount": "45.105", + "parsedAmount": "45105000000000000000" + }, + { + "gotchiId": "3508", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "3510", + "amount": "12.9175", + "parsedAmount": "12917500000000000000" + }, + { + "gotchiId": "3513", + "amount": "117.6", + "parsedAmount": "117600000000000000000" + }, + { + "gotchiId": "3515", + "amount": "90.31", + "parsedAmount": "90310000000000000000" + }, + { + "gotchiId": "3516", + "amount": "44.93", + "parsedAmount": "44930000000000000000" + }, + { + "gotchiId": "3517", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "3522", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "3523", + "amount": "29.86", + "parsedAmount": "29860000000000000000" + }, + { + "gotchiId": "3524", + "amount": "29.46", + "parsedAmount": "29460000000000000000" + }, + { + "gotchiId": "3525", + "amount": "28.9575", + "parsedAmount": "28957500000000000000" + }, + { + "gotchiId": "3526", + "amount": "40.6025", + "parsedAmount": "40602500000000000000" + }, + { + "gotchiId": "3527", + "amount": "29.0175", + "parsedAmount": "29017500000000000000" + }, + { + "gotchiId": "3528", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "3538", + "amount": "21.345", + "parsedAmount": "21345000000000000000" + }, + { + "gotchiId": "3539", + "amount": "21.2725", + "parsedAmount": "21272500000000000000" + }, + { + "gotchiId": "3541", + "amount": "21.475", + "parsedAmount": "21475000000000000000" + }, + { + "gotchiId": "3542", + "amount": "25.457500000000003", + "parsedAmount": "25457500000000003000" + }, + { + "gotchiId": "3549", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "3554", + "amount": "9.3525", + "parsedAmount": "9352500000000000000" + }, + { + "gotchiId": "3555", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "3556", + "amount": "29.482499999999998", + "parsedAmount": "29482499999999998000" + }, + { + "gotchiId": "3560", + "amount": "12.3325", + "parsedAmount": "12332500000000000000" + }, + { + "gotchiId": "3565", + "amount": "12.49", + "parsedAmount": "12490000000000000000" + }, + { + "gotchiId": "3568", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "3569", + "amount": "8.295", + "parsedAmount": "8295000000000000000" + }, + { + "gotchiId": "3571", + "amount": "43.03", + "parsedAmount": "43030000000000000000" + }, + { + "gotchiId": "3572", + "amount": "20.82", + "parsedAmount": "20820000000000000000" + }, + { + "gotchiId": "3573", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + } + ], + "totalAmount": "14604247499999999969500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558590, + "gasUsed": "9804255" + }, + { + "batchIndex": 3, + "transactionHash": "0x9f26433b170e1c54477a02d6af05d3392407790699b5e108dc7b3d12a07b3c33", + "timestamp": "2025-10-08T06:55:28.779Z", + "gotchiRewards": [ + { + "gotchiId": "3577", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "3580", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "3581", + "amount": "36.0975", + "parsedAmount": "36097500000000000000" + }, + { + "gotchiId": "3584", + "amount": "21.652499999999996", + "parsedAmount": "21652499999999996000" + }, + { + "gotchiId": "3585", + "amount": "36.1875", + "parsedAmount": "36187500000000000000" + }, + { + "gotchiId": "3590", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "3592", + "amount": "70.61", + "parsedAmount": "70610000000000000000" + }, + { + "gotchiId": "3593", + "amount": "6.824999999999999", + "parsedAmount": "6824999999999999000" + }, + { + "gotchiId": "3594", + "amount": "24.307499999999997", + "parsedAmount": "24307499999999997000" + }, + { + "gotchiId": "3595", + "amount": "41.13", + "parsedAmount": "41130000000000000000" + }, + { + "gotchiId": "3596", + "amount": "17.6925", + "parsedAmount": "17692500000000000000" + }, + { + "gotchiId": "3598", + "amount": "19.8575", + "parsedAmount": "19857500000000000000" + }, + { + "gotchiId": "3599", + "amount": "8.76", + "parsedAmount": "8760000000000000000" + }, + { + "gotchiId": "3600", + "amount": "20.53", + "parsedAmount": "20530000000000000000" + }, + { + "gotchiId": "3601", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "3602", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "3607", + "amount": "9.3725", + "parsedAmount": "9372500000000000000" + }, + { + "gotchiId": "3610", + "amount": "19.645", + "parsedAmount": "19645000000000000000" + }, + { + "gotchiId": "3613", + "amount": "35.2", + "parsedAmount": "35200000000000000000" + }, + { + "gotchiId": "3615", + "amount": "18.2125", + "parsedAmount": "18212500000000000000" + }, + { + "gotchiId": "3619", + "amount": "2.245", + "parsedAmount": "2245000000000000000" + }, + { + "gotchiId": "3633", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "3636", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "3637", + "amount": "21.1325", + "parsedAmount": "21132500000000000000" + }, + { + "gotchiId": "3642", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "3643", + "amount": "19.505", + "parsedAmount": "19505000000000000000" + }, + { + "gotchiId": "3644", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "3645", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "3647", + "amount": "35.45", + "parsedAmount": "35450000000000000000" + }, + { + "gotchiId": "3649", + "amount": "3.3775", + "parsedAmount": "3377500000000000000" + }, + { + "gotchiId": "3650", + "amount": "60.644999999999996", + "parsedAmount": "60644999999999996000" + }, + { + "gotchiId": "3652", + "amount": "17.19", + "parsedAmount": "17190000000000000000" + }, + { + "gotchiId": "3654", + "amount": "7.4975", + "parsedAmount": "7497500000000000000" + }, + { + "gotchiId": "3659", + "amount": "28.6875", + "parsedAmount": "28687500000000000000" + }, + { + "gotchiId": "3660", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "3662", + "amount": "54.7375", + "parsedAmount": "54737500000000000000" + }, + { + "gotchiId": "3664", + "amount": "8.095", + "parsedAmount": "8095000000000000000" + }, + { + "gotchiId": "3665", + "amount": "15.122499999999999", + "parsedAmount": "15122499999999999000" + }, + { + "gotchiId": "3667", + "amount": "15.9175", + "parsedAmount": "15917500000000000000" + }, + { + "gotchiId": "3671", + "amount": "9.475", + "parsedAmount": "9475000000000000000" + }, + { + "gotchiId": "3672", + "amount": "13.1525", + "parsedAmount": "13152500000000000000" + }, + { + "gotchiId": "3673", + "amount": "26.61", + "parsedAmount": "26610000000000000000" + }, + { + "gotchiId": "3674", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "3676", + "amount": "2.265", + "parsedAmount": "2265000000000000000" + }, + { + "gotchiId": "3678", + "amount": "10.3125", + "parsedAmount": "10312500000000000000" + }, + { + "gotchiId": "3679", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "3680", + "amount": "26.575000000000003", + "parsedAmount": "26575000000000003000" + }, + { + "gotchiId": "3682", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "3683", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "3684", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "3687", + "amount": "15.8525", + "parsedAmount": "15852500000000000000" + }, + { + "gotchiId": "3690", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "3691", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "3696", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "3699", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3701", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "3702", + "amount": "11.1775", + "parsedAmount": "11177500000000000000" + }, + { + "gotchiId": "3709", + "amount": "10.584999999999999", + "parsedAmount": "10584999999999999000" + }, + { + "gotchiId": "3710", + "amount": "22.9775", + "parsedAmount": "22977500000000000000" + }, + { + "gotchiId": "3711", + "amount": "35.572500000000005", + "parsedAmount": "35572500000000005000" + }, + { + "gotchiId": "3712", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "3713", + "amount": "6.925", + "parsedAmount": "6925000000000000000" + }, + { + "gotchiId": "3717", + "amount": "5.3975", + "parsedAmount": "5397500000000000000" + }, + { + "gotchiId": "3718", + "amount": "6.4525", + "parsedAmount": "6452500000000000000" + }, + { + "gotchiId": "3720", + "amount": "23", + "parsedAmount": "23000000000000000000" + }, + { + "gotchiId": "3722", + "amount": "3.07", + "parsedAmount": "3070000000000000000" + }, + { + "gotchiId": "3724", + "amount": "508.19", + "parsedAmount": "508190000000000000000" + }, + { + "gotchiId": "3725", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "3727", + "amount": "18.720000000000002", + "parsedAmount": "18720000000000002000" + }, + { + "gotchiId": "3728", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "3729", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "3731", + "amount": "38.965", + "parsedAmount": "38965000000000000000" + }, + { + "gotchiId": "3734", + "amount": "42.9525", + "parsedAmount": "42952500000000000000" + }, + { + "gotchiId": "3735", + "amount": "12.96", + "parsedAmount": "12960000000000000000" + }, + { + "gotchiId": "3736", + "amount": "131.11499999999998", + "parsedAmount": "131114999999999980000" + }, + { + "gotchiId": "3738", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "3741", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "3742", + "amount": "17.025000000000002", + "parsedAmount": "17025000000000002000" + }, + { + "gotchiId": "3744", + "amount": "7.755000000000001", + "parsedAmount": "7755000000000001000" + }, + { + "gotchiId": "3747", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "3749", + "amount": "192.13", + "parsedAmount": "192130000000000000000" + }, + { + "gotchiId": "3752", + "amount": "28.82", + "parsedAmount": "28820000000000000000" + }, + { + "gotchiId": "3753", + "amount": "22.87", + "parsedAmount": "22870000000000000000" + }, + { + "gotchiId": "3754", + "amount": "9.6425", + "parsedAmount": "9642500000000000000" + }, + { + "gotchiId": "3759", + "amount": "6.915", + "parsedAmount": "6915000000000000000" + }, + { + "gotchiId": "3762", + "amount": "11.487499999999999", + "parsedAmount": "11487499999999999000" + }, + { + "gotchiId": "3764", + "amount": "29.72", + "parsedAmount": "29720000000000000000" + }, + { + "gotchiId": "3767", + "amount": "9.08", + "parsedAmount": "9080000000000000000" + }, + { + "gotchiId": "3769", + "amount": "5.905", + "parsedAmount": "5905000000000000000" + }, + { + "gotchiId": "3770", + "amount": "5.640000000000001", + "parsedAmount": "5640000000000001000" + }, + { + "gotchiId": "3771", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "3772", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "3773", + "amount": "16.765", + "parsedAmount": "16765000000000000000" + }, + { + "gotchiId": "3774", + "amount": "17.5925", + "parsedAmount": "17592500000000000000" + }, + { + "gotchiId": "3776", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "3782", + "amount": "57.8475", + "parsedAmount": "57847500000000000000" + }, + { + "gotchiId": "3783", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "3784", + "amount": "12.1025", + "parsedAmount": "12102500000000000000" + }, + { + "gotchiId": "3785", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "3787", + "amount": "38.855000000000004", + "parsedAmount": "38855000000000004000" + }, + { + "gotchiId": "3788", + "amount": "104.1675", + "parsedAmount": "104167500000000000000" + }, + { + "gotchiId": "3789", + "amount": "35.7025", + "parsedAmount": "35702500000000000000" + }, + { + "gotchiId": "3790", + "amount": "26.1425", + "parsedAmount": "26142500000000000000" + }, + { + "gotchiId": "3792", + "amount": "7.522499999999999", + "parsedAmount": "7522499999999999000" + }, + { + "gotchiId": "3793", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "3794", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "3796", + "amount": "8.965", + "parsedAmount": "8965000000000000000" + }, + { + "gotchiId": "3799", + "amount": "9.47", + "parsedAmount": "9470000000000000000" + }, + { + "gotchiId": "3801", + "amount": "28.0225", + "parsedAmount": "28022500000000000000" + }, + { + "gotchiId": "3802", + "amount": "6.1825", + "parsedAmount": "6182500000000000000" + }, + { + "gotchiId": "3805", + "amount": "27.3275", + "parsedAmount": "27327500000000000000" + }, + { + "gotchiId": "3807", + "amount": "10.54", + "parsedAmount": "10540000000000000000" + }, + { + "gotchiId": "3815", + "amount": "9.875", + "parsedAmount": "9875000000000000000" + }, + { + "gotchiId": "3816", + "amount": "21.5775", + "parsedAmount": "21577500000000000000" + }, + { + "gotchiId": "3818", + "amount": "8.58", + "parsedAmount": "8580000000000000000" + }, + { + "gotchiId": "3819", + "amount": "54.9875", + "parsedAmount": "54987500000000000000" + }, + { + "gotchiId": "3820", + "amount": "58.252500000000005", + "parsedAmount": "58252500000000005000" + }, + { + "gotchiId": "3831", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "3834", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "3835", + "amount": "62.2825", + "parsedAmount": "62282500000000000000" + }, + { + "gotchiId": "3837", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "3838", + "amount": "39.095", + "parsedAmount": "39095000000000000000" + }, + { + "gotchiId": "3839", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "3840", + "amount": "7.185", + "parsedAmount": "7185000000000000000" + }, + { + "gotchiId": "3841", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "3842", + "amount": "25.14", + "parsedAmount": "25140000000000000000" + }, + { + "gotchiId": "3843", + "amount": "11.96", + "parsedAmount": "11960000000000000000" + }, + { + "gotchiId": "3844", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "3846", + "amount": "26.8975", + "parsedAmount": "26897500000000000000" + }, + { + "gotchiId": "3847", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "3848", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "3849", + "amount": "27.19", + "parsedAmount": "27190000000000000000" + }, + { + "gotchiId": "3850", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "3852", + "amount": "85.85749999999999", + "parsedAmount": "85857499999999990000" + }, + { + "gotchiId": "3853", + "amount": "45.4475", + "parsedAmount": "45447500000000000000" + }, + { + "gotchiId": "3855", + "amount": "27.404999999999998", + "parsedAmount": "27404999999999998000" + }, + { + "gotchiId": "3856", + "amount": "9.2275", + "parsedAmount": "9227500000000000000" + }, + { + "gotchiId": "3857", + "amount": "12.882499999999999", + "parsedAmount": "12882499999999999000" + }, + { + "gotchiId": "3858", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "3859", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + }, + { + "gotchiId": "3860", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "3861", + "amount": "42.1325", + "parsedAmount": "42132500000000000000" + }, + { + "gotchiId": "3862", + "amount": "27.9575", + "parsedAmount": "27957500000000000000" + }, + { + "gotchiId": "3863", + "amount": "13.09", + "parsedAmount": "13090000000000000000" + }, + { + "gotchiId": "3864", + "amount": "31.39", + "parsedAmount": "31390000000000000000" + }, + { + "gotchiId": "3865", + "amount": "16.5425", + "parsedAmount": "16542500000000000000" + }, + { + "gotchiId": "3866", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "3867", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "3868", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "3869", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "3873", + "amount": "22.7675", + "parsedAmount": "22767500000000000000" + }, + { + "gotchiId": "3874", + "amount": "36.725", + "parsedAmount": "36725000000000000000" + }, + { + "gotchiId": "3875", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "3876", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "3877", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "3879", + "amount": "17.925", + "parsedAmount": "17925000000000000000" + }, + { + "gotchiId": "3880", + "amount": "2.2525", + "parsedAmount": "2252500000000000000" + }, + { + "gotchiId": "3881", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "3884", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "3891", + "amount": "33.4175", + "parsedAmount": "33417500000000000000" + }, + { + "gotchiId": "3893", + "amount": "11.809999999999999", + "parsedAmount": "11809999999999999000" + }, + { + "gotchiId": "3895", + "amount": "14.6525", + "parsedAmount": "14652500000000000000" + }, + { + "gotchiId": "3898", + "amount": "21.205", + "parsedAmount": "21205000000000000000" + }, + { + "gotchiId": "3899", + "amount": "21.5375", + "parsedAmount": "21537500000000000000" + }, + { + "gotchiId": "3900", + "amount": "27.58", + "parsedAmount": "27580000000000000000" + }, + { + "gotchiId": "3905", + "amount": "21.57", + "parsedAmount": "21570000000000000000" + }, + { + "gotchiId": "3907", + "amount": "22.9825", + "parsedAmount": "22982500000000000000" + }, + { + "gotchiId": "3908", + "amount": "5.7524999999999995", + "parsedAmount": "5752499999999999500" + }, + { + "gotchiId": "3914", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "3917", + "amount": "32.5975", + "parsedAmount": "32597500000000000000" + }, + { + "gotchiId": "3922", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "3924", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3925", + "amount": "12.760000000000002", + "parsedAmount": "12760000000000002000" + }, + { + "gotchiId": "3928", + "amount": "32.4775", + "parsedAmount": "32477500000000000000" + }, + { + "gotchiId": "3929", + "amount": "67.9875", + "parsedAmount": "67987500000000000000" + }, + { + "gotchiId": "3931", + "amount": "126.36000000000001", + "parsedAmount": "126360000000000010000" + }, + { + "gotchiId": "3932", + "amount": "71.6675", + "parsedAmount": "71667500000000000000" + }, + { + "gotchiId": "3933", + "amount": "63.3575", + "parsedAmount": "63357500000000000000" + }, + { + "gotchiId": "3934", + "amount": "89.7975", + "parsedAmount": "89797500000000000000" + }, + { + "gotchiId": "3935", + "amount": "116.0625", + "parsedAmount": "116062500000000000000" + }, + { + "gotchiId": "3936", + "amount": "6.59", + "parsedAmount": "6590000000000000000" + }, + { + "gotchiId": "3938", + "amount": "68.39", + "parsedAmount": "68390000000000000000" + }, + { + "gotchiId": "3939", + "amount": "57.379999999999995", + "parsedAmount": "57379999999999995000" + }, + { + "gotchiId": "3942", + "amount": "104.545", + "parsedAmount": "104545000000000000000" + }, + { + "gotchiId": "3946", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "3948", + "amount": "82.2525", + "parsedAmount": "82252500000000000000" + }, + { + "gotchiId": "3949", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "3952", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "3954", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "3955", + "amount": "9.55", + "parsedAmount": "9550000000000000000" + }, + { + "gotchiId": "3958", + "amount": "10.35", + "parsedAmount": "10350000000000000000" + }, + { + "gotchiId": "3959", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "3961", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "3962", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "3963", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "3964", + "amount": "10.185", + "parsedAmount": "10185000000000000000" + }, + { + "gotchiId": "3965", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "3966", + "amount": "11.165", + "parsedAmount": "11165000000000000000" + }, + { + "gotchiId": "3967", + "amount": "42.26", + "parsedAmount": "42260000000000000000" + }, + { + "gotchiId": "3968", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "3969", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "3970", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "3971", + "amount": "33.7325", + "parsedAmount": "33732500000000000000" + }, + { + "gotchiId": "3972", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "3973", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "3974", + "amount": "39.427499999999995", + "parsedAmount": "39427499999999995000" + }, + { + "gotchiId": "3975", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "3976", + "amount": "6.2525", + "parsedAmount": "6252500000000000000" + }, + { + "gotchiId": "3977", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "3978", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "3979", + "amount": "9.8975", + "parsedAmount": "9897500000000000000" + }, + { + "gotchiId": "3980", + "amount": "10.0975", + "parsedAmount": "10097500000000000000" + }, + { + "gotchiId": "3981", + "amount": "24.6225", + "parsedAmount": "24622500000000000000" + }, + { + "gotchiId": "3982", + "amount": "11.190000000000001", + "parsedAmount": "11190000000000001000" + }, + { + "gotchiId": "3983", + "amount": "16.4075", + "parsedAmount": "16407500000000000000" + }, + { + "gotchiId": "3984", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "3985", + "amount": "20.052500000000002", + "parsedAmount": "20052500000000002000" + }, + { + "gotchiId": "3986", + "amount": "80.455", + "parsedAmount": "80455000000000000000" + }, + { + "gotchiId": "3987", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "3989", + "amount": "51.98", + "parsedAmount": "51980000000000000000" + }, + { + "gotchiId": "3991", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "3992", + "amount": "9.25", + "parsedAmount": "9250000000000000000" + }, + { + "gotchiId": "3993", + "amount": "3.1225", + "parsedAmount": "3122500000000000000" + }, + { + "gotchiId": "3997", + "amount": "53.6275", + "parsedAmount": "53627500000000000000" + }, + { + "gotchiId": "3998", + "amount": "41.6475", + "parsedAmount": "41647500000000000000" + }, + { + "gotchiId": "3999", + "amount": "50.657500000000006", + "parsedAmount": "50657500000000006000" + }, + { + "gotchiId": "4003", + "amount": "11.05", + "parsedAmount": "11050000000000000000" + }, + { + "gotchiId": "4005", + "amount": "51.5925", + "parsedAmount": "51592500000000000000" + }, + { + "gotchiId": "4006", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "4013", + "amount": "12.409999999999998", + "parsedAmount": "12409999999999998000" + }, + { + "gotchiId": "4020", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "4021", + "amount": "30.322499999999998", + "parsedAmount": "30322499999999998000" + }, + { + "gotchiId": "4025", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "4026", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "4028", + "amount": "17.755", + "parsedAmount": "17755000000000000000" + }, + { + "gotchiId": "4030", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "4032", + "amount": "15.362499999999999", + "parsedAmount": "15362499999999999000" + }, + { + "gotchiId": "4033", + "amount": "8.165", + "parsedAmount": "8165000000000000000" + }, + { + "gotchiId": "4034", + "amount": "3.07", + "parsedAmount": "3070000000000000000" + }, + { + "gotchiId": "4036", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "4038", + "amount": "41.545", + "parsedAmount": "41545000000000000000" + }, + { + "gotchiId": "4040", + "amount": "13.5575", + "parsedAmount": "13557500000000000000" + }, + { + "gotchiId": "4041", + "amount": "9.1625", + "parsedAmount": "9162500000000000000" + }, + { + "gotchiId": "4044", + "amount": "21.177500000000002", + "parsedAmount": "21177500000000002000" + }, + { + "gotchiId": "4047", + "amount": "9.7125", + "parsedAmount": "9712500000000000000" + }, + { + "gotchiId": "4048", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "4050", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "4051", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "4052", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "4055", + "amount": "23.655", + "parsedAmount": "23655000000000000000" + }, + { + "gotchiId": "4057", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "4058", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "4059", + "amount": "21.9075", + "parsedAmount": "21907500000000000000" + }, + { + "gotchiId": "4060", + "amount": "5.695", + "parsedAmount": "5695000000000000000" + }, + { + "gotchiId": "4061", + "amount": "11.755", + "parsedAmount": "11755000000000000000" + }, + { + "gotchiId": "4062", + "amount": "11.057500000000001", + "parsedAmount": "11057500000000001000" + }, + { + "gotchiId": "4064", + "amount": "32.8", + "parsedAmount": "32800000000000000000" + }, + { + "gotchiId": "4067", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "4068", + "amount": "12.7075", + "parsedAmount": "12707500000000000000" + }, + { + "gotchiId": "4069", + "amount": "38.9125", + "parsedAmount": "38912500000000000000" + }, + { + "gotchiId": "4070", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "4071", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "4072", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "4076", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "4078", + "amount": "16.4025", + "parsedAmount": "16402500000000000000" + }, + { + "gotchiId": "4079", + "amount": "5.6775", + "parsedAmount": "5677500000000000000" + }, + { + "gotchiId": "4081", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "4082", + "amount": "16.1675", + "parsedAmount": "16167500000000000000" + }, + { + "gotchiId": "4083", + "amount": "73.08500000000001", + "parsedAmount": "73085000000000010000" + }, + { + "gotchiId": "4090", + "amount": "160.07", + "parsedAmount": "160070000000000000000" + }, + { + "gotchiId": "4091", + "amount": "8.4925", + "parsedAmount": "8492500000000000000" + }, + { + "gotchiId": "4092", + "amount": "18.7625", + "parsedAmount": "18762500000000000000" + }, + { + "gotchiId": "4095", + "amount": "39.0175", + "parsedAmount": "39017500000000000000" + }, + { + "gotchiId": "4097", + "amount": "9.465", + "parsedAmount": "9465000000000000000" + }, + { + "gotchiId": "4100", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "4101", + "amount": "14.3575", + "parsedAmount": "14357500000000000000" + }, + { + "gotchiId": "4102", + "amount": "55.675000000000004", + "parsedAmount": "55675000000000004000" + }, + { + "gotchiId": "4103", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "4104", + "amount": "12.517499999999998", + "parsedAmount": "12517499999999998000" + }, + { + "gotchiId": "4106", + "amount": "31.915", + "parsedAmount": "31915000000000000000" + }, + { + "gotchiId": "4107", + "amount": "23.695", + "parsedAmount": "23695000000000000000" + }, + { + "gotchiId": "4109", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "4111", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "4112", + "amount": "31.2925", + "parsedAmount": "31292500000000000000" + }, + { + "gotchiId": "4113", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "4115", + "amount": "26.78", + "parsedAmount": "26780000000000000000" + }, + { + "gotchiId": "4117", + "amount": "23.92", + "parsedAmount": "23920000000000000000" + }, + { + "gotchiId": "4119", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "4120", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "4121", + "amount": "11.555", + "parsedAmount": "11555000000000000000" + }, + { + "gotchiId": "4122", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "4124", + "amount": "9.965", + "parsedAmount": "9965000000000000000" + }, + { + "gotchiId": "4125", + "amount": "53.32", + "parsedAmount": "53320000000000000000" + }, + { + "gotchiId": "4127", + "amount": "14.0525", + "parsedAmount": "14052500000000000000" + }, + { + "gotchiId": "4128", + "amount": "2.5225", + "parsedAmount": "2522500000000000000" + }, + { + "gotchiId": "4129", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "4130", + "amount": "15.4925", + "parsedAmount": "15492500000000000000" + }, + { + "gotchiId": "4131", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "4134", + "amount": "5.75", + "parsedAmount": "5750000000000000000" + }, + { + "gotchiId": "4141", + "amount": "2.35", + "parsedAmount": "2350000000000000000" + }, + { + "gotchiId": "4142", + "amount": "17.7575", + "parsedAmount": "17757500000000000000" + }, + { + "gotchiId": "4143", + "amount": "13.565", + "parsedAmount": "13565000000000000000" + }, + { + "gotchiId": "4144", + "amount": "35.2875", + "parsedAmount": "35287500000000000000" + }, + { + "gotchiId": "4146", + "amount": "8.8325", + "parsedAmount": "8832500000000000000" + }, + { + "gotchiId": "4147", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "4148", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "4150", + "amount": "26.787499999999998", + "parsedAmount": "26787499999999998000" + }, + { + "gotchiId": "4154", + "amount": "10.0625", + "parsedAmount": "10062500000000000000" + }, + { + "gotchiId": "4156", + "amount": "42.7", + "parsedAmount": "42700000000000000000" + }, + { + "gotchiId": "4159", + "amount": "9.6025", + "parsedAmount": "9602500000000000000" + }, + { + "gotchiId": "4163", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "4164", + "amount": "18.02", + "parsedAmount": "18020000000000000000" + }, + { + "gotchiId": "4165", + "amount": "37.8775", + "parsedAmount": "37877500000000000000" + }, + { + "gotchiId": "4166", + "amount": "17.285", + "parsedAmount": "17285000000000000000" + }, + { + "gotchiId": "4167", + "amount": "12.579999999999998", + "parsedAmount": "12579999999999998000" + }, + { + "gotchiId": "4168", + "amount": "6.81", + "parsedAmount": "6810000000000000000" + }, + { + "gotchiId": "4170", + "amount": "21.005", + "parsedAmount": "21005000000000000000" + }, + { + "gotchiId": "4174", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "4175", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "4180", + "amount": "8.6925", + "parsedAmount": "8692500000000000000" + }, + { + "gotchiId": "4182", + "amount": "32.567499999999995", + "parsedAmount": "32567499999999995000" + }, + { + "gotchiId": "4186", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "4187", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "4190", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "4192", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "4196", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "4197", + "amount": "15.59", + "parsedAmount": "15590000000000000000" + }, + { + "gotchiId": "4200", + "amount": "5.4975000000000005", + "parsedAmount": "5497500000000000500" + }, + { + "gotchiId": "4206", + "amount": "4.8225", + "parsedAmount": "4822500000000000000" + }, + { + "gotchiId": "4211", + "amount": "6.2524999999999995", + "parsedAmount": "6252499999999999500" + }, + { + "gotchiId": "4214", + "amount": "9.4225", + "parsedAmount": "9422500000000000000" + }, + { + "gotchiId": "4215", + "amount": "151.035", + "parsedAmount": "151035000000000000000" + }, + { + "gotchiId": "4216", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "4217", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "4218", + "amount": "12.715000000000002", + "parsedAmount": "12715000000000002000" + }, + { + "gotchiId": "4221", + "amount": "16.630000000000003", + "parsedAmount": "16630000000000003000" + }, + { + "gotchiId": "4223", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "4228", + "amount": "41.0775", + "parsedAmount": "41077500000000000000" + }, + { + "gotchiId": "4230", + "amount": "110.2075", + "parsedAmount": "110207500000000000000" + }, + { + "gotchiId": "4231", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "4232", + "amount": "127.725", + "parsedAmount": "127725000000000000000" + }, + { + "gotchiId": "4233", + "amount": "6.1875", + "parsedAmount": "6187500000000000000" + }, + { + "gotchiId": "4236", + "amount": "11.165000000000001", + "parsedAmount": "11165000000000001000" + }, + { + "gotchiId": "4237", + "amount": "13.18", + "parsedAmount": "13180000000000000000" + }, + { + "gotchiId": "4238", + "amount": "27.815", + "parsedAmount": "27815000000000000000" + }, + { + "gotchiId": "4239", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "4240", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "4243", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "4248", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "4249", + "amount": "17.125", + "parsedAmount": "17125000000000000000" + }, + { + "gotchiId": "4251", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "4263", + "amount": "54.334999999999994", + "parsedAmount": "54334999999999994000" + }, + { + "gotchiId": "4264", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "4266", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "4271", + "amount": "228.5175", + "parsedAmount": "228517500000000000000" + }, + { + "gotchiId": "4272", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "4273", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "4274", + "amount": "12.0825", + "parsedAmount": "12082500000000000000" + }, + { + "gotchiId": "4277", + "amount": "12.9625", + "parsedAmount": "12962500000000000000" + }, + { + "gotchiId": "4278", + "amount": "7.397500000000001", + "parsedAmount": "7397500000000001000" + }, + { + "gotchiId": "4280", + "amount": "21.080000000000002", + "parsedAmount": "21080000000000002000" + }, + { + "gotchiId": "4282", + "amount": "7.074999999999999", + "parsedAmount": "7074999999999999000" + }, + { + "gotchiId": "4283", + "amount": "27.6325", + "parsedAmount": "27632500000000000000" + }, + { + "gotchiId": "4285", + "amount": "407.14500000000004", + "parsedAmount": "407145000000000040000" + }, + { + "gotchiId": "4286", + "amount": "13.219999999999999", + "parsedAmount": "13219999999999999000" + }, + { + "gotchiId": "4291", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "4292", + "amount": "6.4799999999999995", + "parsedAmount": "6479999999999999500" + }, + { + "gotchiId": "4293", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "4294", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "4297", + "amount": "9.2725", + "parsedAmount": "9272500000000000000" + }, + { + "gotchiId": "4298", + "amount": "71.2525", + "parsedAmount": "71252500000000000000" + }, + { + "gotchiId": "4300", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "4301", + "amount": "155.34", + "parsedAmount": "155340000000000000000" + }, + { + "gotchiId": "4302", + "amount": "157.3325", + "parsedAmount": "157332500000000000000" + }, + { + "gotchiId": "4309", + "amount": "10.1225", + "parsedAmount": "10122500000000000000" + }, + { + "gotchiId": "4310", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "4311", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "4315", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "4317", + "amount": "7.57", + "parsedAmount": "7570000000000000000" + }, + { + "gotchiId": "4320", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "4321", + "amount": "29.0525", + "parsedAmount": "29052500000000000000" + }, + { + "gotchiId": "4322", + "amount": "6.9025", + "parsedAmount": "6902500000000000000" + }, + { + "gotchiId": "4323", + "amount": "29.1475", + "parsedAmount": "29147500000000000000" + }, + { + "gotchiId": "4324", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "4326", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "4333", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "4334", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "4336", + "amount": "5.702500000000001", + "parsedAmount": "5702500000000001000" + }, + { + "gotchiId": "4343", + "amount": "4.7925", + "parsedAmount": "4792500000000000000" + }, + { + "gotchiId": "4344", + "amount": "19.0975", + "parsedAmount": "19097500000000000000" + }, + { + "gotchiId": "4348", + "amount": "34.275", + "parsedAmount": "34275000000000000000" + }, + { + "gotchiId": "4349", + "amount": "28.255", + "parsedAmount": "28255000000000000000" + }, + { + "gotchiId": "4350", + "amount": "752.67", + "parsedAmount": "752670000000000000000" + }, + { + "gotchiId": "4351", + "amount": "29.799999999999997", + "parsedAmount": "29799999999999997000" + }, + { + "gotchiId": "4352", + "amount": "28.835", + "parsedAmount": "28835000000000000000" + }, + { + "gotchiId": "4355", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "4356", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "4358", + "amount": "2.4475", + "parsedAmount": "2447500000000000000" + }, + { + "gotchiId": "4359", + "amount": "11.7425", + "parsedAmount": "11742500000000000000" + }, + { + "gotchiId": "4363", + "amount": "20.7475", + "parsedAmount": "20747500000000000000" + }, + { + "gotchiId": "4365", + "amount": "26.427500000000002", + "parsedAmount": "26427500000000002000" + }, + { + "gotchiId": "4366", + "amount": "20.9575", + "parsedAmount": "20957500000000000000" + }, + { + "gotchiId": "4367", + "amount": "35.105000000000004", + "parsedAmount": "35105000000000004000" + }, + { + "gotchiId": "4368", + "amount": "40.815000000000005", + "parsedAmount": "40815000000000005000" + }, + { + "gotchiId": "4369", + "amount": "24.685000000000002", + "parsedAmount": "24685000000000002000" + }, + { + "gotchiId": "4370", + "amount": "26.612499999999997", + "parsedAmount": "26612499999999997000" + }, + { + "gotchiId": "4371", + "amount": "25.035", + "parsedAmount": "25035000000000000000" + }, + { + "gotchiId": "4372", + "amount": "74.72999999999999", + "parsedAmount": "74729999999999990000" + }, + { + "gotchiId": "4373", + "amount": "21.07", + "parsedAmount": "21070000000000000000" + }, + { + "gotchiId": "4374", + "amount": "27.3525", + "parsedAmount": "27352500000000000000" + }, + { + "gotchiId": "4375", + "amount": "33.324999999999996", + "parsedAmount": "33324999999999996000" + }, + { + "gotchiId": "4376", + "amount": "20.869999999999997", + "parsedAmount": "20869999999999997000" + }, + { + "gotchiId": "4377", + "amount": "21.037499999999998", + "parsedAmount": "21037499999999998000" + }, + { + "gotchiId": "4378", + "amount": "21.01", + "parsedAmount": "21010000000000000000" + }, + { + "gotchiId": "4379", + "amount": "21.0925", + "parsedAmount": "21092500000000000000" + }, + { + "gotchiId": "4387", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "4391", + "amount": "26.03", + "parsedAmount": "26030000000000000000" + }, + { + "gotchiId": "4392", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "4394", + "amount": "22.8025", + "parsedAmount": "22802500000000000000" + }, + { + "gotchiId": "4395", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "4396", + "amount": "12.4525", + "parsedAmount": "12452500000000000000" + }, + { + "gotchiId": "4397", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "4404", + "amount": "6.9875", + "parsedAmount": "6987500000000000000" + }, + { + "gotchiId": "4405", + "amount": "128.4475", + "parsedAmount": "128447500000000000000" + }, + { + "gotchiId": "4406", + "amount": "13.267500000000002", + "parsedAmount": "13267500000000002000" + }, + { + "gotchiId": "4410", + "amount": "15.435", + "parsedAmount": "15435000000000000000" + }, + { + "gotchiId": "4411", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "4412", + "amount": "5.94", + "parsedAmount": "5940000000000000000" + }, + { + "gotchiId": "4414", + "amount": "26.967499999999998", + "parsedAmount": "26967499999999998000" + }, + { + "gotchiId": "4416", + "amount": "17.5425", + "parsedAmount": "17542500000000000000" + }, + { + "gotchiId": "4417", + "amount": "26.0025", + "parsedAmount": "26002500000000000000" + }, + { + "gotchiId": "4419", + "amount": "31.855", + "parsedAmount": "31855000000000000000" + }, + { + "gotchiId": "4421", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "4422", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "4424", + "amount": "26.612499999999997", + "parsedAmount": "26612499999999997000" + }, + { + "gotchiId": "4426", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "4429", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "4431", + "amount": "14.8675", + "parsedAmount": "14867500000000000000" + }, + { + "gotchiId": "4433", + "amount": "32.595", + "parsedAmount": "32595000000000000000" + }, + { + "gotchiId": "4434", + "amount": "16.2625", + "parsedAmount": "16262500000000000000" + }, + { + "gotchiId": "4435", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "4436", + "amount": "90.53", + "parsedAmount": "90530000000000000000" + }, + { + "gotchiId": "4438", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "4441", + "amount": "200.53", + "parsedAmount": "200530000000000000000" + }, + { + "gotchiId": "4444", + "amount": "29.72", + "parsedAmount": "29720000000000000000" + }, + { + "gotchiId": "4446", + "amount": "26.17", + "parsedAmount": "26170000000000000000" + }, + { + "gotchiId": "4449", + "amount": "7.6375", + "parsedAmount": "7637500000000000000" + }, + { + "gotchiId": "4450", + "amount": "8.4275", + "parsedAmount": "8427500000000000000" + }, + { + "gotchiId": "4452", + "amount": "6.86", + "parsedAmount": "6860000000000000000" + }, + { + "gotchiId": "4453", + "amount": "11.1425", + "parsedAmount": "11142500000000000000" + }, + { + "gotchiId": "4456", + "amount": "8.29", + "parsedAmount": "8290000000000000000" + }, + { + "gotchiId": "4458", + "amount": "14.4625", + "parsedAmount": "14462500000000000000" + }, + { + "gotchiId": "4461", + "amount": "15.974999999999998", + "parsedAmount": "15974999999999998000" + }, + { + "gotchiId": "4462", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "4464", + "amount": "9.6875", + "parsedAmount": "9687500000000000000" + }, + { + "gotchiId": "4465", + "amount": "48.4975", + "parsedAmount": "48497500000000000000" + }, + { + "gotchiId": "4467", + "amount": "46.73", + "parsedAmount": "46730000000000000000" + }, + { + "gotchiId": "4468", + "amount": "26.485", + "parsedAmount": "26485000000000000000" + }, + { + "gotchiId": "4469", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "4470", + "amount": "15.2375", + "parsedAmount": "15237500000000000000" + }, + { + "gotchiId": "4471", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "4472", + "amount": "10.387500000000001", + "parsedAmount": "10387500000000001000" + }, + { + "gotchiId": "4473", + "amount": "8.3175", + "parsedAmount": "8317500000000000000" + }, + { + "gotchiId": "4475", + "amount": "8.79", + "parsedAmount": "8790000000000000000" + }, + { + "gotchiId": "4476", + "amount": "27.590000000000003", + "parsedAmount": "27590000000000003000" + }, + { + "gotchiId": "4478", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "4479", + "amount": "569.605", + "parsedAmount": "569605000000000000000" + }, + { + "gotchiId": "4480", + "amount": "9.3", + "parsedAmount": "9300000000000000000" + }, + { + "gotchiId": "4481", + "amount": "60.222500000000004", + "parsedAmount": "60222500000000004000" + }, + { + "gotchiId": "4483", + "amount": "17.1375", + "parsedAmount": "17137500000000000000" + }, + { + "gotchiId": "4485", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "4486", + "amount": "51.515", + "parsedAmount": "51515000000000000000" + }, + { + "gotchiId": "4487", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "4488", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "4489", + "amount": "115.91", + "parsedAmount": "115910000000000000000" + }, + { + "gotchiId": "4495", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "4497", + "amount": "15.0625", + "parsedAmount": "15062500000000000000" + }, + { + "gotchiId": "4501", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "4503", + "amount": "55.33749999999999", + "parsedAmount": "55337499999999990000" + }, + { + "gotchiId": "4504", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "4505", + "amount": "16.9025", + "parsedAmount": "16902500000000000000" + }, + { + "gotchiId": "4506", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "4509", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "4510", + "amount": "19.2025", + "parsedAmount": "19202500000000000000" + }, + { + "gotchiId": "4517", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "4518", + "amount": "472.39500000000004", + "parsedAmount": "472395000000000040000" + }, + { + "gotchiId": "4519", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "4521", + "amount": "24.095", + "parsedAmount": "24095000000000000000" + }, + { + "gotchiId": "4524", + "amount": "5.695", + "parsedAmount": "5695000000000000000" + }, + { + "gotchiId": "4527", + "amount": "22.112499999999997", + "parsedAmount": "22112499999999997000" + }, + { + "gotchiId": "4531", + "amount": "19.6", + "parsedAmount": "19600000000000000000" + }, + { + "gotchiId": "4533", + "amount": "10.575", + "parsedAmount": "10575000000000000000" + }, + { + "gotchiId": "4534", + "amount": "314.6425", + "parsedAmount": "314642500000000000000" + }, + { + "gotchiId": "4536", + "amount": "18.080000000000002", + "parsedAmount": "18080000000000002000" + }, + { + "gotchiId": "4539", + "amount": "7.3725000000000005", + "parsedAmount": "7372500000000000500" + }, + { + "gotchiId": "4540", + "amount": "10.2525", + "parsedAmount": "10252500000000000000" + }, + { + "gotchiId": "4542", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "4550", + "amount": "6.925", + "parsedAmount": "6925000000000000000" + }, + { + "gotchiId": "4551", + "amount": "22.092499999999998", + "parsedAmount": "22092499999999998000" + }, + { + "gotchiId": "4556", + "amount": "10.940000000000001", + "parsedAmount": "10940000000000001000" + } + ], + "totalAmount": "13363110000000000046000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558592, + "gasUsed": "9834089" + }, + { + "batchIndex": 4, + "transactionHash": "0xf18be5071bcdabfae07a42edc48f0dc26515448c877f51971346b32715540e1f", + "timestamp": "2025-10-08T06:55:32.239Z", + "gotchiRewards": [ + { + "gotchiId": "4560", + "amount": "77.71000000000001", + "parsedAmount": "77710000000000010000" + }, + { + "gotchiId": "4561", + "amount": "259.7625", + "parsedAmount": "259762500000000000000" + }, + { + "gotchiId": "4564", + "amount": "277.6925", + "parsedAmount": "277692500000000000000" + }, + { + "gotchiId": "4566", + "amount": "399.885", + "parsedAmount": "399885000000000000000" + }, + { + "gotchiId": "4567", + "amount": "286.72499999999997", + "parsedAmount": "286724999999999970000" + }, + { + "gotchiId": "4568", + "amount": "3.0675", + "parsedAmount": "3067500000000000000" + }, + { + "gotchiId": "4577", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "4581", + "amount": "158.385", + "parsedAmount": "158385000000000000000" + }, + { + "gotchiId": "4589", + "amount": "58.5", + "parsedAmount": "58500000000000000000" + }, + { + "gotchiId": "4590", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "4591", + "amount": "32.2925", + "parsedAmount": "32292500000000000000" + }, + { + "gotchiId": "4592", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "4595", + "amount": "31.095000000000002", + "parsedAmount": "31095000000000002000" + }, + { + "gotchiId": "4597", + "amount": "13.5825", + "parsedAmount": "13582500000000000000" + }, + { + "gotchiId": "4598", + "amount": "27.067500000000003", + "parsedAmount": "27067500000000003000" + }, + { + "gotchiId": "4599", + "amount": "14.865", + "parsedAmount": "14865000000000000000" + }, + { + "gotchiId": "4607", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "4608", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "4612", + "amount": "13.265", + "parsedAmount": "13265000000000000000" + }, + { + "gotchiId": "4613", + "amount": "12.3525", + "parsedAmount": "12352500000000000000" + }, + { + "gotchiId": "4614", + "amount": "5.8075", + "parsedAmount": "5807500000000000000" + }, + { + "gotchiId": "4616", + "amount": "260.7275", + "parsedAmount": "260727500000000000000" + }, + { + "gotchiId": "4617", + "amount": "18.265", + "parsedAmount": "18265000000000000000" + }, + { + "gotchiId": "4620", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "4621", + "amount": "14.4375", + "parsedAmount": "14437500000000000000" + }, + { + "gotchiId": "4622", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "4624", + "amount": "9.51", + "parsedAmount": "9510000000000000000" + }, + { + "gotchiId": "4628", + "amount": "12.0275", + "parsedAmount": "12027500000000000000" + }, + { + "gotchiId": "4630", + "amount": "9.360000000000001", + "parsedAmount": "9360000000000001000" + }, + { + "gotchiId": "4634", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "4636", + "amount": "47.2175", + "parsedAmount": "47217500000000000000" + }, + { + "gotchiId": "4639", + "amount": "69.9125", + "parsedAmount": "69912500000000000000" + }, + { + "gotchiId": "4640", + "amount": "72.2975", + "parsedAmount": "72297500000000000000" + }, + { + "gotchiId": "4642", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "4646", + "amount": "9.1775", + "parsedAmount": "9177500000000000000" + }, + { + "gotchiId": "4649", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "4650", + "amount": "149.755", + "parsedAmount": "149755000000000000000" + }, + { + "gotchiId": "4651", + "amount": "20.299999999999997", + "parsedAmount": "20299999999999997000" + }, + { + "gotchiId": "4652", + "amount": "14.9525", + "parsedAmount": "14952500000000000000" + }, + { + "gotchiId": "4660", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "4662", + "amount": "12.075", + "parsedAmount": "12075000000000000000" + }, + { + "gotchiId": "4663", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "4665", + "amount": "11.2675", + "parsedAmount": "11267500000000000000" + }, + { + "gotchiId": "4669", + "amount": "15.9975", + "parsedAmount": "15997500000000000000" + }, + { + "gotchiId": "4670", + "amount": "60.85499999999999", + "parsedAmount": "60854999999999990000" + }, + { + "gotchiId": "4673", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "4675", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "4676", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "4677", + "amount": "177.6925", + "parsedAmount": "177692500000000000000" + }, + { + "gotchiId": "4678", + "amount": "36.864999999999995", + "parsedAmount": "36864999999999995000" + }, + { + "gotchiId": "4679", + "amount": "181.83499999999998", + "parsedAmount": "181834999999999980000" + }, + { + "gotchiId": "4680", + "amount": "195.8025", + "parsedAmount": "195802500000000000000" + }, + { + "gotchiId": "4681", + "amount": "190.865", + "parsedAmount": "190865000000000000000" + }, + { + "gotchiId": "4682", + "amount": "223.04000000000002", + "parsedAmount": "223040000000000020000" + }, + { + "gotchiId": "4683", + "amount": "201.055", + "parsedAmount": "201055000000000000000" + }, + { + "gotchiId": "4684", + "amount": "186.215", + "parsedAmount": "186215000000000000000" + }, + { + "gotchiId": "4685", + "amount": "82.36", + "parsedAmount": "82360000000000000000" + }, + { + "gotchiId": "4689", + "amount": "17.0375", + "parsedAmount": "17037500000000000000" + }, + { + "gotchiId": "4690", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "4691", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "4692", + "amount": "23.0925", + "parsedAmount": "23092500000000000000" + }, + { + "gotchiId": "4693", + "amount": "104.13250000000001", + "parsedAmount": "104132500000000010000" + }, + { + "gotchiId": "4694", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "4695", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "4696", + "amount": "26.7825", + "parsedAmount": "26782500000000000000" + }, + { + "gotchiId": "4698", + "amount": "7.04", + "parsedAmount": "7040000000000000000" + }, + { + "gotchiId": "4700", + "amount": "65.7425", + "parsedAmount": "65742500000000000000" + }, + { + "gotchiId": "4701", + "amount": "73.48", + "parsedAmount": "73480000000000000000" + }, + { + "gotchiId": "4702", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "4703", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "4706", + "amount": "11.3675", + "parsedAmount": "11367500000000000000" + }, + { + "gotchiId": "4707", + "amount": "6.2025", + "parsedAmount": "6202500000000000000" + }, + { + "gotchiId": "4708", + "amount": "17.7775", + "parsedAmount": "17777500000000000000" + }, + { + "gotchiId": "4709", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "4710", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "4711", + "amount": "10.6425", + "parsedAmount": "10642500000000000000" + }, + { + "gotchiId": "4713", + "amount": "13.870000000000001", + "parsedAmount": "13870000000000001000" + }, + { + "gotchiId": "4714", + "amount": "25.3575", + "parsedAmount": "25357500000000000000" + }, + { + "gotchiId": "4715", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "4716", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "4717", + "amount": "6.2475", + "parsedAmount": "6247500000000000000" + }, + { + "gotchiId": "4718", + "amount": "10.842500000000001", + "parsedAmount": "10842500000000001000" + }, + { + "gotchiId": "4720", + "amount": "34.2375", + "parsedAmount": "34237500000000000000" + }, + { + "gotchiId": "4721", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "4722", + "amount": "18.44", + "parsedAmount": "18440000000000000000" + }, + { + "gotchiId": "4723", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "4724", + "amount": "5.6975", + "parsedAmount": "5697500000000000000" + }, + { + "gotchiId": "4727", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "4728", + "amount": "24.5625", + "parsedAmount": "24562500000000000000" + }, + { + "gotchiId": "4729", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "4732", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "4733", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "4735", + "amount": "37.942499999999995", + "parsedAmount": "37942499999999995000" + }, + { + "gotchiId": "4738", + "amount": "12.32", + "parsedAmount": "12320000000000000000" + }, + { + "gotchiId": "4739", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "4740", + "amount": "94.8575", + "parsedAmount": "94857500000000000000" + }, + { + "gotchiId": "4742", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "4743", + "amount": "34.4325", + "parsedAmount": "34432500000000000000" + }, + { + "gotchiId": "4744", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "4745", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "4747", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "4749", + "amount": "83.8875", + "parsedAmount": "83887500000000000000" + }, + { + "gotchiId": "4750", + "amount": "8.925", + "parsedAmount": "8925000000000000000" + }, + { + "gotchiId": "4751", + "amount": "10.45", + "parsedAmount": "10450000000000000000" + }, + { + "gotchiId": "4753", + "amount": "27.1425", + "parsedAmount": "27142500000000000000" + }, + { + "gotchiId": "4754", + "amount": "20.502499999999998", + "parsedAmount": "20502499999999998000" + }, + { + "gotchiId": "4756", + "amount": "40.175000000000004", + "parsedAmount": "40175000000000004000" + }, + { + "gotchiId": "4763", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "4764", + "amount": "70.765", + "parsedAmount": "70765000000000000000" + }, + { + "gotchiId": "4765", + "amount": "28.185000000000002", + "parsedAmount": "28185000000000002000" + }, + { + "gotchiId": "4777", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "4778", + "amount": "4.1275", + "parsedAmount": "4127500000000000000" + }, + { + "gotchiId": "4783", + "amount": "15.6075", + "parsedAmount": "15607500000000000000" + }, + { + "gotchiId": "4784", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "4786", + "amount": "21.43", + "parsedAmount": "21430000000000000000" + }, + { + "gotchiId": "4789", + "amount": "110.98", + "parsedAmount": "110980000000000000000" + }, + { + "gotchiId": "4790", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "4791", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "4793", + "amount": "8.4975", + "parsedAmount": "8497500000000000000" + }, + { + "gotchiId": "4794", + "amount": "95.66499999999999", + "parsedAmount": "95664999999999990000" + }, + { + "gotchiId": "4795", + "amount": "8.0275", + "parsedAmount": "8027500000000000000" + }, + { + "gotchiId": "4797", + "amount": "21.25", + "parsedAmount": "21250000000000000000" + }, + { + "gotchiId": "4798", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "4799", + "amount": "25.3275", + "parsedAmount": "25327500000000000000" + }, + { + "gotchiId": "4802", + "amount": "28.6925", + "parsedAmount": "28692500000000000000" + }, + { + "gotchiId": "4803", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "4806", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "4807", + "amount": "18.585", + "parsedAmount": "18585000000000000000" + }, + { + "gotchiId": "4809", + "amount": "50.322500000000005", + "parsedAmount": "50322500000000005000" + }, + { + "gotchiId": "4810", + "amount": "40.46", + "parsedAmount": "40460000000000000000" + }, + { + "gotchiId": "4813", + "amount": "32.065", + "parsedAmount": "32065000000000000000" + }, + { + "gotchiId": "4814", + "amount": "34.3525", + "parsedAmount": "34352500000000000000" + }, + { + "gotchiId": "4816", + "amount": "35.425000000000004", + "parsedAmount": "35425000000000004000" + }, + { + "gotchiId": "4817", + "amount": "33.7575", + "parsedAmount": "33757500000000000000" + }, + { + "gotchiId": "4820", + "amount": "627.0225", + "parsedAmount": "627022500000000000000" + }, + { + "gotchiId": "4827", + "amount": "2.67", + "parsedAmount": "2670000000000000000" + }, + { + "gotchiId": "4828", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "4834", + "amount": "21.9925", + "parsedAmount": "21992500000000000000" + }, + { + "gotchiId": "4836", + "amount": "8.12", + "parsedAmount": "8120000000000000000" + }, + { + "gotchiId": "4837", + "amount": "37.875", + "parsedAmount": "37875000000000000000" + }, + { + "gotchiId": "4838", + "amount": "25.4775", + "parsedAmount": "25477500000000000000" + }, + { + "gotchiId": "4839", + "amount": "18.2525", + "parsedAmount": "18252500000000000000" + }, + { + "gotchiId": "4840", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "4841", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "4842", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "4844", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "4845", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "4847", + "amount": "16.315", + "parsedAmount": "16315000000000000000" + }, + { + "gotchiId": "4849", + "amount": "6.11", + "parsedAmount": "6110000000000000000" + }, + { + "gotchiId": "4850", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "4851", + "amount": "28.0575", + "parsedAmount": "28057500000000000000" + }, + { + "gotchiId": "4856", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "4859", + "amount": "11.235", + "parsedAmount": "11235000000000000000" + }, + { + "gotchiId": "4860", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "4862", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "4864", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "4866", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "4868", + "amount": "12.532499999999999", + "parsedAmount": "12532499999999999000" + }, + { + "gotchiId": "4870", + "amount": "19.775000000000002", + "parsedAmount": "19775000000000002000" + }, + { + "gotchiId": "4872", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "4873", + "amount": "3.4125", + "parsedAmount": "3412500000000000000" + }, + { + "gotchiId": "4875", + "amount": "10.995000000000001", + "parsedAmount": "10995000000000001000" + }, + { + "gotchiId": "4877", + "amount": "30.392500000000002", + "parsedAmount": "30392500000000002000" + }, + { + "gotchiId": "4879", + "amount": "23.94", + "parsedAmount": "23940000000000000000" + }, + { + "gotchiId": "4882", + "amount": "13.395", + "parsedAmount": "13395000000000000000" + }, + { + "gotchiId": "4883", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "4884", + "amount": "22.955", + "parsedAmount": "22955000000000000000" + }, + { + "gotchiId": "4885", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "4886", + "amount": "14.6675", + "parsedAmount": "14667500000000000000" + }, + { + "gotchiId": "4888", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "4889", + "amount": "7.005000000000001", + "parsedAmount": "7005000000000001000" + }, + { + "gotchiId": "4890", + "amount": "48.08", + "parsedAmount": "48080000000000000000" + }, + { + "gotchiId": "4892", + "amount": "18.3375", + "parsedAmount": "18337500000000000000" + }, + { + "gotchiId": "4894", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "4895", + "amount": "107.0675", + "parsedAmount": "107067500000000000000" + }, + { + "gotchiId": "4896", + "amount": "3.21", + "parsedAmount": "3210000000000000000" + }, + { + "gotchiId": "4899", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "4900", + "amount": "10.885", + "parsedAmount": "10885000000000000000" + }, + { + "gotchiId": "4901", + "amount": "2.5575", + "parsedAmount": "2557500000000000000" + }, + { + "gotchiId": "4902", + "amount": "10.145", + "parsedAmount": "10145000000000000000" + }, + { + "gotchiId": "4903", + "amount": "9.775", + "parsedAmount": "9775000000000000000" + }, + { + "gotchiId": "4906", + "amount": "233.34", + "parsedAmount": "233340000000000000000" + }, + { + "gotchiId": "4907", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "4913", + "amount": "19.78", + "parsedAmount": "19780000000000000000" + }, + { + "gotchiId": "4914", + "amount": "31.917499999999997", + "parsedAmount": "31917499999999997000" + }, + { + "gotchiId": "4915", + "amount": "25.222499999999997", + "parsedAmount": "25222499999999997000" + }, + { + "gotchiId": "4917", + "amount": "22.542499999999997", + "parsedAmount": "22542499999999997000" + }, + { + "gotchiId": "4919", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "4920", + "amount": "4.425", + "parsedAmount": "4425000000000000000" + }, + { + "gotchiId": "4921", + "amount": "4.7825", + "parsedAmount": "4782500000000000000" + }, + { + "gotchiId": "4922", + "amount": "4.815", + "parsedAmount": "4815000000000000000" + }, + { + "gotchiId": "4923", + "amount": "4.9525", + "parsedAmount": "4952500000000000000" + }, + { + "gotchiId": "4924", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "4925", + "amount": "4.8125", + "parsedAmount": "4812500000000000000" + }, + { + "gotchiId": "4926", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "4927", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "4928", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "4929", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "4930", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "4931", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "4932", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "4933", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "4937", + "amount": "14.065", + "parsedAmount": "14065000000000000000" + }, + { + "gotchiId": "4944", + "amount": "57.4175", + "parsedAmount": "57417500000000000000" + }, + { + "gotchiId": "4945", + "amount": "8.7725", + "parsedAmount": "8772500000000000000" + }, + { + "gotchiId": "4948", + "amount": "19.490000000000002", + "parsedAmount": "19490000000000002000" + }, + { + "gotchiId": "4955", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "4959", + "amount": "7.8375", + "parsedAmount": "7837500000000000000" + }, + { + "gotchiId": "4965", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "4967", + "amount": "8.41", + "parsedAmount": "8410000000000000000" + }, + { + "gotchiId": "4968", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "4978", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "4981", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "4984", + "amount": "26.995", + "parsedAmount": "26995000000000000000" + }, + { + "gotchiId": "4985", + "amount": "37.455", + "parsedAmount": "37455000000000000000" + }, + { + "gotchiId": "4986", + "amount": "10.08", + "parsedAmount": "10080000000000000000" + }, + { + "gotchiId": "4988", + "amount": "13.139999999999999", + "parsedAmount": "13139999999999999000" + }, + { + "gotchiId": "4990", + "amount": "2.415", + "parsedAmount": "2415000000000000000" + }, + { + "gotchiId": "4992", + "amount": "64.93249999999999", + "parsedAmount": "64932499999999990000" + }, + { + "gotchiId": "4997", + "amount": "8.505", + "parsedAmount": "8505000000000000000" + }, + { + "gotchiId": "4998", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "4999", + "amount": "14.625", + "parsedAmount": "14625000000000000000" + }, + { + "gotchiId": "5000", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "5003", + "amount": "2.9425", + "parsedAmount": "2942500000000000000" + }, + { + "gotchiId": "5004", + "amount": "22.445", + "parsedAmount": "22445000000000000000" + }, + { + "gotchiId": "5006", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "5007", + "amount": "11.4625", + "parsedAmount": "11462500000000000000" + }, + { + "gotchiId": "5008", + "amount": "11.395000000000001", + "parsedAmount": "11395000000000001000" + }, + { + "gotchiId": "5011", + "amount": "61.3625", + "parsedAmount": "61362500000000000000" + }, + { + "gotchiId": "5012", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "5013", + "amount": "40.1975", + "parsedAmount": "40197500000000000000" + }, + { + "gotchiId": "5016", + "amount": "27.1925", + "parsedAmount": "27192500000000000000" + }, + { + "gotchiId": "5017", + "amount": "55.26", + "parsedAmount": "55260000000000000000" + }, + { + "gotchiId": "5025", + "amount": "17.494999999999997", + "parsedAmount": "17494999999999997000" + }, + { + "gotchiId": "5027", + "amount": "75.61", + "parsedAmount": "75610000000000000000" + }, + { + "gotchiId": "5028", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "5029", + "amount": "31.644999999999996", + "parsedAmount": "31644999999999996000" + }, + { + "gotchiId": "5031", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "5032", + "amount": "15.925", + "parsedAmount": "15925000000000000000" + }, + { + "gotchiId": "5034", + "amount": "27.712500000000002", + "parsedAmount": "27712500000000002000" + }, + { + "gotchiId": "5036", + "amount": "23.1525", + "parsedAmount": "23152500000000000000" + }, + { + "gotchiId": "5040", + "amount": "12.834999999999999", + "parsedAmount": "12834999999999999000" + }, + { + "gotchiId": "5041", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "5048", + "amount": "19.05", + "parsedAmount": "19050000000000000000" + }, + { + "gotchiId": "5052", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "5053", + "amount": "10.280000000000001", + "parsedAmount": "10280000000000001000" + }, + { + "gotchiId": "5061", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "5063", + "amount": "15.07", + "parsedAmount": "15070000000000000000" + }, + { + "gotchiId": "5065", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "5066", + "amount": "7.7475", + "parsedAmount": "7747500000000000000" + }, + { + "gotchiId": "5069", + "amount": "14.11", + "parsedAmount": "14110000000000000000" + }, + { + "gotchiId": "5075", + "amount": "54.99250000000001", + "parsedAmount": "54992500000000010000" + }, + { + "gotchiId": "5076", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "5077", + "amount": "22.5525", + "parsedAmount": "22552500000000000000" + }, + { + "gotchiId": "5079", + "amount": "96.0075", + "parsedAmount": "96007500000000000000" + }, + { + "gotchiId": "5081", + "amount": "12.642500000000002", + "parsedAmount": "12642500000000002000" + }, + { + "gotchiId": "5082", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "5084", + "amount": "33.935", + "parsedAmount": "33935000000000000000" + }, + { + "gotchiId": "5091", + "amount": "14.65", + "parsedAmount": "14650000000000000000" + }, + { + "gotchiId": "5093", + "amount": "8.4175", + "parsedAmount": "8417500000000000000" + }, + { + "gotchiId": "5094", + "amount": "16.4225", + "parsedAmount": "16422500000000000000" + }, + { + "gotchiId": "5097", + "amount": "8.405000000000001", + "parsedAmount": "8405000000000001000" + }, + { + "gotchiId": "5101", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "5102", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "5106", + "amount": "67.7225", + "parsedAmount": "67722500000000000000" + }, + { + "gotchiId": "5109", + "amount": "188.61999999999998", + "parsedAmount": "188619999999999980000" + }, + { + "gotchiId": "5110", + "amount": "14.192499999999999", + "parsedAmount": "14192499999999999000" + }, + { + "gotchiId": "5119", + "amount": "17.7", + "parsedAmount": "17700000000000000000" + }, + { + "gotchiId": "5120", + "amount": "14.7975", + "parsedAmount": "14797500000000000000" + }, + { + "gotchiId": "5123", + "amount": "69.2775", + "parsedAmount": "69277500000000000000" + }, + { + "gotchiId": "5125", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "5126", + "amount": "19.0475", + "parsedAmount": "19047500000000000000" + }, + { + "gotchiId": "5128", + "amount": "6.470000000000001", + "parsedAmount": "6470000000000001000" + }, + { + "gotchiId": "5130", + "amount": "7.5025", + "parsedAmount": "7502500000000000000" + }, + { + "gotchiId": "5133", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "5134", + "amount": "15.7975", + "parsedAmount": "15797500000000000000" + }, + { + "gotchiId": "5135", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5136", + "amount": "6.654999999999999", + "parsedAmount": "6654999999999999000" + }, + { + "gotchiId": "5139", + "amount": "200.185", + "parsedAmount": "200185000000000000000" + }, + { + "gotchiId": "5140", + "amount": "43.7875", + "parsedAmount": "43787500000000000000" + }, + { + "gotchiId": "5141", + "amount": "33.5675", + "parsedAmount": "33567500000000000000" + }, + { + "gotchiId": "5142", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "5143", + "amount": "8.29", + "parsedAmount": "8290000000000000000" + }, + { + "gotchiId": "5146", + "amount": "44.8075", + "parsedAmount": "44807500000000000000" + }, + { + "gotchiId": "5147", + "amount": "49.3275", + "parsedAmount": "49327500000000000000" + }, + { + "gotchiId": "5152", + "amount": "35.915000000000006", + "parsedAmount": "35915000000000006000" + }, + { + "gotchiId": "5154", + "amount": "157.7925", + "parsedAmount": "157792500000000000000" + }, + { + "gotchiId": "5155", + "amount": "38.3675", + "parsedAmount": "38367500000000000000" + }, + { + "gotchiId": "5156", + "amount": "26.195", + "parsedAmount": "26195000000000000000" + }, + { + "gotchiId": "5157", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "5158", + "amount": "10.8275", + "parsedAmount": "10827500000000000000" + }, + { + "gotchiId": "5159", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "5160", + "amount": "38.684999999999995", + "parsedAmount": "38684999999999995000" + }, + { + "gotchiId": "5161", + "amount": "27.744999999999997", + "parsedAmount": "27744999999999997000" + }, + { + "gotchiId": "5162", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "5166", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "5168", + "amount": "124.0475", + "parsedAmount": "124047500000000000000" + }, + { + "gotchiId": "5173", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "5188", + "amount": "10.7425", + "parsedAmount": "10742500000000000000" + }, + { + "gotchiId": "5191", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "5192", + "amount": "21.8575", + "parsedAmount": "21857500000000000000" + }, + { + "gotchiId": "5193", + "amount": "8.655", + "parsedAmount": "8655000000000000000" + }, + { + "gotchiId": "5194", + "amount": "3.6375", + "parsedAmount": "3637500000000000000" + }, + { + "gotchiId": "5195", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "5198", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "5200", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "5205", + "amount": "328.45", + "parsedAmount": "328450000000000000000" + }, + { + "gotchiId": "5207", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "5209", + "amount": "9.165000000000001", + "parsedAmount": "9165000000000001000" + }, + { + "gotchiId": "5210", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "5211", + "amount": "11.555", + "parsedAmount": "11555000000000000000" + }, + { + "gotchiId": "5212", + "amount": "12.695", + "parsedAmount": "12695000000000000000" + }, + { + "gotchiId": "5218", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "5219", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "5220", + "amount": "17.877499999999998", + "parsedAmount": "17877499999999998000" + }, + { + "gotchiId": "5221", + "amount": "108.00500000000001", + "parsedAmount": "108005000000000010000" + }, + { + "gotchiId": "5222", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "5224", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "5226", + "amount": "30.81", + "parsedAmount": "30810000000000000000" + }, + { + "gotchiId": "5227", + "amount": "30.735", + "parsedAmount": "30735000000000000000" + }, + { + "gotchiId": "5228", + "amount": "33.2675", + "parsedAmount": "33267500000000000000" + }, + { + "gotchiId": "5230", + "amount": "37.4025", + "parsedAmount": "37402500000000000000" + }, + { + "gotchiId": "5232", + "amount": "22.229999999999997", + "parsedAmount": "22229999999999997000" + }, + { + "gotchiId": "5234", + "amount": "15.8975", + "parsedAmount": "15897500000000000000" + }, + { + "gotchiId": "5238", + "amount": "17.802500000000002", + "parsedAmount": "17802500000000002000" + }, + { + "gotchiId": "5240", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "5241", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "5242", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "5243", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "5245", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "5247", + "amount": "26.85", + "parsedAmount": "26850000000000000000" + }, + { + "gotchiId": "5250", + "amount": "21.182499999999997", + "parsedAmount": "21182499999999997000" + }, + { + "gotchiId": "5257", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "5259", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "5260", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "5262", + "amount": "7.9575000000000005", + "parsedAmount": "7957500000000000500" + }, + { + "gotchiId": "5263", + "amount": "10.1575", + "parsedAmount": "10157500000000000000" + }, + { + "gotchiId": "5264", + "amount": "6.6725", + "parsedAmount": "6672500000000000000" + }, + { + "gotchiId": "5266", + "amount": "7.265", + "parsedAmount": "7265000000000000000" + }, + { + "gotchiId": "5271", + "amount": "15.7575", + "parsedAmount": "15757500000000000000" + }, + { + "gotchiId": "5273", + "amount": "28.4525", + "parsedAmount": "28452500000000000000" + }, + { + "gotchiId": "5275", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "5276", + "amount": "3.0525", + "parsedAmount": "3052500000000000000" + }, + { + "gotchiId": "5280", + "amount": "20.252499999999998", + "parsedAmount": "20252499999999998000" + }, + { + "gotchiId": "5281", + "amount": "14.197500000000002", + "parsedAmount": "14197500000000002000" + }, + { + "gotchiId": "5283", + "amount": "16.35", + "parsedAmount": "16350000000000000000" + }, + { + "gotchiId": "5290", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "5292", + "amount": "11.77", + "parsedAmount": "11770000000000000000" + }, + { + "gotchiId": "5293", + "amount": "13.485000000000001", + "parsedAmount": "13485000000000001000" + }, + { + "gotchiId": "5295", + "amount": "38.69500000000001", + "parsedAmount": "38695000000000010000" + }, + { + "gotchiId": "5296", + "amount": "6.14", + "parsedAmount": "6140000000000000000" + }, + { + "gotchiId": "5297", + "amount": "15.107500000000002", + "parsedAmount": "15107500000000002000" + }, + { + "gotchiId": "5298", + "amount": "7.9675", + "parsedAmount": "7967500000000000000" + }, + { + "gotchiId": "5299", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "5300", + "amount": "9.845", + "parsedAmount": "9845000000000000000" + }, + { + "gotchiId": "5301", + "amount": "11.754999999999999", + "parsedAmount": "11754999999999999000" + }, + { + "gotchiId": "5304", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "5305", + "amount": "53.8025", + "parsedAmount": "53802500000000000000" + }, + { + "gotchiId": "5306", + "amount": "39.0475", + "parsedAmount": "39047500000000000000" + }, + { + "gotchiId": "5308", + "amount": "2.4325", + "parsedAmount": "2432500000000000000" + }, + { + "gotchiId": "5309", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "5316", + "amount": "15.0125", + "parsedAmount": "15012500000000000000" + }, + { + "gotchiId": "5317", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "5318", + "amount": "7.64", + "parsedAmount": "7640000000000000000" + }, + { + "gotchiId": "5320", + "amount": "17.84", + "parsedAmount": "17840000000000000000" + }, + { + "gotchiId": "5321", + "amount": "74.3225", + "parsedAmount": "74322500000000000000" + }, + { + "gotchiId": "5326", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "5328", + "amount": "28.245", + "parsedAmount": "28245000000000000000" + }, + { + "gotchiId": "5330", + "amount": "13.7275", + "parsedAmount": "13727500000000000000" + }, + { + "gotchiId": "5331", + "amount": "12.265", + "parsedAmount": "12265000000000000000" + }, + { + "gotchiId": "5334", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "5335", + "amount": "8.165", + "parsedAmount": "8165000000000000000" + }, + { + "gotchiId": "5337", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "5338", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "5340", + "amount": "9.2525", + "parsedAmount": "9252500000000000000" + }, + { + "gotchiId": "5343", + "amount": "26.71", + "parsedAmount": "26710000000000000000" + }, + { + "gotchiId": "5344", + "amount": "9.155", + "parsedAmount": "9155000000000000000" + }, + { + "gotchiId": "5346", + "amount": "17.845", + "parsedAmount": "17845000000000000000" + }, + { + "gotchiId": "5349", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "5351", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "5352", + "amount": "7.432499999999999", + "parsedAmount": "7432499999999999000" + }, + { + "gotchiId": "5358", + "amount": "8.445", + "parsedAmount": "8445000000000000000" + }, + { + "gotchiId": "5365", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "5368", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "5369", + "amount": "36.730000000000004", + "parsedAmount": "36730000000000004000" + }, + { + "gotchiId": "5372", + "amount": "57.964999999999996", + "parsedAmount": "57964999999999996000" + }, + { + "gotchiId": "5374", + "amount": "13.557500000000001", + "parsedAmount": "13557500000000001000" + }, + { + "gotchiId": "5375", + "amount": "56.09250000000001", + "parsedAmount": "56092500000000010000" + }, + { + "gotchiId": "5376", + "amount": "21.235", + "parsedAmount": "21235000000000000000" + }, + { + "gotchiId": "5377", + "amount": "13.56", + "parsedAmount": "13560000000000000000" + }, + { + "gotchiId": "5378", + "amount": "13.64", + "parsedAmount": "13640000000000000000" + }, + { + "gotchiId": "5381", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "5383", + "amount": "37.3175", + "parsedAmount": "37317500000000000000" + }, + { + "gotchiId": "5386", + "amount": "10.5675", + "parsedAmount": "10567500000000000000" + }, + { + "gotchiId": "5387", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "5388", + "amount": "9.735", + "parsedAmount": "9735000000000000000" + }, + { + "gotchiId": "5389", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5392", + "amount": "19.0575", + "parsedAmount": "19057500000000000000" + }, + { + "gotchiId": "5393", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "5400", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "5401", + "amount": "21.495", + "parsedAmount": "21495000000000000000" + }, + { + "gotchiId": "5402", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "5404", + "amount": "2.9425", + "parsedAmount": "2942500000000000000" + }, + { + "gotchiId": "5405", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "5407", + "amount": "9.055", + "parsedAmount": "9055000000000000000" + }, + { + "gotchiId": "5408", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "5409", + "amount": "34.0275", + "parsedAmount": "34027500000000000000" + }, + { + "gotchiId": "5410", + "amount": "7.1450000000000005", + "parsedAmount": "7145000000000000500" + }, + { + "gotchiId": "5411", + "amount": "268.905", + "parsedAmount": "268905000000000000000" + }, + { + "gotchiId": "5413", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "5414", + "amount": "13.395000000000001", + "parsedAmount": "13395000000000001000" + }, + { + "gotchiId": "5416", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "5418", + "amount": "20.189999999999998", + "parsedAmount": "20189999999999998000" + }, + { + "gotchiId": "5419", + "amount": "28.049999999999997", + "parsedAmount": "28049999999999997000" + }, + { + "gotchiId": "5420", + "amount": "146.2575", + "parsedAmount": "146257500000000000000" + }, + { + "gotchiId": "5423", + "amount": "25.9525", + "parsedAmount": "25952500000000000000" + }, + { + "gotchiId": "5425", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "5431", + "amount": "31.3575", + "parsedAmount": "31357500000000000000" + }, + { + "gotchiId": "5432", + "amount": "2.31", + "parsedAmount": "2310000000000000000" + }, + { + "gotchiId": "5433", + "amount": "27.1525", + "parsedAmount": "27152500000000000000" + }, + { + "gotchiId": "5435", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "5437", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "5440", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "5441", + "amount": "23.642500000000002", + "parsedAmount": "23642500000000002000" + }, + { + "gotchiId": "5442", + "amount": "17.5875", + "parsedAmount": "17587500000000000000" + }, + { + "gotchiId": "5446", + "amount": "57.417500000000004", + "parsedAmount": "57417500000000004000" + }, + { + "gotchiId": "5451", + "amount": "6.4075", + "parsedAmount": "6407500000000000000" + }, + { + "gotchiId": "5460", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "5469", + "amount": "7.6275", + "parsedAmount": "7627500000000000000" + }, + { + "gotchiId": "5470", + "amount": "31.994999999999997", + "parsedAmount": "31994999999999997000" + }, + { + "gotchiId": "5471", + "amount": "13.0175", + "parsedAmount": "13017500000000000000" + }, + { + "gotchiId": "5472", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "5474", + "amount": "11.065", + "parsedAmount": "11065000000000000000" + }, + { + "gotchiId": "5475", + "amount": "6.0775", + "parsedAmount": "6077500000000000000" + }, + { + "gotchiId": "5478", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "5482", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "5485", + "amount": "21.482499999999998", + "parsedAmount": "21482499999999998000" + }, + { + "gotchiId": "5487", + "amount": "8.745", + "parsedAmount": "8745000000000000000" + }, + { + "gotchiId": "5488", + "amount": "53.685", + "parsedAmount": "53685000000000000000" + }, + { + "gotchiId": "5493", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "5496", + "amount": "43.322500000000005", + "parsedAmount": "43322500000000005000" + }, + { + "gotchiId": "5497", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "5499", + "amount": "34.235", + "parsedAmount": "34235000000000000000" + }, + { + "gotchiId": "5500", + "amount": "18.955", + "parsedAmount": "18955000000000000000" + }, + { + "gotchiId": "5501", + "amount": "20.88", + "parsedAmount": "20880000000000000000" + }, + { + "gotchiId": "5502", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "5503", + "amount": "5.01", + "parsedAmount": "5010000000000000000" + }, + { + "gotchiId": "5504", + "amount": "36.2275", + "parsedAmount": "36227500000000000000" + }, + { + "gotchiId": "5506", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "5507", + "amount": "95.855", + "parsedAmount": "95855000000000000000" + }, + { + "gotchiId": "5508", + "amount": "32.6575", + "parsedAmount": "32657500000000000000" + }, + { + "gotchiId": "5511", + "amount": "25.655", + "parsedAmount": "25655000000000000000" + }, + { + "gotchiId": "5512", + "amount": "8.4025", + "parsedAmount": "8402500000000000000" + }, + { + "gotchiId": "5513", + "amount": "20.515", + "parsedAmount": "20515000000000000000" + }, + { + "gotchiId": "5514", + "amount": "21.6975", + "parsedAmount": "21697500000000000000" + }, + { + "gotchiId": "5515", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "5517", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5518", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "5520", + "amount": "22.0075", + "parsedAmount": "22007500000000000000" + }, + { + "gotchiId": "5521", + "amount": "26.845", + "parsedAmount": "26845000000000000000" + }, + { + "gotchiId": "5522", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "5524", + "amount": "35.385", + "parsedAmount": "35385000000000000000" + }, + { + "gotchiId": "5527", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "5528", + "amount": "5.9375", + "parsedAmount": "5937500000000000000" + }, + { + "gotchiId": "5529", + "amount": "12.775", + "parsedAmount": "12775000000000000000" + }, + { + "gotchiId": "5530", + "amount": "12.337499999999999", + "parsedAmount": "12337499999999999000" + }, + { + "gotchiId": "5531", + "amount": "18.012500000000003", + "parsedAmount": "18012500000000003000" + }, + { + "gotchiId": "5533", + "amount": "35.5325", + "parsedAmount": "35532500000000000000" + }, + { + "gotchiId": "5535", + "amount": "412.145", + "parsedAmount": "412145000000000000000" + }, + { + "gotchiId": "5536", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "5537", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "5538", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "5539", + "amount": "6.470000000000001", + "parsedAmount": "6470000000000001000" + }, + { + "gotchiId": "5540", + "amount": "39.9075", + "parsedAmount": "39907500000000000000" + }, + { + "gotchiId": "5542", + "amount": "15.9775", + "parsedAmount": "15977500000000000000" + }, + { + "gotchiId": "5549", + "amount": "57.3525", + "parsedAmount": "57352500000000000000" + }, + { + "gotchiId": "5551", + "amount": "52.29", + "parsedAmount": "52290000000000000000" + }, + { + "gotchiId": "5556", + "amount": "7.04", + "parsedAmount": "7040000000000000000" + }, + { + "gotchiId": "5557", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "5560", + "amount": "33.945", + "parsedAmount": "33945000000000000000" + }, + { + "gotchiId": "5561", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "5562", + "amount": "4.6775", + "parsedAmount": "4677500000000000000" + }, + { + "gotchiId": "5570", + "amount": "19.1725", + "parsedAmount": "19172500000000000000" + }, + { + "gotchiId": "5572", + "amount": "10.059999999999999", + "parsedAmount": "10059999999999999000" + }, + { + "gotchiId": "5574", + "amount": "12.4575", + "parsedAmount": "12457500000000000000" + }, + { + "gotchiId": "5575", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "5582", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "5583", + "amount": "53.9675", + "parsedAmount": "53967500000000000000" + }, + { + "gotchiId": "5588", + "amount": "17.9425", + "parsedAmount": "17942500000000000000" + }, + { + "gotchiId": "5592", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "5593", + "amount": "14.107499999999998", + "parsedAmount": "14107499999999998000" + }, + { + "gotchiId": "5596", + "amount": "24.78", + "parsedAmount": "24780000000000000000" + }, + { + "gotchiId": "5597", + "amount": "7.532500000000001", + "parsedAmount": "7532500000000001000" + }, + { + "gotchiId": "5601", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "5602", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "5604", + "amount": "50.6725", + "parsedAmount": "50672500000000000000" + }, + { + "gotchiId": "5605", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "5612", + "amount": "18.7125", + "parsedAmount": "18712500000000000000" + }, + { + "gotchiId": "5623", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + } + ], + "totalAmount": "14253799999999999980500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558593, + "gasUsed": "9787311" + }, + { + "batchIndex": 5, + "transactionHash": "0xb7c218aa0047a6a5ecf84743853d4b506d678fb2cf4d4dcbfc778a702511c2c8", + "timestamp": "2025-10-08T06:55:34.961Z", + "gotchiRewards": [ + { + "gotchiId": "5626", + "amount": "12.122499999999999", + "parsedAmount": "12122499999999999000" + }, + { + "gotchiId": "5629", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "5631", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "5632", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "5633", + "amount": "17.7625", + "parsedAmount": "17762500000000000000" + }, + { + "gotchiId": "5637", + "amount": "20.6", + "parsedAmount": "20600000000000000000" + }, + { + "gotchiId": "5639", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "5640", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "5641", + "amount": "38.2475", + "parsedAmount": "38247500000000000000" + }, + { + "gotchiId": "5642", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "5643", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "5644", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "5645", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "5646", + "amount": "6.1450000000000005", + "parsedAmount": "6145000000000000500" + }, + { + "gotchiId": "5647", + "amount": "125.47", + "parsedAmount": "125470000000000000000" + }, + { + "gotchiId": "5649", + "amount": "14.3075", + "parsedAmount": "14307500000000000000" + }, + { + "gotchiId": "5650", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "5651", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "5658", + "amount": "37.6425", + "parsedAmount": "37642500000000000000" + }, + { + "gotchiId": "5659", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "5660", + "amount": "38.3875", + "parsedAmount": "38387500000000000000" + }, + { + "gotchiId": "5662", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "5664", + "amount": "6.375", + "parsedAmount": "6375000000000000000" + }, + { + "gotchiId": "5666", + "amount": "58.5425", + "parsedAmount": "58542500000000000000" + }, + { + "gotchiId": "5667", + "amount": "35.325", + "parsedAmount": "35325000000000000000" + }, + { + "gotchiId": "5669", + "amount": "14.3", + "parsedAmount": "14300000000000000000" + }, + { + "gotchiId": "5676", + "amount": "34.625", + "parsedAmount": "34625000000000000000" + }, + { + "gotchiId": "5679", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "5681", + "amount": "45.19", + "parsedAmount": "45190000000000000000" + }, + { + "gotchiId": "5682", + "amount": "103.95", + "parsedAmount": "103950000000000000000" + }, + { + "gotchiId": "5683", + "amount": "25.435", + "parsedAmount": "25435000000000000000" + }, + { + "gotchiId": "5684", + "amount": "92.6775", + "parsedAmount": "92677500000000000000" + }, + { + "gotchiId": "5686", + "amount": "8.14", + "parsedAmount": "8140000000000000000" + }, + { + "gotchiId": "5689", + "amount": "20.0425", + "parsedAmount": "20042500000000000000" + }, + { + "gotchiId": "5691", + "amount": "338.82", + "parsedAmount": "338820000000000000000" + }, + { + "gotchiId": "5692", + "amount": "23.557499999999997", + "parsedAmount": "23557499999999997000" + }, + { + "gotchiId": "5694", + "amount": "11.7475", + "parsedAmount": "11747500000000000000" + }, + { + "gotchiId": "5696", + "amount": "28.76", + "parsedAmount": "28760000000000000000" + }, + { + "gotchiId": "5697", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "5698", + "amount": "7.512500000000001", + "parsedAmount": "7512500000000001000" + }, + { + "gotchiId": "5699", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "5700", + "amount": "27.832499999999996", + "parsedAmount": "27832499999999996000" + }, + { + "gotchiId": "5701", + "amount": "38.974999999999994", + "parsedAmount": "38974999999999994000" + }, + { + "gotchiId": "5702", + "amount": "69.8225", + "parsedAmount": "69822500000000000000" + }, + { + "gotchiId": "5703", + "amount": "11.035", + "parsedAmount": "11035000000000000000" + }, + { + "gotchiId": "5704", + "amount": "36.035", + "parsedAmount": "36035000000000000000" + }, + { + "gotchiId": "5705", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "5706", + "amount": "8.6275", + "parsedAmount": "8627500000000000000" + }, + { + "gotchiId": "5708", + "amount": "8.462499999999999", + "parsedAmount": "8462499999999999000" + }, + { + "gotchiId": "5711", + "amount": "14.2825", + "parsedAmount": "14282500000000000000" + }, + { + "gotchiId": "5712", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "5713", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "5715", + "amount": "23.7025", + "parsedAmount": "23702500000000000000" + }, + { + "gotchiId": "5716", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "5717", + "amount": "15.6425", + "parsedAmount": "15642500000000000000" + }, + { + "gotchiId": "5718", + "amount": "32.1825", + "parsedAmount": "32182500000000000000" + }, + { + "gotchiId": "5719", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "5720", + "amount": "7.897500000000001", + "parsedAmount": "7897500000000001000" + }, + { + "gotchiId": "5722", + "amount": "37.605000000000004", + "parsedAmount": "37605000000000004000" + }, + { + "gotchiId": "5724", + "amount": "3.29", + "parsedAmount": "3290000000000000000" + }, + { + "gotchiId": "5725", + "amount": "8.815000000000001", + "parsedAmount": "8815000000000001000" + }, + { + "gotchiId": "5727", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "5730", + "amount": "46", + "parsedAmount": "46000000000000000000" + }, + { + "gotchiId": "5731", + "amount": "73.505", + "parsedAmount": "73505000000000000000" + }, + { + "gotchiId": "5733", + "amount": "95.84", + "parsedAmount": "95840000000000000000" + }, + { + "gotchiId": "5736", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "5737", + "amount": "125.2025", + "parsedAmount": "125202500000000000000" + }, + { + "gotchiId": "5738", + "amount": "38.21", + "parsedAmount": "38210000000000000000" + }, + { + "gotchiId": "5743", + "amount": "111.7975", + "parsedAmount": "111797500000000000000" + }, + { + "gotchiId": "5744", + "amount": "6.047499999999999", + "parsedAmount": "6047499999999999000" + }, + { + "gotchiId": "5747", + "amount": "22.200000000000003", + "parsedAmount": "22200000000000003000" + }, + { + "gotchiId": "5751", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "5752", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "5754", + "amount": "10.48", + "parsedAmount": "10480000000000000000" + }, + { + "gotchiId": "5755", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "5764", + "amount": "54.835", + "parsedAmount": "54835000000000000000" + }, + { + "gotchiId": "5765", + "amount": "11.765", + "parsedAmount": "11765000000000000000" + }, + { + "gotchiId": "5769", + "amount": "37.9075", + "parsedAmount": "37907500000000000000" + }, + { + "gotchiId": "5772", + "amount": "13.629999999999999", + "parsedAmount": "13629999999999999000" + }, + { + "gotchiId": "5774", + "amount": "13.41", + "parsedAmount": "13410000000000000000" + }, + { + "gotchiId": "5781", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "5783", + "amount": "14.2025", + "parsedAmount": "14202500000000000000" + }, + { + "gotchiId": "5786", + "amount": "11.435", + "parsedAmount": "11435000000000000000" + }, + { + "gotchiId": "5790", + "amount": "80.4325", + "parsedAmount": "80432500000000000000" + }, + { + "gotchiId": "5792", + "amount": "95.17", + "parsedAmount": "95170000000000000000" + }, + { + "gotchiId": "5795", + "amount": "19.21", + "parsedAmount": "19210000000000000000" + }, + { + "gotchiId": "5796", + "amount": "16.084999999999997", + "parsedAmount": "16084999999999997000" + }, + { + "gotchiId": "5798", + "amount": "57.34", + "parsedAmount": "57340000000000000000" + }, + { + "gotchiId": "5799", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "5802", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "5803", + "amount": "20.27", + "parsedAmount": "20270000000000000000" + }, + { + "gotchiId": "5804", + "amount": "22.985", + "parsedAmount": "22985000000000000000" + }, + { + "gotchiId": "5806", + "amount": "7.78", + "parsedAmount": "7780000000000000000" + }, + { + "gotchiId": "5807", + "amount": "25.925", + "parsedAmount": "25925000000000000000" + }, + { + "gotchiId": "5809", + "amount": "27.56", + "parsedAmount": "27560000000000000000" + }, + { + "gotchiId": "5817", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "5818", + "amount": "6.2225", + "parsedAmount": "6222500000000000000" + }, + { + "gotchiId": "5819", + "amount": "14.9925", + "parsedAmount": "14992500000000000000" + }, + { + "gotchiId": "5821", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "5823", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "5824", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "5825", + "amount": "14.005", + "parsedAmount": "14005000000000000000" + }, + { + "gotchiId": "5826", + "amount": "8.2225", + "parsedAmount": "8222500000000000000" + }, + { + "gotchiId": "5828", + "amount": "16.4075", + "parsedAmount": "16407500000000000000" + }, + { + "gotchiId": "5831", + "amount": "7.44", + "parsedAmount": "7440000000000000000" + }, + { + "gotchiId": "5833", + "amount": "36.6675", + "parsedAmount": "36667500000000000000" + }, + { + "gotchiId": "5834", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "5846", + "amount": "126.925", + "parsedAmount": "126925000000000000000" + }, + { + "gotchiId": "5847", + "amount": "14.31", + "parsedAmount": "14310000000000000000" + }, + { + "gotchiId": "5850", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "5855", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "5858", + "amount": "25.455", + "parsedAmount": "25455000000000000000" + }, + { + "gotchiId": "5862", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "5863", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "5864", + "amount": "15.8775", + "parsedAmount": "15877500000000000000" + }, + { + "gotchiId": "5865", + "amount": "21.9725", + "parsedAmount": "21972500000000000000" + }, + { + "gotchiId": "5873", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "5874", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "5877", + "amount": "92.4725", + "parsedAmount": "92472500000000000000" + }, + { + "gotchiId": "5878", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "5882", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "5883", + "amount": "21.7475", + "parsedAmount": "21747500000000000000" + }, + { + "gotchiId": "5888", + "amount": "20.79", + "parsedAmount": "20790000000000000000" + }, + { + "gotchiId": "5890", + "amount": "9.920000000000002", + "parsedAmount": "9920000000000002000" + }, + { + "gotchiId": "5897", + "amount": "10.7525", + "parsedAmount": "10752500000000000000" + }, + { + "gotchiId": "5898", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "5900", + "amount": "8.69", + "parsedAmount": "8690000000000000000" + }, + { + "gotchiId": "5902", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "5903", + "amount": "15.925", + "parsedAmount": "15925000000000000000" + }, + { + "gotchiId": "5904", + "amount": "16.232499999999998", + "parsedAmount": "16232499999999998000" + }, + { + "gotchiId": "5905", + "amount": "9.9225", + "parsedAmount": "9922500000000000000" + }, + { + "gotchiId": "5906", + "amount": "13.2625", + "parsedAmount": "13262500000000000000" + }, + { + "gotchiId": "5907", + "amount": "17.49", + "parsedAmount": "17490000000000000000" + }, + { + "gotchiId": "5908", + "amount": "32.195", + "parsedAmount": "32195000000000000000" + }, + { + "gotchiId": "5912", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "5913", + "amount": "37.17", + "parsedAmount": "37170000000000000000" + }, + { + "gotchiId": "5915", + "amount": "30.662499999999998", + "parsedAmount": "30662499999999998000" + }, + { + "gotchiId": "5917", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "5923", + "amount": "25.4025", + "parsedAmount": "25402500000000000000" + }, + { + "gotchiId": "5924", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "5926", + "amount": "10.5875", + "parsedAmount": "10587500000000000000" + }, + { + "gotchiId": "5927", + "amount": "4.8225", + "parsedAmount": "4822500000000000000" + }, + { + "gotchiId": "5931", + "amount": "14.035", + "parsedAmount": "14035000000000000000" + }, + { + "gotchiId": "5932", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "5934", + "amount": "216.1225", + "parsedAmount": "216122500000000000000" + }, + { + "gotchiId": "5935", + "amount": "366.815", + "parsedAmount": "366815000000000000000" + }, + { + "gotchiId": "5938", + "amount": "58.8925", + "parsedAmount": "58892500000000000000" + }, + { + "gotchiId": "5939", + "amount": "7.6775", + "parsedAmount": "7677500000000000000" + }, + { + "gotchiId": "5940", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "5941", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "5942", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "5945", + "amount": "77.205", + "parsedAmount": "77205000000000000000" + }, + { + "gotchiId": "5946", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "5947", + "amount": "7.08", + "parsedAmount": "7080000000000000000" + }, + { + "gotchiId": "5949", + "amount": "6.630000000000001", + "parsedAmount": "6630000000000001000" + }, + { + "gotchiId": "5950", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "5951", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "5953", + "amount": "24.747500000000002", + "parsedAmount": "24747500000000002000" + }, + { + "gotchiId": "5954", + "amount": "49.2675", + "parsedAmount": "49267500000000000000" + }, + { + "gotchiId": "5955", + "amount": "15.575", + "parsedAmount": "15575000000000000000" + }, + { + "gotchiId": "5956", + "amount": "18.6175", + "parsedAmount": "18617500000000000000" + }, + { + "gotchiId": "5959", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "5960", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "5967", + "amount": "15.454999999999998", + "parsedAmount": "15454999999999998000" + }, + { + "gotchiId": "5970", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "5972", + "amount": "15.932500000000001", + "parsedAmount": "15932500000000001000" + }, + { + "gotchiId": "5974", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "5975", + "amount": "17.525", + "parsedAmount": "17525000000000000000" + }, + { + "gotchiId": "5976", + "amount": "7.210000000000001", + "parsedAmount": "7210000000000001000" + }, + { + "gotchiId": "5980", + "amount": "46.97", + "parsedAmount": "46970000000000000000" + }, + { + "gotchiId": "5981", + "amount": "2.4875", + "parsedAmount": "2487500000000000000" + }, + { + "gotchiId": "5983", + "amount": "4.6575", + "parsedAmount": "4657500000000000000" + }, + { + "gotchiId": "5984", + "amount": "13.737499999999999", + "parsedAmount": "13737499999999999000" + }, + { + "gotchiId": "5992", + "amount": "23.0675", + "parsedAmount": "23067500000000000000" + }, + { + "gotchiId": "5993", + "amount": "76.0775", + "parsedAmount": "76077500000000000000" + }, + { + "gotchiId": "5994", + "amount": "23.0075", + "parsedAmount": "23007500000000000000" + }, + { + "gotchiId": "5995", + "amount": "27.340000000000003", + "parsedAmount": "27340000000000003000" + }, + { + "gotchiId": "5996", + "amount": "22.725", + "parsedAmount": "22725000000000000000" + }, + { + "gotchiId": "5997", + "amount": "49.707499999999996", + "parsedAmount": "49707499999999996000" + }, + { + "gotchiId": "5998", + "amount": "28.322499999999998", + "parsedAmount": "28322499999999998000" + }, + { + "gotchiId": "5999", + "amount": "30.4175", + "parsedAmount": "30417500000000000000" + }, + { + "gotchiId": "6000", + "amount": "41.7475", + "parsedAmount": "41747500000000000000" + }, + { + "gotchiId": "6001", + "amount": "27.3725", + "parsedAmount": "27372500000000000000" + }, + { + "gotchiId": "6003", + "amount": "8.370000000000001", + "parsedAmount": "8370000000000001000" + }, + { + "gotchiId": "6004", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "6006", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "6009", + "amount": "39.9575", + "parsedAmount": "39957500000000000000" + }, + { + "gotchiId": "6011", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "6012", + "amount": "29.515", + "parsedAmount": "29515000000000000000" + }, + { + "gotchiId": "6013", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "6014", + "amount": "22.5775", + "parsedAmount": "22577500000000000000" + }, + { + "gotchiId": "6015", + "amount": "12.372499999999999", + "parsedAmount": "12372499999999999000" + }, + { + "gotchiId": "6017", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "6018", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "6019", + "amount": "9.337499999999999", + "parsedAmount": "9337499999999999000" + }, + { + "gotchiId": "6020", + "amount": "2.52", + "parsedAmount": "2520000000000000000" + }, + { + "gotchiId": "6021", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "6022", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "6026", + "amount": "11.2875", + "parsedAmount": "11287500000000000000" + }, + { + "gotchiId": "6030", + "amount": "7.0649999999999995", + "parsedAmount": "7064999999999999500" + }, + { + "gotchiId": "6033", + "amount": "20.669999999999998", + "parsedAmount": "20669999999999998000" + }, + { + "gotchiId": "6034", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "6035", + "amount": "14.12", + "parsedAmount": "14120000000000000000" + }, + { + "gotchiId": "6036", + "amount": "14.3625", + "parsedAmount": "14362500000000000000" + }, + { + "gotchiId": "6037", + "amount": "14.2825", + "parsedAmount": "14282500000000000000" + }, + { + "gotchiId": "6038", + "amount": "33.86", + "parsedAmount": "33860000000000000000" + }, + { + "gotchiId": "6039", + "amount": "15.537499999999998", + "parsedAmount": "15537499999999998000" + }, + { + "gotchiId": "6040", + "amount": "18.3825", + "parsedAmount": "18382500000000000000" + }, + { + "gotchiId": "6041", + "amount": "23.4525", + "parsedAmount": "23452500000000000000" + }, + { + "gotchiId": "6047", + "amount": "56.324999999999996", + "parsedAmount": "56324999999999996000" + }, + { + "gotchiId": "6052", + "amount": "78.15500000000002", + "parsedAmount": "78155000000000020000" + }, + { + "gotchiId": "6054", + "amount": "14.01", + "parsedAmount": "14010000000000000000" + }, + { + "gotchiId": "6055", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "6057", + "amount": "13.895", + "parsedAmount": "13895000000000000000" + }, + { + "gotchiId": "6058", + "amount": "64.5975", + "parsedAmount": "64597500000000000000" + }, + { + "gotchiId": "6060", + "amount": "25.2175", + "parsedAmount": "25217500000000000000" + }, + { + "gotchiId": "6063", + "amount": "7.56", + "parsedAmount": "7560000000000000000" + }, + { + "gotchiId": "6065", + "amount": "14.7", + "parsedAmount": "14700000000000000000" + }, + { + "gotchiId": "6068", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "6069", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "6079", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "6080", + "amount": "23.02", + "parsedAmount": "23020000000000000000" + }, + { + "gotchiId": "6081", + "amount": "6.4624999999999995", + "parsedAmount": "6462499999999999500" + }, + { + "gotchiId": "6083", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "6085", + "amount": "28.09", + "parsedAmount": "28090000000000000000" + }, + { + "gotchiId": "6086", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "6087", + "amount": "20.9875", + "parsedAmount": "20987500000000000000" + }, + { + "gotchiId": "6089", + "amount": "64.8", + "parsedAmount": "64800000000000000000" + }, + { + "gotchiId": "6094", + "amount": "58.055", + "parsedAmount": "58055000000000000000" + }, + { + "gotchiId": "6101", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "6102", + "amount": "9", + "parsedAmount": "9000000000000000000" + }, + { + "gotchiId": "6103", + "amount": "24.26", + "parsedAmount": "24260000000000000000" + }, + { + "gotchiId": "6104", + "amount": "21.54", + "parsedAmount": "21540000000000000000" + }, + { + "gotchiId": "6105", + "amount": "10.690000000000001", + "parsedAmount": "10690000000000001000" + }, + { + "gotchiId": "6107", + "amount": "21.0025", + "parsedAmount": "21002500000000000000" + }, + { + "gotchiId": "6109", + "amount": "149.3525", + "parsedAmount": "149352500000000000000" + }, + { + "gotchiId": "6110", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "6111", + "amount": "6.3175", + "parsedAmount": "6317500000000000000" + }, + { + "gotchiId": "6117", + "amount": "14.030000000000001", + "parsedAmount": "14030000000000001000" + }, + { + "gotchiId": "6118", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "6119", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "6120", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "6121", + "amount": "12.084999999999999", + "parsedAmount": "12084999999999999000" + }, + { + "gotchiId": "6122", + "amount": "40.205", + "parsedAmount": "40205000000000000000" + }, + { + "gotchiId": "6123", + "amount": "7.945", + "parsedAmount": "7945000000000000000" + }, + { + "gotchiId": "6128", + "amount": "29.945", + "parsedAmount": "29945000000000000000" + }, + { + "gotchiId": "6129", + "amount": "21.215", + "parsedAmount": "21215000000000000000" + }, + { + "gotchiId": "6131", + "amount": "23.544999999999998", + "parsedAmount": "23544999999999998000" + }, + { + "gotchiId": "6132", + "amount": "30.88", + "parsedAmount": "30880000000000000000" + }, + { + "gotchiId": "6135", + "amount": "11.015", + "parsedAmount": "11015000000000000000" + }, + { + "gotchiId": "6136", + "amount": "35.442499999999995", + "parsedAmount": "35442499999999995000" + }, + { + "gotchiId": "6138", + "amount": "134.22000000000003", + "parsedAmount": "134220000000000030000" + }, + { + "gotchiId": "6140", + "amount": "9.48", + "parsedAmount": "9480000000000000000" + }, + { + "gotchiId": "6142", + "amount": "31.847499999999997", + "parsedAmount": "31847499999999997000" + }, + { + "gotchiId": "6145", + "amount": "65.96000000000001", + "parsedAmount": "65960000000000010000" + }, + { + "gotchiId": "6146", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "6147", + "amount": "124.715", + "parsedAmount": "124715000000000000000" + }, + { + "gotchiId": "6148", + "amount": "20.3575", + "parsedAmount": "20357500000000000000" + }, + { + "gotchiId": "6149", + "amount": "9.91", + "parsedAmount": "9910000000000000000" + }, + { + "gotchiId": "6151", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "6155", + "amount": "38.3825", + "parsedAmount": "38382500000000000000" + }, + { + "gotchiId": "6156", + "amount": "39.615", + "parsedAmount": "39615000000000000000" + }, + { + "gotchiId": "6158", + "amount": "11.295", + "parsedAmount": "11295000000000000000" + }, + { + "gotchiId": "6159", + "amount": "9.4125", + "parsedAmount": "9412500000000000000" + }, + { + "gotchiId": "6160", + "amount": "45.375", + "parsedAmount": "45375000000000000000" + }, + { + "gotchiId": "6163", + "amount": "19.9625", + "parsedAmount": "19962500000000000000" + }, + { + "gotchiId": "6164", + "amount": "113.245", + "parsedAmount": "113245000000000000000" + }, + { + "gotchiId": "6165", + "amount": "15.535", + "parsedAmount": "15535000000000000000" + }, + { + "gotchiId": "6166", + "amount": "16.945", + "parsedAmount": "16945000000000000000" + }, + { + "gotchiId": "6168", + "amount": "15.5", + "parsedAmount": "15500000000000000000" + }, + { + "gotchiId": "6169", + "amount": "15.187499999999998", + "parsedAmount": "15187499999999998000" + }, + { + "gotchiId": "6170", + "amount": "3.0275", + "parsedAmount": "3027500000000000000" + }, + { + "gotchiId": "6171", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "6172", + "amount": "8.6325", + "parsedAmount": "8632500000000000000" + }, + { + "gotchiId": "6174", + "amount": "48.9075", + "parsedAmount": "48907500000000000000" + }, + { + "gotchiId": "6176", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "6177", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "6178", + "amount": "32.1425", + "parsedAmount": "32142500000000000000" + }, + { + "gotchiId": "6179", + "amount": "4.1175", + "parsedAmount": "4117500000000000000" + }, + { + "gotchiId": "6182", + "amount": "9.7925", + "parsedAmount": "9792500000000000000" + }, + { + "gotchiId": "6183", + "amount": "36.185", + "parsedAmount": "36185000000000000000" + }, + { + "gotchiId": "6187", + "amount": "11.745", + "parsedAmount": "11745000000000000000" + }, + { + "gotchiId": "6189", + "amount": "32.005", + "parsedAmount": "32005000000000000000" + }, + { + "gotchiId": "6190", + "amount": "4.115", + "parsedAmount": "4115000000000000000" + }, + { + "gotchiId": "6192", + "amount": "24.1625", + "parsedAmount": "24162500000000000000" + }, + { + "gotchiId": "6193", + "amount": "37.4675", + "parsedAmount": "37467500000000000000" + }, + { + "gotchiId": "6199", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "6202", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "6203", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "6204", + "amount": "49.4", + "parsedAmount": "49400000000000000000" + }, + { + "gotchiId": "6205", + "amount": "6.4075", + "parsedAmount": "6407500000000000000" + }, + { + "gotchiId": "6208", + "amount": "33.0625", + "parsedAmount": "33062500000000000000" + }, + { + "gotchiId": "6209", + "amount": "37.9075", + "parsedAmount": "37907500000000000000" + }, + { + "gotchiId": "6212", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "6213", + "amount": "19.2", + "parsedAmount": "19200000000000000000" + }, + { + "gotchiId": "6214", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "6216", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "6222", + "amount": "32.635000000000005", + "parsedAmount": "32635000000000005000" + }, + { + "gotchiId": "6223", + "amount": "11.5775", + "parsedAmount": "11577500000000000000" + }, + { + "gotchiId": "6224", + "amount": "21.692500000000003", + "parsedAmount": "21692500000000003000" + }, + { + "gotchiId": "6233", + "amount": "46.49999999999999", + "parsedAmount": "46499999999999990000" + }, + { + "gotchiId": "6235", + "amount": "6.8", + "parsedAmount": "6800000000000000000" + }, + { + "gotchiId": "6236", + "amount": "18.695", + "parsedAmount": "18695000000000000000" + }, + { + "gotchiId": "6239", + "amount": "60.8475", + "parsedAmount": "60847500000000000000" + }, + { + "gotchiId": "6241", + "amount": "10.295", + "parsedAmount": "10295000000000000000" + }, + { + "gotchiId": "6243", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "6247", + "amount": "11.2475", + "parsedAmount": "11247500000000000000" + }, + { + "gotchiId": "6250", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "6252", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "6254", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "6255", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "6256", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "6257", + "amount": "58.56", + "parsedAmount": "58560000000000000000" + }, + { + "gotchiId": "6259", + "amount": "9.432500000000001", + "parsedAmount": "9432500000000001000" + }, + { + "gotchiId": "6260", + "amount": "50.214999999999996", + "parsedAmount": "50214999999999996000" + }, + { + "gotchiId": "6263", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "6264", + "amount": "23.415", + "parsedAmount": "23415000000000000000" + }, + { + "gotchiId": "6265", + "amount": "18.9025", + "parsedAmount": "18902500000000000000" + }, + { + "gotchiId": "6266", + "amount": "53.135000000000005", + "parsedAmount": "53135000000000005000" + }, + { + "gotchiId": "6268", + "amount": "9.8475", + "parsedAmount": "9847500000000000000" + }, + { + "gotchiId": "6271", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "6273", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "6274", + "amount": "86.7525", + "parsedAmount": "86752500000000000000" + }, + { + "gotchiId": "6276", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "6278", + "amount": "10.5025", + "parsedAmount": "10502500000000000000" + }, + { + "gotchiId": "6279", + "amount": "33.745000000000005", + "parsedAmount": "33745000000000005000" + }, + { + "gotchiId": "6288", + "amount": "21.095", + "parsedAmount": "21095000000000000000" + }, + { + "gotchiId": "6293", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "6296", + "amount": "14.665", + "parsedAmount": "14665000000000000000" + }, + { + "gotchiId": "6305", + "amount": "58.91", + "parsedAmount": "58910000000000000000" + }, + { + "gotchiId": "6307", + "amount": "14.05", + "parsedAmount": "14050000000000000000" + }, + { + "gotchiId": "6308", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "6309", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "6310", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "6311", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "6313", + "amount": "4.665", + "parsedAmount": "4665000000000000000" + }, + { + "gotchiId": "6318", + "amount": "3.0525", + "parsedAmount": "3052500000000000000" + }, + { + "gotchiId": "6321", + "amount": "73.1875", + "parsedAmount": "73187500000000000000" + }, + { + "gotchiId": "6323", + "amount": "10.36", + "parsedAmount": "10360000000000000000" + }, + { + "gotchiId": "6324", + "amount": "18.8075", + "parsedAmount": "18807500000000000000" + }, + { + "gotchiId": "6327", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "6335", + "amount": "139.0625", + "parsedAmount": "139062500000000000000" + }, + { + "gotchiId": "6336", + "amount": "7.657500000000001", + "parsedAmount": "7657500000000001000" + }, + { + "gotchiId": "6341", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "6342", + "amount": "41.965", + "parsedAmount": "41965000000000000000" + }, + { + "gotchiId": "6345", + "amount": "91.51749999999998", + "parsedAmount": "91517499999999980000" + }, + { + "gotchiId": "6350", + "amount": "299.6375", + "parsedAmount": "299637500000000000000" + }, + { + "gotchiId": "6351", + "amount": "91.76250000000002", + "parsedAmount": "91762500000000020000" + }, + { + "gotchiId": "6352", + "amount": "31.285000000000004", + "parsedAmount": "31285000000000004000" + }, + { + "gotchiId": "6354", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "6355", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "6357", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "6358", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "6359", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "6362", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "6366", + "amount": "69.22500000000001", + "parsedAmount": "69225000000000010000" + }, + { + "gotchiId": "6370", + "amount": "8.592500000000001", + "parsedAmount": "8592500000000001000" + }, + { + "gotchiId": "6371", + "amount": "16.3125", + "parsedAmount": "16312500000000000000" + }, + { + "gotchiId": "6372", + "amount": "21.607499999999998", + "parsedAmount": "21607499999999998000" + }, + { + "gotchiId": "6373", + "amount": "17.7425", + "parsedAmount": "17742500000000000000" + }, + { + "gotchiId": "6374", + "amount": "56.075", + "parsedAmount": "56075000000000000000" + }, + { + "gotchiId": "6375", + "amount": "65.085", + "parsedAmount": "65085000000000000000" + }, + { + "gotchiId": "6376", + "amount": "55.887499999999996", + "parsedAmount": "55887499999999996000" + }, + { + "gotchiId": "6379", + "amount": "11.91", + "parsedAmount": "11910000000000000000" + }, + { + "gotchiId": "6380", + "amount": "35.035000000000004", + "parsedAmount": "35035000000000004000" + }, + { + "gotchiId": "6382", + "amount": "23.6925", + "parsedAmount": "23692500000000000000" + }, + { + "gotchiId": "6383", + "amount": "3.2975", + "parsedAmount": "3297500000000000000" + }, + { + "gotchiId": "6385", + "amount": "13.295000000000002", + "parsedAmount": "13295000000000002000" + }, + { + "gotchiId": "6386", + "amount": "53.292500000000004", + "parsedAmount": "53292500000000004000" + }, + { + "gotchiId": "6389", + "amount": "15.59", + "parsedAmount": "15590000000000000000" + }, + { + "gotchiId": "6390", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "6392", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "6393", + "amount": "5.995", + "parsedAmount": "5995000000000000000" + }, + { + "gotchiId": "6394", + "amount": "98.4725", + "parsedAmount": "98472500000000000000" + }, + { + "gotchiId": "6395", + "amount": "9.5", + "parsedAmount": "9500000000000000000" + }, + { + "gotchiId": "6396", + "amount": "63.2275", + "parsedAmount": "63227500000000000000" + }, + { + "gotchiId": "6397", + "amount": "25.365000000000002", + "parsedAmount": "25365000000000002000" + }, + { + "gotchiId": "6398", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "6400", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "6401", + "amount": "7.369999999999999", + "parsedAmount": "7369999999999999000" + }, + { + "gotchiId": "6403", + "amount": "10.6675", + "parsedAmount": "10667500000000000000" + }, + { + "gotchiId": "6406", + "amount": "17.58", + "parsedAmount": "17580000000000000000" + }, + { + "gotchiId": "6407", + "amount": "204.50750000000002", + "parsedAmount": "204507500000000020000" + }, + { + "gotchiId": "6409", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "6413", + "amount": "47.3425", + "parsedAmount": "47342500000000000000" + }, + { + "gotchiId": "6418", + "amount": "3.4525", + "parsedAmount": "3452500000000000000" + }, + { + "gotchiId": "6419", + "amount": "22.2825", + "parsedAmount": "22282500000000000000" + }, + { + "gotchiId": "6420", + "amount": "22.78", + "parsedAmount": "22780000000000000000" + }, + { + "gotchiId": "6421", + "amount": "21.57", + "parsedAmount": "21570000000000000000" + }, + { + "gotchiId": "6422", + "amount": "109.215", + "parsedAmount": "109215000000000000000" + }, + { + "gotchiId": "6423", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "6424", + "amount": "11.732500000000002", + "parsedAmount": "11732500000000002000" + }, + { + "gotchiId": "6428", + "amount": "29.2475", + "parsedAmount": "29247500000000000000" + }, + { + "gotchiId": "6431", + "amount": "54.2", + "parsedAmount": "54200000000000000000" + }, + { + "gotchiId": "6434", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "6435", + "amount": "31.035", + "parsedAmount": "31035000000000000000" + }, + { + "gotchiId": "6437", + "amount": "15.67", + "parsedAmount": "15670000000000000000" + }, + { + "gotchiId": "6438", + "amount": "59.160000000000004", + "parsedAmount": "59160000000000004000" + }, + { + "gotchiId": "6439", + "amount": "24.142500000000002", + "parsedAmount": "24142500000000002000" + }, + { + "gotchiId": "6440", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "6442", + "amount": "11.280000000000001", + "parsedAmount": "11280000000000001000" + }, + { + "gotchiId": "6443", + "amount": "41.265", + "parsedAmount": "41265000000000000000" + }, + { + "gotchiId": "6444", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "6445", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "6446", + "amount": "9.76", + "parsedAmount": "9760000000000000000" + }, + { + "gotchiId": "6447", + "amount": "276.3925", + "parsedAmount": "276392500000000000000" + }, + { + "gotchiId": "6448", + "amount": "8.285", + "parsedAmount": "8285000000000000000" + }, + { + "gotchiId": "6450", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "6451", + "amount": "71.835", + "parsedAmount": "71835000000000000000" + }, + { + "gotchiId": "6452", + "amount": "5.7", + "parsedAmount": "5700000000000000000" + }, + { + "gotchiId": "6453", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "6454", + "amount": "20.87", + "parsedAmount": "20870000000000000000" + }, + { + "gotchiId": "6459", + "amount": "17.9575", + "parsedAmount": "17957500000000000000" + }, + { + "gotchiId": "6460", + "amount": "20.72", + "parsedAmount": "20720000000000000000" + }, + { + "gotchiId": "6462", + "amount": "2.42", + "parsedAmount": "2420000000000000000" + }, + { + "gotchiId": "6463", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "6465", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "6468", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "6471", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "6473", + "amount": "14.64", + "parsedAmount": "14640000000000000000" + }, + { + "gotchiId": "6475", + "amount": "59.044999999999995", + "parsedAmount": "59044999999999995000" + }, + { + "gotchiId": "6477", + "amount": "4.305", + "parsedAmount": "4305000000000000000" + }, + { + "gotchiId": "6478", + "amount": "17.1725", + "parsedAmount": "17172500000000000000" + }, + { + "gotchiId": "6480", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "6482", + "amount": "12.7925", + "parsedAmount": "12792500000000000000" + }, + { + "gotchiId": "6485", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "6486", + "amount": "21.4375", + "parsedAmount": "21437500000000000000" + }, + { + "gotchiId": "6487", + "amount": "9.2375", + "parsedAmount": "9237500000000000000" + }, + { + "gotchiId": "6489", + "amount": "27.255", + "parsedAmount": "27255000000000000000" + }, + { + "gotchiId": "6490", + "amount": "25.13", + "parsedAmount": "25130000000000000000" + }, + { + "gotchiId": "6505", + "amount": "14.215", + "parsedAmount": "14215000000000000000" + }, + { + "gotchiId": "6506", + "amount": "18.107499999999998", + "parsedAmount": "18107499999999998000" + }, + { + "gotchiId": "6507", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "6508", + "amount": "14.392499999999998", + "parsedAmount": "14392499999999998000" + }, + { + "gotchiId": "6509", + "amount": "14.3825", + "parsedAmount": "14382500000000000000" + }, + { + "gotchiId": "6510", + "amount": "14.2925", + "parsedAmount": "14292500000000000000" + }, + { + "gotchiId": "6511", + "amount": "18.5025", + "parsedAmount": "18502500000000000000" + }, + { + "gotchiId": "6512", + "amount": "4.01", + "parsedAmount": "4010000000000000000" + }, + { + "gotchiId": "6513", + "amount": "18.29", + "parsedAmount": "18290000000000000000" + }, + { + "gotchiId": "6514", + "amount": "4.01", + "parsedAmount": "4010000000000000000" + }, + { + "gotchiId": "6515", + "amount": "18.4225", + "parsedAmount": "18422500000000000000" + }, + { + "gotchiId": "6516", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "6517", + "amount": "14.27", + "parsedAmount": "14270000000000000000" + }, + { + "gotchiId": "6518", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "6519", + "amount": "14.129999999999999", + "parsedAmount": "14129999999999999000" + }, + { + "gotchiId": "6525", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "6529", + "amount": "22.59", + "parsedAmount": "22590000000000000000" + }, + { + "gotchiId": "6531", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "6532", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "6533", + "amount": "57.6775", + "parsedAmount": "57677500000000000000" + }, + { + "gotchiId": "6534", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "6536", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "6538", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "6539", + "amount": "12.0525", + "parsedAmount": "12052500000000000000" + }, + { + "gotchiId": "6541", + "amount": "36.055", + "parsedAmount": "36055000000000000000" + }, + { + "gotchiId": "6549", + "amount": "94.1275", + "parsedAmount": "94127500000000000000" + }, + { + "gotchiId": "6550", + "amount": "6.11", + "parsedAmount": "6110000000000000000" + }, + { + "gotchiId": "6555", + "amount": "16.76", + "parsedAmount": "16760000000000000000" + }, + { + "gotchiId": "6557", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "6558", + "amount": "5.775", + "parsedAmount": "5775000000000000000" + }, + { + "gotchiId": "6560", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "6562", + "amount": "35.32", + "parsedAmount": "35320000000000000000" + }, + { + "gotchiId": "6564", + "amount": "32.4425", + "parsedAmount": "32442500000000000000" + }, + { + "gotchiId": "6565", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "6566", + "amount": "23.217499999999998", + "parsedAmount": "23217499999999998000" + }, + { + "gotchiId": "6570", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "6574", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "6576", + "amount": "11.515", + "parsedAmount": "11515000000000000000" + }, + { + "gotchiId": "6581", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "6582", + "amount": "50.300000000000004", + "parsedAmount": "50300000000000004000" + }, + { + "gotchiId": "6584", + "amount": "28.955000000000002", + "parsedAmount": "28955000000000002000" + }, + { + "gotchiId": "6585", + "amount": "2.2825", + "parsedAmount": "2282500000000000000" + }, + { + "gotchiId": "6588", + "amount": "30.79", + "parsedAmount": "30790000000000000000" + }, + { + "gotchiId": "6589", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "6592", + "amount": "49.8", + "parsedAmount": "49800000000000000000" + }, + { + "gotchiId": "6593", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "6595", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "6600", + "amount": "15.44", + "parsedAmount": "15440000000000000000" + }, + { + "gotchiId": "6601", + "amount": "20.17", + "parsedAmount": "20170000000000000000" + }, + { + "gotchiId": "6602", + "amount": "11.854999999999999", + "parsedAmount": "11854999999999999000" + }, + { + "gotchiId": "6603", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "6604", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "6605", + "amount": "10.617500000000001", + "parsedAmount": "10617500000000001000" + }, + { + "gotchiId": "6608", + "amount": "20.8675", + "parsedAmount": "20867500000000000000" + }, + { + "gotchiId": "6609", + "amount": "7.145", + "parsedAmount": "7145000000000000000" + }, + { + "gotchiId": "6610", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "6611", + "amount": "6.74", + "parsedAmount": "6740000000000000000" + }, + { + "gotchiId": "6613", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "6615", + "amount": "43.46", + "parsedAmount": "43460000000000000000" + }, + { + "gotchiId": "6618", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "6624", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "6628", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "6630", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "6631", + "amount": "21.445", + "parsedAmount": "21445000000000000000" + }, + { + "gotchiId": "6632", + "amount": "12.16", + "parsedAmount": "12160000000000000000" + }, + { + "gotchiId": "6633", + "amount": "38.137499999999996", + "parsedAmount": "38137499999999996000" + }, + { + "gotchiId": "6634", + "amount": "8.5825", + "parsedAmount": "8582500000000000000" + }, + { + "gotchiId": "6635", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "6636", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "6637", + "amount": "53.595", + "parsedAmount": "53595000000000000000" + } + ], + "totalAmount": "12379957500000000071500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558595, + "gasUsed": "9406565" + }, + { + "batchIndex": 6, + "transactionHash": "0x65e6990a3bff2bc0e542dc9b712802610e9f1c39b9719bd0f556780af7391374", + "timestamp": "2025-10-08T06:55:37.970Z", + "gotchiRewards": [ + { + "gotchiId": "6639", + "amount": "32.565", + "parsedAmount": "32565000000000000000" + }, + { + "gotchiId": "6640", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "6641", + "amount": "18.805", + "parsedAmount": "18805000000000000000" + }, + { + "gotchiId": "6642", + "amount": "21.85", + "parsedAmount": "21850000000000000000" + }, + { + "gotchiId": "6643", + "amount": "5.9025", + "parsedAmount": "5902500000000000000" + }, + { + "gotchiId": "6644", + "amount": "31.8975", + "parsedAmount": "31897500000000000000" + }, + { + "gotchiId": "6645", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "6652", + "amount": "14.0625", + "parsedAmount": "14062500000000000000" + }, + { + "gotchiId": "6653", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "6655", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "6656", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "6657", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "6659", + "amount": "14.295", + "parsedAmount": "14295000000000000000" + }, + { + "gotchiId": "6662", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "6664", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "6665", + "amount": "29.792499999999997", + "parsedAmount": "29792499999999997000" + }, + { + "gotchiId": "6670", + "amount": "33.9375", + "parsedAmount": "33937500000000000000" + }, + { + "gotchiId": "6671", + "amount": "6.9925", + "parsedAmount": "6992500000000000000" + }, + { + "gotchiId": "6673", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "6674", + "amount": "29.365000000000002", + "parsedAmount": "29365000000000002000" + }, + { + "gotchiId": "6675", + "amount": "34.667500000000004", + "parsedAmount": "34667500000000004000" + }, + { + "gotchiId": "6676", + "amount": "29.177500000000002", + "parsedAmount": "29177500000000002000" + }, + { + "gotchiId": "6677", + "amount": "37.7125", + "parsedAmount": "37712500000000000000" + }, + { + "gotchiId": "6678", + "amount": "29.740000000000002", + "parsedAmount": "29740000000000002000" + }, + { + "gotchiId": "6679", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "6681", + "amount": "23.197499999999998", + "parsedAmount": "23197499999999998000" + }, + { + "gotchiId": "6682", + "amount": "13.5825", + "parsedAmount": "13582500000000000000" + }, + { + "gotchiId": "6683", + "amount": "17.6725", + "parsedAmount": "17672500000000000000" + }, + { + "gotchiId": "6684", + "amount": "23.41", + "parsedAmount": "23410000000000000000" + }, + { + "gotchiId": "6685", + "amount": "3.8775", + "parsedAmount": "3877500000000000000" + }, + { + "gotchiId": "6688", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "6689", + "amount": "15.155000000000001", + "parsedAmount": "15155000000000001000" + }, + { + "gotchiId": "6690", + "amount": "10.585", + "parsedAmount": "10585000000000000000" + }, + { + "gotchiId": "6691", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "6692", + "amount": "6.7975", + "parsedAmount": "6797500000000000000" + }, + { + "gotchiId": "6693", + "amount": "16.705", + "parsedAmount": "16705000000000000000" + }, + { + "gotchiId": "6694", + "amount": "6.779999999999999", + "parsedAmount": "6779999999999999000" + }, + { + "gotchiId": "6695", + "amount": "112.72749999999999", + "parsedAmount": "112727499999999990000" + }, + { + "gotchiId": "6697", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "6700", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "6704", + "amount": "7.585", + "parsedAmount": "7585000000000000000" + }, + { + "gotchiId": "6707", + "amount": "17.4725", + "parsedAmount": "17472500000000000000" + }, + { + "gotchiId": "6709", + "amount": "52.44", + "parsedAmount": "52440000000000000000" + }, + { + "gotchiId": "6710", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "6711", + "amount": "15.25", + "parsedAmount": "15250000000000000000" + }, + { + "gotchiId": "6712", + "amount": "14.8125", + "parsedAmount": "14812500000000000000" + }, + { + "gotchiId": "6713", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "6720", + "amount": "5.905", + "parsedAmount": "5905000000000000000" + }, + { + "gotchiId": "6723", + "amount": "13.907499999999999", + "parsedAmount": "13907499999999999000" + }, + { + "gotchiId": "6729", + "amount": "13.087499999999999", + "parsedAmount": "13087499999999999000" + }, + { + "gotchiId": "6731", + "amount": "5.6775", + "parsedAmount": "5677500000000000000" + }, + { + "gotchiId": "6732", + "amount": "13.705", + "parsedAmount": "13705000000000000000" + }, + { + "gotchiId": "6734", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "6735", + "amount": "63.61749999999999", + "parsedAmount": "63617499999999990000" + }, + { + "gotchiId": "6741", + "amount": "22.9075", + "parsedAmount": "22907500000000000000" + }, + { + "gotchiId": "6742", + "amount": "24.235", + "parsedAmount": "24235000000000000000" + }, + { + "gotchiId": "6743", + "amount": "12.345", + "parsedAmount": "12345000000000000000" + }, + { + "gotchiId": "6745", + "amount": "6.515", + "parsedAmount": "6515000000000000000" + }, + { + "gotchiId": "6746", + "amount": "69.81", + "parsedAmount": "69810000000000000000" + }, + { + "gotchiId": "6750", + "amount": "13.512500000000001", + "parsedAmount": "13512500000000001000" + }, + { + "gotchiId": "6751", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "6752", + "amount": "16.8625", + "parsedAmount": "16862500000000000000" + }, + { + "gotchiId": "6756", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "6764", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "6765", + "amount": "13.2625", + "parsedAmount": "13262500000000000000" + }, + { + "gotchiId": "6766", + "amount": "31.884999999999998", + "parsedAmount": "31884999999999998000" + }, + { + "gotchiId": "6769", + "amount": "25.92", + "parsedAmount": "25920000000000000000" + }, + { + "gotchiId": "6771", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "6773", + "amount": "11.524999999999999", + "parsedAmount": "11524999999999999000" + }, + { + "gotchiId": "6780", + "amount": "14.075", + "parsedAmount": "14075000000000000000" + }, + { + "gotchiId": "6781", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "6785", + "amount": "26.445", + "parsedAmount": "26445000000000000000" + }, + { + "gotchiId": "6786", + "amount": "38.575", + "parsedAmount": "38575000000000000000" + }, + { + "gotchiId": "6788", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "6789", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "6792", + "amount": "42.7575", + "parsedAmount": "42757500000000000000" + }, + { + "gotchiId": "6794", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "6796", + "amount": "3.9825", + "parsedAmount": "3982500000000000000" + }, + { + "gotchiId": "6797", + "amount": "16.9775", + "parsedAmount": "16977500000000000000" + }, + { + "gotchiId": "6798", + "amount": "19.479999999999997", + "parsedAmount": "19479999999999997000" + }, + { + "gotchiId": "6801", + "amount": "5.8875", + "parsedAmount": "5887500000000000000" + }, + { + "gotchiId": "6802", + "amount": "17.36", + "parsedAmount": "17360000000000000000" + }, + { + "gotchiId": "6804", + "amount": "16.01", + "parsedAmount": "16010000000000000000" + }, + { + "gotchiId": "6807", + "amount": "33.42", + "parsedAmount": "33420000000000000000" + }, + { + "gotchiId": "6811", + "amount": "2.665", + "parsedAmount": "2665000000000000000" + }, + { + "gotchiId": "6812", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "6813", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "6816", + "amount": "2.2275", + "parsedAmount": "2227500000000000000" + }, + { + "gotchiId": "6817", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "6819", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "6821", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "6823", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "6824", + "amount": "14.23", + "parsedAmount": "14230000000000000000" + }, + { + "gotchiId": "6827", + "amount": "132.68749999999997", + "parsedAmount": "132687499999999970000" + }, + { + "gotchiId": "6828", + "amount": "27.9575", + "parsedAmount": "27957500000000000000" + }, + { + "gotchiId": "6835", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "6837", + "amount": "7.4975", + "parsedAmount": "7497500000000000000" + }, + { + "gotchiId": "6839", + "amount": "39.03", + "parsedAmount": "39030000000000000000" + }, + { + "gotchiId": "6843", + "amount": "59.012499999999996", + "parsedAmount": "59012499999999996000" + }, + { + "gotchiId": "6845", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "6846", + "amount": "12.39", + "parsedAmount": "12390000000000000000" + }, + { + "gotchiId": "6847", + "amount": "53.927499999999995", + "parsedAmount": "53927499999999995000" + }, + { + "gotchiId": "6849", + "amount": "26.74", + "parsedAmount": "26740000000000000000" + }, + { + "gotchiId": "6851", + "amount": "60.167500000000004", + "parsedAmount": "60167500000000004000" + }, + { + "gotchiId": "6852", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "6853", + "amount": "113.18499999999999", + "parsedAmount": "113184999999999990000" + }, + { + "gotchiId": "6854", + "amount": "32.652499999999996", + "parsedAmount": "32652499999999996000" + }, + { + "gotchiId": "6855", + "amount": "7.299999999999999", + "parsedAmount": "7299999999999999000" + }, + { + "gotchiId": "6857", + "amount": "15.2275", + "parsedAmount": "15227500000000000000" + }, + { + "gotchiId": "6858", + "amount": "6.7825", + "parsedAmount": "6782500000000000000" + }, + { + "gotchiId": "6860", + "amount": "31.740000000000002", + "parsedAmount": "31740000000000002000" + }, + { + "gotchiId": "6861", + "amount": "7.2075000000000005", + "parsedAmount": "7207500000000000500" + }, + { + "gotchiId": "6866", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "6871", + "amount": "6.404999999999999", + "parsedAmount": "6404999999999999000" + }, + { + "gotchiId": "6877", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "6879", + "amount": "35.9975", + "parsedAmount": "35997500000000000000" + }, + { + "gotchiId": "6880", + "amount": "58.855", + "parsedAmount": "58855000000000000000" + }, + { + "gotchiId": "6881", + "amount": "46.065", + "parsedAmount": "46065000000000000000" + }, + { + "gotchiId": "6882", + "amount": "55.345", + "parsedAmount": "55345000000000000000" + }, + { + "gotchiId": "6884", + "amount": "36.71", + "parsedAmount": "36710000000000000000" + }, + { + "gotchiId": "6885", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "6887", + "amount": "42.8725", + "parsedAmount": "42872500000000000000" + }, + { + "gotchiId": "6888", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "6889", + "amount": "17.7175", + "parsedAmount": "17717500000000000000" + }, + { + "gotchiId": "6890", + "amount": "8.29", + "parsedAmount": "8290000000000000000" + }, + { + "gotchiId": "6892", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "6893", + "amount": "15.022499999999999", + "parsedAmount": "15022499999999999000" + }, + { + "gotchiId": "6895", + "amount": "16.67", + "parsedAmount": "16670000000000000000" + }, + { + "gotchiId": "6901", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "6902", + "amount": "4.1075", + "parsedAmount": "4107500000000000000" + }, + { + "gotchiId": "6906", + "amount": "2.38", + "parsedAmount": "2380000000000000000" + }, + { + "gotchiId": "6908", + "amount": "21.8875", + "parsedAmount": "21887500000000000000" + }, + { + "gotchiId": "6912", + "amount": "116.5025", + "parsedAmount": "116502500000000000000" + }, + { + "gotchiId": "6913", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "6916", + "amount": "22.7225", + "parsedAmount": "22722500000000000000" + }, + { + "gotchiId": "6917", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "6918", + "amount": "22.95", + "parsedAmount": "22950000000000000000" + }, + { + "gotchiId": "6919", + "amount": "22.42", + "parsedAmount": "22420000000000000000" + }, + { + "gotchiId": "6920", + "amount": "23.365", + "parsedAmount": "23365000000000000000" + }, + { + "gotchiId": "6929", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "6931", + "amount": "83.4025", + "parsedAmount": "83402500000000000000" + }, + { + "gotchiId": "6932", + "amount": "589.3275", + "parsedAmount": "589327500000000000000" + }, + { + "gotchiId": "6933", + "amount": "59.462500000000006", + "parsedAmount": "59462500000000006000" + }, + { + "gotchiId": "6938", + "amount": "12.24", + "parsedAmount": "12240000000000000000" + }, + { + "gotchiId": "6939", + "amount": "17.4875", + "parsedAmount": "17487500000000000000" + }, + { + "gotchiId": "6941", + "amount": "9.274999999999999", + "parsedAmount": "9274999999999999000" + }, + { + "gotchiId": "6942", + "amount": "17.16", + "parsedAmount": "17160000000000000000" + }, + { + "gotchiId": "6944", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "6946", + "amount": "31.1875", + "parsedAmount": "31187500000000000000" + }, + { + "gotchiId": "6947", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "6951", + "amount": "108.8575", + "parsedAmount": "108857500000000000000" + }, + { + "gotchiId": "6952", + "amount": "180.07", + "parsedAmount": "180070000000000000000" + }, + { + "gotchiId": "6953", + "amount": "51.5325", + "parsedAmount": "51532500000000000000" + }, + { + "gotchiId": "6962", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "6963", + "amount": "19.97", + "parsedAmount": "19970000000000000000" + }, + { + "gotchiId": "6966", + "amount": "21.349999999999998", + "parsedAmount": "21349999999999998000" + }, + { + "gotchiId": "6967", + "amount": "22.6575", + "parsedAmount": "22657500000000000000" + }, + { + "gotchiId": "6968", + "amount": "7.905", + "parsedAmount": "7905000000000000000" + }, + { + "gotchiId": "6973", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "6974", + "amount": "10.07", + "parsedAmount": "10070000000000000000" + }, + { + "gotchiId": "6975", + "amount": "30.294999999999998", + "parsedAmount": "30294999999999998000" + }, + { + "gotchiId": "6976", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "6978", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "6981", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "6984", + "amount": "12.3725", + "parsedAmount": "12372500000000000000" + }, + { + "gotchiId": "6985", + "amount": "12.0725", + "parsedAmount": "12072500000000000000" + }, + { + "gotchiId": "6989", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "6992", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "6993", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "6997", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "7001", + "amount": "1490.4075000000003", + "parsedAmount": "1490407500000000300000" + }, + { + "gotchiId": "7005", + "amount": "123.39", + "parsedAmount": "123390000000000000000" + }, + { + "gotchiId": "7023", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "7024", + "amount": "17.47", + "parsedAmount": "17470000000000000000" + }, + { + "gotchiId": "7025", + "amount": "38.197500000000005", + "parsedAmount": "38197500000000005000" + }, + { + "gotchiId": "7026", + "amount": "50.3775", + "parsedAmount": "50377500000000000000" + }, + { + "gotchiId": "7028", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "7030", + "amount": "15.557500000000001", + "parsedAmount": "15557500000000001000" + }, + { + "gotchiId": "7031", + "amount": "7.925000000000001", + "parsedAmount": "7925000000000001000" + }, + { + "gotchiId": "7033", + "amount": "48.18", + "parsedAmount": "48180000000000000000" + }, + { + "gotchiId": "7034", + "amount": "16.3975", + "parsedAmount": "16397500000000000000" + }, + { + "gotchiId": "7035", + "amount": "6.265", + "parsedAmount": "6265000000000000000" + }, + { + "gotchiId": "7036", + "amount": "23.6225", + "parsedAmount": "23622500000000000000" + }, + { + "gotchiId": "7038", + "amount": "16.75", + "parsedAmount": "16750000000000000000" + }, + { + "gotchiId": "7042", + "amount": "25.3225", + "parsedAmount": "25322500000000000000" + }, + { + "gotchiId": "7044", + "amount": "11.74", + "parsedAmount": "11740000000000000000" + }, + { + "gotchiId": "7046", + "amount": "10.475", + "parsedAmount": "10475000000000000000" + }, + { + "gotchiId": "7047", + "amount": "28.59", + "parsedAmount": "28590000000000000000" + }, + { + "gotchiId": "7050", + "amount": "7.2175", + "parsedAmount": "7217500000000000000" + }, + { + "gotchiId": "7052", + "amount": "30.39", + "parsedAmount": "30390000000000000000" + }, + { + "gotchiId": "7055", + "amount": "35.7", + "parsedAmount": "35700000000000000000" + }, + { + "gotchiId": "7056", + "amount": "14.305", + "parsedAmount": "14305000000000000000" + }, + { + "gotchiId": "7058", + "amount": "30.6225", + "parsedAmount": "30622500000000000000" + }, + { + "gotchiId": "7060", + "amount": "58.3625", + "parsedAmount": "58362500000000000000" + }, + { + "gotchiId": "7062", + "amount": "7.845", + "parsedAmount": "7845000000000000000" + }, + { + "gotchiId": "7063", + "amount": "18.465", + "parsedAmount": "18465000000000000000" + }, + { + "gotchiId": "7064", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "7065", + "amount": "3.1425", + "parsedAmount": "3142500000000000000" + }, + { + "gotchiId": "7066", + "amount": "18.9525", + "parsedAmount": "18952500000000000000" + }, + { + "gotchiId": "7067", + "amount": "46.2575", + "parsedAmount": "46257500000000000000" + }, + { + "gotchiId": "7068", + "amount": "100.8675", + "parsedAmount": "100867500000000000000" + }, + { + "gotchiId": "7069", + "amount": "10.4", + "parsedAmount": "10400000000000000000" + }, + { + "gotchiId": "7073", + "amount": "6.6925", + "parsedAmount": "6692500000000000000" + }, + { + "gotchiId": "7076", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "7078", + "amount": "12.172500000000001", + "parsedAmount": "12172500000000001000" + }, + { + "gotchiId": "7080", + "amount": "14.4875", + "parsedAmount": "14487500000000000000" + }, + { + "gotchiId": "7081", + "amount": "10.4975", + "parsedAmount": "10497500000000000000" + }, + { + "gotchiId": "7082", + "amount": "47.23", + "parsedAmount": "47230000000000000000" + }, + { + "gotchiId": "7083", + "amount": "40.68", + "parsedAmount": "40680000000000000000" + }, + { + "gotchiId": "7084", + "amount": "34.6875", + "parsedAmount": "34687500000000000000" + }, + { + "gotchiId": "7090", + "amount": "11.215", + "parsedAmount": "11215000000000000000" + }, + { + "gotchiId": "7095", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "7097", + "amount": "8.605", + "parsedAmount": "8605000000000000000" + }, + { + "gotchiId": "7099", + "amount": "14.997499999999999", + "parsedAmount": "14997499999999999000" + }, + { + "gotchiId": "7101", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "7103", + "amount": "9.9225", + "parsedAmount": "9922500000000000000" + }, + { + "gotchiId": "7104", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "7106", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "7110", + "amount": "32.7575", + "parsedAmount": "32757500000000000000" + }, + { + "gotchiId": "7111", + "amount": "13.802499999999998", + "parsedAmount": "13802499999999998000" + }, + { + "gotchiId": "7112", + "amount": "5.235", + "parsedAmount": "5235000000000000000" + }, + { + "gotchiId": "7113", + "amount": "29.165", + "parsedAmount": "29165000000000000000" + }, + { + "gotchiId": "7119", + "amount": "10.727500000000001", + "parsedAmount": "10727500000000001000" + }, + { + "gotchiId": "7124", + "amount": "14.4275", + "parsedAmount": "14427500000000000000" + }, + { + "gotchiId": "7129", + "amount": "17.12", + "parsedAmount": "17120000000000000000" + }, + { + "gotchiId": "7130", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "7137", + "amount": "10.8425", + "parsedAmount": "10842500000000000000" + }, + { + "gotchiId": "7138", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "7141", + "amount": "6.949999999999999", + "parsedAmount": "6949999999999999000" + }, + { + "gotchiId": "7143", + "amount": "26.4425", + "parsedAmount": "26442500000000000000" + }, + { + "gotchiId": "7144", + "amount": "28.725", + "parsedAmount": "28725000000000000000" + }, + { + "gotchiId": "7147", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "7148", + "amount": "12.155000000000001", + "parsedAmount": "12155000000000001000" + }, + { + "gotchiId": "7151", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "7153", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "7156", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "7161", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "7164", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "7167", + "amount": "22.8925", + "parsedAmount": "22892500000000000000" + }, + { + "gotchiId": "7169", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7171", + "amount": "16.68", + "parsedAmount": "16680000000000000000" + }, + { + "gotchiId": "7172", + "amount": "11.2125", + "parsedAmount": "11212500000000000000" + }, + { + "gotchiId": "7178", + "amount": "6.9775", + "parsedAmount": "6977500000000000000" + }, + { + "gotchiId": "7179", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "7181", + "amount": "8.0225", + "parsedAmount": "8022500000000000000" + }, + { + "gotchiId": "7183", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "7184", + "amount": "32.7725", + "parsedAmount": "32772500000000000000" + }, + { + "gotchiId": "7185", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "7187", + "amount": "81.0675", + "parsedAmount": "81067500000000000000" + }, + { + "gotchiId": "7190", + "amount": "33.3525", + "parsedAmount": "33352500000000000000" + }, + { + "gotchiId": "7191", + "amount": "34.4375", + "parsedAmount": "34437500000000000000" + }, + { + "gotchiId": "7192", + "amount": "36.4725", + "parsedAmount": "36472500000000000000" + }, + { + "gotchiId": "7193", + "amount": "31.5475", + "parsedAmount": "31547500000000000000" + }, + { + "gotchiId": "7194", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "7195", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "7196", + "amount": "6.862500000000001", + "parsedAmount": "6862500000000001000" + }, + { + "gotchiId": "7200", + "amount": "44.27", + "parsedAmount": "44270000000000000000" + }, + { + "gotchiId": "7202", + "amount": "31.1325", + "parsedAmount": "31132500000000000000" + }, + { + "gotchiId": "7203", + "amount": "25.560000000000002", + "parsedAmount": "25560000000000002000" + }, + { + "gotchiId": "7204", + "amount": "23.072499999999998", + "parsedAmount": "23072499999999998000" + }, + { + "gotchiId": "7205", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "7206", + "amount": "30.4625", + "parsedAmount": "30462500000000000000" + }, + { + "gotchiId": "7209", + "amount": "47.8525", + "parsedAmount": "47852500000000000000" + }, + { + "gotchiId": "7210", + "amount": "18.8475", + "parsedAmount": "18847500000000000000" + }, + { + "gotchiId": "7211", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "7212", + "amount": "17.09", + "parsedAmount": "17090000000000000000" + }, + { + "gotchiId": "7213", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "7215", + "amount": "17.725", + "parsedAmount": "17725000000000000000" + }, + { + "gotchiId": "7216", + "amount": "10.1325", + "parsedAmount": "10132500000000000000" + }, + { + "gotchiId": "7217", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "7225", + "amount": "9.4175", + "parsedAmount": "9417500000000000000" + }, + { + "gotchiId": "7226", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "7229", + "amount": "6.012499999999999", + "parsedAmount": "6012499999999999000" + }, + { + "gotchiId": "7230", + "amount": "7.405", + "parsedAmount": "7405000000000000000" + }, + { + "gotchiId": "7232", + "amount": "23.902499999999996", + "parsedAmount": "23902499999999996000" + }, + { + "gotchiId": "7234", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "7236", + "amount": "25.11", + "parsedAmount": "25110000000000000000" + }, + { + "gotchiId": "7239", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "7240", + "amount": "27.9575", + "parsedAmount": "27957500000000000000" + }, + { + "gotchiId": "7245", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "7246", + "amount": "3.3825", + "parsedAmount": "3382500000000000000" + }, + { + "gotchiId": "7247", + "amount": "50.3375", + "parsedAmount": "50337500000000000000" + }, + { + "gotchiId": "7248", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "7250", + "amount": "4.9425", + "parsedAmount": "4942500000000000000" + }, + { + "gotchiId": "7251", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "7256", + "amount": "7.1975", + "parsedAmount": "7197500000000000000" + }, + { + "gotchiId": "7257", + "amount": "36.6125", + "parsedAmount": "36612500000000000000" + }, + { + "gotchiId": "7259", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "7260", + "amount": "17.5225", + "parsedAmount": "17522500000000000000" + }, + { + "gotchiId": "7264", + "amount": "12.317499999999999", + "parsedAmount": "12317499999999999000" + }, + { + "gotchiId": "7265", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "7266", + "amount": "24.154999999999998", + "parsedAmount": "24154999999999998000" + }, + { + "gotchiId": "7267", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "7268", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "7271", + "amount": "3.99", + "parsedAmount": "3990000000000000000" + }, + { + "gotchiId": "7277", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "7284", + "amount": "32.4775", + "parsedAmount": "32477500000000000000" + }, + { + "gotchiId": "7286", + "amount": "28.75", + "parsedAmount": "28750000000000000000" + }, + { + "gotchiId": "7288", + "amount": "29.9325", + "parsedAmount": "29932500000000000000" + }, + { + "gotchiId": "7290", + "amount": "10.495000000000001", + "parsedAmount": "10495000000000001000" + }, + { + "gotchiId": "7291", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "7292", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "7293", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "7298", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "7299", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "7300", + "amount": "13.404999999999998", + "parsedAmount": "13404999999999998000" + }, + { + "gotchiId": "7301", + "amount": "14.65", + "parsedAmount": "14650000000000000000" + }, + { + "gotchiId": "7303", + "amount": "96.53", + "parsedAmount": "96530000000000000000" + }, + { + "gotchiId": "7304", + "amount": "32.5025", + "parsedAmount": "32502500000000000000" + }, + { + "gotchiId": "7305", + "amount": "8.19", + "parsedAmount": "8190000000000000000" + }, + { + "gotchiId": "7306", + "amount": "18.2375", + "parsedAmount": "18237500000000000000" + }, + { + "gotchiId": "7310", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "7311", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "7312", + "amount": "39.9525", + "parsedAmount": "39952500000000000000" + }, + { + "gotchiId": "7316", + "amount": "112.035", + "parsedAmount": "112035000000000000000" + }, + { + "gotchiId": "7317", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "7318", + "amount": "11.125", + "parsedAmount": "11125000000000000000" + }, + { + "gotchiId": "7319", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "7320", + "amount": "8.3275", + "parsedAmount": "8327500000000000000" + }, + { + "gotchiId": "7324", + "amount": "27.2325", + "parsedAmount": "27232500000000000000" + }, + { + "gotchiId": "7327", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7328", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7329", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7331", + "amount": "34.03", + "parsedAmount": "34030000000000000000" + }, + { + "gotchiId": "7332", + "amount": "48.48", + "parsedAmount": "48480000000000000000" + }, + { + "gotchiId": "7336", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "7341", + "amount": "10.815", + "parsedAmount": "10815000000000000000" + }, + { + "gotchiId": "7343", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "7346", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "7347", + "amount": "24.73", + "parsedAmount": "24730000000000000000" + }, + { + "gotchiId": "7348", + "amount": "13.0825", + "parsedAmount": "13082500000000000000" + }, + { + "gotchiId": "7350", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "7353", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "7354", + "amount": "12.44", + "parsedAmount": "12440000000000000000" + }, + { + "gotchiId": "7355", + "amount": "7.5875", + "parsedAmount": "7587500000000000000" + }, + { + "gotchiId": "7361", + "amount": "6.914999999999999", + "parsedAmount": "6914999999999999000" + }, + { + "gotchiId": "7365", + "amount": "10.02", + "parsedAmount": "10020000000000000000" + }, + { + "gotchiId": "7368", + "amount": "12.3275", + "parsedAmount": "12327500000000000000" + }, + { + "gotchiId": "7369", + "amount": "42.3175", + "parsedAmount": "42317500000000000000" + }, + { + "gotchiId": "7370", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "7374", + "amount": "14.39", + "parsedAmount": "14390000000000000000" + }, + { + "gotchiId": "7377", + "amount": "31.957499999999996", + "parsedAmount": "31957499999999996000" + }, + { + "gotchiId": "7382", + "amount": "23.2325", + "parsedAmount": "23232500000000000000" + }, + { + "gotchiId": "7383", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "7384", + "amount": "173.77499999999998", + "parsedAmount": "173774999999999980000" + }, + { + "gotchiId": "7385", + "amount": "30.2775", + "parsedAmount": "30277500000000000000" + }, + { + "gotchiId": "7387", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "7389", + "amount": "4.095", + "parsedAmount": "4095000000000000000" + }, + { + "gotchiId": "7390", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "7391", + "amount": "9.3675", + "parsedAmount": "9367500000000000000" + }, + { + "gotchiId": "7393", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "7394", + "amount": "6.640000000000001", + "parsedAmount": "6640000000000001000" + }, + { + "gotchiId": "7396", + "amount": "8.344999999999999", + "parsedAmount": "8344999999999999000" + }, + { + "gotchiId": "7397", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "7398", + "amount": "5.8625", + "parsedAmount": "5862500000000000000" + }, + { + "gotchiId": "7401", + "amount": "36.695", + "parsedAmount": "36695000000000000000" + }, + { + "gotchiId": "7403", + "amount": "55.71", + "parsedAmount": "55710000000000000000" + }, + { + "gotchiId": "7404", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "7407", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "7410", + "amount": "27.732499999999998", + "parsedAmount": "27732499999999998000" + }, + { + "gotchiId": "7411", + "amount": "13.635000000000002", + "parsedAmount": "13635000000000002000" + }, + { + "gotchiId": "7412", + "amount": "51.6375", + "parsedAmount": "51637500000000000000" + }, + { + "gotchiId": "7413", + "amount": "91.17500000000001", + "parsedAmount": "91175000000000010000" + }, + { + "gotchiId": "7414", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "7416", + "amount": "19.605", + "parsedAmount": "19605000000000000000" + }, + { + "gotchiId": "7420", + "amount": "38.5375", + "parsedAmount": "38537500000000000000" + }, + { + "gotchiId": "7421", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "7422", + "amount": "1353.6575", + "parsedAmount": "1353657500000000000000" + }, + { + "gotchiId": "7423", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "7424", + "amount": "13.967500000000001", + "parsedAmount": "13967500000000001000" + }, + { + "gotchiId": "7425", + "amount": "57.519999999999996", + "parsedAmount": "57519999999999996000" + }, + { + "gotchiId": "7426", + "amount": "39.495", + "parsedAmount": "39495000000000000000" + }, + { + "gotchiId": "7428", + "amount": "17.84", + "parsedAmount": "17840000000000000000" + }, + { + "gotchiId": "7429", + "amount": "12.1775", + "parsedAmount": "12177500000000000000" + }, + { + "gotchiId": "7430", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "7431", + "amount": "6.57", + "parsedAmount": "6570000000000000000" + }, + { + "gotchiId": "7432", + "amount": "23.4675", + "parsedAmount": "23467500000000000000" + }, + { + "gotchiId": "7433", + "amount": "53.6625", + "parsedAmount": "53662500000000000000" + }, + { + "gotchiId": "7434", + "amount": "34.2675", + "parsedAmount": "34267500000000000000" + }, + { + "gotchiId": "7436", + "amount": "40.61", + "parsedAmount": "40610000000000000000" + }, + { + "gotchiId": "7437", + "amount": "33.435", + "parsedAmount": "33435000000000000000" + }, + { + "gotchiId": "7438", + "amount": "18.115", + "parsedAmount": "18115000000000000000" + }, + { + "gotchiId": "7443", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "7444", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "7445", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "7449", + "amount": "23.0225", + "parsedAmount": "23022500000000000000" + }, + { + "gotchiId": "7453", + "amount": "19.025000000000002", + "parsedAmount": "19025000000000002000" + }, + { + "gotchiId": "7454", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "7455", + "amount": "12.0475", + "parsedAmount": "12047500000000000000" + }, + { + "gotchiId": "7456", + "amount": "41.6875", + "parsedAmount": "41687500000000000000" + }, + { + "gotchiId": "7457", + "amount": "60.8725", + "parsedAmount": "60872500000000000000" + }, + { + "gotchiId": "7458", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "7459", + "amount": "19.5525", + "parsedAmount": "19552500000000000000" + }, + { + "gotchiId": "7460", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "7462", + "amount": "39.805", + "parsedAmount": "39805000000000000000" + }, + { + "gotchiId": "7463", + "amount": "15.37", + "parsedAmount": "15370000000000000000" + }, + { + "gotchiId": "7464", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "7465", + "amount": "10.975", + "parsedAmount": "10975000000000000000" + }, + { + "gotchiId": "7466", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "7468", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "7471", + "amount": "27.7175", + "parsedAmount": "27717500000000000000" + }, + { + "gotchiId": "7473", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "7474", + "amount": "57.5275", + "parsedAmount": "57527500000000000000" + }, + { + "gotchiId": "7475", + "amount": "11.895", + "parsedAmount": "11895000000000000000" + }, + { + "gotchiId": "7476", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "7477", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "7478", + "amount": "11.695", + "parsedAmount": "11695000000000000000" + }, + { + "gotchiId": "7480", + "amount": "78.18249999999999", + "parsedAmount": "78182499999999990000" + }, + { + "gotchiId": "7483", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "7484", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "7486", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "7487", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "7488", + "amount": "34.94", + "parsedAmount": "34940000000000000000" + }, + { + "gotchiId": "7489", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "7492", + "amount": "19.6725", + "parsedAmount": "19672500000000000000" + }, + { + "gotchiId": "7494", + "amount": "14.6575", + "parsedAmount": "14657500000000000000" + }, + { + "gotchiId": "7495", + "amount": "48.809999999999995", + "parsedAmount": "48809999999999995000" + }, + { + "gotchiId": "7497", + "amount": "6.17", + "parsedAmount": "6170000000000000000" + }, + { + "gotchiId": "7500", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "7502", + "amount": "14.309999999999999", + "parsedAmount": "14309999999999999000" + }, + { + "gotchiId": "7504", + "amount": "42.809999999999995", + "parsedAmount": "42809999999999995000" + }, + { + "gotchiId": "7505", + "amount": "23.7575", + "parsedAmount": "23757500000000000000" + }, + { + "gotchiId": "7506", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "7509", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "7512", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "7513", + "amount": "7.8725", + "parsedAmount": "7872500000000000000" + }, + { + "gotchiId": "7516", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "7517", + "amount": "31.512500000000003", + "parsedAmount": "31512500000000003000" + }, + { + "gotchiId": "7519", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "7520", + "amount": "13.77", + "parsedAmount": "13770000000000000000" + }, + { + "gotchiId": "7523", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "7525", + "amount": "8.09", + "parsedAmount": "8090000000000000000" + }, + { + "gotchiId": "7526", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "7527", + "amount": "27.99", + "parsedAmount": "27990000000000000000" + }, + { + "gotchiId": "7528", + "amount": "16.45", + "parsedAmount": "16450000000000000000" + }, + { + "gotchiId": "7529", + "amount": "24.729999999999997", + "parsedAmount": "24729999999999997000" + }, + { + "gotchiId": "7530", + "amount": "20.0775", + "parsedAmount": "20077500000000000000" + }, + { + "gotchiId": "7533", + "amount": "15.594999999999999", + "parsedAmount": "15594999999999999000" + }, + { + "gotchiId": "7534", + "amount": "13.6975", + "parsedAmount": "13697500000000000000" + }, + { + "gotchiId": "7536", + "amount": "9", + "parsedAmount": "9000000000000000000" + }, + { + "gotchiId": "7537", + "amount": "6.7575", + "parsedAmount": "6757500000000000000" + }, + { + "gotchiId": "7539", + "amount": "4.46", + "parsedAmount": "4460000000000000000" + }, + { + "gotchiId": "7540", + "amount": "4.4625", + "parsedAmount": "4462500000000000000" + }, + { + "gotchiId": "7541", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "7542", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "7543", + "amount": "9.2675", + "parsedAmount": "9267500000000000000" + }, + { + "gotchiId": "7544", + "amount": "9.075", + "parsedAmount": "9075000000000000000" + }, + { + "gotchiId": "7545", + "amount": "31.794999999999998", + "parsedAmount": "31794999999999998000" + }, + { + "gotchiId": "7547", + "amount": "22.685", + "parsedAmount": "22685000000000000000" + }, + { + "gotchiId": "7548", + "amount": "16.1925", + "parsedAmount": "16192500000000000000" + }, + { + "gotchiId": "7552", + "amount": "9.225", + "parsedAmount": "9225000000000000000" + }, + { + "gotchiId": "7555", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "7562", + "amount": "38.822500000000005", + "parsedAmount": "38822500000000005000" + }, + { + "gotchiId": "7563", + "amount": "57.6125", + "parsedAmount": "57612500000000000000" + }, + { + "gotchiId": "7565", + "amount": "11.517499999999998", + "parsedAmount": "11517499999999998000" + }, + { + "gotchiId": "7566", + "amount": "12.719999999999999", + "parsedAmount": "12719999999999999000" + }, + { + "gotchiId": "7567", + "amount": "19.009999999999998", + "parsedAmount": "19009999999999998000" + }, + { + "gotchiId": "7569", + "amount": "47.412499999999994", + "parsedAmount": "47412499999999994000" + }, + { + "gotchiId": "7570", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "7571", + "amount": "63.417500000000004", + "parsedAmount": "63417500000000004000" + }, + { + "gotchiId": "7572", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "7573", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "7577", + "amount": "17.0675", + "parsedAmount": "17067500000000000000" + }, + { + "gotchiId": "7578", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "7582", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "7583", + "amount": "12.5625", + "parsedAmount": "12562500000000000000" + }, + { + "gotchiId": "7584", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "7585", + "amount": "57.045", + "parsedAmount": "57045000000000000000" + }, + { + "gotchiId": "7586", + "amount": "13.305", + "parsedAmount": "13305000000000000000" + }, + { + "gotchiId": "7587", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "7588", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "7589", + "amount": "100.35", + "parsedAmount": "100350000000000000000" + }, + { + "gotchiId": "7590", + "amount": "17.225", + "parsedAmount": "17225000000000000000" + }, + { + "gotchiId": "7594", + "amount": "8.195", + "parsedAmount": "8195000000000000000" + }, + { + "gotchiId": "7597", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "7598", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "7599", + "amount": "13.225000000000001", + "parsedAmount": "13225000000000001000" + }, + { + "gotchiId": "7600", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "7601", + "amount": "18.4925", + "parsedAmount": "18492500000000000000" + }, + { + "gotchiId": "7603", + "amount": "46.64", + "parsedAmount": "46640000000000000000" + }, + { + "gotchiId": "7604", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "7607", + "amount": "30.045", + "parsedAmount": "30045000000000000000" + }, + { + "gotchiId": "7608", + "amount": "24.2875", + "parsedAmount": "24287500000000000000" + }, + { + "gotchiId": "7611", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "7614", + "amount": "10.165000000000001", + "parsedAmount": "10165000000000001000" + }, + { + "gotchiId": "7615", + "amount": "83.995", + "parsedAmount": "83995000000000000000" + }, + { + "gotchiId": "7617", + "amount": "69.64", + "parsedAmount": "69640000000000000000" + }, + { + "gotchiId": "7625", + "amount": "3.6", + "parsedAmount": "3600000000000000000" + }, + { + "gotchiId": "7626", + "amount": "19.0825", + "parsedAmount": "19082500000000000000" + }, + { + "gotchiId": "7629", + "amount": "29.66", + "parsedAmount": "29660000000000000000" + }, + { + "gotchiId": "7632", + "amount": "11.3125", + "parsedAmount": "11312500000000000000" + }, + { + "gotchiId": "7633", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "7636", + "amount": "10.934999999999999", + "parsedAmount": "10934999999999999000" + }, + { + "gotchiId": "7639", + "amount": "30.982499999999998", + "parsedAmount": "30982499999999998000" + }, + { + "gotchiId": "7642", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "7643", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "7644", + "amount": "12.162500000000001", + "parsedAmount": "12162500000000001000" + } + ], + "totalAmount": "13219330000000000184500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558596, + "gasUsed": "9778836" + }, + { + "batchIndex": 7, + "transactionHash": "0x047a1dea69a3847e0f5fcc3588b218ad399e31a3e9bd9815ffb08b565b9faf12", + "timestamp": "2025-10-08T06:55:41.969Z", + "gotchiRewards": [ + { + "gotchiId": "7645", + "amount": "56.4275", + "parsedAmount": "56427500000000000000" + }, + { + "gotchiId": "7647", + "amount": "19.285", + "parsedAmount": "19285000000000000000" + }, + { + "gotchiId": "7649", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "7651", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "7653", + "amount": "339.9175", + "parsedAmount": "339917500000000000000" + }, + { + "gotchiId": "7655", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "7656", + "amount": "10.99", + "parsedAmount": "10990000000000000000" + }, + { + "gotchiId": "7657", + "amount": "8.9875", + "parsedAmount": "8987500000000000000" + }, + { + "gotchiId": "7658", + "amount": "12.105", + "parsedAmount": "12105000000000000000" + }, + { + "gotchiId": "7660", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "7661", + "amount": "23.277500000000003", + "parsedAmount": "23277500000000003000" + }, + { + "gotchiId": "7662", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "7664", + "amount": "21.6025", + "parsedAmount": "21602500000000000000" + }, + { + "gotchiId": "7667", + "amount": "21.785", + "parsedAmount": "21785000000000000000" + }, + { + "gotchiId": "7670", + "amount": "6.05", + "parsedAmount": "6050000000000000000" + }, + { + "gotchiId": "7675", + "amount": "23.220000000000002", + "parsedAmount": "23220000000000002000" + }, + { + "gotchiId": "7678", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "7679", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "7680", + "amount": "15.8025", + "parsedAmount": "15802500000000000000" + }, + { + "gotchiId": "7681", + "amount": "9.545", + "parsedAmount": "9545000000000000000" + }, + { + "gotchiId": "7682", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "7685", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "7687", + "amount": "26.355", + "parsedAmount": "26355000000000000000" + }, + { + "gotchiId": "7688", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "7689", + "amount": "29.4725", + "parsedAmount": "29472500000000000000" + }, + { + "gotchiId": "7694", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "7697", + "amount": "15.027500000000002", + "parsedAmount": "15027500000000002000" + }, + { + "gotchiId": "7700", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "7708", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "7709", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "7716", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "7717", + "amount": "98.4275", + "parsedAmount": "98427500000000000000" + }, + { + "gotchiId": "7718", + "amount": "25.4825", + "parsedAmount": "25482500000000000000" + }, + { + "gotchiId": "7721", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "7722", + "amount": "12.205", + "parsedAmount": "12205000000000000000" + }, + { + "gotchiId": "7723", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "7727", + "amount": "3.365", + "parsedAmount": "3365000000000000000" + }, + { + "gotchiId": "7729", + "amount": "30.2225", + "parsedAmount": "30222500000000000000" + }, + { + "gotchiId": "7731", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "7732", + "amount": "6.2075", + "parsedAmount": "6207500000000000000" + }, + { + "gotchiId": "7735", + "amount": "12.46", + "parsedAmount": "12460000000000000000" + }, + { + "gotchiId": "7739", + "amount": "11.895", + "parsedAmount": "11895000000000000000" + }, + { + "gotchiId": "7740", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "7743", + "amount": "11.745000000000001", + "parsedAmount": "11745000000000001000" + }, + { + "gotchiId": "7744", + "amount": "2.765", + "parsedAmount": "2765000000000000000" + }, + { + "gotchiId": "7745", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "7746", + "amount": "6.862500000000001", + "parsedAmount": "6862500000000001000" + }, + { + "gotchiId": "7747", + "amount": "2.7575", + "parsedAmount": "2757500000000000000" + }, + { + "gotchiId": "7748", + "amount": "2.765", + "parsedAmount": "2765000000000000000" + }, + { + "gotchiId": "7749", + "amount": "9.6", + "parsedAmount": "9600000000000000000" + }, + { + "gotchiId": "7752", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "7753", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "7754", + "amount": "15.1275", + "parsedAmount": "15127500000000000000" + }, + { + "gotchiId": "7755", + "amount": "146.39499999999998", + "parsedAmount": "146394999999999980000" + }, + { + "gotchiId": "7758", + "amount": "12.3925", + "parsedAmount": "12392500000000000000" + }, + { + "gotchiId": "7760", + "amount": "10.23", + "parsedAmount": "10230000000000000000" + }, + { + "gotchiId": "7764", + "amount": "12.8375", + "parsedAmount": "12837500000000000000" + }, + { + "gotchiId": "7765", + "amount": "2404.495", + "parsedAmount": "2404495000000000000000" + }, + { + "gotchiId": "7766", + "amount": "34.09", + "parsedAmount": "34090000000000000000" + }, + { + "gotchiId": "7767", + "amount": "41.35", + "parsedAmount": "41350000000000000000" + }, + { + "gotchiId": "7768", + "amount": "40.252500000000005", + "parsedAmount": "40252500000000005000" + }, + { + "gotchiId": "7770", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "7771", + "amount": "40.86", + "parsedAmount": "40860000000000000000" + }, + { + "gotchiId": "7772", + "amount": "23.197499999999998", + "parsedAmount": "23197499999999998000" + }, + { + "gotchiId": "7773", + "amount": "14.665", + "parsedAmount": "14665000000000000000" + }, + { + "gotchiId": "7774", + "amount": "5.755000000000001", + "parsedAmount": "5755000000000001000" + }, + { + "gotchiId": "7779", + "amount": "34.09", + "parsedAmount": "34090000000000000000" + }, + { + "gotchiId": "7780", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "7782", + "amount": "225.5375", + "parsedAmount": "225537500000000000000" + }, + { + "gotchiId": "7784", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "7786", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "7787", + "amount": "12.1925", + "parsedAmount": "12192500000000000000" + }, + { + "gotchiId": "7791", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "7792", + "amount": "10.3175", + "parsedAmount": "10317500000000000000" + }, + { + "gotchiId": "7794", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "7795", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "7796", + "amount": "40.114999999999995", + "parsedAmount": "40114999999999995000" + }, + { + "gotchiId": "7800", + "amount": "31.127499999999998", + "parsedAmount": "31127499999999998000" + }, + { + "gotchiId": "7802", + "amount": "30.36", + "parsedAmount": "30360000000000000000" + }, + { + "gotchiId": "7804", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "7807", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "7808", + "amount": "18.9075", + "parsedAmount": "18907500000000000000" + }, + { + "gotchiId": "7816", + "amount": "6.9725", + "parsedAmount": "6972500000000000000" + }, + { + "gotchiId": "7817", + "amount": "22.215", + "parsedAmount": "22215000000000000000" + }, + { + "gotchiId": "7818", + "amount": "7.6225", + "parsedAmount": "7622500000000000000" + }, + { + "gotchiId": "7820", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "7823", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "7824", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "7828", + "amount": "33.9425", + "parsedAmount": "33942500000000000000" + }, + { + "gotchiId": "7829", + "amount": "7.702500000000001", + "parsedAmount": "7702500000000001000" + }, + { + "gotchiId": "7830", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "7831", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "7832", + "amount": "53.605", + "parsedAmount": "53605000000000000000" + }, + { + "gotchiId": "7834", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "7835", + "amount": "13.5075", + "parsedAmount": "13507500000000000000" + }, + { + "gotchiId": "7836", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "7837", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "7839", + "amount": "10.09", + "parsedAmount": "10090000000000000000" + }, + { + "gotchiId": "7840", + "amount": "10.2475", + "parsedAmount": "10247500000000000000" + }, + { + "gotchiId": "7842", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7843", + "amount": "9.035", + "parsedAmount": "9035000000000000000" + }, + { + "gotchiId": "7844", + "amount": "8.9675", + "parsedAmount": "8967500000000000000" + }, + { + "gotchiId": "7845", + "amount": "121.9775", + "parsedAmount": "121977500000000000000" + }, + { + "gotchiId": "7846", + "amount": "4.83", + "parsedAmount": "4830000000000000000" + }, + { + "gotchiId": "7848", + "amount": "1122.3725", + "parsedAmount": "1122372500000000000000" + }, + { + "gotchiId": "7850", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "7852", + "amount": "9.2125", + "parsedAmount": "9212500000000000000" + }, + { + "gotchiId": "7853", + "amount": "39.427499999999995", + "parsedAmount": "39427499999999995000" + }, + { + "gotchiId": "7854", + "amount": "5.0525", + "parsedAmount": "5052500000000000000" + }, + { + "gotchiId": "7858", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "7860", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "7863", + "amount": "54.565", + "parsedAmount": "54565000000000000000" + }, + { + "gotchiId": "7864", + "amount": "55.915", + "parsedAmount": "55915000000000000000" + }, + { + "gotchiId": "7865", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "7867", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "7868", + "amount": "64.5025", + "parsedAmount": "64502500000000000000" + }, + { + "gotchiId": "7872", + "amount": "8.594999999999999", + "parsedAmount": "8594999999999999000" + }, + { + "gotchiId": "7875", + "amount": "6.8275", + "parsedAmount": "6827500000000000000" + }, + { + "gotchiId": "7876", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "7880", + "amount": "17.955000000000002", + "parsedAmount": "17955000000000002000" + }, + { + "gotchiId": "7881", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "7885", + "amount": "64.5775", + "parsedAmount": "64577500000000000000" + }, + { + "gotchiId": "7887", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "7888", + "amount": "9.45", + "parsedAmount": "9450000000000000000" + }, + { + "gotchiId": "7889", + "amount": "36.16", + "parsedAmount": "36160000000000000000" + }, + { + "gotchiId": "7890", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "7892", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "7893", + "amount": "82.0125", + "parsedAmount": "82012500000000000000" + }, + { + "gotchiId": "7895", + "amount": "86.0675", + "parsedAmount": "86067500000000000000" + }, + { + "gotchiId": "7897", + "amount": "7.835", + "parsedAmount": "7835000000000000000" + }, + { + "gotchiId": "7898", + "amount": "15.8725", + "parsedAmount": "15872500000000000000" + }, + { + "gotchiId": "7900", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "7907", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "7908", + "amount": "14.959999999999999", + "parsedAmount": "14959999999999999000" + }, + { + "gotchiId": "7909", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "7912", + "amount": "25.295", + "parsedAmount": "25295000000000000000" + }, + { + "gotchiId": "7914", + "amount": "5.987500000000001", + "parsedAmount": "5987500000000001000" + }, + { + "gotchiId": "7919", + "amount": "9.325", + "parsedAmount": "9325000000000000000" + }, + { + "gotchiId": "7922", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "7927", + "amount": "25.942500000000003", + "parsedAmount": "25942500000000003000" + }, + { + "gotchiId": "7931", + "amount": "24.7025", + "parsedAmount": "24702500000000000000" + }, + { + "gotchiId": "7932", + "amount": "11.627500000000001", + "parsedAmount": "11627500000000001000" + }, + { + "gotchiId": "7933", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "7935", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "7936", + "amount": "21.4825", + "parsedAmount": "21482500000000000000" + }, + { + "gotchiId": "7937", + "amount": "13.5225", + "parsedAmount": "13522500000000000000" + }, + { + "gotchiId": "7938", + "amount": "5.675", + "parsedAmount": "5675000000000000000" + }, + { + "gotchiId": "7941", + "amount": "12.435", + "parsedAmount": "12435000000000000000" + }, + { + "gotchiId": "7943", + "amount": "50.5275", + "parsedAmount": "50527500000000000000" + }, + { + "gotchiId": "7944", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "7945", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "7952", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "7953", + "amount": "26.055", + "parsedAmount": "26055000000000000000" + }, + { + "gotchiId": "7955", + "amount": "12.4875", + "parsedAmount": "12487500000000000000" + }, + { + "gotchiId": "7957", + "amount": "35.285000000000004", + "parsedAmount": "35285000000000004000" + }, + { + "gotchiId": "7958", + "amount": "31.395", + "parsedAmount": "31395000000000000000" + }, + { + "gotchiId": "7960", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "7961", + "amount": "15.75", + "parsedAmount": "15750000000000000000" + }, + { + "gotchiId": "7963", + "amount": "26.0575", + "parsedAmount": "26057500000000000000" + }, + { + "gotchiId": "7965", + "amount": "19.255000000000003", + "parsedAmount": "19255000000000003000" + }, + { + "gotchiId": "7969", + "amount": "59.59", + "parsedAmount": "59590000000000000000" + }, + { + "gotchiId": "7971", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "7972", + "amount": "14.06", + "parsedAmount": "14060000000000000000" + }, + { + "gotchiId": "7973", + "amount": "17.174999999999997", + "parsedAmount": "17174999999999997000" + }, + { + "gotchiId": "7976", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "7977", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "7979", + "amount": "6.0325", + "parsedAmount": "6032500000000000000" + }, + { + "gotchiId": "7980", + "amount": "43.915000000000006", + "parsedAmount": "43915000000000006000" + }, + { + "gotchiId": "7986", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "7987", + "amount": "6.4975", + "parsedAmount": "6497500000000000000" + }, + { + "gotchiId": "7990", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "7992", + "amount": "130.20499999999998", + "parsedAmount": "130204999999999980000" + }, + { + "gotchiId": "7993", + "amount": "4.52", + "parsedAmount": "4520000000000000000" + }, + { + "gotchiId": "7994", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "7995", + "amount": "6.035", + "parsedAmount": "6035000000000000000" + }, + { + "gotchiId": "8006", + "amount": "6.0275", + "parsedAmount": "6027500000000000000" + }, + { + "gotchiId": "8008", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "8011", + "amount": "52.6625", + "parsedAmount": "52662500000000000000" + }, + { + "gotchiId": "8012", + "amount": "33.225", + "parsedAmount": "33225000000000000000" + }, + { + "gotchiId": "8015", + "amount": "35.345", + "parsedAmount": "35345000000000000000" + }, + { + "gotchiId": "8016", + "amount": "38.419999999999995", + "parsedAmount": "38419999999999995000" + }, + { + "gotchiId": "8019", + "amount": "11.54", + "parsedAmount": "11540000000000000000" + }, + { + "gotchiId": "8022", + "amount": "11.865", + "parsedAmount": "11865000000000000000" + }, + { + "gotchiId": "8023", + "amount": "14.962499999999999", + "parsedAmount": "14962499999999999000" + }, + { + "gotchiId": "8025", + "amount": "3.7625", + "parsedAmount": "3762500000000000000" + }, + { + "gotchiId": "8028", + "amount": "9.645", + "parsedAmount": "9645000000000000000" + }, + { + "gotchiId": "8030", + "amount": "69.6125", + "parsedAmount": "69612500000000000000" + }, + { + "gotchiId": "8031", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "8032", + "amount": "50.697500000000005", + "parsedAmount": "50697500000000005000" + }, + { + "gotchiId": "8038", + "amount": "20.6875", + "parsedAmount": "20687500000000000000" + }, + { + "gotchiId": "8040", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "8042", + "amount": "11.867500000000001", + "parsedAmount": "11867500000000001000" + }, + { + "gotchiId": "8047", + "amount": "10.5325", + "parsedAmount": "10532500000000000000" + }, + { + "gotchiId": "8048", + "amount": "9.7", + "parsedAmount": "9700000000000000000" + }, + { + "gotchiId": "8049", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "8050", + "amount": "56.45", + "parsedAmount": "56450000000000000000" + }, + { + "gotchiId": "8054", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "8055", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "8057", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "8059", + "amount": "11.0975", + "parsedAmount": "11097500000000000000" + }, + { + "gotchiId": "8060", + "amount": "7.755", + "parsedAmount": "7755000000000000000" + }, + { + "gotchiId": "8061", + "amount": "154.90249999999997", + "parsedAmount": "154902499999999970000" + }, + { + "gotchiId": "8062", + "amount": "353.08750000000003", + "parsedAmount": "353087500000000030000" + }, + { + "gotchiId": "8064", + "amount": "55.7975", + "parsedAmount": "55797500000000000000" + }, + { + "gotchiId": "8067", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "8068", + "amount": "24.362500000000004", + "parsedAmount": "24362500000000004000" + }, + { + "gotchiId": "8069", + "amount": "41.635", + "parsedAmount": "41635000000000000000" + }, + { + "gotchiId": "8070", + "amount": "15.235", + "parsedAmount": "15235000000000000000" + }, + { + "gotchiId": "8071", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "8075", + "amount": "16.419999999999998", + "parsedAmount": "16419999999999998000" + }, + { + "gotchiId": "8079", + "amount": "26.979999999999997", + "parsedAmount": "26979999999999997000" + }, + { + "gotchiId": "8081", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "8082", + "amount": "84.665", + "parsedAmount": "84665000000000000000" + }, + { + "gotchiId": "8084", + "amount": "194.485", + "parsedAmount": "194485000000000000000" + }, + { + "gotchiId": "8086", + "amount": "15.837499999999999", + "parsedAmount": "15837499999999999000" + }, + { + "gotchiId": "8089", + "amount": "4.7875", + "parsedAmount": "4787500000000000000" + }, + { + "gotchiId": "8090", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "8091", + "amount": "18.2975", + "parsedAmount": "18297500000000000000" + }, + { + "gotchiId": "8092", + "amount": "4.7875", + "parsedAmount": "4787500000000000000" + }, + { + "gotchiId": "8093", + "amount": "12.0375", + "parsedAmount": "12037500000000000000" + }, + { + "gotchiId": "8097", + "amount": "10.21", + "parsedAmount": "10210000000000000000" + }, + { + "gotchiId": "8099", + "amount": "139.745", + "parsedAmount": "139745000000000000000" + }, + { + "gotchiId": "8102", + "amount": "94.85", + "parsedAmount": "94850000000000000000" + }, + { + "gotchiId": "8103", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "8106", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "8107", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "8110", + "amount": "12.925", + "parsedAmount": "12925000000000000000" + }, + { + "gotchiId": "8111", + "amount": "16.4525", + "parsedAmount": "16452500000000000000" + }, + { + "gotchiId": "8112", + "amount": "8.425", + "parsedAmount": "8425000000000000000" + }, + { + "gotchiId": "8115", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "8116", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "8121", + "amount": "706.4399999999999", + "parsedAmount": "706439999999999900000" + }, + { + "gotchiId": "8122", + "amount": "5.3149999999999995", + "parsedAmount": "5314999999999999500" + }, + { + "gotchiId": "8124", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "8127", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "8129", + "amount": "19.15", + "parsedAmount": "19150000000000000000" + }, + { + "gotchiId": "8130", + "amount": "16.345", + "parsedAmount": "16345000000000000000" + }, + { + "gotchiId": "8140", + "amount": "7.54", + "parsedAmount": "7540000000000000000" + }, + { + "gotchiId": "8142", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "8143", + "amount": "6.005000000000001", + "parsedAmount": "6005000000000001000" + }, + { + "gotchiId": "8144", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "8145", + "amount": "6.9275", + "parsedAmount": "6927500000000000000" + }, + { + "gotchiId": "8147", + "amount": "16.325", + "parsedAmount": "16325000000000000000" + }, + { + "gotchiId": "8148", + "amount": "10.2925", + "parsedAmount": "10292500000000000000" + }, + { + "gotchiId": "8149", + "amount": "16.28", + "parsedAmount": "16280000000000000000" + }, + { + "gotchiId": "8150", + "amount": "5.9375", + "parsedAmount": "5937500000000000000" + }, + { + "gotchiId": "8154", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "8158", + "amount": "35.205", + "parsedAmount": "35205000000000000000" + }, + { + "gotchiId": "8159", + "amount": "28.279999999999998", + "parsedAmount": "28279999999999998000" + }, + { + "gotchiId": "8160", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "8161", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "8162", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "8163", + "amount": "179.5675", + "parsedAmount": "179567500000000000000" + }, + { + "gotchiId": "8164", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "8165", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "8166", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "8167", + "amount": "30.4275", + "parsedAmount": "30427500000000000000" + }, + { + "gotchiId": "8168", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "8169", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "8175", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "8176", + "amount": "13.62", + "parsedAmount": "13620000000000000000" + }, + { + "gotchiId": "8181", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "8182", + "amount": "39.755", + "parsedAmount": "39755000000000000000" + }, + { + "gotchiId": "8184", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "8186", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "8187", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "8196", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "8198", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "8205", + "amount": "74.36749999999999", + "parsedAmount": "74367499999999990000" + }, + { + "gotchiId": "8207", + "amount": "55.792500000000004", + "parsedAmount": "55792500000000004000" + }, + { + "gotchiId": "8209", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "8210", + "amount": "8.5275", + "parsedAmount": "8527500000000000000" + }, + { + "gotchiId": "8212", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "8213", + "amount": "54.6425", + "parsedAmount": "54642500000000000000" + }, + { + "gotchiId": "8217", + "amount": "15.9675", + "parsedAmount": "15967500000000000000" + }, + { + "gotchiId": "8218", + "amount": "33.372499999999995", + "parsedAmount": "33372499999999995000" + }, + { + "gotchiId": "8221", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "8222", + "amount": "18.61", + "parsedAmount": "18610000000000000000" + }, + { + "gotchiId": "8226", + "amount": "36.6175", + "parsedAmount": "36617500000000000000" + }, + { + "gotchiId": "8229", + "amount": "26.9625", + "parsedAmount": "26962500000000000000" + }, + { + "gotchiId": "8230", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "8235", + "amount": "23.48", + "parsedAmount": "23480000000000000000" + }, + { + "gotchiId": "8237", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "8239", + "amount": "11.405", + "parsedAmount": "11405000000000000000" + }, + { + "gotchiId": "8243", + "amount": "36.695", + "parsedAmount": "36695000000000000000" + }, + { + "gotchiId": "8245", + "amount": "10.385", + "parsedAmount": "10385000000000000000" + }, + { + "gotchiId": "8246", + "amount": "31.627499999999998", + "parsedAmount": "31627499999999998000" + }, + { + "gotchiId": "8247", + "amount": "37.68", + "parsedAmount": "37680000000000000000" + }, + { + "gotchiId": "8249", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "8250", + "amount": "5.657500000000001", + "parsedAmount": "5657500000000001000" + }, + { + "gotchiId": "8253", + "amount": "46.3675", + "parsedAmount": "46367500000000000000" + }, + { + "gotchiId": "8254", + "amount": "58.707499999999996", + "parsedAmount": "58707499999999996000" + }, + { + "gotchiId": "8255", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "8256", + "amount": "61.375", + "parsedAmount": "61375000000000000000" + }, + { + "gotchiId": "8259", + "amount": "13.7025", + "parsedAmount": "13702500000000000000" + }, + { + "gotchiId": "8260", + "amount": "25.84", + "parsedAmount": "25840000000000000000" + }, + { + "gotchiId": "8265", + "amount": "42.795", + "parsedAmount": "42795000000000000000" + }, + { + "gotchiId": "8266", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "8269", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "8272", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "8277", + "amount": "19.965", + "parsedAmount": "19965000000000000000" + }, + { + "gotchiId": "8278", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "8280", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "8281", + "amount": "20.439999999999998", + "parsedAmount": "20439999999999998000" + }, + { + "gotchiId": "8284", + "amount": "24.047500000000003", + "parsedAmount": "24047500000000003000" + }, + { + "gotchiId": "8287", + "amount": "50.845000000000006", + "parsedAmount": "50845000000000006000" + }, + { + "gotchiId": "8292", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "8295", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "8296", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "8297", + "amount": "12.1875", + "parsedAmount": "12187500000000000000" + }, + { + "gotchiId": "8298", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "8299", + "amount": "17.31", + "parsedAmount": "17310000000000000000" + }, + { + "gotchiId": "8303", + "amount": "29.225", + "parsedAmount": "29225000000000000000" + }, + { + "gotchiId": "8311", + "amount": "15.98", + "parsedAmount": "15980000000000000000" + }, + { + "gotchiId": "8323", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "8325", + "amount": "5.1225000000000005", + "parsedAmount": "5122500000000000500" + }, + { + "gotchiId": "8326", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "8327", + "amount": "32.5275", + "parsedAmount": "32527500000000000000" + }, + { + "gotchiId": "8328", + "amount": "16.785", + "parsedAmount": "16785000000000000000" + }, + { + "gotchiId": "8329", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "8332", + "amount": "9.6125", + "parsedAmount": "9612500000000000000" + }, + { + "gotchiId": "8344", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "8346", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "8355", + "amount": "12.8775", + "parsedAmount": "12877500000000000000" + }, + { + "gotchiId": "8358", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "8360", + "amount": "4.435", + "parsedAmount": "4435000000000000000" + }, + { + "gotchiId": "8361", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "8364", + "amount": "80.49499999999999", + "parsedAmount": "80494999999999990000" + }, + { + "gotchiId": "8365", + "amount": "25.855", + "parsedAmount": "25855000000000000000" + }, + { + "gotchiId": "8367", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "8369", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "8372", + "amount": "45.940000000000005", + "parsedAmount": "45940000000000005000" + }, + { + "gotchiId": "8373", + "amount": "16.305", + "parsedAmount": "16305000000000000000" + }, + { + "gotchiId": "8376", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "8377", + "amount": "13.3875", + "parsedAmount": "13387500000000000000" + }, + { + "gotchiId": "8378", + "amount": "6.6975", + "parsedAmount": "6697500000000000000" + }, + { + "gotchiId": "8379", + "amount": "15.5925", + "parsedAmount": "15592500000000000000" + }, + { + "gotchiId": "8380", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "8382", + "amount": "49.212500000000006", + "parsedAmount": "49212500000000006000" + }, + { + "gotchiId": "8383", + "amount": "64.84", + "parsedAmount": "64840000000000000000" + }, + { + "gotchiId": "8385", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "8386", + "amount": "13.41", + "parsedAmount": "13410000000000000000" + }, + { + "gotchiId": "8388", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "8389", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "8390", + "amount": "5.047499999999999", + "parsedAmount": "5047499999999999000" + }, + { + "gotchiId": "8392", + "amount": "66.7375", + "parsedAmount": "66737500000000000000" + }, + { + "gotchiId": "8396", + "amount": "1467.9275", + "parsedAmount": "1467927500000000000000" + }, + { + "gotchiId": "8398", + "amount": "28.6225", + "parsedAmount": "28622500000000000000" + }, + { + "gotchiId": "8400", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "8403", + "amount": "36.33", + "parsedAmount": "36330000000000000000" + }, + { + "gotchiId": "8409", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "8416", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "8419", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "8420", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "8421", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "8424", + "amount": "6.842499999999999", + "parsedAmount": "6842499999999999000" + }, + { + "gotchiId": "8425", + "amount": "19.1125", + "parsedAmount": "19112500000000000000" + }, + { + "gotchiId": "8427", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "8429", + "amount": "14.7525", + "parsedAmount": "14752500000000000000" + }, + { + "gotchiId": "8431", + "amount": "16.705", + "parsedAmount": "16705000000000000000" + }, + { + "gotchiId": "8432", + "amount": "12.2375", + "parsedAmount": "12237500000000000000" + }, + { + "gotchiId": "8433", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "8434", + "amount": "37.1975", + "parsedAmount": "37197500000000000000" + }, + { + "gotchiId": "8435", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "8439", + "amount": "151.01", + "parsedAmount": "151010000000000000000" + }, + { + "gotchiId": "8440", + "amount": "149.35750000000002", + "parsedAmount": "149357500000000020000" + }, + { + "gotchiId": "8442", + "amount": "50.455", + "parsedAmount": "50455000000000000000" + }, + { + "gotchiId": "8443", + "amount": "134.66750000000002", + "parsedAmount": "134667500000000020000" + }, + { + "gotchiId": "8444", + "amount": "42.085", + "parsedAmount": "42085000000000000000" + }, + { + "gotchiId": "8446", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "8451", + "amount": "3.87", + "parsedAmount": "3870000000000000000" + }, + { + "gotchiId": "8452", + "amount": "8.62", + "parsedAmount": "8620000000000000000" + }, + { + "gotchiId": "8453", + "amount": "9.620000000000001", + "parsedAmount": "9620000000000001000" + }, + { + "gotchiId": "8455", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "8456", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "8461", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "8463", + "amount": "11.975", + "parsedAmount": "11975000000000000000" + }, + { + "gotchiId": "8464", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "8465", + "amount": "20.8525", + "parsedAmount": "20852500000000000000" + }, + { + "gotchiId": "8467", + "amount": "17.9575", + "parsedAmount": "17957500000000000000" + }, + { + "gotchiId": "8469", + "amount": "13.59", + "parsedAmount": "13590000000000000000" + }, + { + "gotchiId": "8472", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "8473", + "amount": "10.6775", + "parsedAmount": "10677500000000000000" + }, + { + "gotchiId": "8474", + "amount": "21.7175", + "parsedAmount": "21717500000000000000" + }, + { + "gotchiId": "8475", + "amount": "4.1125", + "parsedAmount": "4112500000000000000" + }, + { + "gotchiId": "8476", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "8477", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "8478", + "amount": "9.36", + "parsedAmount": "9360000000000000000" + }, + { + "gotchiId": "8479", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "8480", + "amount": "25.0675", + "parsedAmount": "25067500000000000000" + }, + { + "gotchiId": "8483", + "amount": "11.700000000000001", + "parsedAmount": "11700000000000001000" + }, + { + "gotchiId": "8485", + "amount": "9.87", + "parsedAmount": "9870000000000000000" + }, + { + "gotchiId": "8486", + "amount": "8.155000000000001", + "parsedAmount": "8155000000000001000" + }, + { + "gotchiId": "8490", + "amount": "30.61", + "parsedAmount": "30610000000000000000" + }, + { + "gotchiId": "8492", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "8493", + "amount": "13.33", + "parsedAmount": "13330000000000000000" + }, + { + "gotchiId": "8497", + "amount": "12.8175", + "parsedAmount": "12817500000000000000" + }, + { + "gotchiId": "8499", + "amount": "13.13", + "parsedAmount": "13130000000000000000" + }, + { + "gotchiId": "8500", + "amount": "19.7075", + "parsedAmount": "19707500000000000000" + }, + { + "gotchiId": "8501", + "amount": "31.45", + "parsedAmount": "31450000000000000000" + }, + { + "gotchiId": "8502", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "8503", + "amount": "33.0875", + "parsedAmount": "33087500000000000000" + }, + { + "gotchiId": "8505", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "8512", + "amount": "12.56", + "parsedAmount": "12560000000000000000" + }, + { + "gotchiId": "8513", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "8515", + "amount": "5.8375", + "parsedAmount": "5837500000000000000" + }, + { + "gotchiId": "8516", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "8517", + "amount": "105.475", + "parsedAmount": "105475000000000000000" + }, + { + "gotchiId": "8518", + "amount": "20.145", + "parsedAmount": "20145000000000000000" + }, + { + "gotchiId": "8520", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "8521", + "amount": "25.15", + "parsedAmount": "25150000000000000000" + }, + { + "gotchiId": "8522", + "amount": "17.2275", + "parsedAmount": "17227500000000000000" + }, + { + "gotchiId": "8529", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "8531", + "amount": "139.67", + "parsedAmount": "139670000000000000000" + }, + { + "gotchiId": "8532", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "8533", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "8534", + "amount": "22.1875", + "parsedAmount": "22187500000000000000" + }, + { + "gotchiId": "8536", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "8542", + "amount": "61.2325", + "parsedAmount": "61232500000000000000" + }, + { + "gotchiId": "8543", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "8544", + "amount": "7.717499999999999", + "parsedAmount": "7717499999999999000" + }, + { + "gotchiId": "8547", + "amount": "18.1575", + "parsedAmount": "18157500000000000000" + }, + { + "gotchiId": "8549", + "amount": "11.0575", + "parsedAmount": "11057500000000000000" + }, + { + "gotchiId": "8552", + "amount": "7.13", + "parsedAmount": "7130000000000000000" + }, + { + "gotchiId": "8553", + "amount": "3.1125", + "parsedAmount": "3112500000000000000" + }, + { + "gotchiId": "8554", + "amount": "315.1875", + "parsedAmount": "315187500000000000000" + }, + { + "gotchiId": "8556", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "8557", + "amount": "28.910000000000004", + "parsedAmount": "28910000000000004000" + }, + { + "gotchiId": "8559", + "amount": "11.71", + "parsedAmount": "11710000000000000000" + }, + { + "gotchiId": "8562", + "amount": "15.76", + "parsedAmount": "15760000000000000000" + }, + { + "gotchiId": "8563", + "amount": "8.14", + "parsedAmount": "8140000000000000000" + }, + { + "gotchiId": "8564", + "amount": "8.8625", + "parsedAmount": "8862500000000000000" + }, + { + "gotchiId": "8565", + "amount": "8.795", + "parsedAmount": "8795000000000000000" + }, + { + "gotchiId": "8567", + "amount": "72.42", + "parsedAmount": "72420000000000000000" + }, + { + "gotchiId": "8568", + "amount": "34.48", + "parsedAmount": "34480000000000000000" + }, + { + "gotchiId": "8572", + "amount": "21.605", + "parsedAmount": "21605000000000000000" + }, + { + "gotchiId": "8573", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "8576", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "8581", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "8582", + "amount": "12.04", + "parsedAmount": "12040000000000000000" + }, + { + "gotchiId": "8583", + "amount": "81.26", + "parsedAmount": "81260000000000000000" + }, + { + "gotchiId": "8585", + "amount": "174.1425", + "parsedAmount": "174142500000000000000" + }, + { + "gotchiId": "8587", + "amount": "14.9175", + "parsedAmount": "14917500000000000000" + }, + { + "gotchiId": "8588", + "amount": "84.78999999999999", + "parsedAmount": "84789999999999990000" + }, + { + "gotchiId": "8589", + "amount": "13.765", + "parsedAmount": "13765000000000000000" + }, + { + "gotchiId": "8590", + "amount": "62.0025", + "parsedAmount": "62002500000000000000" + }, + { + "gotchiId": "8591", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "8593", + "amount": "5.5575", + "parsedAmount": "5557500000000000000" + }, + { + "gotchiId": "8595", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "8596", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "8598", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "8600", + "amount": "11.29", + "parsedAmount": "11290000000000000000" + }, + { + "gotchiId": "8601", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "8603", + "amount": "11.99", + "parsedAmount": "11990000000000000000" + }, + { + "gotchiId": "8604", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "8605", + "amount": "28.662499999999998", + "parsedAmount": "28662499999999998000" + }, + { + "gotchiId": "8607", + "amount": "39.4475", + "parsedAmount": "39447500000000000000" + }, + { + "gotchiId": "8609", + "amount": "154.9725", + "parsedAmount": "154972500000000000000" + }, + { + "gotchiId": "8611", + "amount": "67.73", + "parsedAmount": "67730000000000000000" + }, + { + "gotchiId": "8612", + "amount": "837.765", + "parsedAmount": "837765000000000000000" + }, + { + "gotchiId": "8615", + "amount": "30.285", + "parsedAmount": "30285000000000000000" + }, + { + "gotchiId": "8616", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "8617", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "8618", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "8621", + "amount": "30.1725", + "parsedAmount": "30172500000000000000" + }, + { + "gotchiId": "8622", + "amount": "29.0125", + "parsedAmount": "29012500000000000000" + }, + { + "gotchiId": "8623", + "amount": "798.89", + "parsedAmount": "798890000000000000000" + }, + { + "gotchiId": "8624", + "amount": "22.4525", + "parsedAmount": "22452500000000000000" + }, + { + "gotchiId": "8625", + "amount": "28.735", + "parsedAmount": "28735000000000000000" + }, + { + "gotchiId": "8626", + "amount": "46.13", + "parsedAmount": "46130000000000000000" + }, + { + "gotchiId": "8629", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "8631", + "amount": "26.7575", + "parsedAmount": "26757500000000000000" + }, + { + "gotchiId": "8632", + "amount": "10.005", + "parsedAmount": "10005000000000000000" + }, + { + "gotchiId": "8633", + "amount": "7.4225", + "parsedAmount": "7422500000000000000" + }, + { + "gotchiId": "8641", + "amount": "27.57", + "parsedAmount": "27570000000000000000" + }, + { + "gotchiId": "8642", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "8648", + "amount": "20.99", + "parsedAmount": "20990000000000000000" + }, + { + "gotchiId": "8651", + "amount": "42.205000000000005", + "parsedAmount": "42205000000000005000" + }, + { + "gotchiId": "8652", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "8653", + "amount": "10.1775", + "parsedAmount": "10177500000000000000" + }, + { + "gotchiId": "8655", + "amount": "26.555", + "parsedAmount": "26555000000000000000" + }, + { + "gotchiId": "8657", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "8662", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "8664", + "amount": "16.6525", + "parsedAmount": "16652500000000000000" + }, + { + "gotchiId": "8665", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "8666", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "8667", + "amount": "37.13", + "parsedAmount": "37130000000000000000" + }, + { + "gotchiId": "8668", + "amount": "22.075", + "parsedAmount": "22075000000000000000" + }, + { + "gotchiId": "8669", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "8674", + "amount": "2.5625", + "parsedAmount": "2562500000000000000" + }, + { + "gotchiId": "8676", + "amount": "157.23", + "parsedAmount": "157230000000000000000" + }, + { + "gotchiId": "8677", + "amount": "8.932500000000001", + "parsedAmount": "8932500000000001000" + }, + { + "gotchiId": "8679", + "amount": "15.049999999999999", + "parsedAmount": "15049999999999999000" + }, + { + "gotchiId": "8680", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "8681", + "amount": "18.7625", + "parsedAmount": "18762500000000000000" + }, + { + "gotchiId": "8687", + "amount": "7.36", + "parsedAmount": "7360000000000000000" + }, + { + "gotchiId": "8688", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "8689", + "amount": "9.7575", + "parsedAmount": "9757500000000000000" + }, + { + "gotchiId": "8691", + "amount": "39.425", + "parsedAmount": "39425000000000000000" + } + ], + "totalAmount": "18629959999999999903000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558598, + "gasUsed": "9786747" + }, + { + "batchIndex": 8, + "transactionHash": "0xb39557270260fbb47a2ec39185256ed8117520036bd1c0224d4d88256c709c32", + "timestamp": "2025-10-08T06:55:45.584Z", + "gotchiRewards": [ + { + "gotchiId": "8692", + "amount": "3.0425", + "parsedAmount": "3042500000000000000" + }, + { + "gotchiId": "8693", + "amount": "49.8225", + "parsedAmount": "49822500000000000000" + }, + { + "gotchiId": "8694", + "amount": "44.84", + "parsedAmount": "44840000000000000000" + }, + { + "gotchiId": "8695", + "amount": "29.7225", + "parsedAmount": "29722500000000000000" + }, + { + "gotchiId": "8699", + "amount": "12.0375", + "parsedAmount": "12037500000000000000" + }, + { + "gotchiId": "8702", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "8704", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "8705", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "8707", + "amount": "31.335", + "parsedAmount": "31335000000000000000" + }, + { + "gotchiId": "8712", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "8716", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "8718", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "8719", + "amount": "8.14", + "parsedAmount": "8140000000000000000" + }, + { + "gotchiId": "8720", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "8722", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "8724", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "8726", + "amount": "29.21", + "parsedAmount": "29210000000000000000" + }, + { + "gotchiId": "8732", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "8734", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "8735", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "8737", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "8738", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "8739", + "amount": "19.5275", + "parsedAmount": "19527500000000000000" + }, + { + "gotchiId": "8741", + "amount": "7.672499999999999", + "parsedAmount": "7672499999999999000" + }, + { + "gotchiId": "8745", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "8746", + "amount": "8.835", + "parsedAmount": "8835000000000000000" + }, + { + "gotchiId": "8750", + "amount": "16.1975", + "parsedAmount": "16197500000000000000" + }, + { + "gotchiId": "8752", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "8753", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "8756", + "amount": "70.89750000000001", + "parsedAmount": "70897500000000010000" + }, + { + "gotchiId": "8757", + "amount": "14.045", + "parsedAmount": "14045000000000000000" + }, + { + "gotchiId": "8763", + "amount": "8.6125", + "parsedAmount": "8612500000000000000" + }, + { + "gotchiId": "8764", + "amount": "41.66", + "parsedAmount": "41660000000000000000" + }, + { + "gotchiId": "8768", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "8770", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "8773", + "amount": "14.322500000000002", + "parsedAmount": "14322500000000002000" + }, + { + "gotchiId": "8774", + "amount": "10.97", + "parsedAmount": "10970000000000000000" + }, + { + "gotchiId": "8775", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "8778", + "amount": "5.565", + "parsedAmount": "5565000000000000000" + }, + { + "gotchiId": "8779", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "8780", + "amount": "15.309999999999999", + "parsedAmount": "15309999999999999000" + }, + { + "gotchiId": "8781", + "amount": "18.65", + "parsedAmount": "18650000000000000000" + }, + { + "gotchiId": "8782", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "8783", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "8784", + "amount": "15.060000000000002", + "parsedAmount": "15060000000000002000" + }, + { + "gotchiId": "8785", + "amount": "22.3825", + "parsedAmount": "22382500000000000000" + }, + { + "gotchiId": "8786", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "8787", + "amount": "15.9625", + "parsedAmount": "15962500000000000000" + }, + { + "gotchiId": "8789", + "amount": "22.595", + "parsedAmount": "22595000000000000000" + }, + { + "gotchiId": "8790", + "amount": "33.3525", + "parsedAmount": "33352500000000000000" + }, + { + "gotchiId": "8797", + "amount": "26.52", + "parsedAmount": "26520000000000000000" + }, + { + "gotchiId": "8798", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "8800", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "8805", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "8806", + "amount": "48.4225", + "parsedAmount": "48422500000000000000" + }, + { + "gotchiId": "8809", + "amount": "34.370000000000005", + "parsedAmount": "34370000000000005000" + }, + { + "gotchiId": "8811", + "amount": "13.510000000000002", + "parsedAmount": "13510000000000002000" + }, + { + "gotchiId": "8812", + "amount": "20.6525", + "parsedAmount": "20652500000000000000" + }, + { + "gotchiId": "8814", + "amount": "17.45", + "parsedAmount": "17450000000000000000" + }, + { + "gotchiId": "8821", + "amount": "36.4675", + "parsedAmount": "36467500000000000000" + }, + { + "gotchiId": "8823", + "amount": "111.38499999999999", + "parsedAmount": "111384999999999990000" + }, + { + "gotchiId": "8825", + "amount": "15.21", + "parsedAmount": "15210000000000000000" + }, + { + "gotchiId": "8829", + "amount": "20.197499999999998", + "parsedAmount": "20197499999999998000" + }, + { + "gotchiId": "8831", + "amount": "17.245", + "parsedAmount": "17245000000000000000" + }, + { + "gotchiId": "8836", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "8837", + "amount": "23.595", + "parsedAmount": "23595000000000000000" + }, + { + "gotchiId": "8838", + "amount": "14.1175", + "parsedAmount": "14117500000000000000" + }, + { + "gotchiId": "8839", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "8840", + "amount": "8.7225", + "parsedAmount": "8722500000000000000" + }, + { + "gotchiId": "8845", + "amount": "976.5675", + "parsedAmount": "976567500000000000000" + }, + { + "gotchiId": "8847", + "amount": "11.0525", + "parsedAmount": "11052500000000000000" + }, + { + "gotchiId": "8856", + "amount": "5.762499999999999", + "parsedAmount": "5762499999999999000" + }, + { + "gotchiId": "8858", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "8860", + "amount": "155.025", + "parsedAmount": "155025000000000000000" + }, + { + "gotchiId": "8861", + "amount": "105.0275", + "parsedAmount": "105027500000000000000" + }, + { + "gotchiId": "8862", + "amount": "147.47", + "parsedAmount": "147470000000000000000" + }, + { + "gotchiId": "8863", + "amount": "260.2625", + "parsedAmount": "260262500000000000000" + }, + { + "gotchiId": "8864", + "amount": "122.86000000000001", + "parsedAmount": "122860000000000010000" + }, + { + "gotchiId": "8866", + "amount": "7.655", + "parsedAmount": "7655000000000000000" + }, + { + "gotchiId": "8867", + "amount": "8.120000000000001", + "parsedAmount": "8120000000000001000" + }, + { + "gotchiId": "8868", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "8869", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "8872", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "8873", + "amount": "3.7725", + "parsedAmount": "3772500000000000000" + }, + { + "gotchiId": "8876", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "8877", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "8878", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "8880", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "8881", + "amount": "11.36", + "parsedAmount": "11360000000000000000" + }, + { + "gotchiId": "8884", + "amount": "27.200000000000003", + "parsedAmount": "27200000000000003000" + }, + { + "gotchiId": "8885", + "amount": "9.79", + "parsedAmount": "9790000000000000000" + }, + { + "gotchiId": "8886", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "8887", + "amount": "8.65", + "parsedAmount": "8650000000000000000" + }, + { + "gotchiId": "8889", + "amount": "27.46", + "parsedAmount": "27460000000000000000" + }, + { + "gotchiId": "8890", + "amount": "56.62", + "parsedAmount": "56620000000000000000" + }, + { + "gotchiId": "8891", + "amount": "42.255", + "parsedAmount": "42255000000000000000" + }, + { + "gotchiId": "8892", + "amount": "13.7", + "parsedAmount": "13700000000000000000" + }, + { + "gotchiId": "8893", + "amount": "134.185", + "parsedAmount": "134185000000000000000" + }, + { + "gotchiId": "8896", + "amount": "10.012500000000001", + "parsedAmount": "10012500000000001000" + }, + { + "gotchiId": "8897", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "8898", + "amount": "41.405", + "parsedAmount": "41405000000000000000" + }, + { + "gotchiId": "8902", + "amount": "37.16", + "parsedAmount": "37160000000000000000" + }, + { + "gotchiId": "8905", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "8910", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "8911", + "amount": "159.415", + "parsedAmount": "159415000000000000000" + }, + { + "gotchiId": "8914", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "8916", + "amount": "13.1125", + "parsedAmount": "13112500000000000000" + }, + { + "gotchiId": "8918", + "amount": "9.825", + "parsedAmount": "9825000000000000000" + }, + { + "gotchiId": "8921", + "amount": "16.325", + "parsedAmount": "16325000000000000000" + }, + { + "gotchiId": "8922", + "amount": "48.730000000000004", + "parsedAmount": "48730000000000004000" + }, + { + "gotchiId": "8926", + "amount": "20.635", + "parsedAmount": "20635000000000000000" + }, + { + "gotchiId": "8927", + "amount": "17.197499999999998", + "parsedAmount": "17197499999999998000" + }, + { + "gotchiId": "8929", + "amount": "25.0475", + "parsedAmount": "25047500000000000000" + }, + { + "gotchiId": "8930", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "8931", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "8932", + "amount": "10.0875", + "parsedAmount": "10087500000000000000" + }, + { + "gotchiId": "8933", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "8934", + "amount": "27.95", + "parsedAmount": "27950000000000000000" + }, + { + "gotchiId": "8936", + "amount": "51.965", + "parsedAmount": "51965000000000000000" + }, + { + "gotchiId": "8941", + "amount": "14.6375", + "parsedAmount": "14637500000000000000" + }, + { + "gotchiId": "8942", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "8943", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "8947", + "amount": "11.719999999999999", + "parsedAmount": "11719999999999999000" + }, + { + "gotchiId": "8949", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "8950", + "amount": "8.685", + "parsedAmount": "8685000000000000000" + }, + { + "gotchiId": "8951", + "amount": "19.83", + "parsedAmount": "19830000000000000000" + }, + { + "gotchiId": "8953", + "amount": "9.2125", + "parsedAmount": "9212500000000000000" + }, + { + "gotchiId": "8954", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "8955", + "amount": "61.65", + "parsedAmount": "61650000000000000000" + }, + { + "gotchiId": "8956", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "8960", + "amount": "22.9925", + "parsedAmount": "22992500000000000000" + }, + { + "gotchiId": "8961", + "amount": "5.65", + "parsedAmount": "5650000000000000000" + }, + { + "gotchiId": "8963", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "8964", + "amount": "22.935", + "parsedAmount": "22935000000000000000" + }, + { + "gotchiId": "8965", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "8966", + "amount": "40.74", + "parsedAmount": "40740000000000000000" + }, + { + "gotchiId": "8967", + "amount": "33.7975", + "parsedAmount": "33797500000000000000" + }, + { + "gotchiId": "8968", + "amount": "28.415000000000003", + "parsedAmount": "28415000000000003000" + }, + { + "gotchiId": "8969", + "amount": "30.5175", + "parsedAmount": "30517500000000000000" + }, + { + "gotchiId": "8970", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "8971", + "amount": "31.395", + "parsedAmount": "31395000000000000000" + }, + { + "gotchiId": "8972", + "amount": "28.845000000000002", + "parsedAmount": "28845000000000002000" + }, + { + "gotchiId": "8973", + "amount": "35.64", + "parsedAmount": "35640000000000000000" + }, + { + "gotchiId": "8974", + "amount": "28.3075", + "parsedAmount": "28307500000000000000" + }, + { + "gotchiId": "8975", + "amount": "34.3925", + "parsedAmount": "34392500000000000000" + }, + { + "gotchiId": "8976", + "amount": "36.95", + "parsedAmount": "36950000000000000000" + }, + { + "gotchiId": "8977", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "8978", + "amount": "33.7425", + "parsedAmount": "33742500000000000000" + }, + { + "gotchiId": "8979", + "amount": "30.59", + "parsedAmount": "30590000000000000000" + }, + { + "gotchiId": "8980", + "amount": "41.870000000000005", + "parsedAmount": "41870000000000005000" + }, + { + "gotchiId": "8981", + "amount": "30.45", + "parsedAmount": "30450000000000000000" + }, + { + "gotchiId": "8985", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "8986", + "amount": "39.339999999999996", + "parsedAmount": "39339999999999996000" + }, + { + "gotchiId": "8987", + "amount": "29.669999999999998", + "parsedAmount": "29669999999999998000" + }, + { + "gotchiId": "8988", + "amount": "27.927500000000002", + "parsedAmount": "27927500000000002000" + }, + { + "gotchiId": "8989", + "amount": "34.5725", + "parsedAmount": "34572500000000000000" + }, + { + "gotchiId": "8990", + "amount": "34.4975", + "parsedAmount": "34497500000000000000" + }, + { + "gotchiId": "8995", + "amount": "17.355", + "parsedAmount": "17355000000000000000" + }, + { + "gotchiId": "8999", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "9001", + "amount": "19.5175", + "parsedAmount": "19517500000000000000" + }, + { + "gotchiId": "9003", + "amount": "13.645", + "parsedAmount": "13645000000000000000" + }, + { + "gotchiId": "9005", + "amount": "2.23", + "parsedAmount": "2230000000000000000" + }, + { + "gotchiId": "9016", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "9017", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "9021", + "amount": "60.004999999999995", + "parsedAmount": "60004999999999995000" + }, + { + "gotchiId": "9022", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "9023", + "amount": "121.16999999999999", + "parsedAmount": "121169999999999990000" + }, + { + "gotchiId": "9024", + "amount": "6.279999999999999", + "parsedAmount": "6279999999999999000" + }, + { + "gotchiId": "9026", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "9027", + "amount": "283.1225", + "parsedAmount": "283122500000000000000" + }, + { + "gotchiId": "9029", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "9030", + "amount": "16.2025", + "parsedAmount": "16202500000000000000" + }, + { + "gotchiId": "9031", + "amount": "12.64", + "parsedAmount": "12640000000000000000" + }, + { + "gotchiId": "9035", + "amount": "12.78", + "parsedAmount": "12780000000000000000" + }, + { + "gotchiId": "9036", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "9038", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "9040", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "9044", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "9045", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "9047", + "amount": "28.587500000000002", + "parsedAmount": "28587500000000002000" + }, + { + "gotchiId": "9048", + "amount": "5.44", + "parsedAmount": "5440000000000000000" + }, + { + "gotchiId": "9049", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "9054", + "amount": "10.47", + "parsedAmount": "10470000000000000000" + }, + { + "gotchiId": "9059", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "9060", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "9064", + "amount": "7.575", + "parsedAmount": "7575000000000000000" + }, + { + "gotchiId": "9068", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "9069", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "9071", + "amount": "57.25", + "parsedAmount": "57250000000000000000" + }, + { + "gotchiId": "9072", + "amount": "9.3675", + "parsedAmount": "9367500000000000000" + }, + { + "gotchiId": "9073", + "amount": "20.427500000000002", + "parsedAmount": "20427500000000002000" + }, + { + "gotchiId": "9074", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "9083", + "amount": "34.1225", + "parsedAmount": "34122500000000000000" + }, + { + "gotchiId": "9085", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "9086", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "9088", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "9091", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "9097", + "amount": "13.860000000000001", + "parsedAmount": "13860000000000001000" + }, + { + "gotchiId": "9099", + "amount": "8.2475", + "parsedAmount": "8247500000000000000" + }, + { + "gotchiId": "9100", + "amount": "18.98", + "parsedAmount": "18980000000000000000" + }, + { + "gotchiId": "9101", + "amount": "7.795", + "parsedAmount": "7795000000000000000" + }, + { + "gotchiId": "9103", + "amount": "14.155", + "parsedAmount": "14155000000000000000" + }, + { + "gotchiId": "9106", + "amount": "517.8725", + "parsedAmount": "517872500000000000000" + }, + { + "gotchiId": "9108", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "9111", + "amount": "93.99", + "parsedAmount": "93990000000000000000" + }, + { + "gotchiId": "9114", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "9117", + "amount": "21.1375", + "parsedAmount": "21137500000000000000" + }, + { + "gotchiId": "9118", + "amount": "7.5", + "parsedAmount": "7500000000000000000" + }, + { + "gotchiId": "9121", + "amount": "25.265", + "parsedAmount": "25265000000000000000" + }, + { + "gotchiId": "9123", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "9124", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "9125", + "amount": "51.775", + "parsedAmount": "51775000000000000000" + }, + { + "gotchiId": "9128", + "amount": "5.67", + "parsedAmount": "5670000000000000000" + }, + { + "gotchiId": "9129", + "amount": "28.3675", + "parsedAmount": "28367500000000000000" + }, + { + "gotchiId": "9130", + "amount": "6.942499999999999", + "parsedAmount": "6942499999999999000" + }, + { + "gotchiId": "9133", + "amount": "39.045", + "parsedAmount": "39045000000000000000" + }, + { + "gotchiId": "9135", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "9136", + "amount": "7.435", + "parsedAmount": "7435000000000000000" + }, + { + "gotchiId": "9137", + "amount": "31.415", + "parsedAmount": "31415000000000000000" + }, + { + "gotchiId": "9139", + "amount": "22.2175", + "parsedAmount": "22217500000000000000" + }, + { + "gotchiId": "9142", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "9143", + "amount": "11.98", + "parsedAmount": "11980000000000000000" + }, + { + "gotchiId": "9145", + "amount": "32.8", + "parsedAmount": "32800000000000000000" + }, + { + "gotchiId": "9146", + "amount": "5.255", + "parsedAmount": "5255000000000000000" + }, + { + "gotchiId": "9147", + "amount": "22.919999999999998", + "parsedAmount": "22919999999999998000" + }, + { + "gotchiId": "9153", + "amount": "9.3475", + "parsedAmount": "9347500000000000000" + }, + { + "gotchiId": "9154", + "amount": "7.82", + "parsedAmount": "7820000000000000000" + }, + { + "gotchiId": "9155", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "9156", + "amount": "28.685", + "parsedAmount": "28685000000000000000" + }, + { + "gotchiId": "9157", + "amount": "15.5275", + "parsedAmount": "15527500000000000000" + }, + { + "gotchiId": "9158", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "9162", + "amount": "22.345", + "parsedAmount": "22345000000000000000" + }, + { + "gotchiId": "9163", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "9168", + "amount": "30.5225", + "parsedAmount": "30522500000000000000" + }, + { + "gotchiId": "9169", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "9171", + "amount": "92.47", + "parsedAmount": "92470000000000000000" + }, + { + "gotchiId": "9173", + "amount": "23.4675", + "parsedAmount": "23467500000000000000" + }, + { + "gotchiId": "9174", + "amount": "34.255", + "parsedAmount": "34255000000000000000" + }, + { + "gotchiId": "9175", + "amount": "312.50500000000005", + "parsedAmount": "312505000000000050000" + }, + { + "gotchiId": "9176", + "amount": "12.8125", + "parsedAmount": "12812500000000000000" + }, + { + "gotchiId": "9178", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "9179", + "amount": "14.7225", + "parsedAmount": "14722500000000000000" + }, + { + "gotchiId": "9183", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "9187", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "9189", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "9191", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "9192", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "9197", + "amount": "37.9025", + "parsedAmount": "37902500000000000000" + }, + { + "gotchiId": "9205", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "9206", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "9210", + "amount": "30.115000000000002", + "parsedAmount": "30115000000000002000" + }, + { + "gotchiId": "9211", + "amount": "6.2", + "parsedAmount": "6200000000000000000" + }, + { + "gotchiId": "9212", + "amount": "41.555", + "parsedAmount": "41555000000000000000" + }, + { + "gotchiId": "9214", + "amount": "25.755000000000003", + "parsedAmount": "25755000000000003000" + }, + { + "gotchiId": "9215", + "amount": "21.305", + "parsedAmount": "21305000000000000000" + }, + { + "gotchiId": "9242", + "amount": "17.19", + "parsedAmount": "17190000000000000000" + }, + { + "gotchiId": "9243", + "amount": "26.0975", + "parsedAmount": "26097500000000000000" + }, + { + "gotchiId": "9248", + "amount": "42.2875", + "parsedAmount": "42287500000000000000" + }, + { + "gotchiId": "9250", + "amount": "25.872500000000002", + "parsedAmount": "25872500000000002000" + }, + { + "gotchiId": "9252", + "amount": "19.01", + "parsedAmount": "19010000000000000000" + }, + { + "gotchiId": "9254", + "amount": "10.66", + "parsedAmount": "10660000000000000000" + }, + { + "gotchiId": "9255", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "9256", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "9257", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "9258", + "amount": "15.215", + "parsedAmount": "15215000000000000000" + }, + { + "gotchiId": "9260", + "amount": "20.0825", + "parsedAmount": "20082500000000000000" + }, + { + "gotchiId": "9262", + "amount": "9.7675", + "parsedAmount": "9767500000000000000" + }, + { + "gotchiId": "9264", + "amount": "4.5675", + "parsedAmount": "4567500000000000000" + }, + { + "gotchiId": "9265", + "amount": "7.525", + "parsedAmount": "7525000000000000000" + }, + { + "gotchiId": "9266", + "amount": "24.685000000000002", + "parsedAmount": "24685000000000002000" + }, + { + "gotchiId": "9270", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "9272", + "amount": "86.035", + "parsedAmount": "86035000000000000000" + }, + { + "gotchiId": "9274", + "amount": "29.43", + "parsedAmount": "29430000000000000000" + }, + { + "gotchiId": "9275", + "amount": "24.2125", + "parsedAmount": "24212500000000000000" + }, + { + "gotchiId": "9280", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "9281", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "9284", + "amount": "15.7975", + "parsedAmount": "15797500000000000000" + }, + { + "gotchiId": "9285", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "9286", + "amount": "20.5325", + "parsedAmount": "20532500000000000000" + }, + { + "gotchiId": "9287", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "9288", + "amount": "27.099999999999998", + "parsedAmount": "27099999999999998000" + }, + { + "gotchiId": "9289", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "9290", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "9291", + "amount": "7.307499999999999", + "parsedAmount": "7307499999999999000" + }, + { + "gotchiId": "9294", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "9295", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "9299", + "amount": "24.615", + "parsedAmount": "24615000000000000000" + }, + { + "gotchiId": "9302", + "amount": "6.734999999999999", + "parsedAmount": "6734999999999999000" + }, + { + "gotchiId": "9304", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "9306", + "amount": "7.015", + "parsedAmount": "7015000000000000000" + }, + { + "gotchiId": "9311", + "amount": "19.005000000000003", + "parsedAmount": "19005000000000003000" + }, + { + "gotchiId": "9312", + "amount": "21.985", + "parsedAmount": "21985000000000000000" + }, + { + "gotchiId": "9321", + "amount": "2.3975", + "parsedAmount": "2397500000000000000" + }, + { + "gotchiId": "9330", + "amount": "11.552499999999998", + "parsedAmount": "11552499999999998000" + }, + { + "gotchiId": "9334", + "amount": "9.1425", + "parsedAmount": "9142500000000000000" + }, + { + "gotchiId": "9335", + "amount": "19.7275", + "parsedAmount": "19727500000000000000" + }, + { + "gotchiId": "9336", + "amount": "11.955", + "parsedAmount": "11955000000000000000" + }, + { + "gotchiId": "9337", + "amount": "34.255", + "parsedAmount": "34255000000000000000" + }, + { + "gotchiId": "9338", + "amount": "36.075", + "parsedAmount": "36075000000000000000" + }, + { + "gotchiId": "9340", + "amount": "8.6025", + "parsedAmount": "8602500000000000000" + }, + { + "gotchiId": "9341", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "9342", + "amount": "19.4625", + "parsedAmount": "19462500000000000000" + }, + { + "gotchiId": "9343", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "9344", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "9346", + "amount": "125.695", + "parsedAmount": "125695000000000000000" + }, + { + "gotchiId": "9347", + "amount": "5.0875", + "parsedAmount": "5087500000000000000" + }, + { + "gotchiId": "9349", + "amount": "34.4", + "parsedAmount": "34400000000000000000" + }, + { + "gotchiId": "9350", + "amount": "12.7275", + "parsedAmount": "12727500000000000000" + }, + { + "gotchiId": "9352", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "9353", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "9354", + "amount": "11.620000000000001", + "parsedAmount": "11620000000000001000" + }, + { + "gotchiId": "9357", + "amount": "26.685000000000002", + "parsedAmount": "26685000000000002000" + }, + { + "gotchiId": "9358", + "amount": "337.2025", + "parsedAmount": "337202500000000000000" + }, + { + "gotchiId": "9359", + "amount": "15.620000000000001", + "parsedAmount": "15620000000000001000" + }, + { + "gotchiId": "9360", + "amount": "22.8675", + "parsedAmount": "22867500000000000000" + }, + { + "gotchiId": "9362", + "amount": "51.865", + "parsedAmount": "51865000000000000000" + }, + { + "gotchiId": "9366", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "9367", + "amount": "6.005", + "parsedAmount": "6005000000000000000" + }, + { + "gotchiId": "9368", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "9369", + "amount": "639.495", + "parsedAmount": "639495000000000000000" + }, + { + "gotchiId": "9370", + "amount": "19.797500000000003", + "parsedAmount": "19797500000000003000" + }, + { + "gotchiId": "9371", + "amount": "39.4625", + "parsedAmount": "39462500000000000000" + }, + { + "gotchiId": "9372", + "amount": "18.9375", + "parsedAmount": "18937500000000000000" + }, + { + "gotchiId": "9373", + "amount": "184.21", + "parsedAmount": "184210000000000000000" + }, + { + "gotchiId": "9376", + "amount": "99.8975", + "parsedAmount": "99897500000000000000" + }, + { + "gotchiId": "9380", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "9381", + "amount": "10.977500000000001", + "parsedAmount": "10977500000000001000" + }, + { + "gotchiId": "9382", + "amount": "11.005", + "parsedAmount": "11005000000000000000" + }, + { + "gotchiId": "9383", + "amount": "2.4825", + "parsedAmount": "2482500000000000000" + }, + { + "gotchiId": "9386", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "9387", + "amount": "18.8925", + "parsedAmount": "18892500000000000000" + }, + { + "gotchiId": "9388", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "9390", + "amount": "6.2225", + "parsedAmount": "6222500000000000000" + }, + { + "gotchiId": "9391", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "9393", + "amount": "39.192499999999995", + "parsedAmount": "39192499999999995000" + }, + { + "gotchiId": "9394", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "9395", + "amount": "30.25", + "parsedAmount": "30250000000000000000" + }, + { + "gotchiId": "9396", + "amount": "34.485", + "parsedAmount": "34485000000000000000" + }, + { + "gotchiId": "9398", + "amount": "264.91749999999996", + "parsedAmount": "264917499999999960000" + }, + { + "gotchiId": "9399", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "9404", + "amount": "12.415", + "parsedAmount": "12415000000000000000" + }, + { + "gotchiId": "9409", + "amount": "7.255", + "parsedAmount": "7255000000000000000" + }, + { + "gotchiId": "9411", + "amount": "14.2175", + "parsedAmount": "14217500000000000000" + }, + { + "gotchiId": "9412", + "amount": "284.865", + "parsedAmount": "284865000000000000000" + }, + { + "gotchiId": "9419", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "9423", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "9433", + "amount": "9.905000000000001", + "parsedAmount": "9905000000000001000" + }, + { + "gotchiId": "9438", + "amount": "6.8075", + "parsedAmount": "6807500000000000000" + }, + { + "gotchiId": "9440", + "amount": "30.285", + "parsedAmount": "30285000000000000000" + }, + { + "gotchiId": "9442", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "9443", + "amount": "11.947500000000002", + "parsedAmount": "11947500000000002000" + }, + { + "gotchiId": "9448", + "amount": "9.530000000000001", + "parsedAmount": "9530000000000001000" + }, + { + "gotchiId": "9449", + "amount": "16.86", + "parsedAmount": "16860000000000000000" + }, + { + "gotchiId": "9450", + "amount": "25.5175", + "parsedAmount": "25517500000000000000" + }, + { + "gotchiId": "9451", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "9452", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "9453", + "amount": "27.515", + "parsedAmount": "27515000000000000000" + }, + { + "gotchiId": "9455", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "9456", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "9457", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "9458", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "9459", + "amount": "191.04", + "parsedAmount": "191040000000000000000" + }, + { + "gotchiId": "9461", + "amount": "13.8225", + "parsedAmount": "13822500000000000000" + }, + { + "gotchiId": "9462", + "amount": "9.682500000000001", + "parsedAmount": "9682500000000001000" + }, + { + "gotchiId": "9463", + "amount": "15.48", + "parsedAmount": "15480000000000000000" + }, + { + "gotchiId": "9466", + "amount": "19.785", + "parsedAmount": "19785000000000000000" + }, + { + "gotchiId": "9468", + "amount": "5.61", + "parsedAmount": "5610000000000000000" + }, + { + "gotchiId": "9469", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "9475", + "amount": "31.567500000000003", + "parsedAmount": "31567500000000003000" + }, + { + "gotchiId": "9479", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "9480", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "9481", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "9482", + "amount": "24.0275", + "parsedAmount": "24027500000000000000" + }, + { + "gotchiId": "9483", + "amount": "13.0125", + "parsedAmount": "13012500000000000000" + }, + { + "gotchiId": "9485", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "9487", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "9489", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "9490", + "amount": "9.885", + "parsedAmount": "9885000000000000000" + }, + { + "gotchiId": "9492", + "amount": "11.2425", + "parsedAmount": "11242500000000000000" + }, + { + "gotchiId": "9493", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "9494", + "amount": "67.34", + "parsedAmount": "67340000000000000000" + }, + { + "gotchiId": "9497", + "amount": "7.5525", + "parsedAmount": "7552500000000000000" + }, + { + "gotchiId": "9500", + "amount": "5.01", + "parsedAmount": "5010000000000000000" + }, + { + "gotchiId": "9501", + "amount": "22.45", + "parsedAmount": "22450000000000000000" + }, + { + "gotchiId": "9502", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "9503", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "9505", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "9506", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "9507", + "amount": "8.7525", + "parsedAmount": "8752500000000000000" + }, + { + "gotchiId": "9508", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "9509", + "amount": "21.465000000000003", + "parsedAmount": "21465000000000003000" + }, + { + "gotchiId": "9510", + "amount": "7.005", + "parsedAmount": "7005000000000000000" + }, + { + "gotchiId": "9513", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "9514", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "9516", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "9523", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "9524", + "amount": "19.04", + "parsedAmount": "19040000000000000000" + }, + { + "gotchiId": "9525", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "9528", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "9529", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "9535", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "9536", + "amount": "32.4175", + "parsedAmount": "32417500000000000000" + }, + { + "gotchiId": "9537", + "amount": "2.255", + "parsedAmount": "2255000000000000000" + }, + { + "gotchiId": "9540", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "9541", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "9542", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "9545", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "9546", + "amount": "8.0875", + "parsedAmount": "8087500000000000000" + }, + { + "gotchiId": "9547", + "amount": "14.2075", + "parsedAmount": "14207500000000000000" + }, + { + "gotchiId": "9548", + "amount": "17.7675", + "parsedAmount": "17767500000000000000" + }, + { + "gotchiId": "9549", + "amount": "18.7375", + "parsedAmount": "18737500000000000000" + }, + { + "gotchiId": "9550", + "amount": "18.6075", + "parsedAmount": "18607500000000000000" + }, + { + "gotchiId": "9551", + "amount": "14.48", + "parsedAmount": "14480000000000000000" + }, + { + "gotchiId": "9552", + "amount": "35.345", + "parsedAmount": "35345000000000000000" + }, + { + "gotchiId": "9553", + "amount": "14.5175", + "parsedAmount": "14517500000000000000" + }, + { + "gotchiId": "9554", + "amount": "34.2925", + "parsedAmount": "34292500000000000000" + }, + { + "gotchiId": "9559", + "amount": "14.4525", + "parsedAmount": "14452500000000000000" + }, + { + "gotchiId": "9560", + "amount": "12.185", + "parsedAmount": "12185000000000000000" + }, + { + "gotchiId": "9561", + "amount": "61.32000000000001", + "parsedAmount": "61320000000000010000" + }, + { + "gotchiId": "9565", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "9568", + "amount": "8.7075", + "parsedAmount": "8707500000000000000" + }, + { + "gotchiId": "9570", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "9575", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "9578", + "amount": "8.135", + "parsedAmount": "8135000000000000000" + }, + { + "gotchiId": "9583", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "9586", + "amount": "5.880000000000001", + "parsedAmount": "5880000000000001000" + }, + { + "gotchiId": "9588", + "amount": "44.0025", + "parsedAmount": "44002500000000000000" + }, + { + "gotchiId": "9589", + "amount": "12.690000000000001", + "parsedAmount": "12690000000000001000" + }, + { + "gotchiId": "9590", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "9591", + "amount": "34.917500000000004", + "parsedAmount": "34917500000000004000" + }, + { + "gotchiId": "9593", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "9594", + "amount": "26.4075", + "parsedAmount": "26407500000000000000" + }, + { + "gotchiId": "9595", + "amount": "5.0325", + "parsedAmount": "5032500000000000000" + }, + { + "gotchiId": "9598", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "9602", + "amount": "79.60249999999999", + "parsedAmount": "79602499999999990000" + }, + { + "gotchiId": "9603", + "amount": "15.432500000000001", + "parsedAmount": "15432500000000001000" + }, + { + "gotchiId": "9604", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "9607", + "amount": "12.2175", + "parsedAmount": "12217500000000000000" + }, + { + "gotchiId": "9608", + "amount": "23.247499999999995", + "parsedAmount": "23247499999999995000" + }, + { + "gotchiId": "9610", + "amount": "57.4625", + "parsedAmount": "57462500000000000000" + }, + { + "gotchiId": "9612", + "amount": "38.1375", + "parsedAmount": "38137500000000000000" + }, + { + "gotchiId": "9614", + "amount": "16.97", + "parsedAmount": "16970000000000000000" + }, + { + "gotchiId": "9616", + "amount": "4.89", + "parsedAmount": "4890000000000000000" + }, + { + "gotchiId": "9620", + "amount": "16.4175", + "parsedAmount": "16417500000000000000" + }, + { + "gotchiId": "9622", + "amount": "17.69", + "parsedAmount": "17690000000000000000" + }, + { + "gotchiId": "9626", + "amount": "32.745000000000005", + "parsedAmount": "32745000000000005000" + }, + { + "gotchiId": "9628", + "amount": "8.825", + "parsedAmount": "8825000000000000000" + }, + { + "gotchiId": "9634", + "amount": "246.17249999999999", + "parsedAmount": "246172499999999990000" + }, + { + "gotchiId": "9635", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "9636", + "amount": "144.17", + "parsedAmount": "144170000000000000000" + }, + { + "gotchiId": "9638", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "9640", + "amount": "6.9975", + "parsedAmount": "6997500000000000000" + }, + { + "gotchiId": "9643", + "amount": "16.73", + "parsedAmount": "16730000000000000000" + }, + { + "gotchiId": "9644", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "9647", + "amount": "14.1075", + "parsedAmount": "14107500000000000000" + }, + { + "gotchiId": "9649", + "amount": "11.445", + "parsedAmount": "11445000000000000000" + }, + { + "gotchiId": "9650", + "amount": "6.155", + "parsedAmount": "6155000000000000000" + }, + { + "gotchiId": "9652", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "9654", + "amount": "62.5225", + "parsedAmount": "62522500000000000000" + }, + { + "gotchiId": "9655", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "9656", + "amount": "12.559999999999999", + "parsedAmount": "12559999999999999000" + }, + { + "gotchiId": "9658", + "amount": "3.22", + "parsedAmount": "3220000000000000000" + }, + { + "gotchiId": "9661", + "amount": "5.6775", + "parsedAmount": "5677500000000000000" + }, + { + "gotchiId": "9664", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "9665", + "amount": "54.27", + "parsedAmount": "54270000000000000000" + }, + { + "gotchiId": "9672", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "9673", + "amount": "106.78999999999999", + "parsedAmount": "106789999999999990000" + }, + { + "gotchiId": "9674", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "9676", + "amount": "33.425", + "parsedAmount": "33425000000000000000" + }, + { + "gotchiId": "9677", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "9678", + "amount": "16.085", + "parsedAmount": "16085000000000000000" + }, + { + "gotchiId": "9680", + "amount": "3.325", + "parsedAmount": "3325000000000000000" + }, + { + "gotchiId": "9681", + "amount": "45.73", + "parsedAmount": "45730000000000000000" + }, + { + "gotchiId": "9685", + "amount": "64.055", + "parsedAmount": "64055000000000000000" + }, + { + "gotchiId": "9687", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "9688", + "amount": "51.6175", + "parsedAmount": "51617500000000000000" + }, + { + "gotchiId": "9689", + "amount": "34.87", + "parsedAmount": "34870000000000000000" + }, + { + "gotchiId": "9690", + "amount": "10.7475", + "parsedAmount": "10747500000000000000" + }, + { + "gotchiId": "9692", + "amount": "16.1825", + "parsedAmount": "16182500000000000000" + }, + { + "gotchiId": "9693", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "9694", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "9698", + "amount": "7.1000000000000005", + "parsedAmount": "7100000000000000500" + }, + { + "gotchiId": "9699", + "amount": "8.86", + "parsedAmount": "8860000000000000000" + }, + { + "gotchiId": "9700", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "9701", + "amount": "20.4725", + "parsedAmount": "20472500000000000000" + }, + { + "gotchiId": "9702", + "amount": "17.18", + "parsedAmount": "17180000000000000000" + }, + { + "gotchiId": "9703", + "amount": "17.2275", + "parsedAmount": "17227500000000000000" + }, + { + "gotchiId": "9704", + "amount": "16.9075", + "parsedAmount": "16907500000000000000" + }, + { + "gotchiId": "9708", + "amount": "16.8725", + "parsedAmount": "16872500000000000000" + }, + { + "gotchiId": "9709", + "amount": "17.7775", + "parsedAmount": "17777500000000000000" + }, + { + "gotchiId": "9713", + "amount": "23.240000000000002", + "parsedAmount": "23240000000000002000" + }, + { + "gotchiId": "9716", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "9719", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "9723", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "9730", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "9731", + "amount": "76.9475", + "parsedAmount": "76947500000000000000" + }, + { + "gotchiId": "9732", + "amount": "9.3225", + "parsedAmount": "9322500000000000000" + }, + { + "gotchiId": "9733", + "amount": "62.305", + "parsedAmount": "62305000000000000000" + } + ], + "totalAmount": "13635800000000000033000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558600, + "gasUsed": "9415118" + }, + { + "batchIndex": 9, + "transactionHash": "0x711d2001ba91ba13f41f9a3a81799b06c97085641b290f0db9ae7b4be723153b", + "timestamp": "2025-10-08T06:55:48.304Z", + "gotchiRewards": [ + { + "gotchiId": "9735", + "amount": "23.405", + "parsedAmount": "23405000000000000000" + }, + { + "gotchiId": "9738", + "amount": "5.0825", + "parsedAmount": "5082500000000000000" + }, + { + "gotchiId": "9745", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "9747", + "amount": "11.5875", + "parsedAmount": "11587500000000000000" + }, + { + "gotchiId": "9748", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "9751", + "amount": "107.64", + "parsedAmount": "107640000000000000000" + }, + { + "gotchiId": "9752", + "amount": "35.32", + "parsedAmount": "35320000000000000000" + }, + { + "gotchiId": "9753", + "amount": "10.3325", + "parsedAmount": "10332500000000000000" + }, + { + "gotchiId": "9754", + "amount": "26.255", + "parsedAmount": "26255000000000000000" + }, + { + "gotchiId": "9756", + "amount": "10.415", + "parsedAmount": "10415000000000000000" + }, + { + "gotchiId": "9758", + "amount": "32.5075", + "parsedAmount": "32507500000000000000" + }, + { + "gotchiId": "9760", + "amount": "43.17250000000001", + "parsedAmount": "43172500000000010000" + }, + { + "gotchiId": "9762", + "amount": "28.58", + "parsedAmount": "28580000000000000000" + }, + { + "gotchiId": "9763", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "9767", + "amount": "53.447500000000005", + "parsedAmount": "53447500000000005000" + }, + { + "gotchiId": "9768", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "9769", + "amount": "6.029999999999999", + "parsedAmount": "6029999999999999000" + }, + { + "gotchiId": "9770", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "9771", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "9772", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "9774", + "amount": "21.8675", + "parsedAmount": "21867500000000000000" + }, + { + "gotchiId": "9775", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "9780", + "amount": "12.924999999999999", + "parsedAmount": "12924999999999999000" + }, + { + "gotchiId": "9781", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "9790", + "amount": "23.470000000000002", + "parsedAmount": "23470000000000002000" + }, + { + "gotchiId": "9792", + "amount": "5.922499999999999", + "parsedAmount": "5922499999999999000" + }, + { + "gotchiId": "9793", + "amount": "24.6", + "parsedAmount": "24600000000000000000" + }, + { + "gotchiId": "9795", + "amount": "58.587500000000006", + "parsedAmount": "58587500000000006000" + }, + { + "gotchiId": "9799", + "amount": "14.22", + "parsedAmount": "14220000000000000000" + }, + { + "gotchiId": "9802", + "amount": "31.92", + "parsedAmount": "31920000000000000000" + }, + { + "gotchiId": "9803", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "9808", + "amount": "61.86750000000001", + "parsedAmount": "61867500000000010000" + }, + { + "gotchiId": "9810", + "amount": "6.9725", + "parsedAmount": "6972500000000000000" + }, + { + "gotchiId": "9811", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "9812", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "9813", + "amount": "15.9825", + "parsedAmount": "15982500000000000000" + }, + { + "gotchiId": "9814", + "amount": "21.250000000000004", + "parsedAmount": "21250000000000004000" + }, + { + "gotchiId": "9815", + "amount": "41.79", + "parsedAmount": "41790000000000000000" + }, + { + "gotchiId": "9816", + "amount": "34.980000000000004", + "parsedAmount": "34980000000000004000" + }, + { + "gotchiId": "9817", + "amount": "31.325", + "parsedAmount": "31325000000000000000" + }, + { + "gotchiId": "9818", + "amount": "43.4475", + "parsedAmount": "43447500000000000000" + }, + { + "gotchiId": "9819", + "amount": "52.5225", + "parsedAmount": "52522500000000000000" + }, + { + "gotchiId": "9821", + "amount": "14.085", + "parsedAmount": "14085000000000000000" + }, + { + "gotchiId": "9822", + "amount": "28.377499999999998", + "parsedAmount": "28377499999999998000" + }, + { + "gotchiId": "9823", + "amount": "5.95", + "parsedAmount": "5950000000000000000" + }, + { + "gotchiId": "9824", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "9826", + "amount": "17.5175", + "parsedAmount": "17517500000000000000" + }, + { + "gotchiId": "9828", + "amount": "6.8725", + "parsedAmount": "6872500000000000000" + }, + { + "gotchiId": "9829", + "amount": "11.7775", + "parsedAmount": "11777500000000000000" + }, + { + "gotchiId": "9831", + "amount": "14.815", + "parsedAmount": "14815000000000000000" + }, + { + "gotchiId": "9832", + "amount": "54.9575", + "parsedAmount": "54957500000000000000" + }, + { + "gotchiId": "9836", + "amount": "20.6025", + "parsedAmount": "20602500000000000000" + }, + { + "gotchiId": "9837", + "amount": "14.190000000000001", + "parsedAmount": "14190000000000001000" + }, + { + "gotchiId": "9838", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "9841", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "9842", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "9845", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "9846", + "amount": "10.8025", + "parsedAmount": "10802500000000000000" + }, + { + "gotchiId": "9848", + "amount": "76.755", + "parsedAmount": "76755000000000000000" + }, + { + "gotchiId": "9849", + "amount": "51.285", + "parsedAmount": "51285000000000000000" + }, + { + "gotchiId": "9850", + "amount": "46.5525", + "parsedAmount": "46552500000000000000" + }, + { + "gotchiId": "9851", + "amount": "55.985", + "parsedAmount": "55985000000000000000" + }, + { + "gotchiId": "9852", + "amount": "11.125", + "parsedAmount": "11125000000000000000" + }, + { + "gotchiId": "9853", + "amount": "22.485", + "parsedAmount": "22485000000000000000" + }, + { + "gotchiId": "9856", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "9857", + "amount": "10.2075", + "parsedAmount": "10207500000000000000" + }, + { + "gotchiId": "9860", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "9862", + "amount": "17.259999999999998", + "parsedAmount": "17259999999999998000" + }, + { + "gotchiId": "9865", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "9866", + "amount": "16.95", + "parsedAmount": "16950000000000000000" + }, + { + "gotchiId": "9867", + "amount": "22.4875", + "parsedAmount": "22487500000000000000" + }, + { + "gotchiId": "9869", + "amount": "7.4875", + "parsedAmount": "7487500000000000000" + }, + { + "gotchiId": "9871", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "9872", + "amount": "13.9675", + "parsedAmount": "13967500000000000000" + }, + { + "gotchiId": "9873", + "amount": "8.645", + "parsedAmount": "8645000000000000000" + }, + { + "gotchiId": "9875", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "9876", + "amount": "6.112500000000001", + "parsedAmount": "6112500000000001000" + }, + { + "gotchiId": "9877", + "amount": "32.06", + "parsedAmount": "32060000000000000000" + }, + { + "gotchiId": "9878", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "9879", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "9880", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "9881", + "amount": "14.760000000000002", + "parsedAmount": "14760000000000002000" + }, + { + "gotchiId": "9884", + "amount": "29.5425", + "parsedAmount": "29542500000000000000" + }, + { + "gotchiId": "9885", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "9886", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "9889", + "amount": "19.6325", + "parsedAmount": "19632500000000000000" + }, + { + "gotchiId": "9891", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "9892", + "amount": "8.3325", + "parsedAmount": "8332500000000000000" + }, + { + "gotchiId": "9893", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "9896", + "amount": "12.36", + "parsedAmount": "12360000000000000000" + }, + { + "gotchiId": "9899", + "amount": "13.9175", + "parsedAmount": "13917500000000000000" + }, + { + "gotchiId": "9900", + "amount": "21.542499999999997", + "parsedAmount": "21542499999999997000" + }, + { + "gotchiId": "9929", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "9930", + "amount": "7.630000000000001", + "parsedAmount": "7630000000000001000" + }, + { + "gotchiId": "9932", + "amount": "13.145", + "parsedAmount": "13145000000000000000" + }, + { + "gotchiId": "9934", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "9935", + "amount": "5.085", + "parsedAmount": "5085000000000000000" + }, + { + "gotchiId": "9936", + "amount": "23.39", + "parsedAmount": "23390000000000000000" + }, + { + "gotchiId": "9937", + "amount": "23.2275", + "parsedAmount": "23227500000000000000" + }, + { + "gotchiId": "9939", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "9940", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "9941", + "amount": "9.265", + "parsedAmount": "9265000000000000000" + }, + { + "gotchiId": "9942", + "amount": "8.3775", + "parsedAmount": "8377500000000000000" + }, + { + "gotchiId": "9946", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "9948", + "amount": "13.4225", + "parsedAmount": "13422500000000000000" + }, + { + "gotchiId": "9949", + "amount": "7.255", + "parsedAmount": "7255000000000000000" + }, + { + "gotchiId": "9950", + "amount": "15.19", + "parsedAmount": "15190000000000000000" + }, + { + "gotchiId": "9957", + "amount": "47.5075", + "parsedAmount": "47507500000000000000" + }, + { + "gotchiId": "9958", + "amount": "60.237500000000004", + "parsedAmount": "60237500000000004000" + }, + { + "gotchiId": "9962", + "amount": "8.065", + "parsedAmount": "8065000000000000000" + }, + { + "gotchiId": "9963", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "9965", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "9966", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "9967", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "9968", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "9970", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "9975", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "9977", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "9978", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "9979", + "amount": "17.8575", + "parsedAmount": "17857500000000000000" + }, + { + "gotchiId": "9980", + "amount": "4.305", + "parsedAmount": "4305000000000000000" + }, + { + "gotchiId": "9982", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "9983", + "amount": "39.5925", + "parsedAmount": "39592500000000000000" + }, + { + "gotchiId": "9985", + "amount": "10.895", + "parsedAmount": "10895000000000000000" + }, + { + "gotchiId": "9987", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "9988", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "9990", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "9996", + "amount": "70.9225", + "parsedAmount": "70922500000000000000" + }, + { + "gotchiId": "9997", + "amount": "52.597500000000004", + "parsedAmount": "52597500000000004000" + }, + { + "gotchiId": "10019", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "10020", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "10021", + "amount": "5.7275", + "parsedAmount": "5727500000000000000" + }, + { + "gotchiId": "10023", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "10024", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "10025", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "10027", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "10028", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "10035", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "10036", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "10038", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "10039", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "10043", + "amount": "23.2125", + "parsedAmount": "23212500000000000000" + }, + { + "gotchiId": "10044", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "10046", + "amount": "43.2425", + "parsedAmount": "43242500000000000000" + }, + { + "gotchiId": "10051", + "amount": "13.6025", + "parsedAmount": "13602500000000000000" + }, + { + "gotchiId": "10054", + "amount": "3.2575", + "parsedAmount": "3257500000000000000" + }, + { + "gotchiId": "10058", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "10060", + "amount": "15.009999999999998", + "parsedAmount": "15009999999999998000" + }, + { + "gotchiId": "10062", + "amount": "13.2375", + "parsedAmount": "13237500000000000000" + }, + { + "gotchiId": "10063", + "amount": "16.08", + "parsedAmount": "16080000000000000000" + }, + { + "gotchiId": "10064", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "10065", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "10068", + "amount": "6.2524999999999995", + "parsedAmount": "6252499999999999500" + }, + { + "gotchiId": "10075", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "10077", + "amount": "10.5425", + "parsedAmount": "10542500000000000000" + }, + { + "gotchiId": "10079", + "amount": "19.544999999999998", + "parsedAmount": "19544999999999998000" + }, + { + "gotchiId": "10080", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "10083", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "10087", + "amount": "5.442500000000001", + "parsedAmount": "5442500000000001000" + }, + { + "gotchiId": "10090", + "amount": "26.5325", + "parsedAmount": "26532500000000000000" + }, + { + "gotchiId": "10092", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "10093", + "amount": "7.592499999999999", + "parsedAmount": "7592499999999999000" + }, + { + "gotchiId": "10095", + "amount": "14.7475", + "parsedAmount": "14747500000000000000" + }, + { + "gotchiId": "10097", + "amount": "24.842499999999998", + "parsedAmount": "24842499999999998000" + }, + { + "gotchiId": "10106", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "10116", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "10119", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "10122", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "10123", + "amount": "14.120000000000001", + "parsedAmount": "14120000000000001000" + }, + { + "gotchiId": "10124", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "10126", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "10127", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "10128", + "amount": "10.4175", + "parsedAmount": "10417500000000000000" + }, + { + "gotchiId": "10130", + "amount": "17.895", + "parsedAmount": "17895000000000000000" + }, + { + "gotchiId": "10131", + "amount": "12.06", + "parsedAmount": "12060000000000000000" + }, + { + "gotchiId": "10135", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "10138", + "amount": "45.519999999999996", + "parsedAmount": "45519999999999996000" + }, + { + "gotchiId": "10139", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "10140", + "amount": "6.869999999999999", + "parsedAmount": "6869999999999999000" + }, + { + "gotchiId": "10146", + "amount": "20.97", + "parsedAmount": "20970000000000000000" + }, + { + "gotchiId": "10150", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "10152", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "10154", + "amount": "11.462499999999999", + "parsedAmount": "11462499999999999000" + }, + { + "gotchiId": "10155", + "amount": "17.5825", + "parsedAmount": "17582500000000000000" + }, + { + "gotchiId": "10156", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "10157", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "10159", + "amount": "14.89", + "parsedAmount": "14890000000000000000" + }, + { + "gotchiId": "10163", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "10167", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "10173", + "amount": "12.8", + "parsedAmount": "12800000000000000000" + }, + { + "gotchiId": "10175", + "amount": "12.52", + "parsedAmount": "12520000000000000000" + }, + { + "gotchiId": "10177", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "10178", + "amount": "15.925", + "parsedAmount": "15925000000000000000" + }, + { + "gotchiId": "10179", + "amount": "6.897500000000001", + "parsedAmount": "6897500000000001000" + }, + { + "gotchiId": "10180", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "10183", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "10184", + "amount": "5.4075", + "parsedAmount": "5407500000000000000" + }, + { + "gotchiId": "10185", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "10189", + "amount": "14.0825", + "parsedAmount": "14082500000000000000" + }, + { + "gotchiId": "10190", + "amount": "6.744999999999999", + "parsedAmount": "6744999999999999000" + }, + { + "gotchiId": "10191", + "amount": "4.8100000000000005", + "parsedAmount": "4810000000000000500" + }, + { + "gotchiId": "10199", + "amount": "17.3875", + "parsedAmount": "17387500000000000000" + }, + { + "gotchiId": "10205", + "amount": "2.02", + "parsedAmount": "2020000000000000000" + }, + { + "gotchiId": "10206", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "10208", + "amount": "56.3125", + "parsedAmount": "56312500000000000000" + }, + { + "gotchiId": "10211", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "10216", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "10217", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "10219", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "10221", + "amount": "15.7975", + "parsedAmount": "15797500000000000000" + }, + { + "gotchiId": "10222", + "amount": "13.975", + "parsedAmount": "13975000000000000000" + }, + { + "gotchiId": "10223", + "amount": "15.754999999999999", + "parsedAmount": "15754999999999999000" + }, + { + "gotchiId": "10227", + "amount": "14.5075", + "parsedAmount": "14507500000000000000" + }, + { + "gotchiId": "10229", + "amount": "11.12", + "parsedAmount": "11120000000000000000" + }, + { + "gotchiId": "10230", + "amount": "7.3675", + "parsedAmount": "7367500000000000000" + }, + { + "gotchiId": "10233", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10237", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "10240", + "amount": "3.33", + "parsedAmount": "3330000000000000000" + }, + { + "gotchiId": "10241", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "10242", + "amount": "2.475", + "parsedAmount": "2475000000000000000" + }, + { + "gotchiId": "10243", + "amount": "16.9725", + "parsedAmount": "16972500000000000000" + }, + { + "gotchiId": "10244", + "amount": "13.955", + "parsedAmount": "13955000000000000000" + }, + { + "gotchiId": "10248", + "amount": "8.9975", + "parsedAmount": "8997500000000000000" + }, + { + "gotchiId": "10249", + "amount": "8.7975", + "parsedAmount": "8797500000000000000" + }, + { + "gotchiId": "10252", + "amount": "107.455", + "parsedAmount": "107455000000000000000" + }, + { + "gotchiId": "10253", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "10254", + "amount": "2.215", + "parsedAmount": "2215000000000000000" + }, + { + "gotchiId": "10259", + "amount": "8.817499999999999", + "parsedAmount": "8817499999999999000" + }, + { + "gotchiId": "10260", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "10265", + "amount": "68.1825", + "parsedAmount": "68182500000000000000" + }, + { + "gotchiId": "10267", + "amount": "18.145", + "parsedAmount": "18145000000000000000" + }, + { + "gotchiId": "10268", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "10273", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "10274", + "amount": "18.3675", + "parsedAmount": "18367500000000000000" + }, + { + "gotchiId": "10278", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "10281", + "amount": "15.5475", + "parsedAmount": "15547500000000000000" + }, + { + "gotchiId": "10282", + "amount": "46.2975", + "parsedAmount": "46297500000000000000" + }, + { + "gotchiId": "10283", + "amount": "7.9525", + "parsedAmount": "7952500000000000000" + }, + { + "gotchiId": "10284", + "amount": "2.255", + "parsedAmount": "2255000000000000000" + }, + { + "gotchiId": "10287", + "amount": "8.1875", + "parsedAmount": "8187500000000000000" + }, + { + "gotchiId": "10288", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "10292", + "amount": "832.2675", + "parsedAmount": "832267500000000000000" + }, + { + "gotchiId": "10293", + "amount": "5.4399999999999995", + "parsedAmount": "5439999999999999500" + }, + { + "gotchiId": "10294", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "10296", + "amount": "4.42", + "parsedAmount": "4420000000000000000" + }, + { + "gotchiId": "10297", + "amount": "21.4575", + "parsedAmount": "21457500000000000000" + }, + { + "gotchiId": "10299", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "10304", + "amount": "34.04", + "parsedAmount": "34040000000000000000" + }, + { + "gotchiId": "10306", + "amount": "17.6525", + "parsedAmount": "17652500000000000000" + }, + { + "gotchiId": "10308", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "10309", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "10311", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "10312", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "10314", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "10315", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "10316", + "amount": "7.8374999999999995", + "parsedAmount": "7837499999999999500" + }, + { + "gotchiId": "10317", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "10318", + "amount": "9.932500000000001", + "parsedAmount": "9932500000000001000" + }, + { + "gotchiId": "10321", + "amount": "81.09", + "parsedAmount": "81090000000000000000" + }, + { + "gotchiId": "10324", + "amount": "25.952499999999997", + "parsedAmount": "25952499999999997000" + }, + { + "gotchiId": "10325", + "amount": "21.3325", + "parsedAmount": "21332500000000000000" + }, + { + "gotchiId": "10326", + "amount": "11.135", + "parsedAmount": "11135000000000000000" + }, + { + "gotchiId": "10328", + "amount": "8.094999999999999", + "parsedAmount": "8094999999999999000" + }, + { + "gotchiId": "10329", + "amount": "32.365", + "parsedAmount": "32365000000000000000" + }, + { + "gotchiId": "10333", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "10335", + "amount": "14.3275", + "parsedAmount": "14327500000000000000" + }, + { + "gotchiId": "10338", + "amount": "33.5175", + "parsedAmount": "33517500000000000000" + }, + { + "gotchiId": "10345", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "10346", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "10347", + "amount": "41.964999999999996", + "parsedAmount": "41964999999999996000" + }, + { + "gotchiId": "10348", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "10349", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "10351", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "10354", + "amount": "10.9925", + "parsedAmount": "10992500000000000000" + }, + { + "gotchiId": "10355", + "amount": "18.009999999999998", + "parsedAmount": "18009999999999998000" + }, + { + "gotchiId": "10356", + "amount": "32.09", + "parsedAmount": "32090000000000000000" + }, + { + "gotchiId": "10360", + "amount": "7.285", + "parsedAmount": "7285000000000000000" + }, + { + "gotchiId": "10361", + "amount": "9.6325", + "parsedAmount": "9632500000000000000" + }, + { + "gotchiId": "10364", + "amount": "8.7475", + "parsedAmount": "8747500000000000000" + }, + { + "gotchiId": "10367", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "10368", + "amount": "5.237500000000001", + "parsedAmount": "5237500000000001000" + }, + { + "gotchiId": "10369", + "amount": "20.05", + "parsedAmount": "20050000000000000000" + }, + { + "gotchiId": "10370", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "10372", + "amount": "21.48", + "parsedAmount": "21480000000000000000" + }, + { + "gotchiId": "10373", + "amount": "13.290000000000001", + "parsedAmount": "13290000000000001000" + }, + { + "gotchiId": "10375", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "10376", + "amount": "11.415", + "parsedAmount": "11415000000000000000" + }, + { + "gotchiId": "10377", + "amount": "5.83", + "parsedAmount": "5830000000000000000" + }, + { + "gotchiId": "10379", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "10380", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "10383", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "10384", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "10385", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "10386", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "10387", + "amount": "20.1725", + "parsedAmount": "20172500000000000000" + }, + { + "gotchiId": "10388", + "amount": "15.645", + "parsedAmount": "15645000000000000000" + }, + { + "gotchiId": "10390", + "amount": "16.7375", + "parsedAmount": "16737500000000000000" + }, + { + "gotchiId": "10392", + "amount": "7.9075", + "parsedAmount": "7907500000000000000" + }, + { + "gotchiId": "10393", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "10394", + "amount": "97.66499999999999", + "parsedAmount": "97664999999999990000" + }, + { + "gotchiId": "10396", + "amount": "10.175", + "parsedAmount": "10175000000000000000" + }, + { + "gotchiId": "10398", + "amount": "19.6425", + "parsedAmount": "19642500000000000000" + }, + { + "gotchiId": "10400", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "10402", + "amount": "10.5975", + "parsedAmount": "10597500000000000000" + }, + { + "gotchiId": "10405", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "10406", + "amount": "17.6525", + "parsedAmount": "17652500000000000000" + }, + { + "gotchiId": "10408", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "10410", + "amount": "10.06", + "parsedAmount": "10060000000000000000" + }, + { + "gotchiId": "10413", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "10415", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "10417", + "amount": "9.17", + "parsedAmount": "9170000000000000000" + }, + { + "gotchiId": "10421", + "amount": "12.6275", + "parsedAmount": "12627500000000000000" + }, + { + "gotchiId": "10425", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "10427", + "amount": "10.524999999999999", + "parsedAmount": "10524999999999999000" + }, + { + "gotchiId": "10428", + "amount": "9.975", + "parsedAmount": "9975000000000000000" + }, + { + "gotchiId": "10430", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "10433", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "10434", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "10437", + "amount": "45.4825", + "parsedAmount": "45482500000000000000" + }, + { + "gotchiId": "10438", + "amount": "8.662500000000001", + "parsedAmount": "8662500000000001000" + }, + { + "gotchiId": "10442", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "10443", + "amount": "14.52", + "parsedAmount": "14520000000000000000" + }, + { + "gotchiId": "10451", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "10453", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "10456", + "amount": "8.495000000000001", + "parsedAmount": "8495000000000001000" + }, + { + "gotchiId": "10459", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "10460", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "10463", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "10464", + "amount": "2.7825", + "parsedAmount": "2782500000000000000" + }, + { + "gotchiId": "10468", + "amount": "8.885", + "parsedAmount": "8885000000000000000" + }, + { + "gotchiId": "10470", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "10471", + "amount": "12.235", + "parsedAmount": "12235000000000000000" + }, + { + "gotchiId": "10472", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "10475", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10477", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "10478", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "10487", + "amount": "49.8325", + "parsedAmount": "49832500000000000000" + }, + { + "gotchiId": "10489", + "amount": "13.3975", + "parsedAmount": "13397500000000000000" + }, + { + "gotchiId": "10492", + "amount": "20.915", + "parsedAmount": "20915000000000000000" + }, + { + "gotchiId": "10493", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "10494", + "amount": "9.469999999999999", + "parsedAmount": "9469999999999999000" + }, + { + "gotchiId": "10496", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "10498", + "amount": "21.4225", + "parsedAmount": "21422500000000000000" + }, + { + "gotchiId": "10499", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "10501", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "10502", + "amount": "13.915", + "parsedAmount": "13915000000000000000" + }, + { + "gotchiId": "10503", + "amount": "6.0375", + "parsedAmount": "6037500000000000000" + }, + { + "gotchiId": "10507", + "amount": "32.935", + "parsedAmount": "32935000000000000000" + }, + { + "gotchiId": "10512", + "amount": "6.73", + "parsedAmount": "6730000000000000000" + }, + { + "gotchiId": "10513", + "amount": "9.575", + "parsedAmount": "9575000000000000000" + }, + { + "gotchiId": "10517", + "amount": "13.1275", + "parsedAmount": "13127500000000000000" + }, + { + "gotchiId": "10518", + "amount": "8.9775", + "parsedAmount": "8977500000000000000" + }, + { + "gotchiId": "10519", + "amount": "7.3875", + "parsedAmount": "7387500000000000000" + }, + { + "gotchiId": "10520", + "amount": "21.775", + "parsedAmount": "21775000000000000000" + }, + { + "gotchiId": "10521", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "10523", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "10525", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "10530", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "10534", + "amount": "7.555", + "parsedAmount": "7555000000000000000" + }, + { + "gotchiId": "10536", + "amount": "6.53", + "parsedAmount": "6530000000000000000" + }, + { + "gotchiId": "10537", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "10539", + "amount": "11.3875", + "parsedAmount": "11387500000000000000" + }, + { + "gotchiId": "10540", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "10541", + "amount": "9.21", + "parsedAmount": "9210000000000000000" + }, + { + "gotchiId": "10542", + "amount": "14.9675", + "parsedAmount": "14967500000000000000" + }, + { + "gotchiId": "10543", + "amount": "3.125", + "parsedAmount": "3125000000000000000" + }, + { + "gotchiId": "10548", + "amount": "5.6899999999999995", + "parsedAmount": "5689999999999999500" + }, + { + "gotchiId": "10549", + "amount": "14.2775", + "parsedAmount": "14277500000000000000" + }, + { + "gotchiId": "10551", + "amount": "12.7575", + "parsedAmount": "12757500000000000000" + }, + { + "gotchiId": "10552", + "amount": "7.715", + "parsedAmount": "7715000000000000000" + }, + { + "gotchiId": "10556", + "amount": "17.315", + "parsedAmount": "17315000000000000000" + }, + { + "gotchiId": "10557", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "10560", + "amount": "6.307499999999999", + "parsedAmount": "6307499999999999000" + }, + { + "gotchiId": "10561", + "amount": "16.009999999999998", + "parsedAmount": "16009999999999998000" + }, + { + "gotchiId": "10564", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "10565", + "amount": "48.4725", + "parsedAmount": "48472500000000000000" + }, + { + "gotchiId": "10566", + "amount": "25.75", + "parsedAmount": "25750000000000000000" + }, + { + "gotchiId": "10567", + "amount": "7.87", + "parsedAmount": "7870000000000000000" + }, + { + "gotchiId": "10569", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "10571", + "amount": "25.6675", + "parsedAmount": "25667500000000000000" + }, + { + "gotchiId": "10574", + "amount": "3.0275", + "parsedAmount": "3027500000000000000" + }, + { + "gotchiId": "10576", + "amount": "12.47", + "parsedAmount": "12470000000000000000" + }, + { + "gotchiId": "10577", + "amount": "14.9725", + "parsedAmount": "14972500000000000000" + }, + { + "gotchiId": "10580", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "10582", + "amount": "28.83", + "parsedAmount": "28830000000000000000" + }, + { + "gotchiId": "10584", + "amount": "6.04", + "parsedAmount": "6040000000000000000" + }, + { + "gotchiId": "10589", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "10593", + "amount": "4.842499999999999", + "parsedAmount": "4842499999999999000" + }, + { + "gotchiId": "10594", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "10595", + "amount": "13.395", + "parsedAmount": "13395000000000000000" + }, + { + "gotchiId": "10596", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "10602", + "amount": "9.1275", + "parsedAmount": "9127500000000000000" + }, + { + "gotchiId": "10611", + "amount": "11.835", + "parsedAmount": "11835000000000000000" + }, + { + "gotchiId": "10614", + "amount": "7.715", + "parsedAmount": "7715000000000000000" + }, + { + "gotchiId": "10615", + "amount": "97.7025", + "parsedAmount": "97702500000000000000" + }, + { + "gotchiId": "10616", + "amount": "65.205", + "parsedAmount": "65205000000000000000" + }, + { + "gotchiId": "10618", + "amount": "23.037499999999998", + "parsedAmount": "23037499999999998000" + }, + { + "gotchiId": "10619", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "10620", + "amount": "9.5375", + "parsedAmount": "9537500000000000000" + }, + { + "gotchiId": "10624", + "amount": "23.175", + "parsedAmount": "23175000000000000000" + }, + { + "gotchiId": "10625", + "amount": "28.1075", + "parsedAmount": "28107500000000000000" + }, + { + "gotchiId": "10626", + "amount": "8.5275", + "parsedAmount": "8527500000000000000" + }, + { + "gotchiId": "10627", + "amount": "40.405", + "parsedAmount": "40405000000000000000" + }, + { + "gotchiId": "10630", + "amount": "14.675", + "parsedAmount": "14675000000000000000" + }, + { + "gotchiId": "10631", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "10632", + "amount": "10.23", + "parsedAmount": "10230000000000000000" + }, + { + "gotchiId": "10633", + "amount": "23.8425", + "parsedAmount": "23842500000000000000" + }, + { + "gotchiId": "10634", + "amount": "8.0575", + "parsedAmount": "8057500000000000000" + }, + { + "gotchiId": "10637", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "10638", + "amount": "5.8875", + "parsedAmount": "5887500000000000000" + }, + { + "gotchiId": "10644", + "amount": "1744.4850000000001", + "parsedAmount": "1744485000000000100000" + }, + { + "gotchiId": "10646", + "amount": "48.1925", + "parsedAmount": "48192500000000000000" + }, + { + "gotchiId": "10647", + "amount": "47.5875", + "parsedAmount": "47587500000000000000" + }, + { + "gotchiId": "10649", + "amount": "12.5625", + "parsedAmount": "12562500000000000000" + }, + { + "gotchiId": "10650", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "10652", + "amount": "8", + "parsedAmount": "8000000000000000000" + }, + { + "gotchiId": "10653", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "10654", + "amount": "2.0425", + "parsedAmount": "2042500000000000000" + }, + { + "gotchiId": "10656", + "amount": "14.465", + "parsedAmount": "14465000000000000000" + }, + { + "gotchiId": "10657", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "10660", + "amount": "15.309999999999999", + "parsedAmount": "15309999999999999000" + }, + { + "gotchiId": "10662", + "amount": "11.2525", + "parsedAmount": "11252500000000000000" + }, + { + "gotchiId": "10664", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "10665", + "amount": "5.8125", + "parsedAmount": "5812500000000000000" + }, + { + "gotchiId": "10667", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "10668", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "10669", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "10675", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "10677", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "10682", + "amount": "3.5575", + "parsedAmount": "3557500000000000000" + }, + { + "gotchiId": "10685", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "10687", + "amount": "5.737500000000001", + "parsedAmount": "5737500000000001000" + }, + { + "gotchiId": "10689", + "amount": "4.0925", + "parsedAmount": "4092500000000000000" + }, + { + "gotchiId": "10690", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "10692", + "amount": "13.715", + "parsedAmount": "13715000000000000000" + }, + { + "gotchiId": "10698", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "10704", + "amount": "18.470000000000002", + "parsedAmount": "18470000000000002000" + }, + { + "gotchiId": "10705", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "10708", + "amount": "13.152499999999998", + "parsedAmount": "13152499999999998000" + }, + { + "gotchiId": "10715", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "10717", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "10718", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "10722", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "10727", + "amount": "11.215", + "parsedAmount": "11215000000000000000" + }, + { + "gotchiId": "10730", + "amount": "5.9975000000000005", + "parsedAmount": "5997500000000000500" + }, + { + "gotchiId": "10733", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "10734", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "10735", + "amount": "15.264999999999999", + "parsedAmount": "15264999999999999000" + }, + { + "gotchiId": "10736", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "10738", + "amount": "9.36", + "parsedAmount": "9360000000000000000" + }, + { + "gotchiId": "10739", + "amount": "9.97", + "parsedAmount": "9970000000000000000" + }, + { + "gotchiId": "10745", + "amount": "36.5825", + "parsedAmount": "36582500000000000000" + }, + { + "gotchiId": "10746", + "amount": "15.5875", + "parsedAmount": "15587500000000000000" + }, + { + "gotchiId": "10750", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "10751", + "amount": "4.425", + "parsedAmount": "4425000000000000000" + }, + { + "gotchiId": "10752", + "amount": "13.032499999999999", + "parsedAmount": "13032499999999999000" + }, + { + "gotchiId": "10753", + "amount": "9.96", + "parsedAmount": "9960000000000000000" + }, + { + "gotchiId": "10759", + "amount": "5.44", + "parsedAmount": "5440000000000000000" + }, + { + "gotchiId": "10760", + "amount": "13.1025", + "parsedAmount": "13102500000000000000" + }, + { + "gotchiId": "10763", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "10764", + "amount": "9.295", + "parsedAmount": "9295000000000000000" + }, + { + "gotchiId": "10766", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "10768", + "amount": "50.5425", + "parsedAmount": "50542500000000000000" + }, + { + "gotchiId": "10771", + "amount": "5.9175", + "parsedAmount": "5917500000000000000" + }, + { + "gotchiId": "10773", + "amount": "3.7525", + "parsedAmount": "3752500000000000000" + }, + { + "gotchiId": "10774", + "amount": "3.45", + "parsedAmount": "3450000000000000000" + }, + { + "gotchiId": "10775", + "amount": "29.905", + "parsedAmount": "29905000000000000000" + }, + { + "gotchiId": "10778", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "10779", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "10780", + "amount": "23.9875", + "parsedAmount": "23987500000000000000" + }, + { + "gotchiId": "10781", + "amount": "25", + "parsedAmount": "25000000000000000000" + }, + { + "gotchiId": "10783", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "10785", + "amount": "9.4", + "parsedAmount": "9400000000000000000" + }, + { + "gotchiId": "10786", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "10787", + "amount": "7.64", + "parsedAmount": "7640000000000000000" + }, + { + "gotchiId": "10793", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "10794", + "amount": "25.66", + "parsedAmount": "25660000000000000000" + }, + { + "gotchiId": "10798", + "amount": "4.67", + "parsedAmount": "4670000000000000000" + }, + { + "gotchiId": "10800", + "amount": "15.255", + "parsedAmount": "15255000000000000000" + }, + { + "gotchiId": "10802", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "10803", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "10808", + "amount": "20.815", + "parsedAmount": "20815000000000000000" + }, + { + "gotchiId": "10810", + "amount": "15.7325", + "parsedAmount": "15732500000000000000" + }, + { + "gotchiId": "10812", + "amount": "8.709999999999999", + "parsedAmount": "8709999999999999000" + }, + { + "gotchiId": "10814", + "amount": "16.5175", + "parsedAmount": "16517500000000000000" + }, + { + "gotchiId": "10818", + "amount": "47.175", + "parsedAmount": "47175000000000000000" + }, + { + "gotchiId": "10819", + "amount": "13.5525", + "parsedAmount": "13552500000000000000" + }, + { + "gotchiId": "10820", + "amount": "3.3675", + "parsedAmount": "3367500000000000000" + }, + { + "gotchiId": "10821", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "10827", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "10829", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "10830", + "amount": "19.862499999999997", + "parsedAmount": "19862499999999997000" + }, + { + "gotchiId": "10831", + "amount": "18.29", + "parsedAmount": "18290000000000000000" + }, + { + "gotchiId": "10833", + "amount": "10.67", + "parsedAmount": "10670000000000000000" + }, + { + "gotchiId": "10834", + "amount": "8.6525", + "parsedAmount": "8652500000000000000" + }, + { + "gotchiId": "10837", + "amount": "19.5375", + "parsedAmount": "19537500000000000000" + }, + { + "gotchiId": "10841", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + } + ], + "totalAmount": "9324400000000000099500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558602, + "gasUsed": "9743736" + }, + { + "batchIndex": 10, + "transactionHash": "0x6f4dc2fe2bbce2bee21e0d895e4d84df9f6f494c8d323785bbc66632610db018", + "timestamp": "2025-10-08T06:55:56.003Z", + "gotchiRewards": [ + { + "gotchiId": "10842", + "amount": "14.100000000000001", + "parsedAmount": "14100000000000001000" + }, + { + "gotchiId": "10843", + "amount": "3.6475", + "parsedAmount": "3647500000000000000" + }, + { + "gotchiId": "10844", + "amount": "17.3775", + "parsedAmount": "17377500000000000000" + }, + { + "gotchiId": "10847", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "10848", + "amount": "10.4125", + "parsedAmount": "10412500000000000000" + }, + { + "gotchiId": "10849", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "10851", + "amount": "6.817500000000001", + "parsedAmount": "6817500000000001000" + }, + { + "gotchiId": "10852", + "amount": "8.8225", + "parsedAmount": "8822500000000000000" + }, + { + "gotchiId": "10853", + "amount": "26.794999999999998", + "parsedAmount": "26794999999999998000" + }, + { + "gotchiId": "10854", + "amount": "39.29", + "parsedAmount": "39290000000000000000" + }, + { + "gotchiId": "10858", + "amount": "4.695", + "parsedAmount": "4695000000000000000" + }, + { + "gotchiId": "10859", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "10861", + "amount": "4.22", + "parsedAmount": "4220000000000000000" + }, + { + "gotchiId": "10862", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "10864", + "amount": "9.8925", + "parsedAmount": "9892500000000000000" + }, + { + "gotchiId": "10868", + "amount": "18.752499999999998", + "parsedAmount": "18752499999999998000" + }, + { + "gotchiId": "10869", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "10871", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "10877", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "10879", + "amount": "40.8675", + "parsedAmount": "40867500000000000000" + }, + { + "gotchiId": "10880", + "amount": "23.7025", + "parsedAmount": "23702500000000000000" + }, + { + "gotchiId": "10882", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "10884", + "amount": "7.85", + "parsedAmount": "7850000000000000000" + }, + { + "gotchiId": "10886", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "10892", + "amount": "18.892500000000002", + "parsedAmount": "18892500000000002000" + }, + { + "gotchiId": "10896", + "amount": "15.6275", + "parsedAmount": "15627500000000000000" + }, + { + "gotchiId": "10902", + "amount": "17.3575", + "parsedAmount": "17357500000000000000" + }, + { + "gotchiId": "10906", + "amount": "15.9575", + "parsedAmount": "15957500000000000000" + }, + { + "gotchiId": "10908", + "amount": "3.98", + "parsedAmount": "3980000000000000000" + }, + { + "gotchiId": "10909", + "amount": "93.565", + "parsedAmount": "93565000000000000000" + }, + { + "gotchiId": "10911", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "10912", + "amount": "2.6", + "parsedAmount": "2600000000000000000" + }, + { + "gotchiId": "10913", + "amount": "11.1175", + "parsedAmount": "11117500000000000000" + }, + { + "gotchiId": "10915", + "amount": "6.375", + "parsedAmount": "6375000000000000000" + }, + { + "gotchiId": "10916", + "amount": "10.565000000000001", + "parsedAmount": "10565000000000001000" + }, + { + "gotchiId": "10918", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "10921", + "amount": "10.282499999999999", + "parsedAmount": "10282499999999999000" + }, + { + "gotchiId": "10925", + "amount": "10.71", + "parsedAmount": "10710000000000000000" + }, + { + "gotchiId": "10926", + "amount": "12.6125", + "parsedAmount": "12612500000000000000" + }, + { + "gotchiId": "10928", + "amount": "5.065", + "parsedAmount": "5065000000000000000" + }, + { + "gotchiId": "10929", + "amount": "24.6575", + "parsedAmount": "24657500000000000000" + }, + { + "gotchiId": "10935", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "10936", + "amount": "18.052500000000002", + "parsedAmount": "18052500000000002000" + }, + { + "gotchiId": "10937", + "amount": "4.9425", + "parsedAmount": "4942500000000000000" + }, + { + "gotchiId": "10938", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "10939", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "10941", + "amount": "8.81", + "parsedAmount": "8810000000000000000" + }, + { + "gotchiId": "10951", + "amount": "10.5875", + "parsedAmount": "10587500000000000000" + }, + { + "gotchiId": "10952", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "10953", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "10955", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "10956", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "10958", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "10959", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "10960", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "10964", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "10967", + "amount": "8.11", + "parsedAmount": "8110000000000000000" + }, + { + "gotchiId": "10968", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "10969", + "amount": "14.5", + "parsedAmount": "14500000000000000000" + }, + { + "gotchiId": "10971", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "10972", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "10974", + "amount": "3.3775", + "parsedAmount": "3377500000000000000" + }, + { + "gotchiId": "10977", + "amount": "15.412499999999998", + "parsedAmount": "15412499999999998000" + }, + { + "gotchiId": "10979", + "amount": "15.93", + "parsedAmount": "15930000000000000000" + }, + { + "gotchiId": "10983", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "10984", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "10985", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "10988", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "10990", + "amount": "9.192499999999999", + "parsedAmount": "9192499999999999000" + }, + { + "gotchiId": "10992", + "amount": "6.0525", + "parsedAmount": "6052500000000000000" + }, + { + "gotchiId": "10994", + "amount": "3.45", + "parsedAmount": "3450000000000000000" + }, + { + "gotchiId": "10996", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "10998", + "amount": "7.155", + "parsedAmount": "7155000000000000000" + }, + { + "gotchiId": "11000", + "amount": "31.720000000000002", + "parsedAmount": "31720000000000002000" + }, + { + "gotchiId": "11003", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "11005", + "amount": "18.8775", + "parsedAmount": "18877500000000000000" + }, + { + "gotchiId": "11006", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "11007", + "amount": "27.654999999999998", + "parsedAmount": "27654999999999998000" + }, + { + "gotchiId": "11008", + "amount": "32.857499999999995", + "parsedAmount": "32857499999999995000" + }, + { + "gotchiId": "11009", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "11010", + "amount": "15.409999999999998", + "parsedAmount": "15409999999999998000" + }, + { + "gotchiId": "11012", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "11013", + "amount": "6.3425", + "parsedAmount": "6342500000000000000" + }, + { + "gotchiId": "11014", + "amount": "11.2925", + "parsedAmount": "11292500000000000000" + }, + { + "gotchiId": "11015", + "amount": "38.235", + "parsedAmount": "38235000000000000000" + }, + { + "gotchiId": "11017", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "11019", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "11020", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "11021", + "amount": "21.5875", + "parsedAmount": "21587500000000000000" + }, + { + "gotchiId": "11023", + "amount": "64.6575", + "parsedAmount": "64657500000000000000" + }, + { + "gotchiId": "11024", + "amount": "13.99", + "parsedAmount": "13990000000000000000" + }, + { + "gotchiId": "11026", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "11027", + "amount": "30.91", + "parsedAmount": "30910000000000000000" + }, + { + "gotchiId": "11029", + "amount": "17.46", + "parsedAmount": "17460000000000000000" + }, + { + "gotchiId": "11030", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "11031", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "11033", + "amount": "61.790000000000006", + "parsedAmount": "61790000000000006000" + }, + { + "gotchiId": "11034", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "11035", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "11038", + "amount": "11.46", + "parsedAmount": "11460000000000000000" + }, + { + "gotchiId": "11040", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "11041", + "amount": "9.959999999999999", + "parsedAmount": "9959999999999999000" + }, + { + "gotchiId": "11043", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "11045", + "amount": "6.984999999999999", + "parsedAmount": "6984999999999999000" + }, + { + "gotchiId": "11047", + "amount": "48.589999999999996", + "parsedAmount": "48589999999999996000" + }, + { + "gotchiId": "11048", + "amount": "7.0325", + "parsedAmount": "7032500000000000000" + }, + { + "gotchiId": "11049", + "amount": "13.67", + "parsedAmount": "13670000000000000000" + }, + { + "gotchiId": "11051", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "11055", + "amount": "26.792499999999997", + "parsedAmount": "26792499999999997000" + }, + { + "gotchiId": "11056", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11057", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "11059", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "11061", + "amount": "24.56", + "parsedAmount": "24560000000000000000" + }, + { + "gotchiId": "11065", + "amount": "27.712500000000002", + "parsedAmount": "27712500000000002000" + }, + { + "gotchiId": "11068", + "amount": "10.967500000000001", + "parsedAmount": "10967500000000001000" + }, + { + "gotchiId": "11070", + "amount": "57.660000000000004", + "parsedAmount": "57660000000000004000" + }, + { + "gotchiId": "11071", + "amount": "6.53", + "parsedAmount": "6530000000000000000" + }, + { + "gotchiId": "11073", + "amount": "7.2124999999999995", + "parsedAmount": "7212499999999999500" + }, + { + "gotchiId": "11076", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "11078", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "11079", + "amount": "35.337500000000006", + "parsedAmount": "35337500000000006000" + }, + { + "gotchiId": "11081", + "amount": "16.4225", + "parsedAmount": "16422500000000000000" + }, + { + "gotchiId": "11082", + "amount": "33.155", + "parsedAmount": "33155000000000000000" + }, + { + "gotchiId": "11084", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "11085", + "amount": "14.4675", + "parsedAmount": "14467500000000000000" + }, + { + "gotchiId": "11086", + "amount": "4.7475000000000005", + "parsedAmount": "4747500000000000500" + }, + { + "gotchiId": "11088", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "11091", + "amount": "13.1975", + "parsedAmount": "13197500000000000000" + }, + { + "gotchiId": "11093", + "amount": "12.08", + "parsedAmount": "12080000000000000000" + }, + { + "gotchiId": "11094", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "11098", + "amount": "7.505000000000001", + "parsedAmount": "7505000000000001000" + }, + { + "gotchiId": "11099", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "11102", + "amount": "3", + "parsedAmount": "3000000000000000000" + }, + { + "gotchiId": "11103", + "amount": "11.3575", + "parsedAmount": "11357500000000000000" + }, + { + "gotchiId": "11104", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "11105", + "amount": "10.782499999999999", + "parsedAmount": "10782499999999999000" + }, + { + "gotchiId": "11106", + "amount": "6.827500000000001", + "parsedAmount": "6827500000000001000" + }, + { + "gotchiId": "11112", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "11116", + "amount": "5.640000000000001", + "parsedAmount": "5640000000000001000" + }, + { + "gotchiId": "11123", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "11126", + "amount": "18.042499999999997", + "parsedAmount": "18042499999999997000" + }, + { + "gotchiId": "11129", + "amount": "10.115", + "parsedAmount": "10115000000000000000" + }, + { + "gotchiId": "11130", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "11133", + "amount": "23.28", + "parsedAmount": "23280000000000000000" + }, + { + "gotchiId": "11134", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "11136", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "11138", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "11139", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "11141", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "11142", + "amount": "14.294999999999998", + "parsedAmount": "14294999999999998000" + }, + { + "gotchiId": "11143", + "amount": "10.71", + "parsedAmount": "10710000000000000000" + }, + { + "gotchiId": "11144", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "11148", + "amount": "29.6475", + "parsedAmount": "29647500000000000000" + }, + { + "gotchiId": "11150", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "11155", + "amount": "14.532499999999999", + "parsedAmount": "14532499999999999000" + }, + { + "gotchiId": "11156", + "amount": "76.7425", + "parsedAmount": "76742500000000000000" + }, + { + "gotchiId": "11157", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "11160", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "11161", + "amount": "10.9975", + "parsedAmount": "10997500000000000000" + }, + { + "gotchiId": "11162", + "amount": "7.9775", + "parsedAmount": "7977500000000000000" + }, + { + "gotchiId": "11168", + "amount": "16.9125", + "parsedAmount": "16912500000000000000" + }, + { + "gotchiId": "11169", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "11170", + "amount": "964.3125", + "parsedAmount": "964312500000000000000" + }, + { + "gotchiId": "11177", + "amount": "13.817499999999999", + "parsedAmount": "13817499999999999000" + }, + { + "gotchiId": "11181", + "amount": "6.9975", + "parsedAmount": "6997500000000000000" + }, + { + "gotchiId": "11182", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "11186", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "11188", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "11189", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "11190", + "amount": "14.315", + "parsedAmount": "14315000000000000000" + }, + { + "gotchiId": "11191", + "amount": "40.8025", + "parsedAmount": "40802500000000000000" + }, + { + "gotchiId": "11192", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "11194", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "11195", + "amount": "17.3525", + "parsedAmount": "17352500000000000000" + }, + { + "gotchiId": "11196", + "amount": "6.3175", + "parsedAmount": "6317500000000000000" + }, + { + "gotchiId": "11197", + "amount": "14.185", + "parsedAmount": "14185000000000000000" + }, + { + "gotchiId": "11199", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "11200", + "amount": "2.2025", + "parsedAmount": "2202500000000000000" + }, + { + "gotchiId": "11202", + "amount": "10.7975", + "parsedAmount": "10797500000000000000" + }, + { + "gotchiId": "11204", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "11205", + "amount": "78.8125", + "parsedAmount": "78812500000000000000" + }, + { + "gotchiId": "11208", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "11212", + "amount": "11.98", + "parsedAmount": "11980000000000000000" + }, + { + "gotchiId": "11213", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "11214", + "amount": "24.900000000000002", + "parsedAmount": "24900000000000002000" + }, + { + "gotchiId": "11218", + "amount": "117.40249999999999", + "parsedAmount": "117402499999999990000" + }, + { + "gotchiId": "11219", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "11220", + "amount": "15.9375", + "parsedAmount": "15937500000000000000" + }, + { + "gotchiId": "11222", + "amount": "40.0475", + "parsedAmount": "40047500000000000000" + }, + { + "gotchiId": "11227", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "11230", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "11231", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "11232", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "11234", + "amount": "11.21", + "parsedAmount": "11210000000000000000" + }, + { + "gotchiId": "11235", + "amount": "10.709999999999999", + "parsedAmount": "10709999999999999000" + }, + { + "gotchiId": "11237", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "11238", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "11242", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "11243", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "11245", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "11248", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "11253", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "11254", + "amount": "28.942499999999995", + "parsedAmount": "28942499999999995000" + }, + { + "gotchiId": "11257", + "amount": "9.625", + "parsedAmount": "9625000000000000000" + }, + { + "gotchiId": "11259", + "amount": "22.69", + "parsedAmount": "22690000000000000000" + }, + { + "gotchiId": "11266", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "11267", + "amount": "1590.68", + "parsedAmount": "1590680000000000000000" + }, + { + "gotchiId": "11268", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "11270", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "11273", + "amount": "11.0025", + "parsedAmount": "11002500000000000000" + }, + { + "gotchiId": "11275", + "amount": "3.0025", + "parsedAmount": "3002500000000000000" + }, + { + "gotchiId": "11278", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "11279", + "amount": "145.59", + "parsedAmount": "145590000000000000000" + }, + { + "gotchiId": "11281", + "amount": "7", + "parsedAmount": "7000000000000000000" + }, + { + "gotchiId": "11283", + "amount": "11.445", + "parsedAmount": "11445000000000000000" + }, + { + "gotchiId": "11285", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "11286", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "11287", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "11288", + "amount": "10.305", + "parsedAmount": "10305000000000000000" + }, + { + "gotchiId": "11289", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "11291", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "11293", + "amount": "21.9975", + "parsedAmount": "21997500000000000000" + }, + { + "gotchiId": "11294", + "amount": "14.292499999999999", + "parsedAmount": "14292499999999999000" + }, + { + "gotchiId": "11295", + "amount": "8.0075", + "parsedAmount": "8007500000000000000" + }, + { + "gotchiId": "11301", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "11302", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "11304", + "amount": "18.755", + "parsedAmount": "18755000000000000000" + }, + { + "gotchiId": "11307", + "amount": "2.665", + "parsedAmount": "2665000000000000000" + }, + { + "gotchiId": "11309", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "11312", + "amount": "7.1049999999999995", + "parsedAmount": "7104999999999999500" + }, + { + "gotchiId": "11316", + "amount": "10.3225", + "parsedAmount": "10322500000000000000" + }, + { + "gotchiId": "11317", + "amount": "9.645", + "parsedAmount": "9645000000000000000" + }, + { + "gotchiId": "11319", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "11323", + "amount": "14.267500000000002", + "parsedAmount": "14267500000000002000" + }, + { + "gotchiId": "11325", + "amount": "7.0649999999999995", + "parsedAmount": "7064999999999999500" + }, + { + "gotchiId": "11327", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "11330", + "amount": "8.1175", + "parsedAmount": "8117500000000000000" + }, + { + "gotchiId": "11336", + "amount": "17.71", + "parsedAmount": "17710000000000000000" + }, + { + "gotchiId": "11338", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "11341", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "11342", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "11346", + "amount": "6.965", + "parsedAmount": "6965000000000000000" + }, + { + "gotchiId": "11349", + "amount": "6.2700000000000005", + "parsedAmount": "6270000000000000500" + }, + { + "gotchiId": "11350", + "amount": "15.2075", + "parsedAmount": "15207500000000000000" + }, + { + "gotchiId": "11351", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "11353", + "amount": "7.0075", + "parsedAmount": "7007500000000000000" + }, + { + "gotchiId": "11354", + "amount": "41.8775", + "parsedAmount": "41877500000000000000" + }, + { + "gotchiId": "11359", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "11362", + "amount": "22.395", + "parsedAmount": "22395000000000000000" + }, + { + "gotchiId": "11363", + "amount": "7.5575", + "parsedAmount": "7557500000000000000" + }, + { + "gotchiId": "11364", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "11366", + "amount": "14.3925", + "parsedAmount": "14392500000000000000" + }, + { + "gotchiId": "11368", + "amount": "37.6375", + "parsedAmount": "37637500000000000000" + }, + { + "gotchiId": "11370", + "amount": "17.634999999999998", + "parsedAmount": "17634999999999998000" + }, + { + "gotchiId": "11371", + "amount": "14.335", + "parsedAmount": "14335000000000000000" + }, + { + "gotchiId": "11373", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "11374", + "amount": "3.3475", + "parsedAmount": "3347500000000000000" + }, + { + "gotchiId": "11375", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "11376", + "amount": "6.18", + "parsedAmount": "6180000000000000000" + }, + { + "gotchiId": "11377", + "amount": "6.772500000000001", + "parsedAmount": "6772500000000001000" + }, + { + "gotchiId": "11378", + "amount": "11.865", + "parsedAmount": "11865000000000000000" + }, + { + "gotchiId": "11380", + "amount": "7.7925", + "parsedAmount": "7792500000000000000" + }, + { + "gotchiId": "11381", + "amount": "10.2775", + "parsedAmount": "10277500000000000000" + }, + { + "gotchiId": "11382", + "amount": "16.037499999999998", + "parsedAmount": "16037499999999998000" + }, + { + "gotchiId": "11383", + "amount": "42.4775", + "parsedAmount": "42477500000000000000" + }, + { + "gotchiId": "11386", + "amount": "48.919999999999995", + "parsedAmount": "48919999999999995000" + }, + { + "gotchiId": "11387", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "11391", + "amount": "4.9350000000000005", + "parsedAmount": "4935000000000000500" + }, + { + "gotchiId": "11392", + "amount": "18.4625", + "parsedAmount": "18462500000000000000" + }, + { + "gotchiId": "11393", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "11395", + "amount": "12.247499999999999", + "parsedAmount": "12247499999999999000" + }, + { + "gotchiId": "11398", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "11401", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "11402", + "amount": "16.675", + "parsedAmount": "16675000000000000000" + }, + { + "gotchiId": "11405", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "11406", + "amount": "10.015", + "parsedAmount": "10015000000000000000" + }, + { + "gotchiId": "11418", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "11419", + "amount": "8.567499999999999", + "parsedAmount": "8567499999999999000" + }, + { + "gotchiId": "11421", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "11422", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "11423", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11428", + "amount": "15.512500000000001", + "parsedAmount": "15512500000000001000" + }, + { + "gotchiId": "11429", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "11430", + "amount": "10.695", + "parsedAmount": "10695000000000000000" + }, + { + "gotchiId": "11431", + "amount": "6.86", + "parsedAmount": "6860000000000000000" + }, + { + "gotchiId": "11432", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "11433", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "11437", + "amount": "9.78", + "parsedAmount": "9780000000000000000" + }, + { + "gotchiId": "11441", + "amount": "12.747499999999999", + "parsedAmount": "12747499999999999000" + }, + { + "gotchiId": "11443", + "amount": "14.3375", + "parsedAmount": "14337500000000000000" + }, + { + "gotchiId": "11447", + "amount": "16.794999999999998", + "parsedAmount": "16794999999999998000" + }, + { + "gotchiId": "11456", + "amount": "15.6425", + "parsedAmount": "15642500000000000000" + }, + { + "gotchiId": "11457", + "amount": "9.1125", + "parsedAmount": "9112500000000000000" + }, + { + "gotchiId": "11458", + "amount": "11.085", + "parsedAmount": "11085000000000000000" + }, + { + "gotchiId": "11459", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "11462", + "amount": "5.185", + "parsedAmount": "5185000000000000000" + }, + { + "gotchiId": "11463", + "amount": "10.105", + "parsedAmount": "10105000000000000000" + }, + { + "gotchiId": "11468", + "amount": "7.459999999999999", + "parsedAmount": "7459999999999999000" + }, + { + "gotchiId": "11470", + "amount": "13.6575", + "parsedAmount": "13657500000000000000" + }, + { + "gotchiId": "11472", + "amount": "7.355", + "parsedAmount": "7355000000000000000" + }, + { + "gotchiId": "11478", + "amount": "11.754999999999999", + "parsedAmount": "11754999999999999000" + }, + { + "gotchiId": "11479", + "amount": "19.104999999999997", + "parsedAmount": "19104999999999997000" + }, + { + "gotchiId": "11482", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "11487", + "amount": "78.525", + "parsedAmount": "78525000000000000000" + }, + { + "gotchiId": "11492", + "amount": "30.675", + "parsedAmount": "30675000000000000000" + }, + { + "gotchiId": "11496", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "11501", + "amount": "10.7175", + "parsedAmount": "10717500000000000000" + }, + { + "gotchiId": "11506", + "amount": "9.4125", + "parsedAmount": "9412500000000000000" + }, + { + "gotchiId": "11507", + "amount": "11.975", + "parsedAmount": "11975000000000000000" + }, + { + "gotchiId": "11510", + "amount": "7.41", + "parsedAmount": "7410000000000000000" + }, + { + "gotchiId": "11513", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "11516", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "11517", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "11519", + "amount": "47.775", + "parsedAmount": "47775000000000000000" + }, + { + "gotchiId": "11521", + "amount": "36.042500000000004", + "parsedAmount": "36042500000000004000" + }, + { + "gotchiId": "11523", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "11524", + "amount": "37.5625", + "parsedAmount": "37562500000000000000" + }, + { + "gotchiId": "11525", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "11526", + "amount": "12.082500000000001", + "parsedAmount": "12082500000000001000" + }, + { + "gotchiId": "11527", + "amount": "20.365", + "parsedAmount": "20365000000000000000" + }, + { + "gotchiId": "11528", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "11529", + "amount": "10.5025", + "parsedAmount": "10502500000000000000" + }, + { + "gotchiId": "11530", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "11531", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "11534", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "11535", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "11537", + "amount": "6.050000000000001", + "parsedAmount": "6050000000000001000" + }, + { + "gotchiId": "11540", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "11543", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "11544", + "amount": "102.1975", + "parsedAmount": "102197500000000000000" + }, + { + "gotchiId": "11545", + "amount": "10.25", + "parsedAmount": "10250000000000000000" + }, + { + "gotchiId": "11546", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "11548", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "11549", + "amount": "14.625", + "parsedAmount": "14625000000000000000" + }, + { + "gotchiId": "11551", + "amount": "4.8100000000000005", + "parsedAmount": "4810000000000000500" + }, + { + "gotchiId": "11553", + "amount": "17.9225", + "parsedAmount": "17922500000000000000" + }, + { + "gotchiId": "11554", + "amount": "24.7875", + "parsedAmount": "24787500000000000000" + }, + { + "gotchiId": "11556", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "11563", + "amount": "7.5825", + "parsedAmount": "7582500000000000000" + }, + { + "gotchiId": "11566", + "amount": "17.6825", + "parsedAmount": "17682500000000000000" + }, + { + "gotchiId": "11567", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "11569", + "amount": "12.91", + "parsedAmount": "12910000000000000000" + }, + { + "gotchiId": "11570", + "amount": "11.2775", + "parsedAmount": "11277500000000000000" + }, + { + "gotchiId": "11572", + "amount": "9.325000000000001", + "parsedAmount": "9325000000000001000" + }, + { + "gotchiId": "11575", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "11578", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "11580", + "amount": "10.5325", + "parsedAmount": "10532500000000000000" + }, + { + "gotchiId": "11582", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "11584", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "11585", + "amount": "4.67", + "parsedAmount": "4670000000000000000" + }, + { + "gotchiId": "11587", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "11588", + "amount": "7.11", + "parsedAmount": "7110000000000000000" + }, + { + "gotchiId": "11589", + "amount": "8.99", + "parsedAmount": "8990000000000000000" + }, + { + "gotchiId": "11590", + "amount": "19.88", + "parsedAmount": "19880000000000000000" + }, + { + "gotchiId": "11593", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "11594", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "11598", + "amount": "19.4425", + "parsedAmount": "19442500000000000000" + }, + { + "gotchiId": "11604", + "amount": "13.969999999999999", + "parsedAmount": "13969999999999999000" + }, + { + "gotchiId": "11605", + "amount": "10.43", + "parsedAmount": "10430000000000000000" + }, + { + "gotchiId": "11607", + "amount": "18.5575", + "parsedAmount": "18557500000000000000" + }, + { + "gotchiId": "11610", + "amount": "9.535", + "parsedAmount": "9535000000000000000" + }, + { + "gotchiId": "11611", + "amount": "39.89", + "parsedAmount": "39890000000000000000" + }, + { + "gotchiId": "11612", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "11613", + "amount": "7.3175", + "parsedAmount": "7317500000000000000" + }, + { + "gotchiId": "11614", + "amount": "16.27", + "parsedAmount": "16270000000000000000" + }, + { + "gotchiId": "11615", + "amount": "10.4125", + "parsedAmount": "10412500000000000000" + }, + { + "gotchiId": "11616", + "amount": "10.9175", + "parsedAmount": "10917500000000000000" + }, + { + "gotchiId": "11619", + "amount": "12.81", + "parsedAmount": "12810000000000000000" + }, + { + "gotchiId": "11620", + "amount": "7.2575", + "parsedAmount": "7257500000000000000" + }, + { + "gotchiId": "11621", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "11624", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "11630", + "amount": "18.497500000000002", + "parsedAmount": "18497500000000002000" + }, + { + "gotchiId": "11637", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "11643", + "amount": "9.2225", + "parsedAmount": "9222500000000000000" + }, + { + "gotchiId": "11644", + "amount": "3.1825", + "parsedAmount": "3182500000000000000" + }, + { + "gotchiId": "11647", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "11650", + "amount": "6.5425", + "parsedAmount": "6542500000000000000" + }, + { + "gotchiId": "11651", + "amount": "3.15", + "parsedAmount": "3150000000000000000" + }, + { + "gotchiId": "11655", + "amount": "11.5625", + "parsedAmount": "11562500000000000000" + }, + { + "gotchiId": "11656", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "11657", + "amount": "10.63", + "parsedAmount": "10630000000000000000" + }, + { + "gotchiId": "11658", + "amount": "21.235", + "parsedAmount": "21235000000000000000" + }, + { + "gotchiId": "11659", + "amount": "18.96", + "parsedAmount": "18960000000000000000" + }, + { + "gotchiId": "11661", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "11663", + "amount": "171.1475", + "parsedAmount": "171147500000000000000" + }, + { + "gotchiId": "11669", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "11672", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11673", + "amount": "9.030000000000001", + "parsedAmount": "9030000000000001000" + }, + { + "gotchiId": "11677", + "amount": "2.24", + "parsedAmount": "2240000000000000000" + }, + { + "gotchiId": "11678", + "amount": "23.7775", + "parsedAmount": "23777500000000000000" + }, + { + "gotchiId": "11680", + "amount": "21.9775", + "parsedAmount": "21977500000000000000" + }, + { + "gotchiId": "11681", + "amount": "10.7725", + "parsedAmount": "10772500000000000000" + }, + { + "gotchiId": "11684", + "amount": "15.8525", + "parsedAmount": "15852500000000000000" + }, + { + "gotchiId": "11687", + "amount": "3.17", + "parsedAmount": "3170000000000000000" + }, + { + "gotchiId": "11690", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "11692", + "amount": "14.8525", + "parsedAmount": "14852500000000000000" + }, + { + "gotchiId": "11694", + "amount": "8.9475", + "parsedAmount": "8947500000000000000" + }, + { + "gotchiId": "11697", + "amount": "143.70499999999998", + "parsedAmount": "143704999999999980000" + }, + { + "gotchiId": "11699", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "11703", + "amount": "8.86", + "parsedAmount": "8860000000000000000" + }, + { + "gotchiId": "11704", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "11705", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "11706", + "amount": "11.487499999999999", + "parsedAmount": "11487499999999999000" + }, + { + "gotchiId": "11712", + "amount": "7.13", + "parsedAmount": "7130000000000000000" + }, + { + "gotchiId": "11714", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "11715", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "11716", + "amount": "7.102499999999999", + "parsedAmount": "7102499999999999000" + }, + { + "gotchiId": "11717", + "amount": "13.352500000000001", + "parsedAmount": "13352500000000001000" + }, + { + "gotchiId": "11718", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "11720", + "amount": "14.78", + "parsedAmount": "14780000000000000000" + }, + { + "gotchiId": "11722", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "11723", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "11724", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "11725", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "11726", + "amount": "10.6625", + "parsedAmount": "10662500000000000000" + }, + { + "gotchiId": "11727", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "11728", + "amount": "19.080000000000002", + "parsedAmount": "19080000000000002000" + }, + { + "gotchiId": "11730", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "11732", + "amount": "42.887499999999996", + "parsedAmount": "42887499999999996000" + }, + { + "gotchiId": "11733", + "amount": "2.6225", + "parsedAmount": "2622500000000000000" + }, + { + "gotchiId": "11734", + "amount": "30.6875", + "parsedAmount": "30687500000000000000" + }, + { + "gotchiId": "11736", + "amount": "7.2975", + "parsedAmount": "7297500000000000000" + }, + { + "gotchiId": "11738", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "11746", + "amount": "23.99", + "parsedAmount": "23990000000000000000" + }, + { + "gotchiId": "11749", + "amount": "32.4625", + "parsedAmount": "32462500000000000000" + }, + { + "gotchiId": "11756", + "amount": "25.27", + "parsedAmount": "25270000000000000000" + }, + { + "gotchiId": "11759", + "amount": "16.5625", + "parsedAmount": "16562500000000000000" + }, + { + "gotchiId": "11760", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "11762", + "amount": "23.057499999999997", + "parsedAmount": "23057499999999997000" + }, + { + "gotchiId": "11763", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "11764", + "amount": "17.32", + "parsedAmount": "17320000000000000000" + }, + { + "gotchiId": "11765", + "amount": "65.4325", + "parsedAmount": "65432500000000000000" + }, + { + "gotchiId": "11766", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "11769", + "amount": "10.2125", + "parsedAmount": "10212500000000000000" + }, + { + "gotchiId": "11770", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "11771", + "amount": "13.415", + "parsedAmount": "13415000000000000000" + }, + { + "gotchiId": "11774", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "11775", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "11777", + "amount": "29.9575", + "parsedAmount": "29957500000000000000" + }, + { + "gotchiId": "11779", + "amount": "6.725", + "parsedAmount": "6725000000000000000" + }, + { + "gotchiId": "11780", + "amount": "8.9375", + "parsedAmount": "8937500000000000000" + }, + { + "gotchiId": "11782", + "amount": "24.915", + "parsedAmount": "24915000000000000000" + }, + { + "gotchiId": "11785", + "amount": "181.8025", + "parsedAmount": "181802500000000000000" + }, + { + "gotchiId": "11786", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "11787", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "11788", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "11789", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "11791", + "amount": "15.122499999999999", + "parsedAmount": "15122499999999999000" + }, + { + "gotchiId": "11792", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "11793", + "amount": "3.075", + "parsedAmount": "3075000000000000000" + }, + { + "gotchiId": "11794", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "11795", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "11798", + "amount": "7.744999999999999", + "parsedAmount": "7744999999999999000" + }, + { + "gotchiId": "11802", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "11803", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "11806", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "11808", + "amount": "14.78", + "parsedAmount": "14780000000000000000" + }, + { + "gotchiId": "11810", + "amount": "4.797499999999999", + "parsedAmount": "4797499999999999000" + }, + { + "gotchiId": "11813", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "11816", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "11817", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "11818", + "amount": "22.8175", + "parsedAmount": "22817500000000000000" + }, + { + "gotchiId": "11819", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "11821", + "amount": "12.3075", + "parsedAmount": "12307500000000000000" + }, + { + "gotchiId": "11824", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "11833", + "amount": "7.5", + "parsedAmount": "7500000000000000000" + }, + { + "gotchiId": "11834", + "amount": "6.175", + "parsedAmount": "6175000000000000000" + }, + { + "gotchiId": "11835", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "11836", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "11837", + "amount": "2.345", + "parsedAmount": "2345000000000000000" + }, + { + "gotchiId": "11841", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "11842", + "amount": "5.5600000000000005", + "parsedAmount": "5560000000000000500" + }, + { + "gotchiId": "11844", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "11852", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "11853", + "amount": "5.050000000000001", + "parsedAmount": "5050000000000001000" + }, + { + "gotchiId": "11858", + "amount": "41.9925", + "parsedAmount": "41992500000000000000" + }, + { + "gotchiId": "11859", + "amount": "12.695", + "parsedAmount": "12695000000000000000" + }, + { + "gotchiId": "11862", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "11866", + "amount": "283.22249999999997", + "parsedAmount": "283222499999999970000" + }, + { + "gotchiId": "11869", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "11870", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "11871", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "11872", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "11875", + "amount": "25.845", + "parsedAmount": "25845000000000000000" + }, + { + "gotchiId": "11877", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "11883", + "amount": "105.11000000000001", + "parsedAmount": "105110000000000010000" + }, + { + "gotchiId": "11884", + "amount": "9.425", + "parsedAmount": "9425000000000000000" + }, + { + "gotchiId": "11886", + "amount": "12.635", + "parsedAmount": "12635000000000000000" + }, + { + "gotchiId": "11887", + "amount": "41.3875", + "parsedAmount": "41387500000000000000" + }, + { + "gotchiId": "11891", + "amount": "17.8675", + "parsedAmount": "17867500000000000000" + }, + { + "gotchiId": "11892", + "amount": "12.515", + "parsedAmount": "12515000000000000000" + }, + { + "gotchiId": "11893", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "11894", + "amount": "14.4275", + "parsedAmount": "14427500000000000000" + } + ], + "totalAmount": "9424152499999999929000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558605, + "gasUsed": "9145470" + }, + { + "batchIndex": 11, + "transactionHash": "0x1fb6419ce6d5e49d5b79a479e759ecbc6c2857ccb88ba8fb679dc3b92164af61", + "timestamp": "2025-10-08T06:55:58.822Z", + "gotchiRewards": [ + { + "gotchiId": "11895", + "amount": "13.8225", + "parsedAmount": "13822500000000000000" + }, + { + "gotchiId": "11896", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "11897", + "amount": "10.0625", + "parsedAmount": "10062500000000000000" + }, + { + "gotchiId": "11902", + "amount": "50.6225", + "parsedAmount": "50622500000000000000" + }, + { + "gotchiId": "11903", + "amount": "52.269999999999996", + "parsedAmount": "52269999999999996000" + }, + { + "gotchiId": "11907", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "11913", + "amount": "12.3825", + "parsedAmount": "12382500000000000000" + }, + { + "gotchiId": "11914", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "11916", + "amount": "30.912499999999998", + "parsedAmount": "30912499999999998000" + }, + { + "gotchiId": "11919", + "amount": "16.1125", + "parsedAmount": "16112500000000000000" + }, + { + "gotchiId": "11920", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "11921", + "amount": "10.5375", + "parsedAmount": "10537500000000000000" + }, + { + "gotchiId": "11924", + "amount": "6.140000000000001", + "parsedAmount": "6140000000000001000" + }, + { + "gotchiId": "11925", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11926", + "amount": "5.0625", + "parsedAmount": "5062500000000000000" + }, + { + "gotchiId": "11927", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "11928", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "11930", + "amount": "13.1625", + "parsedAmount": "13162500000000000000" + }, + { + "gotchiId": "11931", + "amount": "13.1125", + "parsedAmount": "13112500000000000000" + }, + { + "gotchiId": "11936", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "11938", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "11940", + "amount": "21.182499999999997", + "parsedAmount": "21182499999999997000" + }, + { + "gotchiId": "11943", + "amount": "22.75", + "parsedAmount": "22750000000000000000" + }, + { + "gotchiId": "11949", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "11956", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "11960", + "amount": "12.1425", + "parsedAmount": "12142500000000000000" + }, + { + "gotchiId": "11963", + "amount": "15.06", + "parsedAmount": "15060000000000000000" + }, + { + "gotchiId": "11966", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "11968", + "amount": "6.9350000000000005", + "parsedAmount": "6935000000000000500" + }, + { + "gotchiId": "11973", + "amount": "29.3025", + "parsedAmount": "29302500000000000000" + }, + { + "gotchiId": "11976", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "11977", + "amount": "31.984999999999996", + "parsedAmount": "31984999999999996000" + }, + { + "gotchiId": "11979", + "amount": "6.15", + "parsedAmount": "6150000000000000000" + }, + { + "gotchiId": "11980", + "amount": "13.397499999999999", + "parsedAmount": "13397499999999999000" + }, + { + "gotchiId": "11982", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "11983", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "11985", + "amount": "10.155", + "parsedAmount": "10155000000000000000" + }, + { + "gotchiId": "11987", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "11988", + "amount": "14.5725", + "parsedAmount": "14572500000000000000" + }, + { + "gotchiId": "11989", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "11990", + "amount": "18.2975", + "parsedAmount": "18297500000000000000" + }, + { + "gotchiId": "11991", + "amount": "15.5", + "parsedAmount": "15500000000000000000" + }, + { + "gotchiId": "11992", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "11994", + "amount": "5.3725000000000005", + "parsedAmount": "5372500000000000500" + }, + { + "gotchiId": "11998", + "amount": "26.802500000000002", + "parsedAmount": "26802500000000002000" + }, + { + "gotchiId": "12002", + "amount": "7.6775", + "parsedAmount": "7677500000000000000" + }, + { + "gotchiId": "12004", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "12006", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "12008", + "amount": "9.375", + "parsedAmount": "9375000000000000000" + }, + { + "gotchiId": "12011", + "amount": "14.355", + "parsedAmount": "14355000000000000000" + }, + { + "gotchiId": "12012", + "amount": "12.6675", + "parsedAmount": "12667500000000000000" + }, + { + "gotchiId": "12014", + "amount": "9.934999999999999", + "parsedAmount": "9934999999999999000" + }, + { + "gotchiId": "12016", + "amount": "9.115", + "parsedAmount": "9115000000000000000" + }, + { + "gotchiId": "12018", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "12019", + "amount": "16.5475", + "parsedAmount": "16547500000000000000" + }, + { + "gotchiId": "12020", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "12021", + "amount": "16.9525", + "parsedAmount": "16952500000000000000" + }, + { + "gotchiId": "12022", + "amount": "85.69", + "parsedAmount": "85690000000000000000" + }, + { + "gotchiId": "12028", + "amount": "13.1625", + "parsedAmount": "13162500000000000000" + }, + { + "gotchiId": "12030", + "amount": "2.4125", + "parsedAmount": "2412500000000000000" + }, + { + "gotchiId": "12031", + "amount": "9.995000000000001", + "parsedAmount": "9995000000000001000" + }, + { + "gotchiId": "12032", + "amount": "2.3225", + "parsedAmount": "2322500000000000000" + }, + { + "gotchiId": "12034", + "amount": "7.2375", + "parsedAmount": "7237500000000000000" + }, + { + "gotchiId": "12035", + "amount": "19.290000000000003", + "parsedAmount": "19290000000000003000" + }, + { + "gotchiId": "12036", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "12038", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "12039", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "12040", + "amount": "7.140000000000001", + "parsedAmount": "7140000000000001000" + }, + { + "gotchiId": "12042", + "amount": "17.3375", + "parsedAmount": "17337500000000000000" + }, + { + "gotchiId": "12043", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "12044", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "12047", + "amount": "6.2250000000000005", + "parsedAmount": "6225000000000000500" + }, + { + "gotchiId": "12048", + "amount": "34.185", + "parsedAmount": "34185000000000000000" + }, + { + "gotchiId": "12049", + "amount": "6.1975", + "parsedAmount": "6197500000000000000" + }, + { + "gotchiId": "12052", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "12053", + "amount": "26.93", + "parsedAmount": "26930000000000000000" + }, + { + "gotchiId": "12056", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "12057", + "amount": "14.607499999999998", + "parsedAmount": "14607499999999998000" + }, + { + "gotchiId": "12059", + "amount": "9.165000000000001", + "parsedAmount": "9165000000000001000" + }, + { + "gotchiId": "12060", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "12062", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "12063", + "amount": "10.157499999999999", + "parsedAmount": "10157499999999999000" + }, + { + "gotchiId": "12065", + "amount": "23.075", + "parsedAmount": "23075000000000000000" + }, + { + "gotchiId": "12069", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "12073", + "amount": "8.2825", + "parsedAmount": "8282500000000000000" + }, + { + "gotchiId": "12075", + "amount": "14.25", + "parsedAmount": "14250000000000000000" + }, + { + "gotchiId": "12076", + "amount": "6.6175", + "parsedAmount": "6617500000000000000" + }, + { + "gotchiId": "12077", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "12079", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "12082", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "12084", + "amount": "7.33", + "parsedAmount": "7330000000000000000" + }, + { + "gotchiId": "12086", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "12087", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "12089", + "amount": "12.23", + "parsedAmount": "12230000000000000000" + }, + { + "gotchiId": "12090", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "12092", + "amount": "13.1675", + "parsedAmount": "13167500000000000000" + }, + { + "gotchiId": "12093", + "amount": "7.4525", + "parsedAmount": "7452500000000000000" + }, + { + "gotchiId": "12096", + "amount": "12.967500000000001", + "parsedAmount": "12967500000000001000" + }, + { + "gotchiId": "12097", + "amount": "14.725", + "parsedAmount": "14725000000000000000" + }, + { + "gotchiId": "12098", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "12101", + "amount": "5.885000000000001", + "parsedAmount": "5885000000000001000" + }, + { + "gotchiId": "12103", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "12105", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "12109", + "amount": "10.04", + "parsedAmount": "10040000000000000000" + }, + { + "gotchiId": "12111", + "amount": "42.93", + "parsedAmount": "42930000000000000000" + }, + { + "gotchiId": "12112", + "amount": "50.4325", + "parsedAmount": "50432500000000000000" + }, + { + "gotchiId": "12113", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "12117", + "amount": "9.9875", + "parsedAmount": "9987500000000000000" + }, + { + "gotchiId": "12118", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "12123", + "amount": "13.035", + "parsedAmount": "13035000000000000000" + }, + { + "gotchiId": "12125", + "amount": "7.595000000000001", + "parsedAmount": "7595000000000001000" + }, + { + "gotchiId": "12126", + "amount": "156.82750000000001", + "parsedAmount": "156827500000000010000" + }, + { + "gotchiId": "12127", + "amount": "11.822500000000002", + "parsedAmount": "11822500000000002000" + }, + { + "gotchiId": "12128", + "amount": "21.125", + "parsedAmount": "21125000000000000000" + }, + { + "gotchiId": "12129", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "12132", + "amount": "8.594999999999999", + "parsedAmount": "8594999999999999000" + }, + { + "gotchiId": "12133", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "12135", + "amount": "6.6674999999999995", + "parsedAmount": "6667499999999999500" + }, + { + "gotchiId": "12137", + "amount": "9.8225", + "parsedAmount": "9822500000000000000" + }, + { + "gotchiId": "12138", + "amount": "6.53", + "parsedAmount": "6530000000000000000" + }, + { + "gotchiId": "12143", + "amount": "8.545", + "parsedAmount": "8545000000000000000" + }, + { + "gotchiId": "12144", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "12145", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "12147", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "12148", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "12150", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "12151", + "amount": "65.31", + "parsedAmount": "65310000000000000000" + }, + { + "gotchiId": "12153", + "amount": "16.02", + "parsedAmount": "16020000000000000000" + }, + { + "gotchiId": "12154", + "amount": "13.1425", + "parsedAmount": "13142500000000000000" + }, + { + "gotchiId": "12156", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "12160", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "12162", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "12163", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "12164", + "amount": "2.0925", + "parsedAmount": "2092500000000000000" + }, + { + "gotchiId": "12165", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "12166", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "12167", + "amount": "7.9375", + "parsedAmount": "7937500000000000000" + }, + { + "gotchiId": "12169", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "12170", + "amount": "12.4975", + "parsedAmount": "12497500000000000000" + }, + { + "gotchiId": "12171", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "12175", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "12177", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "12182", + "amount": "4.3475", + "parsedAmount": "4347500000000000000" + }, + { + "gotchiId": "12188", + "amount": "12.42", + "parsedAmount": "12420000000000000000" + }, + { + "gotchiId": "12189", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "12191", + "amount": "21.1175", + "parsedAmount": "21117500000000000000" + }, + { + "gotchiId": "12194", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "12196", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "12198", + "amount": "542.37", + "parsedAmount": "542370000000000000000" + }, + { + "gotchiId": "12202", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "12204", + "amount": "5.824999999999999", + "parsedAmount": "5824999999999999000" + }, + { + "gotchiId": "12207", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "12210", + "amount": "39.07", + "parsedAmount": "39070000000000000000" + }, + { + "gotchiId": "12211", + "amount": "10.6425", + "parsedAmount": "10642500000000000000" + }, + { + "gotchiId": "12212", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "12213", + "amount": "10.334999999999999", + "parsedAmount": "10334999999999999000" + }, + { + "gotchiId": "12214", + "amount": "26.062499999999996", + "parsedAmount": "26062499999999996000" + }, + { + "gotchiId": "12217", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "12219", + "amount": "12.8425", + "parsedAmount": "12842500000000000000" + }, + { + "gotchiId": "12221", + "amount": "23.365000000000002", + "parsedAmount": "23365000000000002000" + }, + { + "gotchiId": "12223", + "amount": "11.96", + "parsedAmount": "11960000000000000000" + }, + { + "gotchiId": "12224", + "amount": "4.79", + "parsedAmount": "4790000000000000000" + }, + { + "gotchiId": "12228", + "amount": "6.7875000000000005", + "parsedAmount": "6787500000000000500" + }, + { + "gotchiId": "12229", + "amount": "6.0275", + "parsedAmount": "6027500000000000000" + }, + { + "gotchiId": "12231", + "amount": "12.9975", + "parsedAmount": "12997500000000000000" + }, + { + "gotchiId": "12234", + "amount": "11.845", + "parsedAmount": "11845000000000000000" + }, + { + "gotchiId": "12237", + "amount": "18.03", + "parsedAmount": "18030000000000000000" + }, + { + "gotchiId": "12238", + "amount": "21.4775", + "parsedAmount": "21477500000000000000" + }, + { + "gotchiId": "12241", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "12243", + "amount": "14.072499999999998", + "parsedAmount": "14072499999999998000" + }, + { + "gotchiId": "12244", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "12247", + "amount": "110.62", + "parsedAmount": "110620000000000000000" + }, + { + "gotchiId": "12248", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "12252", + "amount": "13.350000000000001", + "parsedAmount": "13350000000000001000" + }, + { + "gotchiId": "12255", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "12257", + "amount": "17.9525", + "parsedAmount": "17952500000000000000" + }, + { + "gotchiId": "12258", + "amount": "12.8475", + "parsedAmount": "12847500000000000000" + }, + { + "gotchiId": "12259", + "amount": "11.3", + "parsedAmount": "11300000000000000000" + }, + { + "gotchiId": "12263", + "amount": "6.9675", + "parsedAmount": "6967500000000000000" + }, + { + "gotchiId": "12265", + "amount": "10.655", + "parsedAmount": "10655000000000000000" + }, + { + "gotchiId": "12266", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "12268", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "12269", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "12270", + "amount": "13.13", + "parsedAmount": "13130000000000000000" + }, + { + "gotchiId": "12271", + "amount": "3.2175", + "parsedAmount": "3217500000000000000" + }, + { + "gotchiId": "12272", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "12273", + "amount": "15.840000000000002", + "parsedAmount": "15840000000000002000" + }, + { + "gotchiId": "12278", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "12280", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "12281", + "amount": "14.815", + "parsedAmount": "14815000000000000000" + }, + { + "gotchiId": "12287", + "amount": "46.41250000000001", + "parsedAmount": "46412500000000010000" + }, + { + "gotchiId": "12288", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "12289", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "12290", + "amount": "16.775", + "parsedAmount": "16775000000000000000" + }, + { + "gotchiId": "12295", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "12297", + "amount": "9.8125", + "parsedAmount": "9812500000000000000" + }, + { + "gotchiId": "12298", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "12299", + "amount": "7.9625", + "parsedAmount": "7962500000000000000" + }, + { + "gotchiId": "12300", + "amount": "13.77", + "parsedAmount": "13770000000000000000" + }, + { + "gotchiId": "12302", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "12303", + "amount": "11.8975", + "parsedAmount": "11897500000000000000" + }, + { + "gotchiId": "12305", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "12308", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "12309", + "amount": "7.154999999999999", + "parsedAmount": "7154999999999999000" + }, + { + "gotchiId": "12310", + "amount": "13.095", + "parsedAmount": "13095000000000000000" + }, + { + "gotchiId": "12311", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "12312", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "12315", + "amount": "19.372500000000002", + "parsedAmount": "19372500000000002000" + }, + { + "gotchiId": "12318", + "amount": "15.605", + "parsedAmount": "15605000000000000000" + }, + { + "gotchiId": "12319", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "12325", + "amount": "38.3125", + "parsedAmount": "38312500000000000000" + }, + { + "gotchiId": "12327", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "12328", + "amount": "23.27", + "parsedAmount": "23270000000000000000" + }, + { + "gotchiId": "12332", + "amount": "11.755", + "parsedAmount": "11755000000000000000" + }, + { + "gotchiId": "12333", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "12335", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "12337", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "12338", + "amount": "12.5325", + "parsedAmount": "12532500000000000000" + }, + { + "gotchiId": "12339", + "amount": "14.5225", + "parsedAmount": "14522500000000000000" + }, + { + "gotchiId": "12340", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "12347", + "amount": "6.300000000000001", + "parsedAmount": "6300000000000001000" + }, + { + "gotchiId": "12349", + "amount": "15.157499999999999", + "parsedAmount": "15157499999999999000" + }, + { + "gotchiId": "12350", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "12353", + "amount": "34.2325", + "parsedAmount": "34232500000000000000" + }, + { + "gotchiId": "12354", + "amount": "5.38", + "parsedAmount": "5380000000000000000" + }, + { + "gotchiId": "12355", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "12359", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "12367", + "amount": "13.425", + "parsedAmount": "13425000000000000000" + }, + { + "gotchiId": "12368", + "amount": "4.3425", + "parsedAmount": "4342500000000000000" + }, + { + "gotchiId": "12369", + "amount": "15.4475", + "parsedAmount": "15447500000000000000" + }, + { + "gotchiId": "12370", + "amount": "18.595", + "parsedAmount": "18595000000000000000" + }, + { + "gotchiId": "12371", + "amount": "10.5775", + "parsedAmount": "10577500000000000000" + }, + { + "gotchiId": "12372", + "amount": "7.682499999999999", + "parsedAmount": "7682499999999999000" + }, + { + "gotchiId": "12373", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "12374", + "amount": "19.07", + "parsedAmount": "19070000000000000000" + }, + { + "gotchiId": "12375", + "amount": "13.06", + "parsedAmount": "13060000000000000000" + }, + { + "gotchiId": "12376", + "amount": "27.1375", + "parsedAmount": "27137500000000000000" + }, + { + "gotchiId": "12378", + "amount": "10.87", + "parsedAmount": "10870000000000000000" + }, + { + "gotchiId": "12379", + "amount": "4.3475", + "parsedAmount": "4347500000000000000" + }, + { + "gotchiId": "12381", + "amount": "7.827500000000001", + "parsedAmount": "7827500000000001000" + }, + { + "gotchiId": "12382", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "12384", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "12386", + "amount": "21.1325", + "parsedAmount": "21132500000000000000" + }, + { + "gotchiId": "12387", + "amount": "23.235", + "parsedAmount": "23235000000000000000" + }, + { + "gotchiId": "12388", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "12389", + "amount": "34.615", + "parsedAmount": "34615000000000000000" + }, + { + "gotchiId": "12392", + "amount": "20.4975", + "parsedAmount": "20497500000000000000" + }, + { + "gotchiId": "12393", + "amount": "12.805", + "parsedAmount": "12805000000000000000" + }, + { + "gotchiId": "12396", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "12397", + "amount": "19.252499999999998", + "parsedAmount": "19252499999999998000" + }, + { + "gotchiId": "12398", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "12399", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "12400", + "amount": "22.6625", + "parsedAmount": "22662500000000000000" + }, + { + "gotchiId": "12402", + "amount": "24.6475", + "parsedAmount": "24647500000000000000" + }, + { + "gotchiId": "12403", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "12405", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "12406", + "amount": "5.327500000000001", + "parsedAmount": "5327500000000001000" + }, + { + "gotchiId": "12409", + "amount": "321.1", + "parsedAmount": "321100000000000000000" + }, + { + "gotchiId": "12413", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "12415", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "12416", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "12417", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "12420", + "amount": "16.415", + "parsedAmount": "16415000000000000000" + }, + { + "gotchiId": "12422", + "amount": "13.1875", + "parsedAmount": "13187500000000000000" + }, + { + "gotchiId": "12423", + "amount": "113.4275", + "parsedAmount": "113427500000000000000" + }, + { + "gotchiId": "12427", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "12428", + "amount": "7.68", + "parsedAmount": "7680000000000000000" + }, + { + "gotchiId": "12429", + "amount": "13.36", + "parsedAmount": "13360000000000000000" + }, + { + "gotchiId": "12430", + "amount": "15.817499999999999", + "parsedAmount": "15817499999999999000" + }, + { + "gotchiId": "12431", + "amount": "20.41", + "parsedAmount": "20410000000000000000" + }, + { + "gotchiId": "12436", + "amount": "9.2425", + "parsedAmount": "9242500000000000000" + }, + { + "gotchiId": "12438", + "amount": "11.8125", + "parsedAmount": "11812500000000000000" + }, + { + "gotchiId": "12444", + "amount": "5.085", + "parsedAmount": "5085000000000000000" + }, + { + "gotchiId": "12448", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "12450", + "amount": "16.4", + "parsedAmount": "16400000000000000000" + }, + { + "gotchiId": "12452", + "amount": "4.83", + "parsedAmount": "4830000000000000000" + }, + { + "gotchiId": "12453", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "12454", + "amount": "16.485", + "parsedAmount": "16485000000000000000" + }, + { + "gotchiId": "12457", + "amount": "30.314999999999998", + "parsedAmount": "30314999999999998000" + }, + { + "gotchiId": "12459", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "12461", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "12464", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "12466", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "12467", + "amount": "10.82", + "parsedAmount": "10820000000000000000" + }, + { + "gotchiId": "12469", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "12471", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "12472", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "12473", + "amount": "6.789999999999999", + "parsedAmount": "6789999999999999000" + }, + { + "gotchiId": "12474", + "amount": "23.3825", + "parsedAmount": "23382500000000000000" + }, + { + "gotchiId": "12475", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "12477", + "amount": "45.822500000000005", + "parsedAmount": "45822500000000005000" + }, + { + "gotchiId": "12482", + "amount": "15.175", + "parsedAmount": "15175000000000000000" + }, + { + "gotchiId": "12484", + "amount": "13.8425", + "parsedAmount": "13842500000000000000" + }, + { + "gotchiId": "12486", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "12488", + "amount": "19.07", + "parsedAmount": "19070000000000000000" + }, + { + "gotchiId": "12489", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "12493", + "amount": "13.299999999999999", + "parsedAmount": "13299999999999999000" + }, + { + "gotchiId": "12494", + "amount": "31.53", + "parsedAmount": "31530000000000000000" + }, + { + "gotchiId": "12496", + "amount": "4.6850000000000005", + "parsedAmount": "4685000000000000500" + }, + { + "gotchiId": "12497", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "12499", + "amount": "7.7575", + "parsedAmount": "7757500000000000000" + }, + { + "gotchiId": "12501", + "amount": "18.2175", + "parsedAmount": "18217500000000000000" + }, + { + "gotchiId": "12502", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "12503", + "amount": "19.345", + "parsedAmount": "19345000000000000000" + }, + { + "gotchiId": "12504", + "amount": "29.505", + "parsedAmount": "29505000000000000000" + }, + { + "gotchiId": "12506", + "amount": "14.275", + "parsedAmount": "14275000000000000000" + }, + { + "gotchiId": "12508", + "amount": "22.5075", + "parsedAmount": "22507500000000000000" + }, + { + "gotchiId": "12509", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "12511", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "12512", + "amount": "9.37", + "parsedAmount": "9370000000000000000" + }, + { + "gotchiId": "12513", + "amount": "22.8625", + "parsedAmount": "22862500000000000000" + }, + { + "gotchiId": "12514", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "12515", + "amount": "93.0175", + "parsedAmount": "93017500000000000000" + }, + { + "gotchiId": "12516", + "amount": "6.4275", + "parsedAmount": "6427500000000000000" + }, + { + "gotchiId": "12518", + "amount": "175.045", + "parsedAmount": "175045000000000000000" + }, + { + "gotchiId": "12519", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "12521", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "12522", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "12523", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "12524", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "12525", + "amount": "19.2825", + "parsedAmount": "19282500000000000000" + }, + { + "gotchiId": "12526", + "amount": "5.85", + "parsedAmount": "5850000000000000000" + }, + { + "gotchiId": "12527", + "amount": "3.455", + "parsedAmount": "3455000000000000000" + }, + { + "gotchiId": "12528", + "amount": "12.23", + "parsedAmount": "12230000000000000000" + }, + { + "gotchiId": "12529", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "12530", + "amount": "52.96", + "parsedAmount": "52960000000000000000" + }, + { + "gotchiId": "12531", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "12532", + "amount": "35.9875", + "parsedAmount": "35987500000000000000" + }, + { + "gotchiId": "12533", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "12537", + "amount": "4.8975", + "parsedAmount": "4897500000000000000" + }, + { + "gotchiId": "12538", + "amount": "12.405000000000001", + "parsedAmount": "12405000000000001000" + }, + { + "gotchiId": "12539", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "12540", + "amount": "9.1975", + "parsedAmount": "9197500000000000000" + }, + { + "gotchiId": "12541", + "amount": "18.245", + "parsedAmount": "18245000000000000000" + }, + { + "gotchiId": "12543", + "amount": "14.84", + "parsedAmount": "14840000000000000000" + }, + { + "gotchiId": "12546", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "12549", + "amount": "21.777500000000003", + "parsedAmount": "21777500000000003000" + }, + { + "gotchiId": "12550", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "12551", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "12555", + "amount": "8.5875", + "parsedAmount": "8587500000000000000" + }, + { + "gotchiId": "12557", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "12558", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "12559", + "amount": "13.04", + "parsedAmount": "13040000000000000000" + }, + { + "gotchiId": "12560", + "amount": "12.86", + "parsedAmount": "12860000000000000000" + }, + { + "gotchiId": "12561", + "amount": "10.755", + "parsedAmount": "10755000000000000000" + }, + { + "gotchiId": "12564", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "12569", + "amount": "12.44", + "parsedAmount": "12440000000000000000" + }, + { + "gotchiId": "12570", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "12571", + "amount": "12.1325", + "parsedAmount": "12132500000000000000" + }, + { + "gotchiId": "12572", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "12573", + "amount": "14.5725", + "parsedAmount": "14572500000000000000" + }, + { + "gotchiId": "12575", + "amount": "16.700000000000003", + "parsedAmount": "16700000000000003000" + }, + { + "gotchiId": "12577", + "amount": "8.62", + "parsedAmount": "8620000000000000000" + }, + { + "gotchiId": "12580", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "12581", + "amount": "23.8525", + "parsedAmount": "23852500000000000000" + }, + { + "gotchiId": "12583", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "12587", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "12589", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "12592", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "12593", + "amount": "22.5775", + "parsedAmount": "22577500000000000000" + }, + { + "gotchiId": "12594", + "amount": "15.7475", + "parsedAmount": "15747500000000000000" + }, + { + "gotchiId": "12600", + "amount": "17.73", + "parsedAmount": "17730000000000000000" + }, + { + "gotchiId": "12606", + "amount": "11.459999999999999", + "parsedAmount": "11459999999999999000" + }, + { + "gotchiId": "12609", + "amount": "12.8375", + "parsedAmount": "12837500000000000000" + }, + { + "gotchiId": "12611", + "amount": "2467.4775", + "parsedAmount": "2467477500000000000000" + }, + { + "gotchiId": "12612", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "12616", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "12617", + "amount": "17.5975", + "parsedAmount": "17597500000000000000" + }, + { + "gotchiId": "12619", + "amount": "13.4425", + "parsedAmount": "13442500000000000000" + }, + { + "gotchiId": "12620", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "12621", + "amount": "11.445", + "parsedAmount": "11445000000000000000" + }, + { + "gotchiId": "12622", + "amount": "12.805", + "parsedAmount": "12805000000000000000" + }, + { + "gotchiId": "12623", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "12624", + "amount": "14.4875", + "parsedAmount": "14487500000000000000" + }, + { + "gotchiId": "12627", + "amount": "15.842500000000001", + "parsedAmount": "15842500000000001000" + }, + { + "gotchiId": "12628", + "amount": "45.082499999999996", + "parsedAmount": "45082499999999996000" + }, + { + "gotchiId": "12629", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "12631", + "amount": "6.5975", + "parsedAmount": "6597500000000000000" + }, + { + "gotchiId": "12634", + "amount": "19.245", + "parsedAmount": "19245000000000000000" + }, + { + "gotchiId": "12635", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "12637", + "amount": "19.1275", + "parsedAmount": "19127500000000000000" + }, + { + "gotchiId": "12650", + "amount": "15.2775", + "parsedAmount": "15277500000000000000" + }, + { + "gotchiId": "12652", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "12653", + "amount": "5.4075", + "parsedAmount": "5407500000000000000" + }, + { + "gotchiId": "12654", + "amount": "7.092499999999999", + "parsedAmount": "7092499999999999000" + }, + { + "gotchiId": "12656", + "amount": "37.6", + "parsedAmount": "37600000000000000000" + }, + { + "gotchiId": "12657", + "amount": "6.745", + "parsedAmount": "6745000000000000000" + }, + { + "gotchiId": "12660", + "amount": "21.4775", + "parsedAmount": "21477500000000000000" + }, + { + "gotchiId": "12662", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "12663", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "12664", + "amount": "5.57", + "parsedAmount": "5570000000000000000" + }, + { + "gotchiId": "12671", + "amount": "39.015", + "parsedAmount": "39015000000000000000" + }, + { + "gotchiId": "12672", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "12677", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "12678", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "12681", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "12684", + "amount": "2.6525", + "parsedAmount": "2652500000000000000" + }, + { + "gotchiId": "12685", + "amount": "10.9", + "parsedAmount": "10900000000000000000" + }, + { + "gotchiId": "12686", + "amount": "204.56", + "parsedAmount": "204560000000000000000" + }, + { + "gotchiId": "12688", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "12689", + "amount": "10.495000000000001", + "parsedAmount": "10495000000000001000" + }, + { + "gotchiId": "12690", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "12691", + "amount": "15.715", + "parsedAmount": "15715000000000000000" + }, + { + "gotchiId": "12693", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "12694", + "amount": "3.55", + "parsedAmount": "3550000000000000000" + }, + { + "gotchiId": "12695", + "amount": "30.99", + "parsedAmount": "30990000000000000000" + }, + { + "gotchiId": "12696", + "amount": "11.33", + "parsedAmount": "11330000000000000000" + }, + { + "gotchiId": "12698", + "amount": "34.0475", + "parsedAmount": "34047500000000000000" + }, + { + "gotchiId": "12700", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "12702", + "amount": "10.82", + "parsedAmount": "10820000000000000000" + }, + { + "gotchiId": "12704", + "amount": "12.265", + "parsedAmount": "12265000000000000000" + }, + { + "gotchiId": "12705", + "amount": "9.58", + "parsedAmount": "9580000000000000000" + }, + { + "gotchiId": "12707", + "amount": "14.020000000000001", + "parsedAmount": "14020000000000001000" + }, + { + "gotchiId": "12710", + "amount": "13.075", + "parsedAmount": "13075000000000000000" + }, + { + "gotchiId": "12713", + "amount": "7.7725", + "parsedAmount": "7772500000000000000" + }, + { + "gotchiId": "12714", + "amount": "9.34", + "parsedAmount": "9340000000000000000" + }, + { + "gotchiId": "12715", + "amount": "14.765", + "parsedAmount": "14765000000000000000" + }, + { + "gotchiId": "12716", + "amount": "8.100000000000001", + "parsedAmount": "8100000000000001000" + }, + { + "gotchiId": "12718", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "12719", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "12723", + "amount": "11.52", + "parsedAmount": "11520000000000000000" + }, + { + "gotchiId": "12725", + "amount": "3.8875", + "parsedAmount": "3887500000000000000" + }, + { + "gotchiId": "12727", + "amount": "48.08", + "parsedAmount": "48080000000000000000" + }, + { + "gotchiId": "12728", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "12730", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "12731", + "amount": "7.92", + "parsedAmount": "7920000000000000000" + }, + { + "gotchiId": "12736", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "12738", + "amount": "14.78", + "parsedAmount": "14780000000000000000" + }, + { + "gotchiId": "12740", + "amount": "17.22", + "parsedAmount": "17220000000000000000" + }, + { + "gotchiId": "12741", + "amount": "41.120000000000005", + "parsedAmount": "41120000000000005000" + }, + { + "gotchiId": "12743", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "12744", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "12745", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "12749", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "12750", + "amount": "12.005", + "parsedAmount": "12005000000000000000" + }, + { + "gotchiId": "12755", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "12757", + "amount": "19.03", + "parsedAmount": "19030000000000000000" + }, + { + "gotchiId": "12758", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "12759", + "amount": "5.675", + "parsedAmount": "5675000000000000000" + }, + { + "gotchiId": "12760", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "12762", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "12764", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "12765", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "12766", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "12767", + "amount": "25.87", + "parsedAmount": "25870000000000000000" + }, + { + "gotchiId": "12768", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "12770", + "amount": "18.605", + "parsedAmount": "18605000000000000000" + }, + { + "gotchiId": "12771", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "12772", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "12774", + "amount": "11.51", + "parsedAmount": "11510000000000000000" + }, + { + "gotchiId": "12778", + "amount": "17.335", + "parsedAmount": "17335000000000000000" + }, + { + "gotchiId": "12779", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "12782", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "12784", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "12785", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "12789", + "amount": "9.055", + "parsedAmount": "9055000000000000000" + }, + { + "gotchiId": "12790", + "amount": "10.5375", + "parsedAmount": "10537500000000000000" + }, + { + "gotchiId": "12794", + "amount": "40.0225", + "parsedAmount": "40022500000000000000" + }, + { + "gotchiId": "12798", + "amount": "5.555", + "parsedAmount": "5555000000000000000" + }, + { + "gotchiId": "12800", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "12801", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "12805", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "12806", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "12807", + "amount": "11", + "parsedAmount": "11000000000000000000" + }, + { + "gotchiId": "12810", + "amount": "53.567499999999995", + "parsedAmount": "53567499999999995000" + }, + { + "gotchiId": "12813", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "12814", + "amount": "9.9", + "parsedAmount": "9900000000000000000" + }, + { + "gotchiId": "12815", + "amount": "19.49", + "parsedAmount": "19490000000000000000" + }, + { + "gotchiId": "12819", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "12820", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "12822", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "12823", + "amount": "8.46", + "parsedAmount": "8460000000000000000" + }, + { + "gotchiId": "12825", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "12826", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "12827", + "amount": "2.355", + "parsedAmount": "2355000000000000000" + }, + { + "gotchiId": "12830", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "12831", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "12833", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "12835", + "amount": "12.004999999999999", + "parsedAmount": "12004999999999999000" + }, + { + "gotchiId": "12836", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "12845", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "12846", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "12847", + "amount": "14.7025", + "parsedAmount": "14702500000000000000" + }, + { + "gotchiId": "12848", + "amount": "45.339999999999996", + "parsedAmount": "45339999999999996000" + }, + { + "gotchiId": "12849", + "amount": "14.925", + "parsedAmount": "14925000000000000000" + }, + { + "gotchiId": "12850", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "12852", + "amount": "11.03", + "parsedAmount": "11030000000000000000" + }, + { + "gotchiId": "12853", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "12854", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "12856", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + } + ], + "totalAmount": "9668710000000000014000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558607, + "gasUsed": "9243904" + }, + { + "batchIndex": 12, + "transactionHash": "0x3f5a6dccb4e16c6fdf6e7f41b41262ee6e00cf33e474c2543463483bc67bdc3c", + "timestamp": "2025-10-08T06:56:01.692Z", + "gotchiRewards": [ + { + "gotchiId": "12858", + "amount": "4.94", + "parsedAmount": "4940000000000000000" + }, + { + "gotchiId": "12861", + "amount": "4.125", + "parsedAmount": "4125000000000000000" + }, + { + "gotchiId": "12864", + "amount": "12.549999999999999", + "parsedAmount": "12549999999999999000" + }, + { + "gotchiId": "12865", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "12867", + "amount": "7.9525", + "parsedAmount": "7952500000000000000" + }, + { + "gotchiId": "12868", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "12870", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "12871", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "12873", + "amount": "29.74", + "parsedAmount": "29740000000000000000" + }, + { + "gotchiId": "12875", + "amount": "11.0225", + "parsedAmount": "11022500000000000000" + }, + { + "gotchiId": "12877", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "12878", + "amount": "21.9175", + "parsedAmount": "21917500000000000000" + }, + { + "gotchiId": "12879", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "12882", + "amount": "16.447499999999998", + "parsedAmount": "16447499999999998000" + }, + { + "gotchiId": "12883", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "12884", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "12885", + "amount": "5.9175", + "parsedAmount": "5917500000000000000" + }, + { + "gotchiId": "12886", + "amount": "56.599999999999994", + "parsedAmount": "56599999999999994000" + }, + { + "gotchiId": "12888", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "12890", + "amount": "11.235", + "parsedAmount": "11235000000000000000" + }, + { + "gotchiId": "12891", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "12893", + "amount": "117.995", + "parsedAmount": "117995000000000000000" + }, + { + "gotchiId": "12897", + "amount": "28.865000000000002", + "parsedAmount": "28865000000000002000" + }, + { + "gotchiId": "12898", + "amount": "16.2775", + "parsedAmount": "16277500000000000000" + }, + { + "gotchiId": "12903", + "amount": "16.2725", + "parsedAmount": "16272500000000000000" + }, + { + "gotchiId": "12905", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "12910", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "12911", + "amount": "12.9175", + "parsedAmount": "12917500000000000000" + }, + { + "gotchiId": "12913", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "12914", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "12918", + "amount": "59.434999999999995", + "parsedAmount": "59434999999999995000" + }, + { + "gotchiId": "12920", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "12922", + "amount": "2.2075", + "parsedAmount": "2207500000000000000" + }, + { + "gotchiId": "12925", + "amount": "11.4325", + "parsedAmount": "11432500000000000000" + }, + { + "gotchiId": "12927", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "12928", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "12931", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "12932", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "12934", + "amount": "19.165", + "parsedAmount": "19165000000000000000" + }, + { + "gotchiId": "12940", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "12942", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "12947", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "12949", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "12950", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "12951", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "12954", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "12955", + "amount": "3.55", + "parsedAmount": "3550000000000000000" + }, + { + "gotchiId": "12956", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "12958", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "12960", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "12962", + "amount": "17.8725", + "parsedAmount": "17872500000000000000" + }, + { + "gotchiId": "12966", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "12967", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "12969", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "12970", + "amount": "9.0125", + "parsedAmount": "9012500000000000000" + }, + { + "gotchiId": "12972", + "amount": "12.075", + "parsedAmount": "12075000000000000000" + }, + { + "gotchiId": "12973", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "12974", + "amount": "9.0375", + "parsedAmount": "9037500000000000000" + }, + { + "gotchiId": "12976", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "12977", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "12978", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "12980", + "amount": "7.7525", + "parsedAmount": "7752500000000000000" + }, + { + "gotchiId": "12984", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "12986", + "amount": "24.37", + "parsedAmount": "24370000000000000000" + }, + { + "gotchiId": "12990", + "amount": "24.775000000000002", + "parsedAmount": "24775000000000002000" + }, + { + "gotchiId": "12996", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "12998", + "amount": "13.0075", + "parsedAmount": "13007500000000000000" + }, + { + "gotchiId": "13006", + "amount": "3.275", + "parsedAmount": "3275000000000000000" + }, + { + "gotchiId": "13008", + "amount": "9.1075", + "parsedAmount": "9107500000000000000" + }, + { + "gotchiId": "13010", + "amount": "8.5425", + "parsedAmount": "8542500000000000000" + }, + { + "gotchiId": "13011", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "13014", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "13015", + "amount": "6.79", + "parsedAmount": "6790000000000000000" + }, + { + "gotchiId": "13016", + "amount": "12.4825", + "parsedAmount": "12482500000000000000" + }, + { + "gotchiId": "13017", + "amount": "13.4025", + "parsedAmount": "13402500000000000000" + }, + { + "gotchiId": "13020", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "13021", + "amount": "8.56", + "parsedAmount": "8560000000000000000" + }, + { + "gotchiId": "13022", + "amount": "17.27", + "parsedAmount": "17270000000000000000" + }, + { + "gotchiId": "13024", + "amount": "13.7775", + "parsedAmount": "13777500000000000000" + }, + { + "gotchiId": "13030", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "13031", + "amount": "5.0925", + "parsedAmount": "5092500000000000000" + }, + { + "gotchiId": "13033", + "amount": "13.725", + "parsedAmount": "13725000000000000000" + }, + { + "gotchiId": "13038", + "amount": "16.66", + "parsedAmount": "16660000000000000000" + }, + { + "gotchiId": "13040", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "13043", + "amount": "10.2825", + "parsedAmount": "10282500000000000000" + }, + { + "gotchiId": "13046", + "amount": "17.64", + "parsedAmount": "17640000000000000000" + }, + { + "gotchiId": "13047", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "13052", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "13053", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "13054", + "amount": "10.477500000000001", + "parsedAmount": "10477500000000001000" + }, + { + "gotchiId": "13055", + "amount": "5.8475", + "parsedAmount": "5847500000000000000" + }, + { + "gotchiId": "13057", + "amount": "10.990000000000002", + "parsedAmount": "10990000000000002000" + }, + { + "gotchiId": "13061", + "amount": "20.0475", + "parsedAmount": "20047500000000000000" + }, + { + "gotchiId": "13064", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "13065", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "13066", + "amount": "10.085", + "parsedAmount": "10085000000000000000" + }, + { + "gotchiId": "13069", + "amount": "7.81", + "parsedAmount": "7810000000000000000" + }, + { + "gotchiId": "13070", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "13071", + "amount": "17.18", + "parsedAmount": "17180000000000000000" + }, + { + "gotchiId": "13072", + "amount": "41.515", + "parsedAmount": "41515000000000000000" + }, + { + "gotchiId": "13073", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "13074", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "13075", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "13076", + "amount": "46.7225", + "parsedAmount": "46722500000000000000" + }, + { + "gotchiId": "13077", + "amount": "7.645", + "parsedAmount": "7645000000000000000" + }, + { + "gotchiId": "13082", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "13085", + "amount": "13.485000000000001", + "parsedAmount": "13485000000000001000" + }, + { + "gotchiId": "13086", + "amount": "16.994999999999997", + "parsedAmount": "16994999999999997000" + }, + { + "gotchiId": "13088", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "13090", + "amount": "11.190000000000001", + "parsedAmount": "11190000000000001000" + }, + { + "gotchiId": "13093", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "13094", + "amount": "15.4825", + "parsedAmount": "15482500000000000000" + }, + { + "gotchiId": "13098", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "13099", + "amount": "8.307500000000001", + "parsedAmount": "8307500000000001000" + }, + { + "gotchiId": "13100", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "13103", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "13104", + "amount": "21.009999999999998", + "parsedAmount": "21009999999999998000" + }, + { + "gotchiId": "13106", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "13107", + "amount": "24.3975", + "parsedAmount": "24397500000000000000" + }, + { + "gotchiId": "13108", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "13112", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "13114", + "amount": "3.33", + "parsedAmount": "3330000000000000000" + }, + { + "gotchiId": "13115", + "amount": "4.79", + "parsedAmount": "4790000000000000000" + }, + { + "gotchiId": "13116", + "amount": "19.294999999999998", + "parsedAmount": "19294999999999998000" + }, + { + "gotchiId": "13118", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "13119", + "amount": "13.104999999999999", + "parsedAmount": "13104999999999999000" + }, + { + "gotchiId": "13120", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "13121", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "13122", + "amount": "7.8100000000000005", + "parsedAmount": "7810000000000000500" + }, + { + "gotchiId": "13123", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "13124", + "amount": "13.68", + "parsedAmount": "13680000000000000000" + }, + { + "gotchiId": "13126", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "13129", + "amount": "7.425000000000001", + "parsedAmount": "7425000000000001000" + }, + { + "gotchiId": "13134", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "13135", + "amount": "2.76", + "parsedAmount": "2760000000000000000" + }, + { + "gotchiId": "13137", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "13143", + "amount": "27.235", + "parsedAmount": "27235000000000000000" + }, + { + "gotchiId": "13150", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "13152", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "13153", + "amount": "18.4375", + "parsedAmount": "18437500000000000000" + }, + { + "gotchiId": "13159", + "amount": "25.235", + "parsedAmount": "25235000000000000000" + }, + { + "gotchiId": "13162", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "13165", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "13166", + "amount": "3.1975", + "parsedAmount": "3197500000000000000" + }, + { + "gotchiId": "13169", + "amount": "12.5775", + "parsedAmount": "12577500000000000000" + }, + { + "gotchiId": "13170", + "amount": "14.98", + "parsedAmount": "14980000000000000000" + }, + { + "gotchiId": "13171", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "13172", + "amount": "13.7675", + "parsedAmount": "13767500000000000000" + }, + { + "gotchiId": "13182", + "amount": "4.515000000000001", + "parsedAmount": "4515000000000001000" + }, + { + "gotchiId": "13185", + "amount": "25.45", + "parsedAmount": "25450000000000000000" + }, + { + "gotchiId": "13186", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "13187", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "13191", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "13192", + "amount": "11.6825", + "parsedAmount": "11682500000000000000" + }, + { + "gotchiId": "13193", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "13194", + "amount": "13.6325", + "parsedAmount": "13632500000000000000" + }, + { + "gotchiId": "13195", + "amount": "2.655", + "parsedAmount": "2655000000000000000" + }, + { + "gotchiId": "13199", + "amount": "9.7525", + "parsedAmount": "9752500000000000000" + }, + { + "gotchiId": "13203", + "amount": "9.735000000000001", + "parsedAmount": "9735000000000001000" + }, + { + "gotchiId": "13205", + "amount": "9.7775", + "parsedAmount": "9777500000000000000" + }, + { + "gotchiId": "13208", + "amount": "18.3525", + "parsedAmount": "18352500000000000000" + }, + { + "gotchiId": "13209", + "amount": "10.1175", + "parsedAmount": "10117500000000000000" + }, + { + "gotchiId": "13210", + "amount": "7.4025", + "parsedAmount": "7402500000000000000" + }, + { + "gotchiId": "13212", + "amount": "426.1425", + "parsedAmount": "426142500000000000000" + }, + { + "gotchiId": "13216", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "13217", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "13218", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "13219", + "amount": "11.5425", + "parsedAmount": "11542500000000000000" + }, + { + "gotchiId": "13222", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "13223", + "amount": "43.4475", + "parsedAmount": "43447500000000000000" + }, + { + "gotchiId": "13225", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "13226", + "amount": "13.6175", + "parsedAmount": "13617500000000000000" + }, + { + "gotchiId": "13230", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "13233", + "amount": "25.965", + "parsedAmount": "25965000000000000000" + }, + { + "gotchiId": "13236", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "13237", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "13238", + "amount": "38.345", + "parsedAmount": "38345000000000000000" + }, + { + "gotchiId": "13241", + "amount": "156.0925", + "parsedAmount": "156092500000000000000" + }, + { + "gotchiId": "13242", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "13247", + "amount": "11.7675", + "parsedAmount": "11767500000000000000" + }, + { + "gotchiId": "13250", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "13251", + "amount": "16.125", + "parsedAmount": "16125000000000000000" + }, + { + "gotchiId": "13252", + "amount": "32.595", + "parsedAmount": "32595000000000000000" + }, + { + "gotchiId": "13256", + "amount": "9.78", + "parsedAmount": "9780000000000000000" + }, + { + "gotchiId": "13260", + "amount": "17.105", + "parsedAmount": "17105000000000000000" + }, + { + "gotchiId": "13261", + "amount": "17.77", + "parsedAmount": "17770000000000000000" + }, + { + "gotchiId": "13262", + "amount": "319.8725", + "parsedAmount": "319872500000000000000" + }, + { + "gotchiId": "13264", + "amount": "8.905000000000001", + "parsedAmount": "8905000000000001000" + }, + { + "gotchiId": "13267", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "13268", + "amount": "4.3475", + "parsedAmount": "4347500000000000000" + }, + { + "gotchiId": "13276", + "amount": "16.855", + "parsedAmount": "16855000000000000000" + }, + { + "gotchiId": "13281", + "amount": "19.2675", + "parsedAmount": "19267500000000000000" + }, + { + "gotchiId": "13282", + "amount": "12.047500000000001", + "parsedAmount": "12047500000000001000" + }, + { + "gotchiId": "13283", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "13284", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "13285", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "13288", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "13289", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "13291", + "amount": "23.955000000000002", + "parsedAmount": "23955000000000002000" + }, + { + "gotchiId": "13293", + "amount": "15.387500000000001", + "parsedAmount": "15387500000000001000" + }, + { + "gotchiId": "13295", + "amount": "9.13", + "parsedAmount": "9130000000000000000" + }, + { + "gotchiId": "13296", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "13299", + "amount": "19.5525", + "parsedAmount": "19552500000000000000" + }, + { + "gotchiId": "13300", + "amount": "7.130000000000001", + "parsedAmount": "7130000000000001000" + }, + { + "gotchiId": "13302", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "13304", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "13305", + "amount": "25.9675", + "parsedAmount": "25967500000000000000" + }, + { + "gotchiId": "13311", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "13317", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "13318", + "amount": "15.747499999999999", + "parsedAmount": "15747499999999999000" + }, + { + "gotchiId": "13319", + "amount": "11.370000000000001", + "parsedAmount": "11370000000000001000" + }, + { + "gotchiId": "13320", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "13321", + "amount": "9.685", + "parsedAmount": "9685000000000000000" + }, + { + "gotchiId": "13323", + "amount": "6.8425", + "parsedAmount": "6842500000000000000" + }, + { + "gotchiId": "13324", + "amount": "10.145", + "parsedAmount": "10145000000000000000" + }, + { + "gotchiId": "13325", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "13326", + "amount": "14.5625", + "parsedAmount": "14562500000000000000" + }, + { + "gotchiId": "13329", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "13336", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "13338", + "amount": "13.682500000000001", + "parsedAmount": "13682500000000001000" + }, + { + "gotchiId": "13342", + "amount": "5.327500000000001", + "parsedAmount": "5327500000000001000" + }, + { + "gotchiId": "13343", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "13344", + "amount": "15.245000000000001", + "parsedAmount": "15245000000000001000" + }, + { + "gotchiId": "13346", + "amount": "13.504999999999999", + "parsedAmount": "13504999999999999000" + }, + { + "gotchiId": "13347", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "13349", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "13351", + "amount": "22.42", + "parsedAmount": "22420000000000000000" + }, + { + "gotchiId": "13352", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "13353", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "13354", + "amount": "15.582500000000001", + "parsedAmount": "15582500000000001000" + }, + { + "gotchiId": "13357", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "13358", + "amount": "6.5675", + "parsedAmount": "6567500000000000000" + }, + { + "gotchiId": "13363", + "amount": "9.58", + "parsedAmount": "9580000000000000000" + }, + { + "gotchiId": "13364", + "amount": "24.07", + "parsedAmount": "24070000000000000000" + }, + { + "gotchiId": "13367", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "13369", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "13372", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "13379", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "13380", + "amount": "3.22", + "parsedAmount": "3220000000000000000" + }, + { + "gotchiId": "13381", + "amount": "10.575", + "parsedAmount": "10575000000000000000" + }, + { + "gotchiId": "13383", + "amount": "7.535", + "parsedAmount": "7535000000000000000" + }, + { + "gotchiId": "13384", + "amount": "2.3375", + "parsedAmount": "2337500000000000000" + }, + { + "gotchiId": "13386", + "amount": "2.3575", + "parsedAmount": "2357500000000000000" + }, + { + "gotchiId": "13387", + "amount": "12.049999999999999", + "parsedAmount": "12049999999999999000" + }, + { + "gotchiId": "13391", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "13396", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "13398", + "amount": "24.14", + "parsedAmount": "24140000000000000000" + }, + { + "gotchiId": "13399", + "amount": "12.905", + "parsedAmount": "12905000000000000000" + }, + { + "gotchiId": "13401", + "amount": "94.4625", + "parsedAmount": "94462500000000000000" + }, + { + "gotchiId": "13404", + "amount": "22.675", + "parsedAmount": "22675000000000000000" + }, + { + "gotchiId": "13407", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "13411", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "13413", + "amount": "109.2775", + "parsedAmount": "109277500000000000000" + }, + { + "gotchiId": "13414", + "amount": "6.0175", + "parsedAmount": "6017500000000000000" + }, + { + "gotchiId": "13415", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "13416", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "13417", + "amount": "12.96", + "parsedAmount": "12960000000000000000" + }, + { + "gotchiId": "13420", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "13422", + "amount": "9.9375", + "parsedAmount": "9937500000000000000" + }, + { + "gotchiId": "13424", + "amount": "26.462500000000002", + "parsedAmount": "26462500000000002000" + }, + { + "gotchiId": "13425", + "amount": "33.155", + "parsedAmount": "33155000000000000000" + }, + { + "gotchiId": "13427", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "13428", + "amount": "8.190000000000001", + "parsedAmount": "8190000000000001000" + }, + { + "gotchiId": "13430", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "13431", + "amount": "7.5425", + "parsedAmount": "7542500000000000000" + }, + { + "gotchiId": "13432", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "13433", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "13435", + "amount": "5.8475", + "parsedAmount": "5847500000000000000" + }, + { + "gotchiId": "13436", + "amount": "9.6125", + "parsedAmount": "9612500000000000000" + }, + { + "gotchiId": "13438", + "amount": "6.9075", + "parsedAmount": "6907500000000000000" + }, + { + "gotchiId": "13440", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "13443", + "amount": "58.135", + "parsedAmount": "58135000000000000000" + }, + { + "gotchiId": "13444", + "amount": "13.024999999999999", + "parsedAmount": "13024999999999999000" + }, + { + "gotchiId": "13445", + "amount": "6.2225", + "parsedAmount": "6222500000000000000" + }, + { + "gotchiId": "13446", + "amount": "5.6375", + "parsedAmount": "5637500000000000000" + }, + { + "gotchiId": "13449", + "amount": "12.204999999999998", + "parsedAmount": "12204999999999998000" + }, + { + "gotchiId": "13450", + "amount": "4.842499999999999", + "parsedAmount": "4842499999999999000" + }, + { + "gotchiId": "13451", + "amount": "19.5875", + "parsedAmount": "19587500000000000000" + }, + { + "gotchiId": "13454", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13455", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "13464", + "amount": "16.815", + "parsedAmount": "16815000000000000000" + }, + { + "gotchiId": "13465", + "amount": "3.2775", + "parsedAmount": "3277500000000000000" + }, + { + "gotchiId": "13469", + "amount": "20.9025", + "parsedAmount": "20902500000000000000" + }, + { + "gotchiId": "13470", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "13475", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "13480", + "amount": "15.365", + "parsedAmount": "15365000000000000000" + }, + { + "gotchiId": "13482", + "amount": "14.055", + "parsedAmount": "14055000000000000000" + }, + { + "gotchiId": "13485", + "amount": "16.035", + "parsedAmount": "16035000000000000000" + }, + { + "gotchiId": "13486", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "13487", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "13489", + "amount": "41.91", + "parsedAmount": "41910000000000000000" + }, + { + "gotchiId": "13491", + "amount": "36.565", + "parsedAmount": "36565000000000000000" + }, + { + "gotchiId": "13492", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "13493", + "amount": "27.925", + "parsedAmount": "27925000000000000000" + }, + { + "gotchiId": "13494", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "13495", + "amount": "10.897499999999999", + "parsedAmount": "10897499999999999000" + }, + { + "gotchiId": "13496", + "amount": "16.4575", + "parsedAmount": "16457500000000000000" + }, + { + "gotchiId": "13497", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "13498", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "13499", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "13501", + "amount": "6.1675", + "parsedAmount": "6167500000000000000" + }, + { + "gotchiId": "13503", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "13504", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "13505", + "amount": "17.1875", + "parsedAmount": "17187500000000000000" + }, + { + "gotchiId": "13507", + "amount": "21.262500000000003", + "parsedAmount": "21262500000000003000" + }, + { + "gotchiId": "13508", + "amount": "15.3425", + "parsedAmount": "15342500000000000000" + }, + { + "gotchiId": "13509", + "amount": "153.625", + "parsedAmount": "153625000000000000000" + }, + { + "gotchiId": "13511", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "13513", + "amount": "118.68", + "parsedAmount": "118680000000000000000" + }, + { + "gotchiId": "13514", + "amount": "10.54", + "parsedAmount": "10540000000000000000" + }, + { + "gotchiId": "13516", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "13517", + "amount": "4.0925", + "parsedAmount": "4092500000000000000" + }, + { + "gotchiId": "13518", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "13520", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "13521", + "amount": "13.504999999999999", + "parsedAmount": "13504999999999999000" + }, + { + "gotchiId": "13522", + "amount": "11.0925", + "parsedAmount": "11092500000000000000" + }, + { + "gotchiId": "13523", + "amount": "23.44", + "parsedAmount": "23440000000000000000" + }, + { + "gotchiId": "13524", + "amount": "22.5175", + "parsedAmount": "22517500000000000000" + }, + { + "gotchiId": "13528", + "amount": "20.3425", + "parsedAmount": "20342500000000000000" + }, + { + "gotchiId": "13529", + "amount": "9.0525", + "parsedAmount": "9052500000000000000" + }, + { + "gotchiId": "13535", + "amount": "16.265", + "parsedAmount": "16265000000000000000" + }, + { + "gotchiId": "13536", + "amount": "359.7975", + "parsedAmount": "359797500000000000000" + }, + { + "gotchiId": "13538", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "13539", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "13543", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "13544", + "amount": "26.115", + "parsedAmount": "26115000000000000000" + }, + { + "gotchiId": "13545", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "13549", + "amount": "22.4075", + "parsedAmount": "22407500000000000000" + }, + { + "gotchiId": "13550", + "amount": "14.2475", + "parsedAmount": "14247500000000000000" + }, + { + "gotchiId": "13551", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "13553", + "amount": "7.3325", + "parsedAmount": "7332500000000000000" + }, + { + "gotchiId": "13554", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "13555", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "13556", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "13557", + "amount": "11.945", + "parsedAmount": "11945000000000000000" + }, + { + "gotchiId": "13559", + "amount": "21.15", + "parsedAmount": "21150000000000000000" + }, + { + "gotchiId": "13560", + "amount": "13.9975", + "parsedAmount": "13997500000000000000" + }, + { + "gotchiId": "13563", + "amount": "59.7725", + "parsedAmount": "59772500000000000000" + }, + { + "gotchiId": "13564", + "amount": "19.93", + "parsedAmount": "19930000000000000000" + }, + { + "gotchiId": "13565", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "13567", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "13570", + "amount": "5.3325000000000005", + "parsedAmount": "5332500000000000500" + }, + { + "gotchiId": "13574", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "13577", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "13580", + "amount": "7.907500000000001", + "parsedAmount": "7907500000000001000" + }, + { + "gotchiId": "13581", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "13582", + "amount": "16.5825", + "parsedAmount": "16582500000000000000" + }, + { + "gotchiId": "13585", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "13586", + "amount": "20.94", + "parsedAmount": "20940000000000000000" + }, + { + "gotchiId": "13587", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "13588", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "13590", + "amount": "17.7925", + "parsedAmount": "17792500000000000000" + }, + { + "gotchiId": "13595", + "amount": "9.5125", + "parsedAmount": "9512500000000000000" + }, + { + "gotchiId": "13597", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "13600", + "amount": "20.9375", + "parsedAmount": "20937500000000000000" + }, + { + "gotchiId": "13602", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "13603", + "amount": "11.5175", + "parsedAmount": "11517500000000000000" + }, + { + "gotchiId": "13605", + "amount": "75.8875", + "parsedAmount": "75887500000000000000" + }, + { + "gotchiId": "13607", + "amount": "10.582500000000001", + "parsedAmount": "10582500000000001000" + }, + { + "gotchiId": "13608", + "amount": "15.257500000000002", + "parsedAmount": "15257500000000002000" + }, + { + "gotchiId": "13611", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "13613", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "13615", + "amount": "14.47", + "parsedAmount": "14470000000000000000" + }, + { + "gotchiId": "13616", + "amount": "14.002500000000001", + "parsedAmount": "14002500000000001000" + }, + { + "gotchiId": "13617", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "13619", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "13620", + "amount": "12.5", + "parsedAmount": "12500000000000000000" + }, + { + "gotchiId": "13622", + "amount": "7.5125", + "parsedAmount": "7512500000000000000" + }, + { + "gotchiId": "13625", + "amount": "6.385", + "parsedAmount": "6385000000000000000" + }, + { + "gotchiId": "13626", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "13627", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "13630", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "13631", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "13632", + "amount": "6.78", + "parsedAmount": "6780000000000000000" + }, + { + "gotchiId": "13633", + "amount": "7.522499999999999", + "parsedAmount": "7522499999999999000" + }, + { + "gotchiId": "13638", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "13639", + "amount": "32.5475", + "parsedAmount": "32547500000000000000" + }, + { + "gotchiId": "13640", + "amount": "16.3075", + "parsedAmount": "16307500000000000000" + }, + { + "gotchiId": "13643", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "13644", + "amount": "17.255", + "parsedAmount": "17255000000000000000" + }, + { + "gotchiId": "13646", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "13648", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "13649", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "13653", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "13655", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "13657", + "amount": "5.4225", + "parsedAmount": "5422500000000000000" + }, + { + "gotchiId": "13658", + "amount": "16.7975", + "parsedAmount": "16797500000000000000" + }, + { + "gotchiId": "13660", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "13661", + "amount": "10.2275", + "parsedAmount": "10227500000000000000" + }, + { + "gotchiId": "13663", + "amount": "8.54", + "parsedAmount": "8540000000000000000" + }, + { + "gotchiId": "13664", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "13665", + "amount": "11.6", + "parsedAmount": "11600000000000000000" + }, + { + "gotchiId": "13668", + "amount": "6.93", + "parsedAmount": "6930000000000000000" + }, + { + "gotchiId": "13669", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "13673", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "13674", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "13676", + "amount": "27.060000000000002", + "parsedAmount": "27060000000000002000" + }, + { + "gotchiId": "13677", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "13681", + "amount": "5432.25", + "parsedAmount": "5432250000000000000000" + }, + { + "gotchiId": "13682", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "13684", + "amount": "13.715", + "parsedAmount": "13715000000000000000" + }, + { + "gotchiId": "13687", + "amount": "23.3975", + "parsedAmount": "23397500000000000000" + }, + { + "gotchiId": "13689", + "amount": "12.41", + "parsedAmount": "12410000000000000000" + }, + { + "gotchiId": "13690", + "amount": "11.0975", + "parsedAmount": "11097500000000000000" + }, + { + "gotchiId": "13691", + "amount": "27.305", + "parsedAmount": "27305000000000000000" + }, + { + "gotchiId": "13694", + "amount": "34.8875", + "parsedAmount": "34887500000000000000" + }, + { + "gotchiId": "13696", + "amount": "10.1575", + "parsedAmount": "10157500000000000000" + }, + { + "gotchiId": "13700", + "amount": "330.045", + "parsedAmount": "330045000000000000000" + }, + { + "gotchiId": "13702", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "13703", + "amount": "11.4275", + "parsedAmount": "11427500000000000000" + }, + { + "gotchiId": "13704", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "13712", + "amount": "99.64999999999999", + "parsedAmount": "99649999999999990000" + }, + { + "gotchiId": "13713", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "13716", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "13717", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "13718", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "13719", + "amount": "15.595", + "parsedAmount": "15595000000000000000" + }, + { + "gotchiId": "13722", + "amount": "19.75", + "parsedAmount": "19750000000000000000" + }, + { + "gotchiId": "13724", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "13730", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "13731", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "13732", + "amount": "3.315", + "parsedAmount": "3315000000000000000" + }, + { + "gotchiId": "13735", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "13736", + "amount": "22.0075", + "parsedAmount": "22007500000000000000" + }, + { + "gotchiId": "13740", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "13741", + "amount": "121.5175", + "parsedAmount": "121517500000000000000" + }, + { + "gotchiId": "13743", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "13744", + "amount": "9.4275", + "parsedAmount": "9427500000000000000" + }, + { + "gotchiId": "13746", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "13750", + "amount": "15.510000000000002", + "parsedAmount": "15510000000000002000" + }, + { + "gotchiId": "13751", + "amount": "15.774999999999999", + "parsedAmount": "15774999999999999000" + }, + { + "gotchiId": "13753", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "13756", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "13759", + "amount": "14.670000000000002", + "parsedAmount": "14670000000000002000" + }, + { + "gotchiId": "13760", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "13764", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "13765", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "13766", + "amount": "7.699999999999999", + "parsedAmount": "7699999999999999000" + }, + { + "gotchiId": "13767", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "13769", + "amount": "19.2025", + "parsedAmount": "19202500000000000000" + }, + { + "gotchiId": "13770", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "13771", + "amount": "29.7425", + "parsedAmount": "29742500000000000000" + }, + { + "gotchiId": "13772", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "13774", + "amount": "19.295", + "parsedAmount": "19295000000000000000" + }, + { + "gotchiId": "13776", + "amount": "21.575000000000003", + "parsedAmount": "21575000000000003000" + }, + { + "gotchiId": "13778", + "amount": "15.305", + "parsedAmount": "15305000000000000000" + }, + { + "gotchiId": "13781", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "13786", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "13788", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "13789", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "13792", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "13793", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "13795", + "amount": "9.1", + "parsedAmount": "9100000000000000000" + }, + { + "gotchiId": "13796", + "amount": "41.904999999999994", + "parsedAmount": "41904999999999994000" + }, + { + "gotchiId": "13797", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "13800", + "amount": "10.432500000000001", + "parsedAmount": "10432500000000001000" + }, + { + "gotchiId": "13801", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "13802", + "amount": "20.585", + "parsedAmount": "20585000000000000000" + }, + { + "gotchiId": "13807", + "amount": "16.4", + "parsedAmount": "16400000000000000000" + }, + { + "gotchiId": "13808", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "13811", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "13812", + "amount": "13.537500000000001", + "parsedAmount": "13537500000000001000" + }, + { + "gotchiId": "13813", + "amount": "16.7275", + "parsedAmount": "16727500000000000000" + }, + { + "gotchiId": "13814", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "13816", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "13817", + "amount": "9.245", + "parsedAmount": "9245000000000000000" + }, + { + "gotchiId": "13819", + "amount": "49.07", + "parsedAmount": "49070000000000000000" + }, + { + "gotchiId": "13820", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "13823", + "amount": "9.845", + "parsedAmount": "9845000000000000000" + }, + { + "gotchiId": "13824", + "amount": "6.5325", + "parsedAmount": "6532500000000000000" + }, + { + "gotchiId": "13825", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "13829", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "13830", + "amount": "14.0425", + "parsedAmount": "14042500000000000000" + }, + { + "gotchiId": "13831", + "amount": "26.2425", + "parsedAmount": "26242500000000000000" + }, + { + "gotchiId": "13832", + "amount": "16.84", + "parsedAmount": "16840000000000000000" + }, + { + "gotchiId": "13836", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "13838", + "amount": "11.1625", + "parsedAmount": "11162500000000000000" + }, + { + "gotchiId": "13839", + "amount": "17.875", + "parsedAmount": "17875000000000000000" + }, + { + "gotchiId": "13841", + "amount": "6.897500000000001", + "parsedAmount": "6897500000000001000" + }, + { + "gotchiId": "13842", + "amount": "4.6850000000000005", + "parsedAmount": "4685000000000000500" + }, + { + "gotchiId": "13844", + "amount": "6.7375", + "parsedAmount": "6737500000000000000" + }, + { + "gotchiId": "13845", + "amount": "9.93", + "parsedAmount": "9930000000000000000" + }, + { + "gotchiId": "13846", + "amount": "10.23", + "parsedAmount": "10230000000000000000" + }, + { + "gotchiId": "13847", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "13849", + "amount": "7.694999999999999", + "parsedAmount": "7694999999999999000" + }, + { + "gotchiId": "13850", + "amount": "10.290000000000001", + "parsedAmount": "10290000000000001000" + }, + { + "gotchiId": "13851", + "amount": "7.9925", + "parsedAmount": "7992500000000000000" + }, + { + "gotchiId": "13852", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "13853", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "13858", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "13859", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "13863", + "amount": "8.3025", + "parsedAmount": "8302500000000000000" + } + ], + "totalAmount": "13043174999999999998500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558608, + "gasUsed": "9440525" + }, + { + "batchIndex": 13, + "transactionHash": "0x709e6914df9add6b7ea2da410c10f0659b4a6841e5ad635f73e6aadec5e34a5c", + "timestamp": "2025-10-08T06:56:05.119Z", + "gotchiRewards": [ + { + "gotchiId": "13865", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "13867", + "amount": "11.9625", + "parsedAmount": "11962500000000000000" + }, + { + "gotchiId": "13868", + "amount": "11.899999999999999", + "parsedAmount": "11899999999999999000" + }, + { + "gotchiId": "13869", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13870", + "amount": "9.535", + "parsedAmount": "9535000000000000000" + }, + { + "gotchiId": "13871", + "amount": "10.86", + "parsedAmount": "10860000000000000000" + }, + { + "gotchiId": "13872", + "amount": "11.7675", + "parsedAmount": "11767500000000000000" + }, + { + "gotchiId": "13874", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "13875", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "13878", + "amount": "19.1125", + "parsedAmount": "19112500000000000000" + }, + { + "gotchiId": "13879", + "amount": "10.79", + "parsedAmount": "10790000000000000000" + }, + { + "gotchiId": "13880", + "amount": "13.665", + "parsedAmount": "13665000000000000000" + }, + { + "gotchiId": "13883", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "13884", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "13886", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "13887", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "13889", + "amount": "26.435000000000002", + "parsedAmount": "26435000000000002000" + }, + { + "gotchiId": "13891", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "13892", + "amount": "12.090000000000002", + "parsedAmount": "12090000000000002000" + }, + { + "gotchiId": "13897", + "amount": "7.0024999999999995", + "parsedAmount": "7002499999999999500" + }, + { + "gotchiId": "13898", + "amount": "18.2775", + "parsedAmount": "18277500000000000000" + }, + { + "gotchiId": "13900", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "13904", + "amount": "5.1850000000000005", + "parsedAmount": "5185000000000000500" + }, + { + "gotchiId": "13905", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "13908", + "amount": "11.77", + "parsedAmount": "11770000000000000000" + }, + { + "gotchiId": "13909", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "13910", + "amount": "12.815", + "parsedAmount": "12815000000000000000" + }, + { + "gotchiId": "13911", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "13913", + "amount": "12.2425", + "parsedAmount": "12242500000000000000" + }, + { + "gotchiId": "13916", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "13919", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "13920", + "amount": "14.64", + "parsedAmount": "14640000000000000000" + }, + { + "gotchiId": "13921", + "amount": "13.0725", + "parsedAmount": "13072500000000000000" + }, + { + "gotchiId": "13923", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "13925", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "13926", + "amount": "21.545", + "parsedAmount": "21545000000000000000" + }, + { + "gotchiId": "13931", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "13933", + "amount": "7.79", + "parsedAmount": "7790000000000000000" + }, + { + "gotchiId": "13939", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "13941", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "13947", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "13949", + "amount": "10.075", + "parsedAmount": "10075000000000000000" + }, + { + "gotchiId": "13951", + "amount": "8.565000000000001", + "parsedAmount": "8565000000000001000" + }, + { + "gotchiId": "13952", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "13953", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "13954", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "13955", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "13957", + "amount": "4.7475000000000005", + "parsedAmount": "4747500000000000500" + }, + { + "gotchiId": "13958", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "13959", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "13961", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "13963", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "13964", + "amount": "5.225", + "parsedAmount": "5225000000000000000" + }, + { + "gotchiId": "13965", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "13969", + "amount": "43.99", + "parsedAmount": "43990000000000000000" + }, + { + "gotchiId": "13972", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "13974", + "amount": "31.942500000000003", + "parsedAmount": "31942500000000003000" + }, + { + "gotchiId": "13978", + "amount": "12.7925", + "parsedAmount": "12792500000000000000" + }, + { + "gotchiId": "13979", + "amount": "34.4725", + "parsedAmount": "34472500000000000000" + }, + { + "gotchiId": "13981", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "13983", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "13984", + "amount": "4.765000000000001", + "parsedAmount": "4765000000000001000" + }, + { + "gotchiId": "13985", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "13987", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "13989", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "13990", + "amount": "12.975000000000001", + "parsedAmount": "12975000000000001000" + }, + { + "gotchiId": "13991", + "amount": "9.1775", + "parsedAmount": "9177500000000000000" + }, + { + "gotchiId": "13992", + "amount": "3.06", + "parsedAmount": "3060000000000000000" + }, + { + "gotchiId": "13994", + "amount": "6.5225", + "parsedAmount": "6522500000000000000" + }, + { + "gotchiId": "13996", + "amount": "1233.7125", + "parsedAmount": "1233712500000000000000" + }, + { + "gotchiId": "13997", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "13998", + "amount": "35.675", + "parsedAmount": "35675000000000000000" + }, + { + "gotchiId": "14002", + "amount": "7.8375", + "parsedAmount": "7837500000000000000" + }, + { + "gotchiId": "14006", + "amount": "10.114999999999998", + "parsedAmount": "10114999999999998000" + }, + { + "gotchiId": "14008", + "amount": "10.9825", + "parsedAmount": "10982500000000000000" + }, + { + "gotchiId": "14009", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "14010", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "14011", + "amount": "10.9175", + "parsedAmount": "10917500000000000000" + }, + { + "gotchiId": "14013", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "14015", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "14018", + "amount": "5.8475", + "parsedAmount": "5847500000000000000" + }, + { + "gotchiId": "14020", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "14022", + "amount": "25.51", + "parsedAmount": "25510000000000000000" + }, + { + "gotchiId": "14024", + "amount": "12.927499999999998", + "parsedAmount": "12927499999999998000" + }, + { + "gotchiId": "14025", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "14026", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "14027", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "14028", + "amount": "13.225", + "parsedAmount": "13225000000000000000" + }, + { + "gotchiId": "14029", + "amount": "8.5925", + "parsedAmount": "8592500000000000000" + }, + { + "gotchiId": "14030", + "amount": "23.0275", + "parsedAmount": "23027500000000000000" + }, + { + "gotchiId": "14032", + "amount": "3.325", + "parsedAmount": "3325000000000000000" + }, + { + "gotchiId": "14033", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "14034", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "14035", + "amount": "8.9875", + "parsedAmount": "8987500000000000000" + }, + { + "gotchiId": "14038", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "14039", + "amount": "15.29", + "parsedAmount": "15290000000000000000" + }, + { + "gotchiId": "14044", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "14045", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "14046", + "amount": "74.785", + "parsedAmount": "74785000000000000000" + }, + { + "gotchiId": "14047", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "14052", + "amount": "4.335", + "parsedAmount": "4335000000000000000" + }, + { + "gotchiId": "14054", + "amount": "19.9925", + "parsedAmount": "19992500000000000000" + }, + { + "gotchiId": "14059", + "amount": "16.575", + "parsedAmount": "16575000000000000000" + }, + { + "gotchiId": "14067", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "14073", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "14076", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "14078", + "amount": "8.135", + "parsedAmount": "8135000000000000000" + }, + { + "gotchiId": "14079", + "amount": "6.4", + "parsedAmount": "6400000000000000000" + }, + { + "gotchiId": "14082", + "amount": "10.3625", + "parsedAmount": "10362500000000000000" + }, + { + "gotchiId": "14084", + "amount": "9.14", + "parsedAmount": "9140000000000000000" + }, + { + "gotchiId": "14085", + "amount": "11.524999999999999", + "parsedAmount": "11524999999999999000" + }, + { + "gotchiId": "14087", + "amount": "21.8425", + "parsedAmount": "21842500000000000000" + }, + { + "gotchiId": "14088", + "amount": "7.78", + "parsedAmount": "7780000000000000000" + }, + { + "gotchiId": "14090", + "amount": "2.6625", + "parsedAmount": "2662500000000000000" + }, + { + "gotchiId": "14092", + "amount": "14.0225", + "parsedAmount": "14022500000000000000" + }, + { + "gotchiId": "14093", + "amount": "12.504999999999999", + "parsedAmount": "12504999999999999000" + }, + { + "gotchiId": "14094", + "amount": "11.51", + "parsedAmount": "11510000000000000000" + }, + { + "gotchiId": "14097", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "14098", + "amount": "7.592499999999999", + "parsedAmount": "7592499999999999000" + }, + { + "gotchiId": "14099", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "14103", + "amount": "17.8625", + "parsedAmount": "17862500000000000000" + }, + { + "gotchiId": "14104", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "14109", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "14110", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "14114", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "14115", + "amount": "18.2975", + "parsedAmount": "18297500000000000000" + }, + { + "gotchiId": "14117", + "amount": "245.2375", + "parsedAmount": "245237500000000000000" + }, + { + "gotchiId": "14118", + "amount": "4.915", + "parsedAmount": "4915000000000000000" + }, + { + "gotchiId": "14120", + "amount": "20.03", + "parsedAmount": "20030000000000000000" + }, + { + "gotchiId": "14121", + "amount": "7.06", + "parsedAmount": "7060000000000000000" + }, + { + "gotchiId": "14128", + "amount": "10.67", + "parsedAmount": "10670000000000000000" + }, + { + "gotchiId": "14130", + "amount": "10.275", + "parsedAmount": "10275000000000000000" + }, + { + "gotchiId": "14132", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "14133", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "14135", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "14136", + "amount": "12.745000000000001", + "parsedAmount": "12745000000000001000" + }, + { + "gotchiId": "14139", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "14140", + "amount": "332.26", + "parsedAmount": "332260000000000000000" + }, + { + "gotchiId": "14142", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "14145", + "amount": "13.605", + "parsedAmount": "13605000000000000000" + }, + { + "gotchiId": "14147", + "amount": "14.125", + "parsedAmount": "14125000000000000000" + }, + { + "gotchiId": "14148", + "amount": "10.8675", + "parsedAmount": "10867500000000000000" + }, + { + "gotchiId": "14149", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "14151", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "14152", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "14153", + "amount": "18.965", + "parsedAmount": "18965000000000000000" + }, + { + "gotchiId": "14154", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "14155", + "amount": "16.4625", + "parsedAmount": "16462500000000000000" + }, + { + "gotchiId": "14156", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "14157", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "14160", + "amount": "20.5", + "parsedAmount": "20500000000000000000" + }, + { + "gotchiId": "14163", + "amount": "11.19", + "parsedAmount": "11190000000000000000" + }, + { + "gotchiId": "14164", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "14165", + "amount": "29.575", + "parsedAmount": "29575000000000000000" + }, + { + "gotchiId": "14167", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "14168", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "14172", + "amount": "9.344999999999999", + "parsedAmount": "9344999999999999000" + }, + { + "gotchiId": "14174", + "amount": "27.5", + "parsedAmount": "27500000000000000000" + }, + { + "gotchiId": "14176", + "amount": "15.0725", + "parsedAmount": "15072500000000000000" + }, + { + "gotchiId": "14177", + "amount": "11.719999999999999", + "parsedAmount": "11719999999999999000" + }, + { + "gotchiId": "14178", + "amount": "12.864999999999998", + "parsedAmount": "12864999999999998000" + }, + { + "gotchiId": "14183", + "amount": "11.9175", + "parsedAmount": "11917500000000000000" + }, + { + "gotchiId": "14184", + "amount": "16.125", + "parsedAmount": "16125000000000000000" + }, + { + "gotchiId": "14188", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "14192", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "14193", + "amount": "7.967499999999999", + "parsedAmount": "7967499999999999000" + }, + { + "gotchiId": "14194", + "amount": "39.54", + "parsedAmount": "39540000000000000000" + }, + { + "gotchiId": "14202", + "amount": "26.64", + "parsedAmount": "26640000000000000000" + }, + { + "gotchiId": "14203", + "amount": "15.649999999999999", + "parsedAmount": "15649999999999999000" + }, + { + "gotchiId": "14204", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "14208", + "amount": "14.105", + "parsedAmount": "14105000000000000000" + }, + { + "gotchiId": "14210", + "amount": "15.4925", + "parsedAmount": "15492500000000000000" + }, + { + "gotchiId": "14212", + "amount": "20.77", + "parsedAmount": "20770000000000000000" + }, + { + "gotchiId": "14216", + "amount": "3.06", + "parsedAmount": "3060000000000000000" + }, + { + "gotchiId": "14217", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "14220", + "amount": "10.629999999999999", + "parsedAmount": "10629999999999999000" + }, + { + "gotchiId": "14222", + "amount": "7.085000000000001", + "parsedAmount": "7085000000000001000" + }, + { + "gotchiId": "14224", + "amount": "10.690000000000001", + "parsedAmount": "10690000000000001000" + }, + { + "gotchiId": "14225", + "amount": "10.145", + "parsedAmount": "10145000000000000000" + }, + { + "gotchiId": "14226", + "amount": "10.735", + "parsedAmount": "10735000000000000000" + }, + { + "gotchiId": "14233", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "14234", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "14235", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "14236", + "amount": "16.7425", + "parsedAmount": "16742500000000000000" + }, + { + "gotchiId": "14243", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "14245", + "amount": "7.140000000000001", + "parsedAmount": "7140000000000001000" + }, + { + "gotchiId": "14247", + "amount": "10.085", + "parsedAmount": "10085000000000000000" + }, + { + "gotchiId": "14249", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "14250", + "amount": "3.175", + "parsedAmount": "3175000000000000000" + }, + { + "gotchiId": "14251", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "14252", + "amount": "8.942499999999999", + "parsedAmount": "8942499999999999000" + }, + { + "gotchiId": "14253", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "14255", + "amount": "25.2275", + "parsedAmount": "25227500000000000000" + }, + { + "gotchiId": "14256", + "amount": "31.335", + "parsedAmount": "31335000000000000000" + }, + { + "gotchiId": "14257", + "amount": "36.3125", + "parsedAmount": "36312500000000000000" + }, + { + "gotchiId": "14258", + "amount": "10.149999999999999", + "parsedAmount": "10149999999999999000" + }, + { + "gotchiId": "14259", + "amount": "12.2625", + "parsedAmount": "12262500000000000000" + }, + { + "gotchiId": "14260", + "amount": "6.0325", + "parsedAmount": "6032500000000000000" + }, + { + "gotchiId": "14261", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "14263", + "amount": "28.855", + "parsedAmount": "28855000000000000000" + }, + { + "gotchiId": "14265", + "amount": "16.6175", + "parsedAmount": "16617500000000000000" + }, + { + "gotchiId": "14266", + "amount": "5.715", + "parsedAmount": "5715000000000000000" + }, + { + "gotchiId": "14267", + "amount": "12.655000000000001", + "parsedAmount": "12655000000000001000" + }, + { + "gotchiId": "14269", + "amount": "8.64", + "parsedAmount": "8640000000000000000" + }, + { + "gotchiId": "14270", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "14274", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "14277", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "14280", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "14281", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "14284", + "amount": "18.9125", + "parsedAmount": "18912500000000000000" + }, + { + "gotchiId": "14285", + "amount": "61.1", + "parsedAmount": "61100000000000000000" + }, + { + "gotchiId": "14286", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "14288", + "amount": "14.422500000000001", + "parsedAmount": "14422500000000001000" + }, + { + "gotchiId": "14289", + "amount": "8.22", + "parsedAmount": "8220000000000000000" + }, + { + "gotchiId": "14290", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "14291", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "14293", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "14294", + "amount": "12.0975", + "parsedAmount": "12097500000000000000" + }, + { + "gotchiId": "14296", + "amount": "30.369999999999997", + "parsedAmount": "30369999999999997000" + }, + { + "gotchiId": "14298", + "amount": "11.9275", + "parsedAmount": "11927500000000000000" + }, + { + "gotchiId": "14299", + "amount": "5.9399999999999995", + "parsedAmount": "5939999999999999500" + }, + { + "gotchiId": "14300", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "14301", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "14302", + "amount": "15.795", + "parsedAmount": "15795000000000000000" + }, + { + "gotchiId": "14308", + "amount": "6.545", + "parsedAmount": "6545000000000000000" + }, + { + "gotchiId": "14310", + "amount": "15.245", + "parsedAmount": "15245000000000000000" + }, + { + "gotchiId": "14316", + "amount": "7.119999999999999", + "parsedAmount": "7119999999999999000" + }, + { + "gotchiId": "14318", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "14320", + "amount": "7.5175", + "parsedAmount": "7517500000000000000" + }, + { + "gotchiId": "14322", + "amount": "3.6675", + "parsedAmount": "3667500000000000000" + }, + { + "gotchiId": "14323", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "14328", + "amount": "12.397499999999999", + "parsedAmount": "12397499999999999000" + }, + { + "gotchiId": "14330", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "14332", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "14334", + "amount": "7.86", + "parsedAmount": "7860000000000000000" + }, + { + "gotchiId": "14335", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "14336", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "14337", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "14338", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "14339", + "amount": "27.2", + "parsedAmount": "27200000000000000000" + }, + { + "gotchiId": "14341", + "amount": "920.2", + "parsedAmount": "920200000000000000000" + }, + { + "gotchiId": "14343", + "amount": "6.092499999999999", + "parsedAmount": "6092499999999999000" + }, + { + "gotchiId": "14345", + "amount": "14.032499999999999", + "parsedAmount": "14032499999999999000" + }, + { + "gotchiId": "14350", + "amount": "237.10250000000002", + "parsedAmount": "237102500000000020000" + }, + { + "gotchiId": "14354", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "14355", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "14356", + "amount": "22.41", + "parsedAmount": "22410000000000000000" + }, + { + "gotchiId": "14357", + "amount": "10.68", + "parsedAmount": "10680000000000000000" + }, + { + "gotchiId": "14358", + "amount": "7.315", + "parsedAmount": "7315000000000000000" + }, + { + "gotchiId": "14359", + "amount": "10.81", + "parsedAmount": "10810000000000000000" + }, + { + "gotchiId": "14361", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "14362", + "amount": "13.1075", + "parsedAmount": "13107500000000000000" + }, + { + "gotchiId": "14369", + "amount": "14.17", + "parsedAmount": "14170000000000000000" + }, + { + "gotchiId": "14370", + "amount": "21.0775", + "parsedAmount": "21077500000000000000" + }, + { + "gotchiId": "14371", + "amount": "6.4325", + "parsedAmount": "6432500000000000000" + }, + { + "gotchiId": "14375", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "14377", + "amount": "23.9475", + "parsedAmount": "23947500000000000000" + }, + { + "gotchiId": "14387", + "amount": "4.015", + "parsedAmount": "4015000000000000000" + }, + { + "gotchiId": "14390", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "14391", + "amount": "18.134999999999998", + "parsedAmount": "18134999999999998000" + }, + { + "gotchiId": "14396", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "14398", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "14399", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "14402", + "amount": "11.585", + "parsedAmount": "11585000000000000000" + }, + { + "gotchiId": "14405", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "14407", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "14408", + "amount": "10.09", + "parsedAmount": "10090000000000000000" + }, + { + "gotchiId": "14409", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "14411", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "14412", + "amount": "12.405000000000001", + "parsedAmount": "12405000000000001000" + }, + { + "gotchiId": "14413", + "amount": "21.7275", + "parsedAmount": "21727500000000000000" + }, + { + "gotchiId": "14414", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "14415", + "amount": "18.9075", + "parsedAmount": "18907500000000000000" + }, + { + "gotchiId": "14417", + "amount": "11.287500000000001", + "parsedAmount": "11287500000000001000" + }, + { + "gotchiId": "14418", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "14419", + "amount": "3.395", + "parsedAmount": "3395000000000000000" + }, + { + "gotchiId": "14420", + "amount": "23.0375", + "parsedAmount": "23037500000000000000" + }, + { + "gotchiId": "14424", + "amount": "9.555", + "parsedAmount": "9555000000000000000" + }, + { + "gotchiId": "14425", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "14426", + "amount": "7.71", + "parsedAmount": "7710000000000000000" + }, + { + "gotchiId": "14427", + "amount": "9.98", + "parsedAmount": "9980000000000000000" + }, + { + "gotchiId": "14428", + "amount": "9.629999999999999", + "parsedAmount": "9629999999999999000" + }, + { + "gotchiId": "14432", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "14433", + "amount": "14.7625", + "parsedAmount": "14762500000000000000" + }, + { + "gotchiId": "14435", + "amount": "4.645", + "parsedAmount": "4645000000000000000" + }, + { + "gotchiId": "14436", + "amount": "209.8175", + "parsedAmount": "209817500000000000000" + }, + { + "gotchiId": "14437", + "amount": "15.9025", + "parsedAmount": "15902500000000000000" + }, + { + "gotchiId": "14438", + "amount": "20.405", + "parsedAmount": "20405000000000000000" + }, + { + "gotchiId": "14439", + "amount": "12.254999999999999", + "parsedAmount": "12254999999999999000" + }, + { + "gotchiId": "14442", + "amount": "22.7025", + "parsedAmount": "22702500000000000000" + }, + { + "gotchiId": "14446", + "amount": "25.2425", + "parsedAmount": "25242500000000000000" + }, + { + "gotchiId": "14447", + "amount": "11.92", + "parsedAmount": "11920000000000000000" + }, + { + "gotchiId": "14449", + "amount": "14.995000000000001", + "parsedAmount": "14995000000000001000" + }, + { + "gotchiId": "14452", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "14453", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "14454", + "amount": "178.405", + "parsedAmount": "178405000000000000000" + }, + { + "gotchiId": "14456", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "14457", + "amount": "13.04", + "parsedAmount": "13040000000000000000" + }, + { + "gotchiId": "14458", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "14462", + "amount": "11.775", + "parsedAmount": "11775000000000000000" + }, + { + "gotchiId": "14467", + "amount": "7.140000000000001", + "parsedAmount": "7140000000000001000" + }, + { + "gotchiId": "14469", + "amount": "16.415", + "parsedAmount": "16415000000000000000" + }, + { + "gotchiId": "14470", + "amount": "43.235", + "parsedAmount": "43235000000000000000" + }, + { + "gotchiId": "14471", + "amount": "8.54", + "parsedAmount": "8540000000000000000" + }, + { + "gotchiId": "14473", + "amount": "43.682500000000005", + "parsedAmount": "43682500000000005000" + }, + { + "gotchiId": "14476", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "14480", + "amount": "62.3725", + "parsedAmount": "62372500000000000000" + }, + { + "gotchiId": "14482", + "amount": "28.0875", + "parsedAmount": "28087500000000000000" + }, + { + "gotchiId": "14484", + "amount": "23.2175", + "parsedAmount": "23217500000000000000" + }, + { + "gotchiId": "14485", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "14489", + "amount": "4125.5675", + "parsedAmount": "4125567500000000000000" + }, + { + "gotchiId": "14490", + "amount": "10.73", + "parsedAmount": "10730000000000000000" + }, + { + "gotchiId": "14491", + "amount": "2.2725", + "parsedAmount": "2272500000000000000" + }, + { + "gotchiId": "14493", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "14496", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "14497", + "amount": "10.585", + "parsedAmount": "10585000000000000000" + }, + { + "gotchiId": "14499", + "amount": "18.95", + "parsedAmount": "18950000000000000000" + }, + { + "gotchiId": "14501", + "amount": "6.779999999999999", + "parsedAmount": "6779999999999999000" + }, + { + "gotchiId": "14503", + "amount": "16.05", + "parsedAmount": "16050000000000000000" + }, + { + "gotchiId": "14505", + "amount": "3.6325", + "parsedAmount": "3632500000000000000" + }, + { + "gotchiId": "14508", + "amount": "15.7875", + "parsedAmount": "15787500000000000000" + }, + { + "gotchiId": "14510", + "amount": "22.8125", + "parsedAmount": "22812500000000000000" + }, + { + "gotchiId": "14511", + "amount": "37.7525", + "parsedAmount": "37752500000000000000" + }, + { + "gotchiId": "14513", + "amount": "16.565", + "parsedAmount": "16565000000000000000" + }, + { + "gotchiId": "14515", + "amount": "77.80749999999999", + "parsedAmount": "77807499999999990000" + }, + { + "gotchiId": "14517", + "amount": "13.61", + "parsedAmount": "13610000000000000000" + }, + { + "gotchiId": "14518", + "amount": "12.77", + "parsedAmount": "12770000000000000000" + }, + { + "gotchiId": "14519", + "amount": "46.345", + "parsedAmount": "46345000000000000000" + }, + { + "gotchiId": "14521", + "amount": "9.5775", + "parsedAmount": "9577500000000000000" + }, + { + "gotchiId": "14522", + "amount": "12.4575", + "parsedAmount": "12457500000000000000" + }, + { + "gotchiId": "14524", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "14526", + "amount": "12.94", + "parsedAmount": "12940000000000000000" + }, + { + "gotchiId": "14527", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "14528", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "14529", + "amount": "7.6825", + "parsedAmount": "7682500000000000000" + }, + { + "gotchiId": "14530", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "14534", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "14540", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "14541", + "amount": "4.5225", + "parsedAmount": "4522500000000000000" + }, + { + "gotchiId": "14542", + "amount": "9.85", + "parsedAmount": "9850000000000000000" + }, + { + "gotchiId": "14544", + "amount": "12.2825", + "parsedAmount": "12282500000000000000" + }, + { + "gotchiId": "14550", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "14551", + "amount": "10.309999999999999", + "parsedAmount": "10309999999999999000" + }, + { + "gotchiId": "14553", + "amount": "9.6775", + "parsedAmount": "9677500000000000000" + }, + { + "gotchiId": "14554", + "amount": "14.307500000000001", + "parsedAmount": "14307500000000001000" + }, + { + "gotchiId": "14555", + "amount": "12.9275", + "parsedAmount": "12927500000000000000" + }, + { + "gotchiId": "14557", + "amount": "110.2175", + "parsedAmount": "110217500000000000000" + }, + { + "gotchiId": "14559", + "amount": "59.1975", + "parsedAmount": "59197500000000000000" + }, + { + "gotchiId": "14560", + "amount": "8.0025", + "parsedAmount": "8002500000000000000" + }, + { + "gotchiId": "14563", + "amount": "24.115000000000002", + "parsedAmount": "24115000000000002000" + }, + { + "gotchiId": "14565", + "amount": "7.630000000000001", + "parsedAmount": "7630000000000001000" + }, + { + "gotchiId": "14567", + "amount": "20.2625", + "parsedAmount": "20262500000000000000" + }, + { + "gotchiId": "14568", + "amount": "32.2875", + "parsedAmount": "32287500000000000000" + }, + { + "gotchiId": "14570", + "amount": "14.1375", + "parsedAmount": "14137500000000000000" + }, + { + "gotchiId": "14573", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "14574", + "amount": "28.77", + "parsedAmount": "28770000000000000000" + }, + { + "gotchiId": "14579", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "14580", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "14582", + "amount": "11.282499999999999", + "parsedAmount": "11282499999999999000" + }, + { + "gotchiId": "14587", + "amount": "8.9175", + "parsedAmount": "8917500000000000000" + }, + { + "gotchiId": "14592", + "amount": "2.7625", + "parsedAmount": "2762500000000000000" + }, + { + "gotchiId": "14594", + "amount": "14.2925", + "parsedAmount": "14292500000000000000" + }, + { + "gotchiId": "14596", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "14601", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "14603", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "14605", + "amount": "10.0525", + "parsedAmount": "10052500000000000000" + }, + { + "gotchiId": "14611", + "amount": "13.784999999999998", + "parsedAmount": "13784999999999998000" + }, + { + "gotchiId": "14612", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "14614", + "amount": "6.0600000000000005", + "parsedAmount": "6060000000000000500" + }, + { + "gotchiId": "14616", + "amount": "5.945", + "parsedAmount": "5945000000000000000" + }, + { + "gotchiId": "14617", + "amount": "10.985", + "parsedAmount": "10985000000000000000" + }, + { + "gotchiId": "14618", + "amount": "12.6225", + "parsedAmount": "12622500000000000000" + }, + { + "gotchiId": "14622", + "amount": "16.2375", + "parsedAmount": "16237500000000000000" + }, + { + "gotchiId": "14624", + "amount": "10.68", + "parsedAmount": "10680000000000000000" + }, + { + "gotchiId": "14625", + "amount": "22.5275", + "parsedAmount": "22527500000000000000" + }, + { + "gotchiId": "14626", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "14627", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "14628", + "amount": "22.477500000000003", + "parsedAmount": "22477500000000003000" + }, + { + "gotchiId": "14631", + "amount": "5.345000000000001", + "parsedAmount": "5345000000000001000" + }, + { + "gotchiId": "14632", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "14634", + "amount": "9.3725", + "parsedAmount": "9372500000000000000" + }, + { + "gotchiId": "14635", + "amount": "6.1675", + "parsedAmount": "6167500000000000000" + }, + { + "gotchiId": "14637", + "amount": "37.63", + "parsedAmount": "37630000000000000000" + }, + { + "gotchiId": "14639", + "amount": "21.965", + "parsedAmount": "21965000000000000000" + }, + { + "gotchiId": "14640", + "amount": "18.34", + "parsedAmount": "18340000000000000000" + }, + { + "gotchiId": "14641", + "amount": "2.905", + "parsedAmount": "2905000000000000000" + }, + { + "gotchiId": "14643", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "14646", + "amount": "26.1475", + "parsedAmount": "26147500000000000000" + }, + { + "gotchiId": "14647", + "amount": "17.46", + "parsedAmount": "17460000000000000000" + }, + { + "gotchiId": "14648", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "14649", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "14651", + "amount": "36.4925", + "parsedAmount": "36492500000000000000" + }, + { + "gotchiId": "14653", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "14654", + "amount": "22.044999999999998", + "parsedAmount": "22044999999999998000" + }, + { + "gotchiId": "14656", + "amount": "36.167500000000004", + "parsedAmount": "36167500000000004000" + }, + { + "gotchiId": "14657", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "14660", + "amount": "26.634999999999998", + "parsedAmount": "26634999999999998000" + }, + { + "gotchiId": "14661", + "amount": "18.205", + "parsedAmount": "18205000000000000000" + }, + { + "gotchiId": "14662", + "amount": "12.55", + "parsedAmount": "12550000000000000000" + }, + { + "gotchiId": "14663", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "14664", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "14667", + "amount": "8.755", + "parsedAmount": "8755000000000000000" + }, + { + "gotchiId": "14670", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "14672", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "14673", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "14675", + "amount": "14.815", + "parsedAmount": "14815000000000000000" + }, + { + "gotchiId": "14676", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "14678", + "amount": "2.2925", + "parsedAmount": "2292500000000000000" + }, + { + "gotchiId": "14680", + "amount": "3.4625", + "parsedAmount": "3462500000000000000" + }, + { + "gotchiId": "14681", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "14683", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "14685", + "amount": "7.8875", + "parsedAmount": "7887500000000000000" + }, + { + "gotchiId": "14690", + "amount": "9.9775", + "parsedAmount": "9977500000000000000" + }, + { + "gotchiId": "14695", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "14696", + "amount": "2.7675", + "parsedAmount": "2767500000000000000" + }, + { + "gotchiId": "14697", + "amount": "23.1725", + "parsedAmount": "23172500000000000000" + }, + { + "gotchiId": "14699", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "14702", + "amount": "19.35", + "parsedAmount": "19350000000000000000" + }, + { + "gotchiId": "14703", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "14707", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "14708", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "14709", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "14711", + "amount": "8.5375", + "parsedAmount": "8537500000000000000" + }, + { + "gotchiId": "14713", + "amount": "11.3625", + "parsedAmount": "11362500000000000000" + }, + { + "gotchiId": "14714", + "amount": "10.957500000000001", + "parsedAmount": "10957500000000001000" + }, + { + "gotchiId": "14715", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "14716", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "14717", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "14718", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "14724", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "14725", + "amount": "8.92", + "parsedAmount": "8920000000000000000" + }, + { + "gotchiId": "14732", + "amount": "22.4675", + "parsedAmount": "22467500000000000000" + }, + { + "gotchiId": "14734", + "amount": "19.4825", + "parsedAmount": "19482500000000000000" + }, + { + "gotchiId": "14736", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "14737", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "14739", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "14741", + "amount": "16.0975", + "parsedAmount": "16097500000000000000" + }, + { + "gotchiId": "14742", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "14743", + "amount": "16.715", + "parsedAmount": "16715000000000000000" + }, + { + "gotchiId": "14746", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "14748", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "14749", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "14750", + "amount": "4.205", + "parsedAmount": "4205000000000000000" + }, + { + "gotchiId": "14751", + "amount": "13.745", + "parsedAmount": "13745000000000000000" + }, + { + "gotchiId": "14752", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "14753", + "amount": "6.9975000000000005", + "parsedAmount": "6997500000000000500" + }, + { + "gotchiId": "14754", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "14755", + "amount": "9.9875", + "parsedAmount": "9987500000000000000" + }, + { + "gotchiId": "14760", + "amount": "7.945", + "parsedAmount": "7945000000000000000" + }, + { + "gotchiId": "14762", + "amount": "5.0525", + "parsedAmount": "5052500000000000000" + }, + { + "gotchiId": "14763", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "14766", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "14769", + "amount": "12.675", + "parsedAmount": "12675000000000000000" + }, + { + "gotchiId": "14770", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "14774", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "14775", + "amount": "7.4325", + "parsedAmount": "7432500000000000000" + }, + { + "gotchiId": "14776", + "amount": "9.815", + "parsedAmount": "9815000000000000000" + }, + { + "gotchiId": "14778", + "amount": "10.05", + "parsedAmount": "10050000000000000000" + }, + { + "gotchiId": "14779", + "amount": "4.78", + "parsedAmount": "4780000000000000000" + }, + { + "gotchiId": "14781", + "amount": "26.279999999999998", + "parsedAmount": "26279999999999998000" + }, + { + "gotchiId": "14782", + "amount": "6.8774999999999995", + "parsedAmount": "6877499999999999500" + }, + { + "gotchiId": "14789", + "amount": "8.0125", + "parsedAmount": "8012500000000000000" + }, + { + "gotchiId": "14791", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "14793", + "amount": "10.535", + "parsedAmount": "10535000000000000000" + }, + { + "gotchiId": "14794", + "amount": "7.4325", + "parsedAmount": "7432500000000000000" + }, + { + "gotchiId": "14796", + "amount": "15.13", + "parsedAmount": "15130000000000000000" + }, + { + "gotchiId": "14797", + "amount": "11.29", + "parsedAmount": "11290000000000000000" + }, + { + "gotchiId": "14799", + "amount": "8.6125", + "parsedAmount": "8612500000000000000" + }, + { + "gotchiId": "14801", + "amount": "44.8225", + "parsedAmount": "44822500000000000000" + }, + { + "gotchiId": "14803", + "amount": "7.202500000000001", + "parsedAmount": "7202500000000001000" + }, + { + "gotchiId": "14804", + "amount": "7.9775", + "parsedAmount": "7977500000000000000" + }, + { + "gotchiId": "14807", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "14811", + "amount": "10.937500000000002", + "parsedAmount": "10937500000000002000" + }, + { + "gotchiId": "14814", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "14816", + "amount": "43.0575", + "parsedAmount": "43057500000000000000" + }, + { + "gotchiId": "14817", + "amount": "24.95", + "parsedAmount": "24950000000000000000" + }, + { + "gotchiId": "14818", + "amount": "12.497499999999999", + "parsedAmount": "12497499999999999000" + }, + { + "gotchiId": "14825", + "amount": "16.7", + "parsedAmount": "16700000000000000000" + }, + { + "gotchiId": "14826", + "amount": "9.095", + "parsedAmount": "9095000000000000000" + }, + { + "gotchiId": "14832", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "14836", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "14837", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "14839", + "amount": "11.1925", + "parsedAmount": "11192500000000000000" + }, + { + "gotchiId": "14842", + "amount": "22.6925", + "parsedAmount": "22692500000000000000" + }, + { + "gotchiId": "14844", + "amount": "5.3775", + "parsedAmount": "5377500000000000000" + }, + { + "gotchiId": "14845", + "amount": "14.3075", + "parsedAmount": "14307500000000000000" + }, + { + "gotchiId": "14847", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "14848", + "amount": "14.642500000000002", + "parsedAmount": "14642500000000002000" + }, + { + "gotchiId": "14849", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + } + ], + "totalAmount": "13017412500000000012000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558610, + "gasUsed": "9162940" + }, + { + "batchIndex": 14, + "transactionHash": "0xee9c28ae67d44749c81c36416f1ee331c6dd5ad8a1e05c8c08c1b422ea91c2b2", + "timestamp": "2025-10-08T06:56:10.039Z", + "gotchiRewards": [ + { + "gotchiId": "14852", + "amount": "5.42", + "parsedAmount": "5420000000000000000" + }, + { + "gotchiId": "14853", + "amount": "10.1675", + "parsedAmount": "10167500000000000000" + }, + { + "gotchiId": "14854", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "14855", + "amount": "10.8725", + "parsedAmount": "10872500000000000000" + }, + { + "gotchiId": "14856", + "amount": "21.985", + "parsedAmount": "21985000000000000000" + }, + { + "gotchiId": "14858", + "amount": "23.295", + "parsedAmount": "23295000000000000000" + }, + { + "gotchiId": "14860", + "amount": "11.1475", + "parsedAmount": "11147500000000000000" + }, + { + "gotchiId": "14861", + "amount": "21.02", + "parsedAmount": "21020000000000000000" + }, + { + "gotchiId": "14862", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "14865", + "amount": "24.915", + "parsedAmount": "24915000000000000000" + }, + { + "gotchiId": "14868", + "amount": "12.4975", + "parsedAmount": "12497500000000000000" + }, + { + "gotchiId": "14869", + "amount": "36.4775", + "parsedAmount": "36477500000000000000" + }, + { + "gotchiId": "14870", + "amount": "7.3275", + "parsedAmount": "7327500000000000000" + }, + { + "gotchiId": "14873", + "amount": "5.890000000000001", + "parsedAmount": "5890000000000001000" + }, + { + "gotchiId": "14875", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "14876", + "amount": "9.38", + "parsedAmount": "9380000000000000000" + }, + { + "gotchiId": "14877", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "14881", + "amount": "20.18", + "parsedAmount": "20180000000000000000" + }, + { + "gotchiId": "14882", + "amount": "18.697499999999998", + "parsedAmount": "18697499999999998000" + }, + { + "gotchiId": "14886", + "amount": "8.16", + "parsedAmount": "8160000000000000000" + }, + { + "gotchiId": "14888", + "amount": "9.875", + "parsedAmount": "9875000000000000000" + }, + { + "gotchiId": "14890", + "amount": "42.5", + "parsedAmount": "42500000000000000000" + }, + { + "gotchiId": "14891", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "14894", + "amount": "13.9825", + "parsedAmount": "13982500000000000000" + }, + { + "gotchiId": "14895", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "14897", + "amount": "7.2675", + "parsedAmount": "7267500000000000000" + }, + { + "gotchiId": "14898", + "amount": "10.927499999999998", + "parsedAmount": "10927499999999998000" + }, + { + "gotchiId": "14900", + "amount": "5.545", + "parsedAmount": "5545000000000000000" + }, + { + "gotchiId": "14901", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "14902", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "14906", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "14907", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "14908", + "amount": "8.817499999999999", + "parsedAmount": "8817499999999999000" + }, + { + "gotchiId": "14909", + "amount": "8.6275", + "parsedAmount": "8627500000000000000" + }, + { + "gotchiId": "14912", + "amount": "14.52", + "parsedAmount": "14520000000000000000" + }, + { + "gotchiId": "14916", + "amount": "3.225", + "parsedAmount": "3225000000000000000" + }, + { + "gotchiId": "14920", + "amount": "11.6025", + "parsedAmount": "11602500000000000000" + }, + { + "gotchiId": "14921", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "14922", + "amount": "3.7825", + "parsedAmount": "3782500000000000000" + }, + { + "gotchiId": "14923", + "amount": "12.28", + "parsedAmount": "12280000000000000000" + }, + { + "gotchiId": "14924", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "14925", + "amount": "34.285", + "parsedAmount": "34285000000000000000" + }, + { + "gotchiId": "14927", + "amount": "16.237499999999997", + "parsedAmount": "16237499999999997000" + }, + { + "gotchiId": "14929", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "14931", + "amount": "60.55", + "parsedAmount": "60550000000000000000" + }, + { + "gotchiId": "14932", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "14933", + "amount": "10.3025", + "parsedAmount": "10302500000000000000" + }, + { + "gotchiId": "14935", + "amount": "50.3525", + "parsedAmount": "50352500000000000000" + }, + { + "gotchiId": "14936", + "amount": "10.662500000000001", + "parsedAmount": "10662500000000001000" + }, + { + "gotchiId": "14938", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "14941", + "amount": "6.8975", + "parsedAmount": "6897500000000000000" + }, + { + "gotchiId": "14944", + "amount": "32.375", + "parsedAmount": "32375000000000000000" + }, + { + "gotchiId": "14946", + "amount": "17.369999999999997", + "parsedAmount": "17369999999999997000" + }, + { + "gotchiId": "14949", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "14950", + "amount": "4.1225", + "parsedAmount": "4122500000000000000" + }, + { + "gotchiId": "14951", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "14955", + "amount": "12.79", + "parsedAmount": "12790000000000000000" + }, + { + "gotchiId": "14956", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "14958", + "amount": "28.904999999999998", + "parsedAmount": "28904999999999998000" + }, + { + "gotchiId": "14959", + "amount": "28.0875", + "parsedAmount": "28087500000000000000" + }, + { + "gotchiId": "14961", + "amount": "20.72", + "parsedAmount": "20720000000000000000" + }, + { + "gotchiId": "14964", + "amount": "12.735", + "parsedAmount": "12735000000000000000" + }, + { + "gotchiId": "14967", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "14969", + "amount": "12.0975", + "parsedAmount": "12097500000000000000" + }, + { + "gotchiId": "14971", + "amount": "13.967500000000001", + "parsedAmount": "13967500000000001000" + }, + { + "gotchiId": "14975", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "14978", + "amount": "29.2025", + "parsedAmount": "29202500000000000000" + }, + { + "gotchiId": "14980", + "amount": "21.7575", + "parsedAmount": "21757500000000000000" + }, + { + "gotchiId": "14981", + "amount": "71.86250000000001", + "parsedAmount": "71862500000000010000" + }, + { + "gotchiId": "14984", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "14987", + "amount": "6.484999999999999", + "parsedAmount": "6484999999999999000" + }, + { + "gotchiId": "14990", + "amount": "18.4025", + "parsedAmount": "18402500000000000000" + }, + { + "gotchiId": "14991", + "amount": "21.4025", + "parsedAmount": "21402500000000000000" + }, + { + "gotchiId": "14992", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "14997", + "amount": "76.1425", + "parsedAmount": "76142500000000000000" + }, + { + "gotchiId": "15002", + "amount": "5.2275", + "parsedAmount": "5227500000000000000" + }, + { + "gotchiId": "15003", + "amount": "10.427499999999998", + "parsedAmount": "10427499999999998000" + }, + { + "gotchiId": "15007", + "amount": "14.44", + "parsedAmount": "14440000000000000000" + }, + { + "gotchiId": "15008", + "amount": "20.1875", + "parsedAmount": "20187500000000000000" + }, + { + "gotchiId": "15009", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "15012", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "15017", + "amount": "5.745", + "parsedAmount": "5745000000000000000" + }, + { + "gotchiId": "15018", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "15019", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "15021", + "amount": "45.8125", + "parsedAmount": "45812500000000000000" + }, + { + "gotchiId": "15022", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "15026", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "15029", + "amount": "15.844999999999999", + "parsedAmount": "15844999999999999000" + }, + { + "gotchiId": "15030", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "15032", + "amount": "20.64", + "parsedAmount": "20640000000000000000" + }, + { + "gotchiId": "15035", + "amount": "8.2825", + "parsedAmount": "8282500000000000000" + }, + { + "gotchiId": "15036", + "amount": "3.18", + "parsedAmount": "3180000000000000000" + }, + { + "gotchiId": "15037", + "amount": "4.7975", + "parsedAmount": "4797500000000000000" + }, + { + "gotchiId": "15038", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "15039", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "15040", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "15044", + "amount": "6.859999999999999", + "parsedAmount": "6859999999999999000" + }, + { + "gotchiId": "15045", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "15046", + "amount": "22.697499999999998", + "parsedAmount": "22697499999999998000" + }, + { + "gotchiId": "15047", + "amount": "31.4375", + "parsedAmount": "31437500000000000000" + }, + { + "gotchiId": "15051", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "15053", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "15056", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "15057", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "15059", + "amount": "23.5175", + "parsedAmount": "23517500000000000000" + }, + { + "gotchiId": "15061", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "15062", + "amount": "14.16", + "parsedAmount": "14160000000000000000" + }, + { + "gotchiId": "15064", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "15069", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "15073", + "amount": "46.932500000000005", + "parsedAmount": "46932500000000005000" + }, + { + "gotchiId": "15074", + "amount": "12.829999999999998", + "parsedAmount": "12829999999999998000" + }, + { + "gotchiId": "15075", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "15076", + "amount": "12.66", + "parsedAmount": "12660000000000000000" + }, + { + "gotchiId": "15079", + "amount": "12.727500000000001", + "parsedAmount": "12727500000000001000" + }, + { + "gotchiId": "15082", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "15083", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "15084", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "15089", + "amount": "5.960000000000001", + "parsedAmount": "5960000000000001000" + }, + { + "gotchiId": "15095", + "amount": "12.4275", + "parsedAmount": "12427500000000000000" + }, + { + "gotchiId": "15100", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "15101", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "15107", + "amount": "14.7075", + "parsedAmount": "14707500000000000000" + }, + { + "gotchiId": "15108", + "amount": "45.894999999999996", + "parsedAmount": "45894999999999996000" + }, + { + "gotchiId": "15109", + "amount": "69.675", + "parsedAmount": "69675000000000000000" + }, + { + "gotchiId": "15113", + "amount": "15.36", + "parsedAmount": "15360000000000000000" + }, + { + "gotchiId": "15115", + "amount": "5.1125", + "parsedAmount": "5112500000000000000" + }, + { + "gotchiId": "15116", + "amount": "16.4075", + "parsedAmount": "16407500000000000000" + }, + { + "gotchiId": "15117", + "amount": "25.154999999999998", + "parsedAmount": "25154999999999998000" + }, + { + "gotchiId": "15118", + "amount": "10.197500000000002", + "parsedAmount": "10197500000000002000" + }, + { + "gotchiId": "15120", + "amount": "39.0925", + "parsedAmount": "39092500000000000000" + }, + { + "gotchiId": "15121", + "amount": "18.235", + "parsedAmount": "18235000000000000000" + }, + { + "gotchiId": "15123", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "15124", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "15125", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "15128", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "15130", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "15135", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "15137", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "15138", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "15139", + "amount": "12.6375", + "parsedAmount": "12637500000000000000" + }, + { + "gotchiId": "15143", + "amount": "11.1575", + "parsedAmount": "11157500000000000000" + }, + { + "gotchiId": "15145", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "15146", + "amount": "6.7575", + "parsedAmount": "6757500000000000000" + }, + { + "gotchiId": "15147", + "amount": "8.645", + "parsedAmount": "8645000000000000000" + }, + { + "gotchiId": "15152", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "15153", + "amount": "11.33", + "parsedAmount": "11330000000000000000" + }, + { + "gotchiId": "15154", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "15155", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "15156", + "amount": "7.115", + "parsedAmount": "7115000000000000000" + }, + { + "gotchiId": "15159", + "amount": "41.1625", + "parsedAmount": "41162500000000000000" + }, + { + "gotchiId": "15163", + "amount": "18.77", + "parsedAmount": "18770000000000000000" + }, + { + "gotchiId": "15164", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "15165", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "15166", + "amount": "22.6", + "parsedAmount": "22600000000000000000" + }, + { + "gotchiId": "15167", + "amount": "12.5725", + "parsedAmount": "12572500000000000000" + }, + { + "gotchiId": "15169", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "15171", + "amount": "7.255", + "parsedAmount": "7255000000000000000" + }, + { + "gotchiId": "15174", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "15175", + "amount": "7.5425", + "parsedAmount": "7542500000000000000" + }, + { + "gotchiId": "15176", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "15177", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "15178", + "amount": "29.96", + "parsedAmount": "29960000000000000000" + }, + { + "gotchiId": "15181", + "amount": "7.845", + "parsedAmount": "7845000000000000000" + }, + { + "gotchiId": "15182", + "amount": "3.385", + "parsedAmount": "3385000000000000000" + }, + { + "gotchiId": "15187", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "15190", + "amount": "15.3", + "parsedAmount": "15300000000000000000" + }, + { + "gotchiId": "15192", + "amount": "5.7075", + "parsedAmount": "5707500000000000000" + }, + { + "gotchiId": "15194", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "15195", + "amount": "3.3725", + "parsedAmount": "3372500000000000000" + }, + { + "gotchiId": "15196", + "amount": "11.637500000000001", + "parsedAmount": "11637500000000001000" + }, + { + "gotchiId": "15197", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "15200", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "15202", + "amount": "19.225", + "parsedAmount": "19225000000000000000" + }, + { + "gotchiId": "15203", + "amount": "9.455", + "parsedAmount": "9455000000000000000" + }, + { + "gotchiId": "15211", + "amount": "7.15", + "parsedAmount": "7150000000000000000" + }, + { + "gotchiId": "15214", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "15215", + "amount": "22.112499999999997", + "parsedAmount": "22112499999999997000" + }, + { + "gotchiId": "15216", + "amount": "5.545", + "parsedAmount": "5545000000000000000" + }, + { + "gotchiId": "15217", + "amount": "12.07", + "parsedAmount": "12070000000000000000" + }, + { + "gotchiId": "15218", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "15219", + "amount": "61.537499999999994", + "parsedAmount": "61537499999999994000" + }, + { + "gotchiId": "15220", + "amount": "18.8075", + "parsedAmount": "18807500000000000000" + }, + { + "gotchiId": "15223", + "amount": "8.97", + "parsedAmount": "8970000000000000000" + }, + { + "gotchiId": "15224", + "amount": "18.9875", + "parsedAmount": "18987500000000000000" + }, + { + "gotchiId": "15225", + "amount": "5.077500000000001", + "parsedAmount": "5077500000000001000" + }, + { + "gotchiId": "15226", + "amount": "13.502500000000001", + "parsedAmount": "13502500000000001000" + }, + { + "gotchiId": "15228", + "amount": "15.065", + "parsedAmount": "15065000000000000000" + }, + { + "gotchiId": "15230", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "15231", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "15237", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "15243", + "amount": "431.40000000000003", + "parsedAmount": "431400000000000030000" + }, + { + "gotchiId": "15246", + "amount": "104.81249999999999", + "parsedAmount": "104812499999999990000" + }, + { + "gotchiId": "15254", + "amount": "20.2125", + "parsedAmount": "20212500000000000000" + }, + { + "gotchiId": "15255", + "amount": "5.380000000000001", + "parsedAmount": "5380000000000001000" + }, + { + "gotchiId": "15257", + "amount": "13.075", + "parsedAmount": "13075000000000000000" + }, + { + "gotchiId": "15262", + "amount": "7.21", + "parsedAmount": "7210000000000000000" + }, + { + "gotchiId": "15264", + "amount": "17.98", + "parsedAmount": "17980000000000000000" + }, + { + "gotchiId": "15271", + "amount": "15.7225", + "parsedAmount": "15722500000000000000" + }, + { + "gotchiId": "15272", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "15273", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "15275", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "15278", + "amount": "5.3149999999999995", + "parsedAmount": "5314999999999999500" + }, + { + "gotchiId": "15279", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "15280", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "15281", + "amount": "8.3425", + "parsedAmount": "8342500000000000000" + }, + { + "gotchiId": "15282", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "15284", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "15286", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "15287", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "15288", + "amount": "18.587500000000002", + "parsedAmount": "18587500000000002000" + }, + { + "gotchiId": "15290", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "15291", + "amount": "7.14", + "parsedAmount": "7140000000000000000" + }, + { + "gotchiId": "15293", + "amount": "22.220000000000002", + "parsedAmount": "22220000000000002000" + }, + { + "gotchiId": "15295", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "15296", + "amount": "17.700000000000003", + "parsedAmount": "17700000000000003000" + }, + { + "gotchiId": "15297", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "15299", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "15302", + "amount": "13.325", + "parsedAmount": "13325000000000000000" + }, + { + "gotchiId": "15304", + "amount": "7.6450000000000005", + "parsedAmount": "7645000000000000500" + }, + { + "gotchiId": "15305", + "amount": "24.967499999999998", + "parsedAmount": "24967499999999998000" + }, + { + "gotchiId": "15308", + "amount": "18.1375", + "parsedAmount": "18137500000000000000" + }, + { + "gotchiId": "15309", + "amount": "18.285", + "parsedAmount": "18285000000000000000" + }, + { + "gotchiId": "15310", + "amount": "18.435", + "parsedAmount": "18435000000000000000" + }, + { + "gotchiId": "15311", + "amount": "7.76", + "parsedAmount": "7760000000000000000" + }, + { + "gotchiId": "15316", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "15317", + "amount": "9.8125", + "parsedAmount": "9812500000000000000" + }, + { + "gotchiId": "15318", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "15319", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "15320", + "amount": "40.5", + "parsedAmount": "40500000000000000000" + }, + { + "gotchiId": "15321", + "amount": "29.61", + "parsedAmount": "29610000000000000000" + }, + { + "gotchiId": "15322", + "amount": "6.0175", + "parsedAmount": "6017500000000000000" + }, + { + "gotchiId": "15324", + "amount": "4.2075", + "parsedAmount": "4207500000000000000" + }, + { + "gotchiId": "15327", + "amount": "20.6925", + "parsedAmount": "20692500000000000000" + }, + { + "gotchiId": "15328", + "amount": "60.405", + "parsedAmount": "60405000000000000000" + }, + { + "gotchiId": "15330", + "amount": "18.605", + "parsedAmount": "18605000000000000000" + }, + { + "gotchiId": "15331", + "amount": "23.495", + "parsedAmount": "23495000000000000000" + }, + { + "gotchiId": "15333", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "15334", + "amount": "12.5675", + "parsedAmount": "12567500000000000000" + }, + { + "gotchiId": "15335", + "amount": "10.1025", + "parsedAmount": "10102500000000000000" + }, + { + "gotchiId": "15336", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "15337", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "15338", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "15339", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "15340", + "amount": "15.835", + "parsedAmount": "15835000000000000000" + }, + { + "gotchiId": "15344", + "amount": "9.127500000000001", + "parsedAmount": "9127500000000001000" + }, + { + "gotchiId": "15346", + "amount": "12.225", + "parsedAmount": "12225000000000000000" + }, + { + "gotchiId": "15347", + "amount": "23.509999999999998", + "parsedAmount": "23509999999999998000" + }, + { + "gotchiId": "15348", + "amount": "9.56", + "parsedAmount": "9560000000000000000" + }, + { + "gotchiId": "15349", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "15350", + "amount": "13.822500000000002", + "parsedAmount": "13822500000000002000" + }, + { + "gotchiId": "15354", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "15355", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "15357", + "amount": "17.29", + "parsedAmount": "17290000000000000000" + }, + { + "gotchiId": "15359", + "amount": "7.9325", + "parsedAmount": "7932500000000000000" + }, + { + "gotchiId": "15361", + "amount": "8.942499999999999", + "parsedAmount": "8942499999999999000" + }, + { + "gotchiId": "15362", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "15363", + "amount": "9.925", + "parsedAmount": "9925000000000000000" + }, + { + "gotchiId": "15365", + "amount": "2.6175", + "parsedAmount": "2617500000000000000" + }, + { + "gotchiId": "15367", + "amount": "7.369999999999999", + "parsedAmount": "7369999999999999000" + }, + { + "gotchiId": "15368", + "amount": "7.79", + "parsedAmount": "7790000000000000000" + }, + { + "gotchiId": "15369", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "15371", + "amount": "8.3825", + "parsedAmount": "8382500000000000000" + }, + { + "gotchiId": "15377", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "15378", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "15379", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "15381", + "amount": "8.31", + "parsedAmount": "8310000000000000000" + }, + { + "gotchiId": "15387", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "15390", + "amount": "21.747500000000002", + "parsedAmount": "21747500000000002000" + }, + { + "gotchiId": "15392", + "amount": "11.6075", + "parsedAmount": "11607500000000000000" + }, + { + "gotchiId": "15396", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "15397", + "amount": "8.8625", + "parsedAmount": "8862500000000000000" + }, + { + "gotchiId": "15399", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "15403", + "amount": "27.93", + "parsedAmount": "27930000000000000000" + }, + { + "gotchiId": "15405", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "15408", + "amount": "50.2625", + "parsedAmount": "50262500000000000000" + }, + { + "gotchiId": "15409", + "amount": "14.3225", + "parsedAmount": "14322500000000000000" + }, + { + "gotchiId": "15414", + "amount": "22.0975", + "parsedAmount": "22097500000000000000" + }, + { + "gotchiId": "15417", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "15420", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "15423", + "amount": "17.055", + "parsedAmount": "17055000000000000000" + }, + { + "gotchiId": "15426", + "amount": "9.532499999999999", + "parsedAmount": "9532499999999999000" + }, + { + "gotchiId": "15427", + "amount": "15.934999999999999", + "parsedAmount": "15934999999999999000" + }, + { + "gotchiId": "15428", + "amount": "24.005000000000003", + "parsedAmount": "24005000000000003000" + }, + { + "gotchiId": "15431", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "15432", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "15433", + "amount": "14.595", + "parsedAmount": "14595000000000000000" + }, + { + "gotchiId": "15434", + "amount": "174.29250000000002", + "parsedAmount": "174292500000000020000" + }, + { + "gotchiId": "15439", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "15442", + "amount": "32.5525", + "parsedAmount": "32552500000000000000" + }, + { + "gotchiId": "15446", + "amount": "7.404999999999999", + "parsedAmount": "7404999999999999000" + }, + { + "gotchiId": "15449", + "amount": "10.3", + "parsedAmount": "10300000000000000000" + }, + { + "gotchiId": "15450", + "amount": "12.065", + "parsedAmount": "12065000000000000000" + }, + { + "gotchiId": "15453", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "15454", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "15455", + "amount": "11.1775", + "parsedAmount": "11177500000000000000" + }, + { + "gotchiId": "15456", + "amount": "16.2225", + "parsedAmount": "16222500000000000000" + }, + { + "gotchiId": "15458", + "amount": "6.985", + "parsedAmount": "6985000000000000000" + }, + { + "gotchiId": "15459", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "15460", + "amount": "13.295000000000002", + "parsedAmount": "13295000000000002000" + }, + { + "gotchiId": "15462", + "amount": "11.97", + "parsedAmount": "11970000000000000000" + }, + { + "gotchiId": "15466", + "amount": "11.424999999999999", + "parsedAmount": "11424999999999999000" + }, + { + "gotchiId": "15469", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "15471", + "amount": "8.7175", + "parsedAmount": "8717500000000000000" + }, + { + "gotchiId": "15473", + "amount": "31.402499999999996", + "parsedAmount": "31402499999999996000" + }, + { + "gotchiId": "15475", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "15479", + "amount": "27.08", + "parsedAmount": "27080000000000000000" + }, + { + "gotchiId": "15480", + "amount": "25.1875", + "parsedAmount": "25187500000000000000" + }, + { + "gotchiId": "15481", + "amount": "16.1175", + "parsedAmount": "16117500000000000000" + }, + { + "gotchiId": "15482", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "15483", + "amount": "14.7025", + "parsedAmount": "14702500000000000000" + }, + { + "gotchiId": "15486", + "amount": "6.2475000000000005", + "parsedAmount": "6247500000000000500" + }, + { + "gotchiId": "15489", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "15490", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "15495", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "15499", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "15500", + "amount": "16.5075", + "parsedAmount": "16507500000000000000" + }, + { + "gotchiId": "15501", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "15505", + "amount": "13.9975", + "parsedAmount": "13997500000000000000" + }, + { + "gotchiId": "15506", + "amount": "7.8175", + "parsedAmount": "7817500000000000000" + }, + { + "gotchiId": "15509", + "amount": "9.81", + "parsedAmount": "9810000000000000000" + }, + { + "gotchiId": "15510", + "amount": "21.275000000000002", + "parsedAmount": "21275000000000002000" + }, + { + "gotchiId": "15511", + "amount": "18.802500000000002", + "parsedAmount": "18802500000000002000" + }, + { + "gotchiId": "15513", + "amount": "21.9725", + "parsedAmount": "21972500000000000000" + }, + { + "gotchiId": "15514", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "15515", + "amount": "16.4725", + "parsedAmount": "16472500000000000000" + }, + { + "gotchiId": "15518", + "amount": "14.18", + "parsedAmount": "14180000000000000000" + }, + { + "gotchiId": "15519", + "amount": "19.892500000000002", + "parsedAmount": "19892500000000002000" + }, + { + "gotchiId": "15521", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "15522", + "amount": "7.5175", + "parsedAmount": "7517500000000000000" + }, + { + "gotchiId": "15524", + "amount": "138.06750000000002", + "parsedAmount": "138067500000000020000" + }, + { + "gotchiId": "15525", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "15533", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "15535", + "amount": "23.965", + "parsedAmount": "23965000000000000000" + }, + { + "gotchiId": "15536", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "15537", + "amount": "17.83", + "parsedAmount": "17830000000000000000" + }, + { + "gotchiId": "15541", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "15543", + "amount": "7.0075", + "parsedAmount": "7007500000000000000" + }, + { + "gotchiId": "15547", + "amount": "22.42", + "parsedAmount": "22420000000000000000" + }, + { + "gotchiId": "15548", + "amount": "6.8374999999999995", + "parsedAmount": "6837499999999999500" + }, + { + "gotchiId": "15549", + "amount": "9.96", + "parsedAmount": "9960000000000000000" + }, + { + "gotchiId": "15550", + "amount": "36.125", + "parsedAmount": "36125000000000000000" + }, + { + "gotchiId": "15551", + "amount": "27.080000000000002", + "parsedAmount": "27080000000000002000" + }, + { + "gotchiId": "15552", + "amount": "5.525", + "parsedAmount": "5525000000000000000" + }, + { + "gotchiId": "15553", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "15554", + "amount": "8.31", + "parsedAmount": "8310000000000000000" + }, + { + "gotchiId": "15558", + "amount": "6.89", + "parsedAmount": "6890000000000000000" + }, + { + "gotchiId": "15560", + "amount": "445.055", + "parsedAmount": "445055000000000000000" + }, + { + "gotchiId": "15562", + "amount": "6.2825", + "parsedAmount": "6282500000000000000" + }, + { + "gotchiId": "15564", + "amount": "3.3675", + "parsedAmount": "3367500000000000000" + }, + { + "gotchiId": "15565", + "amount": "25.287499999999998", + "parsedAmount": "25287499999999998000" + }, + { + "gotchiId": "15567", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "15568", + "amount": "11.465", + "parsedAmount": "11465000000000000000" + }, + { + "gotchiId": "15569", + "amount": "21.87", + "parsedAmount": "21870000000000000000" + }, + { + "gotchiId": "15571", + "amount": "444.0225", + "parsedAmount": "444022500000000000000" + }, + { + "gotchiId": "15572", + "amount": "12.879999999999999", + "parsedAmount": "12879999999999999000" + }, + { + "gotchiId": "15574", + "amount": "10.3", + "parsedAmount": "10300000000000000000" + }, + { + "gotchiId": "15575", + "amount": "15.217500000000001", + "parsedAmount": "15217500000000001000" + }, + { + "gotchiId": "15578", + "amount": "77.3775", + "parsedAmount": "77377500000000000000" + }, + { + "gotchiId": "15579", + "amount": "13.735", + "parsedAmount": "13735000000000000000" + }, + { + "gotchiId": "15580", + "amount": "9.185", + "parsedAmount": "9185000000000000000" + }, + { + "gotchiId": "15581", + "amount": "17.692500000000003", + "parsedAmount": "17692500000000003000" + }, + { + "gotchiId": "15583", + "amount": "26.89", + "parsedAmount": "26890000000000000000" + }, + { + "gotchiId": "15585", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "15587", + "amount": "11.420000000000002", + "parsedAmount": "11420000000000002000" + }, + { + "gotchiId": "15590", + "amount": "10.1675", + "parsedAmount": "10167500000000000000" + }, + { + "gotchiId": "15592", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "15593", + "amount": "5.387499999999999", + "parsedAmount": "5387499999999999000" + }, + { + "gotchiId": "15594", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "15595", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "15598", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "15600", + "amount": "10.1325", + "parsedAmount": "10132500000000000000" + }, + { + "gotchiId": "15601", + "amount": "3.355", + "parsedAmount": "3355000000000000000" + }, + { + "gotchiId": "15604", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "15605", + "amount": "7.55", + "parsedAmount": "7550000000000000000" + }, + { + "gotchiId": "15609", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "15610", + "amount": "5.2125", + "parsedAmount": "5212500000000000000" + }, + { + "gotchiId": "15612", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "15614", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "15615", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "15616", + "amount": "5.215", + "parsedAmount": "5215000000000000000" + }, + { + "gotchiId": "15618", + "amount": "32.4925", + "parsedAmount": "32492500000000000000" + }, + { + "gotchiId": "15619", + "amount": "13.28", + "parsedAmount": "13280000000000000000" + }, + { + "gotchiId": "15620", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "15623", + "amount": "12.8625", + "parsedAmount": "12862500000000000000" + }, + { + "gotchiId": "15625", + "amount": "7.7924999999999995", + "parsedAmount": "7792499999999999500" + }, + { + "gotchiId": "15626", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "15627", + "amount": "12.2275", + "parsedAmount": "12227500000000000000" + }, + { + "gotchiId": "15628", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "15629", + "amount": "29.29", + "parsedAmount": "29290000000000000000" + }, + { + "gotchiId": "15630", + "amount": "17.5475", + "parsedAmount": "17547500000000000000" + }, + { + "gotchiId": "15631", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "15633", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "15634", + "amount": "8.6", + "parsedAmount": "8600000000000000000" + }, + { + "gotchiId": "15635", + "amount": "12.6925", + "parsedAmount": "12692500000000000000" + }, + { + "gotchiId": "15638", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "15642", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "15647", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "15648", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "15650", + "amount": "22.357499999999998", + "parsedAmount": "22357499999999998000" + }, + { + "gotchiId": "15651", + "amount": "6.6975", + "parsedAmount": "6697500000000000000" + }, + { + "gotchiId": "15652", + "amount": "13.485", + "parsedAmount": "13485000000000000000" + }, + { + "gotchiId": "15653", + "amount": "11.709999999999999", + "parsedAmount": "11709999999999999000" + }, + { + "gotchiId": "15656", + "amount": "7.165000000000001", + "parsedAmount": "7165000000000001000" + }, + { + "gotchiId": "15661", + "amount": "8.879999999999999", + "parsedAmount": "8879999999999999000" + }, + { + "gotchiId": "15663", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "15667", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "15670", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "15672", + "amount": "6.24", + "parsedAmount": "6240000000000000000" + }, + { + "gotchiId": "15674", + "amount": "12.7525", + "parsedAmount": "12752500000000000000" + }, + { + "gotchiId": "15675", + "amount": "27.585", + "parsedAmount": "27585000000000000000" + }, + { + "gotchiId": "15676", + "amount": "41.3425", + "parsedAmount": "41342500000000000000" + }, + { + "gotchiId": "15678", + "amount": "6.9975000000000005", + "parsedAmount": "6997500000000000500" + }, + { + "gotchiId": "15680", + "amount": "9.1725", + "parsedAmount": "9172500000000000000" + }, + { + "gotchiId": "15682", + "amount": "7.994999999999999", + "parsedAmount": "7994999999999999000" + }, + { + "gotchiId": "15691", + "amount": "19.54", + "parsedAmount": "19540000000000000000" + }, + { + "gotchiId": "15693", + "amount": "8.0675", + "parsedAmount": "8067500000000000000" + }, + { + "gotchiId": "15694", + "amount": "94.3475", + "parsedAmount": "94347500000000000000" + }, + { + "gotchiId": "15695", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "15697", + "amount": "18.31", + "parsedAmount": "18310000000000000000" + }, + { + "gotchiId": "15698", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "15702", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "15704", + "amount": "9.9175", + "parsedAmount": "9917500000000000000" + }, + { + "gotchiId": "15705", + "amount": "12.162500000000001", + "parsedAmount": "12162500000000001000" + }, + { + "gotchiId": "15707", + "amount": "21.6525", + "parsedAmount": "21652500000000000000" + }, + { + "gotchiId": "15708", + "amount": "11.684999999999999", + "parsedAmount": "11684999999999999000" + }, + { + "gotchiId": "15709", + "amount": "3.455", + "parsedAmount": "3455000000000000000" + }, + { + "gotchiId": "15710", + "amount": "8.2", + "parsedAmount": "8200000000000000000" + }, + { + "gotchiId": "15711", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "15713", + "amount": "5.525", + "parsedAmount": "5525000000000000000" + }, + { + "gotchiId": "15717", + "amount": "8.16", + "parsedAmount": "8160000000000000000" + }, + { + "gotchiId": "15718", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "15719", + "amount": "9.645", + "parsedAmount": "9645000000000000000" + }, + { + "gotchiId": "15724", + "amount": "15.537500000000001", + "parsedAmount": "15537500000000001000" + }, + { + "gotchiId": "15729", + "amount": "16.61", + "parsedAmount": "16610000000000000000" + }, + { + "gotchiId": "15732", + "amount": "17.4925", + "parsedAmount": "17492500000000000000" + }, + { + "gotchiId": "15735", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "15736", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "15737", + "amount": "17.3075", + "parsedAmount": "17307500000000000000" + }, + { + "gotchiId": "15739", + "amount": "6.967499999999999", + "parsedAmount": "6967499999999999000" + }, + { + "gotchiId": "15740", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "15744", + "amount": "32.1625", + "parsedAmount": "32162500000000000000" + }, + { + "gotchiId": "15746", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "15747", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "15748", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "15749", + "amount": "9.4475", + "parsedAmount": "9447500000000000000" + }, + { + "gotchiId": "15750", + "amount": "18.432499999999997", + "parsedAmount": "18432499999999997000" + }, + { + "gotchiId": "15751", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "15758", + "amount": "15.3525", + "parsedAmount": "15352500000000000000" + }, + { + "gotchiId": "15760", + "amount": "52.4225", + "parsedAmount": "52422500000000000000" + }, + { + "gotchiId": "15764", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "15768", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "15769", + "amount": "8.6025", + "parsedAmount": "8602500000000000000" + }, + { + "gotchiId": "15770", + "amount": "18.5775", + "parsedAmount": "18577500000000000000" + }, + { + "gotchiId": "15772", + "amount": "9.47", + "parsedAmount": "9470000000000000000" + }, + { + "gotchiId": "15774", + "amount": "7.655", + "parsedAmount": "7655000000000000000" + }, + { + "gotchiId": "15776", + "amount": "11.075", + "parsedAmount": "11075000000000000000" + }, + { + "gotchiId": "15779", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "15781", + "amount": "7.5425", + "parsedAmount": "7542500000000000000" + }, + { + "gotchiId": "15784", + "amount": "13.3225", + "parsedAmount": "13322500000000000000" + }, + { + "gotchiId": "15787", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "15792", + "amount": "23.765", + "parsedAmount": "23765000000000000000" + }, + { + "gotchiId": "15796", + "amount": "11.760000000000002", + "parsedAmount": "11760000000000002000" + }, + { + "gotchiId": "15797", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "15798", + "amount": "15.750000000000002", + "parsedAmount": "15750000000000002000" + }, + { + "gotchiId": "15801", + "amount": "12.702499999999999", + "parsedAmount": "12702499999999999000" + }, + { + "gotchiId": "15808", + "amount": "9.585", + "parsedAmount": "9585000000000000000" + }, + { + "gotchiId": "15809", + "amount": "10.885000000000002", + "parsedAmount": "10885000000000002000" + }, + { + "gotchiId": "15812", + "amount": "8.344999999999999", + "parsedAmount": "8344999999999999000" + }, + { + "gotchiId": "15818", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "15821", + "amount": "9.407499999999999", + "parsedAmount": "9407499999999999000" + }, + { + "gotchiId": "15823", + "amount": "18.002499999999998", + "parsedAmount": "18002499999999998000" + }, + { + "gotchiId": "15825", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "15826", + "amount": "18.61", + "parsedAmount": "18610000000000000000" + }, + { + "gotchiId": "15830", + "amount": "15.6475", + "parsedAmount": "15647500000000000000" + }, + { + "gotchiId": "15832", + "amount": "9.754999999999999", + "parsedAmount": "9754999999999999000" + }, + { + "gotchiId": "15834", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "15836", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "15837", + "amount": "12.03", + "parsedAmount": "12030000000000000000" + }, + { + "gotchiId": "15838", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "15839", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "15841", + "amount": "26.71", + "parsedAmount": "26710000000000000000" + }, + { + "gotchiId": "15843", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "15845", + "amount": "10.5625", + "parsedAmount": "10562500000000000000" + }, + { + "gotchiId": "15846", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "15847", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "15848", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "15849", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "15852", + "amount": "15.905000000000001", + "parsedAmount": "15905000000000001000" + }, + { + "gotchiId": "15853", + "amount": "33.715", + "parsedAmount": "33715000000000000000" + }, + { + "gotchiId": "15854", + "amount": "45.065", + "parsedAmount": "45065000000000000000" + }, + { + "gotchiId": "15857", + "amount": "4.9175", + "parsedAmount": "4917500000000000000" + }, + { + "gotchiId": "15859", + "amount": "10.1525", + "parsedAmount": "10152500000000000000" + }, + { + "gotchiId": "15863", + "amount": "18.832500000000003", + "parsedAmount": "18832500000000003000" + }, + { + "gotchiId": "15864", + "amount": "21.2975", + "parsedAmount": "21297500000000000000" + } + ], + "totalAmount": "7811192500000000060000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558612, + "gasUsed": "9620250" + }, + { + "batchIndex": 15, + "transactionHash": "0x43770c77ecbb074d64fa72ca9fc132f5fa6ea47e1f75e5079094beca9a7ba5e2", + "timestamp": "2025-10-08T06:56:12.752Z", + "gotchiRewards": [ + { + "gotchiId": "15865", + "amount": "74.145", + "parsedAmount": "74145000000000000000" + }, + { + "gotchiId": "15867", + "amount": "15.6775", + "parsedAmount": "15677500000000000000" + }, + { + "gotchiId": "15869", + "amount": "22.6575", + "parsedAmount": "22657500000000000000" + }, + { + "gotchiId": "15872", + "amount": "10.46", + "parsedAmount": "10460000000000000000" + }, + { + "gotchiId": "15875", + "amount": "5.38", + "parsedAmount": "5380000000000000000" + }, + { + "gotchiId": "15878", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "15880", + "amount": "8.067499999999999", + "parsedAmount": "8067499999999999000" + }, + { + "gotchiId": "15881", + "amount": "20.215", + "parsedAmount": "20215000000000000000" + }, + { + "gotchiId": "15883", + "amount": "14.975", + "parsedAmount": "14975000000000000000" + }, + { + "gotchiId": "15884", + "amount": "17.81", + "parsedAmount": "17810000000000000000" + }, + { + "gotchiId": "15886", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "15889", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "15892", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "15894", + "amount": "3.28", + "parsedAmount": "3280000000000000000" + }, + { + "gotchiId": "15898", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "15899", + "amount": "13.037500000000001", + "parsedAmount": "13037500000000001000" + }, + { + "gotchiId": "15900", + "amount": "9.595", + "parsedAmount": "9595000000000000000" + }, + { + "gotchiId": "15904", + "amount": "23.1075", + "parsedAmount": "23107500000000000000" + }, + { + "gotchiId": "15905", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "15907", + "amount": "11.07", + "parsedAmount": "11070000000000000000" + }, + { + "gotchiId": "15912", + "amount": "23.7575", + "parsedAmount": "23757500000000000000" + }, + { + "gotchiId": "15917", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "15918", + "amount": "36.392500000000005", + "parsedAmount": "36392500000000005000" + }, + { + "gotchiId": "15921", + "amount": "11.65", + "parsedAmount": "11650000000000000000" + }, + { + "gotchiId": "15922", + "amount": "9.2475", + "parsedAmount": "9247500000000000000" + }, + { + "gotchiId": "15923", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "15924", + "amount": "12.7275", + "parsedAmount": "12727500000000000000" + }, + { + "gotchiId": "15926", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "15927", + "amount": "11.295", + "parsedAmount": "11295000000000000000" + }, + { + "gotchiId": "15928", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "15930", + "amount": "19.38", + "parsedAmount": "19380000000000000000" + }, + { + "gotchiId": "15932", + "amount": "3.38", + "parsedAmount": "3380000000000000000" + }, + { + "gotchiId": "15933", + "amount": "25.02", + "parsedAmount": "25020000000000000000" + }, + { + "gotchiId": "15935", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "15939", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "15944", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "15945", + "amount": "7.012499999999999", + "parsedAmount": "7012499999999999000" + }, + { + "gotchiId": "15946", + "amount": "12.510000000000002", + "parsedAmount": "12510000000000002000" + }, + { + "gotchiId": "15950", + "amount": "18.5625", + "parsedAmount": "18562500000000000000" + }, + { + "gotchiId": "15953", + "amount": "4.8075", + "parsedAmount": "4807500000000000000" + }, + { + "gotchiId": "15954", + "amount": "4.3075", + "parsedAmount": "4307500000000000000" + }, + { + "gotchiId": "15957", + "amount": "12.4225", + "parsedAmount": "12422500000000000000" + }, + { + "gotchiId": "15960", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "15965", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "15966", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "15970", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "15971", + "amount": "9.2225", + "parsedAmount": "9222500000000000000" + }, + { + "gotchiId": "15974", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "15975", + "amount": "12.5325", + "parsedAmount": "12532500000000000000" + }, + { + "gotchiId": "15977", + "amount": "5.105", + "parsedAmount": "5105000000000000000" + }, + { + "gotchiId": "15978", + "amount": "9.844999999999999", + "parsedAmount": "9844999999999999000" + }, + { + "gotchiId": "15980", + "amount": "18.067500000000003", + "parsedAmount": "18067500000000003000" + }, + { + "gotchiId": "15981", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "15982", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "15984", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "15987", + "amount": "26.36", + "parsedAmount": "26360000000000000000" + }, + { + "gotchiId": "15991", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "15993", + "amount": "15.8775", + "parsedAmount": "15877500000000000000" + }, + { + "gotchiId": "15994", + "amount": "10.3275", + "parsedAmount": "10327500000000000000" + }, + { + "gotchiId": "15995", + "amount": "18.685", + "parsedAmount": "18685000000000000000" + }, + { + "gotchiId": "15996", + "amount": "8.692499999999999", + "parsedAmount": "8692499999999999000" + }, + { + "gotchiId": "15998", + "amount": "21.5725", + "parsedAmount": "21572500000000000000" + }, + { + "gotchiId": "16003", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "16005", + "amount": "3.2", + "parsedAmount": "3200000000000000000" + }, + { + "gotchiId": "16008", + "amount": "6.202500000000001", + "parsedAmount": "6202500000000001000" + }, + { + "gotchiId": "16009", + "amount": "3.4", + "parsedAmount": "3400000000000000000" + }, + { + "gotchiId": "16010", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "16013", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "16014", + "amount": "11.6975", + "parsedAmount": "11697500000000000000" + }, + { + "gotchiId": "16016", + "amount": "18.7575", + "parsedAmount": "18757500000000000000" + }, + { + "gotchiId": "16019", + "amount": "6.8725000000000005", + "parsedAmount": "6872500000000000500" + }, + { + "gotchiId": "16021", + "amount": "6.6225", + "parsedAmount": "6622500000000000000" + }, + { + "gotchiId": "16025", + "amount": "14.662499999999998", + "parsedAmount": "14662499999999998000" + }, + { + "gotchiId": "16028", + "amount": "78.72250000000001", + "parsedAmount": "78722500000000010000" + }, + { + "gotchiId": "16030", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "16033", + "amount": "13.780000000000001", + "parsedAmount": "13780000000000001000" + }, + { + "gotchiId": "16034", + "amount": "13.8175", + "parsedAmount": "13817500000000000000" + }, + { + "gotchiId": "16037", + "amount": "13.26", + "parsedAmount": "13260000000000000000" + }, + { + "gotchiId": "16040", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "16042", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "16043", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "16050", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "16051", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "16052", + "amount": "12.257499999999999", + "parsedAmount": "12257499999999999000" + }, + { + "gotchiId": "16053", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "16055", + "amount": "7.592499999999999", + "parsedAmount": "7592499999999999000" + }, + { + "gotchiId": "16058", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "16059", + "amount": "25.537499999999998", + "parsedAmount": "25537499999999998000" + }, + { + "gotchiId": "16063", + "amount": "7.404999999999999", + "parsedAmount": "7404999999999999000" + }, + { + "gotchiId": "16064", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "16066", + "amount": "10.105", + "parsedAmount": "10105000000000000000" + }, + { + "gotchiId": "16067", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "16068", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "16069", + "amount": "26.252499999999998", + "parsedAmount": "26252499999999998000" + }, + { + "gotchiId": "16070", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "16073", + "amount": "12.507499999999999", + "parsedAmount": "12507499999999999000" + }, + { + "gotchiId": "16076", + "amount": "23.0875", + "parsedAmount": "23087500000000000000" + }, + { + "gotchiId": "16077", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "16078", + "amount": "15.1525", + "parsedAmount": "15152500000000000000" + }, + { + "gotchiId": "16079", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "16080", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "16083", + "amount": "11.89", + "parsedAmount": "11890000000000000000" + }, + { + "gotchiId": "16085", + "amount": "7.6925", + "parsedAmount": "7692500000000000000" + }, + { + "gotchiId": "16089", + "amount": "16.165", + "parsedAmount": "16165000000000000000" + }, + { + "gotchiId": "16091", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "16093", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "16095", + "amount": "18.4875", + "parsedAmount": "18487500000000000000" + }, + { + "gotchiId": "16096", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "16097", + "amount": "19.869999999999997", + "parsedAmount": "19869999999999997000" + }, + { + "gotchiId": "16099", + "amount": "16.365", + "parsedAmount": "16365000000000000000" + }, + { + "gotchiId": "16107", + "amount": "7.1425", + "parsedAmount": "7142500000000000000" + }, + { + "gotchiId": "16109", + "amount": "19.097499999999997", + "parsedAmount": "19097499999999997000" + }, + { + "gotchiId": "16114", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "16115", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "16116", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "16118", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "16122", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "16123", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "16126", + "amount": "12.61", + "parsedAmount": "12610000000000000000" + }, + { + "gotchiId": "16128", + "amount": "16.0075", + "parsedAmount": "16007500000000000000" + }, + { + "gotchiId": "16133", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "16134", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "16137", + "amount": "16.26", + "parsedAmount": "16260000000000000000" + }, + { + "gotchiId": "16138", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "16139", + "amount": "13.285", + "parsedAmount": "13285000000000000000" + }, + { + "gotchiId": "16140", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "16141", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "16144", + "amount": "28.375", + "parsedAmount": "28375000000000000000" + }, + { + "gotchiId": "16145", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "16147", + "amount": "7.205", + "parsedAmount": "7205000000000000000" + }, + { + "gotchiId": "16148", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "16150", + "amount": "14.325000000000001", + "parsedAmount": "14325000000000001000" + }, + { + "gotchiId": "16154", + "amount": "29.32", + "parsedAmount": "29320000000000000000" + }, + { + "gotchiId": "16155", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "16156", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "16157", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "16160", + "amount": "17.485", + "parsedAmount": "17485000000000000000" + }, + { + "gotchiId": "16161", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "16163", + "amount": "15.155", + "parsedAmount": "15155000000000000000" + }, + { + "gotchiId": "16165", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "16166", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "16169", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "16170", + "amount": "14.815", + "parsedAmount": "14815000000000000000" + }, + { + "gotchiId": "16171", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "16172", + "amount": "7.5375", + "parsedAmount": "7537500000000000000" + }, + { + "gotchiId": "16176", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "16177", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "16182", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "16184", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "16186", + "amount": "25.195", + "parsedAmount": "25195000000000000000" + }, + { + "gotchiId": "16195", + "amount": "17.25", + "parsedAmount": "17250000000000000000" + }, + { + "gotchiId": "16199", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "16202", + "amount": "13.432500000000001", + "parsedAmount": "13432500000000001000" + }, + { + "gotchiId": "16206", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "16207", + "amount": "9.855", + "parsedAmount": "9855000000000000000" + }, + { + "gotchiId": "16208", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "16209", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "16210", + "amount": "4.5225", + "parsedAmount": "4522500000000000000" + }, + { + "gotchiId": "16211", + "amount": "16.22", + "parsedAmount": "16220000000000000000" + }, + { + "gotchiId": "16212", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "16213", + "amount": "9.45", + "parsedAmount": "9450000000000000000" + }, + { + "gotchiId": "16216", + "amount": "7.0025", + "parsedAmount": "7002500000000000000" + }, + { + "gotchiId": "16217", + "amount": "9.675", + "parsedAmount": "9675000000000000000" + }, + { + "gotchiId": "16220", + "amount": "7.0075", + "parsedAmount": "7007500000000000000" + }, + { + "gotchiId": "16223", + "amount": "17.935000000000002", + "parsedAmount": "17935000000000002000" + }, + { + "gotchiId": "16224", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "16226", + "amount": "8.692499999999999", + "parsedAmount": "8692499999999999000" + }, + { + "gotchiId": "16228", + "amount": "8.9175", + "parsedAmount": "8917500000000000000" + }, + { + "gotchiId": "16232", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "16234", + "amount": "14.865", + "parsedAmount": "14865000000000000000" + }, + { + "gotchiId": "16238", + "amount": "9.1475", + "parsedAmount": "9147500000000000000" + }, + { + "gotchiId": "16239", + "amount": "22.9625", + "parsedAmount": "22962500000000000000" + }, + { + "gotchiId": "16245", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "16247", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "16248", + "amount": "14.572500000000002", + "parsedAmount": "14572500000000002000" + }, + { + "gotchiId": "16249", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "16250", + "amount": "14.045", + "parsedAmount": "14045000000000000000" + }, + { + "gotchiId": "16255", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "16260", + "amount": "17.135", + "parsedAmount": "17135000000000000000" + }, + { + "gotchiId": "16261", + "amount": "8.535", + "parsedAmount": "8535000000000000000" + }, + { + "gotchiId": "16265", + "amount": "18.122500000000002", + "parsedAmount": "18122500000000002000" + }, + { + "gotchiId": "16269", + "amount": "59.557500000000005", + "parsedAmount": "59557500000000005000" + }, + { + "gotchiId": "16270", + "amount": "64.8075", + "parsedAmount": "64807500000000000000" + }, + { + "gotchiId": "16272", + "amount": "34.64", + "parsedAmount": "34640000000000000000" + }, + { + "gotchiId": "16273", + "amount": "12.61", + "parsedAmount": "12610000000000000000" + }, + { + "gotchiId": "16276", + "amount": "16.8525", + "parsedAmount": "16852500000000000000" + }, + { + "gotchiId": "16277", + "amount": "4.8025", + "parsedAmount": "4802500000000000000" + }, + { + "gotchiId": "16278", + "amount": "13.885", + "parsedAmount": "13885000000000000000" + }, + { + "gotchiId": "16280", + "amount": "21.932499999999997", + "parsedAmount": "21932499999999997000" + }, + { + "gotchiId": "16281", + "amount": "3.775", + "parsedAmount": "3775000000000000000" + }, + { + "gotchiId": "16282", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "16286", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "16287", + "amount": "13.95", + "parsedAmount": "13950000000000000000" + }, + { + "gotchiId": "16290", + "amount": "13.657499999999999", + "parsedAmount": "13657499999999999000" + }, + { + "gotchiId": "16291", + "amount": "29.5825", + "parsedAmount": "29582500000000000000" + }, + { + "gotchiId": "16293", + "amount": "7.484999999999999", + "parsedAmount": "7484999999999999000" + }, + { + "gotchiId": "16297", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "16298", + "amount": "7.8275", + "parsedAmount": "7827500000000000000" + }, + { + "gotchiId": "16302", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "16303", + "amount": "12.540000000000001", + "parsedAmount": "12540000000000001000" + }, + { + "gotchiId": "16304", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "16305", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "16307", + "amount": "9.77", + "parsedAmount": "9770000000000000000" + }, + { + "gotchiId": "16309", + "amount": "9.7175", + "parsedAmount": "9717500000000000000" + }, + { + "gotchiId": "16310", + "amount": "8.7975", + "parsedAmount": "8797500000000000000" + }, + { + "gotchiId": "16312", + "amount": "9.4625", + "parsedAmount": "9462500000000000000" + }, + { + "gotchiId": "16313", + "amount": "8.9375", + "parsedAmount": "8937500000000000000" + }, + { + "gotchiId": "16316", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "16317", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "16318", + "amount": "17.067500000000003", + "parsedAmount": "17067500000000003000" + }, + { + "gotchiId": "16319", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "16322", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "16323", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "16326", + "amount": "11.4675", + "parsedAmount": "11467500000000000000" + }, + { + "gotchiId": "16327", + "amount": "22.130000000000003", + "parsedAmount": "22130000000000003000" + }, + { + "gotchiId": "16328", + "amount": "95.7275", + "parsedAmount": "95727500000000000000" + }, + { + "gotchiId": "16329", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "16335", + "amount": "16.7425", + "parsedAmount": "16742500000000000000" + }, + { + "gotchiId": "16336", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "16338", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "16341", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "16342", + "amount": "6.0725", + "parsedAmount": "6072500000000000000" + }, + { + "gotchiId": "16345", + "amount": "20.802500000000002", + "parsedAmount": "20802500000000002000" + }, + { + "gotchiId": "16346", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "16347", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "16348", + "amount": "3.3575", + "parsedAmount": "3357500000000000000" + }, + { + "gotchiId": "16349", + "amount": "9.185", + "parsedAmount": "9185000000000000000" + }, + { + "gotchiId": "16351", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "16352", + "amount": "32.36", + "parsedAmount": "32360000000000000000" + }, + { + "gotchiId": "16353", + "amount": "19.744999999999997", + "parsedAmount": "19744999999999997000" + }, + { + "gotchiId": "16354", + "amount": "32.512499999999996", + "parsedAmount": "32512499999999996000" + }, + { + "gotchiId": "16355", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "16356", + "amount": "13.9225", + "parsedAmount": "13922500000000000000" + }, + { + "gotchiId": "16357", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "16358", + "amount": "15.6175", + "parsedAmount": "15617500000000000000" + }, + { + "gotchiId": "16361", + "amount": "14.125", + "parsedAmount": "14125000000000000000" + }, + { + "gotchiId": "16362", + "amount": "9.3975", + "parsedAmount": "9397500000000000000" + }, + { + "gotchiId": "16363", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "16364", + "amount": "20.915", + "parsedAmount": "20915000000000000000" + }, + { + "gotchiId": "16365", + "amount": "17.905", + "parsedAmount": "17905000000000000000" + }, + { + "gotchiId": "16366", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "16368", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "16371", + "amount": "5.2425", + "parsedAmount": "5242500000000000000" + }, + { + "gotchiId": "16373", + "amount": "11.6775", + "parsedAmount": "11677500000000000000" + }, + { + "gotchiId": "16375", + "amount": "12.75", + "parsedAmount": "12750000000000000000" + }, + { + "gotchiId": "16376", + "amount": "12.93", + "parsedAmount": "12930000000000000000" + }, + { + "gotchiId": "16379", + "amount": "25.1025", + "parsedAmount": "25102500000000000000" + }, + { + "gotchiId": "16380", + "amount": "9.76", + "parsedAmount": "9760000000000000000" + }, + { + "gotchiId": "16381", + "amount": "11.715000000000002", + "parsedAmount": "11715000000000002000" + }, + { + "gotchiId": "16382", + "amount": "11.120000000000001", + "parsedAmount": "11120000000000001000" + }, + { + "gotchiId": "16383", + "amount": "11.142499999999998", + "parsedAmount": "11142499999999998000" + }, + { + "gotchiId": "16384", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "16386", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "16387", + "amount": "18.25", + "parsedAmount": "18250000000000000000" + }, + { + "gotchiId": "16388", + "amount": "18.87", + "parsedAmount": "18870000000000000000" + }, + { + "gotchiId": "16389", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "16390", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "16398", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "16402", + "amount": "6.484999999999999", + "parsedAmount": "6484999999999999000" + }, + { + "gotchiId": "16405", + "amount": "36.8275", + "parsedAmount": "36827500000000000000" + }, + { + "gotchiId": "16406", + "amount": "8.565000000000001", + "parsedAmount": "8565000000000001000" + }, + { + "gotchiId": "16408", + "amount": "12.422500000000001", + "parsedAmount": "12422500000000001000" + }, + { + "gotchiId": "16411", + "amount": "225.81750000000002", + "parsedAmount": "225817500000000020000" + }, + { + "gotchiId": "16414", + "amount": "8.2925", + "parsedAmount": "8292500000000000000" + }, + { + "gotchiId": "16415", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "16416", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "16417", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "16418", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "16419", + "amount": "10.344999999999999", + "parsedAmount": "10344999999999999000" + }, + { + "gotchiId": "16420", + "amount": "48.5825", + "parsedAmount": "48582500000000000000" + }, + { + "gotchiId": "16424", + "amount": "14.16", + "parsedAmount": "14160000000000000000" + }, + { + "gotchiId": "16425", + "amount": "5.95", + "parsedAmount": "5950000000000000000" + }, + { + "gotchiId": "16427", + "amount": "10.135", + "parsedAmount": "10135000000000000000" + }, + { + "gotchiId": "16428", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "16429", + "amount": "6.8149999999999995", + "parsedAmount": "6814999999999999500" + }, + { + "gotchiId": "16430", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16431", + "amount": "46.11", + "parsedAmount": "46110000000000000000" + }, + { + "gotchiId": "16432", + "amount": "18.189999999999998", + "parsedAmount": "18189999999999998000" + }, + { + "gotchiId": "16433", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "16439", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "16441", + "amount": "10.3325", + "parsedAmount": "10332500000000000000" + }, + { + "gotchiId": "16442", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "16443", + "amount": "10.3425", + "parsedAmount": "10342500000000000000" + }, + { + "gotchiId": "16444", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "16445", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "16446", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "16448", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "16449", + "amount": "8.1925", + "parsedAmount": "8192500000000000000" + }, + { + "gotchiId": "16450", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "16451", + "amount": "47.33", + "parsedAmount": "47330000000000000000" + }, + { + "gotchiId": "16452", + "amount": "21.332500000000003", + "parsedAmount": "21332500000000003000" + }, + { + "gotchiId": "16454", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "16455", + "amount": "1019.8575", + "parsedAmount": "1019857500000000000000" + }, + { + "gotchiId": "16456", + "amount": "33.5375", + "parsedAmount": "33537500000000000000" + }, + { + "gotchiId": "16457", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "16461", + "amount": "9.025", + "parsedAmount": "9025000000000000000" + }, + { + "gotchiId": "16462", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "16463", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "16464", + "amount": "11.7175", + "parsedAmount": "11717500000000000000" + }, + { + "gotchiId": "16469", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "16470", + "amount": "12.535", + "parsedAmount": "12535000000000000000" + }, + { + "gotchiId": "16471", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "16477", + "amount": "64.14", + "parsedAmount": "64140000000000000000" + }, + { + "gotchiId": "16479", + "amount": "3.235", + "parsedAmount": "3235000000000000000" + }, + { + "gotchiId": "16483", + "amount": "11.9975", + "parsedAmount": "11997500000000000000" + }, + { + "gotchiId": "16484", + "amount": "9.16", + "parsedAmount": "9160000000000000000" + }, + { + "gotchiId": "16485", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "16486", + "amount": "2.48", + "parsedAmount": "2480000000000000000" + }, + { + "gotchiId": "16488", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "16489", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "16492", + "amount": "19.542499999999997", + "parsedAmount": "19542499999999997000" + }, + { + "gotchiId": "16493", + "amount": "8.4425", + "parsedAmount": "8442500000000000000" + }, + { + "gotchiId": "16494", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "16495", + "amount": "20.51", + "parsedAmount": "20510000000000000000" + }, + { + "gotchiId": "16496", + "amount": "15.282499999999999", + "parsedAmount": "15282499999999999000" + }, + { + "gotchiId": "16497", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "16498", + "amount": "31.1175", + "parsedAmount": "31117500000000000000" + }, + { + "gotchiId": "16502", + "amount": "23.045", + "parsedAmount": "23045000000000000000" + }, + { + "gotchiId": "16503", + "amount": "24.0325", + "parsedAmount": "24032500000000000000" + }, + { + "gotchiId": "16504", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "16505", + "amount": "98.46", + "parsedAmount": "98460000000000000000" + }, + { + "gotchiId": "16507", + "amount": "22.825", + "parsedAmount": "22825000000000000000" + }, + { + "gotchiId": "16512", + "amount": "6.205", + "parsedAmount": "6205000000000000000" + }, + { + "gotchiId": "16516", + "amount": "12.455", + "parsedAmount": "12455000000000000000" + }, + { + "gotchiId": "16517", + "amount": "10.42", + "parsedAmount": "10420000000000000000" + }, + { + "gotchiId": "16518", + "amount": "6.175", + "parsedAmount": "6175000000000000000" + }, + { + "gotchiId": "16523", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "16524", + "amount": "70.3675", + "parsedAmount": "70367500000000000000" + }, + { + "gotchiId": "16526", + "amount": "15.035", + "parsedAmount": "15035000000000000000" + }, + { + "gotchiId": "16527", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "16528", + "amount": "13.785", + "parsedAmount": "13785000000000000000" + }, + { + "gotchiId": "16529", + "amount": "18.7", + "parsedAmount": "18700000000000000000" + }, + { + "gotchiId": "16530", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "16533", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "16534", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "16535", + "amount": "4.2075", + "parsedAmount": "4207500000000000000" + }, + { + "gotchiId": "16538", + "amount": "8.649999999999999", + "parsedAmount": "8649999999999999000" + }, + { + "gotchiId": "16539", + "amount": "7.4", + "parsedAmount": "7400000000000000000" + }, + { + "gotchiId": "16541", + "amount": "11.317499999999999", + "parsedAmount": "11317499999999999000" + }, + { + "gotchiId": "16542", + "amount": "2.4025", + "parsedAmount": "2402500000000000000" + }, + { + "gotchiId": "16543", + "amount": "89.79", + "parsedAmount": "89790000000000000000" + }, + { + "gotchiId": "16546", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "16548", + "amount": "17.4275", + "parsedAmount": "17427500000000000000" + }, + { + "gotchiId": "16549", + "amount": "2.0325", + "parsedAmount": "2032500000000000000" + }, + { + "gotchiId": "16550", + "amount": "29.909999999999997", + "parsedAmount": "29909999999999997000" + }, + { + "gotchiId": "16551", + "amount": "9.885", + "parsedAmount": "9885000000000000000" + }, + { + "gotchiId": "16553", + "amount": "84.1375", + "parsedAmount": "84137500000000000000" + }, + { + "gotchiId": "16554", + "amount": "23.765", + "parsedAmount": "23765000000000000000" + }, + { + "gotchiId": "16556", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "16559", + "amount": "8028.3775", + "parsedAmount": "8028377500000000000000" + }, + { + "gotchiId": "16560", + "amount": "15.107500000000002", + "parsedAmount": "15107500000000002000" + }, + { + "gotchiId": "16561", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "16564", + "amount": "16.5975", + "parsedAmount": "16597500000000000000" + }, + { + "gotchiId": "16566", + "amount": "15.46", + "parsedAmount": "15460000000000000000" + }, + { + "gotchiId": "16567", + "amount": "11.592500000000001", + "parsedAmount": "11592500000000001000" + }, + { + "gotchiId": "16573", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "16574", + "amount": "10.66", + "parsedAmount": "10660000000000000000" + }, + { + "gotchiId": "16582", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "16583", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "16585", + "amount": "6.8975", + "parsedAmount": "6897500000000000000" + }, + { + "gotchiId": "16586", + "amount": "10.040000000000001", + "parsedAmount": "10040000000000001000" + }, + { + "gotchiId": "16587", + "amount": "38.0025", + "parsedAmount": "38002500000000000000" + }, + { + "gotchiId": "16588", + "amount": "8.4675", + "parsedAmount": "8467500000000000000" + }, + { + "gotchiId": "16590", + "amount": "8.1125", + "parsedAmount": "8112500000000000000" + }, + { + "gotchiId": "16591", + "amount": "28.295", + "parsedAmount": "28295000000000000000" + }, + { + "gotchiId": "16593", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "16594", + "amount": "24.1325", + "parsedAmount": "24132500000000000000" + }, + { + "gotchiId": "16595", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "16596", + "amount": "23.145", + "parsedAmount": "23145000000000000000" + }, + { + "gotchiId": "16597", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "16598", + "amount": "21.7825", + "parsedAmount": "21782500000000000000" + }, + { + "gotchiId": "16599", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "16605", + "amount": "35.67", + "parsedAmount": "35670000000000000000" + }, + { + "gotchiId": "16608", + "amount": "13.625", + "parsedAmount": "13625000000000000000" + }, + { + "gotchiId": "16609", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "16611", + "amount": "12.9725", + "parsedAmount": "12972500000000000000" + }, + { + "gotchiId": "16613", + "amount": "8.995", + "parsedAmount": "8995000000000000000" + }, + { + "gotchiId": "16615", + "amount": "24.314999999999998", + "parsedAmount": "24314999999999998000" + }, + { + "gotchiId": "16616", + "amount": "8.55", + "parsedAmount": "8550000000000000000" + }, + { + "gotchiId": "16617", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "16619", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "16620", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "16621", + "amount": "6.44", + "parsedAmount": "6440000000000000000" + }, + { + "gotchiId": "16624", + "amount": "20.9625", + "parsedAmount": "20962500000000000000" + }, + { + "gotchiId": "16625", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "16626", + "amount": "7.3675", + "parsedAmount": "7367500000000000000" + }, + { + "gotchiId": "16627", + "amount": "12.69", + "parsedAmount": "12690000000000000000" + }, + { + "gotchiId": "16629", + "amount": "14.0475", + "parsedAmount": "14047500000000000000" + }, + { + "gotchiId": "16630", + "amount": "17.0475", + "parsedAmount": "17047500000000000000" + }, + { + "gotchiId": "16633", + "amount": "11.0775", + "parsedAmount": "11077500000000000000" + }, + { + "gotchiId": "16635", + "amount": "227.6075", + "parsedAmount": "227607500000000000000" + }, + { + "gotchiId": "16638", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "16641", + "amount": "26.752499999999998", + "parsedAmount": "26752499999999998000" + }, + { + "gotchiId": "16642", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "16649", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "16652", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "16653", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "16659", + "amount": "8.9275", + "parsedAmount": "8927500000000000000" + }, + { + "gotchiId": "16660", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "16662", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "16664", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "16668", + "amount": "14.8725", + "parsedAmount": "14872500000000000000" + }, + { + "gotchiId": "16671", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "16673", + "amount": "13.8125", + "parsedAmount": "13812500000000000000" + }, + { + "gotchiId": "16676", + "amount": "156.29000000000002", + "parsedAmount": "156290000000000020000" + }, + { + "gotchiId": "16677", + "amount": "41.355", + "parsedAmount": "41355000000000000000" + }, + { + "gotchiId": "16679", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "16688", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "16689", + "amount": "18.9025", + "parsedAmount": "18902500000000000000" + }, + { + "gotchiId": "16691", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "16694", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "16695", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "16696", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "16699", + "amount": "22.535", + "parsedAmount": "22535000000000000000" + }, + { + "gotchiId": "16701", + "amount": "2.31", + "parsedAmount": "2310000000000000000" + }, + { + "gotchiId": "16702", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "16703", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "16704", + "amount": "63.03", + "parsedAmount": "63030000000000000000" + }, + { + "gotchiId": "16705", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "16708", + "amount": "10.280000000000001", + "parsedAmount": "10280000000000001000" + }, + { + "gotchiId": "16710", + "amount": "189.105", + "parsedAmount": "189105000000000000000" + }, + { + "gotchiId": "16712", + "amount": "43.9975", + "parsedAmount": "43997500000000000000" + }, + { + "gotchiId": "16713", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "16715", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "16716", + "amount": "12.0425", + "parsedAmount": "12042500000000000000" + }, + { + "gotchiId": "16718", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16722", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "16723", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "16724", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "16726", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "16727", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "16728", + "amount": "15.6625", + "parsedAmount": "15662500000000000000" + }, + { + "gotchiId": "16731", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "16732", + "amount": "68.8525", + "parsedAmount": "68852500000000000000" + }, + { + "gotchiId": "16736", + "amount": "11.695", + "parsedAmount": "11695000000000000000" + }, + { + "gotchiId": "16738", + "amount": "36.8", + "parsedAmount": "36800000000000000000" + }, + { + "gotchiId": "16739", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "16743", + "amount": "3.3525", + "parsedAmount": "3352500000000000000" + }, + { + "gotchiId": "16745", + "amount": "3.165", + "parsedAmount": "3165000000000000000" + }, + { + "gotchiId": "16746", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "16747", + "amount": "14.815000000000001", + "parsedAmount": "14815000000000001000" + }, + { + "gotchiId": "16748", + "amount": "98.36250000000001", + "parsedAmount": "98362500000000010000" + }, + { + "gotchiId": "16749", + "amount": "15.455000000000002", + "parsedAmount": "15455000000000002000" + }, + { + "gotchiId": "16750", + "amount": "11.1375", + "parsedAmount": "11137500000000000000" + }, + { + "gotchiId": "16752", + "amount": "11.965", + "parsedAmount": "11965000000000000000" + }, + { + "gotchiId": "16755", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "16756", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "16757", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "16759", + "amount": "35.355", + "parsedAmount": "35355000000000000000" + }, + { + "gotchiId": "16762", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "16765", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "16769", + "amount": "18.0175", + "parsedAmount": "18017500000000000000" + }, + { + "gotchiId": "16770", + "amount": "14.1175", + "parsedAmount": "14117500000000000000" + }, + { + "gotchiId": "16771", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16772", + "amount": "8.395", + "parsedAmount": "8395000000000000000" + }, + { + "gotchiId": "16773", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "16778", + "amount": "14.6075", + "parsedAmount": "14607500000000000000" + }, + { + "gotchiId": "16782", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16784", + "amount": "16.125", + "parsedAmount": "16125000000000000000" + }, + { + "gotchiId": "16785", + "amount": "30.6575", + "parsedAmount": "30657500000000000000" + }, + { + "gotchiId": "16786", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "16787", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "16793", + "amount": "10.3775", + "parsedAmount": "10377500000000000000" + }, + { + "gotchiId": "16794", + "amount": "6.095", + "parsedAmount": "6095000000000000000" + }, + { + "gotchiId": "16795", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "16798", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "16799", + "amount": "11.74", + "parsedAmount": "11740000000000000000" + }, + { + "gotchiId": "16801", + "amount": "4.33", + "parsedAmount": "4330000000000000000" + }, + { + "gotchiId": "16804", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16806", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "16810", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "16813", + "amount": "3.655", + "parsedAmount": "3655000000000000000" + }, + { + "gotchiId": "16814", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "16815", + "amount": "16.55", + "parsedAmount": "16550000000000000000" + }, + { + "gotchiId": "16817", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "16818", + "amount": "33.76", + "parsedAmount": "33760000000000000000" + }, + { + "gotchiId": "16819", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "16822", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "16823", + "amount": "8.265", + "parsedAmount": "8265000000000000000" + }, + { + "gotchiId": "16825", + "amount": "12.6075", + "parsedAmount": "12607500000000000000" + }, + { + "gotchiId": "16826", + "amount": "76.5375", + "parsedAmount": "76537500000000000000" + }, + { + "gotchiId": "16829", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "16834", + "amount": "12.857500000000002", + "parsedAmount": "12857500000000002000" + }, + { + "gotchiId": "16840", + "amount": "27.4625", + "parsedAmount": "27462500000000000000" + }, + { + "gotchiId": "16841", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "16842", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "16843", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "16845", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "16847", + "amount": "2.475", + "parsedAmount": "2475000000000000000" + }, + { + "gotchiId": "16849", + "amount": "22.370000000000005", + "parsedAmount": "22370000000000005000" + }, + { + "gotchiId": "16853", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + } + ], + "totalAmount": "16017105000000000067500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558614, + "gasUsed": "9051640" + }, + { + "batchIndex": 16, + "transactionHash": "0xbee15d710a8d8c0c39fe4a7a41bbc73ce79a1eff8eece74a83d44de671a2b60c", + "timestamp": "2025-10-08T06:56:15.526Z", + "gotchiRewards": [ + { + "gotchiId": "16854", + "amount": "20.8", + "parsedAmount": "20800000000000000000" + }, + { + "gotchiId": "16858", + "amount": "19.27", + "parsedAmount": "19270000000000000000" + }, + { + "gotchiId": "16859", + "amount": "15.1425", + "parsedAmount": "15142500000000000000" + }, + { + "gotchiId": "16860", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "16861", + "amount": "19", + "parsedAmount": "19000000000000000000" + }, + { + "gotchiId": "16863", + "amount": "279.53749999999997", + "parsedAmount": "279537499999999970000" + }, + { + "gotchiId": "16865", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "16878", + "amount": "5.0925", + "parsedAmount": "5092500000000000000" + }, + { + "gotchiId": "16883", + "amount": "13.655", + "parsedAmount": "13655000000000000000" + }, + { + "gotchiId": "16887", + "amount": "34.79", + "parsedAmount": "34790000000000000000" + }, + { + "gotchiId": "16888", + "amount": "6.34", + "parsedAmount": "6340000000000000000" + }, + { + "gotchiId": "16889", + "amount": "18.415", + "parsedAmount": "18415000000000000000" + }, + { + "gotchiId": "16890", + "amount": "12.2825", + "parsedAmount": "12282500000000000000" + }, + { + "gotchiId": "16894", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "16895", + "amount": "12.5925", + "parsedAmount": "12592500000000000000" + }, + { + "gotchiId": "16900", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "16901", + "amount": "12.89", + "parsedAmount": "12890000000000000000" + }, + { + "gotchiId": "16902", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "16904", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "16906", + "amount": "9.094999999999999", + "parsedAmount": "9094999999999999000" + }, + { + "gotchiId": "16907", + "amount": "8.57", + "parsedAmount": "8570000000000000000" + }, + { + "gotchiId": "16908", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16910", + "amount": "27.7625", + "parsedAmount": "27762500000000000000" + }, + { + "gotchiId": "16917", + "amount": "9.7125", + "parsedAmount": "9712500000000000000" + }, + { + "gotchiId": "16922", + "amount": "14.817499999999999", + "parsedAmount": "14817499999999999000" + }, + { + "gotchiId": "16923", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "16924", + "amount": "16.825", + "parsedAmount": "16825000000000000000" + }, + { + "gotchiId": "16925", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "16926", + "amount": "11.1425", + "parsedAmount": "11142500000000000000" + }, + { + "gotchiId": "16927", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "16928", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "16929", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "16931", + "amount": "3.115", + "parsedAmount": "3115000000000000000" + }, + { + "gotchiId": "16934", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "16935", + "amount": "22.2375", + "parsedAmount": "22237500000000000000" + }, + { + "gotchiId": "16943", + "amount": "10.8025", + "parsedAmount": "10802500000000000000" + }, + { + "gotchiId": "16946", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "16947", + "amount": "18.21", + "parsedAmount": "18210000000000000000" + }, + { + "gotchiId": "16948", + "amount": "6.147500000000001", + "parsedAmount": "6147500000000001000" + }, + { + "gotchiId": "16949", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "16950", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "16952", + "amount": "5.575", + "parsedAmount": "5575000000000000000" + }, + { + "gotchiId": "16953", + "amount": "12.8625", + "parsedAmount": "12862500000000000000" + }, + { + "gotchiId": "16955", + "amount": "12.81", + "parsedAmount": "12810000000000000000" + }, + { + "gotchiId": "16956", + "amount": "62.7175", + "parsedAmount": "62717500000000000000" + }, + { + "gotchiId": "16959", + "amount": "7", + "parsedAmount": "7000000000000000000" + }, + { + "gotchiId": "16961", + "amount": "12", + "parsedAmount": "12000000000000000000" + }, + { + "gotchiId": "16963", + "amount": "7.7225", + "parsedAmount": "7722500000000000000" + }, + { + "gotchiId": "16964", + "amount": "9.4025", + "parsedAmount": "9402500000000000000" + }, + { + "gotchiId": "16965", + "amount": "52.6725", + "parsedAmount": "52672500000000000000" + }, + { + "gotchiId": "16967", + "amount": "11.7525", + "parsedAmount": "11752500000000000000" + }, + { + "gotchiId": "16968", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "16969", + "amount": "84.55", + "parsedAmount": "84550000000000000000" + }, + { + "gotchiId": "16970", + "amount": "25.955000000000002", + "parsedAmount": "25955000000000002000" + }, + { + "gotchiId": "16971", + "amount": "12.1425", + "parsedAmount": "12142500000000000000" + }, + { + "gotchiId": "16974", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "16975", + "amount": "68.1375", + "parsedAmount": "68137500000000000000" + }, + { + "gotchiId": "16978", + "amount": "13.7025", + "parsedAmount": "13702500000000000000" + }, + { + "gotchiId": "16980", + "amount": "49.122499999999995", + "parsedAmount": "49122499999999995000" + }, + { + "gotchiId": "16981", + "amount": "6.4575", + "parsedAmount": "6457500000000000000" + }, + { + "gotchiId": "16985", + "amount": "20.57", + "parsedAmount": "20570000000000000000" + }, + { + "gotchiId": "16995", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "16997", + "amount": "8.0325", + "parsedAmount": "8032500000000000000" + }, + { + "gotchiId": "16998", + "amount": "8.545", + "parsedAmount": "8545000000000000000" + }, + { + "gotchiId": "17004", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "17005", + "amount": "8.11", + "parsedAmount": "8110000000000000000" + }, + { + "gotchiId": "17008", + "amount": "14.5175", + "parsedAmount": "14517500000000000000" + }, + { + "gotchiId": "17011", + "amount": "17.02", + "parsedAmount": "17020000000000000000" + }, + { + "gotchiId": "17012", + "amount": "32.4675", + "parsedAmount": "32467500000000000000" + }, + { + "gotchiId": "17013", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "17014", + "amount": "13.195", + "parsedAmount": "13195000000000000000" + }, + { + "gotchiId": "17015", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "17018", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "17021", + "amount": "7.202500000000001", + "parsedAmount": "7202500000000001000" + }, + { + "gotchiId": "17022", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "17024", + "amount": "25.6975", + "parsedAmount": "25697500000000000000" + }, + { + "gotchiId": "17026", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "17027", + "amount": "17.372500000000002", + "parsedAmount": "17372500000000002000" + }, + { + "gotchiId": "17028", + "amount": "16.220000000000002", + "parsedAmount": "16220000000000002000" + }, + { + "gotchiId": "17029", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "17033", + "amount": "753.4225", + "parsedAmount": "753422500000000000000" + }, + { + "gotchiId": "17035", + "amount": "17.8925", + "parsedAmount": "17892500000000000000" + }, + { + "gotchiId": "17036", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "17037", + "amount": "14.71", + "parsedAmount": "14710000000000000000" + }, + { + "gotchiId": "17039", + "amount": "6.7625", + "parsedAmount": "6762500000000000000" + }, + { + "gotchiId": "17040", + "amount": "12.09", + "parsedAmount": "12090000000000000000" + }, + { + "gotchiId": "17042", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "17043", + "amount": "6.4350000000000005", + "parsedAmount": "6435000000000000500" + }, + { + "gotchiId": "17045", + "amount": "14.7925", + "parsedAmount": "14792500000000000000" + }, + { + "gotchiId": "17048", + "amount": "2.2775", + "parsedAmount": "2277500000000000000" + }, + { + "gotchiId": "17049", + "amount": "5.0975", + "parsedAmount": "5097500000000000000" + }, + { + "gotchiId": "17052", + "amount": "7.1899999999999995", + "parsedAmount": "7189999999999999500" + }, + { + "gotchiId": "17055", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "17057", + "amount": "11.942499999999999", + "parsedAmount": "11942499999999999000" + }, + { + "gotchiId": "17058", + "amount": "9.12", + "parsedAmount": "9120000000000000000" + }, + { + "gotchiId": "17060", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "17061", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "17062", + "amount": "25.015", + "parsedAmount": "25015000000000000000" + }, + { + "gotchiId": "17063", + "amount": "7.755000000000001", + "parsedAmount": "7755000000000001000" + }, + { + "gotchiId": "17064", + "amount": "16.7975", + "parsedAmount": "16797500000000000000" + }, + { + "gotchiId": "17065", + "amount": "19.145", + "parsedAmount": "19145000000000000000" + }, + { + "gotchiId": "17068", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "17069", + "amount": "14.6125", + "parsedAmount": "14612500000000000000" + }, + { + "gotchiId": "17071", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "17072", + "amount": "23.5925", + "parsedAmount": "23592500000000000000" + }, + { + "gotchiId": "17074", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "17075", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "17080", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "17082", + "amount": "21.727500000000003", + "parsedAmount": "21727500000000003000" + }, + { + "gotchiId": "17086", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "17090", + "amount": "30.037499999999998", + "parsedAmount": "30037499999999998000" + }, + { + "gotchiId": "17091", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "17092", + "amount": "11.995", + "parsedAmount": "11995000000000000000" + }, + { + "gotchiId": "17093", + "amount": "21.7525", + "parsedAmount": "21752500000000000000" + }, + { + "gotchiId": "17095", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "17096", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "17097", + "amount": "18.9325", + "parsedAmount": "18932500000000000000" + }, + { + "gotchiId": "17099", + "amount": "26.095", + "parsedAmount": "26095000000000000000" + }, + { + "gotchiId": "17100", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "17101", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "17102", + "amount": "28.392500000000002", + "parsedAmount": "28392500000000002000" + }, + { + "gotchiId": "17104", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "17105", + "amount": "15.445", + "parsedAmount": "15445000000000000000" + }, + { + "gotchiId": "17107", + "amount": "21.1275", + "parsedAmount": "21127500000000000000" + }, + { + "gotchiId": "17109", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "17113", + "amount": "12.6825", + "parsedAmount": "12682500000000000000" + }, + { + "gotchiId": "17115", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "17117", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "17120", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "17122", + "amount": "66.35", + "parsedAmount": "66350000000000000000" + }, + { + "gotchiId": "17123", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "17124", + "amount": "149.905", + "parsedAmount": "149905000000000000000" + }, + { + "gotchiId": "17127", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "17129", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "17130", + "amount": "10.115", + "parsedAmount": "10115000000000000000" + }, + { + "gotchiId": "17131", + "amount": "19.0225", + "parsedAmount": "19022500000000000000" + }, + { + "gotchiId": "17134", + "amount": "20.064999999999998", + "parsedAmount": "20064999999999998000" + }, + { + "gotchiId": "17137", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "17139", + "amount": "3.6675", + "parsedAmount": "3667500000000000000" + }, + { + "gotchiId": "17141", + "amount": "7.112500000000001", + "parsedAmount": "7112500000000001000" + }, + { + "gotchiId": "17144", + "amount": "10.3825", + "parsedAmount": "10382500000000000000" + }, + { + "gotchiId": "17148", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "17153", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "17155", + "amount": "4.3375", + "parsedAmount": "4337500000000000000" + }, + { + "gotchiId": "17157", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "17158", + "amount": "14.4525", + "parsedAmount": "14452500000000000000" + }, + { + "gotchiId": "17160", + "amount": "10.015", + "parsedAmount": "10015000000000000000" + }, + { + "gotchiId": "17161", + "amount": "22.139999999999997", + "parsedAmount": "22139999999999997000" + }, + { + "gotchiId": "17163", + "amount": "7.85", + "parsedAmount": "7850000000000000000" + }, + { + "gotchiId": "17164", + "amount": "7.887499999999999", + "parsedAmount": "7887499999999999000" + }, + { + "gotchiId": "17166", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "17167", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "17169", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "17171", + "amount": "27.1875", + "parsedAmount": "27187500000000000000" + }, + { + "gotchiId": "17173", + "amount": "21.945", + "parsedAmount": "21945000000000000000" + }, + { + "gotchiId": "17175", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "17177", + "amount": "7.782500000000001", + "parsedAmount": "7782500000000001000" + }, + { + "gotchiId": "17182", + "amount": "103.425", + "parsedAmount": "103425000000000000000" + }, + { + "gotchiId": "17186", + "amount": "35.2775", + "parsedAmount": "35277500000000000000" + }, + { + "gotchiId": "17188", + "amount": "43.559999999999995", + "parsedAmount": "43559999999999995000" + }, + { + "gotchiId": "17189", + "amount": "26.8675", + "parsedAmount": "26867500000000000000" + }, + { + "gotchiId": "17192", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "17196", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "17198", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "17199", + "amount": "16.12", + "parsedAmount": "16120000000000000000" + }, + { + "gotchiId": "17203", + "amount": "7.295", + "parsedAmount": "7295000000000000000" + }, + { + "gotchiId": "17205", + "amount": "11.395", + "parsedAmount": "11395000000000000000" + }, + { + "gotchiId": "17208", + "amount": "17.17", + "parsedAmount": "17170000000000000000" + }, + { + "gotchiId": "17210", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "17212", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "17214", + "amount": "7.970000000000001", + "parsedAmount": "7970000000000001000" + }, + { + "gotchiId": "17217", + "amount": "14.8875", + "parsedAmount": "14887500000000000000" + }, + { + "gotchiId": "17218", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "17219", + "amount": "8.72", + "parsedAmount": "8720000000000000000" + }, + { + "gotchiId": "17222", + "amount": "18.845", + "parsedAmount": "18845000000000000000" + }, + { + "gotchiId": "17226", + "amount": "46.647499999999994", + "parsedAmount": "46647499999999994000" + }, + { + "gotchiId": "17230", + "amount": "15.737499999999999", + "parsedAmount": "15737499999999999000" + }, + { + "gotchiId": "17233", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "17234", + "amount": "29.795", + "parsedAmount": "29795000000000000000" + }, + { + "gotchiId": "17236", + "amount": "15.67", + "parsedAmount": "15670000000000000000" + }, + { + "gotchiId": "17239", + "amount": "19.2725", + "parsedAmount": "19272500000000000000" + }, + { + "gotchiId": "17241", + "amount": "29.125", + "parsedAmount": "29125000000000000000" + }, + { + "gotchiId": "17242", + "amount": "33.6575", + "parsedAmount": "33657500000000000000" + }, + { + "gotchiId": "17243", + "amount": "10.2", + "parsedAmount": "10200000000000000000" + }, + { + "gotchiId": "17244", + "amount": "25.7375", + "parsedAmount": "25737500000000000000" + }, + { + "gotchiId": "17246", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "17248", + "amount": "16.495", + "parsedAmount": "16495000000000000000" + }, + { + "gotchiId": "17250", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "17251", + "amount": "12.09", + "parsedAmount": "12090000000000000000" + }, + { + "gotchiId": "17256", + "amount": "16.622500000000002", + "parsedAmount": "16622500000000002000" + }, + { + "gotchiId": "17257", + "amount": "21.8025", + "parsedAmount": "21802500000000000000" + }, + { + "gotchiId": "17258", + "amount": "8.6275", + "parsedAmount": "8627500000000000000" + }, + { + "gotchiId": "17263", + "amount": "32.0325", + "parsedAmount": "32032500000000000000" + }, + { + "gotchiId": "17264", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "17265", + "amount": "11.612499999999999", + "parsedAmount": "11612499999999999000" + }, + { + "gotchiId": "17267", + "amount": "19.32", + "parsedAmount": "19320000000000000000" + }, + { + "gotchiId": "17270", + "amount": "12.9125", + "parsedAmount": "12912500000000000000" + }, + { + "gotchiId": "17272", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "17276", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "17279", + "amount": "5.859999999999999", + "parsedAmount": "5859999999999999000" + }, + { + "gotchiId": "17280", + "amount": "12.9", + "parsedAmount": "12900000000000000000" + }, + { + "gotchiId": "17282", + "amount": "22.9825", + "parsedAmount": "22982500000000000000" + }, + { + "gotchiId": "17283", + "amount": "11.9175", + "parsedAmount": "11917500000000000000" + }, + { + "gotchiId": "17284", + "amount": "12.375", + "parsedAmount": "12375000000000000000" + }, + { + "gotchiId": "17286", + "amount": "9.0675", + "parsedAmount": "9067500000000000000" + }, + { + "gotchiId": "17290", + "amount": "9.05", + "parsedAmount": "9050000000000000000" + }, + { + "gotchiId": "17292", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "17294", + "amount": "30.4775", + "parsedAmount": "30477500000000000000" + }, + { + "gotchiId": "17296", + "amount": "24.445", + "parsedAmount": "24445000000000000000" + }, + { + "gotchiId": "17298", + "amount": "12.940000000000001", + "parsedAmount": "12940000000000001000" + }, + { + "gotchiId": "17300", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "17303", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "17305", + "amount": "7.442500000000001", + "parsedAmount": "7442500000000001000" + }, + { + "gotchiId": "17306", + "amount": "25.36", + "parsedAmount": "25360000000000000000" + }, + { + "gotchiId": "17308", + "amount": "9.030000000000001", + "parsedAmount": "9030000000000001000" + }, + { + "gotchiId": "17314", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "17318", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "17322", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "17323", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "17327", + "amount": "31.1175", + "parsedAmount": "31117500000000000000" + }, + { + "gotchiId": "17329", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "17332", + "amount": "4.7775", + "parsedAmount": "4777500000000000000" + }, + { + "gotchiId": "17334", + "amount": "5.675", + "parsedAmount": "5675000000000000000" + }, + { + "gotchiId": "17335", + "amount": "53.537499999999994", + "parsedAmount": "53537499999999994000" + }, + { + "gotchiId": "17341", + "amount": "14.0775", + "parsedAmount": "14077500000000000000" + }, + { + "gotchiId": "17342", + "amount": "23.064999999999998", + "parsedAmount": "23064999999999998000" + }, + { + "gotchiId": "17343", + "amount": "127.29249999999999", + "parsedAmount": "127292499999999990000" + }, + { + "gotchiId": "17344", + "amount": "199.0825", + "parsedAmount": "199082500000000000000" + }, + { + "gotchiId": "17345", + "amount": "11.79", + "parsedAmount": "11790000000000000000" + }, + { + "gotchiId": "17346", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "17348", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "17350", + "amount": "25.0175", + "parsedAmount": "25017500000000000000" + }, + { + "gotchiId": "17352", + "amount": "32.0875", + "parsedAmount": "32087500000000000000" + }, + { + "gotchiId": "17353", + "amount": "12.209999999999999", + "parsedAmount": "12209999999999999000" + }, + { + "gotchiId": "17355", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "17357", + "amount": "10.345", + "parsedAmount": "10345000000000000000" + }, + { + "gotchiId": "17358", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "17361", + "amount": "4.7475000000000005", + "parsedAmount": "4747500000000000500" + }, + { + "gotchiId": "17368", + "amount": "9.3775", + "parsedAmount": "9377500000000000000" + }, + { + "gotchiId": "17369", + "amount": "8.58", + "parsedAmount": "8580000000000000000" + }, + { + "gotchiId": "17370", + "amount": "4.205", + "parsedAmount": "4205000000000000000" + }, + { + "gotchiId": "17372", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "17379", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "17382", + "amount": "12.434999999999999", + "parsedAmount": "12434999999999999000" + }, + { + "gotchiId": "17386", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "17387", + "amount": "10.8275", + "parsedAmount": "10827500000000000000" + }, + { + "gotchiId": "17390", + "amount": "9.235", + "parsedAmount": "9235000000000000000" + }, + { + "gotchiId": "17395", + "amount": "12.39", + "parsedAmount": "12390000000000000000" + }, + { + "gotchiId": "17397", + "amount": "5.297499999999999", + "parsedAmount": "5297499999999999000" + }, + { + "gotchiId": "17400", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "17402", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "17404", + "amount": "6.3925", + "parsedAmount": "6392500000000000000" + }, + { + "gotchiId": "17405", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "17407", + "amount": "17.7175", + "parsedAmount": "17717500000000000000" + }, + { + "gotchiId": "17408", + "amount": "8.84", + "parsedAmount": "8840000000000000000" + }, + { + "gotchiId": "17409", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "17411", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "17413", + "amount": "16.81", + "parsedAmount": "16810000000000000000" + }, + { + "gotchiId": "17415", + "amount": "12.235", + "parsedAmount": "12235000000000000000" + }, + { + "gotchiId": "17417", + "amount": "4.9575", + "parsedAmount": "4957500000000000000" + }, + { + "gotchiId": "17419", + "amount": "14.1375", + "parsedAmount": "14137500000000000000" + }, + { + "gotchiId": "17422", + "amount": "15.9525", + "parsedAmount": "15952500000000000000" + }, + { + "gotchiId": "17425", + "amount": "16.48", + "parsedAmount": "16480000000000000000" + }, + { + "gotchiId": "17427", + "amount": "13.817499999999999", + "parsedAmount": "13817499999999999000" + }, + { + "gotchiId": "17429", + "amount": "8.9125", + "parsedAmount": "8912500000000000000" + }, + { + "gotchiId": "17431", + "amount": "17.555", + "parsedAmount": "17555000000000000000" + }, + { + "gotchiId": "17433", + "amount": "17", + "parsedAmount": "17000000000000000000" + }, + { + "gotchiId": "17439", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "17441", + "amount": "3.3525", + "parsedAmount": "3352500000000000000" + }, + { + "gotchiId": "17442", + "amount": "10.54", + "parsedAmount": "10540000000000000000" + }, + { + "gotchiId": "17444", + "amount": "34.1475", + "parsedAmount": "34147500000000000000" + }, + { + "gotchiId": "17447", + "amount": "27.607499999999998", + "parsedAmount": "27607499999999998000" + }, + { + "gotchiId": "17449", + "amount": "6.8775", + "parsedAmount": "6877500000000000000" + }, + { + "gotchiId": "17452", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "17453", + "amount": "21.115", + "parsedAmount": "21115000000000000000" + }, + { + "gotchiId": "17454", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "17455", + "amount": "17.2375", + "parsedAmount": "17237500000000000000" + }, + { + "gotchiId": "17460", + "amount": "7.5600000000000005", + "parsedAmount": "7560000000000000500" + }, + { + "gotchiId": "17465", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "17466", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "17467", + "amount": "20.9375", + "parsedAmount": "20937500000000000000" + }, + { + "gotchiId": "17472", + "amount": "14.5375", + "parsedAmount": "14537500000000000000" + }, + { + "gotchiId": "17475", + "amount": "2.17", + "parsedAmount": "2170000000000000000" + }, + { + "gotchiId": "17477", + "amount": "6.574999999999999", + "parsedAmount": "6574999999999999000" + }, + { + "gotchiId": "17479", + "amount": "13.879999999999999", + "parsedAmount": "13879999999999999000" + }, + { + "gotchiId": "17482", + "amount": "9.51", + "parsedAmount": "9510000000000000000" + }, + { + "gotchiId": "17484", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "17487", + "amount": "9.049999999999999", + "parsedAmount": "9049999999999999000" + }, + { + "gotchiId": "17488", + "amount": "3.735", + "parsedAmount": "3735000000000000000" + }, + { + "gotchiId": "17490", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "17491", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "17492", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "17493", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "17494", + "amount": "4.3375", + "parsedAmount": "4337500000000000000" + }, + { + "gotchiId": "17496", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "17497", + "amount": "12.1625", + "parsedAmount": "12162500000000000000" + }, + { + "gotchiId": "17499", + "amount": "6.6", + "parsedAmount": "6600000000000000000" + }, + { + "gotchiId": "17502", + "amount": "8.915", + "parsedAmount": "8915000000000000000" + }, + { + "gotchiId": "17503", + "amount": "17.557499999999997", + "parsedAmount": "17557499999999997000" + }, + { + "gotchiId": "17504", + "amount": "34.185", + "parsedAmount": "34185000000000000000" + }, + { + "gotchiId": "17505", + "amount": "7.9775", + "parsedAmount": "7977500000000000000" + }, + { + "gotchiId": "17509", + "amount": "26.095000000000002", + "parsedAmount": "26095000000000002000" + }, + { + "gotchiId": "17512", + "amount": "11.735", + "parsedAmount": "11735000000000000000" + }, + { + "gotchiId": "17515", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "17516", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "17517", + "amount": "2.17", + "parsedAmount": "2170000000000000000" + }, + { + "gotchiId": "17518", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "17519", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "17521", + "amount": "14.752500000000001", + "parsedAmount": "14752500000000001000" + }, + { + "gotchiId": "17522", + "amount": "28.822499999999998", + "parsedAmount": "28822499999999998000" + }, + { + "gotchiId": "17529", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "17530", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "17531", + "amount": "8.5875", + "parsedAmount": "8587500000000000000" + }, + { + "gotchiId": "17532", + "amount": "14.920000000000002", + "parsedAmount": "14920000000000002000" + }, + { + "gotchiId": "17536", + "amount": "13.965", + "parsedAmount": "13965000000000000000" + }, + { + "gotchiId": "17538", + "amount": "6.1274999999999995", + "parsedAmount": "6127499999999999500" + }, + { + "gotchiId": "17539", + "amount": "97.79500000000002", + "parsedAmount": "97795000000000020000" + }, + { + "gotchiId": "17540", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "17542", + "amount": "25.314999999999998", + "parsedAmount": "25314999999999998000" + }, + { + "gotchiId": "17544", + "amount": "14.2125", + "parsedAmount": "14212500000000000000" + }, + { + "gotchiId": "17551", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "17553", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "17558", + "amount": "18.564999999999998", + "parsedAmount": "18564999999999998000" + }, + { + "gotchiId": "17559", + "amount": "26.849999999999998", + "parsedAmount": "26849999999999998000" + }, + { + "gotchiId": "17563", + "amount": "11.29", + "parsedAmount": "11290000000000000000" + }, + { + "gotchiId": "17564", + "amount": "3.1975", + "parsedAmount": "3197500000000000000" + }, + { + "gotchiId": "17565", + "amount": "5.3975", + "parsedAmount": "5397500000000000000" + }, + { + "gotchiId": "17568", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "17569", + "amount": "10.2875", + "parsedAmount": "10287500000000000000" + }, + { + "gotchiId": "17570", + "amount": "121.1875", + "parsedAmount": "121187500000000000000" + }, + { + "gotchiId": "17571", + "amount": "17.6125", + "parsedAmount": "17612500000000000000" + }, + { + "gotchiId": "17573", + "amount": "5.67", + "parsedAmount": "5670000000000000000" + }, + { + "gotchiId": "17574", + "amount": "13.399999999999999", + "parsedAmount": "13399999999999999000" + }, + { + "gotchiId": "17575", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "17576", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "17591", + "amount": "16.215", + "parsedAmount": "16215000000000000000" + }, + { + "gotchiId": "17593", + "amount": "13.145", + "parsedAmount": "13145000000000000000" + }, + { + "gotchiId": "17599", + "amount": "23.145", + "parsedAmount": "23145000000000000000" + }, + { + "gotchiId": "17600", + "amount": "14.042499999999999", + "parsedAmount": "14042499999999999000" + }, + { + "gotchiId": "17601", + "amount": "23.8675", + "parsedAmount": "23867500000000000000" + }, + { + "gotchiId": "17602", + "amount": "20.3525", + "parsedAmount": "20352500000000000000" + }, + { + "gotchiId": "17603", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "17604", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "17605", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "17606", + "amount": "14.5975", + "parsedAmount": "14597500000000000000" + }, + { + "gotchiId": "17607", + "amount": "16.8225", + "parsedAmount": "16822500000000000000" + }, + { + "gotchiId": "17612", + "amount": "10.135", + "parsedAmount": "10135000000000000000" + }, + { + "gotchiId": "17613", + "amount": "54.5175", + "parsedAmount": "54517500000000000000" + }, + { + "gotchiId": "17614", + "amount": "11.025", + "parsedAmount": "11025000000000000000" + }, + { + "gotchiId": "17616", + "amount": "23.95", + "parsedAmount": "23950000000000000000" + }, + { + "gotchiId": "17617", + "amount": "10.74", + "parsedAmount": "10740000000000000000" + }, + { + "gotchiId": "17619", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "17620", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "17623", + "amount": "18.9125", + "parsedAmount": "18912500000000000000" + }, + { + "gotchiId": "17625", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "17629", + "amount": "17.884999999999998", + "parsedAmount": "17884999999999998000" + }, + { + "gotchiId": "17631", + "amount": "11.817499999999999", + "parsedAmount": "11817499999999999000" + }, + { + "gotchiId": "17633", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "17635", + "amount": "2.265", + "parsedAmount": "2265000000000000000" + }, + { + "gotchiId": "17636", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "17637", + "amount": "18.5775", + "parsedAmount": "18577500000000000000" + }, + { + "gotchiId": "17638", + "amount": "15.9625", + "parsedAmount": "15962500000000000000" + }, + { + "gotchiId": "17641", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "17642", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "17644", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "17645", + "amount": "20.085", + "parsedAmount": "20085000000000000000" + }, + { + "gotchiId": "17646", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "17651", + "amount": "10.5825", + "parsedAmount": "10582500000000000000" + }, + { + "gotchiId": "17659", + "amount": "6.6325", + "parsedAmount": "6632500000000000000" + }, + { + "gotchiId": "17660", + "amount": "8.799999999999999", + "parsedAmount": "8799999999999999000" + }, + { + "gotchiId": "17662", + "amount": "39.807500000000005", + "parsedAmount": "39807500000000005000" + }, + { + "gotchiId": "17663", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "17668", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "17669", + "amount": "10.8075", + "parsedAmount": "10807500000000000000" + }, + { + "gotchiId": "17672", + "amount": "21.585", + "parsedAmount": "21585000000000000000" + }, + { + "gotchiId": "17674", + "amount": "5.715", + "parsedAmount": "5715000000000000000" + }, + { + "gotchiId": "17677", + "amount": "19.1125", + "parsedAmount": "19112500000000000000" + }, + { + "gotchiId": "17680", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "17682", + "amount": "12.932500000000001", + "parsedAmount": "12932500000000001000" + }, + { + "gotchiId": "17684", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "17690", + "amount": "11.9025", + "parsedAmount": "11902500000000000000" + }, + { + "gotchiId": "17692", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "17694", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "17698", + "amount": "6.550000000000001", + "parsedAmount": "6550000000000001000" + }, + { + "gotchiId": "17699", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "17701", + "amount": "17.3925", + "parsedAmount": "17392500000000000000" + }, + { + "gotchiId": "17702", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "17703", + "amount": "9.8925", + "parsedAmount": "9892500000000000000" + }, + { + "gotchiId": "17704", + "amount": "15.309999999999999", + "parsedAmount": "15309999999999999000" + }, + { + "gotchiId": "17705", + "amount": "11.7875", + "parsedAmount": "11787500000000000000" + }, + { + "gotchiId": "17708", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "17710", + "amount": "5.87", + "parsedAmount": "5870000000000000000" + }, + { + "gotchiId": "17712", + "amount": "8.9575", + "parsedAmount": "8957500000000000000" + }, + { + "gotchiId": "17713", + "amount": "10.8725", + "parsedAmount": "10872500000000000000" + }, + { + "gotchiId": "17716", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "17717", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "17719", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "17721", + "amount": "15.502500000000001", + "parsedAmount": "15502500000000001000" + }, + { + "gotchiId": "17723", + "amount": "129.175", + "parsedAmount": "129175000000000000000" + }, + { + "gotchiId": "17725", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "17726", + "amount": "13.1325", + "parsedAmount": "13132500000000000000" + }, + { + "gotchiId": "17728", + "amount": "13.767499999999998", + "parsedAmount": "13767499999999998000" + }, + { + "gotchiId": "17729", + "amount": "12.565000000000001", + "parsedAmount": "12565000000000001000" + }, + { + "gotchiId": "17731", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "17732", + "amount": "4.43", + "parsedAmount": "4430000000000000000" + }, + { + "gotchiId": "17735", + "amount": "3.1625", + "parsedAmount": "3162500000000000000" + }, + { + "gotchiId": "17736", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "17737", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "17738", + "amount": "12.6625", + "parsedAmount": "12662500000000000000" + }, + { + "gotchiId": "17739", + "amount": "19.947499999999998", + "parsedAmount": "19947499999999998000" + }, + { + "gotchiId": "17741", + "amount": "9.8625", + "parsedAmount": "9862500000000000000" + }, + { + "gotchiId": "17745", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "17746", + "amount": "10.165000000000001", + "parsedAmount": "10165000000000001000" + }, + { + "gotchiId": "17747", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "17748", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "17749", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "17751", + "amount": "18.857499999999998", + "parsedAmount": "18857499999999998000" + }, + { + "gotchiId": "17755", + "amount": "13.1", + "parsedAmount": "13100000000000000000" + }, + { + "gotchiId": "17759", + "amount": "15.33", + "parsedAmount": "15330000000000000000" + }, + { + "gotchiId": "17761", + "amount": "14.064999999999998", + "parsedAmount": "14064999999999998000" + }, + { + "gotchiId": "17762", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "17764", + "amount": "10.07", + "parsedAmount": "10070000000000000000" + }, + { + "gotchiId": "17772", + "amount": "12.1975", + "parsedAmount": "12197500000000000000" + }, + { + "gotchiId": "17773", + "amount": "6.449999999999999", + "parsedAmount": "6449999999999999000" + }, + { + "gotchiId": "17776", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "17780", + "amount": "10.53", + "parsedAmount": "10530000000000000000" + }, + { + "gotchiId": "17781", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "17783", + "amount": "40.3025", + "parsedAmount": "40302500000000000000" + }, + { + "gotchiId": "17786", + "amount": "21.3", + "parsedAmount": "21300000000000000000" + }, + { + "gotchiId": "17787", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "17790", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "17793", + "amount": "7.14", + "parsedAmount": "7140000000000000000" + }, + { + "gotchiId": "17795", + "amount": "16.5975", + "parsedAmount": "16597500000000000000" + }, + { + "gotchiId": "17797", + "amount": "17.075", + "parsedAmount": "17075000000000000000" + }, + { + "gotchiId": "17798", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "17799", + "amount": "10.9875", + "parsedAmount": "10987500000000000000" + }, + { + "gotchiId": "17800", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "17802", + "amount": "56.942499999999995", + "parsedAmount": "56942499999999995000" + }, + { + "gotchiId": "17806", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "17813", + "amount": "16.055", + "parsedAmount": "16055000000000000000" + }, + { + "gotchiId": "17814", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "17820", + "amount": "12.475", + "parsedAmount": "12475000000000000000" + }, + { + "gotchiId": "17821", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "17822", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "17824", + "amount": "12.057500000000001", + "parsedAmount": "12057500000000001000" + }, + { + "gotchiId": "17825", + "amount": "11.3", + "parsedAmount": "11300000000000000000" + }, + { + "gotchiId": "17827", + "amount": "26.5675", + "parsedAmount": "26567500000000000000" + }, + { + "gotchiId": "17828", + "amount": "15.6325", + "parsedAmount": "15632500000000000000" + }, + { + "gotchiId": "17831", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "17832", + "amount": "10.6875", + "parsedAmount": "10687500000000000000" + }, + { + "gotchiId": "17833", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "17834", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "17836", + "amount": "7.199999999999999", + "parsedAmount": "7199999999999999000" + }, + { + "gotchiId": "17837", + "amount": "12.695", + "parsedAmount": "12695000000000000000" + }, + { + "gotchiId": "17839", + "amount": "9.5625", + "parsedAmount": "9562500000000000000" + }, + { + "gotchiId": "17843", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "17848", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "17850", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "17852", + "amount": "6.2524999999999995", + "parsedAmount": "6252499999999999500" + }, + { + "gotchiId": "17855", + "amount": "61.2675", + "parsedAmount": "61267500000000000000" + }, + { + "gotchiId": "17856", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "17861", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "17865", + "amount": "74.635", + "parsedAmount": "74635000000000000000" + }, + { + "gotchiId": "17866", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "17869", + "amount": "10.397499999999999", + "parsedAmount": "10397499999999999000" + }, + { + "gotchiId": "17870", + "amount": "9.175", + "parsedAmount": "9175000000000000000" + }, + { + "gotchiId": "17872", + "amount": "9.6175", + "parsedAmount": "9617500000000000000" + }, + { + "gotchiId": "17873", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "17874", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "17875", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "17879", + "amount": "12.987499999999999", + "parsedAmount": "12987499999999999000" + }, + { + "gotchiId": "17881", + "amount": "10.7075", + "parsedAmount": "10707500000000000000" + }, + { + "gotchiId": "17883", + "amount": "20.485", + "parsedAmount": "20485000000000000000" + }, + { + "gotchiId": "17885", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "17887", + "amount": "7.2675", + "parsedAmount": "7267500000000000000" + }, + { + "gotchiId": "17888", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "17889", + "amount": "15.1375", + "parsedAmount": "15137500000000000000" + }, + { + "gotchiId": "17890", + "amount": "34.065", + "parsedAmount": "34065000000000000000" + }, + { + "gotchiId": "17891", + "amount": "17.32", + "parsedAmount": "17320000000000000000" + }, + { + "gotchiId": "17893", + "amount": "7.012499999999999", + "parsedAmount": "7012499999999999000" + }, + { + "gotchiId": "17898", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "17899", + "amount": "3.88", + "parsedAmount": "3880000000000000000" + }, + { + "gotchiId": "17901", + "amount": "15.76", + "parsedAmount": "15760000000000000000" + }, + { + "gotchiId": "17902", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "17903", + "amount": "8.195", + "parsedAmount": "8195000000000000000" + }, + { + "gotchiId": "17908", + "amount": "4.77", + "parsedAmount": "4770000000000000000" + }, + { + "gotchiId": "17910", + "amount": "7.11", + "parsedAmount": "7110000000000000000" + }, + { + "gotchiId": "17911", + "amount": "9.997499999999999", + "parsedAmount": "9997499999999999000" + }, + { + "gotchiId": "17917", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "17920", + "amount": "6.23", + "parsedAmount": "6230000000000000000" + }, + { + "gotchiId": "17921", + "amount": "18.702499999999997", + "parsedAmount": "18702499999999997000" + }, + { + "gotchiId": "17924", + "amount": "10.365", + "parsedAmount": "10365000000000000000" + }, + { + "gotchiId": "17926", + "amount": "32.00749999999999", + "parsedAmount": "32007499999999990000" + } + ], + "totalAmount": "7923999999999999920500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558615, + "gasUsed": "9624510" + }, + { + "batchIndex": 17, + "transactionHash": "0xdee80ae5fac427f7dab263359adabba3a65308df2977855f0b30a66f604ce294", + "timestamp": "2025-10-08T06:56:18.815Z", + "gotchiRewards": [ + { + "gotchiId": "17928", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "17929", + "amount": "10.407499999999999", + "parsedAmount": "10407499999999999000" + }, + { + "gotchiId": "17938", + "amount": "7.37", + "parsedAmount": "7370000000000000000" + }, + { + "gotchiId": "17939", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "17941", + "amount": "7.7924999999999995", + "parsedAmount": "7792499999999999500" + }, + { + "gotchiId": "17943", + "amount": "12.905000000000001", + "parsedAmount": "12905000000000001000" + }, + { + "gotchiId": "17944", + "amount": "1042.7649999999999", + "parsedAmount": "1042764999999999900000" + }, + { + "gotchiId": "17945", + "amount": "6.245", + "parsedAmount": "6245000000000000000" + }, + { + "gotchiId": "17946", + "amount": "10.0825", + "parsedAmount": "10082500000000000000" + }, + { + "gotchiId": "17947", + "amount": "52.305", + "parsedAmount": "52305000000000000000" + }, + { + "gotchiId": "17948", + "amount": "2.6425", + "parsedAmount": "2642500000000000000" + }, + { + "gotchiId": "17951", + "amount": "13.66", + "parsedAmount": "13660000000000000000" + }, + { + "gotchiId": "17952", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "17954", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "17955", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "17956", + "amount": "12.51", + "parsedAmount": "12510000000000000000" + }, + { + "gotchiId": "17957", + "amount": "12.3325", + "parsedAmount": "12332500000000000000" + }, + { + "gotchiId": "17958", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "17959", + "amount": "4.1125", + "parsedAmount": "4112500000000000000" + }, + { + "gotchiId": "17960", + "amount": "12.370000000000001", + "parsedAmount": "12370000000000001000" + }, + { + "gotchiId": "17967", + "amount": "18.0025", + "parsedAmount": "18002500000000000000" + }, + { + "gotchiId": "17969", + "amount": "11.9375", + "parsedAmount": "11937500000000000000" + }, + { + "gotchiId": "17970", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "17972", + "amount": "6.657500000000001", + "parsedAmount": "6657500000000001000" + }, + { + "gotchiId": "17973", + "amount": "17.28", + "parsedAmount": "17280000000000000000" + }, + { + "gotchiId": "17974", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "17975", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "17979", + "amount": "2.39", + "parsedAmount": "2390000000000000000" + }, + { + "gotchiId": "17981", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "17982", + "amount": "3.3925", + "parsedAmount": "3392500000000000000" + }, + { + "gotchiId": "17985", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "17986", + "amount": "13.985", + "parsedAmount": "13985000000000000000" + }, + { + "gotchiId": "17987", + "amount": "28.46", + "parsedAmount": "28460000000000000000" + }, + { + "gotchiId": "17998", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "18001", + "amount": "2.63", + "parsedAmount": "2630000000000000000" + }, + { + "gotchiId": "18002", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "18005", + "amount": "4.645", + "parsedAmount": "4645000000000000000" + }, + { + "gotchiId": "18008", + "amount": "11.1625", + "parsedAmount": "11162500000000000000" + }, + { + "gotchiId": "18009", + "amount": "124.36250000000001", + "parsedAmount": "124362500000000010000" + }, + { + "gotchiId": "18011", + "amount": "310.52", + "parsedAmount": "310520000000000000000" + }, + { + "gotchiId": "18012", + "amount": "30.177500000000002", + "parsedAmount": "30177500000000002000" + }, + { + "gotchiId": "18013", + "amount": "11.967500000000001", + "parsedAmount": "11967500000000001000" + }, + { + "gotchiId": "18017", + "amount": "9.2525", + "parsedAmount": "9252500000000000000" + }, + { + "gotchiId": "18018", + "amount": "11.06", + "parsedAmount": "11060000000000000000" + }, + { + "gotchiId": "18019", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "18020", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "18028", + "amount": "16.659999999999997", + "parsedAmount": "16659999999999997000" + }, + { + "gotchiId": "18031", + "amount": "10.79", + "parsedAmount": "10790000000000000000" + }, + { + "gotchiId": "18034", + "amount": "9.2025", + "parsedAmount": "9202500000000000000" + }, + { + "gotchiId": "18035", + "amount": "20.6225", + "parsedAmount": "20622500000000000000" + }, + { + "gotchiId": "18036", + "amount": "15.6175", + "parsedAmount": "15617500000000000000" + }, + { + "gotchiId": "18040", + "amount": "2.665", + "parsedAmount": "2665000000000000000" + }, + { + "gotchiId": "18041", + "amount": "19.365000000000002", + "parsedAmount": "19365000000000002000" + }, + { + "gotchiId": "18044", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "18046", + "amount": "9.7875", + "parsedAmount": "9787500000000000000" + }, + { + "gotchiId": "18048", + "amount": "14.0075", + "parsedAmount": "14007500000000000000" + }, + { + "gotchiId": "18050", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "18051", + "amount": "24.447499999999998", + "parsedAmount": "24447499999999998000" + }, + { + "gotchiId": "18052", + "amount": "9.787500000000001", + "parsedAmount": "9787500000000001000" + }, + { + "gotchiId": "18053", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "18054", + "amount": "25.975", + "parsedAmount": "25975000000000000000" + }, + { + "gotchiId": "18057", + "amount": "8.0925", + "parsedAmount": "8092500000000000000" + }, + { + "gotchiId": "18058", + "amount": "16.385", + "parsedAmount": "16385000000000000000" + }, + { + "gotchiId": "18059", + "amount": "9.28", + "parsedAmount": "9280000000000000000" + }, + { + "gotchiId": "18061", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "18064", + "amount": "29.697499999999998", + "parsedAmount": "29697499999999998000" + }, + { + "gotchiId": "18065", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "18066", + "amount": "13.432500000000001", + "parsedAmount": "13432500000000001000" + }, + { + "gotchiId": "18067", + "amount": "13.13", + "parsedAmount": "13130000000000000000" + }, + { + "gotchiId": "18070", + "amount": "2.015", + "parsedAmount": "2015000000000000000" + }, + { + "gotchiId": "18071", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "18072", + "amount": "12.387500000000001", + "parsedAmount": "12387500000000001000" + }, + { + "gotchiId": "18073", + "amount": "7.605", + "parsedAmount": "7605000000000000000" + }, + { + "gotchiId": "18074", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "18077", + "amount": "11.135000000000002", + "parsedAmount": "11135000000000002000" + }, + { + "gotchiId": "18081", + "amount": "43.917500000000004", + "parsedAmount": "43917500000000004000" + }, + { + "gotchiId": "18084", + "amount": "8.655", + "parsedAmount": "8655000000000000000" + }, + { + "gotchiId": "18085", + "amount": "14.315", + "parsedAmount": "14315000000000000000" + }, + { + "gotchiId": "18087", + "amount": "8.059999999999999", + "parsedAmount": "8059999999999999000" + }, + { + "gotchiId": "18089", + "amount": "13.1175", + "parsedAmount": "13117500000000000000" + }, + { + "gotchiId": "18091", + "amount": "6.0775", + "parsedAmount": "6077500000000000000" + }, + { + "gotchiId": "18092", + "amount": "10.43", + "parsedAmount": "10430000000000000000" + }, + { + "gotchiId": "18093", + "amount": "16.067500000000003", + "parsedAmount": "16067500000000003000" + }, + { + "gotchiId": "18101", + "amount": "12.625", + "parsedAmount": "12625000000000000000" + }, + { + "gotchiId": "18103", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "18106", + "amount": "15.635", + "parsedAmount": "15635000000000000000" + }, + { + "gotchiId": "18107", + "amount": "18.335", + "parsedAmount": "18335000000000000000" + }, + { + "gotchiId": "18108", + "amount": "8.0275", + "parsedAmount": "8027500000000000000" + }, + { + "gotchiId": "18109", + "amount": "13.204999999999998", + "parsedAmount": "13204999999999998000" + }, + { + "gotchiId": "18110", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "18111", + "amount": "72.0275", + "parsedAmount": "72027500000000000000" + }, + { + "gotchiId": "18112", + "amount": "11.915", + "parsedAmount": "11915000000000000000" + }, + { + "gotchiId": "18114", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "18116", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "18118", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "18119", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "18120", + "amount": "45.25", + "parsedAmount": "45250000000000000000" + }, + { + "gotchiId": "18121", + "amount": "18.975", + "parsedAmount": "18975000000000000000" + }, + { + "gotchiId": "18123", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "18124", + "amount": "19.8475", + "parsedAmount": "19847500000000000000" + }, + { + "gotchiId": "18126", + "amount": "44.8125", + "parsedAmount": "44812500000000000000" + }, + { + "gotchiId": "18127", + "amount": "7.15", + "parsedAmount": "7150000000000000000" + }, + { + "gotchiId": "18129", + "amount": "5.385", + "parsedAmount": "5385000000000000000" + }, + { + "gotchiId": "18134", + "amount": "25.505", + "parsedAmount": "25505000000000000000" + }, + { + "gotchiId": "18136", + "amount": "12.0475", + "parsedAmount": "12047500000000000000" + }, + { + "gotchiId": "18138", + "amount": "15.2625", + "parsedAmount": "15262500000000000000" + }, + { + "gotchiId": "18140", + "amount": "15.2075", + "parsedAmount": "15207500000000000000" + }, + { + "gotchiId": "18141", + "amount": "10.5975", + "parsedAmount": "10597500000000000000" + }, + { + "gotchiId": "18142", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "18143", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "18145", + "amount": "34.6225", + "parsedAmount": "34622500000000000000" + }, + { + "gotchiId": "18146", + "amount": "9.377500000000001", + "parsedAmount": "9377500000000001000" + }, + { + "gotchiId": "18149", + "amount": "2.0425", + "parsedAmount": "2042500000000000000" + }, + { + "gotchiId": "18150", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "18151", + "amount": "5.395", + "parsedAmount": "5395000000000000000" + }, + { + "gotchiId": "18152", + "amount": "20.385", + "parsedAmount": "20385000000000000000" + }, + { + "gotchiId": "18153", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "18155", + "amount": "3.5375", + "parsedAmount": "3537500000000000000" + }, + { + "gotchiId": "18156", + "amount": "11.625", + "parsedAmount": "11625000000000000000" + }, + { + "gotchiId": "18162", + "amount": "6.3175", + "parsedAmount": "6317500000000000000" + }, + { + "gotchiId": "18163", + "amount": "6.915", + "parsedAmount": "6915000000000000000" + }, + { + "gotchiId": "18164", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "18166", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "18168", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "18169", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "18170", + "amount": "90.525", + "parsedAmount": "90525000000000000000" + }, + { + "gotchiId": "18174", + "amount": "17.705", + "parsedAmount": "17705000000000000000" + }, + { + "gotchiId": "18175", + "amount": "14.362499999999999", + "parsedAmount": "14362499999999999000" + }, + { + "gotchiId": "18178", + "amount": "8.8325", + "parsedAmount": "8832500000000000000" + }, + { + "gotchiId": "18182", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "18184", + "amount": "11.8525", + "parsedAmount": "11852500000000000000" + }, + { + "gotchiId": "18185", + "amount": "25.2675", + "parsedAmount": "25267500000000000000" + }, + { + "gotchiId": "18186", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "18190", + "amount": "10.2025", + "parsedAmount": "10202500000000000000" + }, + { + "gotchiId": "18193", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "18194", + "amount": "8.22", + "parsedAmount": "8220000000000000000" + }, + { + "gotchiId": "18196", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "18198", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "18201", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "18204", + "amount": "21.8475", + "parsedAmount": "21847500000000000000" + }, + { + "gotchiId": "18207", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "18208", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "18210", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "18215", + "amount": "11.0025", + "parsedAmount": "11002500000000000000" + }, + { + "gotchiId": "18217", + "amount": "5.279999999999999", + "parsedAmount": "5279999999999999000" + }, + { + "gotchiId": "18218", + "amount": "8.434999999999999", + "parsedAmount": "8434999999999999000" + }, + { + "gotchiId": "18221", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "18224", + "amount": "12.635", + "parsedAmount": "12635000000000000000" + }, + { + "gotchiId": "18227", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "18228", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "18229", + "amount": "12.85", + "parsedAmount": "12850000000000000000" + }, + { + "gotchiId": "18231", + "amount": "31.290000000000003", + "parsedAmount": "31290000000000003000" + }, + { + "gotchiId": "18233", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "18234", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "18235", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "18236", + "amount": "13.4175", + "parsedAmount": "13417500000000000000" + }, + { + "gotchiId": "18237", + "amount": "7.5649999999999995", + "parsedAmount": "7564999999999999500" + }, + { + "gotchiId": "18239", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "18240", + "amount": "5.470000000000001", + "parsedAmount": "5470000000000001000" + }, + { + "gotchiId": "18244", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "18245", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "18247", + "amount": "26.654999999999998", + "parsedAmount": "26654999999999998000" + }, + { + "gotchiId": "18248", + "amount": "4.7250000000000005", + "parsedAmount": "4725000000000000500" + }, + { + "gotchiId": "18249", + "amount": "714.8775", + "parsedAmount": "714877500000000000000" + }, + { + "gotchiId": "18252", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "18256", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "18257", + "amount": "3.9", + "parsedAmount": "3900000000000000000" + }, + { + "gotchiId": "18258", + "amount": "192.2025", + "parsedAmount": "192202500000000000000" + }, + { + "gotchiId": "18259", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "18262", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "18263", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "18265", + "amount": "13.415", + "parsedAmount": "13415000000000000000" + }, + { + "gotchiId": "18267", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "18273", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "18275", + "amount": "7.9675", + "parsedAmount": "7967500000000000000" + }, + { + "gotchiId": "18280", + "amount": "46.45", + "parsedAmount": "46450000000000000000" + }, + { + "gotchiId": "18283", + "amount": "12.2325", + "parsedAmount": "12232500000000000000" + }, + { + "gotchiId": "18284", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "18287", + "amount": "45.79", + "parsedAmount": "45790000000000000000" + }, + { + "gotchiId": "18291", + "amount": "18.7375", + "parsedAmount": "18737500000000000000" + }, + { + "gotchiId": "18292", + "amount": "69.435", + "parsedAmount": "69435000000000000000" + }, + { + "gotchiId": "18293", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "18295", + "amount": "12.065", + "parsedAmount": "12065000000000000000" + }, + { + "gotchiId": "18296", + "amount": "15.620000000000001", + "parsedAmount": "15620000000000001000" + }, + { + "gotchiId": "18298", + "amount": "22.775", + "parsedAmount": "22775000000000000000" + }, + { + "gotchiId": "18300", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "18304", + "amount": "20.159999999999997", + "parsedAmount": "20159999999999997000" + }, + { + "gotchiId": "18305", + "amount": "11.7075", + "parsedAmount": "11707500000000000000" + }, + { + "gotchiId": "18306", + "amount": "8.185", + "parsedAmount": "8185000000000000000" + }, + { + "gotchiId": "18308", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "18309", + "amount": "12.662500000000001", + "parsedAmount": "12662500000000001000" + }, + { + "gotchiId": "18313", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "18314", + "amount": "13.825", + "parsedAmount": "13825000000000000000" + }, + { + "gotchiId": "18319", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "18320", + "amount": "8.65", + "parsedAmount": "8650000000000000000" + }, + { + "gotchiId": "18324", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "18327", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "18328", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "18330", + "amount": "37.9825", + "parsedAmount": "37982500000000000000" + }, + { + "gotchiId": "18332", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "18338", + "amount": "22.102500000000003", + "parsedAmount": "22102500000000003000" + }, + { + "gotchiId": "18339", + "amount": "46.607499999999995", + "parsedAmount": "46607499999999995000" + }, + { + "gotchiId": "18340", + "amount": "33.3725", + "parsedAmount": "33372500000000000000" + }, + { + "gotchiId": "18348", + "amount": "9.265", + "parsedAmount": "9265000000000000000" + }, + { + "gotchiId": "18349", + "amount": "12.2425", + "parsedAmount": "12242500000000000000" + }, + { + "gotchiId": "18352", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "18354", + "amount": "11.635", + "parsedAmount": "11635000000000000000" + }, + { + "gotchiId": "18356", + "amount": "17.1325", + "parsedAmount": "17132500000000000000" + }, + { + "gotchiId": "18357", + "amount": "2.02", + "parsedAmount": "2020000000000000000" + }, + { + "gotchiId": "18360", + "amount": "11.717500000000001", + "parsedAmount": "11717500000000001000" + }, + { + "gotchiId": "18361", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "18362", + "amount": "6.395", + "parsedAmount": "6395000000000000000" + }, + { + "gotchiId": "18363", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "18367", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "18368", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "18370", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "18371", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "18372", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "18374", + "amount": "13.9925", + "parsedAmount": "13992500000000000000" + }, + { + "gotchiId": "18375", + "amount": "10.45", + "parsedAmount": "10450000000000000000" + }, + { + "gotchiId": "18376", + "amount": "2.035", + "parsedAmount": "2035000000000000000" + }, + { + "gotchiId": "18378", + "amount": "2.65", + "parsedAmount": "2650000000000000000" + }, + { + "gotchiId": "18379", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "18383", + "amount": "20.385", + "parsedAmount": "20385000000000000000" + }, + { + "gotchiId": "18385", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "18387", + "amount": "12.272499999999999", + "parsedAmount": "12272499999999999000" + }, + { + "gotchiId": "18389", + "amount": "8.877500000000001", + "parsedAmount": "8877500000000001000" + }, + { + "gotchiId": "18390", + "amount": "6.0825", + "parsedAmount": "6082500000000000000" + }, + { + "gotchiId": "18391", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "18392", + "amount": "7.282500000000001", + "parsedAmount": "7282500000000001000" + }, + { + "gotchiId": "18393", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "18397", + "amount": "11.06", + "parsedAmount": "11060000000000000000" + }, + { + "gotchiId": "18399", + "amount": "17.91", + "parsedAmount": "17910000000000000000" + }, + { + "gotchiId": "18400", + "amount": "91.7525", + "parsedAmount": "91752500000000000000" + }, + { + "gotchiId": "18401", + "amount": "14.0175", + "parsedAmount": "14017500000000000000" + }, + { + "gotchiId": "18402", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "18403", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "18404", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "18405", + "amount": "11.6675", + "parsedAmount": "11667500000000000000" + }, + { + "gotchiId": "18406", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "18408", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "18411", + "amount": "1272.1025000000002", + "parsedAmount": "1272102500000000200000" + }, + { + "gotchiId": "18412", + "amount": "10.365", + "parsedAmount": "10365000000000000000" + }, + { + "gotchiId": "18415", + "amount": "17.3825", + "parsedAmount": "17382500000000000000" + }, + { + "gotchiId": "18422", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "18426", + "amount": "12.7525", + "parsedAmount": "12752500000000000000" + }, + { + "gotchiId": "18427", + "amount": "12.335", + "parsedAmount": "12335000000000000000" + }, + { + "gotchiId": "18428", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "18431", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "18432", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "18433", + "amount": "14.98", + "parsedAmount": "14980000000000000000" + }, + { + "gotchiId": "18434", + "amount": "85.6", + "parsedAmount": "85600000000000000000" + }, + { + "gotchiId": "18438", + "amount": "21.6075", + "parsedAmount": "21607500000000000000" + }, + { + "gotchiId": "18441", + "amount": "36.485", + "parsedAmount": "36485000000000000000" + }, + { + "gotchiId": "18445", + "amount": "23.017500000000002", + "parsedAmount": "23017500000000002000" + }, + { + "gotchiId": "18447", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "18449", + "amount": "13.7875", + "parsedAmount": "13787500000000000000" + }, + { + "gotchiId": "18452", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "18453", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "18454", + "amount": "3.075", + "parsedAmount": "3075000000000000000" + }, + { + "gotchiId": "18459", + "amount": "6.9575000000000005", + "parsedAmount": "6957500000000000500" + }, + { + "gotchiId": "18460", + "amount": "12.635000000000002", + "parsedAmount": "12635000000000002000" + }, + { + "gotchiId": "18464", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "18466", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "18467", + "amount": "101.0725", + "parsedAmount": "101072500000000000000" + }, + { + "gotchiId": "18469", + "amount": "50.3725", + "parsedAmount": "50372500000000000000" + }, + { + "gotchiId": "18470", + "amount": "32.209999999999994", + "parsedAmount": "32209999999999994000" + }, + { + "gotchiId": "18472", + "amount": "12.58", + "parsedAmount": "12580000000000000000" + }, + { + "gotchiId": "18473", + "amount": "14.3825", + "parsedAmount": "14382500000000000000" + }, + { + "gotchiId": "18474", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "18475", + "amount": "2.18", + "parsedAmount": "2180000000000000000" + }, + { + "gotchiId": "18476", + "amount": "14.565", + "parsedAmount": "14565000000000000000" + }, + { + "gotchiId": "18477", + "amount": "75.58", + "parsedAmount": "75580000000000000000" + }, + { + "gotchiId": "18480", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "18481", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "18483", + "amount": "12.6625", + "parsedAmount": "12662500000000000000" + }, + { + "gotchiId": "18485", + "amount": "14.4825", + "parsedAmount": "14482500000000000000" + }, + { + "gotchiId": "18486", + "amount": "13.685", + "parsedAmount": "13685000000000000000" + }, + { + "gotchiId": "18487", + "amount": "24.072499999999998", + "parsedAmount": "24072499999999998000" + }, + { + "gotchiId": "18490", + "amount": "6.609999999999999", + "parsedAmount": "6609999999999999000" + }, + { + "gotchiId": "18491", + "amount": "83.94", + "parsedAmount": "83940000000000000000" + }, + { + "gotchiId": "18492", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "18493", + "amount": "3.855", + "parsedAmount": "3855000000000000000" + }, + { + "gotchiId": "18494", + "amount": "35.885", + "parsedAmount": "35885000000000000000" + }, + { + "gotchiId": "18495", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "18497", + "amount": "42.46750000000001", + "parsedAmount": "42467500000000010000" + }, + { + "gotchiId": "18499", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "18501", + "amount": "11.2825", + "parsedAmount": "11282500000000000000" + }, + { + "gotchiId": "18506", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "18508", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "18510", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "18516", + "amount": "12.165000000000001", + "parsedAmount": "12165000000000001000" + }, + { + "gotchiId": "18518", + "amount": "7.532500000000001", + "parsedAmount": "7532500000000001000" + }, + { + "gotchiId": "18520", + "amount": "19.6625", + "parsedAmount": "19662500000000000000" + }, + { + "gotchiId": "18522", + "amount": "17.6025", + "parsedAmount": "17602500000000000000" + }, + { + "gotchiId": "18525", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "18530", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "18531", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "18534", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "18535", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "18537", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "18539", + "amount": "18.7725", + "parsedAmount": "18772500000000000000" + }, + { + "gotchiId": "18542", + "amount": "33.64", + "parsedAmount": "33640000000000000000" + }, + { + "gotchiId": "18545", + "amount": "15.5075", + "parsedAmount": "15507500000000000000" + }, + { + "gotchiId": "18549", + "amount": "14.670000000000002", + "parsedAmount": "14670000000000002000" + }, + { + "gotchiId": "18550", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "18554", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "18556", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "18557", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "18558", + "amount": "20.402499999999996", + "parsedAmount": "20402499999999996000" + }, + { + "gotchiId": "18562", + "amount": "7.9275", + "parsedAmount": "7927500000000000000" + }, + { + "gotchiId": "18565", + "amount": "13.085", + "parsedAmount": "13085000000000000000" + }, + { + "gotchiId": "18567", + "amount": "20.155", + "parsedAmount": "20155000000000000000" + }, + { + "gotchiId": "18568", + "amount": "10.0225", + "parsedAmount": "10022500000000000000" + }, + { + "gotchiId": "18573", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "18574", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "18576", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "18577", + "amount": "12.504999999999999", + "parsedAmount": "12504999999999999000" + }, + { + "gotchiId": "18578", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "18579", + "amount": "10.515", + "parsedAmount": "10515000000000000000" + }, + { + "gotchiId": "18584", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "18586", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "18588", + "amount": "8.897499999999999", + "parsedAmount": "8897499999999999000" + }, + { + "gotchiId": "18590", + "amount": "10.942499999999999", + "parsedAmount": "10942499999999999000" + }, + { + "gotchiId": "18591", + "amount": "25.4525", + "parsedAmount": "25452500000000000000" + }, + { + "gotchiId": "18593", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "18594", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "18595", + "amount": "12.0175", + "parsedAmount": "12017500000000000000" + }, + { + "gotchiId": "18600", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "18603", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "18607", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "18609", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "18610", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "18612", + "amount": "24.285", + "parsedAmount": "24285000000000000000" + }, + { + "gotchiId": "18613", + "amount": "16.65", + "parsedAmount": "16650000000000000000" + }, + { + "gotchiId": "18619", + "amount": "26.75", + "parsedAmount": "26750000000000000000" + }, + { + "gotchiId": "18620", + "amount": "20.390000000000004", + "parsedAmount": "20390000000000004000" + }, + { + "gotchiId": "18623", + "amount": "18.255", + "parsedAmount": "18255000000000000000" + }, + { + "gotchiId": "18624", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "18626", + "amount": "13.79", + "parsedAmount": "13790000000000000000" + }, + { + "gotchiId": "18627", + "amount": "5.3149999999999995", + "parsedAmount": "5314999999999999500" + }, + { + "gotchiId": "18629", + "amount": "4.824999999999999", + "parsedAmount": "4824999999999999000" + }, + { + "gotchiId": "18630", + "amount": "9.8875", + "parsedAmount": "9887500000000000000" + }, + { + "gotchiId": "18633", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "18634", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "18636", + "amount": "11.695", + "parsedAmount": "11695000000000000000" + }, + { + "gotchiId": "18641", + "amount": "7.8975", + "parsedAmount": "7897500000000000000" + }, + { + "gotchiId": "18642", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "18645", + "amount": "27.875", + "parsedAmount": "27875000000000000000" + }, + { + "gotchiId": "18648", + "amount": "18.354999999999997", + "parsedAmount": "18354999999999997000" + }, + { + "gotchiId": "18649", + "amount": "12.455", + "parsedAmount": "12455000000000000000" + }, + { + "gotchiId": "18650", + "amount": "332.6875", + "parsedAmount": "332687500000000000000" + }, + { + "gotchiId": "18651", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "18653", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "18661", + "amount": "40.8925", + "parsedAmount": "40892500000000000000" + }, + { + "gotchiId": "18662", + "amount": "21.455", + "parsedAmount": "21455000000000000000" + }, + { + "gotchiId": "18663", + "amount": "68.375", + "parsedAmount": "68375000000000000000" + }, + { + "gotchiId": "18664", + "amount": "6.89", + "parsedAmount": "6890000000000000000" + }, + { + "gotchiId": "18665", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "18667", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "18673", + "amount": "12.2275", + "parsedAmount": "12227500000000000000" + }, + { + "gotchiId": "18676", + "amount": "9.425", + "parsedAmount": "9425000000000000000" + }, + { + "gotchiId": "18677", + "amount": "17.2825", + "parsedAmount": "17282500000000000000" + }, + { + "gotchiId": "18678", + "amount": "19.12", + "parsedAmount": "19120000000000000000" + }, + { + "gotchiId": "18680", + "amount": "9.865", + "parsedAmount": "9865000000000000000" + }, + { + "gotchiId": "18681", + "amount": "7.4675", + "parsedAmount": "7467500000000000000" + }, + { + "gotchiId": "18685", + "amount": "53.73250000000001", + "parsedAmount": "53732500000000010000" + }, + { + "gotchiId": "18687", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "18688", + "amount": "7.9725", + "parsedAmount": "7972500000000000000" + }, + { + "gotchiId": "18691", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "18693", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "18695", + "amount": "7.13", + "parsedAmount": "7130000000000000000" + }, + { + "gotchiId": "18698", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "18702", + "amount": "29.3925", + "parsedAmount": "29392500000000000000" + }, + { + "gotchiId": "18704", + "amount": "9.99", + "parsedAmount": "9990000000000000000" + }, + { + "gotchiId": "18710", + "amount": "6.9425", + "parsedAmount": "6942500000000000000" + }, + { + "gotchiId": "18713", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "18719", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "18721", + "amount": "8.6375", + "parsedAmount": "8637500000000000000" + }, + { + "gotchiId": "18724", + "amount": "7.1725", + "parsedAmount": "7172500000000000000" + }, + { + "gotchiId": "18729", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "18731", + "amount": "3.7625", + "parsedAmount": "3762500000000000000" + }, + { + "gotchiId": "18734", + "amount": "38.330000000000005", + "parsedAmount": "38330000000000005000" + }, + { + "gotchiId": "18737", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "18740", + "amount": "19.01", + "parsedAmount": "19010000000000000000" + }, + { + "gotchiId": "18741", + "amount": "4.3025", + "parsedAmount": "4302500000000000000" + }, + { + "gotchiId": "18742", + "amount": "22.795", + "parsedAmount": "22795000000000000000" + }, + { + "gotchiId": "18745", + "amount": "14.9575", + "parsedAmount": "14957500000000000000" + }, + { + "gotchiId": "18749", + "amount": "12.71", + "parsedAmount": "12710000000000000000" + }, + { + "gotchiId": "18752", + "amount": "12.625", + "parsedAmount": "12625000000000000000" + }, + { + "gotchiId": "18753", + "amount": "20.380000000000003", + "parsedAmount": "20380000000000003000" + }, + { + "gotchiId": "18755", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "18756", + "amount": "13.2425", + "parsedAmount": "13242500000000000000" + }, + { + "gotchiId": "18762", + "amount": "18.1825", + "parsedAmount": "18182500000000000000" + }, + { + "gotchiId": "18764", + "amount": "36.0175", + "parsedAmount": "36017500000000000000" + }, + { + "gotchiId": "18765", + "amount": "4.765000000000001", + "parsedAmount": "4765000000000001000" + }, + { + "gotchiId": "18771", + "amount": "7.449999999999999", + "parsedAmount": "7449999999999999000" + }, + { + "gotchiId": "18772", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "18774", + "amount": "3.1975", + "parsedAmount": "3197500000000000000" + }, + { + "gotchiId": "18775", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "18777", + "amount": "35.964999999999996", + "parsedAmount": "35964999999999996000" + }, + { + "gotchiId": "18780", + "amount": "11.6425", + "parsedAmount": "11642500000000000000" + }, + { + "gotchiId": "18782", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "18786", + "amount": "16.0975", + "parsedAmount": "16097500000000000000" + }, + { + "gotchiId": "18792", + "amount": "5.422499999999999", + "parsedAmount": "5422499999999999000" + }, + { + "gotchiId": "18801", + "amount": "8.16", + "parsedAmount": "8160000000000000000" + }, + { + "gotchiId": "18802", + "amount": "2.185", + "parsedAmount": "2185000000000000000" + }, + { + "gotchiId": "18803", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "18804", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "18807", + "amount": "34.2875", + "parsedAmount": "34287500000000000000" + }, + { + "gotchiId": "18808", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "18810", + "amount": "49.3275", + "parsedAmount": "49327500000000000000" + }, + { + "gotchiId": "18814", + "amount": "13.04", + "parsedAmount": "13040000000000000000" + }, + { + "gotchiId": "18816", + "amount": "4.9975000000000005", + "parsedAmount": "4997500000000000500" + }, + { + "gotchiId": "18819", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "18820", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "18825", + "amount": "3.2625", + "parsedAmount": "3262500000000000000" + }, + { + "gotchiId": "18827", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "18829", + "amount": "10.122499999999999", + "parsedAmount": "10122499999999999000" + }, + { + "gotchiId": "18835", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "18836", + "amount": "15.05", + "parsedAmount": "15050000000000000000" + }, + { + "gotchiId": "18839", + "amount": "15.129999999999999", + "parsedAmount": "15129999999999999000" + }, + { + "gotchiId": "18840", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "18842", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "18844", + "amount": "25.2175", + "parsedAmount": "25217500000000000000" + }, + { + "gotchiId": "18845", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "18850", + "amount": "7.705", + "parsedAmount": "7705000000000000000" + }, + { + "gotchiId": "18852", + "amount": "7.1225000000000005", + "parsedAmount": "7122500000000000500" + }, + { + "gotchiId": "18853", + "amount": "14.120000000000001", + "parsedAmount": "14120000000000001000" + }, + { + "gotchiId": "18854", + "amount": "32.0475", + "parsedAmount": "32047500000000000000" + }, + { + "gotchiId": "18856", + "amount": "29.5375", + "parsedAmount": "29537500000000000000" + }, + { + "gotchiId": "18857", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "18858", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "18859", + "amount": "34.8175", + "parsedAmount": "34817500000000000000" + }, + { + "gotchiId": "18861", + "amount": "15.662500000000001", + "parsedAmount": "15662500000000001000" + }, + { + "gotchiId": "18862", + "amount": "6.9", + "parsedAmount": "6900000000000000000" + }, + { + "gotchiId": "18865", + "amount": "6.9275", + "parsedAmount": "6927500000000000000" + }, + { + "gotchiId": "18866", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "18867", + "amount": "9.0275", + "parsedAmount": "9027500000000000000" + }, + { + "gotchiId": "18869", + "amount": "11.782499999999999", + "parsedAmount": "11782499999999999000" + }, + { + "gotchiId": "18870", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "18871", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "18872", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "18873", + "amount": "107.05749999999999", + "parsedAmount": "107057499999999990000" + }, + { + "gotchiId": "18874", + "amount": "12.1825", + "parsedAmount": "12182500000000000000" + }, + { + "gotchiId": "18875", + "amount": "15.950000000000003", + "parsedAmount": "15950000000000003000" + }, + { + "gotchiId": "18877", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "18879", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "18883", + "amount": "27.2675", + "parsedAmount": "27267500000000000000" + }, + { + "gotchiId": "18887", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "18889", + "amount": "5.327500000000001", + "parsedAmount": "5327500000000001000" + }, + { + "gotchiId": "18891", + "amount": "3.5375", + "parsedAmount": "3537500000000000000" + }, + { + "gotchiId": "18892", + "amount": "10.6875", + "parsedAmount": "10687500000000000000" + }, + { + "gotchiId": "18893", + "amount": "6.0825", + "parsedAmount": "6082500000000000000" + }, + { + "gotchiId": "18896", + "amount": "13.0325", + "parsedAmount": "13032500000000000000" + }, + { + "gotchiId": "18898", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "18899", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "18900", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "18901", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "18902", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "18904", + "amount": "33.925", + "parsedAmount": "33925000000000000000" + }, + { + "gotchiId": "18905", + "amount": "12.495000000000001", + "parsedAmount": "12495000000000001000" + }, + { + "gotchiId": "18908", + "amount": "24.0925", + "parsedAmount": "24092500000000000000" + }, + { + "gotchiId": "18910", + "amount": "24.285", + "parsedAmount": "24285000000000000000" + }, + { + "gotchiId": "18911", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "18915", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "18916", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "18917", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "18919", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "18926", + "amount": "10.6375", + "parsedAmount": "10637500000000000000" + }, + { + "gotchiId": "18928", + "amount": "9.21", + "parsedAmount": "9210000000000000000" + }, + { + "gotchiId": "18929", + "amount": "7.6475", + "parsedAmount": "7647500000000000000" + }, + { + "gotchiId": "18931", + "amount": "8.592500000000001", + "parsedAmount": "8592500000000001000" + }, + { + "gotchiId": "18935", + "amount": "20.0625", + "parsedAmount": "20062500000000000000" + }, + { + "gotchiId": "18936", + "amount": "11.155", + "parsedAmount": "11155000000000000000" + }, + { + "gotchiId": "18938", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "18939", + "amount": "23.1175", + "parsedAmount": "23117500000000000000" + }, + { + "gotchiId": "18942", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "18943", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "18948", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "18950", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "18952", + "amount": "10.175", + "parsedAmount": "10175000000000000000" + }, + { + "gotchiId": "18954", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "18957", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "18960", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "18962", + "amount": "9.8925", + "parsedAmount": "9892500000000000000" + }, + { + "gotchiId": "18964", + "amount": "8.51", + "parsedAmount": "8510000000000000000" + }, + { + "gotchiId": "18965", + "amount": "18.4725", + "parsedAmount": "18472500000000000000" + }, + { + "gotchiId": "18966", + "amount": "9.03", + "parsedAmount": "9030000000000000000" + }, + { + "gotchiId": "18968", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "18972", + "amount": "2.5175", + "parsedAmount": "2517500000000000000" + } + ], + "totalAmount": "10143190000000000128500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558617, + "gasUsed": "9154468" + }, + { + "batchIndex": 18, + "transactionHash": "0x06c7fac709dc60225f213a7942f8f192c59ef1623e0e9baab31b068b61eaf769", + "timestamp": "2025-10-08T06:56:21.524Z", + "gotchiRewards": [ + { + "gotchiId": "18975", + "amount": "14.8625", + "parsedAmount": "14862500000000000000" + }, + { + "gotchiId": "18977", + "amount": "9.965", + "parsedAmount": "9965000000000000000" + }, + { + "gotchiId": "18978", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "18979", + "amount": "95.4075", + "parsedAmount": "95407500000000000000" + }, + { + "gotchiId": "18982", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "18984", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "18985", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "18986", + "amount": "15.0675", + "parsedAmount": "15067500000000000000" + }, + { + "gotchiId": "18988", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "18990", + "amount": "15.290000000000001", + "parsedAmount": "15290000000000001000" + }, + { + "gotchiId": "18995", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "18996", + "amount": "92.325", + "parsedAmount": "92325000000000000000" + }, + { + "gotchiId": "19005", + "amount": "52.445", + "parsedAmount": "52445000000000000000" + }, + { + "gotchiId": "19006", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "19007", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "19008", + "amount": "16.490000000000002", + "parsedAmount": "16490000000000002000" + }, + { + "gotchiId": "19009", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "19010", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "19012", + "amount": "18.642500000000002", + "parsedAmount": "18642500000000002000" + }, + { + "gotchiId": "19014", + "amount": "22.0825", + "parsedAmount": "22082500000000000000" + }, + { + "gotchiId": "19015", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "19016", + "amount": "588.305", + "parsedAmount": "588305000000000000000" + }, + { + "gotchiId": "19019", + "amount": "129.9425", + "parsedAmount": "129942500000000000000" + }, + { + "gotchiId": "19020", + "amount": "11.3475", + "parsedAmount": "11347500000000000000" + }, + { + "gotchiId": "19023", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "19027", + "amount": "10.2925", + "parsedAmount": "10292500000000000000" + }, + { + "gotchiId": "19030", + "amount": "49.9825", + "parsedAmount": "49982500000000000000" + }, + { + "gotchiId": "19032", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + }, + { + "gotchiId": "19033", + "amount": "21.4", + "parsedAmount": "21400000000000000000" + }, + { + "gotchiId": "19036", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "19037", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "19045", + "amount": "8.719999999999999", + "parsedAmount": "8719999999999999000" + }, + { + "gotchiId": "19048", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "19050", + "amount": "3.55", + "parsedAmount": "3550000000000000000" + }, + { + "gotchiId": "19053", + "amount": "13.6775", + "parsedAmount": "13677500000000000000" + }, + { + "gotchiId": "19054", + "amount": "10.42", + "parsedAmount": "10420000000000000000" + }, + { + "gotchiId": "19055", + "amount": "48.9775", + "parsedAmount": "48977500000000000000" + }, + { + "gotchiId": "19056", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "19059", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "19062", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "19064", + "amount": "14.81", + "parsedAmount": "14810000000000000000" + }, + { + "gotchiId": "19066", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "19067", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "19073", + "amount": "13.6925", + "parsedAmount": "13692500000000000000" + }, + { + "gotchiId": "19079", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "19081", + "amount": "22.22", + "parsedAmount": "22220000000000000000" + }, + { + "gotchiId": "19082", + "amount": "12.4975", + "parsedAmount": "12497500000000000000" + }, + { + "gotchiId": "19083", + "amount": "2.6175", + "parsedAmount": "2617500000000000000" + }, + { + "gotchiId": "19085", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "19086", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "19088", + "amount": "6.515000000000001", + "parsedAmount": "6515000000000001000" + }, + { + "gotchiId": "19093", + "amount": "6.97", + "parsedAmount": "6970000000000000000" + }, + { + "gotchiId": "19095", + "amount": "3346.2650000000003", + "parsedAmount": "3346265000000000300000" + }, + { + "gotchiId": "19096", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "19099", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "19101", + "amount": "11.4825", + "parsedAmount": "11482500000000000000" + }, + { + "gotchiId": "19103", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "19109", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "19110", + "amount": "7.115", + "parsedAmount": "7115000000000000000" + }, + { + "gotchiId": "19111", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "19112", + "amount": "13.6025", + "parsedAmount": "13602500000000000000" + }, + { + "gotchiId": "19114", + "amount": "52.7825", + "parsedAmount": "52782500000000000000" + }, + { + "gotchiId": "19116", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "19118", + "amount": "6.484999999999999", + "parsedAmount": "6484999999999999000" + }, + { + "gotchiId": "19119", + "amount": "4.8075", + "parsedAmount": "4807500000000000000" + }, + { + "gotchiId": "19123", + "amount": "17.3275", + "parsedAmount": "17327500000000000000" + }, + { + "gotchiId": "19125", + "amount": "34.9925", + "parsedAmount": "34992500000000000000" + }, + { + "gotchiId": "19126", + "amount": "12.45", + "parsedAmount": "12450000000000000000" + }, + { + "gotchiId": "19127", + "amount": "3.5475", + "parsedAmount": "3547500000000000000" + }, + { + "gotchiId": "19130", + "amount": "6.245", + "parsedAmount": "6245000000000000000" + }, + { + "gotchiId": "19131", + "amount": "46.574999999999996", + "parsedAmount": "46574999999999996000" + }, + { + "gotchiId": "19134", + "amount": "37.7", + "parsedAmount": "37700000000000000000" + }, + { + "gotchiId": "19137", + "amount": "21.8875", + "parsedAmount": "21887500000000000000" + }, + { + "gotchiId": "19140", + "amount": "30.05", + "parsedAmount": "30050000000000000000" + }, + { + "gotchiId": "19141", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "19143", + "amount": "339.21250000000003", + "parsedAmount": "339212500000000030000" + }, + { + "gotchiId": "19144", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "19146", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "19148", + "amount": "16.990000000000002", + "parsedAmount": "16990000000000002000" + }, + { + "gotchiId": "19151", + "amount": "18.2175", + "parsedAmount": "18217500000000000000" + }, + { + "gotchiId": "19154", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "19155", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "19156", + "amount": "12.879999999999999", + "parsedAmount": "12879999999999999000" + }, + { + "gotchiId": "19157", + "amount": "16.130000000000003", + "parsedAmount": "16130000000000003000" + }, + { + "gotchiId": "19161", + "amount": "8.032499999999999", + "parsedAmount": "8032499999999999000" + }, + { + "gotchiId": "19162", + "amount": "9.754999999999999", + "parsedAmount": "9754999999999999000" + }, + { + "gotchiId": "19163", + "amount": "53.714999999999996", + "parsedAmount": "53714999999999996000" + }, + { + "gotchiId": "19164", + "amount": "9.89", + "parsedAmount": "9890000000000000000" + }, + { + "gotchiId": "19165", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "19169", + "amount": "5.345", + "parsedAmount": "5345000000000000000" + }, + { + "gotchiId": "19170", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "19171", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "19172", + "amount": "513.955", + "parsedAmount": "513955000000000000000" + }, + { + "gotchiId": "19174", + "amount": "38.025", + "parsedAmount": "38025000000000000000" + }, + { + "gotchiId": "19175", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "19176", + "amount": "9.43", + "parsedAmount": "9430000000000000000" + }, + { + "gotchiId": "19177", + "amount": "15.834999999999999", + "parsedAmount": "15834999999999999000" + }, + { + "gotchiId": "19178", + "amount": "7.922499999999999", + "parsedAmount": "7922499999999999000" + }, + { + "gotchiId": "19182", + "amount": "6.1275", + "parsedAmount": "6127500000000000000" + }, + { + "gotchiId": "19184", + "amount": "5.365", + "parsedAmount": "5365000000000000000" + }, + { + "gotchiId": "19186", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "19189", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "19191", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "19198", + "amount": "20.075000000000003", + "parsedAmount": "20075000000000003000" + }, + { + "gotchiId": "19199", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "19200", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "19201", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "19203", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "19206", + "amount": "9.62", + "parsedAmount": "9620000000000000000" + }, + { + "gotchiId": "19207", + "amount": "26.7375", + "parsedAmount": "26737500000000000000" + }, + { + "gotchiId": "19208", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "19209", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "19210", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "19211", + "amount": "10.905", + "parsedAmount": "10905000000000000000" + }, + { + "gotchiId": "19212", + "amount": "14.2175", + "parsedAmount": "14217500000000000000" + }, + { + "gotchiId": "19215", + "amount": "53.54", + "parsedAmount": "53540000000000000000" + }, + { + "gotchiId": "19216", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "19219", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "19220", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "19221", + "amount": "70.67500000000001", + "parsedAmount": "70675000000000010000" + }, + { + "gotchiId": "19222", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "19225", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "19229", + "amount": "29.925", + "parsedAmount": "29925000000000000000" + }, + { + "gotchiId": "19230", + "amount": "7.6850000000000005", + "parsedAmount": "7685000000000000500" + }, + { + "gotchiId": "19234", + "amount": "15.5", + "parsedAmount": "15500000000000000000" + }, + { + "gotchiId": "19236", + "amount": "6.59", + "parsedAmount": "6590000000000000000" + }, + { + "gotchiId": "19237", + "amount": "10.7225", + "parsedAmount": "10722500000000000000" + }, + { + "gotchiId": "19239", + "amount": "7.7475000000000005", + "parsedAmount": "7747500000000000500" + }, + { + "gotchiId": "19241", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "19243", + "amount": "10.1075", + "parsedAmount": "10107500000000000000" + }, + { + "gotchiId": "19245", + "amount": "7.8875", + "parsedAmount": "7887500000000000000" + }, + { + "gotchiId": "19246", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "19247", + "amount": "17.509999999999998", + "parsedAmount": "17509999999999998000" + }, + { + "gotchiId": "19249", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "19250", + "amount": "17.26", + "parsedAmount": "17260000000000000000" + }, + { + "gotchiId": "19252", + "amount": "12.4825", + "parsedAmount": "12482500000000000000" + }, + { + "gotchiId": "19255", + "amount": "14.107499999999998", + "parsedAmount": "14107499999999998000" + }, + { + "gotchiId": "19258", + "amount": "4.1375", + "parsedAmount": "4137500000000000000" + }, + { + "gotchiId": "19259", + "amount": "6.17", + "parsedAmount": "6170000000000000000" + }, + { + "gotchiId": "19260", + "amount": "99.30000000000001", + "parsedAmount": "99300000000000010000" + }, + { + "gotchiId": "19262", + "amount": "9.485", + "parsedAmount": "9485000000000000000" + }, + { + "gotchiId": "19263", + "amount": "12.1325", + "parsedAmount": "12132500000000000000" + }, + { + "gotchiId": "19265", + "amount": "11.442499999999999", + "parsedAmount": "11442499999999999000" + }, + { + "gotchiId": "19266", + "amount": "22.9125", + "parsedAmount": "22912500000000000000" + }, + { + "gotchiId": "19269", + "amount": "7.38", + "parsedAmount": "7380000000000000000" + }, + { + "gotchiId": "19272", + "amount": "12.965", + "parsedAmount": "12965000000000000000" + }, + { + "gotchiId": "19274", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "19277", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "19278", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "19279", + "amount": "53.082499999999996", + "parsedAmount": "53082499999999996000" + }, + { + "gotchiId": "19280", + "amount": "12.1", + "parsedAmount": "12100000000000000000" + }, + { + "gotchiId": "19283", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "19284", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "19287", + "amount": "8.254999999999999", + "parsedAmount": "8254999999999999000" + }, + { + "gotchiId": "19288", + "amount": "14.625", + "parsedAmount": "14625000000000000000" + }, + { + "gotchiId": "19289", + "amount": "5.67", + "parsedAmount": "5670000000000000000" + }, + { + "gotchiId": "19291", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "19292", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "19293", + "amount": "15.9875", + "parsedAmount": "15987500000000000000" + }, + { + "gotchiId": "19294", + "amount": "21.2925", + "parsedAmount": "21292500000000000000" + }, + { + "gotchiId": "19295", + "amount": "142.9", + "parsedAmount": "142900000000000000000" + }, + { + "gotchiId": "19299", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "19300", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "19302", + "amount": "10.865", + "parsedAmount": "10865000000000000000" + }, + { + "gotchiId": "19304", + "amount": "40.015", + "parsedAmount": "40015000000000000000" + }, + { + "gotchiId": "19307", + "amount": "13.1175", + "parsedAmount": "13117500000000000000" + }, + { + "gotchiId": "19312", + "amount": "18.41", + "parsedAmount": "18410000000000000000" + }, + { + "gotchiId": "19313", + "amount": "4.675", + "parsedAmount": "4675000000000000000" + }, + { + "gotchiId": "19315", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "19317", + "amount": "13.475", + "parsedAmount": "13475000000000000000" + }, + { + "gotchiId": "19318", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "19320", + "amount": "34.96", + "parsedAmount": "34960000000000000000" + }, + { + "gotchiId": "19321", + "amount": "58.0075", + "parsedAmount": "58007500000000000000" + }, + { + "gotchiId": "19322", + "amount": "13.184999999999999", + "parsedAmount": "13184999999999999000" + }, + { + "gotchiId": "19324", + "amount": "29.627499999999998", + "parsedAmount": "29627499999999998000" + }, + { + "gotchiId": "19325", + "amount": "3.77", + "parsedAmount": "3770000000000000000" + }, + { + "gotchiId": "19327", + "amount": "13.8725", + "parsedAmount": "13872500000000000000" + }, + { + "gotchiId": "19330", + "amount": "11.7025", + "parsedAmount": "11702500000000000000" + }, + { + "gotchiId": "19332", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "19335", + "amount": "20.657500000000002", + "parsedAmount": "20657500000000002000" + }, + { + "gotchiId": "19336", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "19337", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "19341", + "amount": "7.362500000000001", + "parsedAmount": "7362500000000001000" + }, + { + "gotchiId": "19343", + "amount": "117.9125", + "parsedAmount": "117912500000000000000" + }, + { + "gotchiId": "19345", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "19347", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "19348", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "19349", + "amount": "4.01", + "parsedAmount": "4010000000000000000" + }, + { + "gotchiId": "19351", + "amount": "11.2675", + "parsedAmount": "11267500000000000000" + }, + { + "gotchiId": "19354", + "amount": "4.4275", + "parsedAmount": "4427500000000000000" + }, + { + "gotchiId": "19355", + "amount": "46.464999999999996", + "parsedAmount": "46464999999999996000" + }, + { + "gotchiId": "19356", + "amount": "4.825", + "parsedAmount": "4825000000000000000" + }, + { + "gotchiId": "19359", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "19360", + "amount": "13.207500000000001", + "parsedAmount": "13207500000000001000" + }, + { + "gotchiId": "19362", + "amount": "11.925", + "parsedAmount": "11925000000000000000" + }, + { + "gotchiId": "19364", + "amount": "10.0725", + "parsedAmount": "10072500000000000000" + }, + { + "gotchiId": "19371", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "19373", + "amount": "26.6", + "parsedAmount": "26600000000000000000" + }, + { + "gotchiId": "19374", + "amount": "12.385", + "parsedAmount": "12385000000000000000" + }, + { + "gotchiId": "19380", + "amount": "14.92", + "parsedAmount": "14920000000000000000" + }, + { + "gotchiId": "19381", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "19382", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "19388", + "amount": "50.51", + "parsedAmount": "50510000000000000000" + }, + { + "gotchiId": "19390", + "amount": "16.052500000000002", + "parsedAmount": "16052500000000002000" + }, + { + "gotchiId": "19395", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "19398", + "amount": "6.4125", + "parsedAmount": "6412500000000000000" + }, + { + "gotchiId": "19401", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "19402", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "19403", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "19405", + "amount": "19.5925", + "parsedAmount": "19592500000000000000" + }, + { + "gotchiId": "19406", + "amount": "22.8825", + "parsedAmount": "22882500000000000000" + }, + { + "gotchiId": "19408", + "amount": "28.36", + "parsedAmount": "28360000000000000000" + }, + { + "gotchiId": "19410", + "amount": "16.345", + "parsedAmount": "16345000000000000000" + }, + { + "gotchiId": "19412", + "amount": "12.267500000000002", + "parsedAmount": "12267500000000002000" + }, + { + "gotchiId": "19415", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "19416", + "amount": "3.2075", + "parsedAmount": "3207500000000000000" + }, + { + "gotchiId": "19417", + "amount": "3.24", + "parsedAmount": "3240000000000000000" + }, + { + "gotchiId": "19420", + "amount": "19.21", + "parsedAmount": "19210000000000000000" + }, + { + "gotchiId": "19422", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "19424", + "amount": "27.975", + "parsedAmount": "27975000000000000000" + }, + { + "gotchiId": "19425", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "19426", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "19429", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "19430", + "amount": "9.4875", + "parsedAmount": "9487500000000000000" + }, + { + "gotchiId": "19433", + "amount": "4.9375", + "parsedAmount": "4937500000000000000" + }, + { + "gotchiId": "19434", + "amount": "20.349999999999998", + "parsedAmount": "20349999999999998000" + }, + { + "gotchiId": "19435", + "amount": "18.21", + "parsedAmount": "18210000000000000000" + }, + { + "gotchiId": "19436", + "amount": "5.8725000000000005", + "parsedAmount": "5872500000000000500" + }, + { + "gotchiId": "19438", + "amount": "14.1725", + "parsedAmount": "14172500000000000000" + }, + { + "gotchiId": "19441", + "amount": "13.49", + "parsedAmount": "13490000000000000000" + }, + { + "gotchiId": "19443", + "amount": "3.34", + "parsedAmount": "3340000000000000000" + }, + { + "gotchiId": "19446", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "19447", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "19449", + "amount": "14.094999999999999", + "parsedAmount": "14094999999999999000" + }, + { + "gotchiId": "19450", + "amount": "10.7725", + "parsedAmount": "10772500000000000000" + }, + { + "gotchiId": "19451", + "amount": "19.025", + "parsedAmount": "19025000000000000000" + }, + { + "gotchiId": "19452", + "amount": "16.61", + "parsedAmount": "16610000000000000000" + }, + { + "gotchiId": "19453", + "amount": "10.4625", + "parsedAmount": "10462500000000000000" + }, + { + "gotchiId": "19457", + "amount": "92.9875", + "parsedAmount": "92987500000000000000" + }, + { + "gotchiId": "19458", + "amount": "13.2125", + "parsedAmount": "13212500000000000000" + }, + { + "gotchiId": "19459", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "19462", + "amount": "14.7875", + "parsedAmount": "14787500000000000000" + }, + { + "gotchiId": "19463", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "19464", + "amount": "33.599999999999994", + "parsedAmount": "33599999999999994000" + }, + { + "gotchiId": "19465", + "amount": "3.1625", + "parsedAmount": "3162500000000000000" + }, + { + "gotchiId": "19467", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "19468", + "amount": "8.885", + "parsedAmount": "8885000000000000000" + }, + { + "gotchiId": "19469", + "amount": "16.634999999999998", + "parsedAmount": "16634999999999998000" + }, + { + "gotchiId": "19470", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "19472", + "amount": "16.2325", + "parsedAmount": "16232500000000000000" + }, + { + "gotchiId": "19475", + "amount": "14.9875", + "parsedAmount": "14987500000000000000" + }, + { + "gotchiId": "19478", + "amount": "13.02", + "parsedAmount": "13020000000000000000" + }, + { + "gotchiId": "19481", + "amount": "12.07", + "parsedAmount": "12070000000000000000" + }, + { + "gotchiId": "19485", + "amount": "5.8625", + "parsedAmount": "5862500000000000000" + }, + { + "gotchiId": "19486", + "amount": "11.8125", + "parsedAmount": "11812500000000000000" + }, + { + "gotchiId": "19487", + "amount": "7.234999999999999", + "parsedAmount": "7234999999999999000" + }, + { + "gotchiId": "19489", + "amount": "13.5125", + "parsedAmount": "13512500000000000000" + }, + { + "gotchiId": "19491", + "amount": "14.3", + "parsedAmount": "14300000000000000000" + }, + { + "gotchiId": "19492", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "19495", + "amount": "19.05", + "parsedAmount": "19050000000000000000" + }, + { + "gotchiId": "19496", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "19497", + "amount": "38.482499999999995", + "parsedAmount": "38482499999999995000" + }, + { + "gotchiId": "19499", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "19501", + "amount": "8.8325", + "parsedAmount": "8832500000000000000" + }, + { + "gotchiId": "19504", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "19505", + "amount": "21.9075", + "parsedAmount": "21907500000000000000" + }, + { + "gotchiId": "19507", + "amount": "12.5225", + "parsedAmount": "12522500000000000000" + }, + { + "gotchiId": "19510", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "19511", + "amount": "22.19", + "parsedAmount": "22190000000000000000" + }, + { + "gotchiId": "19512", + "amount": "20.6225", + "parsedAmount": "20622500000000000000" + }, + { + "gotchiId": "19514", + "amount": "3.145", + "parsedAmount": "3145000000000000000" + }, + { + "gotchiId": "19515", + "amount": "3.545", + "parsedAmount": "3545000000000000000" + }, + { + "gotchiId": "19518", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "19521", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "19526", + "amount": "28.06", + "parsedAmount": "28060000000000000000" + }, + { + "gotchiId": "19527", + "amount": "3.8575", + "parsedAmount": "3857500000000000000" + }, + { + "gotchiId": "19534", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "19535", + "amount": "195.835", + "parsedAmount": "195835000000000000000" + }, + { + "gotchiId": "19536", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "19537", + "amount": "19.765", + "parsedAmount": "19765000000000000000" + }, + { + "gotchiId": "19538", + "amount": "25.2725", + "parsedAmount": "25272500000000000000" + }, + { + "gotchiId": "19540", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "19543", + "amount": "6.4025", + "parsedAmount": "6402500000000000000" + }, + { + "gotchiId": "19545", + "amount": "10.7275", + "parsedAmount": "10727500000000000000" + }, + { + "gotchiId": "19546", + "amount": "2.9875", + "parsedAmount": "2987500000000000000" + }, + { + "gotchiId": "19548", + "amount": "36.355000000000004", + "parsedAmount": "36355000000000004000" + }, + { + "gotchiId": "19549", + "amount": "14.8425", + "parsedAmount": "14842500000000000000" + }, + { + "gotchiId": "19553", + "amount": "48.7925", + "parsedAmount": "48792500000000000000" + }, + { + "gotchiId": "19554", + "amount": "5.89", + "parsedAmount": "5890000000000000000" + }, + { + "gotchiId": "19557", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "19558", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "19561", + "amount": "18.945", + "parsedAmount": "18945000000000000000" + }, + { + "gotchiId": "19562", + "amount": "22.9675", + "parsedAmount": "22967500000000000000" + }, + { + "gotchiId": "19564", + "amount": "15.57", + "parsedAmount": "15570000000000000000" + }, + { + "gotchiId": "19565", + "amount": "5.34", + "parsedAmount": "5340000000000000000" + }, + { + "gotchiId": "19566", + "amount": "3.0075", + "parsedAmount": "3007500000000000000" + }, + { + "gotchiId": "19568", + "amount": "3.3825", + "parsedAmount": "3382500000000000000" + }, + { + "gotchiId": "19569", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "19570", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "19571", + "amount": "26.7525", + "parsedAmount": "26752500000000000000" + }, + { + "gotchiId": "19572", + "amount": "26.3125", + "parsedAmount": "26312500000000000000" + }, + { + "gotchiId": "19574", + "amount": "53.515", + "parsedAmount": "53515000000000000000" + }, + { + "gotchiId": "19577", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "19579", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "19581", + "amount": "21.005000000000003", + "parsedAmount": "21005000000000003000" + }, + { + "gotchiId": "19586", + "amount": "5.4025", + "parsedAmount": "5402500000000000000" + }, + { + "gotchiId": "19589", + "amount": "15.3625", + "parsedAmount": "15362500000000000000" + }, + { + "gotchiId": "19590", + "amount": "20.9625", + "parsedAmount": "20962500000000000000" + }, + { + "gotchiId": "19591", + "amount": "56.885", + "parsedAmount": "56885000000000000000" + }, + { + "gotchiId": "19592", + "amount": "9.6675", + "parsedAmount": "9667500000000000000" + }, + { + "gotchiId": "19595", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "19601", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "19602", + "amount": "34.894999999999996", + "parsedAmount": "34894999999999996000" + }, + { + "gotchiId": "19603", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "19606", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "19607", + "amount": "7.6825", + "parsedAmount": "7682500000000000000" + }, + { + "gotchiId": "19608", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "19609", + "amount": "11.67", + "parsedAmount": "11670000000000000000" + }, + { + "gotchiId": "19612", + "amount": "11.3325", + "parsedAmount": "11332500000000000000" + }, + { + "gotchiId": "19615", + "amount": "11.095", + "parsedAmount": "11095000000000000000" + }, + { + "gotchiId": "19619", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "19620", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "19621", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "19623", + "amount": "39.839999999999996", + "parsedAmount": "39839999999999996000" + }, + { + "gotchiId": "19629", + "amount": "21.012500000000003", + "parsedAmount": "21012500000000003000" + }, + { + "gotchiId": "19630", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "19631", + "amount": "7.0025", + "parsedAmount": "7002500000000000000" + }, + { + "gotchiId": "19632", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "19634", + "amount": "11.2375", + "parsedAmount": "11237500000000000000" + }, + { + "gotchiId": "19635", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "19637", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "19638", + "amount": "14.2575", + "parsedAmount": "14257500000000000000" + }, + { + "gotchiId": "19639", + "amount": "10.0325", + "parsedAmount": "10032500000000000000" + }, + { + "gotchiId": "19640", + "amount": "2.025", + "parsedAmount": "2025000000000000000" + }, + { + "gotchiId": "19644", + "amount": "4.43", + "parsedAmount": "4430000000000000000" + }, + { + "gotchiId": "19645", + "amount": "15.0775", + "parsedAmount": "15077500000000000000" + }, + { + "gotchiId": "19647", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "19648", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "19649", + "amount": "15.3275", + "parsedAmount": "15327500000000000000" + }, + { + "gotchiId": "19654", + "amount": "10.7775", + "parsedAmount": "10777500000000000000" + }, + { + "gotchiId": "19656", + "amount": "24.560000000000002", + "parsedAmount": "24560000000000002000" + }, + { + "gotchiId": "19657", + "amount": "53.857499999999995", + "parsedAmount": "53857499999999995000" + }, + { + "gotchiId": "19658", + "amount": "11.3225", + "parsedAmount": "11322500000000000000" + }, + { + "gotchiId": "19660", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19661", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "19663", + "amount": "12.575", + "parsedAmount": "12575000000000000000" + }, + { + "gotchiId": "19665", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "19669", + "amount": "144.62", + "parsedAmount": "144620000000000000000" + }, + { + "gotchiId": "19670", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "19673", + "amount": "18.12", + "parsedAmount": "18120000000000000000" + }, + { + "gotchiId": "19675", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "19677", + "amount": "3.4475", + "parsedAmount": "3447500000000000000" + }, + { + "gotchiId": "19682", + "amount": "9.4875", + "parsedAmount": "9487500000000000000" + }, + { + "gotchiId": "19683", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "19688", + "amount": "19.7675", + "parsedAmount": "19767500000000000000" + }, + { + "gotchiId": "19689", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "19690", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "19691", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "19692", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "19697", + "amount": "30.160000000000004", + "parsedAmount": "30160000000000004000" + }, + { + "gotchiId": "19700", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "19701", + "amount": "9.875", + "parsedAmount": "9875000000000000000" + }, + { + "gotchiId": "19703", + "amount": "11.355", + "parsedAmount": "11355000000000000000" + }, + { + "gotchiId": "19705", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "19710", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "19711", + "amount": "6.6275", + "parsedAmount": "6627500000000000000" + }, + { + "gotchiId": "19713", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "19715", + "amount": "3.66", + "parsedAmount": "3660000000000000000" + }, + { + "gotchiId": "19720", + "amount": "17.900000000000002", + "parsedAmount": "17900000000000002000" + }, + { + "gotchiId": "19721", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "19722", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "19723", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "19724", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "19726", + "amount": "24.2475", + "parsedAmount": "24247500000000000000" + }, + { + "gotchiId": "19727", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "19728", + "amount": "11.3975", + "parsedAmount": "11397500000000000000" + }, + { + "gotchiId": "19730", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "19734", + "amount": "22.125", + "parsedAmount": "22125000000000000000" + }, + { + "gotchiId": "19735", + "amount": "33.225", + "parsedAmount": "33225000000000000000" + }, + { + "gotchiId": "19736", + "amount": "145.3275", + "parsedAmount": "145327500000000000000" + }, + { + "gotchiId": "19740", + "amount": "11.442499999999999", + "parsedAmount": "11442499999999999000" + }, + { + "gotchiId": "19743", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "19744", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "19745", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "19746", + "amount": "8.9325", + "parsedAmount": "8932500000000000000" + }, + { + "gotchiId": "19749", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "19750", + "amount": "12.1375", + "parsedAmount": "12137500000000000000" + }, + { + "gotchiId": "19753", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "19757", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "19760", + "amount": "3.2375", + "parsedAmount": "3237500000000000000" + }, + { + "gotchiId": "19761", + "amount": "8.295", + "parsedAmount": "8295000000000000000" + }, + { + "gotchiId": "19763", + "amount": "11.6975", + "parsedAmount": "11697500000000000000" + }, + { + "gotchiId": "19764", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "19766", + "amount": "20.0575", + "parsedAmount": "20057500000000000000" + }, + { + "gotchiId": "19770", + "amount": "18.415000000000003", + "parsedAmount": "18415000000000003000" + }, + { + "gotchiId": "19773", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "19776", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "19777", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "19778", + "amount": "5.609999999999999", + "parsedAmount": "5609999999999999000" + }, + { + "gotchiId": "19779", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "19782", + "amount": "3.4475", + "parsedAmount": "3447500000000000000" + }, + { + "gotchiId": "19784", + "amount": "30.3325", + "parsedAmount": "30332500000000000000" + }, + { + "gotchiId": "19785", + "amount": "6.6225", + "parsedAmount": "6622500000000000000" + }, + { + "gotchiId": "19786", + "amount": "8.352500000000001", + "parsedAmount": "8352500000000001000" + }, + { + "gotchiId": "19787", + "amount": "14.6275", + "parsedAmount": "14627500000000000000" + }, + { + "gotchiId": "19788", + "amount": "21.4975", + "parsedAmount": "21497500000000000000" + }, + { + "gotchiId": "19789", + "amount": "22.4375", + "parsedAmount": "22437500000000000000" + }, + { + "gotchiId": "19790", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "19793", + "amount": "18.5825", + "parsedAmount": "18582500000000000000" + }, + { + "gotchiId": "19795", + "amount": "21.8475", + "parsedAmount": "21847500000000000000" + }, + { + "gotchiId": "19797", + "amount": "7.932500000000001", + "parsedAmount": "7932500000000001000" + }, + { + "gotchiId": "19799", + "amount": "17.895", + "parsedAmount": "17895000000000000000" + }, + { + "gotchiId": "19801", + "amount": "8.629999999999999", + "parsedAmount": "8629999999999999000" + }, + { + "gotchiId": "19802", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "19805", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "19808", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "19809", + "amount": "17.435", + "parsedAmount": "17435000000000000000" + }, + { + "gotchiId": "19810", + "amount": "12.4925", + "parsedAmount": "12492500000000000000" + }, + { + "gotchiId": "19811", + "amount": "17.535", + "parsedAmount": "17535000000000000000" + }, + { + "gotchiId": "19813", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "19814", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "19815", + "amount": "12.0725", + "parsedAmount": "12072500000000000000" + }, + { + "gotchiId": "19817", + "amount": "12.585", + "parsedAmount": "12585000000000000000" + }, + { + "gotchiId": "19819", + "amount": "14.8", + "parsedAmount": "14800000000000000000" + }, + { + "gotchiId": "19821", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "19823", + "amount": "10.0975", + "parsedAmount": "10097500000000000000" + }, + { + "gotchiId": "19824", + "amount": "7.522500000000001", + "parsedAmount": "7522500000000001000" + }, + { + "gotchiId": "19825", + "amount": "7.5725", + "parsedAmount": "7572500000000000000" + }, + { + "gotchiId": "19826", + "amount": "10.6675", + "parsedAmount": "10667500000000000000" + }, + { + "gotchiId": "19831", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "19834", + "amount": "23.0625", + "parsedAmount": "23062500000000000000" + }, + { + "gotchiId": "19835", + "amount": "6.217499999999999", + "parsedAmount": "6217499999999999000" + }, + { + "gotchiId": "19837", + "amount": "9.2075", + "parsedAmount": "9207500000000000000" + }, + { + "gotchiId": "19838", + "amount": "4.7975", + "parsedAmount": "4797500000000000000" + }, + { + "gotchiId": "19841", + "amount": "91.2925", + "parsedAmount": "91292500000000000000" + }, + { + "gotchiId": "19842", + "amount": "7.88", + "parsedAmount": "7880000000000000000" + }, + { + "gotchiId": "19846", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "19849", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "19850", + "amount": "72.2525", + "parsedAmount": "72252500000000000000" + }, + { + "gotchiId": "19853", + "amount": "8.530000000000001", + "parsedAmount": "8530000000000001000" + }, + { + "gotchiId": "19855", + "amount": "9.305", + "parsedAmount": "9305000000000000000" + }, + { + "gotchiId": "19858", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "19864", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "19865", + "amount": "21.8", + "parsedAmount": "21800000000000000000" + }, + { + "gotchiId": "19866", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "19867", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "19869", + "amount": "9.877500000000001", + "parsedAmount": "9877500000000001000" + }, + { + "gotchiId": "19870", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19871", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "19875", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "19877", + "amount": "10.31", + "parsedAmount": "10310000000000000000" + }, + { + "gotchiId": "19880", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "19881", + "amount": "18.9625", + "parsedAmount": "18962500000000000000" + }, + { + "gotchiId": "19883", + "amount": "26.215", + "parsedAmount": "26215000000000000000" + }, + { + "gotchiId": "19885", + "amount": "24.805", + "parsedAmount": "24805000000000000000" + }, + { + "gotchiId": "19886", + "amount": "13.6175", + "parsedAmount": "13617500000000000000" + }, + { + "gotchiId": "19887", + "amount": "6.220000000000001", + "parsedAmount": "6220000000000001000" + }, + { + "gotchiId": "19892", + "amount": "21.725", + "parsedAmount": "21725000000000000000" + }, + { + "gotchiId": "19893", + "amount": "60.85", + "parsedAmount": "60850000000000000000" + }, + { + "gotchiId": "19895", + "amount": "13.4875", + "parsedAmount": "13487500000000000000" + }, + { + "gotchiId": "19896", + "amount": "3.3475", + "parsedAmount": "3347500000000000000" + }, + { + "gotchiId": "19897", + "amount": "18.917499999999997", + "parsedAmount": "18917499999999997000" + }, + { + "gotchiId": "19898", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "19902", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "19903", + "amount": "21.5875", + "parsedAmount": "21587500000000000000" + }, + { + "gotchiId": "19905", + "amount": "6.744999999999999", + "parsedAmount": "6744999999999999000" + }, + { + "gotchiId": "19907", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "19911", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "19912", + "amount": "10.5425", + "parsedAmount": "10542500000000000000" + }, + { + "gotchiId": "19913", + "amount": "14.8625", + "parsedAmount": "14862500000000000000" + }, + { + "gotchiId": "19914", + "amount": "7.4875", + "parsedAmount": "7487500000000000000" + }, + { + "gotchiId": "19918", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "19919", + "amount": "12.7725", + "parsedAmount": "12772500000000000000" + }, + { + "gotchiId": "19920", + "amount": "24.075", + "parsedAmount": "24075000000000000000" + }, + { + "gotchiId": "19922", + "amount": "47.16", + "parsedAmount": "47160000000000000000" + }, + { + "gotchiId": "19924", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19925", + "amount": "3.2825", + "parsedAmount": "3282500000000000000" + }, + { + "gotchiId": "19926", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19927", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "19929", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "19930", + "amount": "13.834999999999999", + "parsedAmount": "13834999999999999000" + }, + { + "gotchiId": "19933", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "19937", + "amount": "91.69000000000001", + "parsedAmount": "91690000000000010000" + }, + { + "gotchiId": "19940", + "amount": "25.2625", + "parsedAmount": "25262500000000000000" + }, + { + "gotchiId": "19941", + "amount": "10.3", + "parsedAmount": "10300000000000000000" + }, + { + "gotchiId": "19942", + "amount": "22.5125", + "parsedAmount": "22512500000000000000" + }, + { + "gotchiId": "19943", + "amount": "17.567500000000003", + "parsedAmount": "17567500000000003000" + } + ], + "totalAmount": "12081282500000000343500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558618, + "gasUsed": "9360193" + }, + { + "batchIndex": 19, + "transactionHash": "0x232a0558afa614d2bda4190280d886f5c9c460fcbb76138717e72ffcafcbe943", + "timestamp": "2025-10-08T06:56:25.457Z", + "gotchiRewards": [ + { + "gotchiId": "19944", + "amount": "70.885", + "parsedAmount": "70885000000000000000" + }, + { + "gotchiId": "19946", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "19947", + "amount": "13.4275", + "parsedAmount": "13427500000000000000" + }, + { + "gotchiId": "19949", + "amount": "12.54", + "parsedAmount": "12540000000000000000" + }, + { + "gotchiId": "19954", + "amount": "9.629999999999999", + "parsedAmount": "9629999999999999000" + }, + { + "gotchiId": "19955", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "19956", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "19959", + "amount": "13.6725", + "parsedAmount": "13672500000000000000" + }, + { + "gotchiId": "19960", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "19967", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "19969", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "19970", + "amount": "93.4075", + "parsedAmount": "93407500000000000000" + }, + { + "gotchiId": "19971", + "amount": "9.2425", + "parsedAmount": "9242500000000000000" + }, + { + "gotchiId": "19973", + "amount": "17.0425", + "parsedAmount": "17042500000000000000" + }, + { + "gotchiId": "19976", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "19979", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "19980", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "19983", + "amount": "12.1425", + "parsedAmount": "12142500000000000000" + }, + { + "gotchiId": "19984", + "amount": "30.5875", + "parsedAmount": "30587500000000000000" + }, + { + "gotchiId": "19987", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "19988", + "amount": "23.119999999999997", + "parsedAmount": "23119999999999997000" + }, + { + "gotchiId": "19991", + "amount": "237.3425", + "parsedAmount": "237342500000000000000" + }, + { + "gotchiId": "19992", + "amount": "15.419999999999998", + "parsedAmount": "15419999999999998000" + }, + { + "gotchiId": "19993", + "amount": "3.62", + "parsedAmount": "3620000000000000000" + }, + { + "gotchiId": "19995", + "amount": "12.425", + "parsedAmount": "12425000000000000000" + }, + { + "gotchiId": "19996", + "amount": "7.525", + "parsedAmount": "7525000000000000000" + }, + { + "gotchiId": "19998", + "amount": "16.41", + "parsedAmount": "16410000000000000000" + }, + { + "gotchiId": "20005", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "20006", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "20007", + "amount": "14.335", + "parsedAmount": "14335000000000000000" + }, + { + "gotchiId": "20010", + "amount": "15.5275", + "parsedAmount": "15527500000000000000" + }, + { + "gotchiId": "20013", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "20014", + "amount": "10.6", + "parsedAmount": "10600000000000000000" + }, + { + "gotchiId": "20016", + "amount": "2.59", + "parsedAmount": "2590000000000000000" + }, + { + "gotchiId": "20017", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "20019", + "amount": "58.622499999999995", + "parsedAmount": "58622499999999995000" + }, + { + "gotchiId": "20021", + "amount": "10.489999999999998", + "parsedAmount": "10489999999999998000" + }, + { + "gotchiId": "20024", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "20025", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "20028", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "20029", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "20034", + "amount": "6.7875000000000005", + "parsedAmount": "6787500000000000500" + }, + { + "gotchiId": "20035", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "20036", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "20037", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "20038", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "20040", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "20041", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "20044", + "amount": "21.580000000000002", + "parsedAmount": "21580000000000002000" + }, + { + "gotchiId": "20045", + "amount": "11.2175", + "parsedAmount": "11217500000000000000" + }, + { + "gotchiId": "20049", + "amount": "10.25", + "parsedAmount": "10250000000000000000" + }, + { + "gotchiId": "20054", + "amount": "15.365", + "parsedAmount": "15365000000000000000" + }, + { + "gotchiId": "20057", + "amount": "14.19", + "parsedAmount": "14190000000000000000" + }, + { + "gotchiId": "20059", + "amount": "7.41", + "parsedAmount": "7410000000000000000" + }, + { + "gotchiId": "20060", + "amount": "18.16", + "parsedAmount": "18160000000000000000" + }, + { + "gotchiId": "20061", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "20063", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "20064", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "20065", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "20067", + "amount": "27.7525", + "parsedAmount": "27752500000000000000" + }, + { + "gotchiId": "20068", + "amount": "11.98", + "parsedAmount": "11980000000000000000" + }, + { + "gotchiId": "20069", + "amount": "33.6475", + "parsedAmount": "33647500000000000000" + }, + { + "gotchiId": "20070", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "20074", + "amount": "15.190000000000001", + "parsedAmount": "15190000000000001000" + }, + { + "gotchiId": "20075", + "amount": "11.0625", + "parsedAmount": "11062500000000000000" + }, + { + "gotchiId": "20080", + "amount": "12.217500000000001", + "parsedAmount": "12217500000000001000" + }, + { + "gotchiId": "20081", + "amount": "13.29", + "parsedAmount": "13290000000000000000" + }, + { + "gotchiId": "20082", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "20084", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "20087", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "20089", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "20092", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "20095", + "amount": "17.8675", + "parsedAmount": "17867500000000000000" + }, + { + "gotchiId": "20096", + "amount": "9.8225", + "parsedAmount": "9822500000000000000" + }, + { + "gotchiId": "20097", + "amount": "25.535", + "parsedAmount": "25535000000000000000" + }, + { + "gotchiId": "20098", + "amount": "15.14", + "parsedAmount": "15140000000000000000" + }, + { + "gotchiId": "20101", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "20104", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "20105", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "20107", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "20108", + "amount": "20.1925", + "parsedAmount": "20192500000000000000" + }, + { + "gotchiId": "20109", + "amount": "4.67", + "parsedAmount": "4670000000000000000" + }, + { + "gotchiId": "20110", + "amount": "14.29", + "parsedAmount": "14290000000000000000" + }, + { + "gotchiId": "20111", + "amount": "10.12", + "parsedAmount": "10120000000000000000" + }, + { + "gotchiId": "20113", + "amount": "13.684999999999999", + "parsedAmount": "13684999999999999000" + }, + { + "gotchiId": "20124", + "amount": "10.575", + "parsedAmount": "10575000000000000000" + }, + { + "gotchiId": "20125", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "20126", + "amount": "30.762500000000003", + "parsedAmount": "30762500000000003000" + }, + { + "gotchiId": "20127", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "20128", + "amount": "20.3075", + "parsedAmount": "20307500000000000000" + }, + { + "gotchiId": "20129", + "amount": "14.790000000000001", + "parsedAmount": "14790000000000001000" + }, + { + "gotchiId": "20130", + "amount": "60.21249999999999", + "parsedAmount": "60212499999999990000" + }, + { + "gotchiId": "20134", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "20138", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "20139", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "20140", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "20141", + "amount": "17.87", + "parsedAmount": "17870000000000000000" + }, + { + "gotchiId": "20142", + "amount": "28.127499999999998", + "parsedAmount": "28127499999999998000" + }, + { + "gotchiId": "20143", + "amount": "25.145000000000003", + "parsedAmount": "25145000000000003000" + }, + { + "gotchiId": "20144", + "amount": "5.395", + "parsedAmount": "5395000000000000000" + }, + { + "gotchiId": "20145", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "20146", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "20147", + "amount": "11.377500000000001", + "parsedAmount": "11377500000000001000" + }, + { + "gotchiId": "20151", + "amount": "27.9325", + "parsedAmount": "27932500000000000000" + }, + { + "gotchiId": "20152", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "20153", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "20154", + "amount": "15.767499999999998", + "parsedAmount": "15767499999999998000" + }, + { + "gotchiId": "20155", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "20156", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "20157", + "amount": "17.4725", + "parsedAmount": "17472500000000000000" + }, + { + "gotchiId": "20162", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "20165", + "amount": "13.5525", + "parsedAmount": "13552500000000000000" + }, + { + "gotchiId": "20170", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "20174", + "amount": "10.825000000000001", + "parsedAmount": "10825000000000001000" + }, + { + "gotchiId": "20175", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20177", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20178", + "amount": "17.78", + "parsedAmount": "17780000000000000000" + }, + { + "gotchiId": "20180", + "amount": "2.28", + "parsedAmount": "2280000000000000000" + }, + { + "gotchiId": "20182", + "amount": "3.215", + "parsedAmount": "3215000000000000000" + }, + { + "gotchiId": "20188", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "20189", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "20191", + "amount": "13.5", + "parsedAmount": "13500000000000000000" + }, + { + "gotchiId": "20192", + "amount": "14.715", + "parsedAmount": "14715000000000000000" + }, + { + "gotchiId": "20194", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "20195", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "20196", + "amount": "21.455", + "parsedAmount": "21455000000000000000" + }, + { + "gotchiId": "20197", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "20200", + "amount": "10.9625", + "parsedAmount": "10962500000000000000" + }, + { + "gotchiId": "20203", + "amount": "6.8775", + "parsedAmount": "6877500000000000000" + }, + { + "gotchiId": "20205", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "20209", + "amount": "11.027500000000002", + "parsedAmount": "11027500000000002000" + }, + { + "gotchiId": "20216", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "20217", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "20219", + "amount": "5.395", + "parsedAmount": "5395000000000000000" + }, + { + "gotchiId": "20220", + "amount": "7.325", + "parsedAmount": "7325000000000000000" + }, + { + "gotchiId": "20223", + "amount": "8.91", + "parsedAmount": "8910000000000000000" + }, + { + "gotchiId": "20225", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "20226", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "20228", + "amount": "13.48", + "parsedAmount": "13480000000000000000" + }, + { + "gotchiId": "20230", + "amount": "16.502499999999998", + "parsedAmount": "16502499999999998000" + }, + { + "gotchiId": "20231", + "amount": "8.265", + "parsedAmount": "8265000000000000000" + }, + { + "gotchiId": "20232", + "amount": "73.2325", + "parsedAmount": "73232500000000000000" + }, + { + "gotchiId": "20235", + "amount": "32.4725", + "parsedAmount": "32472500000000000000" + }, + { + "gotchiId": "20236", + "amount": "20.64", + "parsedAmount": "20640000000000000000" + }, + { + "gotchiId": "20237", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "20239", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "20241", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "20242", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "20244", + "amount": "34.265", + "parsedAmount": "34265000000000000000" + }, + { + "gotchiId": "20246", + "amount": "6.744999999999999", + "parsedAmount": "6744999999999999000" + }, + { + "gotchiId": "20247", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "20248", + "amount": "58.305", + "parsedAmount": "58305000000000000000" + }, + { + "gotchiId": "20250", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "20254", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "20255", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "20256", + "amount": "10.577499999999999", + "parsedAmount": "10577499999999999000" + }, + { + "gotchiId": "20257", + "amount": "13.88", + "parsedAmount": "13880000000000000000" + }, + { + "gotchiId": "20258", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "20259", + "amount": "6.9675", + "parsedAmount": "6967500000000000000" + }, + { + "gotchiId": "20260", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "20261", + "amount": "28.1575", + "parsedAmount": "28157500000000000000" + }, + { + "gotchiId": "20264", + "amount": "6.0725", + "parsedAmount": "6072500000000000000" + }, + { + "gotchiId": "20267", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "20268", + "amount": "12.5825", + "parsedAmount": "12582500000000000000" + }, + { + "gotchiId": "20270", + "amount": "19.130000000000003", + "parsedAmount": "19130000000000003000" + }, + { + "gotchiId": "20271", + "amount": "30.279999999999998", + "parsedAmount": "30279999999999998000" + }, + { + "gotchiId": "20272", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "20277", + "amount": "14.6925", + "parsedAmount": "14692500000000000000" + }, + { + "gotchiId": "20279", + "amount": "16.2775", + "parsedAmount": "16277500000000000000" + }, + { + "gotchiId": "20280", + "amount": "5.5525", + "parsedAmount": "5552500000000000000" + }, + { + "gotchiId": "20281", + "amount": "11.537500000000001", + "parsedAmount": "11537500000000001000" + }, + { + "gotchiId": "20283", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "20284", + "amount": "8.785", + "parsedAmount": "8785000000000000000" + }, + { + "gotchiId": "20286", + "amount": "15.125", + "parsedAmount": "15125000000000000000" + }, + { + "gotchiId": "20287", + "amount": "50.285000000000004", + "parsedAmount": "50285000000000004000" + }, + { + "gotchiId": "20291", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "20293", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "20296", + "amount": "6.442500000000001", + "parsedAmount": "6442500000000001000" + }, + { + "gotchiId": "20298", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "20299", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "20300", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "20301", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "20308", + "amount": "1922.94", + "parsedAmount": "1922940000000000000000" + }, + { + "gotchiId": "20309", + "amount": "14.2225", + "parsedAmount": "14222500000000000000" + }, + { + "gotchiId": "20311", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "20314", + "amount": "12.67", + "parsedAmount": "12670000000000000000" + }, + { + "gotchiId": "20315", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "20317", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "20318", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "20321", + "amount": "12.995000000000001", + "parsedAmount": "12995000000000001000" + }, + { + "gotchiId": "20325", + "amount": "21.5925", + "parsedAmount": "21592500000000000000" + }, + { + "gotchiId": "20329", + "amount": "2.6425", + "parsedAmount": "2642500000000000000" + }, + { + "gotchiId": "20330", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "20332", + "amount": "9.8175", + "parsedAmount": "9817500000000000000" + }, + { + "gotchiId": "20336", + "amount": "11.299999999999999", + "parsedAmount": "11299999999999999000" + }, + { + "gotchiId": "20340", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "20341", + "amount": "16.0275", + "parsedAmount": "16027500000000000000" + }, + { + "gotchiId": "20342", + "amount": "28.73", + "parsedAmount": "28730000000000000000" + }, + { + "gotchiId": "20343", + "amount": "15.565", + "parsedAmount": "15565000000000000000" + }, + { + "gotchiId": "20346", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "20347", + "amount": "15.135000000000002", + "parsedAmount": "15135000000000002000" + }, + { + "gotchiId": "20348", + "amount": "15.5575", + "parsedAmount": "15557500000000000000" + }, + { + "gotchiId": "20353", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "20357", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "20358", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "20361", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "20362", + "amount": "5.345", + "parsedAmount": "5345000000000000000" + }, + { + "gotchiId": "20363", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "20367", + "amount": "2.18", + "parsedAmount": "2180000000000000000" + }, + { + "gotchiId": "20370", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "20372", + "amount": "6.800000000000001", + "parsedAmount": "6800000000000001000" + }, + { + "gotchiId": "20374", + "amount": "89.62249999999999", + "parsedAmount": "89622499999999990000" + }, + { + "gotchiId": "20376", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "20381", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "20382", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "20386", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "20387", + "amount": "11.5775", + "parsedAmount": "11577500000000000000" + }, + { + "gotchiId": "20389", + "amount": "22.115", + "parsedAmount": "22115000000000000000" + }, + { + "gotchiId": "20391", + "amount": "18.785", + "parsedAmount": "18785000000000000000" + }, + { + "gotchiId": "20394", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "20395", + "amount": "7.539999999999999", + "parsedAmount": "7539999999999999000" + }, + { + "gotchiId": "20397", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "20398", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "20399", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "20400", + "amount": "13.415", + "parsedAmount": "13415000000000000000" + }, + { + "gotchiId": "20405", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "20407", + "amount": "13.6", + "parsedAmount": "13600000000000000000" + }, + { + "gotchiId": "20409", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "20412", + "amount": "11.3725", + "parsedAmount": "11372500000000000000" + }, + { + "gotchiId": "20418", + "amount": "10.4", + "parsedAmount": "10400000000000000000" + }, + { + "gotchiId": "20419", + "amount": "5.7975", + "parsedAmount": "5797500000000000000" + }, + { + "gotchiId": "20420", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "20421", + "amount": "7.567500000000001", + "parsedAmount": "7567500000000001000" + }, + { + "gotchiId": "20423", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "20426", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "20430", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "20431", + "amount": "5.35", + "parsedAmount": "5350000000000000000" + }, + { + "gotchiId": "20432", + "amount": "13.502500000000001", + "parsedAmount": "13502500000000001000" + }, + { + "gotchiId": "20433", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "20434", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "20435", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "20441", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "20442", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "20444", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "20449", + "amount": "102.47500000000001", + "parsedAmount": "102475000000000010000" + }, + { + "gotchiId": "20451", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "20453", + "amount": "22.61", + "parsedAmount": "22610000000000000000" + }, + { + "gotchiId": "20454", + "amount": "175.61749999999998", + "parsedAmount": "175617499999999980000" + }, + { + "gotchiId": "20455", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "20459", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "20461", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "20464", + "amount": "25.2125", + "parsedAmount": "25212500000000000000" + }, + { + "gotchiId": "20465", + "amount": "12.35", + "parsedAmount": "12350000000000000000" + }, + { + "gotchiId": "20466", + "amount": "12.767500000000002", + "parsedAmount": "12767500000000002000" + }, + { + "gotchiId": "20469", + "amount": "16.1175", + "parsedAmount": "16117500000000000000" + }, + { + "gotchiId": "20471", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "20475", + "amount": "22.029999999999998", + "parsedAmount": "22029999999999998000" + }, + { + "gotchiId": "20477", + "amount": "12.254999999999999", + "parsedAmount": "12254999999999999000" + }, + { + "gotchiId": "20478", + "amount": "60.9425", + "parsedAmount": "60942500000000000000" + }, + { + "gotchiId": "20479", + "amount": "9.855", + "parsedAmount": "9855000000000000000" + }, + { + "gotchiId": "20480", + "amount": "10.147499999999999", + "parsedAmount": "10147499999999999000" + }, + { + "gotchiId": "20481", + "amount": "19.9525", + "parsedAmount": "19952500000000000000" + }, + { + "gotchiId": "20483", + "amount": "21.354999999999997", + "parsedAmount": "21354999999999997000" + }, + { + "gotchiId": "20484", + "amount": "10.245000000000001", + "parsedAmount": "10245000000000001000" + }, + { + "gotchiId": "20487", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "20489", + "amount": "24.752499999999998", + "parsedAmount": "24752499999999998000" + }, + { + "gotchiId": "20490", + "amount": "20.715000000000003", + "parsedAmount": "20715000000000003000" + }, + { + "gotchiId": "20491", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "20494", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "20495", + "amount": "9.6375", + "parsedAmount": "9637500000000000000" + }, + { + "gotchiId": "20503", + "amount": "27.635", + "parsedAmount": "27635000000000000000" + }, + { + "gotchiId": "20509", + "amount": "12.5775", + "parsedAmount": "12577500000000000000" + }, + { + "gotchiId": "20513", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20514", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "20518", + "amount": "53.1325", + "parsedAmount": "53132500000000000000" + }, + { + "gotchiId": "20521", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20524", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "20525", + "amount": "48.58", + "parsedAmount": "48580000000000000000" + }, + { + "gotchiId": "20526", + "amount": "43.4475", + "parsedAmount": "43447500000000000000" + }, + { + "gotchiId": "20528", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "20532", + "amount": "14.2875", + "parsedAmount": "14287500000000000000" + }, + { + "gotchiId": "20536", + "amount": "12.435", + "parsedAmount": "12435000000000000000" + }, + { + "gotchiId": "20537", + "amount": "20.012500000000003", + "parsedAmount": "20012500000000003000" + }, + { + "gotchiId": "20538", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "20540", + "amount": "19.6775", + "parsedAmount": "19677500000000000000" + }, + { + "gotchiId": "20544", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "20545", + "amount": "14.8475", + "parsedAmount": "14847500000000000000" + }, + { + "gotchiId": "20547", + "amount": "5.075", + "parsedAmount": "5075000000000000000" + }, + { + "gotchiId": "20548", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "20554", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "20558", + "amount": "3.97", + "parsedAmount": "3970000000000000000" + }, + { + "gotchiId": "20559", + "amount": "9.99", + "parsedAmount": "9990000000000000000" + }, + { + "gotchiId": "20561", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "20566", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "20570", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "20571", + "amount": "6.8775", + "parsedAmount": "6877500000000000000" + }, + { + "gotchiId": "20573", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "20574", + "amount": "13.78", + "parsedAmount": "13780000000000000000" + }, + { + "gotchiId": "20575", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "20576", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "20577", + "amount": "10.515", + "parsedAmount": "10515000000000000000" + }, + { + "gotchiId": "20578", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "20579", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "20580", + "amount": "8.2625", + "parsedAmount": "8262500000000000000" + }, + { + "gotchiId": "20582", + "amount": "20.2575", + "parsedAmount": "20257500000000000000" + }, + { + "gotchiId": "20583", + "amount": "4.135", + "parsedAmount": "4135000000000000000" + }, + { + "gotchiId": "20585", + "amount": "9", + "parsedAmount": "9000000000000000000" + }, + { + "gotchiId": "20587", + "amount": "15.299999999999999", + "parsedAmount": "15299999999999999000" + }, + { + "gotchiId": "20589", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "20592", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "20596", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "20597", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "20599", + "amount": "22.27", + "parsedAmount": "22270000000000000000" + }, + { + "gotchiId": "20601", + "amount": "11.809999999999999", + "parsedAmount": "11809999999999999000" + }, + { + "gotchiId": "20603", + "amount": "4.42", + "parsedAmount": "4420000000000000000" + }, + { + "gotchiId": "20606", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "20607", + "amount": "12.61", + "parsedAmount": "12610000000000000000" + }, + { + "gotchiId": "20608", + "amount": "15.7475", + "parsedAmount": "15747500000000000000" + }, + { + "gotchiId": "20609", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "20610", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "20613", + "amount": "17.085", + "parsedAmount": "17085000000000000000" + }, + { + "gotchiId": "20615", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "20618", + "amount": "32.155", + "parsedAmount": "32155000000000000000" + }, + { + "gotchiId": "20622", + "amount": "15.945", + "parsedAmount": "15945000000000000000" + }, + { + "gotchiId": "20626", + "amount": "11.6875", + "parsedAmount": "11687500000000000000" + }, + { + "gotchiId": "20628", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "20630", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "20635", + "amount": "43.3825", + "parsedAmount": "43382500000000000000" + }, + { + "gotchiId": "20636", + "amount": "12.46", + "parsedAmount": "12460000000000000000" + }, + { + "gotchiId": "20639", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "20642", + "amount": "6.807499999999999", + "parsedAmount": "6807499999999999000" + }, + { + "gotchiId": "20643", + "amount": "14.0675", + "parsedAmount": "14067500000000000000" + }, + { + "gotchiId": "20645", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "20646", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "20647", + "amount": "14.274999999999999", + "parsedAmount": "14274999999999999000" + }, + { + "gotchiId": "20649", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "20650", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "20652", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "20653", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "20655", + "amount": "42.405", + "parsedAmount": "42405000000000000000" + }, + { + "gotchiId": "20656", + "amount": "12.255", + "parsedAmount": "12255000000000000000" + }, + { + "gotchiId": "20657", + "amount": "16.23", + "parsedAmount": "16230000000000000000" + }, + { + "gotchiId": "20658", + "amount": "21.69", + "parsedAmount": "21690000000000000000" + }, + { + "gotchiId": "20659", + "amount": "10.2425", + "parsedAmount": "10242500000000000000" + }, + { + "gotchiId": "20661", + "amount": "11.940000000000001", + "parsedAmount": "11940000000000001000" + }, + { + "gotchiId": "20662", + "amount": "23.0525", + "parsedAmount": "23052500000000000000" + }, + { + "gotchiId": "20663", + "amount": "14.6375", + "parsedAmount": "14637500000000000000" + }, + { + "gotchiId": "20664", + "amount": "11.4675", + "parsedAmount": "11467500000000000000" + }, + { + "gotchiId": "20672", + "amount": "18.035", + "parsedAmount": "18035000000000000000" + }, + { + "gotchiId": "20673", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "20674", + "amount": "10.114999999999998", + "parsedAmount": "10114999999999998000" + }, + { + "gotchiId": "20678", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "20679", + "amount": "8.0625", + "parsedAmount": "8062500000000000000" + }, + { + "gotchiId": "20680", + "amount": "32.7525", + "parsedAmount": "32752500000000000000" + }, + { + "gotchiId": "20682", + "amount": "14.9675", + "parsedAmount": "14967500000000000000" + }, + { + "gotchiId": "20683", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "20685", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "20686", + "amount": "2.33", + "parsedAmount": "2330000000000000000" + }, + { + "gotchiId": "20687", + "amount": "12.592500000000001", + "parsedAmount": "12592500000000001000" + }, + { + "gotchiId": "20691", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "20696", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "20697", + "amount": "14.2375", + "parsedAmount": "14237500000000000000" + }, + { + "gotchiId": "20698", + "amount": "17.1325", + "parsedAmount": "17132500000000000000" + }, + { + "gotchiId": "20701", + "amount": "8.7225", + "parsedAmount": "8722500000000000000" + }, + { + "gotchiId": "20704", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "20706", + "amount": "2.2075", + "parsedAmount": "2207500000000000000" + }, + { + "gotchiId": "20708", + "amount": "3.7325", + "parsedAmount": "3732500000000000000" + }, + { + "gotchiId": "20710", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "20713", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "20714", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "20715", + "amount": "16.89", + "parsedAmount": "16890000000000000000" + }, + { + "gotchiId": "20717", + "amount": "7.5975", + "parsedAmount": "7597500000000000000" + }, + { + "gotchiId": "20718", + "amount": "6.9", + "parsedAmount": "6900000000000000000" + }, + { + "gotchiId": "20721", + "amount": "10.7475", + "parsedAmount": "10747500000000000000" + }, + { + "gotchiId": "20722", + "amount": "19.402500000000003", + "parsedAmount": "19402500000000003000" + }, + { + "gotchiId": "20723", + "amount": "15.802499999999998", + "parsedAmount": "15802499999999998000" + }, + { + "gotchiId": "20728", + "amount": "14.265", + "parsedAmount": "14265000000000000000" + }, + { + "gotchiId": "20735", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "20737", + "amount": "14.862499999999999", + "parsedAmount": "14862499999999999000" + }, + { + "gotchiId": "20739", + "amount": "9.275", + "parsedAmount": "9275000000000000000" + }, + { + "gotchiId": "20740", + "amount": "15.1075", + "parsedAmount": "15107500000000000000" + }, + { + "gotchiId": "20741", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "20745", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "20746", + "amount": "2.4525", + "parsedAmount": "2452500000000000000" + }, + { + "gotchiId": "20747", + "amount": "12.48", + "parsedAmount": "12480000000000000000" + }, + { + "gotchiId": "20749", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "20750", + "amount": "14.5625", + "parsedAmount": "14562500000000000000" + }, + { + "gotchiId": "20752", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "20753", + "amount": "8.1425", + "parsedAmount": "8142500000000000000" + }, + { + "gotchiId": "20755", + "amount": "15.4525", + "parsedAmount": "15452500000000000000" + }, + { + "gotchiId": "20757", + "amount": "7.654999999999999", + "parsedAmount": "7654999999999999000" + }, + { + "gotchiId": "20758", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "20760", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "20761", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "20763", + "amount": "4.3", + "parsedAmount": "4300000000000000000" + }, + { + "gotchiId": "20764", + "amount": "10.587499999999999", + "parsedAmount": "10587499999999999000" + }, + { + "gotchiId": "20767", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "20769", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "20770", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "20771", + "amount": "22.3625", + "parsedAmount": "22362500000000000000" + }, + { + "gotchiId": "20772", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "20774", + "amount": "9.6225", + "parsedAmount": "9622500000000000000" + }, + { + "gotchiId": "20775", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "20779", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "20782", + "amount": "16.8225", + "parsedAmount": "16822500000000000000" + }, + { + "gotchiId": "20783", + "amount": "51.4525", + "parsedAmount": "51452500000000000000" + }, + { + "gotchiId": "20784", + "amount": "5.895", + "parsedAmount": "5895000000000000000" + }, + { + "gotchiId": "20786", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "20791", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "20793", + "amount": "7.735", + "parsedAmount": "7735000000000000000" + }, + { + "gotchiId": "20795", + "amount": "15.285", + "parsedAmount": "15285000000000000000" + }, + { + "gotchiId": "20797", + "amount": "10.3625", + "parsedAmount": "10362500000000000000" + }, + { + "gotchiId": "20804", + "amount": "12.4625", + "parsedAmount": "12462500000000000000" + }, + { + "gotchiId": "20805", + "amount": "17.015", + "parsedAmount": "17015000000000000000" + }, + { + "gotchiId": "20807", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "20810", + "amount": "6.782500000000001", + "parsedAmount": "6782500000000001000" + }, + { + "gotchiId": "20813", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "20815", + "amount": "15.879999999999999", + "parsedAmount": "15879999999999999000" + }, + { + "gotchiId": "20816", + "amount": "9.71", + "parsedAmount": "9710000000000000000" + }, + { + "gotchiId": "20817", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "20818", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "20821", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "20824", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "20825", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "20826", + "amount": "121.10249999999999", + "parsedAmount": "121102499999999990000" + }, + { + "gotchiId": "20827", + "amount": "21.18", + "parsedAmount": "21180000000000000000" + }, + { + "gotchiId": "20828", + "amount": "99.7825", + "parsedAmount": "99782500000000000000" + }, + { + "gotchiId": "20830", + "amount": "14.6075", + "parsedAmount": "14607500000000000000" + }, + { + "gotchiId": "20831", + "amount": "20.095", + "parsedAmount": "20095000000000000000" + }, + { + "gotchiId": "20832", + "amount": "26.759999999999998", + "parsedAmount": "26759999999999998000" + }, + { + "gotchiId": "20837", + "amount": "14.2525", + "parsedAmount": "14252500000000000000" + }, + { + "gotchiId": "20838", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "20842", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "20844", + "amount": "143.82500000000002", + "parsedAmount": "143825000000000020000" + }, + { + "gotchiId": "20845", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "20847", + "amount": "9.8425", + "parsedAmount": "9842500000000000000" + }, + { + "gotchiId": "20848", + "amount": "29.9525", + "parsedAmount": "29952500000000000000" + }, + { + "gotchiId": "20849", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "20850", + "amount": "5.225", + "parsedAmount": "5225000000000000000" + }, + { + "gotchiId": "20851", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "20852", + "amount": "14.75", + "parsedAmount": "14750000000000000000" + }, + { + "gotchiId": "20853", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "20856", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "20858", + "amount": "7.87", + "parsedAmount": "7870000000000000000" + }, + { + "gotchiId": "20861", + "amount": "12.704999999999998", + "parsedAmount": "12704999999999998000" + }, + { + "gotchiId": "20863", + "amount": "18.630000000000003", + "parsedAmount": "18630000000000003000" + }, + { + "gotchiId": "20865", + "amount": "2.5725", + "parsedAmount": "2572500000000000000" + }, + { + "gotchiId": "20867", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "20868", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "20869", + "amount": "12.89", + "parsedAmount": "12890000000000000000" + }, + { + "gotchiId": "20870", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "20872", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "20873", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "20874", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "20875", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "20877", + "amount": "12.849999999999998", + "parsedAmount": "12849999999999998000" + }, + { + "gotchiId": "20878", + "amount": "8.85", + "parsedAmount": "8850000000000000000" + }, + { + "gotchiId": "20885", + "amount": "101.4225", + "parsedAmount": "101422500000000000000" + }, + { + "gotchiId": "20887", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "20890", + "amount": "6.11", + "parsedAmount": "6110000000000000000" + }, + { + "gotchiId": "20891", + "amount": "15.2825", + "parsedAmount": "15282500000000000000" + }, + { + "gotchiId": "20896", + "amount": "2.5075", + "parsedAmount": "2507500000000000000" + }, + { + "gotchiId": "20901", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "20906", + "amount": "15.76", + "parsedAmount": "15760000000000000000" + }, + { + "gotchiId": "20909", + "amount": "60.7175", + "parsedAmount": "60717500000000000000" + }, + { + "gotchiId": "20912", + "amount": "17.534999999999997", + "parsedAmount": "17534999999999997000" + }, + { + "gotchiId": "20913", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "20915", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "20917", + "amount": "20.642500000000002", + "parsedAmount": "20642500000000002000" + }, + { + "gotchiId": "20922", + "amount": "3.4075", + "parsedAmount": "3407500000000000000" + }, + { + "gotchiId": "20927", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "20928", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "20929", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "20930", + "amount": "8.2725", + "parsedAmount": "8272500000000000000" + }, + { + "gotchiId": "20932", + "amount": "8.6225", + "parsedAmount": "8622500000000000000" + }, + { + "gotchiId": "20933", + "amount": "7.3149999999999995", + "parsedAmount": "7314999999999999500" + }, + { + "gotchiId": "20934", + "amount": "17.887500000000003", + "parsedAmount": "17887500000000003000" + }, + { + "gotchiId": "20936", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "20937", + "amount": "19.689999999999998", + "parsedAmount": "19689999999999998000" + }, + { + "gotchiId": "20941", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "20943", + "amount": "29.485", + "parsedAmount": "29485000000000000000" + }, + { + "gotchiId": "20947", + "amount": "3.64", + "parsedAmount": "3640000000000000000" + }, + { + "gotchiId": "20948", + "amount": "8.555", + "parsedAmount": "8555000000000000000" + }, + { + "gotchiId": "20950", + "amount": "4.7", + "parsedAmount": "4700000000000000000" + }, + { + "gotchiId": "20951", + "amount": "18.192500000000003", + "parsedAmount": "18192500000000003000" + }, + { + "gotchiId": "20952", + "amount": "44.765", + "parsedAmount": "44765000000000000000" + }, + { + "gotchiId": "20954", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "20955", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "20957", + "amount": "7.029999999999999", + "parsedAmount": "7029999999999999000" + }, + { + "gotchiId": "20961", + "amount": "5.375", + "parsedAmount": "5375000000000000000" + }, + { + "gotchiId": "20963", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "20964", + "amount": "56.3925", + "parsedAmount": "56392500000000000000" + } + ], + "totalAmount": "8558137499999999977000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558620, + "gasUsed": "9474629" + }, + { + "batchIndex": 20, + "transactionHash": "0xdeb5e5b3de7034b44a931c28a7261804ee9c601ee7474a1cd48e4c340a871082", + "timestamp": "2025-10-08T06:56:29.785Z", + "gotchiRewards": [ + { + "gotchiId": "20965", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "20966", + "amount": "52.8425", + "parsedAmount": "52842500000000000000" + }, + { + "gotchiId": "20970", + "amount": "16.8875", + "parsedAmount": "16887500000000000000" + }, + { + "gotchiId": "20972", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "20973", + "amount": "15.0825", + "parsedAmount": "15082500000000000000" + }, + { + "gotchiId": "20974", + "amount": "18.5525", + "parsedAmount": "18552500000000000000" + }, + { + "gotchiId": "20976", + "amount": "8.2225", + "parsedAmount": "8222500000000000000" + }, + { + "gotchiId": "20977", + "amount": "5.4", + "parsedAmount": "5400000000000000000" + }, + { + "gotchiId": "20978", + "amount": "16.2325", + "parsedAmount": "16232500000000000000" + }, + { + "gotchiId": "20982", + "amount": "8.8725", + "parsedAmount": "8872500000000000000" + }, + { + "gotchiId": "20983", + "amount": "6.18", + "parsedAmount": "6180000000000000000" + }, + { + "gotchiId": "20987", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "20988", + "amount": "16.0175", + "parsedAmount": "16017500000000000000" + }, + { + "gotchiId": "20996", + "amount": "99.2675", + "parsedAmount": "99267500000000000000" + }, + { + "gotchiId": "20997", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "21005", + "amount": "2.38", + "parsedAmount": "2380000000000000000" + }, + { + "gotchiId": "21007", + "amount": "6.994999999999999", + "parsedAmount": "6994999999999999000" + }, + { + "gotchiId": "21008", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "21009", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "21013", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "21015", + "amount": "10.3175", + "parsedAmount": "10317500000000000000" + }, + { + "gotchiId": "21018", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "21019", + "amount": "26.895", + "parsedAmount": "26895000000000000000" + }, + { + "gotchiId": "21021", + "amount": "6.265", + "parsedAmount": "6265000000000000000" + }, + { + "gotchiId": "21025", + "amount": "6.1425", + "parsedAmount": "6142500000000000000" + }, + { + "gotchiId": "21026", + "amount": "6.6225000000000005", + "parsedAmount": "6622500000000000500" + }, + { + "gotchiId": "21027", + "amount": "10.1175", + "parsedAmount": "10117500000000000000" + }, + { + "gotchiId": "21028", + "amount": "14.412500000000001", + "parsedAmount": "14412500000000001000" + }, + { + "gotchiId": "21030", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "21031", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "21032", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "21034", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "21035", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "21037", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "21038", + "amount": "21.57", + "parsedAmount": "21570000000000000000" + }, + { + "gotchiId": "21040", + "amount": "12.415", + "parsedAmount": "12415000000000000000" + }, + { + "gotchiId": "21042", + "amount": "13.690000000000001", + "parsedAmount": "13690000000000001000" + }, + { + "gotchiId": "21046", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "21047", + "amount": "34.3575", + "parsedAmount": "34357500000000000000" + }, + { + "gotchiId": "21048", + "amount": "19.78", + "parsedAmount": "19780000000000000000" + }, + { + "gotchiId": "21049", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "21055", + "amount": "6.047499999999999", + "parsedAmount": "6047499999999999000" + }, + { + "gotchiId": "21056", + "amount": "11.4075", + "parsedAmount": "11407500000000000000" + }, + { + "gotchiId": "21059", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "21060", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "21061", + "amount": "18.622500000000002", + "parsedAmount": "18622500000000002000" + }, + { + "gotchiId": "21064", + "amount": "30.1275", + "parsedAmount": "30127500000000000000" + }, + { + "gotchiId": "21066", + "amount": "15.95", + "parsedAmount": "15950000000000000000" + }, + { + "gotchiId": "21067", + "amount": "10.4625", + "parsedAmount": "10462500000000000000" + }, + { + "gotchiId": "21071", + "amount": "9.075", + "parsedAmount": "9075000000000000000" + }, + { + "gotchiId": "21075", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "21077", + "amount": "8.6475", + "parsedAmount": "8647500000000000000" + }, + { + "gotchiId": "21080", + "amount": "5.967499999999999", + "parsedAmount": "5967499999999999000" + }, + { + "gotchiId": "21082", + "amount": "50.155", + "parsedAmount": "50155000000000000000" + }, + { + "gotchiId": "21085", + "amount": "5.405", + "parsedAmount": "5405000000000000000" + }, + { + "gotchiId": "21090", + "amount": "12.264999999999999", + "parsedAmount": "12264999999999999000" + }, + { + "gotchiId": "21091", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "21093", + "amount": "18.5825", + "parsedAmount": "18582500000000000000" + }, + { + "gotchiId": "21094", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "21095", + "amount": "5.3875", + "parsedAmount": "5387500000000000000" + }, + { + "gotchiId": "21098", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "21100", + "amount": "23.1325", + "parsedAmount": "23132500000000000000" + }, + { + "gotchiId": "21101", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "21103", + "amount": "23.24", + "parsedAmount": "23240000000000000000" + }, + { + "gotchiId": "21105", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "21107", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "21108", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "21110", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "21113", + "amount": "26.427500000000002", + "parsedAmount": "26427500000000002000" + }, + { + "gotchiId": "21114", + "amount": "25.6625", + "parsedAmount": "25662500000000000000" + }, + { + "gotchiId": "21115", + "amount": "16.095", + "parsedAmount": "16095000000000000000" + }, + { + "gotchiId": "21121", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "21124", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "21125", + "amount": "25.689999999999998", + "parsedAmount": "25689999999999998000" + }, + { + "gotchiId": "21126", + "amount": "27.737499999999997", + "parsedAmount": "27737499999999997000" + }, + { + "gotchiId": "21127", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "21130", + "amount": "21.88", + "parsedAmount": "21880000000000000000" + }, + { + "gotchiId": "21131", + "amount": "9.457500000000001", + "parsedAmount": "9457500000000001000" + }, + { + "gotchiId": "21133", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "21134", + "amount": "35.527499999999996", + "parsedAmount": "35527499999999996000" + }, + { + "gotchiId": "21135", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "21136", + "amount": "9.405000000000001", + "parsedAmount": "9405000000000001000" + }, + { + "gotchiId": "21140", + "amount": "10.925", + "parsedAmount": "10925000000000000000" + }, + { + "gotchiId": "21142", + "amount": "6.7875000000000005", + "parsedAmount": "6787500000000000500" + }, + { + "gotchiId": "21143", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "21145", + "amount": "12.5425", + "parsedAmount": "12542500000000000000" + }, + { + "gotchiId": "21148", + "amount": "6.665000000000001", + "parsedAmount": "6665000000000001000" + }, + { + "gotchiId": "21152", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "21153", + "amount": "3.755", + "parsedAmount": "3755000000000000000" + }, + { + "gotchiId": "21154", + "amount": "98.08500000000001", + "parsedAmount": "98085000000000010000" + }, + { + "gotchiId": "21155", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "21157", + "amount": "13.0875", + "parsedAmount": "13087500000000000000" + }, + { + "gotchiId": "21158", + "amount": "13.8975", + "parsedAmount": "13897500000000000000" + }, + { + "gotchiId": "21159", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "21160", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21162", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "21163", + "amount": "21.63", + "parsedAmount": "21630000000000000000" + }, + { + "gotchiId": "21171", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "21172", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "21173", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "21177", + "amount": "10.8575", + "parsedAmount": "10857500000000000000" + }, + { + "gotchiId": "21179", + "amount": "19.14", + "parsedAmount": "19140000000000000000" + }, + { + "gotchiId": "21181", + "amount": "13.594999999999999", + "parsedAmount": "13594999999999999000" + }, + { + "gotchiId": "21182", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "21184", + "amount": "7.8075", + "parsedAmount": "7807500000000000000" + }, + { + "gotchiId": "21185", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "21186", + "amount": "16.244999999999997", + "parsedAmount": "16244999999999997000" + }, + { + "gotchiId": "21188", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "21189", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "21191", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "21199", + "amount": "23.9625", + "parsedAmount": "23962500000000000000" + }, + { + "gotchiId": "21204", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "21207", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "21209", + "amount": "15.670000000000002", + "parsedAmount": "15670000000000002000" + }, + { + "gotchiId": "21211", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "21214", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "21215", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "21219", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "21220", + "amount": "12.45", + "parsedAmount": "12450000000000000000" + }, + { + "gotchiId": "21223", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "21226", + "amount": "19.455", + "parsedAmount": "19455000000000000000" + }, + { + "gotchiId": "21227", + "amount": "2.56", + "parsedAmount": "2560000000000000000" + }, + { + "gotchiId": "21228", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "21229", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "21230", + "amount": "91.35", + "parsedAmount": "91350000000000000000" + }, + { + "gotchiId": "21231", + "amount": "22.485", + "parsedAmount": "22485000000000000000" + }, + { + "gotchiId": "21232", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "21233", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "21236", + "amount": "14.915", + "parsedAmount": "14915000000000000000" + }, + { + "gotchiId": "21237", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "21238", + "amount": "21.5425", + "parsedAmount": "21542500000000000000" + }, + { + "gotchiId": "21241", + "amount": "17.3425", + "parsedAmount": "17342500000000000000" + }, + { + "gotchiId": "21243", + "amount": "25.977500000000003", + "parsedAmount": "25977500000000003000" + }, + { + "gotchiId": "21244", + "amount": "2.1425", + "parsedAmount": "2142500000000000000" + }, + { + "gotchiId": "21245", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "21248", + "amount": "22.47", + "parsedAmount": "22470000000000000000" + }, + { + "gotchiId": "21249", + "amount": "28.027500000000003", + "parsedAmount": "28027500000000003000" + }, + { + "gotchiId": "21250", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "21252", + "amount": "8.7175", + "parsedAmount": "8717500000000000000" + }, + { + "gotchiId": "21253", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "21255", + "amount": "12.68", + "parsedAmount": "12680000000000000000" + }, + { + "gotchiId": "21257", + "amount": "20.542500000000004", + "parsedAmount": "20542500000000004000" + }, + { + "gotchiId": "21258", + "amount": "10.5425", + "parsedAmount": "10542500000000000000" + }, + { + "gotchiId": "21259", + "amount": "20.169999999999998", + "parsedAmount": "20169999999999998000" + }, + { + "gotchiId": "21261", + "amount": "13.7675", + "parsedAmount": "13767500000000000000" + }, + { + "gotchiId": "21262", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "21263", + "amount": "8.42", + "parsedAmount": "8420000000000000000" + }, + { + "gotchiId": "21264", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "21268", + "amount": "39.13", + "parsedAmount": "39130000000000000000" + }, + { + "gotchiId": "21277", + "amount": "9.53", + "parsedAmount": "9530000000000000000" + }, + { + "gotchiId": "21278", + "amount": "28.887500000000003", + "parsedAmount": "28887500000000003000" + }, + { + "gotchiId": "21280", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "21282", + "amount": "17.285", + "parsedAmount": "17285000000000000000" + }, + { + "gotchiId": "21283", + "amount": "12.135", + "parsedAmount": "12135000000000000000" + }, + { + "gotchiId": "21284", + "amount": "12.790000000000001", + "parsedAmount": "12790000000000001000" + }, + { + "gotchiId": "21291", + "amount": "7.385", + "parsedAmount": "7385000000000000000" + }, + { + "gotchiId": "21295", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "21296", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "21299", + "amount": "26.2425", + "parsedAmount": "26242500000000000000" + }, + { + "gotchiId": "21302", + "amount": "18.65", + "parsedAmount": "18650000000000000000" + }, + { + "gotchiId": "21303", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "21305", + "amount": "15.645", + "parsedAmount": "15645000000000000000" + }, + { + "gotchiId": "21306", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "21307", + "amount": "6.7025", + "parsedAmount": "6702500000000000000" + }, + { + "gotchiId": "21308", + "amount": "11.4125", + "parsedAmount": "11412500000000000000" + }, + { + "gotchiId": "21309", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "21311", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "21312", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "21316", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "21320", + "amount": "94.18249999999999", + "parsedAmount": "94182499999999990000" + }, + { + "gotchiId": "21322", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "21323", + "amount": "46.2475", + "parsedAmount": "46247500000000000000" + }, + { + "gotchiId": "21325", + "amount": "10.805", + "parsedAmount": "10805000000000000000" + }, + { + "gotchiId": "21326", + "amount": "17.47", + "parsedAmount": "17470000000000000000" + }, + { + "gotchiId": "21331", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "21332", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "21334", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "21337", + "amount": "36.667500000000004", + "parsedAmount": "36667500000000004000" + }, + { + "gotchiId": "21338", + "amount": "36.15", + "parsedAmount": "36150000000000000000" + }, + { + "gotchiId": "21339", + "amount": "3.2075", + "parsedAmount": "3207500000000000000" + }, + { + "gotchiId": "21341", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "21347", + "amount": "14.35", + "parsedAmount": "14350000000000000000" + }, + { + "gotchiId": "21349", + "amount": "11.5275", + "parsedAmount": "11527500000000000000" + }, + { + "gotchiId": "21350", + "amount": "23.622500000000002", + "parsedAmount": "23622500000000002000" + }, + { + "gotchiId": "21351", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "21352", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "21353", + "amount": "26.66", + "parsedAmount": "26660000000000000000" + }, + { + "gotchiId": "21354", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21355", + "amount": "8.95", + "parsedAmount": "8950000000000000000" + }, + { + "gotchiId": "21356", + "amount": "16.02", + "parsedAmount": "16020000000000000000" + }, + { + "gotchiId": "21357", + "amount": "4.9125", + "parsedAmount": "4912500000000000000" + }, + { + "gotchiId": "21358", + "amount": "5.984999999999999", + "parsedAmount": "5984999999999999000" + }, + { + "gotchiId": "21361", + "amount": "8.7875", + "parsedAmount": "8787500000000000000" + }, + { + "gotchiId": "21362", + "amount": "32.97", + "parsedAmount": "32970000000000000000" + }, + { + "gotchiId": "21364", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "21366", + "amount": "18.3725", + "parsedAmount": "18372500000000000000" + }, + { + "gotchiId": "21369", + "amount": "26.79", + "parsedAmount": "26790000000000000000" + }, + { + "gotchiId": "21371", + "amount": "20.0875", + "parsedAmount": "20087500000000000000" + }, + { + "gotchiId": "21377", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "21379", + "amount": "17.875", + "parsedAmount": "17875000000000000000" + }, + { + "gotchiId": "21382", + "amount": "16.635", + "parsedAmount": "16635000000000000000" + }, + { + "gotchiId": "21384", + "amount": "5.705", + "parsedAmount": "5705000000000000000" + }, + { + "gotchiId": "21385", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "21386", + "amount": "8.307500000000001", + "parsedAmount": "8307500000000001000" + }, + { + "gotchiId": "21387", + "amount": "20.955", + "parsedAmount": "20955000000000000000" + }, + { + "gotchiId": "21390", + "amount": "6.78", + "parsedAmount": "6780000000000000000" + }, + { + "gotchiId": "21393", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "21395", + "amount": "5.970000000000001", + "parsedAmount": "5970000000000001000" + }, + { + "gotchiId": "21396", + "amount": "9.9725", + "parsedAmount": "9972500000000000000" + }, + { + "gotchiId": "21397", + "amount": "25.3625", + "parsedAmount": "25362500000000000000" + }, + { + "gotchiId": "21399", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "21400", + "amount": "23.61", + "parsedAmount": "23610000000000000000" + }, + { + "gotchiId": "21403", + "amount": "250.7225", + "parsedAmount": "250722500000000000000" + }, + { + "gotchiId": "21405", + "amount": "18.74", + "parsedAmount": "18740000000000000000" + }, + { + "gotchiId": "21407", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "21413", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "21415", + "amount": "9.432500000000001", + "parsedAmount": "9432500000000001000" + }, + { + "gotchiId": "21417", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "21418", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "21419", + "amount": "8.85", + "parsedAmount": "8850000000000000000" + }, + { + "gotchiId": "21422", + "amount": "23.237500000000004", + "parsedAmount": "23237500000000004000" + }, + { + "gotchiId": "21424", + "amount": "916.635", + "parsedAmount": "916635000000000000000" + }, + { + "gotchiId": "21426", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "21429", + "amount": "31.8825", + "parsedAmount": "31882500000000000000" + }, + { + "gotchiId": "21431", + "amount": "17.395", + "parsedAmount": "17395000000000000000" + }, + { + "gotchiId": "21433", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "21434", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "21435", + "amount": "58.675000000000004", + "parsedAmount": "58675000000000004000" + }, + { + "gotchiId": "21438", + "amount": "9.557500000000001", + "parsedAmount": "9557500000000001000" + }, + { + "gotchiId": "21439", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "21441", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "21442", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "21443", + "amount": "8.64", + "parsedAmount": "8640000000000000000" + }, + { + "gotchiId": "21445", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "21446", + "amount": "17.0725", + "parsedAmount": "17072500000000000000" + }, + { + "gotchiId": "21456", + "amount": "16.2", + "parsedAmount": "16200000000000000000" + }, + { + "gotchiId": "21463", + "amount": "11.3375", + "parsedAmount": "11337500000000000000" + }, + { + "gotchiId": "21466", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "21470", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "21471", + "amount": "16.01", + "parsedAmount": "16010000000000000000" + }, + { + "gotchiId": "21474", + "amount": "9.85", + "parsedAmount": "9850000000000000000" + }, + { + "gotchiId": "21475", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "21477", + "amount": "83.12", + "parsedAmount": "83120000000000000000" + }, + { + "gotchiId": "21479", + "amount": "10.3425", + "parsedAmount": "10342500000000000000" + }, + { + "gotchiId": "21480", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "21482", + "amount": "13.797500000000001", + "parsedAmount": "13797500000000001000" + }, + { + "gotchiId": "21483", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "21484", + "amount": "7.8625", + "parsedAmount": "7862500000000000000" + }, + { + "gotchiId": "21485", + "amount": "10.8275", + "parsedAmount": "10827500000000000000" + }, + { + "gotchiId": "21487", + "amount": "16.534999999999997", + "parsedAmount": "16534999999999997000" + }, + { + "gotchiId": "21488", + "amount": "14.385", + "parsedAmount": "14385000000000000000" + }, + { + "gotchiId": "21489", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "21493", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "21494", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "21495", + "amount": "7.1425", + "parsedAmount": "7142500000000000000" + }, + { + "gotchiId": "21499", + "amount": "22.4475", + "parsedAmount": "22447500000000000000" + }, + { + "gotchiId": "21501", + "amount": "9.7725", + "parsedAmount": "9772500000000000000" + }, + { + "gotchiId": "21504", + "amount": "12.7575", + "parsedAmount": "12757500000000000000" + }, + { + "gotchiId": "21505", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "21508", + "amount": "527.4075", + "parsedAmount": "527407500000000000000" + }, + { + "gotchiId": "21510", + "amount": "28.427500000000002", + "parsedAmount": "28427500000000002000" + }, + { + "gotchiId": "21517", + "amount": "11.594999999999999", + "parsedAmount": "11594999999999999000" + }, + { + "gotchiId": "21518", + "amount": "17.2125", + "parsedAmount": "17212500000000000000" + }, + { + "gotchiId": "21521", + "amount": "24.895000000000003", + "parsedAmount": "24895000000000003000" + }, + { + "gotchiId": "21522", + "amount": "7.0775", + "parsedAmount": "7077500000000000000" + }, + { + "gotchiId": "21524", + "amount": "12.752500000000001", + "parsedAmount": "12752500000000001000" + }, + { + "gotchiId": "21526", + "amount": "16.125", + "parsedAmount": "16125000000000000000" + }, + { + "gotchiId": "21530", + "amount": "14.5", + "parsedAmount": "14500000000000000000" + }, + { + "gotchiId": "21531", + "amount": "35.53", + "parsedAmount": "35530000000000000000" + }, + { + "gotchiId": "21532", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "21533", + "amount": "7.61", + "parsedAmount": "7610000000000000000" + }, + { + "gotchiId": "21534", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "21536", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "21537", + "amount": "14.0075", + "parsedAmount": "14007500000000000000" + }, + { + "gotchiId": "21538", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "21546", + "amount": "12.11", + "parsedAmount": "12110000000000000000" + }, + { + "gotchiId": "21548", + "amount": "3.215", + "parsedAmount": "3215000000000000000" + }, + { + "gotchiId": "21549", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "21550", + "amount": "21.597500000000004", + "parsedAmount": "21597500000000004000" + }, + { + "gotchiId": "21551", + "amount": "11.6525", + "parsedAmount": "11652500000000000000" + }, + { + "gotchiId": "21552", + "amount": "9.19", + "parsedAmount": "9190000000000000000" + }, + { + "gotchiId": "21553", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "21555", + "amount": "16.2175", + "parsedAmount": "16217500000000000000" + }, + { + "gotchiId": "21556", + "amount": "20.175", + "parsedAmount": "20175000000000000000" + }, + { + "gotchiId": "21558", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "21559", + "amount": "6.785", + "parsedAmount": "6785000000000000000" + }, + { + "gotchiId": "21560", + "amount": "7.737500000000001", + "parsedAmount": "7737500000000001000" + }, + { + "gotchiId": "21564", + "amount": "6.362500000000001", + "parsedAmount": "6362500000000001000" + }, + { + "gotchiId": "21567", + "amount": "6.7524999999999995", + "parsedAmount": "6752499999999999500" + }, + { + "gotchiId": "21568", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "21569", + "amount": "6.817499999999999", + "parsedAmount": "6817499999999999000" + }, + { + "gotchiId": "21572", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "21574", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "21577", + "amount": "6.7575", + "parsedAmount": "6757500000000000000" + }, + { + "gotchiId": "21578", + "amount": "18.02", + "parsedAmount": "18020000000000000000" + }, + { + "gotchiId": "21582", + "amount": "6.387499999999999", + "parsedAmount": "6387499999999999000" + }, + { + "gotchiId": "21583", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "21585", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "21586", + "amount": "11.21", + "parsedAmount": "11210000000000000000" + }, + { + "gotchiId": "21587", + "amount": "2.525", + "parsedAmount": "2525000000000000000" + }, + { + "gotchiId": "21591", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "21592", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "21593", + "amount": "6.907500000000001", + "parsedAmount": "6907500000000001000" + }, + { + "gotchiId": "21594", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "21595", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "21596", + "amount": "41.4675", + "parsedAmount": "41467500000000000000" + }, + { + "gotchiId": "21599", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "21603", + "amount": "9.219999999999999", + "parsedAmount": "9219999999999999000" + }, + { + "gotchiId": "21604", + "amount": "13.975", + "parsedAmount": "13975000000000000000" + }, + { + "gotchiId": "21607", + "amount": "9.0125", + "parsedAmount": "9012500000000000000" + }, + { + "gotchiId": "21608", + "amount": "11.49", + "parsedAmount": "11490000000000000000" + }, + { + "gotchiId": "21609", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "21611", + "amount": "63.4025", + "parsedAmount": "63402500000000000000" + }, + { + "gotchiId": "21612", + "amount": "10.155", + "parsedAmount": "10155000000000000000" + }, + { + "gotchiId": "21614", + "amount": "12.942499999999999", + "parsedAmount": "12942499999999999000" + }, + { + "gotchiId": "21615", + "amount": "7.19", + "parsedAmount": "7190000000000000000" + }, + { + "gotchiId": "21616", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "21617", + "amount": "15.312500000000002", + "parsedAmount": "15312500000000002000" + }, + { + "gotchiId": "21619", + "amount": "10.0825", + "parsedAmount": "10082500000000000000" + }, + { + "gotchiId": "21622", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "21623", + "amount": "12.8125", + "parsedAmount": "12812500000000000000" + }, + { + "gotchiId": "21624", + "amount": "29.0625", + "parsedAmount": "29062500000000000000" + }, + { + "gotchiId": "21625", + "amount": "20.14", + "parsedAmount": "20140000000000000000" + }, + { + "gotchiId": "21627", + "amount": "13.477500000000001", + "parsedAmount": "13477500000000001000" + }, + { + "gotchiId": "21628", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "21629", + "amount": "12.255", + "parsedAmount": "12255000000000000000" + }, + { + "gotchiId": "21632", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "21633", + "amount": "4.83", + "parsedAmount": "4830000000000000000" + }, + { + "gotchiId": "21634", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "21637", + "amount": "10.52", + "parsedAmount": "10520000000000000000" + }, + { + "gotchiId": "21640", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "21641", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "21642", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "21643", + "amount": "30.822499999999998", + "parsedAmount": "30822499999999998000" + }, + { + "gotchiId": "21644", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "21649", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "21652", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "21653", + "amount": "20.360000000000003", + "parsedAmount": "20360000000000003000" + }, + { + "gotchiId": "21655", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "21656", + "amount": "15.197500000000002", + "parsedAmount": "15197500000000002000" + }, + { + "gotchiId": "21657", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "21658", + "amount": "18.6475", + "parsedAmount": "18647500000000000000" + }, + { + "gotchiId": "21660", + "amount": "163.8875", + "parsedAmount": "163887500000000000000" + }, + { + "gotchiId": "21662", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "21665", + "amount": "87.5225", + "parsedAmount": "87522500000000000000" + }, + { + "gotchiId": "21666", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "21667", + "amount": "7.5600000000000005", + "parsedAmount": "7560000000000000500" + }, + { + "gotchiId": "21669", + "amount": "34.089999999999996", + "parsedAmount": "34089999999999996000" + }, + { + "gotchiId": "21676", + "amount": "12.370000000000001", + "parsedAmount": "12370000000000001000" + }, + { + "gotchiId": "21677", + "amount": "20.02", + "parsedAmount": "20020000000000000000" + }, + { + "gotchiId": "21678", + "amount": "9.2375", + "parsedAmount": "9237500000000000000" + }, + { + "gotchiId": "21679", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "21680", + "amount": "14.2925", + "parsedAmount": "14292500000000000000" + }, + { + "gotchiId": "21681", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "21687", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "21688", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "21689", + "amount": "10.3525", + "parsedAmount": "10352500000000000000" + }, + { + "gotchiId": "21690", + "amount": "16.7475", + "parsedAmount": "16747500000000000000" + }, + { + "gotchiId": "21692", + "amount": "19.669999999999998", + "parsedAmount": "19669999999999998000" + }, + { + "gotchiId": "21693", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "21694", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "21695", + "amount": "8.915000000000001", + "parsedAmount": "8915000000000001000" + }, + { + "gotchiId": "21696", + "amount": "5.0875", + "parsedAmount": "5087500000000000000" + }, + { + "gotchiId": "21699", + "amount": "6.0024999999999995", + "parsedAmount": "6002499999999999500" + }, + { + "gotchiId": "21702", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "21703", + "amount": "13.037500000000001", + "parsedAmount": "13037500000000001000" + }, + { + "gotchiId": "21705", + "amount": "16.5375", + "parsedAmount": "16537500000000000000" + }, + { + "gotchiId": "21706", + "amount": "13.775", + "parsedAmount": "13775000000000000000" + }, + { + "gotchiId": "21707", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "21708", + "amount": "12.8275", + "parsedAmount": "12827500000000000000" + }, + { + "gotchiId": "21709", + "amount": "8.955", + "parsedAmount": "8955000000000000000" + }, + { + "gotchiId": "21710", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "21712", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "21714", + "amount": "12.482499999999998", + "parsedAmount": "12482499999999998000" + }, + { + "gotchiId": "21715", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "21717", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "21719", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "21721", + "amount": "12.6525", + "parsedAmount": "12652500000000000000" + }, + { + "gotchiId": "21722", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "21723", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "21724", + "amount": "10.455", + "parsedAmount": "10455000000000000000" + }, + { + "gotchiId": "21726", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "21727", + "amount": "17.985", + "parsedAmount": "17985000000000000000" + }, + { + "gotchiId": "21729", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "21730", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "21731", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "21733", + "amount": "19.0025", + "parsedAmount": "19002500000000000000" + }, + { + "gotchiId": "21736", + "amount": "62.254999999999995", + "parsedAmount": "62254999999999995000" + }, + { + "gotchiId": "21737", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "21739", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "21740", + "amount": "17.38", + "parsedAmount": "17380000000000000000" + }, + { + "gotchiId": "21742", + "amount": "18.68", + "parsedAmount": "18680000000000000000" + }, + { + "gotchiId": "21747", + "amount": "9.7125", + "parsedAmount": "9712500000000000000" + }, + { + "gotchiId": "21749", + "amount": "34.6425", + "parsedAmount": "34642500000000000000" + }, + { + "gotchiId": "21751", + "amount": "27.7175", + "parsedAmount": "27717500000000000000" + }, + { + "gotchiId": "21752", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "21755", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "21756", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "21759", + "amount": "23.0425", + "parsedAmount": "23042500000000000000" + }, + { + "gotchiId": "21760", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "21761", + "amount": "8.6575", + "parsedAmount": "8657500000000000000" + }, + { + "gotchiId": "21765", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "21767", + "amount": "17.165", + "parsedAmount": "17165000000000000000" + }, + { + "gotchiId": "21768", + "amount": "25.1975", + "parsedAmount": "25197500000000000000" + }, + { + "gotchiId": "21770", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "21772", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "21773", + "amount": "14.71", + "parsedAmount": "14710000000000000000" + }, + { + "gotchiId": "21774", + "amount": "14.4025", + "parsedAmount": "14402500000000000000" + }, + { + "gotchiId": "21776", + "amount": "19.2125", + "parsedAmount": "19212500000000000000" + }, + { + "gotchiId": "21778", + "amount": "5.4025", + "parsedAmount": "5402500000000000000" + }, + { + "gotchiId": "21779", + "amount": "18.3675", + "parsedAmount": "18367500000000000000" + }, + { + "gotchiId": "21781", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "21784", + "amount": "14.035", + "parsedAmount": "14035000000000000000" + }, + { + "gotchiId": "21789", + "amount": "128.2425", + "parsedAmount": "128242500000000000000" + }, + { + "gotchiId": "21792", + "amount": "2.2375", + "parsedAmount": "2237500000000000000" + }, + { + "gotchiId": "21793", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "21794", + "amount": "4.94", + "parsedAmount": "4940000000000000000" + }, + { + "gotchiId": "21796", + "amount": "8.5775", + "parsedAmount": "8577500000000000000" + }, + { + "gotchiId": "21797", + "amount": "110.6475", + "parsedAmount": "110647500000000000000" + }, + { + "gotchiId": "21798", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "21802", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "21803", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "21806", + "amount": "20.825", + "parsedAmount": "20825000000000000000" + }, + { + "gotchiId": "21808", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "21809", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "21813", + "amount": "27.8425", + "parsedAmount": "27842500000000000000" + }, + { + "gotchiId": "21814", + "amount": "11.2325", + "parsedAmount": "11232500000000000000" + }, + { + "gotchiId": "21816", + "amount": "14.42", + "parsedAmount": "14420000000000000000" + }, + { + "gotchiId": "21819", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "21820", + "amount": "18", + "parsedAmount": "18000000000000000000" + }, + { + "gotchiId": "21822", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "21824", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "21825", + "amount": "6.21", + "parsedAmount": "6210000000000000000" + }, + { + "gotchiId": "21827", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "21828", + "amount": "3.21", + "parsedAmount": "3210000000000000000" + }, + { + "gotchiId": "21830", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "21833", + "amount": "12.344999999999999", + "parsedAmount": "12344999999999999000" + }, + { + "gotchiId": "21834", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "21835", + "amount": "15.7325", + "parsedAmount": "15732500000000000000" + }, + { + "gotchiId": "21836", + "amount": "14.095", + "parsedAmount": "14095000000000000000" + }, + { + "gotchiId": "21838", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "21841", + "amount": "15.270000000000001", + "parsedAmount": "15270000000000001000" + }, + { + "gotchiId": "21842", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "21844", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "21845", + "amount": "5.8425", + "parsedAmount": "5842500000000000000" + }, + { + "gotchiId": "21846", + "amount": "3.2825", + "parsedAmount": "3282500000000000000" + }, + { + "gotchiId": "21848", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "21849", + "amount": "15.71", + "parsedAmount": "15710000000000000000" + }, + { + "gotchiId": "21851", + "amount": "15.0175", + "parsedAmount": "15017500000000000000" + }, + { + "gotchiId": "21852", + "amount": "8.495", + "parsedAmount": "8495000000000000000" + }, + { + "gotchiId": "21853", + "amount": "4.0925", + "parsedAmount": "4092500000000000000" + }, + { + "gotchiId": "21857", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "21863", + "amount": "4.782500000000001", + "parsedAmount": "4782500000000001000" + }, + { + "gotchiId": "21868", + "amount": "185.56499999999997", + "parsedAmount": "185564999999999970000" + }, + { + "gotchiId": "21869", + "amount": "6.57", + "parsedAmount": "6570000000000000000" + }, + { + "gotchiId": "21870", + "amount": "20.75", + "parsedAmount": "20750000000000000000" + }, + { + "gotchiId": "21871", + "amount": "24.107499999999998", + "parsedAmount": "24107499999999998000" + }, + { + "gotchiId": "21872", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "21874", + "amount": "11.2025", + "parsedAmount": "11202500000000000000" + }, + { + "gotchiId": "21876", + "amount": "9.35", + "parsedAmount": "9350000000000000000" + }, + { + "gotchiId": "21877", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "21879", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "21880", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "21883", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "21889", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "21890", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "21891", + "amount": "13.442499999999999", + "parsedAmount": "13442499999999999000" + }, + { + "gotchiId": "21893", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "21894", + "amount": "14.855", + "parsedAmount": "14855000000000000000" + }, + { + "gotchiId": "21895", + "amount": "29.189999999999998", + "parsedAmount": "29189999999999998000" + }, + { + "gotchiId": "21897", + "amount": "6.2275", + "parsedAmount": "6227500000000000000" + }, + { + "gotchiId": "21900", + "amount": "9.9025", + "parsedAmount": "9902500000000000000" + }, + { + "gotchiId": "21903", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "21904", + "amount": "6.37", + "parsedAmount": "6370000000000000000" + }, + { + "gotchiId": "21906", + "amount": "22.5425", + "parsedAmount": "22542500000000000000" + }, + { + "gotchiId": "21907", + "amount": "8.63", + "parsedAmount": "8630000000000000000" + }, + { + "gotchiId": "21908", + "amount": "6.6025", + "parsedAmount": "6602500000000000000" + }, + { + "gotchiId": "21911", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "21913", + "amount": "21.985", + "parsedAmount": "21985000000000000000" + }, + { + "gotchiId": "21915", + "amount": "18.0175", + "parsedAmount": "18017500000000000000" + }, + { + "gotchiId": "21916", + "amount": "18.4125", + "parsedAmount": "18412500000000000000" + }, + { + "gotchiId": "21920", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "21921", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "21922", + "amount": "9.9775", + "parsedAmount": "9977500000000000000" + }, + { + "gotchiId": "21923", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "21926", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "21927", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "21928", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "21929", + "amount": "15.5775", + "parsedAmount": "15577500000000000000" + }, + { + "gotchiId": "21930", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "21931", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "21933", + "amount": "17.9475", + "parsedAmount": "17947500000000000000" + }, + { + "gotchiId": "21934", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "21936", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "21937", + "amount": "30.700000000000003", + "parsedAmount": "30700000000000003000" + } + ], + "totalAmount": "8308779999999999994500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558622, + "gasUsed": "9393355" + }, + { + "batchIndex": 21, + "transactionHash": "0xfa72943ad5826081e5b13ae1e8049213edd46e097b846d1b12a18cb3b35b064a", + "timestamp": "2025-10-08T06:56:33.674Z", + "gotchiRewards": [ + { + "gotchiId": "21938", + "amount": "12.879999999999999", + "parsedAmount": "12879999999999999000" + }, + { + "gotchiId": "21940", + "amount": "14.1", + "parsedAmount": "14100000000000000000" + }, + { + "gotchiId": "21941", + "amount": "17.41", + "parsedAmount": "17410000000000000000" + }, + { + "gotchiId": "21943", + "amount": "18.2425", + "parsedAmount": "18242500000000000000" + }, + { + "gotchiId": "21947", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "21950", + "amount": "27.33", + "parsedAmount": "27330000000000000000" + }, + { + "gotchiId": "21952", + "amount": "12.522499999999999", + "parsedAmount": "12522499999999999000" + }, + { + "gotchiId": "21957", + "amount": "7.0600000000000005", + "parsedAmount": "7060000000000000500" + }, + { + "gotchiId": "21959", + "amount": "68.89", + "parsedAmount": "68890000000000000000" + }, + { + "gotchiId": "21960", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "21962", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "21964", + "amount": "11.1975", + "parsedAmount": "11197500000000000000" + }, + { + "gotchiId": "21965", + "amount": "16.4825", + "parsedAmount": "16482500000000000000" + }, + { + "gotchiId": "21966", + "amount": "5.359999999999999", + "parsedAmount": "5359999999999999000" + }, + { + "gotchiId": "21968", + "amount": "29.505", + "parsedAmount": "29505000000000000000" + }, + { + "gotchiId": "21969", + "amount": "12.0325", + "parsedAmount": "12032500000000000000" + }, + { + "gotchiId": "21970", + "amount": "20.28", + "parsedAmount": "20280000000000000000" + }, + { + "gotchiId": "21971", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "21973", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "21974", + "amount": "19.04", + "parsedAmount": "19040000000000000000" + }, + { + "gotchiId": "21976", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "21977", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "21980", + "amount": "9.9375", + "parsedAmount": "9937500000000000000" + }, + { + "gotchiId": "21984", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "21987", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "21990", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "21996", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "21999", + "amount": "24.77", + "parsedAmount": "24770000000000000000" + }, + { + "gotchiId": "22001", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "22004", + "amount": "33.894999999999996", + "parsedAmount": "33894999999999996000" + }, + { + "gotchiId": "22005", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "22006", + "amount": "9.057500000000001", + "parsedAmount": "9057500000000001000" + }, + { + "gotchiId": "22007", + "amount": "11.9825", + "parsedAmount": "11982500000000000000" + }, + { + "gotchiId": "22010", + "amount": "16.939999999999998", + "parsedAmount": "16939999999999998000" + }, + { + "gotchiId": "22011", + "amount": "18.7425", + "parsedAmount": "18742500000000000000" + }, + { + "gotchiId": "22013", + "amount": "25.0825", + "parsedAmount": "25082500000000000000" + }, + { + "gotchiId": "22017", + "amount": "18.317500000000003", + "parsedAmount": "18317500000000003000" + }, + { + "gotchiId": "22018", + "amount": "55.6825", + "parsedAmount": "55682500000000000000" + }, + { + "gotchiId": "22019", + "amount": "11.635000000000002", + "parsedAmount": "11635000000000002000" + }, + { + "gotchiId": "22023", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "22028", + "amount": "10.6975", + "parsedAmount": "10697500000000000000" + }, + { + "gotchiId": "22030", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "22031", + "amount": "18.4225", + "parsedAmount": "18422500000000000000" + }, + { + "gotchiId": "22032", + "amount": "15.155", + "parsedAmount": "15155000000000000000" + }, + { + "gotchiId": "22033", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "22037", + "amount": "1092.7725", + "parsedAmount": "1092772500000000000000" + }, + { + "gotchiId": "22039", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "22040", + "amount": "11.775", + "parsedAmount": "11775000000000000000" + }, + { + "gotchiId": "22042", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "22051", + "amount": "10.6925", + "parsedAmount": "10692500000000000000" + }, + { + "gotchiId": "22053", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "22054", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "22055", + "amount": "13.2725", + "parsedAmount": "13272500000000000000" + }, + { + "gotchiId": "22056", + "amount": "15.1825", + "parsedAmount": "15182500000000000000" + }, + { + "gotchiId": "22057", + "amount": "3.405", + "parsedAmount": "3405000000000000000" + }, + { + "gotchiId": "22058", + "amount": "10.815000000000001", + "parsedAmount": "10815000000000001000" + }, + { + "gotchiId": "22060", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "22061", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "22062", + "amount": "136.0025", + "parsedAmount": "136002500000000000000" + }, + { + "gotchiId": "22064", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "22065", + "amount": "31.52", + "parsedAmount": "31520000000000000000" + }, + { + "gotchiId": "22066", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "22070", + "amount": "12.709999999999999", + "parsedAmount": "12709999999999999000" + }, + { + "gotchiId": "22074", + "amount": "15.5175", + "parsedAmount": "15517500000000000000" + }, + { + "gotchiId": "22075", + "amount": "45.1125", + "parsedAmount": "45112500000000000000" + }, + { + "gotchiId": "22078", + "amount": "24.0775", + "parsedAmount": "24077500000000000000" + }, + { + "gotchiId": "22079", + "amount": "16.42", + "parsedAmount": "16420000000000000000" + }, + { + "gotchiId": "22080", + "amount": "11.0325", + "parsedAmount": "11032500000000000000" + }, + { + "gotchiId": "22082", + "amount": "5.5625", + "parsedAmount": "5562500000000000000" + }, + { + "gotchiId": "22083", + "amount": "29.279999999999998", + "parsedAmount": "29279999999999998000" + }, + { + "gotchiId": "22085", + "amount": "52.67", + "parsedAmount": "52670000000000000000" + }, + { + "gotchiId": "22089", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "22091", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "22094", + "amount": "17.8075", + "parsedAmount": "17807500000000000000" + }, + { + "gotchiId": "22095", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "22097", + "amount": "9.63", + "parsedAmount": "9630000000000000000" + }, + { + "gotchiId": "22099", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "22102", + "amount": "12.6525", + "parsedAmount": "12652500000000000000" + }, + { + "gotchiId": "22106", + "amount": "43.8375", + "parsedAmount": "43837500000000000000" + }, + { + "gotchiId": "22107", + "amount": "44.227500000000006", + "parsedAmount": "44227500000000006000" + }, + { + "gotchiId": "22108", + "amount": "11.362499999999999", + "parsedAmount": "11362499999999999000" + }, + { + "gotchiId": "22109", + "amount": "6.6025", + "parsedAmount": "6602500000000000000" + }, + { + "gotchiId": "22110", + "amount": "8.615", + "parsedAmount": "8615000000000000000" + }, + { + "gotchiId": "22111", + "amount": "14.93", + "parsedAmount": "14930000000000000000" + }, + { + "gotchiId": "22112", + "amount": "2.215", + "parsedAmount": "2215000000000000000" + }, + { + "gotchiId": "22113", + "amount": "16.25", + "parsedAmount": "16250000000000000000" + }, + { + "gotchiId": "22114", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "22115", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "22118", + "amount": "65.375", + "parsedAmount": "65375000000000000000" + }, + { + "gotchiId": "22120", + "amount": "6.734999999999999", + "parsedAmount": "6734999999999999000" + }, + { + "gotchiId": "22122", + "amount": "15.6675", + "parsedAmount": "15667500000000000000" + }, + { + "gotchiId": "22124", + "amount": "8.645", + "parsedAmount": "8645000000000000000" + }, + { + "gotchiId": "22125", + "amount": "6.717499999999999", + "parsedAmount": "6717499999999999000" + }, + { + "gotchiId": "22126", + "amount": "18.587500000000002", + "parsedAmount": "18587500000000002000" + }, + { + "gotchiId": "22128", + "amount": "252.075", + "parsedAmount": "252075000000000000000" + }, + { + "gotchiId": "22132", + "amount": "7.515", + "parsedAmount": "7515000000000000000" + }, + { + "gotchiId": "22133", + "amount": "264.59749999999997", + "parsedAmount": "264597499999999970000" + }, + { + "gotchiId": "22138", + "amount": "7.175000000000001", + "parsedAmount": "7175000000000001000" + }, + { + "gotchiId": "22140", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "22142", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "22143", + "amount": "11.04", + "parsedAmount": "11040000000000000000" + }, + { + "gotchiId": "22144", + "amount": "15.3275", + "parsedAmount": "15327500000000000000" + }, + { + "gotchiId": "22145", + "amount": "17.6875", + "parsedAmount": "17687500000000000000" + }, + { + "gotchiId": "22146", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "22147", + "amount": "11.455", + "parsedAmount": "11455000000000000000" + }, + { + "gotchiId": "22150", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "22152", + "amount": "10.9275", + "parsedAmount": "10927500000000000000" + }, + { + "gotchiId": "22153", + "amount": "32.76", + "parsedAmount": "32760000000000000000" + }, + { + "gotchiId": "22155", + "amount": "4.765000000000001", + "parsedAmount": "4765000000000001000" + }, + { + "gotchiId": "22158", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "22160", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "22161", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "22163", + "amount": "26.9475", + "parsedAmount": "26947500000000000000" + }, + { + "gotchiId": "22164", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "22172", + "amount": "11.6575", + "parsedAmount": "11657500000000000000" + }, + { + "gotchiId": "22175", + "amount": "16.9325", + "parsedAmount": "16932500000000000000" + }, + { + "gotchiId": "22179", + "amount": "6.4750000000000005", + "parsedAmount": "6475000000000000500" + }, + { + "gotchiId": "22181", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "22182", + "amount": "11.219999999999999", + "parsedAmount": "11219999999999999000" + }, + { + "gotchiId": "22183", + "amount": "13.035", + "parsedAmount": "13035000000000000000" + }, + { + "gotchiId": "22194", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "22197", + "amount": "310.815", + "parsedAmount": "310815000000000000000" + }, + { + "gotchiId": "22198", + "amount": "17.0375", + "parsedAmount": "17037500000000000000" + }, + { + "gotchiId": "22220", + "amount": "2.5475", + "parsedAmount": "2547500000000000000" + }, + { + "gotchiId": "22221", + "amount": "9.8125", + "parsedAmount": "9812500000000000000" + }, + { + "gotchiId": "22222", + "amount": "14.85", + "parsedAmount": "14850000000000000000" + }, + { + "gotchiId": "22223", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "22225", + "amount": "23.9475", + "parsedAmount": "23947500000000000000" + }, + { + "gotchiId": "22226", + "amount": "10.8575", + "parsedAmount": "10857500000000000000" + }, + { + "gotchiId": "22227", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "22231", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "22232", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "22234", + "amount": "12.855", + "parsedAmount": "12855000000000000000" + }, + { + "gotchiId": "22237", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "22239", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "22240", + "amount": "24.44", + "parsedAmount": "24440000000000000000" + }, + { + "gotchiId": "22241", + "amount": "12.805", + "parsedAmount": "12805000000000000000" + }, + { + "gotchiId": "22244", + "amount": "14.977500000000001", + "parsedAmount": "14977500000000001000" + }, + { + "gotchiId": "22247", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "22249", + "amount": "393.4525", + "parsedAmount": "393452500000000000000" + }, + { + "gotchiId": "22251", + "amount": "6.2375", + "parsedAmount": "6237500000000000000" + }, + { + "gotchiId": "22254", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "22255", + "amount": "9.72", + "parsedAmount": "9720000000000000000" + }, + { + "gotchiId": "22257", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "22259", + "amount": "10.8475", + "parsedAmount": "10847500000000000000" + }, + { + "gotchiId": "22260", + "amount": "6.2525", + "parsedAmount": "6252500000000000000" + }, + { + "gotchiId": "22261", + "amount": "33.5125", + "parsedAmount": "33512500000000000000" + }, + { + "gotchiId": "22262", + "amount": "7.555", + "parsedAmount": "7555000000000000000" + }, + { + "gotchiId": "22264", + "amount": "8.465", + "parsedAmount": "8465000000000000000" + }, + { + "gotchiId": "22269", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "22270", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "22271", + "amount": "10.2625", + "parsedAmount": "10262500000000000000" + }, + { + "gotchiId": "22273", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "22275", + "amount": "2.665", + "parsedAmount": "2665000000000000000" + }, + { + "gotchiId": "22278", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "22282", + "amount": "4.8075", + "parsedAmount": "4807500000000000000" + }, + { + "gotchiId": "22283", + "amount": "11.8325", + "parsedAmount": "11832500000000000000" + }, + { + "gotchiId": "22285", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "22287", + "amount": "3.7225", + "parsedAmount": "3722500000000000000" + }, + { + "gotchiId": "22292", + "amount": "7.8475", + "parsedAmount": "7847500000000000000" + }, + { + "gotchiId": "22293", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "22294", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "22296", + "amount": "4.8725000000000005", + "parsedAmount": "4872500000000000500" + }, + { + "gotchiId": "22299", + "amount": "11.1975", + "parsedAmount": "11197500000000000000" + }, + { + "gotchiId": "22300", + "amount": "18.925", + "parsedAmount": "18925000000000000000" + }, + { + "gotchiId": "22301", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "22302", + "amount": "9.967500000000001", + "parsedAmount": "9967500000000001000" + }, + { + "gotchiId": "22305", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "22307", + "amount": "11.79", + "parsedAmount": "11790000000000000000" + }, + { + "gotchiId": "22309", + "amount": "8.87", + "parsedAmount": "8870000000000000000" + }, + { + "gotchiId": "22310", + "amount": "12.6525", + "parsedAmount": "12652500000000000000" + }, + { + "gotchiId": "22311", + "amount": "6.3775", + "parsedAmount": "6377500000000000000" + }, + { + "gotchiId": "22313", + "amount": "4.984999999999999", + "parsedAmount": "4984999999999999000" + }, + { + "gotchiId": "22322", + "amount": "4.6775", + "parsedAmount": "4677500000000000000" + }, + { + "gotchiId": "22324", + "amount": "56.305", + "parsedAmount": "56305000000000000000" + }, + { + "gotchiId": "22327", + "amount": "7.9875", + "parsedAmount": "7987500000000000000" + }, + { + "gotchiId": "22329", + "amount": "18.405", + "parsedAmount": "18405000000000000000" + }, + { + "gotchiId": "22330", + "amount": "17.355", + "parsedAmount": "17355000000000000000" + }, + { + "gotchiId": "22331", + "amount": "16.1275", + "parsedAmount": "16127500000000000000" + }, + { + "gotchiId": "22332", + "amount": "9.8925", + "parsedAmount": "9892500000000000000" + }, + { + "gotchiId": "22334", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "22335", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "22338", + "amount": "20.055", + "parsedAmount": "20055000000000000000" + }, + { + "gotchiId": "22339", + "amount": "2.5975", + "parsedAmount": "2597500000000000000" + }, + { + "gotchiId": "22342", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "22344", + "amount": "12.945", + "parsedAmount": "12945000000000000000" + }, + { + "gotchiId": "22345", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "22346", + "amount": "13.3275", + "parsedAmount": "13327500000000000000" + }, + { + "gotchiId": "22351", + "amount": "10.4975", + "parsedAmount": "10497500000000000000" + }, + { + "gotchiId": "22352", + "amount": "43.0475", + "parsedAmount": "43047500000000000000" + }, + { + "gotchiId": "22354", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "22355", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "22356", + "amount": "6.7700000000000005", + "parsedAmount": "6770000000000000500" + }, + { + "gotchiId": "22357", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "22358", + "amount": "64.9975", + "parsedAmount": "64997500000000000000" + }, + { + "gotchiId": "22361", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "22362", + "amount": "15.692499999999999", + "parsedAmount": "15692499999999999000" + }, + { + "gotchiId": "22366", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "22369", + "amount": "51.989999999999995", + "parsedAmount": "51989999999999995000" + }, + { + "gotchiId": "22370", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "22374", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "22378", + "amount": "12.7775", + "parsedAmount": "12777500000000000000" + }, + { + "gotchiId": "22380", + "amount": "6.862499999999999", + "parsedAmount": "6862499999999999000" + }, + { + "gotchiId": "22383", + "amount": "5.717499999999999", + "parsedAmount": "5717499999999999000" + }, + { + "gotchiId": "22384", + "amount": "2.315", + "parsedAmount": "2315000000000000000" + }, + { + "gotchiId": "22385", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "22387", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "22392", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "22394", + "amount": "30.245", + "parsedAmount": "30245000000000000000" + }, + { + "gotchiId": "22398", + "amount": "5.355", + "parsedAmount": "5355000000000000000" + }, + { + "gotchiId": "22402", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "22405", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "22407", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "22408", + "amount": "11.0725", + "parsedAmount": "11072500000000000000" + }, + { + "gotchiId": "22409", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "22411", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "22412", + "amount": "22.305", + "parsedAmount": "22305000000000000000" + }, + { + "gotchiId": "22414", + "amount": "9.105", + "parsedAmount": "9105000000000000000" + }, + { + "gotchiId": "22415", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "22420", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "22423", + "amount": "2.33", + "parsedAmount": "2330000000000000000" + }, + { + "gotchiId": "22424", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "22426", + "amount": "22.455000000000002", + "parsedAmount": "22455000000000002000" + }, + { + "gotchiId": "22429", + "amount": "6.435", + "parsedAmount": "6435000000000000000" + }, + { + "gotchiId": "22431", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "22432", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "22434", + "amount": "11.197500000000002", + "parsedAmount": "11197500000000002000" + }, + { + "gotchiId": "22436", + "amount": "36.555", + "parsedAmount": "36555000000000000000" + }, + { + "gotchiId": "22437", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "22438", + "amount": "14.49", + "parsedAmount": "14490000000000000000" + }, + { + "gotchiId": "22442", + "amount": "10.815", + "parsedAmount": "10815000000000000000" + }, + { + "gotchiId": "22445", + "amount": "13.285", + "parsedAmount": "13285000000000000000" + }, + { + "gotchiId": "22449", + "amount": "6.415", + "parsedAmount": "6415000000000000000" + }, + { + "gotchiId": "22451", + "amount": "19.7775", + "parsedAmount": "19777500000000000000" + }, + { + "gotchiId": "22453", + "amount": "11.495", + "parsedAmount": "11495000000000000000" + }, + { + "gotchiId": "22454", + "amount": "17.1575", + "parsedAmount": "17157500000000000000" + }, + { + "gotchiId": "22455", + "amount": "745.2925", + "parsedAmount": "745292500000000000000" + }, + { + "gotchiId": "22456", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "22460", + "amount": "7.0325", + "parsedAmount": "7032500000000000000" + }, + { + "gotchiId": "22462", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "22464", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "22466", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "22467", + "amount": "2.1075", + "parsedAmount": "2107500000000000000" + }, + { + "gotchiId": "22468", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "22470", + "amount": "99.71499999999999", + "parsedAmount": "99714999999999990000" + }, + { + "gotchiId": "22472", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "22473", + "amount": "69.09500000000001", + "parsedAmount": "69095000000000010000" + }, + { + "gotchiId": "22476", + "amount": "5.555", + "parsedAmount": "5555000000000000000" + }, + { + "gotchiId": "22477", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "22479", + "amount": "21.19", + "parsedAmount": "21190000000000000000" + }, + { + "gotchiId": "22483", + "amount": "7.9425", + "parsedAmount": "7942500000000000000" + }, + { + "gotchiId": "22484", + "amount": "8.127500000000001", + "parsedAmount": "8127500000000001000" + }, + { + "gotchiId": "22486", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "22487", + "amount": "16.64", + "parsedAmount": "16640000000000000000" + }, + { + "gotchiId": "22488", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "22494", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "22495", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "22498", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "22500", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "22506", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "22507", + "amount": "22.585", + "parsedAmount": "22585000000000000000" + }, + { + "gotchiId": "22508", + "amount": "34.195", + "parsedAmount": "34195000000000000000" + }, + { + "gotchiId": "22510", + "amount": "7.7749999999999995", + "parsedAmount": "7774999999999999500" + }, + { + "gotchiId": "22512", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "22513", + "amount": "17.259999999999998", + "parsedAmount": "17259999999999998000" + }, + { + "gotchiId": "22514", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "22516", + "amount": "11.725000000000001", + "parsedAmount": "11725000000000001000" + }, + { + "gotchiId": "22518", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "22519", + "amount": "97.16749999999999", + "parsedAmount": "97167499999999990000" + }, + { + "gotchiId": "22523", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "22531", + "amount": "18.4225", + "parsedAmount": "18422500000000000000" + }, + { + "gotchiId": "22533", + "amount": "8.3225", + "parsedAmount": "8322500000000000000" + }, + { + "gotchiId": "22534", + "amount": "3.1925", + "parsedAmount": "3192500000000000000" + }, + { + "gotchiId": "22535", + "amount": "10.842500000000001", + "parsedAmount": "10842500000000001000" + }, + { + "gotchiId": "22536", + "amount": "10.2775", + "parsedAmount": "10277500000000000000" + }, + { + "gotchiId": "22537", + "amount": "5.38", + "parsedAmount": "5380000000000000000" + }, + { + "gotchiId": "22549", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "22553", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "22554", + "amount": "4.4175", + "parsedAmount": "4417500000000000000" + }, + { + "gotchiId": "22558", + "amount": "12.3825", + "parsedAmount": "12382500000000000000" + }, + { + "gotchiId": "22559", + "amount": "3.285", + "parsedAmount": "3285000000000000000" + }, + { + "gotchiId": "22560", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "22563", + "amount": "7.154999999999999", + "parsedAmount": "7154999999999999000" + }, + { + "gotchiId": "22564", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "22565", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "22566", + "amount": "160.7975", + "parsedAmount": "160797500000000000000" + }, + { + "gotchiId": "22568", + "amount": "2.465", + "parsedAmount": "2465000000000000000" + }, + { + "gotchiId": "22570", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22571", + "amount": "7.7225", + "parsedAmount": "7722500000000000000" + }, + { + "gotchiId": "22572", + "amount": "18.56", + "parsedAmount": "18560000000000000000" + }, + { + "gotchiId": "22573", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "22574", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "22576", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "22577", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "22578", + "amount": "7.365", + "parsedAmount": "7365000000000000000" + }, + { + "gotchiId": "22579", + "amount": "4.525", + "parsedAmount": "4525000000000000000" + }, + { + "gotchiId": "22580", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "22585", + "amount": "15.897499999999999", + "parsedAmount": "15897499999999999000" + }, + { + "gotchiId": "22586", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "22587", + "amount": "31.1", + "parsedAmount": "31100000000000000000" + }, + { + "gotchiId": "22588", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "22594", + "amount": "3.43", + "parsedAmount": "3430000000000000000" + }, + { + "gotchiId": "22597", + "amount": "8.850000000000001", + "parsedAmount": "8850000000000001000" + }, + { + "gotchiId": "22598", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "22599", + "amount": "45.51", + "parsedAmount": "45510000000000000000" + }, + { + "gotchiId": "22600", + "amount": "15.807500000000001", + "parsedAmount": "15807500000000001000" + }, + { + "gotchiId": "22603", + "amount": "14.6975", + "parsedAmount": "14697500000000000000" + }, + { + "gotchiId": "22604", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "22609", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "22610", + "amount": "118.435", + "parsedAmount": "118435000000000000000" + }, + { + "gotchiId": "22619", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "22620", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "22622", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "22626", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "22627", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "22628", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "22630", + "amount": "30.445", + "parsedAmount": "30445000000000000000" + }, + { + "gotchiId": "22632", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "22636", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "22637", + "amount": "7.6425", + "parsedAmount": "7642500000000000000" + }, + { + "gotchiId": "22638", + "amount": "11.0025", + "parsedAmount": "11002500000000000000" + }, + { + "gotchiId": "22642", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "22643", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "22644", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "22645", + "amount": "13.815", + "parsedAmount": "13815000000000000000" + }, + { + "gotchiId": "22652", + "amount": "16.065", + "parsedAmount": "16065000000000000000" + }, + { + "gotchiId": "22653", + "amount": "17.8", + "parsedAmount": "17800000000000000000" + }, + { + "gotchiId": "22654", + "amount": "5.032500000000001", + "parsedAmount": "5032500000000001000" + }, + { + "gotchiId": "22655", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "22656", + "amount": "6.2075", + "parsedAmount": "6207500000000000000" + }, + { + "gotchiId": "22658", + "amount": "7.9725", + "parsedAmount": "7972500000000000000" + }, + { + "gotchiId": "22659", + "amount": "21.295", + "parsedAmount": "21295000000000000000" + }, + { + "gotchiId": "22660", + "amount": "10.5825", + "parsedAmount": "10582500000000000000" + }, + { + "gotchiId": "22661", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "22665", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "22666", + "amount": "9.315", + "parsedAmount": "9315000000000000000" + }, + { + "gotchiId": "22667", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "22669", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "22672", + "amount": "6.16", + "parsedAmount": "6160000000000000000" + }, + { + "gotchiId": "22674", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "22676", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "22678", + "amount": "29.9325", + "parsedAmount": "29932500000000000000" + }, + { + "gotchiId": "22679", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "22684", + "amount": "34.03", + "parsedAmount": "34030000000000000000" + }, + { + "gotchiId": "22685", + "amount": "11.7175", + "parsedAmount": "11717500000000000000" + }, + { + "gotchiId": "22690", + "amount": "25.335", + "parsedAmount": "25335000000000000000" + }, + { + "gotchiId": "22691", + "amount": "3.445", + "parsedAmount": "3445000000000000000" + }, + { + "gotchiId": "22692", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "22693", + "amount": "11.472499999999998", + "parsedAmount": "11472499999999998000" + }, + { + "gotchiId": "22694", + "amount": "6.734999999999999", + "parsedAmount": "6734999999999999000" + }, + { + "gotchiId": "22695", + "amount": "13.549999999999999", + "parsedAmount": "13549999999999999000" + }, + { + "gotchiId": "22698", + "amount": "9.175", + "parsedAmount": "9175000000000000000" + }, + { + "gotchiId": "22699", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "22700", + "amount": "18.8275", + "parsedAmount": "18827500000000000000" + }, + { + "gotchiId": "22704", + "amount": "204.6125", + "parsedAmount": "204612500000000000000" + }, + { + "gotchiId": "22705", + "amount": "48.949999999999996", + "parsedAmount": "48949999999999996000" + }, + { + "gotchiId": "22706", + "amount": "27.634999999999998", + "parsedAmount": "27634999999999998000" + }, + { + "gotchiId": "22709", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "22713", + "amount": "1125.6225", + "parsedAmount": "1125622500000000000000" + }, + { + "gotchiId": "22714", + "amount": "209.81", + "parsedAmount": "209810000000000000000" + }, + { + "gotchiId": "22718", + "amount": "6.6", + "parsedAmount": "6600000000000000000" + }, + { + "gotchiId": "22720", + "amount": "205.785", + "parsedAmount": "205785000000000000000" + }, + { + "gotchiId": "22721", + "amount": "16.4075", + "parsedAmount": "16407500000000000000" + }, + { + "gotchiId": "22722", + "amount": "10.7075", + "parsedAmount": "10707500000000000000" + }, + { + "gotchiId": "22724", + "amount": "66.8175", + "parsedAmount": "66817500000000000000" + }, + { + "gotchiId": "22726", + "amount": "7.1375", + "parsedAmount": "7137500000000000000" + }, + { + "gotchiId": "22732", + "amount": "3.3675", + "parsedAmount": "3367500000000000000" + }, + { + "gotchiId": "22733", + "amount": "14.26", + "parsedAmount": "14260000000000000000" + }, + { + "gotchiId": "22736", + "amount": "6.487500000000001", + "parsedAmount": "6487500000000001000" + }, + { + "gotchiId": "22737", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "22738", + "amount": "15.695", + "parsedAmount": "15695000000000000000" + }, + { + "gotchiId": "22740", + "amount": "16.985", + "parsedAmount": "16985000000000000000" + }, + { + "gotchiId": "22744", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "22745", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "22747", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "22748", + "amount": "3.735", + "parsedAmount": "3735000000000000000" + }, + { + "gotchiId": "22749", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "22750", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "22751", + "amount": "87.38499999999999", + "parsedAmount": "87384999999999990000" + }, + { + "gotchiId": "22752", + "amount": "7.7875000000000005", + "parsedAmount": "7787500000000000500" + }, + { + "gotchiId": "22753", + "amount": "8.717500000000001", + "parsedAmount": "8717500000000001000" + }, + { + "gotchiId": "22757", + "amount": "6.602499999999999", + "parsedAmount": "6602499999999999000" + }, + { + "gotchiId": "22760", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "22762", + "amount": "8.32", + "parsedAmount": "8320000000000000000" + }, + { + "gotchiId": "22763", + "amount": "12.135", + "parsedAmount": "12135000000000000000" + }, + { + "gotchiId": "22764", + "amount": "10.6075", + "parsedAmount": "10607500000000000000" + }, + { + "gotchiId": "22765", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "22766", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "22767", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22768", + "amount": "17.16", + "parsedAmount": "17160000000000000000" + }, + { + "gotchiId": "22771", + "amount": "18.3975", + "parsedAmount": "18397500000000000000" + }, + { + "gotchiId": "22772", + "amount": "15.030000000000001", + "parsedAmount": "15030000000000001000" + }, + { + "gotchiId": "22773", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "22774", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "22776", + "amount": "17.7125", + "parsedAmount": "17712500000000000000" + }, + { + "gotchiId": "22777", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "22779", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "22780", + "amount": "11.192499999999999", + "parsedAmount": "11192499999999999000" + }, + { + "gotchiId": "22784", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "22785", + "amount": "42.405", + "parsedAmount": "42405000000000000000" + }, + { + "gotchiId": "22788", + "amount": "10.7", + "parsedAmount": "10700000000000000000" + }, + { + "gotchiId": "22790", + "amount": "7.7525", + "parsedAmount": "7752500000000000000" + }, + { + "gotchiId": "22792", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "22793", + "amount": "64.295", + "parsedAmount": "64295000000000000000" + }, + { + "gotchiId": "22795", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "22796", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "22797", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "22798", + "amount": "5.54", + "parsedAmount": "5540000000000000000" + }, + { + "gotchiId": "22800", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "22806", + "amount": "11.46", + "parsedAmount": "11460000000000000000" + }, + { + "gotchiId": "22808", + "amount": "9.21", + "parsedAmount": "9210000000000000000" + }, + { + "gotchiId": "22809", + "amount": "11.3575", + "parsedAmount": "11357500000000000000" + }, + { + "gotchiId": "22810", + "amount": "4.695", + "parsedAmount": "4695000000000000000" + }, + { + "gotchiId": "22813", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "22815", + "amount": "9.645", + "parsedAmount": "9645000000000000000" + }, + { + "gotchiId": "22819", + "amount": "13.254999999999999", + "parsedAmount": "13254999999999999000" + }, + { + "gotchiId": "22820", + "amount": "12.807500000000001", + "parsedAmount": "12807500000000001000" + }, + { + "gotchiId": "22826", + "amount": "20.08", + "parsedAmount": "20080000000000000000" + }, + { + "gotchiId": "22830", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "22834", + "amount": "15.8225", + "parsedAmount": "15822500000000000000" + }, + { + "gotchiId": "22835", + "amount": "18.125", + "parsedAmount": "18125000000000000000" + }, + { + "gotchiId": "22839", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "22842", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "22844", + "amount": "409.8025", + "parsedAmount": "409802500000000000000" + }, + { + "gotchiId": "22845", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "22846", + "amount": "7.77", + "parsedAmount": "7770000000000000000" + }, + { + "gotchiId": "22848", + "amount": "7.9275", + "parsedAmount": "7927500000000000000" + }, + { + "gotchiId": "22850", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "22851", + "amount": "15.092500000000001", + "parsedAmount": "15092500000000001000" + }, + { + "gotchiId": "22853", + "amount": "7.6925", + "parsedAmount": "7692500000000000000" + }, + { + "gotchiId": "22854", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "22855", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "22857", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "22858", + "amount": "5.7", + "parsedAmount": "5700000000000000000" + }, + { + "gotchiId": "22859", + "amount": "9.1025", + "parsedAmount": "9102500000000000000" + }, + { + "gotchiId": "22861", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "22863", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "22864", + "amount": "138.6325", + "parsedAmount": "138632500000000000000" + }, + { + "gotchiId": "22866", + "amount": "10.2875", + "parsedAmount": "10287500000000000000" + }, + { + "gotchiId": "22867", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "22872", + "amount": "8.41", + "parsedAmount": "8410000000000000000" + }, + { + "gotchiId": "22873", + "amount": "12.337500000000002", + "parsedAmount": "12337500000000002000" + }, + { + "gotchiId": "22876", + "amount": "7.422499999999999", + "parsedAmount": "7422499999999999000" + }, + { + "gotchiId": "22877", + "amount": "15.3025", + "parsedAmount": "15302500000000000000" + }, + { + "gotchiId": "22878", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "22880", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "22882", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "22883", + "amount": "169.59750000000003", + "parsedAmount": "169597500000000030000" + }, + { + "gotchiId": "22884", + "amount": "2.53", + "parsedAmount": "2530000000000000000" + }, + { + "gotchiId": "22885", + "amount": "104.885", + "parsedAmount": "104885000000000000000" + }, + { + "gotchiId": "22886", + "amount": "6.8374999999999995", + "parsedAmount": "6837499999999999500" + }, + { + "gotchiId": "22888", + "amount": "2.2", + "parsedAmount": "2200000000000000000" + }, + { + "gotchiId": "22889", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "22891", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "22892", + "amount": "518.5775000000001", + "parsedAmount": "518577500000000100000" + }, + { + "gotchiId": "22894", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "22897", + "amount": "12.235", + "parsedAmount": "12235000000000000000" + }, + { + "gotchiId": "22898", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "22899", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "22900", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "22901", + "amount": "6.922499999999999", + "parsedAmount": "6922499999999999000" + }, + { + "gotchiId": "22902", + "amount": "14.63", + "parsedAmount": "14630000000000000000" + }, + { + "gotchiId": "22904", + "amount": "10.38", + "parsedAmount": "10380000000000000000" + }, + { + "gotchiId": "22909", + "amount": "12.7825", + "parsedAmount": "12782500000000000000" + }, + { + "gotchiId": "22911", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "22912", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "22915", + "amount": "14.6625", + "parsedAmount": "14662500000000000000" + }, + { + "gotchiId": "22916", + "amount": "10.405000000000001", + "parsedAmount": "10405000000000001000" + }, + { + "gotchiId": "22917", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "22918", + "amount": "13.940000000000001", + "parsedAmount": "13940000000000001000" + }, + { + "gotchiId": "22921", + "amount": "16.755", + "parsedAmount": "16755000000000000000" + }, + { + "gotchiId": "22922", + "amount": "9.5375", + "parsedAmount": "9537500000000000000" + }, + { + "gotchiId": "22925", + "amount": "12.1825", + "parsedAmount": "12182500000000000000" + }, + { + "gotchiId": "22926", + "amount": "11.2825", + "parsedAmount": "11282500000000000000" + }, + { + "gotchiId": "22927", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "22928", + "amount": "9.015", + "parsedAmount": "9015000000000000000" + }, + { + "gotchiId": "22930", + "amount": "15.7625", + "parsedAmount": "15762500000000000000" + }, + { + "gotchiId": "22931", + "amount": "14.727500000000001", + "parsedAmount": "14727500000000001000" + }, + { + "gotchiId": "22933", + "amount": "7.6425", + "parsedAmount": "7642500000000000000" + }, + { + "gotchiId": "22934", + "amount": "13.435", + "parsedAmount": "13435000000000000000" + }, + { + "gotchiId": "22936", + "amount": "9.905000000000001", + "parsedAmount": "9905000000000001000" + }, + { + "gotchiId": "22939", + "amount": "28.402499999999996", + "parsedAmount": "28402499999999996000" + }, + { + "gotchiId": "22940", + "amount": "10.3375", + "parsedAmount": "10337500000000000000" + }, + { + "gotchiId": "22941", + "amount": "52.81", + "parsedAmount": "52810000000000000000" + }, + { + "gotchiId": "22945", + "amount": "5.34", + "parsedAmount": "5340000000000000000" + }, + { + "gotchiId": "22949", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "22950", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "22952", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22958", + "amount": "88.7", + "parsedAmount": "88700000000000000000" + }, + { + "gotchiId": "22965", + "amount": "27.624999999999996", + "parsedAmount": "27624999999999996000" + }, + { + "gotchiId": "22971", + "amount": "5.3774999999999995", + "parsedAmount": "5377499999999999500" + }, + { + "gotchiId": "22972", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "22974", + "amount": "15.0175", + "parsedAmount": "15017500000000000000" + }, + { + "gotchiId": "22975", + "amount": "7.1525", + "parsedAmount": "7152500000000000000" + }, + { + "gotchiId": "22976", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "22977", + "amount": "28.990000000000002", + "parsedAmount": "28990000000000002000" + } + ], + "totalAmount": "12352097500000000071000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558624, + "gasUsed": "9542915" + }, + { + "batchIndex": 22, + "transactionHash": "0x86cf89c729ff31186d733097263dfdb9708dcc549054ed9ac9cebdda9b18ad10", + "timestamp": "2025-10-08T06:56:41.565Z", + "gotchiRewards": [ + { + "gotchiId": "22979", + "amount": "19.127499999999998", + "parsedAmount": "19127499999999998000" + }, + { + "gotchiId": "22980", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "22982", + "amount": "9.4", + "parsedAmount": "9400000000000000000" + }, + { + "gotchiId": "22985", + "amount": "13.354999999999999", + "parsedAmount": "13354999999999999000" + }, + { + "gotchiId": "22986", + "amount": "7.6275", + "parsedAmount": "7627500000000000000" + }, + { + "gotchiId": "22987", + "amount": "15.81", + "parsedAmount": "15810000000000000000" + }, + { + "gotchiId": "22988", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "22992", + "amount": "8.5975", + "parsedAmount": "8597500000000000000" + }, + { + "gotchiId": "22995", + "amount": "22.042500000000004", + "parsedAmount": "22042500000000004000" + }, + { + "gotchiId": "22996", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "22998", + "amount": "24.357499999999998", + "parsedAmount": "24357499999999998000" + }, + { + "gotchiId": "22999", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "23001", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "23004", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "23006", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "23007", + "amount": "16.535", + "parsedAmount": "16535000000000000000" + }, + { + "gotchiId": "23008", + "amount": "56.4275", + "parsedAmount": "56427500000000000000" + }, + { + "gotchiId": "23010", + "amount": "18.2925", + "parsedAmount": "18292500000000000000" + }, + { + "gotchiId": "23013", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "23021", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "23028", + "amount": "12.7525", + "parsedAmount": "12752500000000000000" + }, + { + "gotchiId": "23029", + "amount": "8.3725", + "parsedAmount": "8372500000000000000" + }, + { + "gotchiId": "23030", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "23033", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "23041", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "23062", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "23063", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "23064", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "23065", + "amount": "115.8075", + "parsedAmount": "115807500000000000000" + }, + { + "gotchiId": "23067", + "amount": "251.5025", + "parsedAmount": "251502500000000000000" + }, + { + "gotchiId": "23068", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "23072", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "23073", + "amount": "16.520000000000003", + "parsedAmount": "16520000000000003000" + }, + { + "gotchiId": "23077", + "amount": "17.96", + "parsedAmount": "17960000000000000000" + }, + { + "gotchiId": "23082", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "23085", + "amount": "5.8549999999999995", + "parsedAmount": "5854999999999999500" + }, + { + "gotchiId": "23086", + "amount": "13.55", + "parsedAmount": "13550000000000000000" + }, + { + "gotchiId": "23088", + "amount": "4.720000000000001", + "parsedAmount": "4720000000000001000" + }, + { + "gotchiId": "23095", + "amount": "17.8325", + "parsedAmount": "17832500000000000000" + }, + { + "gotchiId": "23096", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "23097", + "amount": "17.7925", + "parsedAmount": "17792500000000000000" + }, + { + "gotchiId": "23098", + "amount": "70.3025", + "parsedAmount": "70302500000000000000" + }, + { + "gotchiId": "23099", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "23102", + "amount": "63.92", + "parsedAmount": "63920000000000000000" + }, + { + "gotchiId": "23104", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "23110", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "23111", + "amount": "5.0625", + "parsedAmount": "5062500000000000000" + }, + { + "gotchiId": "23113", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "23115", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "23116", + "amount": "11.095", + "parsedAmount": "11095000000000000000" + }, + { + "gotchiId": "23117", + "amount": "14.3", + "parsedAmount": "14300000000000000000" + }, + { + "gotchiId": "23120", + "amount": "7.0600000000000005", + "parsedAmount": "7060000000000000500" + }, + { + "gotchiId": "23122", + "amount": "7.3825", + "parsedAmount": "7382500000000000000" + }, + { + "gotchiId": "23123", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "23124", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "23125", + "amount": "5.4399999999999995", + "parsedAmount": "5439999999999999500" + }, + { + "gotchiId": "23127", + "amount": "16.265", + "parsedAmount": "16265000000000000000" + }, + { + "gotchiId": "23128", + "amount": "10.04", + "parsedAmount": "10040000000000000000" + }, + { + "gotchiId": "23129", + "amount": "21.5025", + "parsedAmount": "21502500000000000000" + }, + { + "gotchiId": "23132", + "amount": "19.735", + "parsedAmount": "19735000000000000000" + }, + { + "gotchiId": "23134", + "amount": "12.575000000000001", + "parsedAmount": "12575000000000001000" + }, + { + "gotchiId": "23138", + "amount": "8.1225", + "parsedAmount": "8122500000000000000" + }, + { + "gotchiId": "23140", + "amount": "23.065", + "parsedAmount": "23065000000000000000" + }, + { + "gotchiId": "23141", + "amount": "9.31", + "parsedAmount": "9310000000000000000" + }, + { + "gotchiId": "23142", + "amount": "5.1125", + "parsedAmount": "5112500000000000000" + }, + { + "gotchiId": "23145", + "amount": "12.41", + "parsedAmount": "12410000000000000000" + }, + { + "gotchiId": "23146", + "amount": "18.365000000000002", + "parsedAmount": "18365000000000002000" + }, + { + "gotchiId": "23153", + "amount": "7.705", + "parsedAmount": "7705000000000000000" + }, + { + "gotchiId": "23156", + "amount": "4.0925", + "parsedAmount": "4092500000000000000" + }, + { + "gotchiId": "23157", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "23161", + "amount": "7.5825000000000005", + "parsedAmount": "7582500000000000500" + }, + { + "gotchiId": "23162", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "23163", + "amount": "11.375", + "parsedAmount": "11375000000000000000" + }, + { + "gotchiId": "23164", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "23167", + "amount": "8.41", + "parsedAmount": "8410000000000000000" + }, + { + "gotchiId": "23168", + "amount": "34.1375", + "parsedAmount": "34137500000000000000" + }, + { + "gotchiId": "23170", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "23171", + "amount": "19.84", + "parsedAmount": "19840000000000000000" + }, + { + "gotchiId": "23174", + "amount": "108.665", + "parsedAmount": "108665000000000000000" + }, + { + "gotchiId": "23175", + "amount": "5.077500000000001", + "parsedAmount": "5077500000000001000" + }, + { + "gotchiId": "23183", + "amount": "18.7075", + "parsedAmount": "18707500000000000000" + }, + { + "gotchiId": "23192", + "amount": "46.7325", + "parsedAmount": "46732500000000000000" + }, + { + "gotchiId": "23193", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "23198", + "amount": "7.702500000000001", + "parsedAmount": "7702500000000001000" + }, + { + "gotchiId": "23199", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "23201", + "amount": "406.1525", + "parsedAmount": "406152500000000000000" + }, + { + "gotchiId": "23202", + "amount": "10.8425", + "parsedAmount": "10842500000000000000" + }, + { + "gotchiId": "23205", + "amount": "5.5649999999999995", + "parsedAmount": "5564999999999999500" + }, + { + "gotchiId": "23209", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "23211", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "23213", + "amount": "22.185000000000002", + "parsedAmount": "22185000000000002000" + }, + { + "gotchiId": "23216", + "amount": "8.0075", + "parsedAmount": "8007500000000000000" + }, + { + "gotchiId": "23221", + "amount": "26.81", + "parsedAmount": "26810000000000000000" + }, + { + "gotchiId": "23224", + "amount": "6.734999999999999", + "parsedAmount": "6734999999999999000" + }, + { + "gotchiId": "23226", + "amount": "37.77", + "parsedAmount": "37770000000000000000" + }, + { + "gotchiId": "23227", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "23229", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "23230", + "amount": "3.1925", + "parsedAmount": "3192500000000000000" + }, + { + "gotchiId": "23231", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "23235", + "amount": "25.585", + "parsedAmount": "25585000000000000000" + }, + { + "gotchiId": "23236", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "23238", + "amount": "24.01", + "parsedAmount": "24010000000000000000" + }, + { + "gotchiId": "23239", + "amount": "28.5375", + "parsedAmount": "28537500000000000000" + }, + { + "gotchiId": "23241", + "amount": "51.769999999999996", + "parsedAmount": "51769999999999996000" + }, + { + "gotchiId": "23242", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "23244", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "23245", + "amount": "38.645", + "parsedAmount": "38645000000000000000" + }, + { + "gotchiId": "23249", + "amount": "51.52", + "parsedAmount": "51520000000000000000" + }, + { + "gotchiId": "23250", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "23255", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "23257", + "amount": "6.59", + "parsedAmount": "6590000000000000000" + }, + { + "gotchiId": "23258", + "amount": "26.112499999999997", + "parsedAmount": "26112499999999997000" + }, + { + "gotchiId": "23261", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "23265", + "amount": "18.88", + "parsedAmount": "18880000000000000000" + }, + { + "gotchiId": "23269", + "amount": "5.3625", + "parsedAmount": "5362500000000000000" + }, + { + "gotchiId": "23270", + "amount": "28.6675", + "parsedAmount": "28667500000000000000" + }, + { + "gotchiId": "23271", + "amount": "23.1525", + "parsedAmount": "23152500000000000000" + }, + { + "gotchiId": "23272", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "23274", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "23280", + "amount": "29.832500000000003", + "parsedAmount": "29832500000000003000" + }, + { + "gotchiId": "23288", + "amount": "7.3075", + "parsedAmount": "7307500000000000000" + }, + { + "gotchiId": "23293", + "amount": "21.3425", + "parsedAmount": "21342500000000000000" + }, + { + "gotchiId": "23295", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "23298", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "23302", + "amount": "6.755000000000001", + "parsedAmount": "6755000000000001000" + }, + { + "gotchiId": "23303", + "amount": "20.355", + "parsedAmount": "20355000000000000000" + }, + { + "gotchiId": "23309", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "23312", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "23313", + "amount": "24.36", + "parsedAmount": "24360000000000000000" + }, + { + "gotchiId": "23317", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "23319", + "amount": "29.305", + "parsedAmount": "29305000000000000000" + }, + { + "gotchiId": "23320", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "23321", + "amount": "82.97", + "parsedAmount": "82970000000000000000" + }, + { + "gotchiId": "23324", + "amount": "15.165", + "parsedAmount": "15165000000000000000" + }, + { + "gotchiId": "23325", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "23326", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "23329", + "amount": "20.6475", + "parsedAmount": "20647500000000000000" + }, + { + "gotchiId": "23336", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "23338", + "amount": "11.9675", + "parsedAmount": "11967500000000000000" + }, + { + "gotchiId": "23340", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "23343", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "23345", + "amount": "22.805", + "parsedAmount": "22805000000000000000" + }, + { + "gotchiId": "23347", + "amount": "17.205", + "parsedAmount": "17205000000000000000" + }, + { + "gotchiId": "23348", + "amount": "7.755", + "parsedAmount": "7755000000000000000" + }, + { + "gotchiId": "23349", + "amount": "11.3725", + "parsedAmount": "11372500000000000000" + }, + { + "gotchiId": "23351", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "23352", + "amount": "37.3775", + "parsedAmount": "37377500000000000000" + }, + { + "gotchiId": "23353", + "amount": "12.405", + "parsedAmount": "12405000000000000000" + }, + { + "gotchiId": "23355", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "23356", + "amount": "12.362499999999999", + "parsedAmount": "12362499999999999000" + }, + { + "gotchiId": "23362", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "23364", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "23367", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "23368", + "amount": "17.26", + "parsedAmount": "17260000000000000000" + }, + { + "gotchiId": "23373", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "23377", + "amount": "24.272499999999997", + "parsedAmount": "24272499999999997000" + }, + { + "gotchiId": "23387", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "23390", + "amount": "17.705", + "parsedAmount": "17705000000000000000" + }, + { + "gotchiId": "23392", + "amount": "11.602500000000001", + "parsedAmount": "11602500000000001000" + }, + { + "gotchiId": "23393", + "amount": "7.359999999999999", + "parsedAmount": "7359999999999999000" + }, + { + "gotchiId": "23397", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "23399", + "amount": "6.987500000000001", + "parsedAmount": "6987500000000001000" + }, + { + "gotchiId": "23400", + "amount": "6.8549999999999995", + "parsedAmount": "6854999999999999500" + }, + { + "gotchiId": "23402", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "23403", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "23407", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "23408", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "23411", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "23413", + "amount": "13.4625", + "parsedAmount": "13462500000000000000" + }, + { + "gotchiId": "23414", + "amount": "62.332499999999996", + "parsedAmount": "62332499999999996000" + }, + { + "gotchiId": "23415", + "amount": "11.8", + "parsedAmount": "11800000000000000000" + }, + { + "gotchiId": "23418", + "amount": "97.98750000000001", + "parsedAmount": "97987500000000010000" + }, + { + "gotchiId": "23420", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "23422", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "23423", + "amount": "7.835", + "parsedAmount": "7835000000000000000" + }, + { + "gotchiId": "23424", + "amount": "11.842500000000001", + "parsedAmount": "11842500000000001000" + }, + { + "gotchiId": "23425", + "amount": "21.8625", + "parsedAmount": "21862500000000000000" + }, + { + "gotchiId": "23430", + "amount": "5.765000000000001", + "parsedAmount": "5765000000000001000" + }, + { + "gotchiId": "23432", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "23433", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "23434", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "23437", + "amount": "28.660000000000004", + "parsedAmount": "28660000000000004000" + }, + { + "gotchiId": "23438", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "23439", + "amount": "13.629999999999999", + "parsedAmount": "13629999999999999000" + }, + { + "gotchiId": "23443", + "amount": "11.885", + "parsedAmount": "11885000000000000000" + }, + { + "gotchiId": "23448", + "amount": "9.75", + "parsedAmount": "9750000000000000000" + }, + { + "gotchiId": "23449", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "23450", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "23455", + "amount": "33.64", + "parsedAmount": "33640000000000000000" + }, + { + "gotchiId": "23460", + "amount": "46.8775", + "parsedAmount": "46877500000000000000" + }, + { + "gotchiId": "23461", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "23462", + "amount": "5.1", + "parsedAmount": "5100000000000000000" + }, + { + "gotchiId": "23465", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "23468", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "23469", + "amount": "17.155", + "parsedAmount": "17155000000000000000" + }, + { + "gotchiId": "23470", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "23476", + "amount": "4.6825", + "parsedAmount": "4682500000000000000" + }, + { + "gotchiId": "23477", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "23479", + "amount": "243.6425", + "parsedAmount": "243642500000000000000" + }, + { + "gotchiId": "23481", + "amount": "10.2275", + "parsedAmount": "10227500000000000000" + }, + { + "gotchiId": "23488", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "23490", + "amount": "10.572500000000002", + "parsedAmount": "10572500000000002000" + }, + { + "gotchiId": "23492", + "amount": "35.730000000000004", + "parsedAmount": "35730000000000004000" + }, + { + "gotchiId": "23494", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "23495", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "23496", + "amount": "24.02", + "parsedAmount": "24020000000000000000" + }, + { + "gotchiId": "23500", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "23501", + "amount": "59.4925", + "parsedAmount": "59492500000000000000" + }, + { + "gotchiId": "23502", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "23503", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "23505", + "amount": "13.5825", + "parsedAmount": "13582500000000000000" + }, + { + "gotchiId": "23507", + "amount": "13.0075", + "parsedAmount": "13007500000000000000" + }, + { + "gotchiId": "23512", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "23514", + "amount": "8.3", + "parsedAmount": "8300000000000000000" + }, + { + "gotchiId": "23515", + "amount": "24.7025", + "parsedAmount": "24702500000000000000" + }, + { + "gotchiId": "23518", + "amount": "4.21", + "parsedAmount": "4210000000000000000" + }, + { + "gotchiId": "23519", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "23523", + "amount": "9.3775", + "parsedAmount": "9377500000000000000" + }, + { + "gotchiId": "23524", + "amount": "18.985", + "parsedAmount": "18985000000000000000" + }, + { + "gotchiId": "23525", + "amount": "16.887500000000003", + "parsedAmount": "16887500000000003000" + }, + { + "gotchiId": "23526", + "amount": "6.765", + "parsedAmount": "6765000000000000000" + }, + { + "gotchiId": "23527", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "23529", + "amount": "22.49", + "parsedAmount": "22490000000000000000" + }, + { + "gotchiId": "23531", + "amount": "15.9225", + "parsedAmount": "15922500000000000000" + }, + { + "gotchiId": "23533", + "amount": "6.5024999999999995", + "parsedAmount": "6502499999999999500" + }, + { + "gotchiId": "23535", + "amount": "15.7775", + "parsedAmount": "15777500000000000000" + }, + { + "gotchiId": "23537", + "amount": "15.1", + "parsedAmount": "15100000000000000000" + }, + { + "gotchiId": "23539", + "amount": "7.5925", + "parsedAmount": "7592500000000000000" + }, + { + "gotchiId": "23541", + "amount": "43.1225", + "parsedAmount": "43122500000000000000" + }, + { + "gotchiId": "23547", + "amount": "13.7725", + "parsedAmount": "13772500000000000000" + }, + { + "gotchiId": "23548", + "amount": "12.854999999999999", + "parsedAmount": "12854999999999999000" + }, + { + "gotchiId": "23574", + "amount": "20.1925", + "parsedAmount": "20192500000000000000" + }, + { + "gotchiId": "23576", + "amount": "38.61", + "parsedAmount": "38610000000000000000" + }, + { + "gotchiId": "23577", + "amount": "27.0525", + "parsedAmount": "27052500000000000000" + }, + { + "gotchiId": "23579", + "amount": "5.86", + "parsedAmount": "5860000000000000000" + }, + { + "gotchiId": "23580", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "23581", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "23583", + "amount": "14.185", + "parsedAmount": "14185000000000000000" + }, + { + "gotchiId": "23587", + "amount": "7.715", + "parsedAmount": "7715000000000000000" + }, + { + "gotchiId": "23588", + "amount": "11.557500000000001", + "parsedAmount": "11557500000000001000" + }, + { + "gotchiId": "23589", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "23590", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "23593", + "amount": "16.6", + "parsedAmount": "16600000000000000000" + }, + { + "gotchiId": "23595", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "23596", + "amount": "3.07", + "parsedAmount": "3070000000000000000" + }, + { + "gotchiId": "23599", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "23600", + "amount": "16.86", + "parsedAmount": "16860000000000000000" + }, + { + "gotchiId": "23601", + "amount": "16.0175", + "parsedAmount": "16017500000000000000" + }, + { + "gotchiId": "23607", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "23611", + "amount": "8.015", + "parsedAmount": "8015000000000000000" + }, + { + "gotchiId": "23612", + "amount": "8.16", + "parsedAmount": "8160000000000000000" + }, + { + "gotchiId": "23614", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "23618", + "amount": "2.245", + "parsedAmount": "2245000000000000000" + }, + { + "gotchiId": "23619", + "amount": "97.61749999999999", + "parsedAmount": "97617499999999990000" + }, + { + "gotchiId": "23620", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "23623", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "23629", + "amount": "29.762500000000003", + "parsedAmount": "29762500000000003000" + }, + { + "gotchiId": "23632", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "23638", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "23642", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "23643", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "23648", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "23652", + "amount": "7.932499999999999", + "parsedAmount": "7932499999999999000" + }, + { + "gotchiId": "23654", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "23659", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "23660", + "amount": "9.79", + "parsedAmount": "9790000000000000000" + }, + { + "gotchiId": "23663", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "23666", + "amount": "21.8275", + "parsedAmount": "21827500000000000000" + }, + { + "gotchiId": "23667", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "23670", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "23671", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "23672", + "amount": "12.870000000000001", + "parsedAmount": "12870000000000001000" + }, + { + "gotchiId": "23673", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "23674", + "amount": "9.19", + "parsedAmount": "9190000000000000000" + }, + { + "gotchiId": "23675", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "23679", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "23680", + "amount": "13.2625", + "parsedAmount": "13262500000000000000" + }, + { + "gotchiId": "23689", + "amount": "18.445", + "parsedAmount": "18445000000000000000" + }, + { + "gotchiId": "23690", + "amount": "16.9525", + "parsedAmount": "16952500000000000000" + }, + { + "gotchiId": "23691", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "23692", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "23694", + "amount": "7.11", + "parsedAmount": "7110000000000000000" + }, + { + "gotchiId": "23698", + "amount": "6.59", + "parsedAmount": "6590000000000000000" + }, + { + "gotchiId": "23701", + "amount": "7.5525", + "parsedAmount": "7552500000000000000" + }, + { + "gotchiId": "23702", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "23703", + "amount": "12.142500000000002", + "parsedAmount": "12142500000000002000" + }, + { + "gotchiId": "23704", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "23705", + "amount": "15.7525", + "parsedAmount": "15752500000000000000" + }, + { + "gotchiId": "23706", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "23709", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "23710", + "amount": "11.307500000000001", + "parsedAmount": "11307500000000001000" + }, + { + "gotchiId": "23711", + "amount": "349.01", + "parsedAmount": "349010000000000000000" + }, + { + "gotchiId": "23712", + "amount": "38.5925", + "parsedAmount": "38592500000000000000" + }, + { + "gotchiId": "23717", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "23723", + "amount": "19.794999999999998", + "parsedAmount": "19794999999999998000" + }, + { + "gotchiId": "23729", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "23730", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "23741", + "amount": "29.0875", + "parsedAmount": "29087500000000000000" + }, + { + "gotchiId": "23747", + "amount": "7.91", + "parsedAmount": "7910000000000000000" + }, + { + "gotchiId": "23748", + "amount": "9.0775", + "parsedAmount": "9077500000000000000" + }, + { + "gotchiId": "23749", + "amount": "5.130000000000001", + "parsedAmount": "5130000000000001000" + }, + { + "gotchiId": "23751", + "amount": "64", + "parsedAmount": "64000000000000000000" + }, + { + "gotchiId": "23753", + "amount": "15.6975", + "parsedAmount": "15697500000000000000" + }, + { + "gotchiId": "23755", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "23757", + "amount": "48.905", + "parsedAmount": "48905000000000000000" + }, + { + "gotchiId": "23766", + "amount": "20.9375", + "parsedAmount": "20937500000000000000" + }, + { + "gotchiId": "23767", + "amount": "10.92", + "parsedAmount": "10920000000000000000" + }, + { + "gotchiId": "23771", + "amount": "2.3525", + "parsedAmount": "2352500000000000000" + }, + { + "gotchiId": "23773", + "amount": "55.21249999999999", + "parsedAmount": "55212499999999990000" + }, + { + "gotchiId": "23774", + "amount": "13.03", + "parsedAmount": "13030000000000000000" + }, + { + "gotchiId": "23775", + "amount": "8.3275", + "parsedAmount": "8327500000000000000" + }, + { + "gotchiId": "23777", + "amount": "13.645", + "parsedAmount": "13645000000000000000" + }, + { + "gotchiId": "23779", + "amount": "10.2175", + "parsedAmount": "10217500000000000000" + }, + { + "gotchiId": "23780", + "amount": "28.97", + "parsedAmount": "28970000000000000000" + }, + { + "gotchiId": "23785", + "amount": "16.88", + "parsedAmount": "16880000000000000000" + }, + { + "gotchiId": "23786", + "amount": "5.5375", + "parsedAmount": "5537500000000000000" + }, + { + "gotchiId": "23789", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "23791", + "amount": "12.695", + "parsedAmount": "12695000000000000000" + }, + { + "gotchiId": "23792", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "23793", + "amount": "8.95", + "parsedAmount": "8950000000000000000" + }, + { + "gotchiId": "23794", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "23795", + "amount": "15755.914999999999", + "parsedAmount": "15755914999999999000000" + }, + { + "gotchiId": "23798", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "23799", + "amount": "57.5475", + "parsedAmount": "57547500000000000000" + }, + { + "gotchiId": "23800", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "23801", + "amount": "20.61", + "parsedAmount": "20610000000000000000" + }, + { + "gotchiId": "23802", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "23803", + "amount": "12.0425", + "parsedAmount": "12042500000000000000" + }, + { + "gotchiId": "23804", + "amount": "7.2250000000000005", + "parsedAmount": "7225000000000000500" + }, + { + "gotchiId": "23809", + "amount": "9.4075", + "parsedAmount": "9407500000000000000" + }, + { + "gotchiId": "23811", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "23812", + "amount": "21.9525", + "parsedAmount": "21952500000000000000" + }, + { + "gotchiId": "23813", + "amount": "12.97", + "parsedAmount": "12970000000000000000" + }, + { + "gotchiId": "23814", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "23816", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "23818", + "amount": "15.0225", + "parsedAmount": "15022500000000000000" + }, + { + "gotchiId": "23819", + "amount": "7.422499999999999", + "parsedAmount": "7422499999999999000" + }, + { + "gotchiId": "23820", + "amount": "3.78", + "parsedAmount": "3780000000000000000" + }, + { + "gotchiId": "23822", + "amount": "11.7625", + "parsedAmount": "11762500000000000000" + }, + { + "gotchiId": "23829", + "amount": "14.415", + "parsedAmount": "14415000000000000000" + }, + { + "gotchiId": "23833", + "amount": "21.7025", + "parsedAmount": "21702500000000000000" + }, + { + "gotchiId": "23837", + "amount": "11.9775", + "parsedAmount": "11977500000000000000" + }, + { + "gotchiId": "23838", + "amount": "37.7325", + "parsedAmount": "37732500000000000000" + }, + { + "gotchiId": "23840", + "amount": "2.035", + "parsedAmount": "2035000000000000000" + }, + { + "gotchiId": "23841", + "amount": "11.0325", + "parsedAmount": "11032500000000000000" + }, + { + "gotchiId": "23842", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "23845", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "23848", + "amount": "4.89", + "parsedAmount": "4890000000000000000" + }, + { + "gotchiId": "23852", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "23853", + "amount": "14.615", + "parsedAmount": "14615000000000000000" + }, + { + "gotchiId": "23856", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "23858", + "amount": "13.96", + "parsedAmount": "13960000000000000000" + }, + { + "gotchiId": "23859", + "amount": "9.557500000000001", + "parsedAmount": "9557500000000001000" + }, + { + "gotchiId": "23860", + "amount": "10.1", + "parsedAmount": "10100000000000000000" + }, + { + "gotchiId": "23861", + "amount": "11.995000000000001", + "parsedAmount": "11995000000000001000" + }, + { + "gotchiId": "23862", + "amount": "5.04", + "parsedAmount": "5040000000000000000" + }, + { + "gotchiId": "23863", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "23864", + "amount": "17.42", + "parsedAmount": "17420000000000000000" + }, + { + "gotchiId": "23867", + "amount": "6.2075", + "parsedAmount": "6207500000000000000" + }, + { + "gotchiId": "23868", + "amount": "6.61", + "parsedAmount": "6610000000000000000" + }, + { + "gotchiId": "23871", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "23872", + "amount": "31.6025", + "parsedAmount": "31602500000000000000" + }, + { + "gotchiId": "23873", + "amount": "21.240000000000002", + "parsedAmount": "21240000000000002000" + }, + { + "gotchiId": "23878", + "amount": "17.01", + "parsedAmount": "17010000000000000000" + }, + { + "gotchiId": "23881", + "amount": "2235.3075", + "parsedAmount": "2235307500000000000000" + }, + { + "gotchiId": "23884", + "amount": "16.240000000000002", + "parsedAmount": "16240000000000002000" + }, + { + "gotchiId": "23888", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "23890", + "amount": "10.965", + "parsedAmount": "10965000000000000000" + }, + { + "gotchiId": "23891", + "amount": "7.672499999999999", + "parsedAmount": "7672499999999999000" + }, + { + "gotchiId": "23892", + "amount": "40.177499999999995", + "parsedAmount": "40177499999999995000" + }, + { + "gotchiId": "23899", + "amount": "18.455000000000002", + "parsedAmount": "18455000000000002000" + }, + { + "gotchiId": "23901", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "23903", + "amount": "12.3075", + "parsedAmount": "12307500000000000000" + }, + { + "gotchiId": "23907", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "23908", + "amount": "18.46", + "parsedAmount": "18460000000000000000" + }, + { + "gotchiId": "23911", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "23913", + "amount": "3.275", + "parsedAmount": "3275000000000000000" + }, + { + "gotchiId": "23914", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "23916", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "23918", + "amount": "11.6675", + "parsedAmount": "11667500000000000000" + }, + { + "gotchiId": "23919", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "23920", + "amount": "9.525", + "parsedAmount": "9525000000000000000" + }, + { + "gotchiId": "23921", + "amount": "450.25000000000006", + "parsedAmount": "450250000000000060000" + }, + { + "gotchiId": "23923", + "amount": "3.7575", + "parsedAmount": "3757500000000000000" + }, + { + "gotchiId": "23924", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "23925", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "23928", + "amount": "3.725", + "parsedAmount": "3725000000000000000" + }, + { + "gotchiId": "23930", + "amount": "13.870000000000001", + "parsedAmount": "13870000000000001000" + }, + { + "gotchiId": "23931", + "amount": "18.95", + "parsedAmount": "18950000000000000000" + }, + { + "gotchiId": "23935", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "23936", + "amount": "14.542499999999999", + "parsedAmount": "14542499999999999000" + }, + { + "gotchiId": "23940", + "amount": "12.705", + "parsedAmount": "12705000000000000000" + }, + { + "gotchiId": "23941", + "amount": "13.9975", + "parsedAmount": "13997500000000000000" + }, + { + "gotchiId": "23943", + "amount": "23.6325", + "parsedAmount": "23632500000000000000" + }, + { + "gotchiId": "23950", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "23951", + "amount": "20.805", + "parsedAmount": "20805000000000000000" + }, + { + "gotchiId": "23957", + "amount": "8.870000000000001", + "parsedAmount": "8870000000000001000" + }, + { + "gotchiId": "23964", + "amount": "16.5875", + "parsedAmount": "16587500000000000000" + }, + { + "gotchiId": "23968", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "23970", + "amount": "15.665", + "parsedAmount": "15665000000000000000" + }, + { + "gotchiId": "23971", + "amount": "5.205", + "parsedAmount": "5205000000000000000" + }, + { + "gotchiId": "23972", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "23974", + "amount": "39.2425", + "parsedAmount": "39242500000000000000" + }, + { + "gotchiId": "23975", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "23977", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "23978", + "amount": "19.995", + "parsedAmount": "19995000000000000000" + }, + { + "gotchiId": "23979", + "amount": "21.64", + "parsedAmount": "21640000000000000000" + }, + { + "gotchiId": "23983", + "amount": "16.77", + "parsedAmount": "16770000000000000000" + }, + { + "gotchiId": "23984", + "amount": "15.14", + "parsedAmount": "15140000000000000000" + }, + { + "gotchiId": "23985", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "23986", + "amount": "27.93", + "parsedAmount": "27930000000000000000" + }, + { + "gotchiId": "23988", + "amount": "6.9350000000000005", + "parsedAmount": "6935000000000000500" + }, + { + "gotchiId": "23991", + "amount": "11.557500000000001", + "parsedAmount": "11557500000000001000" + }, + { + "gotchiId": "23993", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "23994", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "23995", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "23996", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "23997", + "amount": "20.150000000000002", + "parsedAmount": "20150000000000002000" + }, + { + "gotchiId": "24002", + "amount": "6.8975", + "parsedAmount": "6897500000000000000" + }, + { + "gotchiId": "24004", + "amount": "12.135", + "parsedAmount": "12135000000000000000" + }, + { + "gotchiId": "24011", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "24013", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "24021", + "amount": "7.1274999999999995", + "parsedAmount": "7127499999999999500" + }, + { + "gotchiId": "24024", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "24026", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "24028", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "24029", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "24032", + "amount": "14.92", + "parsedAmount": "14920000000000000000" + }, + { + "gotchiId": "24033", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "24034", + "amount": "13.862499999999999", + "parsedAmount": "13862499999999999000" + }, + { + "gotchiId": "24035", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "24041", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "24046", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "24052", + "amount": "6.12", + "parsedAmount": "6120000000000000000" + }, + { + "gotchiId": "24053", + "amount": "16.9625", + "parsedAmount": "16962500000000000000" + }, + { + "gotchiId": "24054", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "24056", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "24063", + "amount": "10.275", + "parsedAmount": "10275000000000000000" + }, + { + "gotchiId": "24064", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "24066", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "24067", + "amount": "14.8325", + "parsedAmount": "14832500000000000000" + }, + { + "gotchiId": "24069", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "24071", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "24074", + "amount": "17.275", + "parsedAmount": "17275000000000000000" + }, + { + "gotchiId": "24075", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "24076", + "amount": "40.1275", + "parsedAmount": "40127500000000000000" + }, + { + "gotchiId": "24077", + "amount": "72.3425", + "parsedAmount": "72342500000000000000" + }, + { + "gotchiId": "24079", + "amount": "3.7575", + "parsedAmount": "3757500000000000000" + }, + { + "gotchiId": "24080", + "amount": "14.1825", + "parsedAmount": "14182500000000000000" + }, + { + "gotchiId": "24082", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "24085", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "24087", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "24088", + "amount": "18.36", + "parsedAmount": "18360000000000000000" + }, + { + "gotchiId": "24089", + "amount": "35.125", + "parsedAmount": "35125000000000000000" + }, + { + "gotchiId": "24091", + "amount": "13.317499999999999", + "parsedAmount": "13317499999999999000" + }, + { + "gotchiId": "24092", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "24093", + "amount": "11.9825", + "parsedAmount": "11982500000000000000" + }, + { + "gotchiId": "24094", + "amount": "16.0875", + "parsedAmount": "16087500000000000000" + }, + { + "gotchiId": "24096", + "amount": "16.715", + "parsedAmount": "16715000000000000000" + }, + { + "gotchiId": "24099", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "24101", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "24102", + "amount": "12.17", + "parsedAmount": "12170000000000000000" + }, + { + "gotchiId": "24104", + "amount": "6.1675", + "parsedAmount": "6167500000000000000" + }, + { + "gotchiId": "24105", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "24106", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "24108", + "amount": "15.6525", + "parsedAmount": "15652500000000000000" + }, + { + "gotchiId": "24109", + "amount": "29.4825", + "parsedAmount": "29482500000000000000" + }, + { + "gotchiId": "24110", + "amount": "18.04", + "parsedAmount": "18040000000000000000" + }, + { + "gotchiId": "24113", + "amount": "14.912500000000001", + "parsedAmount": "14912500000000001000" + }, + { + "gotchiId": "24114", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "24115", + "amount": "21.3875", + "parsedAmount": "21387500000000000000" + }, + { + "gotchiId": "24116", + "amount": "5.7375", + "parsedAmount": "5737500000000000000" + }, + { + "gotchiId": "24121", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "24123", + "amount": "17.3525", + "parsedAmount": "17352500000000000000" + }, + { + "gotchiId": "24125", + "amount": "18.9325", + "parsedAmount": "18932500000000000000" + }, + { + "gotchiId": "24129", + "amount": "8.495", + "parsedAmount": "8495000000000000000" + }, + { + "gotchiId": "24130", + "amount": "8.845", + "parsedAmount": "8845000000000000000" + }, + { + "gotchiId": "24139", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "24140", + "amount": "2.76", + "parsedAmount": "2760000000000000000" + }, + { + "gotchiId": "24146", + "amount": "11.8475", + "parsedAmount": "11847500000000000000" + }, + { + "gotchiId": "24148", + "amount": "11.780000000000001", + "parsedAmount": "11780000000000001000" + }, + { + "gotchiId": "24149", + "amount": "19.0125", + "parsedAmount": "19012500000000000000" + }, + { + "gotchiId": "24152", + "amount": "40.025", + "parsedAmount": "40025000000000000000" + }, + { + "gotchiId": "24155", + "amount": "15.56", + "parsedAmount": "15560000000000000000" + }, + { + "gotchiId": "24159", + "amount": "9.865", + "parsedAmount": "9865000000000000000" + }, + { + "gotchiId": "24161", + "amount": "10.685", + "parsedAmount": "10685000000000000000" + }, + { + "gotchiId": "24163", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "24164", + "amount": "6.2025", + "parsedAmount": "6202500000000000000" + }, + { + "gotchiId": "24165", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "24169", + "amount": "22.662499999999998", + "parsedAmount": "22662499999999998000" + }, + { + "gotchiId": "24171", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "24172", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "24173", + "amount": "18.552500000000002", + "parsedAmount": "18552500000000002000" + }, + { + "gotchiId": "24174", + "amount": "6.7250000000000005", + "parsedAmount": "6725000000000000500" + } + ], + "totalAmount": "26145432499999999071000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558628, + "gasUsed": "9910698" + }, + { + "batchIndex": 23, + "transactionHash": "0x1ea0169f58fc192620e03c5acd3742460b17892334101c31a4542c44e3d43ec5", + "timestamp": "2025-10-08T06:56:45.483Z", + "gotchiRewards": [ + { + "gotchiId": "24179", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "24180", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "24181", + "amount": "11.815", + "parsedAmount": "11815000000000000000" + }, + { + "gotchiId": "24185", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "24186", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "24248", + "amount": "18.865", + "parsedAmount": "18865000000000000000" + }, + { + "gotchiId": "24249", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "24253", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "24256", + "amount": "475.385", + "parsedAmount": "475385000000000000000" + }, + { + "gotchiId": "24264", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "24285", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "24286", + "amount": "20.285", + "parsedAmount": "20285000000000000000" + }, + { + "gotchiId": "24287", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "24290", + "amount": "22.5475", + "parsedAmount": "22547500000000000000" + }, + { + "gotchiId": "24291", + "amount": "3.4375", + "parsedAmount": "3437500000000000000" + }, + { + "gotchiId": "24292", + "amount": "10.462499999999999", + "parsedAmount": "10462499999999999000" + }, + { + "gotchiId": "24294", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "24300", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "24304", + "amount": "5.51", + "parsedAmount": "5510000000000000000" + }, + { + "gotchiId": "24306", + "amount": "11.085", + "parsedAmount": "11085000000000000000" + }, + { + "gotchiId": "24307", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "24310", + "amount": "16.165", + "parsedAmount": "16165000000000000000" + }, + { + "gotchiId": "24336", + "amount": "5.06", + "parsedAmount": "5060000000000000000" + }, + { + "gotchiId": "24352", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "24369", + "amount": "8.432500000000001", + "parsedAmount": "8432500000000001000" + }, + { + "gotchiId": "24370", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "24372", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "24374", + "amount": "7.5424999999999995", + "parsedAmount": "7542499999999999500" + }, + { + "gotchiId": "24375", + "amount": "3.5375", + "parsedAmount": "3537500000000000000" + }, + { + "gotchiId": "24377", + "amount": "20.2425", + "parsedAmount": "20242500000000000000" + }, + { + "gotchiId": "24378", + "amount": "14.5525", + "parsedAmount": "14552500000000000000" + }, + { + "gotchiId": "24379", + "amount": "17.552500000000002", + "parsedAmount": "17552500000000002000" + }, + { + "gotchiId": "24381", + "amount": "209.0375", + "parsedAmount": "209037500000000000000" + }, + { + "gotchiId": "24383", + "amount": "37.305", + "parsedAmount": "37305000000000000000" + }, + { + "gotchiId": "24386", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "24387", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "24388", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "24389", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "24390", + "amount": "6.785", + "parsedAmount": "6785000000000000000" + }, + { + "gotchiId": "24391", + "amount": "12.87", + "parsedAmount": "12870000000000000000" + }, + { + "gotchiId": "24394", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "24396", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "24397", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "24398", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "24402", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "24404", + "amount": "64.8625", + "parsedAmount": "64862500000000000000" + }, + { + "gotchiId": "24406", + "amount": "6.045", + "parsedAmount": "6045000000000000000" + }, + { + "gotchiId": "24408", + "amount": "13.64", + "parsedAmount": "13640000000000000000" + }, + { + "gotchiId": "24409", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "24410", + "amount": "384.58250000000004", + "parsedAmount": "384582500000000040000" + }, + { + "gotchiId": "24412", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "24413", + "amount": "3.7375", + "parsedAmount": "3737500000000000000" + }, + { + "gotchiId": "24414", + "amount": "22.932500000000005", + "parsedAmount": "22932500000000005000" + }, + { + "gotchiId": "24415", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "24416", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "24417", + "amount": "28.389999999999997", + "parsedAmount": "28389999999999997000" + }, + { + "gotchiId": "24418", + "amount": "6.3175", + "parsedAmount": "6317500000000000000" + }, + { + "gotchiId": "24419", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "24420", + "amount": "3.2625", + "parsedAmount": "3262500000000000000" + }, + { + "gotchiId": "24422", + "amount": "689.195", + "parsedAmount": "689195000000000000000" + }, + { + "gotchiId": "24427", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "24429", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "24435", + "amount": "34.4825", + "parsedAmount": "34482500000000000000" + }, + { + "gotchiId": "24436", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "24437", + "amount": "9.075", + "parsedAmount": "9075000000000000000" + }, + { + "gotchiId": "24439", + "amount": "31.03", + "parsedAmount": "31030000000000000000" + }, + { + "gotchiId": "24441", + "amount": "8.495", + "parsedAmount": "8495000000000000000" + }, + { + "gotchiId": "24443", + "amount": "13.315000000000001", + "parsedAmount": "13315000000000001000" + }, + { + "gotchiId": "24449", + "amount": "32.26", + "parsedAmount": "32260000000000000000" + }, + { + "gotchiId": "24451", + "amount": "13.2825", + "parsedAmount": "13282500000000000000" + }, + { + "gotchiId": "24455", + "amount": "7.0325", + "parsedAmount": "7032500000000000000" + }, + { + "gotchiId": "24459", + "amount": "8.465", + "parsedAmount": "8465000000000000000" + }, + { + "gotchiId": "24466", + "amount": "11.254999999999999", + "parsedAmount": "11254999999999999000" + }, + { + "gotchiId": "24467", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "24468", + "amount": "9.709999999999999", + "parsedAmount": "9709999999999999000" + }, + { + "gotchiId": "24469", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "24471", + "amount": "16.29", + "parsedAmount": "16290000000000000000" + }, + { + "gotchiId": "24472", + "amount": "8.9775", + "parsedAmount": "8977500000000000000" + }, + { + "gotchiId": "24473", + "amount": "9.2325", + "parsedAmount": "9232500000000000000" + }, + { + "gotchiId": "24476", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "24478", + "amount": "13.874999999999998", + "parsedAmount": "13874999999999998000" + }, + { + "gotchiId": "24479", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "24483", + "amount": "4.9475", + "parsedAmount": "4947500000000000000" + }, + { + "gotchiId": "24484", + "amount": "26.945", + "parsedAmount": "26945000000000000000" + }, + { + "gotchiId": "24485", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "24488", + "amount": "11.559999999999999", + "parsedAmount": "11559999999999999000" + }, + { + "gotchiId": "24491", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "24492", + "amount": "10.2225", + "parsedAmount": "10222500000000000000" + }, + { + "gotchiId": "24498", + "amount": "35.14", + "parsedAmount": "35140000000000000000" + }, + { + "gotchiId": "24499", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "24500", + "amount": "14.6725", + "parsedAmount": "14672500000000000000" + }, + { + "gotchiId": "24501", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "24502", + "amount": "11.615", + "parsedAmount": "11615000000000000000" + }, + { + "gotchiId": "24503", + "amount": "38.8025", + "parsedAmount": "38802500000000000000" + }, + { + "gotchiId": "24504", + "amount": "16.22", + "parsedAmount": "16220000000000000000" + }, + { + "gotchiId": "24506", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "24509", + "amount": "210.77", + "parsedAmount": "210770000000000000000" + }, + { + "gotchiId": "24510", + "amount": "89.935", + "parsedAmount": "89935000000000000000" + }, + { + "gotchiId": "24516", + "amount": "11.5775", + "parsedAmount": "11577500000000000000" + }, + { + "gotchiId": "24522", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "24523", + "amount": "16.509999999999998", + "parsedAmount": "16509999999999998000" + }, + { + "gotchiId": "24524", + "amount": "62", + "parsedAmount": "62000000000000000000" + }, + { + "gotchiId": "24525", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "24526", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "24527", + "amount": "5.1274999999999995", + "parsedAmount": "5127499999999999500" + }, + { + "gotchiId": "24534", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "24535", + "amount": "30.752499999999998", + "parsedAmount": "30752499999999998000" + }, + { + "gotchiId": "24541", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "24542", + "amount": "8.715", + "parsedAmount": "8715000000000000000" + }, + { + "gotchiId": "24544", + "amount": "11.7075", + "parsedAmount": "11707500000000000000" + }, + { + "gotchiId": "24545", + "amount": "22.145", + "parsedAmount": "22145000000000000000" + }, + { + "gotchiId": "24547", + "amount": "7.095000000000001", + "parsedAmount": "7095000000000001000" + }, + { + "gotchiId": "24548", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "24549", + "amount": "15.29", + "parsedAmount": "15290000000000000000" + }, + { + "gotchiId": "24550", + "amount": "9.522499999999999", + "parsedAmount": "9522499999999999000" + }, + { + "gotchiId": "24551", + "amount": "15.092500000000001", + "parsedAmount": "15092500000000001000" + }, + { + "gotchiId": "24553", + "amount": "7.95", + "parsedAmount": "7950000000000000000" + }, + { + "gotchiId": "24554", + "amount": "30.8725", + "parsedAmount": "30872500000000000000" + }, + { + "gotchiId": "24555", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "24557", + "amount": "7.295", + "parsedAmount": "7295000000000000000" + }, + { + "gotchiId": "24564", + "amount": "10.635", + "parsedAmount": "10635000000000000000" + }, + { + "gotchiId": "24566", + "amount": "18.917499999999997", + "parsedAmount": "18917499999999997000" + }, + { + "gotchiId": "24568", + "amount": "2.41", + "parsedAmount": "2410000000000000000" + }, + { + "gotchiId": "24571", + "amount": "16.6225", + "parsedAmount": "16622500000000000000" + }, + { + "gotchiId": "24576", + "amount": "17.599999999999998", + "parsedAmount": "17599999999999998000" + }, + { + "gotchiId": "24577", + "amount": "17.1425", + "parsedAmount": "17142500000000000000" + }, + { + "gotchiId": "24582", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "24586", + "amount": "6.9425", + "parsedAmount": "6942500000000000000" + }, + { + "gotchiId": "24588", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "24590", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "24591", + "amount": "11.8375", + "parsedAmount": "11837500000000000000" + }, + { + "gotchiId": "24592", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "24594", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "24597", + "amount": "8.2575", + "parsedAmount": "8257500000000000000" + }, + { + "gotchiId": "24598", + "amount": "7.8175", + "parsedAmount": "7817500000000000000" + }, + { + "gotchiId": "24601", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "24603", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "24605", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "24607", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "24610", + "amount": "70.6925", + "parsedAmount": "70692500000000000000" + }, + { + "gotchiId": "24611", + "amount": "3.385", + "parsedAmount": "3385000000000000000" + }, + { + "gotchiId": "24615", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "24617", + "amount": "13.43", + "parsedAmount": "13430000000000000000" + }, + { + "gotchiId": "24622", + "amount": "8.96", + "parsedAmount": "8960000000000000000" + }, + { + "gotchiId": "24624", + "amount": "43.11", + "parsedAmount": "43110000000000000000" + }, + { + "gotchiId": "24631", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "24632", + "amount": "13.165000000000001", + "parsedAmount": "13165000000000001000" + }, + { + "gotchiId": "24634", + "amount": "11.2325", + "parsedAmount": "11232500000000000000" + }, + { + "gotchiId": "24636", + "amount": "11.7075", + "parsedAmount": "11707500000000000000" + }, + { + "gotchiId": "24637", + "amount": "8.735", + "parsedAmount": "8735000000000000000" + }, + { + "gotchiId": "24638", + "amount": "10.559999999999999", + "parsedAmount": "10559999999999999000" + }, + { + "gotchiId": "24640", + "amount": "16.475", + "parsedAmount": "16475000000000000000" + }, + { + "gotchiId": "24642", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "24645", + "amount": "11.21", + "parsedAmount": "11210000000000000000" + }, + { + "gotchiId": "24651", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "24653", + "amount": "34.2575", + "parsedAmount": "34257500000000000000" + }, + { + "gotchiId": "24654", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "24655", + "amount": "11.190000000000001", + "parsedAmount": "11190000000000001000" + }, + { + "gotchiId": "24659", + "amount": "6.595", + "parsedAmount": "6595000000000000000" + }, + { + "gotchiId": "24660", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "24661", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "24662", + "amount": "22.6175", + "parsedAmount": "22617500000000000000" + }, + { + "gotchiId": "24665", + "amount": "18.990000000000002", + "parsedAmount": "18990000000000002000" + }, + { + "gotchiId": "24667", + "amount": "7.9025", + "parsedAmount": "7902500000000000000" + }, + { + "gotchiId": "24668", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "24671", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "24672", + "amount": "4.2225", + "parsedAmount": "4222500000000000000" + }, + { + "gotchiId": "24674", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "24675", + "amount": "12.175", + "parsedAmount": "12175000000000000000" + }, + { + "gotchiId": "24677", + "amount": "13.059999999999999", + "parsedAmount": "13059999999999999000" + }, + { + "gotchiId": "24682", + "amount": "6.574999999999999", + "parsedAmount": "6574999999999999000" + }, + { + "gotchiId": "24684", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "24685", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "24686", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "24688", + "amount": "6.772499999999999", + "parsedAmount": "6772499999999999000" + }, + { + "gotchiId": "24690", + "amount": "8.185", + "parsedAmount": "8185000000000000000" + }, + { + "gotchiId": "24691", + "amount": "13", + "parsedAmount": "13000000000000000000" + }, + { + "gotchiId": "24692", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "24694", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "24697", + "amount": "19.634999999999998", + "parsedAmount": "19634999999999998000" + }, + { + "gotchiId": "24698", + "amount": "3.7575", + "parsedAmount": "3757500000000000000" + }, + { + "gotchiId": "24699", + "amount": "10.375", + "parsedAmount": "10375000000000000000" + }, + { + "gotchiId": "24700", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "24702", + "amount": "3.6275", + "parsedAmount": "3627500000000000000" + }, + { + "gotchiId": "24703", + "amount": "2.1425", + "parsedAmount": "2142500000000000000" + }, + { + "gotchiId": "24707", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "24709", + "amount": "9.6575", + "parsedAmount": "9657500000000000000" + }, + { + "gotchiId": "24711", + "amount": "11.705", + "parsedAmount": "11705000000000000000" + }, + { + "gotchiId": "24712", + "amount": "7.6899999999999995", + "parsedAmount": "7689999999999999500" + }, + { + "gotchiId": "24714", + "amount": "23.439999999999998", + "parsedAmount": "23439999999999998000" + }, + { + "gotchiId": "24716", + "amount": "7.2875", + "parsedAmount": "7287500000000000000" + }, + { + "gotchiId": "24718", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "24719", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "24720", + "amount": "8.1075", + "parsedAmount": "8107500000000000000" + }, + { + "gotchiId": "24723", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "24726", + "amount": "12.6275", + "parsedAmount": "12627500000000000000" + }, + { + "gotchiId": "24727", + "amount": "15.9225", + "parsedAmount": "15922500000000000000" + }, + { + "gotchiId": "24729", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "24730", + "amount": "44.165000000000006", + "parsedAmount": "44165000000000006000" + }, + { + "gotchiId": "24732", + "amount": "3.7625", + "parsedAmount": "3762500000000000000" + }, + { + "gotchiId": "24733", + "amount": "9.91", + "parsedAmount": "9910000000000000000" + }, + { + "gotchiId": "24735", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "24736", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "24738", + "amount": "12.8225", + "parsedAmount": "12822500000000000000" + }, + { + "gotchiId": "24739", + "amount": "4.7475000000000005", + "parsedAmount": "4747500000000000500" + }, + { + "gotchiId": "24740", + "amount": "2.61", + "parsedAmount": "2610000000000000000" + }, + { + "gotchiId": "24741", + "amount": "9.675", + "parsedAmount": "9675000000000000000" + }, + { + "gotchiId": "24746", + "amount": "19.46", + "parsedAmount": "19460000000000000000" + }, + { + "gotchiId": "24747", + "amount": "6.779999999999999", + "parsedAmount": "6779999999999999000" + }, + { + "gotchiId": "24750", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "24751", + "amount": "14.182500000000001", + "parsedAmount": "14182500000000001000" + }, + { + "gotchiId": "24754", + "amount": "5.202500000000001", + "parsedAmount": "5202500000000001000" + }, + { + "gotchiId": "24756", + "amount": "2.3025", + "parsedAmount": "2302500000000000000" + }, + { + "gotchiId": "24760", + "amount": "2.5875", + "parsedAmount": "2587500000000000000" + }, + { + "gotchiId": "24762", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "24763", + "amount": "36.5", + "parsedAmount": "36500000000000000000" + }, + { + "gotchiId": "24765", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "24766", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "24767", + "amount": "53.445", + "parsedAmount": "53445000000000000000" + }, + { + "gotchiId": "24768", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "24769", + "amount": "13.99", + "parsedAmount": "13990000000000000000" + }, + { + "gotchiId": "24771", + "amount": "15.425", + "parsedAmount": "15425000000000000000" + }, + { + "gotchiId": "24772", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "24773", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "24774", + "amount": "5.282500000000001", + "parsedAmount": "5282500000000001000" + }, + { + "gotchiId": "24776", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "24779", + "amount": "15.912500000000001", + "parsedAmount": "15912500000000001000" + }, + { + "gotchiId": "24781", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "24786", + "amount": "109.4275", + "parsedAmount": "109427500000000000000" + }, + { + "gotchiId": "24788", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "24790", + "amount": "8.31", + "parsedAmount": "8310000000000000000" + }, + { + "gotchiId": "24792", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "24793", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "24794", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "24795", + "amount": "22.3675", + "parsedAmount": "22367500000000000000" + }, + { + "gotchiId": "24798", + "amount": "15.8525", + "parsedAmount": "15852500000000000000" + }, + { + "gotchiId": "24799", + "amount": "48.919999999999995", + "parsedAmount": "48919999999999995000" + }, + { + "gotchiId": "24800", + "amount": "38.0675", + "parsedAmount": "38067500000000000000" + }, + { + "gotchiId": "24802", + "amount": "19.725", + "parsedAmount": "19725000000000000000" + }, + { + "gotchiId": "24814", + "amount": "2.64", + "parsedAmount": "2640000000000000000" + }, + { + "gotchiId": "24816", + "amount": "8.645", + "parsedAmount": "8645000000000000000" + }, + { + "gotchiId": "24823", + "amount": "10.8275", + "parsedAmount": "10827500000000000000" + }, + { + "gotchiId": "24824", + "amount": "9.0375", + "parsedAmount": "9037500000000000000" + }, + { + "gotchiId": "24832", + "amount": "6.0375", + "parsedAmount": "6037500000000000000" + }, + { + "gotchiId": "24834", + "amount": "10.317499999999999", + "parsedAmount": "10317499999999999000" + }, + { + "gotchiId": "24835", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "24836", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "24839", + "amount": "14.715", + "parsedAmount": "14715000000000000000" + }, + { + "gotchiId": "24840", + "amount": "7.9525", + "parsedAmount": "7952500000000000000" + }, + { + "gotchiId": "24841", + "amount": "3.625", + "parsedAmount": "3625000000000000000" + }, + { + "gotchiId": "24843", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "24844", + "amount": "16.575", + "parsedAmount": "16575000000000000000" + }, + { + "gotchiId": "24845", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "24846", + "amount": "14.375", + "parsedAmount": "14375000000000000000" + }, + { + "gotchiId": "24847", + "amount": "8.58", + "parsedAmount": "8580000000000000000" + }, + { + "gotchiId": "24848", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "24850", + "amount": "12.877500000000001", + "parsedAmount": "12877500000000001000" + }, + { + "gotchiId": "24852", + "amount": "16.9775", + "parsedAmount": "16977500000000000000" + }, + { + "gotchiId": "24853", + "amount": "6.9975000000000005", + "parsedAmount": "6997500000000000500" + }, + { + "gotchiId": "24854", + "amount": "101.4375", + "parsedAmount": "101437500000000000000" + }, + { + "gotchiId": "24855", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "24856", + "amount": "26.865000000000002", + "parsedAmount": "26865000000000002000" + }, + { + "gotchiId": "24857", + "amount": "16.5925", + "parsedAmount": "16592500000000000000" + }, + { + "gotchiId": "24859", + "amount": "21.98", + "parsedAmount": "21980000000000000000" + }, + { + "gotchiId": "24860", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "24861", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "24862", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "24863", + "amount": "13.2575", + "parsedAmount": "13257500000000000000" + }, + { + "gotchiId": "24864", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "24872", + "amount": "3.235", + "parsedAmount": "3235000000000000000" + }, + { + "gotchiId": "24873", + "amount": "10.842500000000001", + "parsedAmount": "10842500000000001000" + }, + { + "gotchiId": "24874", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "24877", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "24878", + "amount": "5.6375", + "parsedAmount": "5637500000000000000" + }, + { + "gotchiId": "24880", + "amount": "10.87", + "parsedAmount": "10870000000000000000" + }, + { + "gotchiId": "24881", + "amount": "25.66", + "parsedAmount": "25660000000000000000" + }, + { + "gotchiId": "24882", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "24883", + "amount": "6.032500000000001", + "parsedAmount": "6032500000000001000" + }, + { + "gotchiId": "24884", + "amount": "19.705000000000002", + "parsedAmount": "19705000000000002000" + }, + { + "gotchiId": "24887", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "24893", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "24894", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "24895", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "24898", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "24899", + "amount": "15.3", + "parsedAmount": "15300000000000000000" + }, + { + "gotchiId": "24900", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "24902", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "24903", + "amount": "12.642499999999998", + "parsedAmount": "12642499999999998000" + }, + { + "gotchiId": "24906", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "24909", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "24912", + "amount": "64.7025", + "parsedAmount": "64702500000000000000" + }, + { + "gotchiId": "24913", + "amount": "102.1775", + "parsedAmount": "102177500000000000000" + }, + { + "gotchiId": "24916", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "24920", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "24923", + "amount": "8.735", + "parsedAmount": "8735000000000000000" + }, + { + "gotchiId": "24926", + "amount": "27.43", + "parsedAmount": "27430000000000000000" + }, + { + "gotchiId": "24928", + "amount": "3.175", + "parsedAmount": "3175000000000000000" + }, + { + "gotchiId": "24930", + "amount": "13.802500000000002", + "parsedAmount": "13802500000000002000" + }, + { + "gotchiId": "24931", + "amount": "12.4225", + "parsedAmount": "12422500000000000000" + }, + { + "gotchiId": "24932", + "amount": "18.68", + "parsedAmount": "18680000000000000000" + }, + { + "gotchiId": "24933", + "amount": "14.82", + "parsedAmount": "14820000000000000000" + }, + { + "gotchiId": "24934", + "amount": "22.1875", + "parsedAmount": "22187500000000000000" + }, + { + "gotchiId": "24935", + "amount": "11.932500000000001", + "parsedAmount": "11932500000000001000" + }, + { + "gotchiId": "24936", + "amount": "14.0425", + "parsedAmount": "14042500000000000000" + }, + { + "gotchiId": "24939", + "amount": "8.682500000000001", + "parsedAmount": "8682500000000001000" + }, + { + "gotchiId": "24940", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "24941", + "amount": "77.29249999999999", + "parsedAmount": "77292499999999990000" + }, + { + "gotchiId": "24943", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "24944", + "amount": "17.4175", + "parsedAmount": "17417500000000000000" + }, + { + "gotchiId": "24945", + "amount": "11.535", + "parsedAmount": "11535000000000000000" + }, + { + "gotchiId": "24946", + "amount": "9.2525", + "parsedAmount": "9252500000000000000" + }, + { + "gotchiId": "24948", + "amount": "47.6525", + "parsedAmount": "47652500000000000000" + }, + { + "gotchiId": "24951", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "24953", + "amount": "7.38", + "parsedAmount": "7380000000000000000" + }, + { + "gotchiId": "24957", + "amount": "11.842500000000001", + "parsedAmount": "11842500000000001000" + }, + { + "gotchiId": "24958", + "amount": "14.567499999999999", + "parsedAmount": "14567499999999999000" + }, + { + "gotchiId": "24960", + "amount": "8.2725", + "parsedAmount": "8272500000000000000" + }, + { + "gotchiId": "24961", + "amount": "12.0025", + "parsedAmount": "12002500000000000000" + }, + { + "gotchiId": "24962", + "amount": "62.215", + "parsedAmount": "62215000000000000000" + }, + { + "gotchiId": "24963", + "amount": "17.6075", + "parsedAmount": "17607500000000000000" + }, + { + "gotchiId": "24964", + "amount": "18.3725", + "parsedAmount": "18372500000000000000" + }, + { + "gotchiId": "24965", + "amount": "25.2475", + "parsedAmount": "25247500000000000000" + }, + { + "gotchiId": "24966", + "amount": "9.7775", + "parsedAmount": "9777500000000000000" + }, + { + "gotchiId": "24971", + "amount": "13.145", + "parsedAmount": "13145000000000000000" + }, + { + "gotchiId": "24972", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "24974", + "amount": "88.3875", + "parsedAmount": "88387500000000000000" + }, + { + "gotchiId": "24975", + "amount": "110.42999999999999", + "parsedAmount": "110429999999999990000" + }, + { + "gotchiId": "24976", + "amount": "54.3975", + "parsedAmount": "54397500000000000000" + }, + { + "gotchiId": "24980", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "24981", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "24984", + "amount": "55.83749999999999", + "parsedAmount": "55837499999999990000" + }, + { + "gotchiId": "24994", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "24996", + "amount": "10.165", + "parsedAmount": "10165000000000000000" + }, + { + "gotchiId": "24998", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + } + ], + "totalAmount": "6483622500000000011500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 36558630, + "gasUsed": "6611650" + } + ], + "completedGotchiIds": [ + "3", + "31", + "32", + "34", + "35", + "37", + "39", + "41", + "44", + "46", + "47", + "48", + "51", + "53", + "54", + "56", + "58", + "59", + "67", + "68", + "69", + "92", + "93", + "97", + "100", + "101", + "102", + "106", + "111", + "112", + "113", + "114", + "115", + "116", + "122", + "123", + "124", + "125", + "131", + "135", + "137", + "138", + "139", + "141", + "142", + "151", + "154", + "156", + "159", + "162", + "164", + "167", + "168", + "169", + "172", + "181", + "183", + "185", + "186", + "190", + "191", + "192", + "201", + "205", + "206", + "207", + "208", + "218", + "219", + "221", + "225", + "226", + "228", + "229", + "231", + "233", + "234", + "235", + "236", + "238", + "240", + "241", + "243", + "260", + "261", + "262", + "263", + "264", + "266", + "267", + "269", + "270", + "271", + "272", + "274", + "275", + "278", + "282", + "285", + "289", + "290", + "296", + "301", + "304", + "307", + "308", + "314", + "315", + "317", + "319", + "339", + "343", + "357", + "358", + "359", + "366", + "367", + "375", + "377", + "378", + "380", + "382", + "383", + "390", + "391", + "392", + "396", + "406", + "407", + "408", + "409", + "410", + "411", + "413", + "414", + "418", + "420", + "428", + "430", + "431", + "439", + "442", + "448", + "449", + "453", + "454", + "455", + "458", + "461", + "463", + "469", + "473", + "474", + "475", + "479", + "480", + "481", + "482", + "483", + "486", + "487", + "489", + "490", + "492", + "493", + "499", + "502", + "506", + "509", + "511", + "512", + "514", + "519", + "520", + "522", + "523", + "528", + "529", + "531", + "538", + "539", + "540", + "543", + "544", + "549", + "550", + "552", + "555", + "556", + "557", + "567", + "568", + "569", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "584", + "585", + "587", + "588", + "591", + "594", + "596", + "597", + "598", + "600", + "601", + "607", + "608", + "630", + "632", + "637", + "642", + "646", + "647", + "648", + "649", + "650", + "660", + "661", + "662", + "663", + "664", + "671", + "672", + "673", + "674", + "677", + "681", + "684", + "689", + "692", + "695", + "696", + "697", + "698", + "699", + "700", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "716", + "717", + "718", + "719", + "722", + "725", + "726", + "728", + "729", + "733", + "734", + "735", + "736", + "738", + "739", + "743", + "744", + "746", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "763", + "766", + "769", + "784", + "786", + "787", + "789", + "794", + "796", + "799", + "801", + "805", + "806", + "807", + "808", + "810", + "811", + "814", + "815", + "817", + "819", + "820", + "821", + "822", + "823", + "824", + "826", + "828", + "836", + "841", + "844", + "851", + "853", + "854", + "870", + "897", + "899", + "903", + "904", + "908", + "909", + "911", + "912", + "914", + "915", + "918", + "922", + "924", + "925", + "928", + "929", + "931", + "932", + "933", + "934", + "936", + "937", + "938", + "940", + "946", + "947", + "951", + "954", + "956", + "957", + "965", + "966", + "967", + "968", + "970", + "971", + "973", + "974", + "976", + "978", + "979", + "980", + "981", + "983", + "984", + "985", + "987", + "988", + "989", + "992", + "997", + "998", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016", + "1017", + "1019", + "1020", + "1021", + "1022", + "1027", + "1030", + "1032", + "1043", + "1044", + "1046", + "1054", + "1055", + "1057", + "1058", + "1062", + "1063", + "1065", + "1068", + "1071", + "1074", + "1078", + "1079", + "1083", + "1085", + "1089", + "1090", + "1098", + "1100", + "1103", + "1108", + "1109", + "1111", + "1122", + "1124", + "1126", + "1128", + "1133", + "1134", + "1135", + "1136", + "1137", + "1138", + "1140", + "1145", + "1147", + "1150", + "1155", + "1157", + "1164", + "1165", + "1169", + "1170", + "1171", + "1173", + "1177", + "1178", + "1179", + "1183", + "1188", + "1189", + "1190", + "1191", + "1192", + "1193", + "1195", + "1196", + "1197", + "1199", + "1200", + "1203", + "1207", + "1218", + "1219", + "1220", + "1228", + "1231", + "1232", + "1233", + "1234", + "1235", + "1240", + "1241", + "1244", + "1248", + "1249", + "1253", + "1254", + "1257", + "1259", + "1260", + "1261", + "1263", + "1264", + "1265", + "1267", + "1269", + "1273", + "1274", + "1277", + "1282", + "1283", + "1285", + "1292", + "1293", + "1294", + "1295", + "1299", + "1301", + "1302", + "1304", + "1305", + "1306", + "1308", + "1314", + "1316", + "1320", + "1321", + "1323", + "1324", + "1333", + "1334", + "1335", + "1336", + "1339", + "1345", + "1347", + "1348", + "1349", + "1351", + "1353", + "1354", + "1355", + "1357", + "1358", + "1359", + "1360", + "1367", + "1368", + "1370", + "1371", + "1372", + "1373", + "1375", + "1379", + "1381", + "1383", + "1385", + "1387", + "1388", + "1389", + "1392", + "1393", + "1395", + "1396", + "1398", + "1400", + "1401", + "1403", + "1404", + "1405", + "1408", + "1410", + "1412", + "1413", + "1414", + "1416", + "1417", + "1419", + "1421", + "1422", + "1423", + "1425", + "1426", + "1427", + "1429", + "1430", + "1432", + "1433", + "1436", + "1441", + "1443", + "1445", + "1447", + "1448", + "1449", + "1451", + "1454", + "1455", + "1457", + "1459", + "1469", + "1470", + "1473", + "1474", + "1475", + "1477", + "1478", + "1481", + "1483", + "1484", + "1485", + "1486", + "1487", + "1491", + "1508", + "1509", + "1510", + "1511", + "1512", + "1518", + "1520", + "1531", + "1535", + "1536", + "1538", + "1539", + "1542", + "1543", + "1545", + "1547", + "1549", + "1557", + "1558", + "1562", + "1563", + "1564", + "1565", + "1568", + "1570", + "1571", + "1572", + "1574", + "1575", + "1576", + "1580", + "1583", + "1584", + "1585", + "1586", + "1588", + "1589", + "1590", + "1591", + "1595", + "1598", + "1600", + "1604", + "1627", + "1633", + "1637", + "1638", + "1639", + "1647", + "1652", + "1653", + "1657", + "1660", + "1661", + "1662", + "1665", + "1667", + "1668", + "1672", + "1677", + "1679", + "1680", + "1683", + "1684", + "1689", + "1690", + "1691", + "1693", + "1694", + "1699", + "1702", + "1703", + "1704", + "1708", + "1709", + "1710", + "1711", + "1715", + "1722", + "1723", + "1724", + "1728", + "1729", + "1732", + "1735", + "1740", + "1743", + "1745", + "1751", + "1752", + "1759", + "1762", + "1763", + "1765", + "1767", + "1768", + "1770", + "1771", + "1774", + "1775", + "1779", + "1780", + "1781", + "1782", + "1784", + "1785", + "1786", + "1787", + "1788", + "1789", + "1790", + "1802", + "1803", + "1806", + "1808", + "1809", + "1811", + "1812", + "1822", + "1828", + "1829", + "1831", + "1836", + "1837", + "1838", + "1839", + "1840", + "1843", + "1844", + "1845", + "1847", + "1849", + "1850", + "1852", + "1853", + "1855", + "1857", + "1859", + "1862", + "1866", + "1868", + "1874", + "1876", + "1878", + "1879", + "1880", + "1883", + "1884", + "1886", + "1887", + "1901", + "1904", + "1905", + "1906", + "1911", + "1917", + "1920", + "1921", + "1923", + "1924", + "1926", + "1927", + "1929", + "1930", + "1931", + "1932", + "1934", + "1935", + "1936", + "1937", + "1939", + "1940", + "1941", + "1942", + "1944", + "1948", + "1949", + "1950", + "1952", + "1954", + "1956", + "1959", + "1961", + "1962", + "1963", + "1969", + "1971", + "1973", + "1974", + "1975", + "1976", + "1977", + "1980", + "1981", + "1984", + "1986", + "1987", + "1989", + "1992", + "1993", + "1994", + "1995", + "1996", + "1998", + "2014", + "2018", + "2021", + "2026", + "2027", + "2028", + "2029", + "2030", + "2031", + "2034", + "2035", + "2042", + "2053", + "2054", + "2057", + "2058", + "2062", + "2068", + "2072", + "2073", + "2077", + "2079", + "2081", + "2084", + "2085", + "2087", + "2090", + "2091", + "2093", + "2094", + "2095", + "2096", + "2097", + "2099", + "2100", + "2101", + "2104", + "2105", + "2107", + "2110", + "2111", + "2113", + "2115", + "2116", + "2117", + "2118", + "2120", + "2122", + "2123", + "2124", + "2125", + "2126", + "2128", + "2129", + "2134", + "2136", + "2138", + "2143", + "2145", + "2147", + "2148", + "2152", + "2153", + "2156", + "2157", + "2160", + "2162", + "2165", + "2167", + "2172", + "2178", + "2181", + "2182", + "2183", + "2185", + "2195", + "2197", + "2198", + "2202", + "2209", + "2212", + "2213", + "2223", + "2225", + "2226", + "2230", + "2232", + "2234", + "2235", + "2236", + "2238", + "2240", + "2242", + "2243", + "2244", + "2245", + "2246", + "2249", + "2250", + "2251", + "2255", + "2256", + "2260", + "2261", + "2263", + "2265", + "2266", + "2267", + "2269", + "2270", + "2271", + "2272", + "2274", + "2277", + "2278", + "2281", + "2286", + "2287", + "2290", + "2291", + "2292", + "2293", + "2294", + "2296", + "2300", + "2301", + "2305", + "2318", + "2319", + "2321", + "2324", + "2325", + "2326", + "2330", + "2333", + "2336", + "2339", + "2344", + "2345", + "2346", + "2347", + "2348", + "2350", + "2351", + "2354", + "2358", + "2359", + "2360", + "2362", + "2364", + "2367", + "2368", + "2369", + "2380", + "2382", + "2384", + "2386", + "2387", + "2391", + "2393", + "2394", + "2396", + "2399", + "2402", + "2403", + "2404", + "2405", + "2406", + "2407", + "2408", + "2409", + "2414", + "2415", + "2419", + "2421", + "2424", + "2432", + "2436", + "2438", + "2439", + "2440", + "2441", + "2442", + "2443", + "2445", + "2446", + "2448", + "2449", + "2450", + "2451", + "2452", + "2453", + "2454", + "2455", + "2456", + "2457", + "2459", + "2460", + "2461", + "2462", + "2463", + "2468", + "2471", + "2475", + "2478", + "2487", + "2491", + "2492", + "2497", + "2500", + "2501", + "2503", + "2504", + "2505", + "2506", + "2509", + "2512", + "2515", + "2517", + "2518", + "2523", + "2524", + "2528", + "2529", + "2530", + "2531", + "2538", + "2542", + "2544", + "2546", + "2550", + "2552", + "2553", + "2554", + "2555", + "2557", + "2558", + "2559", + "2562", + "2566", + "2569", + "2574", + "2578", + "2581", + "2582", + "2583", + "2585", + "2588", + "2589", + "2591", + "2594", + "2596", + "2600", + "2603", + "2605", + "2607", + "2609", + "2612", + "2613", + "2614", + "2616", + "2617", + "2620", + "2623", + "2624", + "2626", + "2643", + "2644", + "2647", + "2649", + "2650", + "2652", + "2655", + "2657", + "2659", + "2660", + "2663", + "2666", + "2667", + "2670", + "2671", + "2674", + "2675", + "2676", + "2678", + "2679", + "2680", + "2681", + "2683", + "2684", + "2685", + "2686", + "2687", + "2688", + "2689", + "2690", + "2691", + "2693", + "2694", + "2696", + "2698", + "2699", + "2701", + "2703", + "2707", + "2713", + "2716", + "2717", + "2719", + "2720", + "2722", + "2724", + "2725", + "2726", + "2727", + "2729", + "2732", + "2734", + "2738", + "2739", + "2740", + "2744", + "2745", + "2748", + "2749", + "2750", + "2753", + "2755", + "2758", + "2759", + "2760", + "2761", + "2773", + "2774", + "2775", + "2779", + "2783", + "2784", + "2786", + "2787", + "2788", + "2792", + "2793", + "2795", + "2796", + "2797", + "2798", + "2799", + "2801", + "2803", + "2808", + "2811", + "2812", + "2822", + "2824", + "2825", + "2826", + "2828", + "2829", + "2833", + "2834", + "2837", + "2839", + "2840", + "2841", + "2842", + "2843", + "2844", + "2845", + "2847", + "2848", + "2849", + "2850", + "2851", + "2853", + "2854", + "2856", + "2860", + "2861", + "2863", + "2865", + "2866", + "2871", + "2872", + "2874", + "2876", + "2879", + "2881", + "2882", + "2886", + "2888", + "2891", + "2895", + "2898", + "2901", + "2902", + "2903", + "2905", + "2906", + "2907", + "2908", + "2909", + "2910", + "2913", + "2914", + "2915", + "2920", + "2922", + "2923", + "2928", + "2929", + "2930", + "2931", + "2932", + "2935", + "2936", + "2941", + "2942", + "2943", + "2944", + "2945", + "2946", + "2949", + "2950", + "2951", + "2953", + "2954", + "2956", + "2957", + "2959", + "2962", + "2965", + "2966", + "2967", + "2968", + "2972", + "2973", + "2976", + "2987", + "2990", + "2995", + "2997", + "2999", + "3004", + "3007", + "3012", + "3013", + "3016", + "3017", + "3019", + "3021", + "3023", + "3024", + "3025", + "3026", + "3028", + "3029", + "3033", + "3034", + "3035", + "3036", + "3037", + "3040", + "3041", + "3043", + "3044", + "3045", + "3046", + "3047", + "3050", + "3051", + "3052", + "3053", + "3057", + "3059", + "3062", + "3063", + "3064", + "3067", + "3072", + "3084", + "3085", + "3090", + "3091", + "3092", + "3093", + "3094", + "3104", + "3106", + "3107", + "3109", + "3110", + "3112", + "3113", + "3115", + "3116", + "3117", + "3121", + "3122", + "3124", + "3126", + "3127", + "3128", + "3129", + "3130", + "3131", + "3132", + "3134", + "3144", + "3149", + "3152", + "3154", + "3155", + "3156", + "3159", + "3160", + "3164", + "3166", + "3168", + "3169", + "3170", + "3171", + "3173", + "3177", + "3178", + "3179", + "3180", + "3184", + "3186", + "3199", + "3200", + "3201", + "3203", + "3205", + "3208", + "3218", + "3225", + "3226", + "3228", + "3229", + "3232", + "3233", + "3235", + "3236", + "3237", + "3238", + "3240", + "3248", + "3253", + "3254", + "3255", + "3256", + "3260", + "3261", + "3262", + "3264", + "3265", + "3267", + "3268", + "3269", + "3271", + "3272", + "3273", + "3274", + "3275", + "3276", + "3280", + "3281", + "3285", + "3288", + "3290", + "3291", + "3292", + "3293", + "3294", + "3295", + "3296", + "3297", + "3298", + "3299", + "3301", + "3302", + "3305", + "3306", + "3308", + "3309", + "3310", + "3311", + "3312", + "3314", + "3316", + "3317", + "3318", + "3319", + "3320", + "3322", + "3326", + "3328", + "3329", + "3330", + "3331", + "3332", + "3335", + "3339", + "3340", + "3341", + "3342", + "3344", + "3347", + "3348", + "3354", + "3356", + "3357", + "3360", + "3361", + "3362", + "3364", + "3370", + "3371", + "3372", + "3376", + "3378", + "3379", + "3380", + "3382", + "3385", + "3386", + "3387", + "3388", + "3391", + "3392", + "3397", + "3399", + "3400", + "3402", + "3403", + "3407", + "3408", + "3410", + "3411", + "3420", + "3423", + "3424", + "3425", + "3427", + "3429", + "3430", + "3431", + "3432", + "3433", + "3434", + "3435", + "3437", + "3440", + "3441", + "3443", + "3444", + "3447", + "3448", + "3451", + "3452", + "3454", + "3457", + "3462", + "3467", + "3470", + "3472", + "3475", + "3476", + "3477", + "3478", + "3479", + "3480", + "3481", + "3483", + "3487", + "3490", + "3498", + "3500", + "3501", + "3508", + "3510", + "3513", + "3515", + "3516", + "3517", + "3522", + "3523", + "3524", + "3525", + "3526", + "3527", + "3528", + "3538", + "3539", + "3541", + "3542", + "3549", + "3554", + "3555", + "3556", + "3560", + "3565", + "3568", + "3569", + "3571", + "3572", + "3573", + "3577", + "3580", + "3581", + "3584", + "3585", + "3590", + "3592", + "3593", + "3594", + "3595", + "3596", + "3598", + "3599", + "3600", + "3601", + "3602", + "3607", + "3610", + "3613", + "3615", + "3619", + "3633", + "3636", + "3637", + "3642", + "3643", + "3644", + "3645", + "3647", + "3649", + "3650", + "3652", + "3654", + "3659", + "3660", + "3662", + "3664", + "3665", + "3667", + "3671", + "3672", + "3673", + "3674", + "3676", + "3678", + "3679", + "3680", + "3682", + "3683", + "3684", + "3687", + "3690", + "3691", + "3696", + "3699", + "3701", + "3702", + "3709", + "3710", + "3711", + "3712", + "3713", + "3717", + "3718", + "3720", + "3722", + "3724", + "3725", + "3727", + "3728", + "3729", + "3731", + "3734", + "3735", + "3736", + "3738", + "3741", + "3742", + "3744", + "3747", + "3749", + "3752", + "3753", + "3754", + "3759", + "3762", + "3764", + "3767", + "3769", + "3770", + "3771", + "3772", + "3773", + "3774", + "3776", + "3782", + "3783", + "3784", + "3785", + "3787", + "3788", + "3789", + "3790", + "3792", + "3793", + "3794", + "3796", + "3799", + "3801", + "3802", + "3805", + "3807", + "3815", + "3816", + "3818", + "3819", + "3820", + "3831", + "3834", + "3835", + "3837", + "3838", + "3839", + "3840", + "3841", + "3842", + "3843", + "3844", + "3846", + "3847", + "3848", + "3849", + "3850", + "3852", + "3853", + "3855", + "3856", + "3857", + "3858", + "3859", + "3860", + "3861", + "3862", + "3863", + "3864", + "3865", + "3866", + "3867", + "3868", + "3869", + "3873", + "3874", + "3875", + "3876", + "3877", + "3879", + "3880", + "3881", + "3884", + "3891", + "3893", + "3895", + "3898", + "3899", + "3900", + "3905", + "3907", + "3908", + "3914", + "3917", + "3922", + "3924", + "3925", + "3928", + "3929", + "3931", + "3932", + "3933", + "3934", + "3935", + "3936", + "3938", + "3939", + "3942", + "3946", + "3948", + "3949", + "3952", + "3954", + "3955", + "3958", + "3959", + "3961", + "3962", + "3963", + "3964", + "3965", + "3966", + "3967", + "3968", + "3969", + "3970", + "3971", + "3972", + "3973", + "3974", + "3975", + "3976", + "3977", + "3978", + "3979", + "3980", + "3981", + "3982", + "3983", + "3984", + "3985", + "3986", + "3987", + "3989", + "3991", + "3992", + "3993", + "3997", + "3998", + "3999", + "4003", + "4005", + "4006", + "4013", + "4020", + "4021", + "4025", + "4026", + "4028", + "4030", + "4032", + "4033", + "4034", + "4036", + "4038", + "4040", + "4041", + "4044", + "4047", + "4048", + "4050", + "4051", + "4052", + "4055", + "4057", + "4058", + "4059", + "4060", + "4061", + "4062", + "4064", + "4067", + "4068", + "4069", + "4070", + "4071", + "4072", + "4076", + "4078", + "4079", + "4081", + "4082", + "4083", + "4090", + "4091", + "4092", + "4095", + "4097", + "4100", + "4101", + "4102", + "4103", + "4104", + "4106", + "4107", + "4109", + "4111", + "4112", + "4113", + "4115", + "4117", + "4119", + "4120", + "4121", + "4122", + "4124", + "4125", + "4127", + "4128", + "4129", + "4130", + "4131", + "4134", + "4141", + "4142", + "4143", + "4144", + "4146", + "4147", + "4148", + "4150", + "4154", + "4156", + "4159", + "4163", + "4164", + "4165", + "4166", + "4167", + "4168", + "4170", + "4174", + "4175", + "4180", + "4182", + "4186", + "4187", + "4190", + "4192", + "4196", + "4197", + "4200", + "4206", + "4211", + "4214", + "4215", + "4216", + "4217", + "4218", + "4221", + "4223", + "4228", + "4230", + "4231", + "4232", + "4233", + "4236", + "4237", + "4238", + "4239", + "4240", + "4243", + "4248", + "4249", + "4251", + "4263", + "4264", + "4266", + "4271", + "4272", + "4273", + "4274", + "4277", + "4278", + "4280", + "4282", + "4283", + "4285", + "4286", + "4291", + "4292", + "4293", + "4294", + "4297", + "4298", + "4300", + "4301", + "4302", + "4309", + "4310", + "4311", + "4315", + "4317", + "4320", + "4321", + "4322", + "4323", + "4324", + "4326", + "4333", + "4334", + "4336", + "4343", + "4344", + "4348", + "4349", + "4350", + "4351", + "4352", + "4355", + "4356", + "4358", + "4359", + "4363", + "4365", + "4366", + "4367", + "4368", + "4369", + "4370", + "4371", + "4372", + "4373", + "4374", + "4375", + "4376", + "4377", + "4378", + "4379", + "4387", + "4391", + "4392", + "4394", + "4395", + "4396", + "4397", + "4404", + "4405", + "4406", + "4410", + "4411", + "4412", + "4414", + "4416", + "4417", + "4419", + "4421", + "4422", + "4424", + "4426", + "4429", + "4431", + "4433", + "4434", + "4435", + "4436", + "4438", + "4441", + "4444", + "4446", + "4449", + "4450", + "4452", + "4453", + "4456", + "4458", + "4461", + "4462", + "4464", + "4465", + "4467", + "4468", + "4469", + "4470", + "4471", + "4472", + "4473", + "4475", + "4476", + "4478", + "4479", + "4480", + "4481", + "4483", + "4485", + "4486", + "4487", + "4488", + "4489", + "4495", + "4497", + "4501", + "4503", + "4504", + "4505", + "4506", + "4509", + "4510", + "4517", + "4518", + "4519", + "4521", + "4524", + "4527", + "4531", + "4533", + "4534", + "4536", + "4539", + "4540", + "4542", + "4550", + "4551", + "4556", + "4560", + "4561", + "4564", + "4566", + "4567", + "4568", + "4577", + "4581", + "4589", + "4590", + "4591", + "4592", + "4595", + "4597", + "4598", + "4599", + "4607", + "4608", + "4612", + "4613", + "4614", + "4616", + "4617", + "4620", + "4621", + "4622", + "4624", + "4628", + "4630", + "4634", + "4636", + "4639", + "4640", + "4642", + "4646", + "4649", + "4650", + "4651", + "4652", + "4660", + "4662", + "4663", + "4665", + "4669", + "4670", + "4673", + "4675", + "4676", + "4677", + "4678", + "4679", + "4680", + "4681", + "4682", + "4683", + "4684", + "4685", + "4689", + "4690", + "4691", + "4692", + "4693", + "4694", + "4695", + "4696", + "4698", + "4700", + "4701", + "4702", + "4703", + "4706", + "4707", + "4708", + "4709", + "4710", + "4711", + "4713", + "4714", + "4715", + "4716", + "4717", + "4718", + "4720", + "4721", + "4722", + "4723", + "4724", + "4727", + "4728", + "4729", + "4732", + "4733", + "4735", + "4738", + "4739", + "4740", + "4742", + "4743", + "4744", + "4745", + "4747", + "4749", + "4750", + "4751", + "4753", + "4754", + "4756", + "4763", + "4764", + "4765", + "4777", + "4778", + "4783", + "4784", + "4786", + "4789", + "4790", + "4791", + "4793", + "4794", + "4795", + "4797", + "4798", + "4799", + "4802", + "4803", + "4806", + "4807", + "4809", + "4810", + "4813", + "4814", + "4816", + "4817", + "4820", + "4827", + "4828", + "4834", + "4836", + "4837", + "4838", + "4839", + "4840", + "4841", + "4842", + "4844", + "4845", + "4847", + "4849", + "4850", + "4851", + "4856", + "4859", + "4860", + "4862", + "4864", + "4866", + "4868", + "4870", + "4872", + "4873", + "4875", + "4877", + "4879", + "4882", + "4883", + "4884", + "4885", + "4886", + "4888", + "4889", + "4890", + "4892", + "4894", + "4895", + "4896", + "4899", + "4900", + "4901", + "4902", + "4903", + "4906", + "4907", + "4913", + "4914", + "4915", + "4917", + "4919", + "4920", + "4921", + "4922", + "4923", + "4924", + "4925", + "4926", + "4927", + "4928", + "4929", + "4930", + "4931", + "4932", + "4933", + "4937", + "4944", + "4945", + "4948", + "4955", + "4959", + "4965", + "4967", + "4968", + "4978", + "4981", + "4984", + "4985", + "4986", + "4988", + "4990", + "4992", + "4997", + "4998", + "4999", + "5000", + "5003", + "5004", + "5006", + "5007", + "5008", + "5011", + "5012", + "5013", + "5016", + "5017", + "5025", + "5027", + "5028", + "5029", + "5031", + "5032", + "5034", + "5036", + "5040", + "5041", + "5048", + "5052", + "5053", + "5061", + "5063", + "5065", + "5066", + "5069", + "5075", + "5076", + "5077", + "5079", + "5081", + "5082", + "5084", + "5091", + "5093", + "5094", + "5097", + "5101", + "5102", + "5106", + "5109", + "5110", + "5119", + "5120", + "5123", + "5125", + "5126", + "5128", + "5130", + "5133", + "5134", + "5135", + "5136", + "5139", + "5140", + "5141", + "5142", + "5143", + "5146", + "5147", + "5152", + "5154", + "5155", + "5156", + "5157", + "5158", + "5159", + "5160", + "5161", + "5162", + "5166", + "5168", + "5173", + "5188", + "5191", + "5192", + "5193", + "5194", + "5195", + "5198", + "5200", + "5205", + "5207", + "5209", + "5210", + "5211", + "5212", + "5218", + "5219", + "5220", + "5221", + "5222", + "5224", + "5226", + "5227", + "5228", + "5230", + "5232", + "5234", + "5238", + "5240", + "5241", + "5242", + "5243", + "5245", + "5247", + "5250", + "5257", + "5259", + "5260", + "5262", + "5263", + "5264", + "5266", + "5271", + "5273", + "5275", + "5276", + "5280", + "5281", + "5283", + "5290", + "5292", + "5293", + "5295", + "5296", + "5297", + "5298", + "5299", + "5300", + "5301", + "5304", + "5305", + "5306", + "5308", + "5309", + "5316", + "5317", + "5318", + "5320", + "5321", + "5326", + "5328", + "5330", + "5331", + "5334", + "5335", + "5337", + "5338", + "5340", + "5343", + "5344", + "5346", + "5349", + "5351", + "5352", + "5358", + "5365", + "5368", + "5369", + "5372", + "5374", + "5375", + "5376", + "5377", + "5378", + "5381", + "5383", + "5386", + "5387", + "5388", + "5389", + "5392", + "5393", + "5400", + "5401", + "5402", + "5404", + "5405", + "5407", + "5408", + "5409", + "5410", + "5411", + "5413", + "5414", + "5416", + "5418", + "5419", + "5420", + "5423", + "5425", + "5431", + "5432", + "5433", + "5435", + "5437", + "5440", + "5441", + "5442", + "5446", + "5451", + "5460", + "5469", + "5470", + "5471", + "5472", + "5474", + "5475", + "5478", + "5482", + "5485", + "5487", + "5488", + "5493", + "5496", + "5497", + "5499", + "5500", + "5501", + "5502", + "5503", + "5504", + "5506", + "5507", + "5508", + "5511", + "5512", + "5513", + "5514", + "5515", + "5517", + "5518", + "5520", + "5521", + "5522", + "5524", + "5527", + "5528", + "5529", + "5530", + "5531", + "5533", + "5535", + "5536", + "5537", + "5538", + "5539", + "5540", + "5542", + "5549", + "5551", + "5556", + "5557", + "5560", + "5561", + "5562", + "5570", + "5572", + "5574", + "5575", + "5582", + "5583", + "5588", + "5592", + "5593", + "5596", + "5597", + "5601", + "5602", + "5604", + "5605", + "5612", + "5623", + "5626", + "5629", + "5631", + "5632", + "5633", + "5637", + "5639", + "5640", + "5641", + "5642", + "5643", + "5644", + "5645", + "5646", + "5647", + "5649", + "5650", + "5651", + "5658", + "5659", + "5660", + "5662", + "5664", + "5666", + "5667", + "5669", + "5676", + "5679", + "5681", + "5682", + "5683", + "5684", + "5686", + "5689", + "5691", + "5692", + "5694", + "5696", + "5697", + "5698", + "5699", + "5700", + "5701", + "5702", + "5703", + "5704", + "5705", + "5706", + "5708", + "5711", + "5712", + "5713", + "5715", + "5716", + "5717", + "5718", + "5719", + "5720", + "5722", + "5724", + "5725", + "5727", + "5730", + "5731", + "5733", + "5736", + "5737", + "5738", + "5743", + "5744", + "5747", + "5751", + "5752", + "5754", + "5755", + "5764", + "5765", + "5769", + "5772", + "5774", + "5781", + "5783", + "5786", + "5790", + "5792", + "5795", + "5796", + "5798", + "5799", + "5802", + "5803", + "5804", + "5806", + "5807", + "5809", + "5817", + "5818", + "5819", + "5821", + "5823", + "5824", + "5825", + "5826", + "5828", + "5831", + "5833", + "5834", + "5846", + "5847", + "5850", + "5855", + "5858", + "5862", + "5863", + "5864", + "5865", + "5873", + "5874", + "5877", + "5878", + "5882", + "5883", + "5888", + "5890", + "5897", + "5898", + "5900", + "5902", + "5903", + "5904", + "5905", + "5906", + "5907", + "5908", + "5912", + "5913", + "5915", + "5917", + "5923", + "5924", + "5926", + "5927", + "5931", + "5932", + "5934", + "5935", + "5938", + "5939", + "5940", + "5941", + "5942", + "5945", + "5946", + "5947", + "5949", + "5950", + "5951", + "5953", + "5954", + "5955", + "5956", + "5959", + "5960", + "5967", + "5970", + "5972", + "5974", + "5975", + "5976", + "5980", + "5981", + "5983", + "5984", + "5992", + "5993", + "5994", + "5995", + "5996", + "5997", + "5998", + "5999", + "6000", + "6001", + "6003", + "6004", + "6006", + "6009", + "6011", + "6012", + "6013", + "6014", + "6015", + "6017", + "6018", + "6019", + "6020", + "6021", + "6022", + "6026", + "6030", + "6033", + "6034", + "6035", + "6036", + "6037", + "6038", + "6039", + "6040", + "6041", + "6047", + "6052", + "6054", + "6055", + "6057", + "6058", + "6060", + "6063", + "6065", + "6068", + "6069", + "6079", + "6080", + "6081", + "6083", + "6085", + "6086", + "6087", + "6089", + "6094", + "6101", + "6102", + "6103", + "6104", + "6105", + "6107", + "6109", + "6110", + "6111", + "6117", + "6118", + "6119", + "6120", + "6121", + "6122", + "6123", + "6128", + "6129", + "6131", + "6132", + "6135", + "6136", + "6138", + "6140", + "6142", + "6145", + "6146", + "6147", + "6148", + "6149", + "6151", + "6155", + "6156", + "6158", + "6159", + "6160", + "6163", + "6164", + "6165", + "6166", + "6168", + "6169", + "6170", + "6171", + "6172", + "6174", + "6176", + "6177", + "6178", + "6179", + "6182", + "6183", + "6187", + "6189", + "6190", + "6192", + "6193", + "6199", + "6202", + "6203", + "6204", + "6205", + "6208", + "6209", + "6212", + "6213", + "6214", + "6216", + "6222", + "6223", + "6224", + "6233", + "6235", + "6236", + "6239", + "6241", + "6243", + "6247", + "6250", + "6252", + "6254", + "6255", + "6256", + "6257", + "6259", + "6260", + "6263", + "6264", + "6265", + "6266", + "6268", + "6271", + "6273", + "6274", + "6276", + "6278", + "6279", + "6288", + "6293", + "6296", + "6305", + "6307", + "6308", + "6309", + "6310", + "6311", + "6313", + "6318", + "6321", + "6323", + "6324", + "6327", + "6335", + "6336", + "6341", + "6342", + "6345", + "6350", + "6351", + "6352", + "6354", + "6355", + "6357", + "6358", + "6359", + "6362", + "6366", + "6370", + "6371", + "6372", + "6373", + "6374", + "6375", + "6376", + "6379", + "6380", + "6382", + "6383", + "6385", + "6386", + "6389", + "6390", + "6392", + "6393", + "6394", + "6395", + "6396", + "6397", + "6398", + "6400", + "6401", + "6403", + "6406", + "6407", + "6409", + "6413", + "6418", + "6419", + "6420", + "6421", + "6422", + "6423", + "6424", + "6428", + "6431", + "6434", + "6435", + "6437", + "6438", + "6439", + "6440", + "6442", + "6443", + "6444", + "6445", + "6446", + "6447", + "6448", + "6450", + "6451", + "6452", + "6453", + "6454", + "6459", + "6460", + "6462", + "6463", + "6465", + "6468", + "6471", + "6473", + "6475", + "6477", + "6478", + "6480", + "6482", + "6485", + "6486", + "6487", + "6489", + "6490", + "6505", + "6506", + "6507", + "6508", + "6509", + "6510", + "6511", + "6512", + "6513", + "6514", + "6515", + "6516", + "6517", + "6518", + "6519", + "6525", + "6529", + "6531", + "6532", + "6533", + "6534", + "6536", + "6538", + "6539", + "6541", + "6549", + "6550", + "6555", + "6557", + "6558", + "6560", + "6562", + "6564", + "6565", + "6566", + "6570", + "6574", + "6576", + "6581", + "6582", + "6584", + "6585", + "6588", + "6589", + "6592", + "6593", + "6595", + "6600", + "6601", + "6602", + "6603", + "6604", + "6605", + "6608", + "6609", + "6610", + "6611", + "6613", + "6615", + "6618", + "6624", + "6628", + "6630", + "6631", + "6632", + "6633", + "6634", + "6635", + "6636", + "6637", + "6639", + "6640", + "6641", + "6642", + "6643", + "6644", + "6645", + "6652", + "6653", + "6655", + "6656", + "6657", + "6659", + "6662", + "6664", + "6665", + "6670", + "6671", + "6673", + "6674", + "6675", + "6676", + "6677", + "6678", + "6679", + "6681", + "6682", + "6683", + "6684", + "6685", + "6688", + "6689", + "6690", + "6691", + "6692", + "6693", + "6694", + "6695", + "6697", + "6700", + "6704", + "6707", + "6709", + "6710", + "6711", + "6712", + "6713", + "6720", + "6723", + "6729", + "6731", + "6732", + "6734", + "6735", + "6741", + "6742", + "6743", + "6745", + "6746", + "6750", + "6751", + "6752", + "6756", + "6764", + "6765", + "6766", + "6769", + "6771", + "6773", + "6780", + "6781", + "6785", + "6786", + "6788", + "6789", + "6792", + "6794", + "6796", + "6797", + "6798", + "6801", + "6802", + "6804", + "6807", + "6811", + "6812", + "6813", + "6816", + "6817", + "6819", + "6821", + "6823", + "6824", + "6827", + "6828", + "6835", + "6837", + "6839", + "6843", + "6845", + "6846", + "6847", + "6849", + "6851", + "6852", + "6853", + "6854", + "6855", + "6857", + "6858", + "6860", + "6861", + "6866", + "6871", + "6877", + "6879", + "6880", + "6881", + "6882", + "6884", + "6885", + "6887", + "6888", + "6889", + "6890", + "6892", + "6893", + "6895", + "6901", + "6902", + "6906", + "6908", + "6912", + "6913", + "6916", + "6917", + "6918", + "6919", + "6920", + "6929", + "6931", + "6932", + "6933", + "6938", + "6939", + "6941", + "6942", + "6944", + "6946", + "6947", + "6951", + "6952", + "6953", + "6962", + "6963", + "6966", + "6967", + "6968", + "6973", + "6974", + "6975", + "6976", + "6978", + "6981", + "6984", + "6985", + "6989", + "6992", + "6993", + "6997", + "7001", + "7005", + "7023", + "7024", + "7025", + "7026", + "7028", + "7030", + "7031", + "7033", + "7034", + "7035", + "7036", + "7038", + "7042", + "7044", + "7046", + "7047", + "7050", + "7052", + "7055", + "7056", + "7058", + "7060", + "7062", + "7063", + "7064", + "7065", + "7066", + "7067", + "7068", + "7069", + "7073", + "7076", + "7078", + "7080", + "7081", + "7082", + "7083", + "7084", + "7090", + "7095", + "7097", + "7099", + "7101", + "7103", + "7104", + "7106", + "7110", + "7111", + "7112", + "7113", + "7119", + "7124", + "7129", + "7130", + "7137", + "7138", + "7141", + "7143", + "7144", + "7147", + "7148", + "7151", + "7153", + "7156", + "7161", + "7164", + "7167", + "7169", + "7171", + "7172", + "7178", + "7179", + "7181", + "7183", + "7184", + "7185", + "7187", + "7190", + "7191", + "7192", + "7193", + "7194", + "7195", + "7196", + "7200", + "7202", + "7203", + "7204", + "7205", + "7206", + "7209", + "7210", + "7211", + "7212", + "7213", + "7215", + "7216", + "7217", + "7225", + "7226", + "7229", + "7230", + "7232", + "7234", + "7236", + "7239", + "7240", + "7245", + "7246", + "7247", + "7248", + "7250", + "7251", + "7256", + "7257", + "7259", + "7260", + "7264", + "7265", + "7266", + "7267", + "7268", + "7271", + "7277", + "7284", + "7286", + "7288", + "7290", + "7291", + "7292", + "7293", + "7298", + "7299", + "7300", + "7301", + "7303", + "7304", + "7305", + "7306", + "7310", + "7311", + "7312", + "7316", + "7317", + "7318", + "7319", + "7320", + "7324", + "7327", + "7328", + "7329", + "7331", + "7332", + "7336", + "7341", + "7343", + "7346", + "7347", + "7348", + "7350", + "7353", + "7354", + "7355", + "7361", + "7365", + "7368", + "7369", + "7370", + "7374", + "7377", + "7382", + "7383", + "7384", + "7385", + "7387", + "7389", + "7390", + "7391", + "7393", + "7394", + "7396", + "7397", + "7398", + "7401", + "7403", + "7404", + "7407", + "7410", + "7411", + "7412", + "7413", + "7414", + "7416", + "7420", + "7421", + "7422", + "7423", + "7424", + "7425", + "7426", + "7428", + "7429", + "7430", + "7431", + "7432", + "7433", + "7434", + "7436", + "7437", + "7438", + "7443", + "7444", + "7445", + "7449", + "7453", + "7454", + "7455", + "7456", + "7457", + "7458", + "7459", + "7460", + "7462", + "7463", + "7464", + "7465", + "7466", + "7468", + "7471", + "7473", + "7474", + "7475", + "7476", + "7477", + "7478", + "7480", + "7483", + "7484", + "7486", + "7487", + "7488", + "7489", + "7492", + "7494", + "7495", + "7497", + "7500", + "7502", + "7504", + "7505", + "7506", + "7509", + "7512", + "7513", + "7516", + "7517", + "7519", + "7520", + "7523", + "7525", + "7526", + "7527", + "7528", + "7529", + "7530", + "7533", + "7534", + "7536", + "7537", + "7539", + "7540", + "7541", + "7542", + "7543", + "7544", + "7545", + "7547", + "7548", + "7552", + "7555", + "7562", + "7563", + "7565", + "7566", + "7567", + "7569", + "7570", + "7571", + "7572", + "7573", + "7577", + "7578", + "7582", + "7583", + "7584", + "7585", + "7586", + "7587", + "7588", + "7589", + "7590", + "7594", + "7597", + "7598", + "7599", + "7600", + "7601", + "7603", + "7604", + "7607", + "7608", + "7611", + "7614", + "7615", + "7617", + "7625", + "7626", + "7629", + "7632", + "7633", + "7636", + "7639", + "7642", + "7643", + "7644", + "7645", + "7647", + "7649", + "7651", + "7653", + "7655", + "7656", + "7657", + "7658", + "7660", + "7661", + "7662", + "7664", + "7667", + "7670", + "7675", + "7678", + "7679", + "7680", + "7681", + "7682", + "7685", + "7687", + "7688", + "7689", + "7694", + "7697", + "7700", + "7708", + "7709", + "7716", + "7717", + "7718", + "7721", + "7722", + "7723", + "7727", + "7729", + "7731", + "7732", + "7735", + "7739", + "7740", + "7743", + "7744", + "7745", + "7746", + "7747", + "7748", + "7749", + "7752", + "7753", + "7754", + "7755", + "7758", + "7760", + "7764", + "7765", + "7766", + "7767", + "7768", + "7770", + "7771", + "7772", + "7773", + "7774", + "7779", + "7780", + "7782", + "7784", + "7786", + "7787", + "7791", + "7792", + "7794", + "7795", + "7796", + "7800", + "7802", + "7804", + "7807", + "7808", + "7816", + "7817", + "7818", + "7820", + "7823", + "7824", + "7828", + "7829", + "7830", + "7831", + "7832", + "7834", + "7835", + "7836", + "7837", + "7839", + "7840", + "7842", + "7843", + "7844", + "7845", + "7846", + "7848", + "7850", + "7852", + "7853", + "7854", + "7858", + "7860", + "7863", + "7864", + "7865", + "7867", + "7868", + "7872", + "7875", + "7876", + "7880", + "7881", + "7885", + "7887", + "7888", + "7889", + "7890", + "7892", + "7893", + "7895", + "7897", + "7898", + "7900", + "7907", + "7908", + "7909", + "7912", + "7914", + "7919", + "7922", + "7927", + "7931", + "7932", + "7933", + "7935", + "7936", + "7937", + "7938", + "7941", + "7943", + "7944", + "7945", + "7952", + "7953", + "7955", + "7957", + "7958", + "7960", + "7961", + "7963", + "7965", + "7969", + "7971", + "7972", + "7973", + "7976", + "7977", + "7979", + "7980", + "7986", + "7987", + "7990", + "7992", + "7993", + "7994", + "7995", + "8006", + "8008", + "8011", + "8012", + "8015", + "8016", + "8019", + "8022", + "8023", + "8025", + "8028", + "8030", + "8031", + "8032", + "8038", + "8040", + "8042", + "8047", + "8048", + "8049", + "8050", + "8054", + "8055", + "8057", + "8059", + "8060", + "8061", + "8062", + "8064", + "8067", + "8068", + "8069", + "8070", + "8071", + "8075", + "8079", + "8081", + "8082", + "8084", + "8086", + "8089", + "8090", + "8091", + "8092", + "8093", + "8097", + "8099", + "8102", + "8103", + "8106", + "8107", + "8110", + "8111", + "8112", + "8115", + "8116", + "8121", + "8122", + "8124", + "8127", + "8129", + "8130", + "8140", + "8142", + "8143", + "8144", + "8145", + "8147", + "8148", + "8149", + "8150", + "8154", + "8158", + "8159", + "8160", + "8161", + "8162", + "8163", + "8164", + "8165", + "8166", + "8167", + "8168", + "8169", + "8175", + "8176", + "8181", + "8182", + "8184", + "8186", + "8187", + "8196", + "8198", + "8205", + "8207", + "8209", + "8210", + "8212", + "8213", + "8217", + "8218", + "8221", + "8222", + "8226", + "8229", + "8230", + "8235", + "8237", + "8239", + "8243", + "8245", + "8246", + "8247", + "8249", + "8250", + "8253", + "8254", + "8255", + "8256", + "8259", + "8260", + "8265", + "8266", + "8269", + "8272", + "8277", + "8278", + "8280", + "8281", + "8284", + "8287", + "8292", + "8295", + "8296", + "8297", + "8298", + "8299", + "8303", + "8311", + "8323", + "8325", + "8326", + "8327", + "8328", + "8329", + "8332", + "8344", + "8346", + "8355", + "8358", + "8360", + "8361", + "8364", + "8365", + "8367", + "8369", + "8372", + "8373", + "8376", + "8377", + "8378", + "8379", + "8380", + "8382", + "8383", + "8385", + "8386", + "8388", + "8389", + "8390", + "8392", + "8396", + "8398", + "8400", + "8403", + "8409", + "8416", + "8419", + "8420", + "8421", + "8424", + "8425", + "8427", + "8429", + "8431", + "8432", + "8433", + "8434", + "8435", + "8439", + "8440", + "8442", + "8443", + "8444", + "8446", + "8451", + "8452", + "8453", + "8455", + "8456", + "8461", + "8463", + "8464", + "8465", + "8467", + "8469", + "8472", + "8473", + "8474", + "8475", + "8476", + "8477", + "8478", + "8479", + "8480", + "8483", + "8485", + "8486", + "8490", + "8492", + "8493", + "8497", + "8499", + "8500", + "8501", + "8502", + "8503", + "8505", + "8512", + "8513", + "8515", + "8516", + "8517", + "8518", + "8520", + "8521", + "8522", + "8529", + "8531", + "8532", + "8533", + "8534", + "8536", + "8542", + "8543", + "8544", + "8547", + "8549", + "8552", + "8553", + "8554", + "8556", + "8557", + "8559", + "8562", + "8563", + "8564", + "8565", + "8567", + "8568", + "8572", + "8573", + "8576", + "8581", + "8582", + "8583", + "8585", + "8587", + "8588", + "8589", + "8590", + "8591", + "8593", + "8595", + "8596", + "8598", + "8600", + "8601", + "8603", + "8604", + "8605", + "8607", + "8609", + "8611", + "8612", + "8615", + "8616", + "8617", + "8618", + "8621", + "8622", + "8623", + "8624", + "8625", + "8626", + "8629", + "8631", + "8632", + "8633", + "8641", + "8642", + "8648", + "8651", + "8652", + "8653", + "8655", + "8657", + "8662", + "8664", + "8665", + "8666", + "8667", + "8668", + "8669", + "8674", + "8676", + "8677", + "8679", + "8680", + "8681", + "8687", + "8688", + "8689", + "8691", + "8692", + "8693", + "8694", + "8695", + "8699", + "8702", + "8704", + "8705", + "8707", + "8712", + "8716", + "8718", + "8719", + "8720", + "8722", + "8724", + "8726", + "8732", + "8734", + "8735", + "8737", + "8738", + "8739", + "8741", + "8745", + "8746", + "8750", + "8752", + "8753", + "8756", + "8757", + "8763", + "8764", + "8768", + "8770", + "8773", + "8774", + "8775", + "8778", + "8779", + "8780", + "8781", + "8782", + "8783", + "8784", + "8785", + "8786", + "8787", + "8789", + "8790", + "8797", + "8798", + "8800", + "8805", + "8806", + "8809", + "8811", + "8812", + "8814", + "8821", + "8823", + "8825", + "8829", + "8831", + "8836", + "8837", + "8838", + "8839", + "8840", + "8845", + "8847", + "8856", + "8858", + "8860", + "8861", + "8862", + "8863", + "8864", + "8866", + "8867", + "8868", + "8869", + "8872", + "8873", + "8876", + "8877", + "8878", + "8880", + "8881", + "8884", + "8885", + "8886", + "8887", + "8889", + "8890", + "8891", + "8892", + "8893", + "8896", + "8897", + "8898", + "8902", + "8905", + "8910", + "8911", + "8914", + "8916", + "8918", + "8921", + "8922", + "8926", + "8927", + "8929", + "8930", + "8931", + "8932", + "8933", + "8934", + "8936", + "8941", + "8942", + "8943", + "8947", + "8949", + "8950", + "8951", + "8953", + "8954", + "8955", + "8956", + "8960", + "8961", + "8963", + "8964", + "8965", + "8966", + "8967", + "8968", + "8969", + "8970", + "8971", + "8972", + "8973", + "8974", + "8975", + "8976", + "8977", + "8978", + "8979", + "8980", + "8981", + "8985", + "8986", + "8987", + "8988", + "8989", + "8990", + "8995", + "8999", + "9001", + "9003", + "9005", + "9016", + "9017", + "9021", + "9022", + "9023", + "9024", + "9026", + "9027", + "9029", + "9030", + "9031", + "9035", + "9036", + "9038", + "9040", + "9044", + "9045", + "9047", + "9048", + "9049", + "9054", + "9059", + "9060", + "9064", + "9068", + "9069", + "9071", + "9072", + "9073", + "9074", + "9083", + "9085", + "9086", + "9088", + "9091", + "9097", + "9099", + "9100", + "9101", + "9103", + "9106", + "9108", + "9111", + "9114", + "9117", + "9118", + "9121", + "9123", + "9124", + "9125", + "9128", + "9129", + "9130", + "9133", + "9135", + "9136", + "9137", + "9139", + "9142", + "9143", + "9145", + "9146", + "9147", + "9153", + "9154", + "9155", + "9156", + "9157", + "9158", + "9162", + "9163", + "9168", + "9169", + "9171", + "9173", + "9174", + "9175", + "9176", + "9178", + "9179", + "9183", + "9187", + "9189", + "9191", + "9192", + "9197", + "9205", + "9206", + "9210", + "9211", + "9212", + "9214", + "9215", + "9242", + "9243", + "9248", + "9250", + "9252", + "9254", + "9255", + "9256", + "9257", + "9258", + "9260", + "9262", + "9264", + "9265", + "9266", + "9270", + "9272", + "9274", + "9275", + "9280", + "9281", + "9284", + "9285", + "9286", + "9287", + "9288", + "9289", + "9290", + "9291", + "9294", + "9295", + "9299", + "9302", + "9304", + "9306", + "9311", + "9312", + "9321", + "9330", + "9334", + "9335", + "9336", + "9337", + "9338", + "9340", + "9341", + "9342", + "9343", + "9344", + "9346", + "9347", + "9349", + "9350", + "9352", + "9353", + "9354", + "9357", + "9358", + "9359", + "9360", + "9362", + "9366", + "9367", + "9368", + "9369", + "9370", + "9371", + "9372", + "9373", + "9376", + "9380", + "9381", + "9382", + "9383", + "9386", + "9387", + "9388", + "9390", + "9391", + "9393", + "9394", + "9395", + "9396", + "9398", + "9399", + "9404", + "9409", + "9411", + "9412", + "9419", + "9423", + "9433", + "9438", + "9440", + "9442", + "9443", + "9448", + "9449", + "9450", + "9451", + "9452", + "9453", + "9455", + "9456", + "9457", + "9458", + "9459", + "9461", + "9462", + "9463", + "9466", + "9468", + "9469", + "9475", + "9479", + "9480", + "9481", + "9482", + "9483", + "9485", + "9487", + "9489", + "9490", + "9492", + "9493", + "9494", + "9497", + "9500", + "9501", + "9502", + "9503", + "9505", + "9506", + "9507", + "9508", + "9509", + "9510", + "9513", + "9514", + "9516", + "9523", + "9524", + "9525", + "9528", + "9529", + "9535", + "9536", + "9537", + "9540", + "9541", + "9542", + "9545", + "9546", + "9547", + "9548", + "9549", + "9550", + "9551", + "9552", + "9553", + "9554", + "9559", + "9560", + "9561", + "9565", + "9568", + "9570", + "9575", + "9578", + "9583", + "9586", + "9588", + "9589", + "9590", + "9591", + "9593", + "9594", + "9595", + "9598", + "9602", + "9603", + "9604", + "9607", + "9608", + "9610", + "9612", + "9614", + "9616", + "9620", + "9622", + "9626", + "9628", + "9634", + "9635", + "9636", + "9638", + "9640", + "9643", + "9644", + "9647", + "9649", + "9650", + "9652", + "9654", + "9655", + "9656", + "9658", + "9661", + "9664", + "9665", + "9672", + "9673", + "9674", + "9676", + "9677", + "9678", + "9680", + "9681", + "9685", + "9687", + "9688", + "9689", + "9690", + "9692", + "9693", + "9694", + "9698", + "9699", + "9700", + "9701", + "9702", + "9703", + "9704", + "9708", + "9709", + "9713", + "9716", + "9719", + "9723", + "9730", + "9731", + "9732", + "9733", + "9735", + "9738", + "9745", + "9747", + "9748", + "9751", + "9752", + "9753", + "9754", + "9756", + "9758", + "9760", + "9762", + "9763", + "9767", + "9768", + "9769", + "9770", + "9771", + "9772", + "9774", + "9775", + "9780", + "9781", + "9790", + "9792", + "9793", + "9795", + "9799", + "9802", + "9803", + "9808", + "9810", + "9811", + "9812", + "9813", + "9814", + "9815", + "9816", + "9817", + "9818", + "9819", + "9821", + "9822", + "9823", + "9824", + "9826", + "9828", + "9829", + "9831", + "9832", + "9836", + "9837", + "9838", + "9841", + "9842", + "9845", + "9846", + "9848", + "9849", + "9850", + "9851", + "9852", + "9853", + "9856", + "9857", + "9860", + "9862", + "9865", + "9866", + "9867", + "9869", + "9871", + "9872", + "9873", + "9875", + "9876", + "9877", + "9878", + "9879", + "9880", + "9881", + "9884", + "9885", + "9886", + "9889", + "9891", + "9892", + "9893", + "9896", + "9899", + "9900", + "9929", + "9930", + "9932", + "9934", + "9935", + "9936", + "9937", + "9939", + "9940", + "9941", + "9942", + "9946", + "9948", + "9949", + "9950", + "9957", + "9958", + "9962", + "9963", + "9965", + "9966", + "9967", + "9968", + "9970", + "9975", + "9977", + "9978", + "9979", + "9980", + "9982", + "9983", + "9985", + "9987", + "9988", + "9990", + "9996", + "9997", + "10019", + "10020", + "10021", + "10023", + "10024", + "10025", + "10027", + "10028", + "10035", + "10036", + "10038", + "10039", + "10043", + "10044", + "10046", + "10051", + "10054", + "10058", + "10060", + "10062", + "10063", + "10064", + "10065", + "10068", + "10075", + "10077", + "10079", + "10080", + "10083", + "10087", + "10090", + "10092", + "10093", + "10095", + "10097", + "10106", + "10116", + "10119", + "10122", + "10123", + "10124", + "10126", + "10127", + "10128", + "10130", + "10131", + "10135", + "10138", + "10139", + "10140", + "10146", + "10150", + "10152", + "10154", + "10155", + "10156", + "10157", + "10159", + "10163", + "10167", + "10173", + "10175", + "10177", + "10178", + "10179", + "10180", + "10183", + "10184", + "10185", + "10189", + "10190", + "10191", + "10199", + "10205", + "10206", + "10208", + "10211", + "10216", + "10217", + "10219", + "10221", + "10222", + "10223", + "10227", + "10229", + "10230", + "10233", + "10237", + "10240", + "10241", + "10242", + "10243", + "10244", + "10248", + "10249", + "10252", + "10253", + "10254", + "10259", + "10260", + "10265", + "10267", + "10268", + "10273", + "10274", + "10278", + "10281", + "10282", + "10283", + "10284", + "10287", + "10288", + "10292", + "10293", + "10294", + "10296", + "10297", + "10299", + "10304", + "10306", + "10308", + "10309", + "10311", + "10312", + "10314", + "10315", + "10316", + "10317", + "10318", + "10321", + "10324", + "10325", + "10326", + "10328", + "10329", + "10333", + "10335", + "10338", + "10345", + "10346", + "10347", + "10348", + "10349", + "10351", + "10354", + "10355", + "10356", + "10360", + "10361", + "10364", + "10367", + "10368", + "10369", + "10370", + "10372", + "10373", + "10375", + "10376", + "10377", + "10379", + "10380", + "10383", + "10384", + "10385", + "10386", + "10387", + "10388", + "10390", + "10392", + "10393", + "10394", + "10396", + "10398", + "10400", + "10402", + "10405", + "10406", + "10408", + "10410", + "10413", + "10415", + "10417", + "10421", + "10425", + "10427", + "10428", + "10430", + "10433", + "10434", + "10437", + "10438", + "10442", + "10443", + "10451", + "10453", + "10456", + "10459", + "10460", + "10463", + "10464", + "10468", + "10470", + "10471", + "10472", + "10475", + "10477", + "10478", + "10487", + "10489", + "10492", + "10493", + "10494", + "10496", + "10498", + "10499", + "10501", + "10502", + "10503", + "10507", + "10512", + "10513", + "10517", + "10518", + "10519", + "10520", + "10521", + "10523", + "10525", + "10530", + "10534", + "10536", + "10537", + "10539", + "10540", + "10541", + "10542", + "10543", + "10548", + "10549", + "10551", + "10552", + "10556", + "10557", + "10560", + "10561", + "10564", + "10565", + "10566", + "10567", + "10569", + "10571", + "10574", + "10576", + "10577", + "10580", + "10582", + "10584", + "10589", + "10593", + "10594", + "10595", + "10596", + "10602", + "10611", + "10614", + "10615", + "10616", + "10618", + "10619", + "10620", + "10624", + "10625", + "10626", + "10627", + "10630", + "10631", + "10632", + "10633", + "10634", + "10637", + "10638", + "10644", + "10646", + "10647", + "10649", + "10650", + "10652", + "10653", + "10654", + "10656", + "10657", + "10660", + "10662", + "10664", + "10665", + "10667", + "10668", + "10669", + "10675", + "10677", + "10682", + "10685", + "10687", + "10689", + "10690", + "10692", + "10698", + "10704", + "10705", + "10708", + "10715", + "10717", + "10718", + "10722", + "10727", + "10730", + "10733", + "10734", + "10735", + "10736", + "10738", + "10739", + "10745", + "10746", + "10750", + "10751", + "10752", + "10753", + "10759", + "10760", + "10763", + "10764", + "10766", + "10768", + "10771", + "10773", + "10774", + "10775", + "10778", + "10779", + "10780", + "10781", + "10783", + "10785", + "10786", + "10787", + "10793", + "10794", + "10798", + "10800", + "10802", + "10803", + "10808", + "10810", + "10812", + "10814", + "10818", + "10819", + "10820", + "10821", + "10827", + "10829", + "10830", + "10831", + "10833", + "10834", + "10837", + "10841", + "10842", + "10843", + "10844", + "10847", + "10848", + "10849", + "10851", + "10852", + "10853", + "10854", + "10858", + "10859", + "10861", + "10862", + "10864", + "10868", + "10869", + "10871", + "10877", + "10879", + "10880", + "10882", + "10884", + "10886", + "10892", + "10896", + "10902", + "10906", + "10908", + "10909", + "10911", + "10912", + "10913", + "10915", + "10916", + "10918", + "10921", + "10925", + "10926", + "10928", + "10929", + "10935", + "10936", + "10937", + "10938", + "10939", + "10941", + "10951", + "10952", + "10953", + "10955", + "10956", + "10958", + "10959", + "10960", + "10964", + "10967", + "10968", + "10969", + "10971", + "10972", + "10974", + "10977", + "10979", + "10983", + "10984", + "10985", + "10988", + "10990", + "10992", + "10994", + "10996", + "10998", + "11000", + "11003", + "11005", + "11006", + "11007", + "11008", + "11009", + "11010", + "11012", + "11013", + "11014", + "11015", + "11017", + "11019", + "11020", + "11021", + "11023", + "11024", + "11026", + "11027", + "11029", + "11030", + "11031", + "11033", + "11034", + "11035", + "11038", + "11040", + "11041", + "11043", + "11045", + "11047", + "11048", + "11049", + "11051", + "11055", + "11056", + "11057", + "11059", + "11061", + "11065", + "11068", + "11070", + "11071", + "11073", + "11076", + "11078", + "11079", + "11081", + "11082", + "11084", + "11085", + "11086", + "11088", + "11091", + "11093", + "11094", + "11098", + "11099", + "11102", + "11103", + "11104", + "11105", + "11106", + "11112", + "11116", + "11123", + "11126", + "11129", + "11130", + "11133", + "11134", + "11136", + "11138", + "11139", + "11141", + "11142", + "11143", + "11144", + "11148", + "11150", + "11155", + "11156", + "11157", + "11160", + "11161", + "11162", + "11168", + "11169", + "11170", + "11177", + "11181", + "11182", + "11186", + "11188", + "11189", + "11190", + "11191", + "11192", + "11194", + "11195", + "11196", + "11197", + "11199", + "11200", + "11202", + "11204", + "11205", + "11208", + "11212", + "11213", + "11214", + "11218", + "11219", + "11220", + "11222", + "11227", + "11230", + "11231", + "11232", + "11234", + "11235", + "11237", + "11238", + "11242", + "11243", + "11245", + "11248", + "11253", + "11254", + "11257", + "11259", + "11266", + "11267", + "11268", + "11270", + "11273", + "11275", + "11278", + "11279", + "11281", + "11283", + "11285", + "11286", + "11287", + "11288", + "11289", + "11291", + "11293", + "11294", + "11295", + "11301", + "11302", + "11304", + "11307", + "11309", + "11312", + "11316", + "11317", + "11319", + "11323", + "11325", + "11327", + "11330", + "11336", + "11338", + "11341", + "11342", + "11346", + "11349", + "11350", + "11351", + "11353", + "11354", + "11359", + "11362", + "11363", + "11364", + "11366", + "11368", + "11370", + "11371", + "11373", + "11374", + "11375", + "11376", + "11377", + "11378", + "11380", + "11381", + "11382", + "11383", + "11386", + "11387", + "11391", + "11392", + "11393", + "11395", + "11398", + "11401", + "11402", + "11405", + "11406", + "11418", + "11419", + "11421", + "11422", + "11423", + "11428", + "11429", + "11430", + "11431", + "11432", + "11433", + "11437", + "11441", + "11443", + "11447", + "11456", + "11457", + "11458", + "11459", + "11462", + "11463", + "11468", + "11470", + "11472", + "11478", + "11479", + "11482", + "11487", + "11492", + "11496", + "11501", + "11506", + "11507", + "11510", + "11513", + "11516", + "11517", + "11519", + "11521", + "11523", + "11524", + "11525", + "11526", + "11527", + "11528", + "11529", + "11530", + "11531", + "11534", + "11535", + "11537", + "11540", + "11543", + "11544", + "11545", + "11546", + "11548", + "11549", + "11551", + "11553", + "11554", + "11556", + "11563", + "11566", + "11567", + "11569", + "11570", + "11572", + "11575", + "11578", + "11580", + "11582", + "11584", + "11585", + "11587", + "11588", + "11589", + "11590", + "11593", + "11594", + "11598", + "11604", + "11605", + "11607", + "11610", + "11611", + "11612", + "11613", + "11614", + "11615", + "11616", + "11619", + "11620", + "11621", + "11624", + "11630", + "11637", + "11643", + "11644", + "11647", + "11650", + "11651", + "11655", + "11656", + "11657", + "11658", + "11659", + "11661", + "11663", + "11669", + "11672", + "11673", + "11677", + "11678", + "11680", + "11681", + "11684", + "11687", + "11690", + "11692", + "11694", + "11697", + "11699", + "11703", + "11704", + "11705", + "11706", + "11712", + "11714", + "11715", + "11716", + "11717", + "11718", + "11720", + "11722", + "11723", + "11724", + "11725", + "11726", + "11727", + "11728", + "11730", + "11732", + "11733", + "11734", + "11736", + "11738", + "11746", + "11749", + "11756", + "11759", + "11760", + "11762", + "11763", + "11764", + "11765", + "11766", + "11769", + "11770", + "11771", + "11774", + "11775", + "11777", + "11779", + "11780", + "11782", + "11785", + "11786", + "11787", + "11788", + "11789", + "11791", + "11792", + "11793", + "11794", + "11795", + "11798", + "11802", + "11803", + "11806", + "11808", + "11810", + "11813", + "11816", + "11817", + "11818", + "11819", + "11821", + "11824", + "11833", + "11834", + "11835", + "11836", + "11837", + "11841", + "11842", + "11844", + "11852", + "11853", + "11858", + "11859", + "11862", + "11866", + "11869", + "11870", + "11871", + "11872", + "11875", + "11877", + "11883", + "11884", + "11886", + "11887", + "11891", + "11892", + "11893", + "11894", + "11895", + "11896", + "11897", + "11902", + "11903", + "11907", + "11913", + "11914", + "11916", + "11919", + "11920", + "11921", + "11924", + "11925", + "11926", + "11927", + "11928", + "11930", + "11931", + "11936", + "11938", + "11940", + "11943", + "11949", + "11956", + "11960", + "11963", + "11966", + "11968", + "11973", + "11976", + "11977", + "11979", + "11980", + "11982", + "11983", + "11985", + "11987", + "11988", + "11989", + "11990", + "11991", + "11992", + "11994", + "11998", + "12002", + "12004", + "12006", + "12008", + "12011", + "12012", + "12014", + "12016", + "12018", + "12019", + "12020", + "12021", + "12022", + "12028", + "12030", + "12031", + "12032", + "12034", + "12035", + "12036", + "12038", + "12039", + "12040", + "12042", + "12043", + "12044", + "12047", + "12048", + "12049", + "12052", + "12053", + "12056", + "12057", + "12059", + "12060", + "12062", + "12063", + "12065", + "12069", + "12073", + "12075", + "12076", + "12077", + "12079", + "12082", + "12084", + "12086", + "12087", + "12089", + "12090", + "12092", + "12093", + "12096", + "12097", + "12098", + "12101", + "12103", + "12105", + "12109", + "12111", + "12112", + "12113", + "12117", + "12118", + "12123", + "12125", + "12126", + "12127", + "12128", + "12129", + "12132", + "12133", + "12135", + "12137", + "12138", + "12143", + "12144", + "12145", + "12147", + "12148", + "12150", + "12151", + "12153", + "12154", + "12156", + "12160", + "12162", + "12163", + "12164", + "12165", + "12166", + "12167", + "12169", + "12170", + "12171", + "12175", + "12177", + "12182", + "12188", + "12189", + "12191", + "12194", + "12196", + "12198", + "12202", + "12204", + "12207", + "12210", + "12211", + "12212", + "12213", + "12214", + "12217", + "12219", + "12221", + "12223", + "12224", + "12228", + "12229", + "12231", + "12234", + "12237", + "12238", + "12241", + "12243", + "12244", + "12247", + "12248", + "12252", + "12255", + "12257", + "12258", + "12259", + "12263", + "12265", + "12266", + "12268", + "12269", + "12270", + "12271", + "12272", + "12273", + "12278", + "12280", + "12281", + "12287", + "12288", + "12289", + "12290", + "12295", + "12297", + "12298", + "12299", + "12300", + "12302", + "12303", + "12305", + "12308", + "12309", + "12310", + "12311", + "12312", + "12315", + "12318", + "12319", + "12325", + "12327", + "12328", + "12332", + "12333", + "12335", + "12337", + "12338", + "12339", + "12340", + "12347", + "12349", + "12350", + "12353", + "12354", + "12355", + "12359", + "12367", + "12368", + "12369", + "12370", + "12371", + "12372", + "12373", + "12374", + "12375", + "12376", + "12378", + "12379", + "12381", + "12382", + "12384", + "12386", + "12387", + "12388", + "12389", + "12392", + "12393", + "12396", + "12397", + "12398", + "12399", + "12400", + "12402", + "12403", + "12405", + "12406", + "12409", + "12413", + "12415", + "12416", + "12417", + "12420", + "12422", + "12423", + "12427", + "12428", + "12429", + "12430", + "12431", + "12436", + "12438", + "12444", + "12448", + "12450", + "12452", + "12453", + "12454", + "12457", + "12459", + "12461", + "12464", + "12466", + "12467", + "12469", + "12471", + "12472", + "12473", + "12474", + "12475", + "12477", + "12482", + "12484", + "12486", + "12488", + "12489", + "12493", + "12494", + "12496", + "12497", + "12499", + "12501", + "12502", + "12503", + "12504", + "12506", + "12508", + "12509", + "12511", + "12512", + "12513", + "12514", + "12515", + "12516", + "12518", + "12519", + "12521", + "12522", + "12523", + "12524", + "12525", + "12526", + "12527", + "12528", + "12529", + "12530", + "12531", + "12532", + "12533", + "12537", + "12538", + "12539", + "12540", + "12541", + "12543", + "12546", + "12549", + "12550", + "12551", + "12555", + "12557", + "12558", + "12559", + "12560", + "12561", + "12564", + "12569", + "12570", + "12571", + "12572", + "12573", + "12575", + "12577", + "12580", + "12581", + "12583", + "12587", + "12589", + "12592", + "12593", + "12594", + "12600", + "12606", + "12609", + "12611", + "12612", + "12616", + "12617", + "12619", + "12620", + "12621", + "12622", + "12623", + "12624", + "12627", + "12628", + "12629", + "12631", + "12634", + "12635", + "12637", + "12650", + "12652", + "12653", + "12654", + "12656", + "12657", + "12660", + "12662", + "12663", + "12664", + "12671", + "12672", + "12677", + "12678", + "12681", + "12684", + "12685", + "12686", + "12688", + "12689", + "12690", + "12691", + "12693", + "12694", + "12695", + "12696", + "12698", + "12700", + "12702", + "12704", + "12705", + "12707", + "12710", + "12713", + "12714", + "12715", + "12716", + "12718", + "12719", + "12723", + "12725", + "12727", + "12728", + "12730", + "12731", + "12736", + "12738", + "12740", + "12741", + "12743", + "12744", + "12745", + "12749", + "12750", + "12755", + "12757", + "12758", + "12759", + "12760", + "12762", + "12764", + "12765", + "12766", + "12767", + "12768", + "12770", + "12771", + "12772", + "12774", + "12778", + "12779", + "12782", + "12784", + "12785", + "12789", + "12790", + "12794", + "12798", + "12800", + "12801", + "12805", + "12806", + "12807", + "12810", + "12813", + "12814", + "12815", + "12819", + "12820", + "12822", + "12823", + "12825", + "12826", + "12827", + "12830", + "12831", + "12833", + "12835", + "12836", + "12845", + "12846", + "12847", + "12848", + "12849", + "12850", + "12852", + "12853", + "12854", + "12856", + "12858", + "12861", + "12864", + "12865", + "12867", + "12868", + "12870", + "12871", + "12873", + "12875", + "12877", + "12878", + "12879", + "12882", + "12883", + "12884", + "12885", + "12886", + "12888", + "12890", + "12891", + "12893", + "12897", + "12898", + "12903", + "12905", + "12910", + "12911", + "12913", + "12914", + "12918", + "12920", + "12922", + "12925", + "12927", + "12928", + "12931", + "12932", + "12934", + "12940", + "12942", + "12947", + "12949", + "12950", + "12951", + "12954", + "12955", + "12956", + "12958", + "12960", + "12962", + "12966", + "12967", + "12969", + "12970", + "12972", + "12973", + "12974", + "12976", + "12977", + "12978", + "12980", + "12984", + "12986", + "12990", + "12996", + "12998", + "13006", + "13008", + "13010", + "13011", + "13014", + "13015", + "13016", + "13017", + "13020", + "13021", + "13022", + "13024", + "13030", + "13031", + "13033", + "13038", + "13040", + "13043", + "13046", + "13047", + "13052", + "13053", + "13054", + "13055", + "13057", + "13061", + "13064", + "13065", + "13066", + "13069", + "13070", + "13071", + "13072", + "13073", + "13074", + "13075", + "13076", + "13077", + "13082", + "13085", + "13086", + "13088", + "13090", + "13093", + "13094", + "13098", + "13099", + "13100", + "13103", + "13104", + "13106", + "13107", + "13108", + "13112", + "13114", + "13115", + "13116", + "13118", + "13119", + "13120", + "13121", + "13122", + "13123", + "13124", + "13126", + "13129", + "13134", + "13135", + "13137", + "13143", + "13150", + "13152", + "13153", + "13159", + "13162", + "13165", + "13166", + "13169", + "13170", + "13171", + "13172", + "13182", + "13185", + "13186", + "13187", + "13191", + "13192", + "13193", + "13194", + "13195", + "13199", + "13203", + "13205", + "13208", + "13209", + "13210", + "13212", + "13216", + "13217", + "13218", + "13219", + "13222", + "13223", + "13225", + "13226", + "13230", + "13233", + "13236", + "13237", + "13238", + "13241", + "13242", + "13247", + "13250", + "13251", + "13252", + "13256", + "13260", + "13261", + "13262", + "13264", + "13267", + "13268", + "13276", + "13281", + "13282", + "13283", + "13284", + "13285", + "13288", + "13289", + "13291", + "13293", + "13295", + "13296", + "13299", + "13300", + "13302", + "13304", + "13305", + "13311", + "13317", + "13318", + "13319", + "13320", + "13321", + "13323", + "13324", + "13325", + "13326", + "13329", + "13336", + "13338", + "13342", + "13343", + "13344", + "13346", + "13347", + "13349", + "13351", + "13352", + "13353", + "13354", + "13357", + "13358", + "13363", + "13364", + "13367", + "13369", + "13372", + "13379", + "13380", + "13381", + "13383", + "13384", + "13386", + "13387", + "13391", + "13396", + "13398", + "13399", + "13401", + "13404", + "13407", + "13411", + "13413", + "13414", + "13415", + "13416", + "13417", + "13420", + "13422", + "13424", + "13425", + "13427", + "13428", + "13430", + "13431", + "13432", + "13433", + "13435", + "13436", + "13438", + "13440", + "13443", + "13444", + "13445", + "13446", + "13449", + "13450", + "13451", + "13454", + "13455", + "13464", + "13465", + "13469", + "13470", + "13475", + "13480", + "13482", + "13485", + "13486", + "13487", + "13489", + "13491", + "13492", + "13493", + "13494", + "13495", + "13496", + "13497", + "13498", + "13499", + "13501", + "13503", + "13504", + "13505", + "13507", + "13508", + "13509", + "13511", + "13513", + "13514", + "13516", + "13517", + "13518", + "13520", + "13521", + "13522", + "13523", + "13524", + "13528", + "13529", + "13535", + "13536", + "13538", + "13539", + "13543", + "13544", + "13545", + "13549", + "13550", + "13551", + "13553", + "13554", + "13555", + "13556", + "13557", + "13559", + "13560", + "13563", + "13564", + "13565", + "13567", + "13570", + "13574", + "13577", + "13580", + "13581", + "13582", + "13585", + "13586", + "13587", + "13588", + "13590", + "13595", + "13597", + "13600", + "13602", + "13603", + "13605", + "13607", + "13608", + "13611", + "13613", + "13615", + "13616", + "13617", + "13619", + "13620", + "13622", + "13625", + "13626", + "13627", + "13630", + "13631", + "13632", + "13633", + "13638", + "13639", + "13640", + "13643", + "13644", + "13646", + "13648", + "13649", + "13653", + "13655", + "13657", + "13658", + "13660", + "13661", + "13663", + "13664", + "13665", + "13668", + "13669", + "13673", + "13674", + "13676", + "13677", + "13681", + "13682", + "13684", + "13687", + "13689", + "13690", + "13691", + "13694", + "13696", + "13700", + "13702", + "13703", + "13704", + "13712", + "13713", + "13716", + "13717", + "13718", + "13719", + "13722", + "13724", + "13730", + "13731", + "13732", + "13735", + "13736", + "13740", + "13741", + "13743", + "13744", + "13746", + "13750", + "13751", + "13753", + "13756", + "13759", + "13760", + "13764", + "13765", + "13766", + "13767", + "13769", + "13770", + "13771", + "13772", + "13774", + "13776", + "13778", + "13781", + "13786", + "13788", + "13789", + "13792", + "13793", + "13795", + "13796", + "13797", + "13800", + "13801", + "13802", + "13807", + "13808", + "13811", + "13812", + "13813", + "13814", + "13816", + "13817", + "13819", + "13820", + "13823", + "13824", + "13825", + "13829", + "13830", + "13831", + "13832", + "13836", + "13838", + "13839", + "13841", + "13842", + "13844", + "13845", + "13846", + "13847", + "13849", + "13850", + "13851", + "13852", + "13853", + "13858", + "13859", + "13863", + "13865", + "13867", + "13868", + "13869", + "13870", + "13871", + "13872", + "13874", + "13875", + "13878", + "13879", + "13880", + "13883", + "13884", + "13886", + "13887", + "13889", + "13891", + "13892", + "13897", + "13898", + "13900", + "13904", + "13905", + "13908", + "13909", + "13910", + "13911", + "13913", + "13916", + "13919", + "13920", + "13921", + "13923", + "13925", + "13926", + "13931", + "13933", + "13939", + "13941", + "13947", + "13949", + "13951", + "13952", + "13953", + "13954", + "13955", + "13957", + "13958", + "13959", + "13961", + "13963", + "13964", + "13965", + "13969", + "13972", + "13974", + "13978", + "13979", + "13981", + "13983", + "13984", + "13985", + "13987", + "13989", + "13990", + "13991", + "13992", + "13994", + "13996", + "13997", + "13998", + "14002", + "14006", + "14008", + "14009", + "14010", + "14011", + "14013", + "14015", + "14018", + "14020", + "14022", + "14024", + "14025", + "14026", + "14027", + "14028", + "14029", + "14030", + "14032", + "14033", + "14034", + "14035", + "14038", + "14039", + "14044", + "14045", + "14046", + "14047", + "14052", + "14054", + "14059", + "14067", + "14073", + "14076", + "14078", + "14079", + "14082", + "14084", + "14085", + "14087", + "14088", + "14090", + "14092", + "14093", + "14094", + "14097", + "14098", + "14099", + "14103", + "14104", + "14109", + "14110", + "14114", + "14115", + "14117", + "14118", + "14120", + "14121", + "14128", + "14130", + "14132", + "14133", + "14135", + "14136", + "14139", + "14140", + "14142", + "14145", + "14147", + "14148", + "14149", + "14151", + "14152", + "14153", + "14154", + "14155", + "14156", + "14157", + "14160", + "14163", + "14164", + "14165", + "14167", + "14168", + "14172", + "14174", + "14176", + "14177", + "14178", + "14183", + "14184", + "14188", + "14192", + "14193", + "14194", + "14202", + "14203", + "14204", + "14208", + "14210", + "14212", + "14216", + "14217", + "14220", + "14222", + "14224", + "14225", + "14226", + "14233", + "14234", + "14235", + "14236", + "14243", + "14245", + "14247", + "14249", + "14250", + "14251", + "14252", + "14253", + "14255", + "14256", + "14257", + "14258", + "14259", + "14260", + "14261", + "14263", + "14265", + "14266", + "14267", + "14269", + "14270", + "14274", + "14277", + "14280", + "14281", + "14284", + "14285", + "14286", + "14288", + "14289", + "14290", + "14291", + "14293", + "14294", + "14296", + "14298", + "14299", + "14300", + "14301", + "14302", + "14308", + "14310", + "14316", + "14318", + "14320", + "14322", + "14323", + "14328", + "14330", + "14332", + "14334", + "14335", + "14336", + "14337", + "14338", + "14339", + "14341", + "14343", + "14345", + "14350", + "14354", + "14355", + "14356", + "14357", + "14358", + "14359", + "14361", + "14362", + "14369", + "14370", + "14371", + "14375", + "14377", + "14387", + "14390", + "14391", + "14396", + "14398", + "14399", + "14402", + "14405", + "14407", + "14408", + "14409", + "14411", + "14412", + "14413", + "14414", + "14415", + "14417", + "14418", + "14419", + "14420", + "14424", + "14425", + "14426", + "14427", + "14428", + "14432", + "14433", + "14435", + "14436", + "14437", + "14438", + "14439", + "14442", + "14446", + "14447", + "14449", + "14452", + "14453", + "14454", + "14456", + "14457", + "14458", + "14462", + "14467", + "14469", + "14470", + "14471", + "14473", + "14476", + "14480", + "14482", + "14484", + "14485", + "14489", + "14490", + "14491", + "14493", + "14496", + "14497", + "14499", + "14501", + "14503", + "14505", + "14508", + "14510", + "14511", + "14513", + "14515", + "14517", + "14518", + "14519", + "14521", + "14522", + "14524", + "14526", + "14527", + "14528", + "14529", + "14530", + "14534", + "14540", + "14541", + "14542", + "14544", + "14550", + "14551", + "14553", + "14554", + "14555", + "14557", + "14559", + "14560", + "14563", + "14565", + "14567", + "14568", + "14570", + "14573", + "14574", + "14579", + "14580", + "14582", + "14587", + "14592", + "14594", + "14596", + "14601", + "14603", + "14605", + "14611", + "14612", + "14614", + "14616", + "14617", + "14618", + "14622", + "14624", + "14625", + "14626", + "14627", + "14628", + "14631", + "14632", + "14634", + "14635", + "14637", + "14639", + "14640", + "14641", + "14643", + "14646", + "14647", + "14648", + "14649", + "14651", + "14653", + "14654", + "14656", + "14657", + "14660", + "14661", + "14662", + "14663", + "14664", + "14667", + "14670", + "14672", + "14673", + "14675", + "14676", + "14678", + "14680", + "14681", + "14683", + "14685", + "14690", + "14695", + "14696", + "14697", + "14699", + "14702", + "14703", + "14707", + "14708", + "14709", + "14711", + "14713", + "14714", + "14715", + "14716", + "14717", + "14718", + "14724", + "14725", + "14732", + "14734", + "14736", + "14737", + "14739", + "14741", + "14742", + "14743", + "14746", + "14748", + "14749", + "14750", + "14751", + "14752", + "14753", + "14754", + "14755", + "14760", + "14762", + "14763", + "14766", + "14769", + "14770", + "14774", + "14775", + "14776", + "14778", + "14779", + "14781", + "14782", + "14789", + "14791", + "14793", + "14794", + "14796", + "14797", + "14799", + "14801", + "14803", + "14804", + "14807", + "14811", + "14814", + "14816", + "14817", + "14818", + "14825", + "14826", + "14832", + "14836", + "14837", + "14839", + "14842", + "14844", + "14845", + "14847", + "14848", + "14849", + "14852", + "14853", + "14854", + "14855", + "14856", + "14858", + "14860", + "14861", + "14862", + "14865", + "14868", + "14869", + "14870", + "14873", + "14875", + "14876", + "14877", + "14881", + "14882", + "14886", + "14888", + "14890", + "14891", + "14894", + "14895", + "14897", + "14898", + "14900", + "14901", + "14902", + "14906", + "14907", + "14908", + "14909", + "14912", + "14916", + "14920", + "14921", + "14922", + "14923", + "14924", + "14925", + "14927", + "14929", + "14931", + "14932", + "14933", + "14935", + "14936", + "14938", + "14941", + "14944", + "14946", + "14949", + "14950", + "14951", + "14955", + "14956", + "14958", + "14959", + "14961", + "14964", + "14967", + "14969", + "14971", + "14975", + "14978", + "14980", + "14981", + "14984", + "14987", + "14990", + "14991", + "14992", + "14997", + "15002", + "15003", + "15007", + "15008", + "15009", + "15012", + "15017", + "15018", + "15019", + "15021", + "15022", + "15026", + "15029", + "15030", + "15032", + "15035", + "15036", + "15037", + "15038", + "15039", + "15040", + "15044", + "15045", + "15046", + "15047", + "15051", + "15053", + "15056", + "15057", + "15059", + "15061", + "15062", + "15064", + "15069", + "15073", + "15074", + "15075", + "15076", + "15079", + "15082", + "15083", + "15084", + "15089", + "15095", + "15100", + "15101", + "15107", + "15108", + "15109", + "15113", + "15115", + "15116", + "15117", + "15118", + "15120", + "15121", + "15123", + "15124", + "15125", + "15128", + "15130", + "15135", + "15137", + "15138", + "15139", + "15143", + "15145", + "15146", + "15147", + "15152", + "15153", + "15154", + "15155", + "15156", + "15159", + "15163", + "15164", + "15165", + "15166", + "15167", + "15169", + "15171", + "15174", + "15175", + "15176", + "15177", + "15178", + "15181", + "15182", + "15187", + "15190", + "15192", + "15194", + "15195", + "15196", + "15197", + "15200", + "15202", + "15203", + "15211", + "15214", + "15215", + "15216", + "15217", + "15218", + "15219", + "15220", + "15223", + "15224", + "15225", + "15226", + "15228", + "15230", + "15231", + "15237", + "15243", + "15246", + "15254", + "15255", + "15257", + "15262", + "15264", + "15271", + "15272", + "15273", + "15275", + "15278", + "15279", + "15280", + "15281", + "15282", + "15284", + "15286", + "15287", + "15288", + "15290", + "15291", + "15293", + "15295", + "15296", + "15297", + "15299", + "15302", + "15304", + "15305", + "15308", + "15309", + "15310", + "15311", + "15316", + "15317", + "15318", + "15319", + "15320", + "15321", + "15322", + "15324", + "15327", + "15328", + "15330", + "15331", + "15333", + "15334", + "15335", + "15336", + "15337", + "15338", + "15339", + "15340", + "15344", + "15346", + "15347", + "15348", + "15349", + "15350", + "15354", + "15355", + "15357", + "15359", + "15361", + "15362", + "15363", + "15365", + "15367", + "15368", + "15369", + "15371", + "15377", + "15378", + "15379", + "15381", + "15387", + "15390", + "15392", + "15396", + "15397", + "15399", + "15403", + "15405", + "15408", + "15409", + "15414", + "15417", + "15420", + "15423", + "15426", + "15427", + "15428", + "15431", + "15432", + "15433", + "15434", + "15439", + "15442", + "15446", + "15449", + "15450", + "15453", + "15454", + "15455", + "15456", + "15458", + "15459", + "15460", + "15462", + "15466", + "15469", + "15471", + "15473", + "15475", + "15479", + "15480", + "15481", + "15482", + "15483", + "15486", + "15489", + "15490", + "15495", + "15499", + "15500", + "15501", + "15505", + "15506", + "15509", + "15510", + "15511", + "15513", + "15514", + "15515", + "15518", + "15519", + "15521", + "15522", + "15524", + "15525", + "15533", + "15535", + "15536", + "15537", + "15541", + "15543", + "15547", + "15548", + "15549", + "15550", + "15551", + "15552", + "15553", + "15554", + "15558", + "15560", + "15562", + "15564", + "15565", + "15567", + "15568", + "15569", + "15571", + "15572", + "15574", + "15575", + "15578", + "15579", + "15580", + "15581", + "15583", + "15585", + "15587", + "15590", + "15592", + "15593", + "15594", + "15595", + "15598", + "15600", + "15601", + "15604", + "15605", + "15609", + "15610", + "15612", + "15614", + "15615", + "15616", + "15618", + "15619", + "15620", + "15623", + "15625", + "15626", + "15627", + "15628", + "15629", + "15630", + "15631", + "15633", + "15634", + "15635", + "15638", + "15642", + "15647", + "15648", + "15650", + "15651", + "15652", + "15653", + "15656", + "15661", + "15663", + "15667", + "15670", + "15672", + "15674", + "15675", + "15676", + "15678", + "15680", + "15682", + "15691", + "15693", + "15694", + "15695", + "15697", + "15698", + "15702", + "15704", + "15705", + "15707", + "15708", + "15709", + "15710", + "15711", + "15713", + "15717", + "15718", + "15719", + "15724", + "15729", + "15732", + "15735", + "15736", + "15737", + "15739", + "15740", + "15744", + "15746", + "15747", + "15748", + "15749", + "15750", + "15751", + "15758", + "15760", + "15764", + "15768", + "15769", + "15770", + "15772", + "15774", + "15776", + "15779", + "15781", + "15784", + "15787", + "15792", + "15796", + "15797", + "15798", + "15801", + "15808", + "15809", + "15812", + "15818", + "15821", + "15823", + "15825", + "15826", + "15830", + "15832", + "15834", + "15836", + "15837", + "15838", + "15839", + "15841", + "15843", + "15845", + "15846", + "15847", + "15848", + "15849", + "15852", + "15853", + "15854", + "15857", + "15859", + "15863", + "15864", + "15865", + "15867", + "15869", + "15872", + "15875", + "15878", + "15880", + "15881", + "15883", + "15884", + "15886", + "15889", + "15892", + "15894", + "15898", + "15899", + "15900", + "15904", + "15905", + "15907", + "15912", + "15917", + "15918", + "15921", + "15922", + "15923", + "15924", + "15926", + "15927", + "15928", + "15930", + "15932", + "15933", + "15935", + "15939", + "15944", + "15945", + "15946", + "15950", + "15953", + "15954", + "15957", + "15960", + "15965", + "15966", + "15970", + "15971", + "15974", + "15975", + "15977", + "15978", + "15980", + "15981", + "15982", + "15984", + "15987", + "15991", + "15993", + "15994", + "15995", + "15996", + "15998", + "16003", + "16005", + "16008", + "16009", + "16010", + "16013", + "16014", + "16016", + "16019", + "16021", + "16025", + "16028", + "16030", + "16033", + "16034", + "16037", + "16040", + "16042", + "16043", + "16050", + "16051", + "16052", + "16053", + "16055", + "16058", + "16059", + "16063", + "16064", + "16066", + "16067", + "16068", + "16069", + "16070", + "16073", + "16076", + "16077", + "16078", + "16079", + "16080", + "16083", + "16085", + "16089", + "16091", + "16093", + "16095", + "16096", + "16097", + "16099", + "16107", + "16109", + "16114", + "16115", + "16116", + "16118", + "16122", + "16123", + "16126", + "16128", + "16133", + "16134", + "16137", + "16138", + "16139", + "16140", + "16141", + "16144", + "16145", + "16147", + "16148", + "16150", + "16154", + "16155", + "16156", + "16157", + "16160", + "16161", + "16163", + "16165", + "16166", + "16169", + "16170", + "16171", + "16172", + "16176", + "16177", + "16182", + "16184", + "16186", + "16195", + "16199", + "16202", + "16206", + "16207", + "16208", + "16209", + "16210", + "16211", + "16212", + "16213", + "16216", + "16217", + "16220", + "16223", + "16224", + "16226", + "16228", + "16232", + "16234", + "16238", + "16239", + "16245", + "16247", + "16248", + "16249", + "16250", + "16255", + "16260", + "16261", + "16265", + "16269", + "16270", + "16272", + "16273", + "16276", + "16277", + "16278", + "16280", + "16281", + "16282", + "16286", + "16287", + "16290", + "16291", + "16293", + "16297", + "16298", + "16302", + "16303", + "16304", + "16305", + "16307", + "16309", + "16310", + "16312", + "16313", + "16316", + "16317", + "16318", + "16319", + "16322", + "16323", + "16326", + "16327", + "16328", + "16329", + "16335", + "16336", + "16338", + "16341", + "16342", + "16345", + "16346", + "16347", + "16348", + "16349", + "16351", + "16352", + "16353", + "16354", + "16355", + "16356", + "16357", + "16358", + "16361", + "16362", + "16363", + "16364", + "16365", + "16366", + "16368", + "16371", + "16373", + "16375", + "16376", + "16379", + "16380", + "16381", + "16382", + "16383", + "16384", + "16386", + "16387", + "16388", + "16389", + "16390", + "16398", + "16402", + "16405", + "16406", + "16408", + "16411", + "16414", + "16415", + "16416", + "16417", + "16418", + "16419", + "16420", + "16424", + "16425", + "16427", + "16428", + "16429", + "16430", + "16431", + "16432", + "16433", + "16439", + "16441", + "16442", + "16443", + "16444", + "16445", + "16446", + "16448", + "16449", + "16450", + "16451", + "16452", + "16454", + "16455", + "16456", + "16457", + "16461", + "16462", + "16463", + "16464", + "16469", + "16470", + "16471", + "16477", + "16479", + "16483", + "16484", + "16485", + "16486", + "16488", + "16489", + "16492", + "16493", + "16494", + "16495", + "16496", + "16497", + "16498", + "16502", + "16503", + "16504", + "16505", + "16507", + "16512", + "16516", + "16517", + "16518", + "16523", + "16524", + "16526", + "16527", + "16528", + "16529", + "16530", + "16533", + "16534", + "16535", + "16538", + "16539", + "16541", + "16542", + "16543", + "16546", + "16548", + "16549", + "16550", + "16551", + "16553", + "16554", + "16556", + "16559", + "16560", + "16561", + "16564", + "16566", + "16567", + "16573", + "16574", + "16582", + "16583", + "16585", + "16586", + "16587", + "16588", + "16590", + "16591", + "16593", + "16594", + "16595", + "16596", + "16597", + "16598", + "16599", + "16605", + "16608", + "16609", + "16611", + "16613", + "16615", + "16616", + "16617", + "16619", + "16620", + "16621", + "16624", + "16625", + "16626", + "16627", + "16629", + "16630", + "16633", + "16635", + "16638", + "16641", + "16642", + "16649", + "16652", + "16653", + "16659", + "16660", + "16662", + "16664", + "16668", + "16671", + "16673", + "16676", + "16677", + "16679", + "16688", + "16689", + "16691", + "16694", + "16695", + "16696", + "16699", + "16701", + "16702", + "16703", + "16704", + "16705", + "16708", + "16710", + "16712", + "16713", + "16715", + "16716", + "16718", + "16722", + "16723", + "16724", + "16726", + "16727", + "16728", + "16731", + "16732", + "16736", + "16738", + "16739", + "16743", + "16745", + "16746", + "16747", + "16748", + "16749", + "16750", + "16752", + "16755", + "16756", + "16757", + "16759", + "16762", + "16765", + "16769", + "16770", + "16771", + "16772", + "16773", + "16778", + "16782", + "16784", + "16785", + "16786", + "16787", + "16793", + "16794", + "16795", + "16798", + "16799", + "16801", + "16804", + "16806", + "16810", + "16813", + "16814", + "16815", + "16817", + "16818", + "16819", + "16822", + "16823", + "16825", + "16826", + "16829", + "16834", + "16840", + "16841", + "16842", + "16843", + "16845", + "16847", + "16849", + "16853", + "16854", + "16858", + "16859", + "16860", + "16861", + "16863", + "16865", + "16878", + "16883", + "16887", + "16888", + "16889", + "16890", + "16894", + "16895", + "16900", + "16901", + "16902", + "16904", + "16906", + "16907", + "16908", + "16910", + "16917", + "16922", + "16923", + "16924", + "16925", + "16926", + "16927", + "16928", + "16929", + "16931", + "16934", + "16935", + "16943", + "16946", + "16947", + "16948", + "16949", + "16950", + "16952", + "16953", + "16955", + "16956", + "16959", + "16961", + "16963", + "16964", + "16965", + "16967", + "16968", + "16969", + "16970", + "16971", + "16974", + "16975", + "16978", + "16980", + "16981", + "16985", + "16995", + "16997", + "16998", + "17004", + "17005", + "17008", + "17011", + "17012", + "17013", + "17014", + "17015", + "17018", + "17021", + "17022", + "17024", + "17026", + "17027", + "17028", + "17029", + "17033", + "17035", + "17036", + "17037", + "17039", + "17040", + "17042", + "17043", + "17045", + "17048", + "17049", + "17052", + "17055", + "17057", + "17058", + "17060", + "17061", + "17062", + "17063", + "17064", + "17065", + "17068", + "17069", + "17071", + "17072", + "17074", + "17075", + "17080", + "17082", + "17086", + "17090", + "17091", + "17092", + "17093", + "17095", + "17096", + "17097", + "17099", + "17100", + "17101", + "17102", + "17104", + "17105", + "17107", + "17109", + "17113", + "17115", + "17117", + "17120", + "17122", + "17123", + "17124", + "17127", + "17129", + "17130", + "17131", + "17134", + "17137", + "17139", + "17141", + "17144", + "17148", + "17153", + "17155", + "17157", + "17158", + "17160", + "17161", + "17163", + "17164", + "17166", + "17167", + "17169", + "17171", + "17173", + "17175", + "17177", + "17182", + "17186", + "17188", + "17189", + "17192", + "17196", + "17198", + "17199", + "17203", + "17205", + "17208", + "17210", + "17212", + "17214", + "17217", + "17218", + "17219", + "17222", + "17226", + "17230", + "17233", + "17234", + "17236", + "17239", + "17241", + "17242", + "17243", + "17244", + "17246", + "17248", + "17250", + "17251", + "17256", + "17257", + "17258", + "17263", + "17264", + "17265", + "17267", + "17270", + "17272", + "17276", + "17279", + "17280", + "17282", + "17283", + "17284", + "17286", + "17290", + "17292", + "17294", + "17296", + "17298", + "17300", + "17303", + "17305", + "17306", + "17308", + "17314", + "17318", + "17322", + "17323", + "17327", + "17329", + "17332", + "17334", + "17335", + "17341", + "17342", + "17343", + "17344", + "17345", + "17346", + "17348", + "17350", + "17352", + "17353", + "17355", + "17357", + "17358", + "17361", + "17368", + "17369", + "17370", + "17372", + "17379", + "17382", + "17386", + "17387", + "17390", + "17395", + "17397", + "17400", + "17402", + "17404", + "17405", + "17407", + "17408", + "17409", + "17411", + "17413", + "17415", + "17417", + "17419", + "17422", + "17425", + "17427", + "17429", + "17431", + "17433", + "17439", + "17441", + "17442", + "17444", + "17447", + "17449", + "17452", + "17453", + "17454", + "17455", + "17460", + "17465", + "17466", + "17467", + "17472", + "17475", + "17477", + "17479", + "17482", + "17484", + "17487", + "17488", + "17490", + "17491", + "17492", + "17493", + "17494", + "17496", + "17497", + "17499", + "17502", + "17503", + "17504", + "17505", + "17509", + "17512", + "17515", + "17516", + "17517", + "17518", + "17519", + "17521", + "17522", + "17529", + "17530", + "17531", + "17532", + "17536", + "17538", + "17539", + "17540", + "17542", + "17544", + "17551", + "17553", + "17558", + "17559", + "17563", + "17564", + "17565", + "17568", + "17569", + "17570", + "17571", + "17573", + "17574", + "17575", + "17576", + "17591", + "17593", + "17599", + "17600", + "17601", + "17602", + "17603", + "17604", + "17605", + "17606", + "17607", + "17612", + "17613", + "17614", + "17616", + "17617", + "17619", + "17620", + "17623", + "17625", + "17629", + "17631", + "17633", + "17635", + "17636", + "17637", + "17638", + "17641", + "17642", + "17644", + "17645", + "17646", + "17651", + "17659", + "17660", + "17662", + "17663", + "17668", + "17669", + "17672", + "17674", + "17677", + "17680", + "17682", + "17684", + "17690", + "17692", + "17694", + "17698", + "17699", + "17701", + "17702", + "17703", + "17704", + "17705", + "17708", + "17710", + "17712", + "17713", + "17716", + "17717", + "17719", + "17721", + "17723", + "17725", + "17726", + "17728", + "17729", + "17731", + "17732", + "17735", + "17736", + "17737", + "17738", + "17739", + "17741", + "17745", + "17746", + "17747", + "17748", + "17749", + "17751", + "17755", + "17759", + "17761", + "17762", + "17764", + "17772", + "17773", + "17776", + "17780", + "17781", + "17783", + "17786", + "17787", + "17790", + "17793", + "17795", + "17797", + "17798", + "17799", + "17800", + "17802", + "17806", + "17813", + "17814", + "17820", + "17821", + "17822", + "17824", + "17825", + "17827", + "17828", + "17831", + "17832", + "17833", + "17834", + "17836", + "17837", + "17839", + "17843", + "17848", + "17850", + "17852", + "17855", + "17856", + "17861", + "17865", + "17866", + "17869", + "17870", + "17872", + "17873", + "17874", + "17875", + "17879", + "17881", + "17883", + "17885", + "17887", + "17888", + "17889", + "17890", + "17891", + "17893", + "17898", + "17899", + "17901", + "17902", + "17903", + "17908", + "17910", + "17911", + "17917", + "17920", + "17921", + "17924", + "17926", + "17928", + "17929", + "17938", + "17939", + "17941", + "17943", + "17944", + "17945", + "17946", + "17947", + "17948", + "17951", + "17952", + "17954", + "17955", + "17956", + "17957", + "17958", + "17959", + "17960", + "17967", + "17969", + "17970", + "17972", + "17973", + "17974", + "17975", + "17979", + "17981", + "17982", + "17985", + "17986", + "17987", + "17998", + "18001", + "18002", + "18005", + "18008", + "18009", + "18011", + "18012", + "18013", + "18017", + "18018", + "18019", + "18020", + "18028", + "18031", + "18034", + "18035", + "18036", + "18040", + "18041", + "18044", + "18046", + "18048", + "18050", + "18051", + "18052", + "18053", + "18054", + "18057", + "18058", + "18059", + "18061", + "18064", + "18065", + "18066", + "18067", + "18070", + "18071", + "18072", + "18073", + "18074", + "18077", + "18081", + "18084", + "18085", + "18087", + "18089", + "18091", + "18092", + "18093", + "18101", + "18103", + "18106", + "18107", + "18108", + "18109", + "18110", + "18111", + "18112", + "18114", + "18116", + "18118", + "18119", + "18120", + "18121", + "18123", + "18124", + "18126", + "18127", + "18129", + "18134", + "18136", + "18138", + "18140", + "18141", + "18142", + "18143", + "18145", + "18146", + "18149", + "18150", + "18151", + "18152", + "18153", + "18155", + "18156", + "18162", + "18163", + "18164", + "18166", + "18168", + "18169", + "18170", + "18174", + "18175", + "18178", + "18182", + "18184", + "18185", + "18186", + "18190", + "18193", + "18194", + "18196", + "18198", + "18201", + "18204", + "18207", + "18208", + "18210", + "18215", + "18217", + "18218", + "18221", + "18224", + "18227", + "18228", + "18229", + "18231", + "18233", + "18234", + "18235", + "18236", + "18237", + "18239", + "18240", + "18244", + "18245", + "18247", + "18248", + "18249", + "18252", + "18256", + "18257", + "18258", + "18259", + "18262", + "18263", + "18265", + "18267", + "18273", + "18275", + "18280", + "18283", + "18284", + "18287", + "18291", + "18292", + "18293", + "18295", + "18296", + "18298", + "18300", + "18304", + "18305", + "18306", + "18308", + "18309", + "18313", + "18314", + "18319", + "18320", + "18324", + "18327", + "18328", + "18330", + "18332", + "18338", + "18339", + "18340", + "18348", + "18349", + "18352", + "18354", + "18356", + "18357", + "18360", + "18361", + "18362", + "18363", + "18367", + "18368", + "18370", + "18371", + "18372", + "18374", + "18375", + "18376", + "18378", + "18379", + "18383", + "18385", + "18387", + "18389", + "18390", + "18391", + "18392", + "18393", + "18397", + "18399", + "18400", + "18401", + "18402", + "18403", + "18404", + "18405", + "18406", + "18408", + "18411", + "18412", + "18415", + "18422", + "18426", + "18427", + "18428", + "18431", + "18432", + "18433", + "18434", + "18438", + "18441", + "18445", + "18447", + "18449", + "18452", + "18453", + "18454", + "18459", + "18460", + "18464", + "18466", + "18467", + "18469", + "18470", + "18472", + "18473", + "18474", + "18475", + "18476", + "18477", + "18480", + "18481", + "18483", + "18485", + "18486", + "18487", + "18490", + "18491", + "18492", + "18493", + "18494", + "18495", + "18497", + "18499", + "18501", + "18506", + "18508", + "18510", + "18516", + "18518", + "18520", + "18522", + "18525", + "18530", + "18531", + "18534", + "18535", + "18537", + "18539", + "18542", + "18545", + "18549", + "18550", + "18554", + "18556", + "18557", + "18558", + "18562", + "18565", + "18567", + "18568", + "18573", + "18574", + "18576", + "18577", + "18578", + "18579", + "18584", + "18586", + "18588", + "18590", + "18591", + "18593", + "18594", + "18595", + "18600", + "18603", + "18607", + "18609", + "18610", + "18612", + "18613", + "18619", + "18620", + "18623", + "18624", + "18626", + "18627", + "18629", + "18630", + "18633", + "18634", + "18636", + "18641", + "18642", + "18645", + "18648", + "18649", + "18650", + "18651", + "18653", + "18661", + "18662", + "18663", + "18664", + "18665", + "18667", + "18673", + "18676", + "18677", + "18678", + "18680", + "18681", + "18685", + "18687", + "18688", + "18691", + "18693", + "18695", + "18698", + "18702", + "18704", + "18710", + "18713", + "18719", + "18721", + "18724", + "18729", + "18731", + "18734", + "18737", + "18740", + "18741", + "18742", + "18745", + "18749", + "18752", + "18753", + "18755", + "18756", + "18762", + "18764", + "18765", + "18771", + "18772", + "18774", + "18775", + "18777", + "18780", + "18782", + "18786", + "18792", + "18801", + "18802", + "18803", + "18804", + "18807", + "18808", + "18810", + "18814", + "18816", + "18819", + "18820", + "18825", + "18827", + "18829", + "18835", + "18836", + "18839", + "18840", + "18842", + "18844", + "18845", + "18850", + "18852", + "18853", + "18854", + "18856", + "18857", + "18858", + "18859", + "18861", + "18862", + "18865", + "18866", + "18867", + "18869", + "18870", + "18871", + "18872", + "18873", + "18874", + "18875", + "18877", + "18879", + "18883", + "18887", + "18889", + "18891", + "18892", + "18893", + "18896", + "18898", + "18899", + "18900", + "18901", + "18902", + "18904", + "18905", + "18908", + "18910", + "18911", + "18915", + "18916", + "18917", + "18919", + "18926", + "18928", + "18929", + "18931", + "18935", + "18936", + "18938", + "18939", + "18942", + "18943", + "18948", + "18950", + "18952", + "18954", + "18957", + "18960", + "18962", + "18964", + "18965", + "18966", + "18968", + "18972", + "18975", + "18977", + "18978", + "18979", + "18982", + "18984", + "18985", + "18986", + "18988", + "18990", + "18995", + "18996", + "19005", + "19006", + "19007", + "19008", + "19009", + "19010", + "19012", + "19014", + "19015", + "19016", + "19019", + "19020", + "19023", + "19027", + "19030", + "19032", + "19033", + "19036", + "19037", + "19045", + "19048", + "19050", + "19053", + "19054", + "19055", + "19056", + "19059", + "19062", + "19064", + "19066", + "19067", + "19073", + "19079", + "19081", + "19082", + "19083", + "19085", + "19086", + "19088", + "19093", + "19095", + "19096", + "19099", + "19101", + "19103", + "19109", + "19110", + "19111", + "19112", + "19114", + "19116", + "19118", + "19119", + "19123", + "19125", + "19126", + "19127", + "19130", + "19131", + "19134", + "19137", + "19140", + "19141", + "19143", + "19144", + "19146", + "19148", + "19151", + "19154", + "19155", + "19156", + "19157", + "19161", + "19162", + "19163", + "19164", + "19165", + "19169", + "19170", + "19171", + "19172", + "19174", + "19175", + "19176", + "19177", + "19178", + "19182", + "19184", + "19186", + "19189", + "19191", + "19198", + "19199", + "19200", + "19201", + "19203", + "19206", + "19207", + "19208", + "19209", + "19210", + "19211", + "19212", + "19215", + "19216", + "19219", + "19220", + "19221", + "19222", + "19225", + "19229", + "19230", + "19234", + "19236", + "19237", + "19239", + "19241", + "19243", + "19245", + "19246", + "19247", + "19249", + "19250", + "19252", + "19255", + "19258", + "19259", + "19260", + "19262", + "19263", + "19265", + "19266", + "19269", + "19272", + "19274", + "19277", + "19278", + "19279", + "19280", + "19283", + "19284", + "19287", + "19288", + "19289", + "19291", + "19292", + "19293", + "19294", + "19295", + "19299", + "19300", + "19302", + "19304", + "19307", + "19312", + "19313", + "19315", + "19317", + "19318", + "19320", + "19321", + "19322", + "19324", + "19325", + "19327", + "19330", + "19332", + "19335", + "19336", + "19337", + "19341", + "19343", + "19345", + "19347", + "19348", + "19349", + "19351", + "19354", + "19355", + "19356", + "19359", + "19360", + "19362", + "19364", + "19371", + "19373", + "19374", + "19380", + "19381", + "19382", + "19388", + "19390", + "19395", + "19398", + "19401", + "19402", + "19403", + "19405", + "19406", + "19408", + "19410", + "19412", + "19415", + "19416", + "19417", + "19420", + "19422", + "19424", + "19425", + "19426", + "19429", + "19430", + "19433", + "19434", + "19435", + "19436", + "19438", + "19441", + "19443", + "19446", + "19447", + "19449", + "19450", + "19451", + "19452", + "19453", + "19457", + "19458", + "19459", + "19462", + "19463", + "19464", + "19465", + "19467", + "19468", + "19469", + "19470", + "19472", + "19475", + "19478", + "19481", + "19485", + "19486", + "19487", + "19489", + "19491", + "19492", + "19495", + "19496", + "19497", + "19499", + "19501", + "19504", + "19505", + "19507", + "19510", + "19511", + "19512", + "19514", + "19515", + "19518", + "19521", + "19526", + "19527", + "19534", + "19535", + "19536", + "19537", + "19538", + "19540", + "19543", + "19545", + "19546", + "19548", + "19549", + "19553", + "19554", + "19557", + "19558", + "19561", + "19562", + "19564", + "19565", + "19566", + "19568", + "19569", + "19570", + "19571", + "19572", + "19574", + "19577", + "19579", + "19581", + "19586", + "19589", + "19590", + "19591", + "19592", + "19595", + "19601", + "19602", + "19603", + "19606", + "19607", + "19608", + "19609", + "19612", + "19615", + "19619", + "19620", + "19621", + "19623", + "19629", + "19630", + "19631", + "19632", + "19634", + "19635", + "19637", + "19638", + "19639", + "19640", + "19644", + "19645", + "19647", + "19648", + "19649", + "19654", + "19656", + "19657", + "19658", + "19660", + "19661", + "19663", + "19665", + "19669", + "19670", + "19673", + "19675", + "19677", + "19682", + "19683", + "19688", + "19689", + "19690", + "19691", + "19692", + "19697", + "19700", + "19701", + "19703", + "19705", + "19710", + "19711", + "19713", + "19715", + "19720", + "19721", + "19722", + "19723", + "19724", + "19726", + "19727", + "19728", + "19730", + "19734", + "19735", + "19736", + "19740", + "19743", + "19744", + "19745", + "19746", + "19749", + "19750", + "19753", + "19757", + "19760", + "19761", + "19763", + "19764", + "19766", + "19770", + "19773", + "19776", + "19777", + "19778", + "19779", + "19782", + "19784", + "19785", + "19786", + "19787", + "19788", + "19789", + "19790", + "19793", + "19795", + "19797", + "19799", + "19801", + "19802", + "19805", + "19808", + "19809", + "19810", + "19811", + "19813", + "19814", + "19815", + "19817", + "19819", + "19821", + "19823", + "19824", + "19825", + "19826", + "19831", + "19834", + "19835", + "19837", + "19838", + "19841", + "19842", + "19846", + "19849", + "19850", + "19853", + "19855", + "19858", + "19864", + "19865", + "19866", + "19867", + "19869", + "19870", + "19871", + "19875", + "19877", + "19880", + "19881", + "19883", + "19885", + "19886", + "19887", + "19892", + "19893", + "19895", + "19896", + "19897", + "19898", + "19902", + "19903", + "19905", + "19907", + "19911", + "19912", + "19913", + "19914", + "19918", + "19919", + "19920", + "19922", + "19924", + "19925", + "19926", + "19927", + "19929", + "19930", + "19933", + "19937", + "19940", + "19941", + "19942", + "19943", + "19944", + "19946", + "19947", + "19949", + "19954", + "19955", + "19956", + "19959", + "19960", + "19967", + "19969", + "19970", + "19971", + "19973", + "19976", + "19979", + "19980", + "19983", + "19984", + "19987", + "19988", + "19991", + "19992", + "19993", + "19995", + "19996", + "19998", + "20005", + "20006", + "20007", + "20010", + "20013", + "20014", + "20016", + "20017", + "20019", + "20021", + "20024", + "20025", + "20028", + "20029", + "20034", + "20035", + "20036", + "20037", + "20038", + "20040", + "20041", + "20044", + "20045", + "20049", + "20054", + "20057", + "20059", + "20060", + "20061", + "20063", + "20064", + "20065", + "20067", + "20068", + "20069", + "20070", + "20074", + "20075", + "20080", + "20081", + "20082", + "20084", + "20087", + "20089", + "20092", + "20095", + "20096", + "20097", + "20098", + "20101", + "20104", + "20105", + "20107", + "20108", + "20109", + "20110", + "20111", + "20113", + "20124", + "20125", + "20126", + "20127", + "20128", + "20129", + "20130", + "20134", + "20138", + "20139", + "20140", + "20141", + "20142", + "20143", + "20144", + "20145", + "20146", + "20147", + "20151", + "20152", + "20153", + "20154", + "20155", + "20156", + "20157", + "20162", + "20165", + "20170", + "20174", + "20175", + "20177", + "20178", + "20180", + "20182", + "20188", + "20189", + "20191", + "20192", + "20194", + "20195", + "20196", + "20197", + "20200", + "20203", + "20205", + "20209", + "20216", + "20217", + "20219", + "20220", + "20223", + "20225", + "20226", + "20228", + "20230", + "20231", + "20232", + "20235", + "20236", + "20237", + "20239", + "20241", + "20242", + "20244", + "20246", + "20247", + "20248", + "20250", + "20254", + "20255", + "20256", + "20257", + "20258", + "20259", + "20260", + "20261", + "20264", + "20267", + "20268", + "20270", + "20271", + "20272", + "20277", + "20279", + "20280", + "20281", + "20283", + "20284", + "20286", + "20287", + "20291", + "20293", + "20296", + "20298", + "20299", + "20300", + "20301", + "20308", + "20309", + "20311", + "20314", + "20315", + "20317", + "20318", + "20321", + "20325", + "20329", + "20330", + "20332", + "20336", + "20340", + "20341", + "20342", + "20343", + "20346", + "20347", + "20348", + "20353", + "20357", + "20358", + "20361", + "20362", + "20363", + "20367", + "20370", + "20372", + "20374", + "20376", + "20381", + "20382", + "20386", + "20387", + "20389", + "20391", + "20394", + "20395", + "20397", + "20398", + "20399", + "20400", + "20405", + "20407", + "20409", + "20412", + "20418", + "20419", + "20420", + "20421", + "20423", + "20426", + "20430", + "20431", + "20432", + "20433", + "20434", + "20435", + "20441", + "20442", + "20444", + "20449", + "20451", + "20453", + "20454", + "20455", + "20459", + "20461", + "20464", + "20465", + "20466", + "20469", + "20471", + "20475", + "20477", + "20478", + "20479", + "20480", + "20481", + "20483", + "20484", + "20487", + "20489", + "20490", + "20491", + "20494", + "20495", + "20503", + "20509", + "20513", + "20514", + "20518", + "20521", + "20524", + "20525", + "20526", + "20528", + "20532", + "20536", + "20537", + "20538", + "20540", + "20544", + "20545", + "20547", + "20548", + "20554", + "20558", + "20559", + "20561", + "20566", + "20570", + "20571", + "20573", + "20574", + "20575", + "20576", + "20577", + "20578", + "20579", + "20580", + "20582", + "20583", + "20585", + "20587", + "20589", + "20592", + "20596", + "20597", + "20599", + "20601", + "20603", + "20606", + "20607", + "20608", + "20609", + "20610", + "20613", + "20615", + "20618", + "20622", + "20626", + "20628", + "20630", + "20635", + "20636", + "20639", + "20642", + "20643", + "20645", + "20646", + "20647", + "20649", + "20650", + "20652", + "20653", + "20655", + "20656", + "20657", + "20658", + "20659", + "20661", + "20662", + "20663", + "20664", + "20672", + "20673", + "20674", + "20678", + "20679", + "20680", + "20682", + "20683", + "20685", + "20686", + "20687", + "20691", + "20696", + "20697", + "20698", + "20701", + "20704", + "20706", + "20708", + "20710", + "20713", + "20714", + "20715", + "20717", + "20718", + "20721", + "20722", + "20723", + "20728", + "20735", + "20737", + "20739", + "20740", + "20741", + "20745", + "20746", + "20747", + "20749", + "20750", + "20752", + "20753", + "20755", + "20757", + "20758", + "20760", + "20761", + "20763", + "20764", + "20767", + "20769", + "20770", + "20771", + "20772", + "20774", + "20775", + "20779", + "20782", + "20783", + "20784", + "20786", + "20791", + "20793", + "20795", + "20797", + "20804", + "20805", + "20807", + "20810", + "20813", + "20815", + "20816", + "20817", + "20818", + "20821", + "20824", + "20825", + "20826", + "20827", + "20828", + "20830", + "20831", + "20832", + "20837", + "20838", + "20842", + "20844", + "20845", + "20847", + "20848", + "20849", + "20850", + "20851", + "20852", + "20853", + "20856", + "20858", + "20861", + "20863", + "20865", + "20867", + "20868", + "20869", + "20870", + "20872", + "20873", + "20874", + "20875", + "20877", + "20878", + "20885", + "20887", + "20890", + "20891", + "20896", + "20901", + "20906", + "20909", + "20912", + "20913", + "20915", + "20917", + "20922", + "20927", + "20928", + "20929", + "20930", + "20932", + "20933", + "20934", + "20936", + "20937", + "20941", + "20943", + "20947", + "20948", + "20950", + "20951", + "20952", + "20954", + "20955", + "20957", + "20961", + "20963", + "20964", + "20965", + "20966", + "20970", + "20972", + "20973", + "20974", + "20976", + "20977", + "20978", + "20982", + "20983", + "20987", + "20988", + "20996", + "20997", + "21005", + "21007", + "21008", + "21009", + "21013", + "21015", + "21018", + "21019", + "21021", + "21025", + "21026", + "21027", + "21028", + "21030", + "21031", + "21032", + "21034", + "21035", + "21037", + "21038", + "21040", + "21042", + "21046", + "21047", + "21048", + "21049", + "21055", + "21056", + "21059", + "21060", + "21061", + "21064", + "21066", + "21067", + "21071", + "21075", + "21077", + "21080", + "21082", + "21085", + "21090", + "21091", + "21093", + "21094", + "21095", + "21098", + "21100", + "21101", + "21103", + "21105", + "21107", + "21108", + "21110", + "21113", + "21114", + "21115", + "21121", + "21124", + "21125", + "21126", + "21127", + "21130", + "21131", + "21133", + "21134", + "21135", + "21136", + "21140", + "21142", + "21143", + "21145", + "21148", + "21152", + "21153", + "21154", + "21155", + "21157", + "21158", + "21159", + "21160", + "21162", + "21163", + "21171", + "21172", + "21173", + "21177", + "21179", + "21181", + "21182", + "21184", + "21185", + "21186", + "21188", + "21189", + "21191", + "21199", + "21204", + "21207", + "21209", + "21211", + "21214", + "21215", + "21219", + "21220", + "21223", + "21226", + "21227", + "21228", + "21229", + "21230", + "21231", + "21232", + "21233", + "21236", + "21237", + "21238", + "21241", + "21243", + "21244", + "21245", + "21248", + "21249", + "21250", + "21252", + "21253", + "21255", + "21257", + "21258", + "21259", + "21261", + "21262", + "21263", + "21264", + "21268", + "21277", + "21278", + "21280", + "21282", + "21283", + "21284", + "21291", + "21295", + "21296", + "21299", + "21302", + "21303", + "21305", + "21306", + "21307", + "21308", + "21309", + "21311", + "21312", + "21316", + "21320", + "21322", + "21323", + "21325", + "21326", + "21331", + "21332", + "21334", + "21337", + "21338", + "21339", + "21341", + "21347", + "21349", + "21350", + "21351", + "21352", + "21353", + "21354", + "21355", + "21356", + "21357", + "21358", + "21361", + "21362", + "21364", + "21366", + "21369", + "21371", + "21377", + "21379", + "21382", + "21384", + "21385", + "21386", + "21387", + "21390", + "21393", + "21395", + "21396", + "21397", + "21399", + "21400", + "21403", + "21405", + "21407", + "21413", + "21415", + "21417", + "21418", + "21419", + "21422", + "21424", + "21426", + "21429", + "21431", + "21433", + "21434", + "21435", + "21438", + "21439", + "21441", + "21442", + "21443", + "21445", + "21446", + "21456", + "21463", + "21466", + "21470", + "21471", + "21474", + "21475", + "21477", + "21479", + "21480", + "21482", + "21483", + "21484", + "21485", + "21487", + "21488", + "21489", + "21493", + "21494", + "21495", + "21499", + "21501", + "21504", + "21505", + "21508", + "21510", + "21517", + "21518", + "21521", + "21522", + "21524", + "21526", + "21530", + "21531", + "21532", + "21533", + "21534", + "21536", + "21537", + "21538", + "21546", + "21548", + "21549", + "21550", + "21551", + "21552", + "21553", + "21555", + "21556", + "21558", + "21559", + "21560", + "21564", + "21567", + "21568", + "21569", + "21572", + "21574", + "21577", + "21578", + "21582", + "21583", + "21585", + "21586", + "21587", + "21591", + "21592", + "21593", + "21594", + "21595", + "21596", + "21599", + "21603", + "21604", + "21607", + "21608", + "21609", + "21611", + "21612", + "21614", + "21615", + "21616", + "21617", + "21619", + "21622", + "21623", + "21624", + "21625", + "21627", + "21628", + "21629", + "21632", + "21633", + "21634", + "21637", + "21640", + "21641", + "21642", + "21643", + "21644", + "21649", + "21652", + "21653", + "21655", + "21656", + "21657", + "21658", + "21660", + "21662", + "21665", + "21666", + "21667", + "21669", + "21676", + "21677", + "21678", + "21679", + "21680", + "21681", + "21687", + "21688", + "21689", + "21690", + "21692", + "21693", + "21694", + "21695", + "21696", + "21699", + "21702", + "21703", + "21705", + "21706", + "21707", + "21708", + "21709", + "21710", + "21712", + "21714", + "21715", + "21717", + "21719", + "21721", + "21722", + "21723", + "21724", + "21726", + "21727", + "21729", + "21730", + "21731", + "21733", + "21736", + "21737", + "21739", + "21740", + "21742", + "21747", + "21749", + "21751", + "21752", + "21755", + "21756", + "21759", + "21760", + "21761", + "21765", + "21767", + "21768", + "21770", + "21772", + "21773", + "21774", + "21776", + "21778", + "21779", + "21781", + "21784", + "21789", + "21792", + "21793", + "21794", + "21796", + "21797", + "21798", + "21802", + "21803", + "21806", + "21808", + "21809", + "21813", + "21814", + "21816", + "21819", + "21820", + "21822", + "21824", + "21825", + "21827", + "21828", + "21830", + "21833", + "21834", + "21835", + "21836", + "21838", + "21841", + "21842", + "21844", + "21845", + "21846", + "21848", + "21849", + "21851", + "21852", + "21853", + "21857", + "21863", + "21868", + "21869", + "21870", + "21871", + "21872", + "21874", + "21876", + "21877", + "21879", + "21880", + "21883", + "21889", + "21890", + "21891", + "21893", + "21894", + "21895", + "21897", + "21900", + "21903", + "21904", + "21906", + "21907", + "21908", + "21911", + "21913", + "21915", + "21916", + "21920", + "21921", + "21922", + "21923", + "21926", + "21927", + "21928", + "21929", + "21930", + "21931", + "21933", + "21934", + "21936", + "21937", + "21938", + "21940", + "21941", + "21943", + "21947", + "21950", + "21952", + "21957", + "21959", + "21960", + "21962", + "21964", + "21965", + "21966", + "21968", + "21969", + "21970", + "21971", + "21973", + "21974", + "21976", + "21977", + "21980", + "21984", + "21987", + "21990", + "21996", + "21999", + "22001", + "22004", + "22005", + "22006", + "22007", + "22010", + "22011", + "22013", + "22017", + "22018", + "22019", + "22023", + "22028", + "22030", + "22031", + "22032", + "22033", + "22037", + "22039", + "22040", + "22042", + "22051", + "22053", + "22054", + "22055", + "22056", + "22057", + "22058", + "22060", + "22061", + "22062", + "22064", + "22065", + "22066", + "22070", + "22074", + "22075", + "22078", + "22079", + "22080", + "22082", + "22083", + "22085", + "22089", + "22091", + "22094", + "22095", + "22097", + "22099", + "22102", + "22106", + "22107", + "22108", + "22109", + "22110", + "22111", + "22112", + "22113", + "22114", + "22115", + "22118", + "22120", + "22122", + "22124", + "22125", + "22126", + "22128", + "22132", + "22133", + "22138", + "22140", + "22142", + "22143", + "22144", + "22145", + "22146", + "22147", + "22150", + "22152", + "22153", + "22155", + "22158", + "22160", + "22161", + "22163", + "22164", + "22172", + "22175", + "22179", + "22181", + "22182", + "22183", + "22194", + "22197", + "22198", + "22220", + "22221", + "22222", + "22223", + "22225", + "22226", + "22227", + "22231", + "22232", + "22234", + "22237", + "22239", + "22240", + "22241", + "22244", + "22247", + "22249", + "22251", + "22254", + "22255", + "22257", + "22259", + "22260", + "22261", + "22262", + "22264", + "22269", + "22270", + "22271", + "22273", + "22275", + "22278", + "22282", + "22283", + "22285", + "22287", + "22292", + "22293", + "22294", + "22296", + "22299", + "22300", + "22301", + "22302", + "22305", + "22307", + "22309", + "22310", + "22311", + "22313", + "22322", + "22324", + "22327", + "22329", + "22330", + "22331", + "22332", + "22334", + "22335", + "22338", + "22339", + "22342", + "22344", + "22345", + "22346", + "22351", + "22352", + "22354", + "22355", + "22356", + "22357", + "22358", + "22361", + "22362", + "22366", + "22369", + "22370", + "22374", + "22378", + "22380", + "22383", + "22384", + "22385", + "22387", + "22392", + "22394", + "22398", + "22402", + "22405", + "22407", + "22408", + "22409", + "22411", + "22412", + "22414", + "22415", + "22420", + "22423", + "22424", + "22426", + "22429", + "22431", + "22432", + "22434", + "22436", + "22437", + "22438", + "22442", + "22445", + "22449", + "22451", + "22453", + "22454", + "22455", + "22456", + "22460", + "22462", + "22464", + "22466", + "22467", + "22468", + "22470", + "22472", + "22473", + "22476", + "22477", + "22479", + "22483", + "22484", + "22486", + "22487", + "22488", + "22494", + "22495", + "22498", + "22500", + "22506", + "22507", + "22508", + "22510", + "22512", + "22513", + "22514", + "22516", + "22518", + "22519", + "22523", + "22531", + "22533", + "22534", + "22535", + "22536", + "22537", + "22549", + "22553", + "22554", + "22558", + "22559", + "22560", + "22563", + "22564", + "22565", + "22566", + "22568", + "22570", + "22571", + "22572", + "22573", + "22574", + "22576", + "22577", + "22578", + "22579", + "22580", + "22585", + "22586", + "22587", + "22588", + "22594", + "22597", + "22598", + "22599", + "22600", + "22603", + "22604", + "22609", + "22610", + "22619", + "22620", + "22622", + "22626", + "22627", + "22628", + "22630", + "22632", + "22636", + "22637", + "22638", + "22642", + "22643", + "22644", + "22645", + "22652", + "22653", + "22654", + "22655", + "22656", + "22658", + "22659", + "22660", + "22661", + "22665", + "22666", + "22667", + "22669", + "22672", + "22674", + "22676", + "22678", + "22679", + "22684", + "22685", + "22690", + "22691", + "22692", + "22693", + "22694", + "22695", + "22698", + "22699", + "22700", + "22704", + "22705", + "22706", + "22709", + "22713", + "22714", + "22718", + "22720", + "22721", + "22722", + "22724", + "22726", + "22732", + "22733", + "22736", + "22737", + "22738", + "22740", + "22744", + "22745", + "22747", + "22748", + "22749", + "22750", + "22751", + "22752", + "22753", + "22757", + "22760", + "22762", + "22763", + "22764", + "22765", + "22766", + "22767", + "22768", + "22771", + "22772", + "22773", + "22774", + "22776", + "22777", + "22779", + "22780", + "22784", + "22785", + "22788", + "22790", + "22792", + "22793", + "22795", + "22796", + "22797", + "22798", + "22800", + "22806", + "22808", + "22809", + "22810", + "22813", + "22815", + "22819", + "22820", + "22826", + "22830", + "22834", + "22835", + "22839", + "22842", + "22844", + "22845", + "22846", + "22848", + "22850", + "22851", + "22853", + "22854", + "22855", + "22857", + "22858", + "22859", + "22861", + "22863", + "22864", + "22866", + "22867", + "22872", + "22873", + "22876", + "22877", + "22878", + "22880", + "22882", + "22883", + "22884", + "22885", + "22886", + "22888", + "22889", + "22891", + "22892", + "22894", + "22897", + "22898", + "22899", + "22900", + "22901", + "22902", + "22904", + "22909", + "22911", + "22912", + "22915", + "22916", + "22917", + "22918", + "22921", + "22922", + "22925", + "22926", + "22927", + "22928", + "22930", + "22931", + "22933", + "22934", + "22936", + "22939", + "22940", + "22941", + "22945", + "22949", + "22950", + "22952", + "22958", + "22965", + "22971", + "22972", + "22974", + "22975", + "22976", + "22977", + "22979", + "22980", + "22982", + "22985", + "22986", + "22987", + "22988", + "22992", + "22995", + "22996", + "22998", + "22999", + "23001", + "23004", + "23006", + "23007", + "23008", + "23010", + "23013", + "23021", + "23028", + "23029", + "23030", + "23033", + "23041", + "23062", + "23063", + "23064", + "23065", + "23067", + "23068", + "23072", + "23073", + "23077", + "23082", + "23085", + "23086", + "23088", + "23095", + "23096", + "23097", + "23098", + "23099", + "23102", + "23104", + "23110", + "23111", + "23113", + "23115", + "23116", + "23117", + "23120", + "23122", + "23123", + "23124", + "23125", + "23127", + "23128", + "23129", + "23132", + "23134", + "23138", + "23140", + "23141", + "23142", + "23145", + "23146", + "23153", + "23156", + "23157", + "23161", + "23162", + "23163", + "23164", + "23167", + "23168", + "23170", + "23171", + "23174", + "23175", + "23183", + "23192", + "23193", + "23198", + "23199", + "23201", + "23202", + "23205", + "23209", + "23211", + "23213", + "23216", + "23221", + "23224", + "23226", + "23227", + "23229", + "23230", + "23231", + "23235", + "23236", + "23238", + "23239", + "23241", + "23242", + "23244", + "23245", + "23249", + "23250", + "23255", + "23257", + "23258", + "23261", + "23265", + "23269", + "23270", + "23271", + "23272", + "23274", + "23280", + "23288", + "23293", + "23295", + "23298", + "23302", + "23303", + "23309", + "23312", + "23313", + "23317", + "23319", + "23320", + "23321", + "23324", + "23325", + "23326", + "23329", + "23336", + "23338", + "23340", + "23343", + "23345", + "23347", + "23348", + "23349", + "23351", + "23352", + "23353", + "23355", + "23356", + "23362", + "23364", + "23367", + "23368", + "23373", + "23377", + "23387", + "23390", + "23392", + "23393", + "23397", + "23399", + "23400", + "23402", + "23403", + "23407", + "23408", + "23411", + "23413", + "23414", + "23415", + "23418", + "23420", + "23422", + "23423", + "23424", + "23425", + "23430", + "23432", + "23433", + "23434", + "23437", + "23438", + "23439", + "23443", + "23448", + "23449", + "23450", + "23455", + "23460", + "23461", + "23462", + "23465", + "23468", + "23469", + "23470", + "23476", + "23477", + "23479", + "23481", + "23488", + "23490", + "23492", + "23494", + "23495", + "23496", + "23500", + "23501", + "23502", + "23503", + "23505", + "23507", + "23512", + "23514", + "23515", + "23518", + "23519", + "23523", + "23524", + "23525", + "23526", + "23527", + "23529", + "23531", + "23533", + "23535", + "23537", + "23539", + "23541", + "23547", + "23548", + "23574", + "23576", + "23577", + "23579", + "23580", + "23581", + "23583", + "23587", + "23588", + "23589", + "23590", + "23593", + "23595", + "23596", + "23599", + "23600", + "23601", + "23607", + "23611", + "23612", + "23614", + "23618", + "23619", + "23620", + "23623", + "23629", + "23632", + "23638", + "23642", + "23643", + "23648", + "23652", + "23654", + "23659", + "23660", + "23663", + "23666", + "23667", + "23670", + "23671", + "23672", + "23673", + "23674", + "23675", + "23679", + "23680", + "23689", + "23690", + "23691", + "23692", + "23694", + "23698", + "23701", + "23702", + "23703", + "23704", + "23705", + "23706", + "23709", + "23710", + "23711", + "23712", + "23717", + "23723", + "23729", + "23730", + "23741", + "23747", + "23748", + "23749", + "23751", + "23753", + "23755", + "23757", + "23766", + "23767", + "23771", + "23773", + "23774", + "23775", + "23777", + "23779", + "23780", + "23785", + "23786", + "23789", + "23791", + "23792", + "23793", + "23794", + "23795", + "23798", + "23799", + "23800", + "23801", + "23802", + "23803", + "23804", + "23809", + "23811", + "23812", + "23813", + "23814", + "23816", + "23818", + "23819", + "23820", + "23822", + "23829", + "23833", + "23837", + "23838", + "23840", + "23841", + "23842", + "23845", + "23848", + "23852", + "23853", + "23856", + "23858", + "23859", + "23860", + "23861", + "23862", + "23863", + "23864", + "23867", + "23868", + "23871", + "23872", + "23873", + "23878", + "23881", + "23884", + "23888", + "23890", + "23891", + "23892", + "23899", + "23901", + "23903", + "23907", + "23908", + "23911", + "23913", + "23914", + "23916", + "23918", + "23919", + "23920", + "23921", + "23923", + "23924", + "23925", + "23928", + "23930", + "23931", + "23935", + "23936", + "23940", + "23941", + "23943", + "23950", + "23951", + "23957", + "23964", + "23968", + "23970", + "23971", + "23972", + "23974", + "23975", + "23977", + "23978", + "23979", + "23983", + "23984", + "23985", + "23986", + "23988", + "23991", + "23993", + "23994", + "23995", + "23996", + "23997", + "24002", + "24004", + "24011", + "24013", + "24021", + "24024", + "24026", + "24028", + "24029", + "24032", + "24033", + "24034", + "24035", + "24041", + "24046", + "24052", + "24053", + "24054", + "24056", + "24063", + "24064", + "24066", + "24067", + "24069", + "24071", + "24074", + "24075", + "24076", + "24077", + "24079", + "24080", + "24082", + "24085", + "24087", + "24088", + "24089", + "24091", + "24092", + "24093", + "24094", + "24096", + "24099", + "24101", + "24102", + "24104", + "24105", + "24106", + "24108", + "24109", + "24110", + "24113", + "24114", + "24115", + "24116", + "24121", + "24123", + "24125", + "24129", + "24130", + "24139", + "24140", + "24146", + "24148", + "24149", + "24152", + "24155", + "24159", + "24161", + "24163", + "24164", + "24165", + "24169", + "24171", + "24172", + "24173", + "24174", + "24179", + "24180", + "24181", + "24185", + "24186", + "24248", + "24249", + "24253", + "24256", + "24264", + "24285", + "24286", + "24287", + "24290", + "24291", + "24292", + "24294", + "24300", + "24304", + "24306", + "24307", + "24310", + "24336", + "24352", + "24369", + "24370", + "24372", + "24374", + "24375", + "24377", + "24378", + "24379", + "24381", + "24383", + "24386", + "24387", + "24388", + "24389", + "24390", + "24391", + "24394", + "24396", + "24397", + "24398", + "24402", + "24404", + "24406", + "24408", + "24409", + "24410", + "24412", + "24413", + "24414", + "24415", + "24416", + "24417", + "24418", + "24419", + "24420", + "24422", + "24427", + "24429", + "24435", + "24436", + "24437", + "24439", + "24441", + "24443", + "24449", + "24451", + "24455", + "24459", + "24466", + "24467", + "24468", + "24469", + "24471", + "24472", + "24473", + "24476", + "24478", + "24479", + "24483", + "24484", + "24485", + "24488", + "24491", + "24492", + "24498", + "24499", + "24500", + "24501", + "24502", + "24503", + "24504", + "24506", + "24509", + "24510", + "24516", + "24522", + "24523", + "24524", + "24525", + "24526", + "24527", + "24534", + "24535", + "24541", + "24542", + "24544", + "24545", + "24547", + "24548", + "24549", + "24550", + "24551", + "24553", + "24554", + "24555", + "24557", + "24564", + "24566", + "24568", + "24571", + "24576", + "24577", + "24582", + "24586", + "24588", + "24590", + "24591", + "24592", + "24594", + "24597", + "24598", + "24601", + "24603", + "24605", + "24607", + "24610", + "24611", + "24615", + "24617", + "24622", + "24624", + "24631", + "24632", + "24634", + "24636", + "24637", + "24638", + "24640", + "24642", + "24645", + "24651", + "24653", + "24654", + "24655", + "24659", + "24660", + "24661", + "24662", + "24665", + "24667", + "24668", + "24671", + "24672", + "24674", + "24675", + "24677", + "24682", + "24684", + "24685", + "24686", + "24688", + "24690", + "24691", + "24692", + "24694", + "24697", + "24698", + "24699", + "24700", + "24702", + "24703", + "24707", + "24709", + "24711", + "24712", + "24714", + "24716", + "24718", + "24719", + "24720", + "24723", + "24726", + "24727", + "24729", + "24730", + "24732", + "24733", + "24735", + "24736", + "24738", + "24739", + "24740", + "24741", + "24746", + "24747", + "24750", + "24751", + "24754", + "24756", + "24760", + "24762", + "24763", + "24765", + "24766", + "24767", + "24768", + "24769", + "24771", + "24772", + "24773", + "24774", + "24776", + "24779", + "24781", + "24786", + "24788", + "24790", + "24792", + "24793", + "24794", + "24795", + "24798", + "24799", + "24800", + "24802", + "24814", + "24816", + "24823", + "24824", + "24832", + "24834", + "24835", + "24836", + "24839", + "24840", + "24841", + "24843", + "24844", + "24845", + "24846", + "24847", + "24848", + "24850", + "24852", + "24853", + "24854", + "24855", + "24856", + "24857", + "24859", + "24860", + "24861", + "24862", + "24863", + "24864", + "24872", + "24873", + "24874", + "24877", + "24878", + "24880", + "24881", + "24882", + "24883", + "24884", + "24887", + "24893", + "24894", + "24895", + "24898", + "24899", + "24900", + "24902", + "24903", + "24906", + "24909", + "24912", + "24913", + "24916", + "24920", + "24923", + "24926", + "24928", + "24930", + "24931", + "24932", + "24933", + "24934", + "24935", + "24936", + "24939", + "24940", + "24941", + "24943", + "24944", + "24945", + "24946", + "24948", + "24951", + "24953", + "24957", + "24958", + "24960", + "24961", + "24962", + "24963", + "24964", + "24965", + "24966", + "24971", + "24972", + "24974", + "24975", + "24976", + "24980", + "24981", + "24984", + "24994", + "24996", + "24998" + ] +} \ No newline at end of file diff --git a/progress-szn11-rnd4-chain8453.json b/progress-szn11-rnd4-chain8453.json new file mode 100644 index 00000000..34fd7f57 --- /dev/null +++ b/progress-szn11-rnd4-chain8453.json @@ -0,0 +1,70456 @@ +{ + "season": "11", + "round": "rnd4", + "chainId": 8453, + "totalBatches": 24, + "completedBatches": [ + { + "batchIndex": 0, + "transactionHash": "0xae7ff23f2a5870d9ee63994cc6b4be15ea466566b0ee1f62c626ca11004ac57d", + "timestamp": "2025-10-23T05:28:41.094Z", + "gotchiRewards": [ + { + "gotchiId": "3", + "amount": "126.0275", + "parsedAmount": "126027500000000000000" + }, + { + "gotchiId": "31", + "amount": "14.035", + "parsedAmount": "14035000000000000000" + }, + { + "gotchiId": "32", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "34", + "amount": "7.050000000000001", + "parsedAmount": "7050000000000001000" + }, + { + "gotchiId": "35", + "amount": "118.68", + "parsedAmount": "118680000000000000000" + }, + { + "gotchiId": "37", + "amount": "62.307500000000005", + "parsedAmount": "62307500000000005000" + }, + { + "gotchiId": "39", + "amount": "19.475", + "parsedAmount": "19475000000000000000" + }, + { + "gotchiId": "41", + "amount": "6.994999999999999", + "parsedAmount": "6994999999999999000" + }, + { + "gotchiId": "44", + "amount": "28.845", + "parsedAmount": "28845000000000000000" + }, + { + "gotchiId": "46", + "amount": "2.415", + "parsedAmount": "2415000000000000000" + }, + { + "gotchiId": "47", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "48", + "amount": "59.4425", + "parsedAmount": "59442500000000000000" + }, + { + "gotchiId": "51", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "53", + "amount": "10.1325", + "parsedAmount": "10132500000000000000" + }, + { + "gotchiId": "54", + "amount": "11.95", + "parsedAmount": "11950000000000000000" + }, + { + "gotchiId": "56", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "58", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "59", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "67", + "amount": "127.665", + "parsedAmount": "127665000000000000000" + }, + { + "gotchiId": "68", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "69", + "amount": "13.93", + "parsedAmount": "13930000000000000000" + }, + { + "gotchiId": "92", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "93", + "amount": "22.225", + "parsedAmount": "22225000000000000000" + }, + { + "gotchiId": "97", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "100", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "101", + "amount": "14.122499999999999", + "parsedAmount": "14122499999999999000" + }, + { + "gotchiId": "102", + "amount": "8.76", + "parsedAmount": "8760000000000000000" + }, + { + "gotchiId": "106", + "amount": "35.945", + "parsedAmount": "35945000000000000000" + }, + { + "gotchiId": "111", + "amount": "17.4275", + "parsedAmount": "17427500000000000000" + }, + { + "gotchiId": "112", + "amount": "45.845", + "parsedAmount": "45845000000000000000" + }, + { + "gotchiId": "113", + "amount": "5.695", + "parsedAmount": "5695000000000000000" + }, + { + "gotchiId": "114", + "amount": "49.647499999999994", + "parsedAmount": "49647499999999994000" + }, + { + "gotchiId": "115", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "116", + "amount": "2.525", + "parsedAmount": "2525000000000000000" + }, + { + "gotchiId": "122", + "amount": "2.985", + "parsedAmount": "2985000000000000000" + }, + { + "gotchiId": "123", + "amount": "28.515", + "parsedAmount": "28515000000000000000" + }, + { + "gotchiId": "124", + "amount": "16.7675", + "parsedAmount": "16767500000000000000" + }, + { + "gotchiId": "125", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "131", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "135", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "137", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "138", + "amount": "7.445", + "parsedAmount": "7445000000000000000" + }, + { + "gotchiId": "139", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "141", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "142", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "151", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "154", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "156", + "amount": "8.415", + "parsedAmount": "8415000000000000000" + }, + { + "gotchiId": "159", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "162", + "amount": "14.2125", + "parsedAmount": "14212500000000000000" + }, + { + "gotchiId": "164", + "amount": "23.525", + "parsedAmount": "23525000000000000000" + }, + { + "gotchiId": "167", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "168", + "amount": "36.84", + "parsedAmount": "36840000000000000000" + }, + { + "gotchiId": "169", + "amount": "30.4875", + "parsedAmount": "30487500000000000000" + }, + { + "gotchiId": "172", + "amount": "327.2275", + "parsedAmount": "327227500000000000000" + }, + { + "gotchiId": "181", + "amount": "138.265", + "parsedAmount": "138265000000000000000" + }, + { + "gotchiId": "183", + "amount": "19.8325", + "parsedAmount": "19832500000000000000" + }, + { + "gotchiId": "185", + "amount": "26.527499999999996", + "parsedAmount": "26527499999999996000" + }, + { + "gotchiId": "186", + "amount": "18.44", + "parsedAmount": "18440000000000000000" + }, + { + "gotchiId": "190", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "191", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "192", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "201", + "amount": "30.345", + "parsedAmount": "30345000000000000000" + }, + { + "gotchiId": "205", + "amount": "10.377499999999998", + "parsedAmount": "10377499999999998000" + }, + { + "gotchiId": "206", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "207", + "amount": "11.477500000000001", + "parsedAmount": "11477500000000001000" + }, + { + "gotchiId": "208", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "218", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "219", + "amount": "11.4125", + "parsedAmount": "11412500000000000000" + }, + { + "gotchiId": "221", + "amount": "147.5725", + "parsedAmount": "147572500000000000000" + }, + { + "gotchiId": "225", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "226", + "amount": "6.4075", + "parsedAmount": "6407500000000000000" + }, + { + "gotchiId": "228", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "229", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "231", + "amount": "8.7675", + "parsedAmount": "8767500000000000000" + }, + { + "gotchiId": "233", + "amount": "74.66499999999999", + "parsedAmount": "74664999999999990000" + }, + { + "gotchiId": "234", + "amount": "8.505", + "parsedAmount": "8505000000000000000" + }, + { + "gotchiId": "235", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "236", + "amount": "30.2875", + "parsedAmount": "30287500000000000000" + }, + { + "gotchiId": "238", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "240", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "241", + "amount": "5.8675", + "parsedAmount": "5867500000000000000" + }, + { + "gotchiId": "243", + "amount": "23.18", + "parsedAmount": "23180000000000000000" + }, + { + "gotchiId": "260", + "amount": "8.49", + "parsedAmount": "8490000000000000000" + }, + { + "gotchiId": "261", + "amount": "10.552499999999998", + "parsedAmount": "10552499999999998000" + }, + { + "gotchiId": "262", + "amount": "14.2475", + "parsedAmount": "14247500000000000000" + }, + { + "gotchiId": "263", + "amount": "9.6", + "parsedAmount": "9600000000000000000" + }, + { + "gotchiId": "264", + "amount": "17.1025", + "parsedAmount": "17102500000000000000" + }, + { + "gotchiId": "266", + "amount": "161.955", + "parsedAmount": "161955000000000000000" + }, + { + "gotchiId": "267", + "amount": "45.5825", + "parsedAmount": "45582500000000000000" + }, + { + "gotchiId": "269", + "amount": "11.9925", + "parsedAmount": "11992500000000000000" + }, + { + "gotchiId": "270", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "271", + "amount": "13.709999999999999", + "parsedAmount": "13709999999999999000" + }, + { + "gotchiId": "272", + "amount": "2.2625", + "parsedAmount": "2262500000000000000" + }, + { + "gotchiId": "274", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "275", + "amount": "8.969999999999999", + "parsedAmount": "8969999999999999000" + }, + { + "gotchiId": "278", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "282", + "amount": "66.625", + "parsedAmount": "66625000000000000000" + }, + { + "gotchiId": "285", + "amount": "13.39", + "parsedAmount": "13390000000000000000" + }, + { + "gotchiId": "289", + "amount": "18.59", + "parsedAmount": "18590000000000000000" + }, + { + "gotchiId": "290", + "amount": "8.4575", + "parsedAmount": "8457500000000000000" + }, + { + "gotchiId": "296", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "301", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "304", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "307", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "308", + "amount": "14.4575", + "parsedAmount": "14457500000000000000" + }, + { + "gotchiId": "314", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "315", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "317", + "amount": "6.342499999999999", + "parsedAmount": "6342499999999999000" + }, + { + "gotchiId": "319", + "amount": "22.330000000000002", + "parsedAmount": "22330000000000002000" + }, + { + "gotchiId": "339", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "343", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "357", + "amount": "7.68", + "parsedAmount": "7680000000000000000" + }, + { + "gotchiId": "358", + "amount": "8.35", + "parsedAmount": "8350000000000000000" + }, + { + "gotchiId": "359", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "366", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "367", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "375", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "377", + "amount": "7.7925", + "parsedAmount": "7792500000000000000" + }, + { + "gotchiId": "378", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "380", + "amount": "5.525", + "parsedAmount": "5525000000000000000" + }, + { + "gotchiId": "382", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "383", + "amount": "53.9975", + "parsedAmount": "53997500000000000000" + }, + { + "gotchiId": "390", + "amount": "9.2625", + "parsedAmount": "9262500000000000000" + }, + { + "gotchiId": "391", + "amount": "15.6775", + "parsedAmount": "15677500000000000000" + }, + { + "gotchiId": "392", + "amount": "19.427500000000002", + "parsedAmount": "19427500000000002000" + }, + { + "gotchiId": "396", + "amount": "53.84", + "parsedAmount": "53840000000000000000" + }, + { + "gotchiId": "406", + "amount": "37.6175", + "parsedAmount": "37617500000000000000" + }, + { + "gotchiId": "407", + "amount": "11.215", + "parsedAmount": "11215000000000000000" + }, + { + "gotchiId": "408", + "amount": "34.495", + "parsedAmount": "34495000000000000000" + }, + { + "gotchiId": "409", + "amount": "7.6475", + "parsedAmount": "7647500000000000000" + }, + { + "gotchiId": "410", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "411", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "413", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "414", + "amount": "22.95", + "parsedAmount": "22950000000000000000" + }, + { + "gotchiId": "418", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "420", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "428", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "430", + "amount": "20.125", + "parsedAmount": "20125000000000000000" + }, + { + "gotchiId": "431", + "amount": "4.8125", + "parsedAmount": "4812500000000000000" + }, + { + "gotchiId": "439", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "442", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "448", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "449", + "amount": "38.27", + "parsedAmount": "38270000000000000000" + }, + { + "gotchiId": "453", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "454", + "amount": "14.362499999999999", + "parsedAmount": "14362499999999999000" + }, + { + "gotchiId": "455", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "458", + "amount": "36.275", + "parsedAmount": "36275000000000000000" + }, + { + "gotchiId": "461", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "463", + "amount": "15.4625", + "parsedAmount": "15462500000000000000" + }, + { + "gotchiId": "469", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "473", + "amount": "16.755", + "parsedAmount": "16755000000000000000" + }, + { + "gotchiId": "474", + "amount": "391.29", + "parsedAmount": "391290000000000000000" + }, + { + "gotchiId": "475", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "479", + "amount": "32.1075", + "parsedAmount": "32107500000000000000" + }, + { + "gotchiId": "480", + "amount": "22.805", + "parsedAmount": "22805000000000000000" + }, + { + "gotchiId": "481", + "amount": "9.9575", + "parsedAmount": "9957500000000000000" + }, + { + "gotchiId": "482", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "483", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "486", + "amount": "20.7375", + "parsedAmount": "20737500000000000000" + }, + { + "gotchiId": "487", + "amount": "87.595", + "parsedAmount": "87595000000000000000" + }, + { + "gotchiId": "489", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "490", + "amount": "12.205", + "parsedAmount": "12205000000000000000" + }, + { + "gotchiId": "492", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "493", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "499", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "502", + "amount": "37.1225", + "parsedAmount": "37122500000000000000" + }, + { + "gotchiId": "506", + "amount": "36.22", + "parsedAmount": "36220000000000000000" + }, + { + "gotchiId": "509", + "amount": "22.8875", + "parsedAmount": "22887500000000000000" + }, + { + "gotchiId": "511", + "amount": "31.49", + "parsedAmount": "31490000000000000000" + }, + { + "gotchiId": "512", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "514", + "amount": "70.0625", + "parsedAmount": "70062500000000000000" + }, + { + "gotchiId": "519", + "amount": "13.925", + "parsedAmount": "13925000000000000000" + }, + { + "gotchiId": "520", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "522", + "amount": "46.9525", + "parsedAmount": "46952500000000000000" + }, + { + "gotchiId": "523", + "amount": "20.3575", + "parsedAmount": "20357500000000000000" + }, + { + "gotchiId": "524", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "528", + "amount": "20.465", + "parsedAmount": "20465000000000000000" + }, + { + "gotchiId": "529", + "amount": "45.46249999999999", + "parsedAmount": "45462499999999990000" + }, + { + "gotchiId": "531", + "amount": "7.2375", + "parsedAmount": "7237500000000000000" + }, + { + "gotchiId": "538", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "539", + "amount": "16.8075", + "parsedAmount": "16807500000000000000" + }, + { + "gotchiId": "540", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "543", + "amount": "60.932500000000005", + "parsedAmount": "60932500000000005000" + }, + { + "gotchiId": "544", + "amount": "106.74249999999999", + "parsedAmount": "106742499999999990000" + }, + { + "gotchiId": "549", + "amount": "59.2475", + "parsedAmount": "59247500000000000000" + }, + { + "gotchiId": "550", + "amount": "9.885000000000002", + "parsedAmount": "9885000000000002000" + }, + { + "gotchiId": "552", + "amount": "17.6325", + "parsedAmount": "17632500000000000000" + }, + { + "gotchiId": "555", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "556", + "amount": "46.13", + "parsedAmount": "46130000000000000000" + }, + { + "gotchiId": "557", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "567", + "amount": "61.1975", + "parsedAmount": "61197500000000000000" + }, + { + "gotchiId": "568", + "amount": "106.64750000000001", + "parsedAmount": "106647500000000010000" + }, + { + "gotchiId": "569", + "amount": "85.095", + "parsedAmount": "85095000000000000000" + }, + { + "gotchiId": "571", + "amount": "97.0825", + "parsedAmount": "97082500000000000000" + }, + { + "gotchiId": "572", + "amount": "252.36249999999998", + "parsedAmount": "252362499999999980000" + }, + { + "gotchiId": "573", + "amount": "88.77749999999999", + "parsedAmount": "88777499999999990000" + }, + { + "gotchiId": "574", + "amount": "107.78750000000001", + "parsedAmount": "107787500000000010000" + }, + { + "gotchiId": "575", + "amount": "108.58999999999999", + "parsedAmount": "108589999999999990000" + }, + { + "gotchiId": "576", + "amount": "100.985", + "parsedAmount": "100985000000000000000" + }, + { + "gotchiId": "577", + "amount": "109.775", + "parsedAmount": "109775000000000000000" + }, + { + "gotchiId": "578", + "amount": "60.692499999999995", + "parsedAmount": "60692499999999995000" + }, + { + "gotchiId": "579", + "amount": "25.287499999999998", + "parsedAmount": "25287499999999998000" + }, + { + "gotchiId": "580", + "amount": "91.9625", + "parsedAmount": "91962500000000000000" + }, + { + "gotchiId": "581", + "amount": "56.305", + "parsedAmount": "56305000000000000000" + }, + { + "gotchiId": "584", + "amount": "19.4175", + "parsedAmount": "19417500000000000000" + }, + { + "gotchiId": "585", + "amount": "14.4275", + "parsedAmount": "14427500000000000000" + }, + { + "gotchiId": "587", + "amount": "11.885", + "parsedAmount": "11885000000000000000" + }, + { + "gotchiId": "588", + "amount": "13.51", + "parsedAmount": "13510000000000000000" + }, + { + "gotchiId": "591", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "594", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "596", + "amount": "6.682499999999999", + "parsedAmount": "6682499999999999000" + }, + { + "gotchiId": "597", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "598", + "amount": "65.17", + "parsedAmount": "65170000000000000000" + }, + { + "gotchiId": "600", + "amount": "60.9125", + "parsedAmount": "60912500000000000000" + }, + { + "gotchiId": "601", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "607", + "amount": "78.995", + "parsedAmount": "78995000000000000000" + }, + { + "gotchiId": "608", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "630", + "amount": "20.810000000000002", + "parsedAmount": "20810000000000002000" + }, + { + "gotchiId": "632", + "amount": "24.035", + "parsedAmount": "24035000000000000000" + }, + { + "gotchiId": "637", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "642", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "645", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "646", + "amount": "8.015", + "parsedAmount": "8015000000000000000" + }, + { + "gotchiId": "647", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "648", + "amount": "11.7225", + "parsedAmount": "11722500000000000000" + }, + { + "gotchiId": "649", + "amount": "24.845", + "parsedAmount": "24845000000000000000" + }, + { + "gotchiId": "650", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "660", + "amount": "28.5575", + "parsedAmount": "28557500000000000000" + }, + { + "gotchiId": "661", + "amount": "7.057500000000001", + "parsedAmount": "7057500000000001000" + }, + { + "gotchiId": "662", + "amount": "181.795", + "parsedAmount": "181795000000000000000" + }, + { + "gotchiId": "663", + "amount": "35.207499999999996", + "parsedAmount": "35207499999999996000" + }, + { + "gotchiId": "664", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "671", + "amount": "12.045000000000002", + "parsedAmount": "12045000000000002000" + }, + { + "gotchiId": "672", + "amount": "26.064999999999998", + "parsedAmount": "26064999999999998000" + }, + { + "gotchiId": "673", + "amount": "125.94500000000001", + "parsedAmount": "125945000000000010000" + }, + { + "gotchiId": "674", + "amount": "19.695", + "parsedAmount": "19695000000000000000" + }, + { + "gotchiId": "677", + "amount": "54.394999999999996", + "parsedAmount": "54394999999999996000" + }, + { + "gotchiId": "681", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "684", + "amount": "37.995000000000005", + "parsedAmount": "37995000000000005000" + }, + { + "gotchiId": "689", + "amount": "28.8", + "parsedAmount": "28800000000000000000" + }, + { + "gotchiId": "692", + "amount": "90.43", + "parsedAmount": "90430000000000000000" + }, + { + "gotchiId": "695", + "amount": "5.9075", + "parsedAmount": "5907500000000000000" + }, + { + "gotchiId": "696", + "amount": "20.435", + "parsedAmount": "20435000000000000000" + }, + { + "gotchiId": "697", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "698", + "amount": "11.342500000000001", + "parsedAmount": "11342500000000001000" + }, + { + "gotchiId": "699", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "700", + "amount": "15.9375", + "parsedAmount": "15937500000000000000" + }, + { + "gotchiId": "702", + "amount": "15.5275", + "parsedAmount": "15527500000000000000" + }, + { + "gotchiId": "703", + "amount": "156.70250000000001", + "parsedAmount": "156702500000000010000" + }, + { + "gotchiId": "704", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "705", + "amount": "30.585", + "parsedAmount": "30585000000000000000" + }, + { + "gotchiId": "706", + "amount": "5.7175", + "parsedAmount": "5717500000000000000" + }, + { + "gotchiId": "707", + "amount": "5.73", + "parsedAmount": "5730000000000000000" + }, + { + "gotchiId": "708", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "709", + "amount": "5.7275", + "parsedAmount": "5727500000000000000" + }, + { + "gotchiId": "710", + "amount": "16.2325", + "parsedAmount": "16232500000000000000" + }, + { + "gotchiId": "711", + "amount": "5.715", + "parsedAmount": "5715000000000000000" + }, + { + "gotchiId": "712", + "amount": "17.2925", + "parsedAmount": "17292500000000000000" + }, + { + "gotchiId": "713", + "amount": "110.47", + "parsedAmount": "110470000000000000000" + }, + { + "gotchiId": "714", + "amount": "11.7325", + "parsedAmount": "11732500000000000000" + }, + { + "gotchiId": "716", + "amount": "13.407499999999999", + "parsedAmount": "13407499999999999000" + }, + { + "gotchiId": "717", + "amount": "5.73", + "parsedAmount": "5730000000000000000" + }, + { + "gotchiId": "718", + "amount": "5.7025", + "parsedAmount": "5702500000000000000" + }, + { + "gotchiId": "719", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "722", + "amount": "18.6225", + "parsedAmount": "18622500000000000000" + }, + { + "gotchiId": "725", + "amount": "17.4", + "parsedAmount": "17400000000000000000" + }, + { + "gotchiId": "726", + "amount": "2.3925", + "parsedAmount": "2392500000000000000" + }, + { + "gotchiId": "728", + "amount": "26.735", + "parsedAmount": "26735000000000000000" + }, + { + "gotchiId": "729", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "733", + "amount": "8.63", + "parsedAmount": "8630000000000000000" + }, + { + "gotchiId": "734", + "amount": "9.6075", + "parsedAmount": "9607500000000000000" + }, + { + "gotchiId": "735", + "amount": "7.69", + "parsedAmount": "7690000000000000000" + }, + { + "gotchiId": "736", + "amount": "15.815000000000001", + "parsedAmount": "15815000000000001000" + }, + { + "gotchiId": "738", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "739", + "amount": "12.5575", + "parsedAmount": "12557500000000000000" + }, + { + "gotchiId": "743", + "amount": "9.754999999999999", + "parsedAmount": "9754999999999999000" + }, + { + "gotchiId": "744", + "amount": "15.115", + "parsedAmount": "15115000000000000000" + }, + { + "gotchiId": "746", + "amount": "19.5375", + "parsedAmount": "19537500000000000000" + }, + { + "gotchiId": "750", + "amount": "8.8", + "parsedAmount": "8800000000000000000" + }, + { + "gotchiId": "751", + "amount": "8.5375", + "parsedAmount": "8537500000000000000" + }, + { + "gotchiId": "752", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "753", + "amount": "30.5075", + "parsedAmount": "30507500000000000000" + }, + { + "gotchiId": "754", + "amount": "28.945", + "parsedAmount": "28945000000000000000" + }, + { + "gotchiId": "755", + "amount": "18.287499999999998", + "parsedAmount": "18287499999999998000" + }, + { + "gotchiId": "756", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "757", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "758", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "759", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "763", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "766", + "amount": "246.065", + "parsedAmount": "246065000000000000000" + }, + { + "gotchiId": "769", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "784", + "amount": "8.185", + "parsedAmount": "8185000000000000000" + }, + { + "gotchiId": "786", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "787", + "amount": "25.872500000000002", + "parsedAmount": "25872500000000002000" + }, + { + "gotchiId": "789", + "amount": "33.77", + "parsedAmount": "33770000000000000000" + }, + { + "gotchiId": "794", + "amount": "11.5075", + "parsedAmount": "11507500000000000000" + }, + { + "gotchiId": "796", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "799", + "amount": "6.045", + "parsedAmount": "6045000000000000000" + }, + { + "gotchiId": "801", + "amount": "3.1", + "parsedAmount": "3100000000000000000" + }, + { + "gotchiId": "805", + "amount": "9.754999999999999", + "parsedAmount": "9754999999999999000" + }, + { + "gotchiId": "806", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "807", + "amount": "10.114999999999998", + "parsedAmount": "10114999999999998000" + }, + { + "gotchiId": "808", + "amount": "25.5475", + "parsedAmount": "25547500000000000000" + }, + { + "gotchiId": "810", + "amount": "15.0825", + "parsedAmount": "15082500000000000000" + }, + { + "gotchiId": "811", + "amount": "7.4425", + "parsedAmount": "7442500000000000000" + }, + { + "gotchiId": "814", + "amount": "15.4625", + "parsedAmount": "15462500000000000000" + }, + { + "gotchiId": "815", + "amount": "33.785000000000004", + "parsedAmount": "33785000000000004000" + }, + { + "gotchiId": "817", + "amount": "35.295", + "parsedAmount": "35295000000000000000" + }, + { + "gotchiId": "819", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "820", + "amount": "33.1625", + "parsedAmount": "33162500000000000000" + }, + { + "gotchiId": "821", + "amount": "7.414999999999999", + "parsedAmount": "7414999999999999000" + }, + { + "gotchiId": "822", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "823", + "amount": "16.97", + "parsedAmount": "16970000000000000000" + }, + { + "gotchiId": "824", + "amount": "11.115", + "parsedAmount": "11115000000000000000" + }, + { + "gotchiId": "826", + "amount": "646.6575", + "parsedAmount": "646657500000000000000" + }, + { + "gotchiId": "828", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "836", + "amount": "52.88249999999999", + "parsedAmount": "52882499999999990000" + }, + { + "gotchiId": "841", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "844", + "amount": "3.375", + "parsedAmount": "3375000000000000000" + }, + { + "gotchiId": "851", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "853", + "amount": "9.335", + "parsedAmount": "9335000000000000000" + }, + { + "gotchiId": "854", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "870", + "amount": "19.134999999999998", + "parsedAmount": "19134999999999998000" + }, + { + "gotchiId": "897", + "amount": "59.8775", + "parsedAmount": "59877500000000000000" + }, + { + "gotchiId": "899", + "amount": "8.915", + "parsedAmount": "8915000000000000000" + }, + { + "gotchiId": "903", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "904", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "908", + "amount": "3.7625", + "parsedAmount": "3762500000000000000" + }, + { + "gotchiId": "909", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "911", + "amount": "10.5375", + "parsedAmount": "10537500000000000000" + }, + { + "gotchiId": "912", + "amount": "31.959999999999997", + "parsedAmount": "31959999999999997000" + }, + { + "gotchiId": "914", + "amount": "12.9525", + "parsedAmount": "12952500000000000000" + }, + { + "gotchiId": "915", + "amount": "22.1325", + "parsedAmount": "22132500000000000000" + }, + { + "gotchiId": "918", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "922", + "amount": "32.78", + "parsedAmount": "32780000000000000000" + }, + { + "gotchiId": "924", + "amount": "38.0925", + "parsedAmount": "38092500000000000000" + }, + { + "gotchiId": "925", + "amount": "9.622499999999999", + "parsedAmount": "9622499999999999000" + }, + { + "gotchiId": "928", + "amount": "13.8575", + "parsedAmount": "13857500000000000000" + }, + { + "gotchiId": "929", + "amount": "11.0275", + "parsedAmount": "11027500000000000000" + }, + { + "gotchiId": "931", + "amount": "6.352500000000001", + "parsedAmount": "6352500000000001000" + }, + { + "gotchiId": "932", + "amount": "2.295", + "parsedAmount": "2295000000000000000" + }, + { + "gotchiId": "933", + "amount": "6.55", + "parsedAmount": "6550000000000000000" + }, + { + "gotchiId": "934", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "936", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "937", + "amount": "8.665", + "parsedAmount": "8665000000000000000" + }, + { + "gotchiId": "938", + "amount": "10.6775", + "parsedAmount": "10677500000000000000" + }, + { + "gotchiId": "940", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "946", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "947", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "951", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "954", + "amount": "5.365", + "parsedAmount": "5365000000000000000" + }, + { + "gotchiId": "956", + "amount": "14.6875", + "parsedAmount": "14687500000000000000" + }, + { + "gotchiId": "957", + "amount": "28.6575", + "parsedAmount": "28657500000000000000" + }, + { + "gotchiId": "965", + "amount": "12.482499999999998", + "parsedAmount": "12482499999999998000" + }, + { + "gotchiId": "966", + "amount": "318.46", + "parsedAmount": "318460000000000000000" + }, + { + "gotchiId": "967", + "amount": "10.217500000000001", + "parsedAmount": "10217500000000001000" + }, + { + "gotchiId": "968", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "970", + "amount": "19.509999999999998", + "parsedAmount": "19509999999999998000" + }, + { + "gotchiId": "971", + "amount": "9.775", + "parsedAmount": "9775000000000000000" + }, + { + "gotchiId": "973", + "amount": "28.11", + "parsedAmount": "28110000000000000000" + }, + { + "gotchiId": "974", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "976", + "amount": "6.2275", + "parsedAmount": "6227500000000000000" + }, + { + "gotchiId": "978", + "amount": "31.385", + "parsedAmount": "31385000000000000000" + }, + { + "gotchiId": "979", + "amount": "23.857499999999998", + "parsedAmount": "23857499999999998000" + }, + { + "gotchiId": "980", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "981", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "983", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "984", + "amount": "14.7475", + "parsedAmount": "14747500000000000000" + }, + { + "gotchiId": "985", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "987", + "amount": "130.435", + "parsedAmount": "130435000000000000000" + }, + { + "gotchiId": "988", + "amount": "15.1825", + "parsedAmount": "15182500000000000000" + }, + { + "gotchiId": "989", + "amount": "51.67250000000001", + "parsedAmount": "51672500000000010000" + }, + { + "gotchiId": "992", + "amount": "5.775", + "parsedAmount": "5775000000000000000" + }, + { + "gotchiId": "997", + "amount": "13.670000000000002", + "parsedAmount": "13670000000000002000" + }, + { + "gotchiId": "998", + "amount": "11.185", + "parsedAmount": "11185000000000000000" + }, + { + "gotchiId": "1009", + "amount": "23.5275", + "parsedAmount": "23527500000000000000" + }, + { + "gotchiId": "1010", + "amount": "16.1225", + "parsedAmount": "16122500000000000000" + }, + { + "gotchiId": "1011", + "amount": "94.2575", + "parsedAmount": "94257500000000000000" + }, + { + "gotchiId": "1012", + "amount": "65.28", + "parsedAmount": "65280000000000000000" + }, + { + "gotchiId": "1013", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "1014", + "amount": "102.92500000000001", + "parsedAmount": "102925000000000010000" + }, + { + "gotchiId": "1015", + "amount": "27.4775", + "parsedAmount": "27477500000000000000" + }, + { + "gotchiId": "1016", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "1017", + "amount": "16.465", + "parsedAmount": "16465000000000000000" + }, + { + "gotchiId": "1019", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "1020", + "amount": "17.9525", + "parsedAmount": "17952500000000000000" + }, + { + "gotchiId": "1021", + "amount": "99.47", + "parsedAmount": "99470000000000000000" + }, + { + "gotchiId": "1022", + "amount": "6.7375", + "parsedAmount": "6737500000000000000" + }, + { + "gotchiId": "1027", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "1030", + "amount": "28.8525", + "parsedAmount": "28852500000000000000" + }, + { + "gotchiId": "1032", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "1043", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "1044", + "amount": "33.292500000000004", + "parsedAmount": "33292500000000004000" + }, + { + "gotchiId": "1046", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "1054", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "1055", + "amount": "44.282500000000006", + "parsedAmount": "44282500000000006000" + }, + { + "gotchiId": "1057", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "1058", + "amount": "18.54", + "parsedAmount": "18540000000000000000" + }, + { + "gotchiId": "1062", + "amount": "11.67", + "parsedAmount": "11670000000000000000" + }, + { + "gotchiId": "1063", + "amount": "31.95", + "parsedAmount": "31950000000000000000" + }, + { + "gotchiId": "1065", + "amount": "15.284999999999998", + "parsedAmount": "15284999999999998000" + }, + { + "gotchiId": "1068", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "1071", + "amount": "22.8425", + "parsedAmount": "22842500000000000000" + }, + { + "gotchiId": "1074", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "1078", + "amount": "1.82", + "parsedAmount": "1820000000000000000" + }, + { + "gotchiId": "1079", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "1083", + "amount": "94.83999999999999", + "parsedAmount": "94839999999999990000" + }, + { + "gotchiId": "1085", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "1089", + "amount": "61.035", + "parsedAmount": "61035000000000000000" + }, + { + "gotchiId": "1090", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "1098", + "amount": "7.029999999999999", + "parsedAmount": "7029999999999999000" + }, + { + "gotchiId": "1100", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "1103", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "1108", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "1109", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "1111", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "1122", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "1124", + "amount": "26.84", + "parsedAmount": "26840000000000000000" + }, + { + "gotchiId": "1126", + "amount": "62.42", + "parsedAmount": "62420000000000000000" + }, + { + "gotchiId": "1128", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "1133", + "amount": "42.529999999999994", + "parsedAmount": "42529999999999994000" + }, + { + "gotchiId": "1134", + "amount": "7.1725", + "parsedAmount": "7172500000000000000" + }, + { + "gotchiId": "1135", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "1136", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "1137", + "amount": "3.3525", + "parsedAmount": "3352500000000000000" + }, + { + "gotchiId": "1138", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "1140", + "amount": "13.53", + "parsedAmount": "13530000000000000000" + }, + { + "gotchiId": "1145", + "amount": "8.365", + "parsedAmount": "8365000000000000000" + }, + { + "gotchiId": "1147", + "amount": "26.7875", + "parsedAmount": "26787500000000000000" + }, + { + "gotchiId": "1150", + "amount": "25.215000000000003", + "parsedAmount": "25215000000000003000" + }, + { + "gotchiId": "1155", + "amount": "14.77", + "parsedAmount": "14770000000000000000" + }, + { + "gotchiId": "1157", + "amount": "14.135", + "parsedAmount": "14135000000000000000" + }, + { + "gotchiId": "1164", + "amount": "8.129999999999999", + "parsedAmount": "8129999999999999000" + }, + { + "gotchiId": "1165", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "1169", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "1170", + "amount": "23.2125", + "parsedAmount": "23212500000000000000" + }, + { + "gotchiId": "1171", + "amount": "26.394999999999996", + "parsedAmount": "26394999999999996000" + }, + { + "gotchiId": "1173", + "amount": "15.66", + "parsedAmount": "15660000000000000000" + }, + { + "gotchiId": "1177", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "1178", + "amount": "6.1899999999999995", + "parsedAmount": "6189999999999999500" + }, + { + "gotchiId": "1179", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "1183", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "1188", + "amount": "8.2575", + "parsedAmount": "8257500000000000000" + }, + { + "gotchiId": "1189", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "1190", + "amount": "14.900000000000002", + "parsedAmount": "14900000000000002000" + }, + { + "gotchiId": "1191", + "amount": "10.9725", + "parsedAmount": "10972500000000000000" + }, + { + "gotchiId": "1192", + "amount": "9.61", + "parsedAmount": "9610000000000000000" + }, + { + "gotchiId": "1193", + "amount": "25.365", + "parsedAmount": "25365000000000000000" + }, + { + "gotchiId": "1195", + "amount": "19.595", + "parsedAmount": "19595000000000000000" + }, + { + "gotchiId": "1196", + "amount": "21.31", + "parsedAmount": "21310000000000000000" + }, + { + "gotchiId": "1197", + "amount": "71.0675", + "parsedAmount": "71067500000000000000" + }, + { + "gotchiId": "1199", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "1200", + "amount": "18.7525", + "parsedAmount": "18752500000000000000" + }, + { + "gotchiId": "1203", + "amount": "22.542500000000004", + "parsedAmount": "22542500000000004000" + }, + { + "gotchiId": "1207", + "amount": "67.4025", + "parsedAmount": "67402500000000000000" + }, + { + "gotchiId": "1218", + "amount": "61.849999999999994", + "parsedAmount": "61849999999999994000" + }, + { + "gotchiId": "1219", + "amount": "12.6", + "parsedAmount": "12600000000000000000" + }, + { + "gotchiId": "1220", + "amount": "2.3725", + "parsedAmount": "2372500000000000000" + }, + { + "gotchiId": "1228", + "amount": "16.36", + "parsedAmount": "16360000000000000000" + }, + { + "gotchiId": "1231", + "amount": "27.200000000000003", + "parsedAmount": "27200000000000003000" + }, + { + "gotchiId": "1232", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "1233", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "1234", + "amount": "9.1875", + "parsedAmount": "9187500000000000000" + }, + { + "gotchiId": "1235", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "1240", + "amount": "121.46499999999999", + "parsedAmount": "121464999999999990000" + }, + { + "gotchiId": "1241", + "amount": "17.9775", + "parsedAmount": "17977500000000000000" + }, + { + "gotchiId": "1244", + "amount": "40.58", + "parsedAmount": "40580000000000000000" + }, + { + "gotchiId": "1248", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "1249", + "amount": "22.515", + "parsedAmount": "22515000000000000000" + }, + { + "gotchiId": "1253", + "amount": "23.852500000000003", + "parsedAmount": "23852500000000003000" + }, + { + "gotchiId": "1254", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "1257", + "amount": "74.83", + "parsedAmount": "74830000000000000000" + }, + { + "gotchiId": "1259", + "amount": "13.43", + "parsedAmount": "13430000000000000000" + }, + { + "gotchiId": "1260", + "amount": "13.1175", + "parsedAmount": "13117500000000000000" + }, + { + "gotchiId": "1261", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "1263", + "amount": "12.6375", + "parsedAmount": "12637500000000000000" + }, + { + "gotchiId": "1264", + "amount": "112.96000000000001", + "parsedAmount": "112960000000000010000" + }, + { + "gotchiId": "1265", + "amount": "9.127500000000001", + "parsedAmount": "9127500000000001000" + }, + { + "gotchiId": "1267", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "1269", + "amount": "7.395", + "parsedAmount": "7395000000000000000" + }, + { + "gotchiId": "1273", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "1274", + "amount": "22.36", + "parsedAmount": "22360000000000000000" + }, + { + "gotchiId": "1277", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "1282", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "1283", + "amount": "3.4625", + "parsedAmount": "3462500000000000000" + }, + { + "gotchiId": "1285", + "amount": "24.6", + "parsedAmount": "24600000000000000000" + }, + { + "gotchiId": "1292", + "amount": "17.89", + "parsedAmount": "17890000000000000000" + }, + { + "gotchiId": "1293", + "amount": "32.7675", + "parsedAmount": "32767500000000000000" + }, + { + "gotchiId": "1294", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "1295", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "1299", + "amount": "2.49", + "parsedAmount": "2490000000000000000" + }, + { + "gotchiId": "1301", + "amount": "6.220000000000001", + "parsedAmount": "6220000000000001000" + }, + { + "gotchiId": "1302", + "amount": "31.4525", + "parsedAmount": "31452500000000000000" + }, + { + "gotchiId": "1304", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "1305", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "1306", + "amount": "199.84750000000003", + "parsedAmount": "199847500000000030000" + }, + { + "gotchiId": "1308", + "amount": "22.32", + "parsedAmount": "22320000000000000000" + }, + { + "gotchiId": "1314", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "1316", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + } + ], + "totalAmount": "12820262499999999988000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203988, + "gasUsed": "10192109" + }, + { + "batchIndex": 1, + "transactionHash": "0x804fd00f39c7e8d8a5ba6778378212f58a6f64f596d00f92bfd923abd15e0248", + "timestamp": "2025-10-23T05:28:44.998Z", + "gotchiRewards": [ + { + "gotchiId": "1320", + "amount": "37.0125", + "parsedAmount": "37012500000000000000" + }, + { + "gotchiId": "1321", + "amount": "22.977500000000003", + "parsedAmount": "22977500000000003000" + }, + { + "gotchiId": "1323", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "1324", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "1333", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "1334", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "1335", + "amount": "57.31", + "parsedAmount": "57310000000000000000" + }, + { + "gotchiId": "1336", + "amount": "15.170000000000002", + "parsedAmount": "15170000000000002000" + }, + { + "gotchiId": "1339", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "1345", + "amount": "111.7475", + "parsedAmount": "111747500000000000000" + }, + { + "gotchiId": "1347", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "1348", + "amount": "13.435", + "parsedAmount": "13435000000000000000" + }, + { + "gotchiId": "1349", + "amount": "12.487499999999999", + "parsedAmount": "12487499999999999000" + }, + { + "gotchiId": "1351", + "amount": "6.359999999999999", + "parsedAmount": "6359999999999999000" + }, + { + "gotchiId": "1353", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "1354", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "1355", + "amount": "6.9925", + "parsedAmount": "6992500000000000000" + }, + { + "gotchiId": "1357", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "1358", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "1359", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "1360", + "amount": "7.4675", + "parsedAmount": "7467500000000000000" + }, + { + "gotchiId": "1367", + "amount": "55.870000000000005", + "parsedAmount": "55870000000000005000" + }, + { + "gotchiId": "1368", + "amount": "29.77", + "parsedAmount": "29770000000000000000" + }, + { + "gotchiId": "1370", + "amount": "23.7075", + "parsedAmount": "23707500000000000000" + }, + { + "gotchiId": "1371", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "1372", + "amount": "13.97", + "parsedAmount": "13970000000000000000" + }, + { + "gotchiId": "1373", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "1375", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "1379", + "amount": "16.247500000000002", + "parsedAmount": "16247500000000002000" + }, + { + "gotchiId": "1381", + "amount": "20.305", + "parsedAmount": "20305000000000000000" + }, + { + "gotchiId": "1383", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "1385", + "amount": "13.922500000000001", + "parsedAmount": "13922500000000001000" + }, + { + "gotchiId": "1387", + "amount": "12.5375", + "parsedAmount": "12537500000000000000" + }, + { + "gotchiId": "1388", + "amount": "18.759999999999998", + "parsedAmount": "18759999999999998000" + }, + { + "gotchiId": "1389", + "amount": "13.59", + "parsedAmount": "13590000000000000000" + }, + { + "gotchiId": "1392", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "1393", + "amount": "6.395", + "parsedAmount": "6395000000000000000" + }, + { + "gotchiId": "1395", + "amount": "21.3325", + "parsedAmount": "21332500000000000000" + }, + { + "gotchiId": "1396", + "amount": "22.42", + "parsedAmount": "22420000000000000000" + }, + { + "gotchiId": "1398", + "amount": "13.344999999999999", + "parsedAmount": "13344999999999999000" + }, + { + "gotchiId": "1400", + "amount": "8.6525", + "parsedAmount": "8652500000000000000" + }, + { + "gotchiId": "1401", + "amount": "12.745000000000001", + "parsedAmount": "12745000000000001000" + }, + { + "gotchiId": "1403", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "1404", + "amount": "14.6425", + "parsedAmount": "14642500000000000000" + }, + { + "gotchiId": "1405", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "1408", + "amount": "6.2825", + "parsedAmount": "6282500000000000000" + }, + { + "gotchiId": "1410", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "1412", + "amount": "40.4175", + "parsedAmount": "40417500000000000000" + }, + { + "gotchiId": "1413", + "amount": "9.375", + "parsedAmount": "9375000000000000000" + }, + { + "gotchiId": "1414", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "1416", + "amount": "95.985", + "parsedAmount": "95985000000000000000" + }, + { + "gotchiId": "1417", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "1419", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "1421", + "amount": "18.682499999999997", + "parsedAmount": "18682499999999997000" + }, + { + "gotchiId": "1422", + "amount": "19.5525", + "parsedAmount": "19552500000000000000" + }, + { + "gotchiId": "1423", + "amount": "27.779999999999998", + "parsedAmount": "27779999999999998000" + }, + { + "gotchiId": "1425", + "amount": "101.87750000000001", + "parsedAmount": "101877500000000010000" + }, + { + "gotchiId": "1426", + "amount": "43.894999999999996", + "parsedAmount": "43894999999999996000" + }, + { + "gotchiId": "1427", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "1429", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "1430", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "1432", + "amount": "46.830000000000005", + "parsedAmount": "46830000000000005000" + }, + { + "gotchiId": "1433", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "1436", + "amount": "7.86", + "parsedAmount": "7860000000000000000" + }, + { + "gotchiId": "1441", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "1443", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "1445", + "amount": "21.9075", + "parsedAmount": "21907500000000000000" + }, + { + "gotchiId": "1447", + "amount": "12.7225", + "parsedAmount": "12722500000000000000" + }, + { + "gotchiId": "1448", + "amount": "1388.8799999999999", + "parsedAmount": "1388879999999999900000" + }, + { + "gotchiId": "1449", + "amount": "101.7275", + "parsedAmount": "101727500000000000000" + }, + { + "gotchiId": "1451", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "1454", + "amount": "288.46", + "parsedAmount": "288460000000000000000" + }, + { + "gotchiId": "1455", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "1457", + "amount": "37.9125", + "parsedAmount": "37912500000000000000" + }, + { + "gotchiId": "1459", + "amount": "20.904999999999998", + "parsedAmount": "20904999999999998000" + }, + { + "gotchiId": "1469", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "1470", + "amount": "60.6275", + "parsedAmount": "60627500000000000000" + }, + { + "gotchiId": "1473", + "amount": "14.5625", + "parsedAmount": "14562500000000000000" + }, + { + "gotchiId": "1474", + "amount": "7.2575", + "parsedAmount": "7257500000000000000" + }, + { + "gotchiId": "1475", + "amount": "172.425", + "parsedAmount": "172425000000000000000" + }, + { + "gotchiId": "1477", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "1478", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "1481", + "amount": "17.195", + "parsedAmount": "17195000000000000000" + }, + { + "gotchiId": "1483", + "amount": "168.2025", + "parsedAmount": "168202500000000000000" + }, + { + "gotchiId": "1484", + "amount": "17.3575", + "parsedAmount": "17357500000000000000" + }, + { + "gotchiId": "1485", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "1486", + "amount": "6.657500000000001", + "parsedAmount": "6657500000000001000" + }, + { + "gotchiId": "1487", + "amount": "52.1875", + "parsedAmount": "52187500000000000000" + }, + { + "gotchiId": "1491", + "amount": "17.72", + "parsedAmount": "17720000000000000000" + }, + { + "gotchiId": "1508", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "1509", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "1510", + "amount": "12.8425", + "parsedAmount": "12842500000000000000" + }, + { + "gotchiId": "1511", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "1512", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "1518", + "amount": "8.76", + "parsedAmount": "8760000000000000000" + }, + { + "gotchiId": "1520", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "1531", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1535", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "1536", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "1538", + "amount": "8.1925", + "parsedAmount": "8192500000000000000" + }, + { + "gotchiId": "1539", + "amount": "16.955", + "parsedAmount": "16955000000000000000" + }, + { + "gotchiId": "1542", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "1543", + "amount": "11.19", + "parsedAmount": "11190000000000000000" + }, + { + "gotchiId": "1545", + "amount": "17.2775", + "parsedAmount": "17277500000000000000" + }, + { + "gotchiId": "1547", + "amount": "12.3725", + "parsedAmount": "12372500000000000000" + }, + { + "gotchiId": "1549", + "amount": "124.61749999999999", + "parsedAmount": "124617499999999990000" + }, + { + "gotchiId": "1557", + "amount": "23.5825", + "parsedAmount": "23582500000000000000" + }, + { + "gotchiId": "1558", + "amount": "23.0325", + "parsedAmount": "23032500000000000000" + }, + { + "gotchiId": "1562", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "1563", + "amount": "10.592500000000001", + "parsedAmount": "10592500000000001000" + }, + { + "gotchiId": "1564", + "amount": "25.9625", + "parsedAmount": "25962500000000000000" + }, + { + "gotchiId": "1565", + "amount": "169.005", + "parsedAmount": "169005000000000000000" + }, + { + "gotchiId": "1568", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "1570", + "amount": "11.085", + "parsedAmount": "11085000000000000000" + }, + { + "gotchiId": "1571", + "amount": "16.475", + "parsedAmount": "16475000000000000000" + }, + { + "gotchiId": "1572", + "amount": "5.5275", + "parsedAmount": "5527500000000000000" + }, + { + "gotchiId": "1574", + "amount": "4.015", + "parsedAmount": "4015000000000000000" + }, + { + "gotchiId": "1575", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "1576", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "1580", + "amount": "22.665", + "parsedAmount": "22665000000000000000" + }, + { + "gotchiId": "1583", + "amount": "10.91", + "parsedAmount": "10910000000000000000" + }, + { + "gotchiId": "1584", + "amount": "34.7625", + "parsedAmount": "34762500000000000000" + }, + { + "gotchiId": "1585", + "amount": "20.6", + "parsedAmount": "20600000000000000000" + }, + { + "gotchiId": "1586", + "amount": "41.03", + "parsedAmount": "41030000000000000000" + }, + { + "gotchiId": "1588", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "1589", + "amount": "14.790000000000001", + "parsedAmount": "14790000000000001000" + }, + { + "gotchiId": "1590", + "amount": "16.067500000000003", + "parsedAmount": "16067500000000003000" + }, + { + "gotchiId": "1591", + "amount": "24.9075", + "parsedAmount": "24907500000000000000" + }, + { + "gotchiId": "1595", + "amount": "23.3075", + "parsedAmount": "23307500000000000000" + }, + { + "gotchiId": "1598", + "amount": "9.594999999999999", + "parsedAmount": "9594999999999999000" + }, + { + "gotchiId": "1600", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "1604", + "amount": "40.025", + "parsedAmount": "40025000000000000000" + }, + { + "gotchiId": "1627", + "amount": "287.035", + "parsedAmount": "287035000000000000000" + }, + { + "gotchiId": "1633", + "amount": "28.75", + "parsedAmount": "28750000000000000000" + }, + { + "gotchiId": "1637", + "amount": "7.1475", + "parsedAmount": "7147500000000000000" + }, + { + "gotchiId": "1638", + "amount": "68.135", + "parsedAmount": "68135000000000000000" + }, + { + "gotchiId": "1639", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "1647", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "1652", + "amount": "8.365", + "parsedAmount": "8365000000000000000" + }, + { + "gotchiId": "1653", + "amount": "30.985", + "parsedAmount": "30985000000000000000" + }, + { + "gotchiId": "1657", + "amount": "8.1775", + "parsedAmount": "8177500000000000000" + }, + { + "gotchiId": "1660", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "1661", + "amount": "49.6525", + "parsedAmount": "49652500000000000000" + }, + { + "gotchiId": "1662", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "1665", + "amount": "4.105", + "parsedAmount": "4105000000000000000" + }, + { + "gotchiId": "1667", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "1668", + "amount": "166.08749999999998", + "parsedAmount": "166087499999999980000" + }, + { + "gotchiId": "1672", + "amount": "17.067500000000003", + "parsedAmount": "17067500000000003000" + }, + { + "gotchiId": "1677", + "amount": "187.7325", + "parsedAmount": "187732500000000000000" + }, + { + "gotchiId": "1679", + "amount": "9.462499999999999", + "parsedAmount": "9462499999999999000" + }, + { + "gotchiId": "1680", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "1683", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "1684", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "1689", + "amount": "11.7975", + "parsedAmount": "11797500000000000000" + }, + { + "gotchiId": "1690", + "amount": "42.542500000000004", + "parsedAmount": "42542500000000004000" + }, + { + "gotchiId": "1691", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "1693", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "1694", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "1699", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "1702", + "amount": "65.165", + "parsedAmount": "65165000000000000000" + }, + { + "gotchiId": "1703", + "amount": "25.8325", + "parsedAmount": "25832500000000000000" + }, + { + "gotchiId": "1704", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "1708", + "amount": "17.2375", + "parsedAmount": "17237500000000000000" + }, + { + "gotchiId": "1709", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "1710", + "amount": "8.21", + "parsedAmount": "8210000000000000000" + }, + { + "gotchiId": "1711", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "1715", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "1722", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "1723", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "1724", + "amount": "48.28", + "parsedAmount": "48280000000000000000" + }, + { + "gotchiId": "1728", + "amount": "21.97", + "parsedAmount": "21970000000000000000" + }, + { + "gotchiId": "1729", + "amount": "5.942500000000001", + "parsedAmount": "5942500000000001000" + }, + { + "gotchiId": "1732", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "1735", + "amount": "54.387499999999996", + "parsedAmount": "54387499999999996000" + }, + { + "gotchiId": "1740", + "amount": "33.325", + "parsedAmount": "33325000000000000000" + }, + { + "gotchiId": "1743", + "amount": "1706.1875", + "parsedAmount": "1706187500000000000000" + }, + { + "gotchiId": "1745", + "amount": "25.805", + "parsedAmount": "25805000000000000000" + }, + { + "gotchiId": "1751", + "amount": "8.4175", + "parsedAmount": "8417500000000000000" + }, + { + "gotchiId": "1752", + "amount": "18.537499999999998", + "parsedAmount": "18537499999999998000" + }, + { + "gotchiId": "1759", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "1762", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "1763", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "1765", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "1767", + "amount": "7.0325", + "parsedAmount": "7032500000000000000" + }, + { + "gotchiId": "1768", + "amount": "25.049999999999997", + "parsedAmount": "25049999999999997000" + }, + { + "gotchiId": "1770", + "amount": "26.115", + "parsedAmount": "26115000000000000000" + }, + { + "gotchiId": "1771", + "amount": "30.79", + "parsedAmount": "30790000000000000000" + }, + { + "gotchiId": "1774", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "1775", + "amount": "12.2175", + "parsedAmount": "12217500000000000000" + }, + { + "gotchiId": "1779", + "amount": "43.55500000000001", + "parsedAmount": "43555000000000010000" + }, + { + "gotchiId": "1780", + "amount": "51.995", + "parsedAmount": "51995000000000000000" + }, + { + "gotchiId": "1781", + "amount": "8.4625", + "parsedAmount": "8462500000000000000" + }, + { + "gotchiId": "1782", + "amount": "48.38", + "parsedAmount": "48380000000000000000" + }, + { + "gotchiId": "1784", + "amount": "22.472499999999997", + "parsedAmount": "22472499999999997000" + }, + { + "gotchiId": "1785", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "1786", + "amount": "11.9575", + "parsedAmount": "11957500000000000000" + }, + { + "gotchiId": "1787", + "amount": "25.64", + "parsedAmount": "25640000000000000000" + }, + { + "gotchiId": "1788", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "1789", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "1790", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "1802", + "amount": "19.7725", + "parsedAmount": "19772500000000000000" + }, + { + "gotchiId": "1803", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "1806", + "amount": "24.045", + "parsedAmount": "24045000000000000000" + }, + { + "gotchiId": "1808", + "amount": "25.6575", + "parsedAmount": "25657500000000000000" + }, + { + "gotchiId": "1809", + "amount": "7.782500000000001", + "parsedAmount": "7782500000000001000" + }, + { + "gotchiId": "1811", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "1812", + "amount": "58.2475", + "parsedAmount": "58247500000000000000" + }, + { + "gotchiId": "1822", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "1828", + "amount": "25.095", + "parsedAmount": "25095000000000000000" + }, + { + "gotchiId": "1829", + "amount": "36.525", + "parsedAmount": "36525000000000000000" + }, + { + "gotchiId": "1831", + "amount": "10.377500000000001", + "parsedAmount": "10377500000000001000" + }, + { + "gotchiId": "1836", + "amount": "371.1", + "parsedAmount": "371100000000000000000" + }, + { + "gotchiId": "1837", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "1838", + "amount": "291.3725", + "parsedAmount": "291372500000000000000" + }, + { + "gotchiId": "1839", + "amount": "10.1575", + "parsedAmount": "10157500000000000000" + }, + { + "gotchiId": "1840", + "amount": "429.53", + "parsedAmount": "429530000000000000000" + }, + { + "gotchiId": "1843", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "1844", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "1845", + "amount": "17.43", + "parsedAmount": "17430000000000000000" + }, + { + "gotchiId": "1847", + "amount": "67.08", + "parsedAmount": "67080000000000000000" + }, + { + "gotchiId": "1849", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "1850", + "amount": "6.362500000000001", + "parsedAmount": "6362500000000001000" + }, + { + "gotchiId": "1852", + "amount": "47.41", + "parsedAmount": "47410000000000000000" + }, + { + "gotchiId": "1853", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "1855", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "1857", + "amount": "15.4525", + "parsedAmount": "15452500000000000000" + }, + { + "gotchiId": "1859", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "1862", + "amount": "55.0275", + "parsedAmount": "55027500000000000000" + }, + { + "gotchiId": "1866", + "amount": "29.7025", + "parsedAmount": "29702500000000000000" + }, + { + "gotchiId": "1868", + "amount": "33.3575", + "parsedAmount": "33357500000000000000" + }, + { + "gotchiId": "1874", + "amount": "37.0025", + "parsedAmount": "37002500000000000000" + }, + { + "gotchiId": "1876", + "amount": "38.209999999999994", + "parsedAmount": "38209999999999994000" + }, + { + "gotchiId": "1878", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "1879", + "amount": "53.2125", + "parsedAmount": "53212500000000000000" + }, + { + "gotchiId": "1880", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "1883", + "amount": "6.015000000000001", + "parsedAmount": "6015000000000001000" + }, + { + "gotchiId": "1884", + "amount": "26.6725", + "parsedAmount": "26672500000000000000" + }, + { + "gotchiId": "1886", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "1887", + "amount": "6.6674999999999995", + "parsedAmount": "6667499999999999500" + }, + { + "gotchiId": "1901", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "1904", + "amount": "12.274999999999999", + "parsedAmount": "12274999999999999000" + }, + { + "gotchiId": "1905", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "1906", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "1911", + "amount": "17.6875", + "parsedAmount": "17687500000000000000" + }, + { + "gotchiId": "1917", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "1920", + "amount": "3.245", + "parsedAmount": "3245000000000000000" + }, + { + "gotchiId": "1921", + "amount": "3.24", + "parsedAmount": "3240000000000000000" + }, + { + "gotchiId": "1923", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "1924", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "1926", + "amount": "7.5475", + "parsedAmount": "7547500000000000000" + }, + { + "gotchiId": "1927", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "1929", + "amount": "11.985", + "parsedAmount": "11985000000000000000" + }, + { + "gotchiId": "1930", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "1931", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "1932", + "amount": "15.912500000000001", + "parsedAmount": "15912500000000001000" + }, + { + "gotchiId": "1934", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "1935", + "amount": "20.9875", + "parsedAmount": "20987500000000000000" + }, + { + "gotchiId": "1936", + "amount": "25.082500000000003", + "parsedAmount": "25082500000000003000" + }, + { + "gotchiId": "1937", + "amount": "5.185", + "parsedAmount": "5185000000000000000" + }, + { + "gotchiId": "1939", + "amount": "29.259999999999998", + "parsedAmount": "29259999999999998000" + }, + { + "gotchiId": "1940", + "amount": "5.24", + "parsedAmount": "5240000000000000000" + }, + { + "gotchiId": "1941", + "amount": "9.695", + "parsedAmount": "9695000000000000000" + }, + { + "gotchiId": "1942", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "1944", + "amount": "25.375", + "parsedAmount": "25375000000000000000" + }, + { + "gotchiId": "1949", + "amount": "10.247499999999999", + "parsedAmount": "10247499999999999000" + }, + { + "gotchiId": "1950", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "1952", + "amount": "31.862499999999997", + "parsedAmount": "31862499999999997000" + }, + { + "gotchiId": "1954", + "amount": "36.9625", + "parsedAmount": "36962500000000000000" + }, + { + "gotchiId": "1956", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "1959", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "1961", + "amount": "75.815", + "parsedAmount": "75815000000000000000" + }, + { + "gotchiId": "1962", + "amount": "20.810000000000002", + "parsedAmount": "20810000000000002000" + }, + { + "gotchiId": "1963", + "amount": "23.785", + "parsedAmount": "23785000000000000000" + }, + { + "gotchiId": "1969", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "1971", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "1973", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "1974", + "amount": "31.650000000000002", + "parsedAmount": "31650000000000002000" + }, + { + "gotchiId": "1975", + "amount": "14.7975", + "parsedAmount": "14797500000000000000" + }, + { + "gotchiId": "1976", + "amount": "15.9025", + "parsedAmount": "15902500000000000000" + }, + { + "gotchiId": "1977", + "amount": "18.6925", + "parsedAmount": "18692500000000000000" + }, + { + "gotchiId": "1980", + "amount": "24.9525", + "parsedAmount": "24952500000000000000" + }, + { + "gotchiId": "1981", + "amount": "20.4325", + "parsedAmount": "20432500000000000000" + }, + { + "gotchiId": "1984", + "amount": "17.34", + "parsedAmount": "17340000000000000000" + }, + { + "gotchiId": "1986", + "amount": "30.955", + "parsedAmount": "30955000000000000000" + }, + { + "gotchiId": "1987", + "amount": "8.0725", + "parsedAmount": "8072500000000000000" + }, + { + "gotchiId": "1989", + "amount": "18.4975", + "parsedAmount": "18497500000000000000" + }, + { + "gotchiId": "1992", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "1993", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "1994", + "amount": "23.685000000000002", + "parsedAmount": "23685000000000002000" + }, + { + "gotchiId": "1995", + "amount": "5.425", + "parsedAmount": "5425000000000000000" + }, + { + "gotchiId": "1996", + "amount": "16.4075", + "parsedAmount": "16407500000000000000" + }, + { + "gotchiId": "1998", + "amount": "568.0149999999999", + "parsedAmount": "568014999999999900000" + }, + { + "gotchiId": "2014", + "amount": "20.7475", + "parsedAmount": "20747500000000000000" + }, + { + "gotchiId": "2018", + "amount": "8.9125", + "parsedAmount": "8912500000000000000" + }, + { + "gotchiId": "2021", + "amount": "13.995000000000001", + "parsedAmount": "13995000000000001000" + }, + { + "gotchiId": "2026", + "amount": "10.4875", + "parsedAmount": "10487500000000000000" + }, + { + "gotchiId": "2027", + "amount": "21.675", + "parsedAmount": "21675000000000000000" + }, + { + "gotchiId": "2028", + "amount": "23.150000000000002", + "parsedAmount": "23150000000000002000" + }, + { + "gotchiId": "2029", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "2030", + "amount": "17.517500000000002", + "parsedAmount": "17517500000000002000" + }, + { + "gotchiId": "2031", + "amount": "25.825000000000003", + "parsedAmount": "25825000000000003000" + }, + { + "gotchiId": "2034", + "amount": "20.6725", + "parsedAmount": "20672500000000000000" + }, + { + "gotchiId": "2035", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "2042", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "2053", + "amount": "2.7575", + "parsedAmount": "2757500000000000000" + }, + { + "gotchiId": "2054", + "amount": "35.727500000000006", + "parsedAmount": "35727500000000006000" + }, + { + "gotchiId": "2057", + "amount": "304.935", + "parsedAmount": "304935000000000000000" + }, + { + "gotchiId": "2058", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "2062", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "2068", + "amount": "9.14", + "parsedAmount": "9140000000000000000" + }, + { + "gotchiId": "2072", + "amount": "13.7375", + "parsedAmount": "13737500000000000000" + }, + { + "gotchiId": "2073", + "amount": "7.04", + "parsedAmount": "7040000000000000000" + }, + { + "gotchiId": "2077", + "amount": "14.7875", + "parsedAmount": "14787500000000000000" + }, + { + "gotchiId": "2081", + "amount": "11.0975", + "parsedAmount": "11097500000000000000" + }, + { + "gotchiId": "2084", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "2085", + "amount": "74.0975", + "parsedAmount": "74097500000000000000" + }, + { + "gotchiId": "2087", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "2090", + "amount": "17.5325", + "parsedAmount": "17532500000000000000" + }, + { + "gotchiId": "2091", + "amount": "8.78", + "parsedAmount": "8780000000000000000" + }, + { + "gotchiId": "2093", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "2094", + "amount": "16.4125", + "parsedAmount": "16412500000000000000" + }, + { + "gotchiId": "2095", + "amount": "23.075000000000003", + "parsedAmount": "23075000000000003000" + }, + { + "gotchiId": "2096", + "amount": "17.2875", + "parsedAmount": "17287500000000000000" + }, + { + "gotchiId": "2097", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "2099", + "amount": "25.09", + "parsedAmount": "25090000000000000000" + }, + { + "gotchiId": "2100", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "2101", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "2104", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "2105", + "amount": "6.119999999999999", + "parsedAmount": "6119999999999999000" + }, + { + "gotchiId": "2107", + "amount": "8.82", + "parsedAmount": "8820000000000000000" + }, + { + "gotchiId": "2110", + "amount": "13.52", + "parsedAmount": "13520000000000000000" + }, + { + "gotchiId": "2111", + "amount": "19.4025", + "parsedAmount": "19402500000000000000" + }, + { + "gotchiId": "2113", + "amount": "8.120000000000001", + "parsedAmount": "8120000000000001000" + }, + { + "gotchiId": "2115", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "2116", + "amount": "9.27", + "parsedAmount": "9270000000000000000" + }, + { + "gotchiId": "2117", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "2118", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "2120", + "amount": "22.365000000000002", + "parsedAmount": "22365000000000002000" + }, + { + "gotchiId": "2122", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "2123", + "amount": "14.434999999999999", + "parsedAmount": "14434999999999999000" + }, + { + "gotchiId": "2124", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "2125", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "2126", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "2128", + "amount": "67.225", + "parsedAmount": "67225000000000000000" + }, + { + "gotchiId": "2129", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "2134", + "amount": "22.877499999999998", + "parsedAmount": "22877499999999998000" + }, + { + "gotchiId": "2136", + "amount": "38.402499999999996", + "parsedAmount": "38402499999999996000" + }, + { + "gotchiId": "2138", + "amount": "19.0975", + "parsedAmount": "19097500000000000000" + }, + { + "gotchiId": "2143", + "amount": "7.782500000000001", + "parsedAmount": "7782500000000001000" + }, + { + "gotchiId": "2145", + "amount": "31.6325", + "parsedAmount": "31632500000000000000" + }, + { + "gotchiId": "2147", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "2148", + "amount": "37.42250000000001", + "parsedAmount": "37422500000000010000" + }, + { + "gotchiId": "2152", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "2153", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "2156", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "2157", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "2160", + "amount": "7.092499999999999", + "parsedAmount": "7092499999999999000" + }, + { + "gotchiId": "2162", + "amount": "6.415", + "parsedAmount": "6415000000000000000" + }, + { + "gotchiId": "2165", + "amount": "321.495", + "parsedAmount": "321495000000000000000" + }, + { + "gotchiId": "2167", + "amount": "8.7225", + "parsedAmount": "8722500000000000000" + }, + { + "gotchiId": "2172", + "amount": "78.2525", + "parsedAmount": "78252500000000000000" + }, + { + "gotchiId": "2178", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "2181", + "amount": "36.1025", + "parsedAmount": "36102500000000000000" + }, + { + "gotchiId": "2182", + "amount": "53.975", + "parsedAmount": "53975000000000000000" + }, + { + "gotchiId": "2183", + "amount": "17.485", + "parsedAmount": "17485000000000000000" + }, + { + "gotchiId": "2185", + "amount": "9.5925", + "parsedAmount": "9592500000000000000" + }, + { + "gotchiId": "2195", + "amount": "226.51500000000001", + "parsedAmount": "226515000000000010000" + }, + { + "gotchiId": "2197", + "amount": "24.78", + "parsedAmount": "24780000000000000000" + }, + { + "gotchiId": "2198", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "2202", + "amount": "14.177500000000002", + "parsedAmount": "14177500000000002000" + }, + { + "gotchiId": "2209", + "amount": "102.715", + "parsedAmount": "102715000000000000000" + }, + { + "gotchiId": "2212", + "amount": "13.075", + "parsedAmount": "13075000000000000000" + }, + { + "gotchiId": "2213", + "amount": "15.92", + "parsedAmount": "15920000000000000000" + }, + { + "gotchiId": "2223", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "2225", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "2226", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "2230", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "2232", + "amount": "8.605", + "parsedAmount": "8605000000000000000" + }, + { + "gotchiId": "2234", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "2235", + "amount": "9.915", + "parsedAmount": "9915000000000000000" + }, + { + "gotchiId": "2236", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "2238", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "2240", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "2242", + "amount": "12.405", + "parsedAmount": "12405000000000000000" + }, + { + "gotchiId": "2243", + "amount": "10.9625", + "parsedAmount": "10962500000000000000" + }, + { + "gotchiId": "2244", + "amount": "15.375", + "parsedAmount": "15375000000000000000" + }, + { + "gotchiId": "2245", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "2246", + "amount": "10.155", + "parsedAmount": "10155000000000000000" + }, + { + "gotchiId": "2249", + "amount": "23.5975", + "parsedAmount": "23597500000000000000" + }, + { + "gotchiId": "2250", + "amount": "2.185", + "parsedAmount": "2185000000000000000" + }, + { + "gotchiId": "2251", + "amount": "28.76", + "parsedAmount": "28760000000000000000" + }, + { + "gotchiId": "2255", + "amount": "33.269999999999996", + "parsedAmount": "33269999999999996000" + }, + { + "gotchiId": "2256", + "amount": "14.475", + "parsedAmount": "14475000000000000000" + }, + { + "gotchiId": "2260", + "amount": "22.517500000000002", + "parsedAmount": "22517500000000002000" + }, + { + "gotchiId": "2261", + "amount": "105.26499999999999", + "parsedAmount": "105264999999999990000" + }, + { + "gotchiId": "2263", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "2265", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "2266", + "amount": "83.1675", + "parsedAmount": "83167500000000000000" + }, + { + "gotchiId": "2267", + "amount": "134.9375", + "parsedAmount": "134937500000000000000" + }, + { + "gotchiId": "2269", + "amount": "18.8125", + "parsedAmount": "18812500000000000000" + }, + { + "gotchiId": "2270", + "amount": "229.0625", + "parsedAmount": "229062500000000000000" + }, + { + "gotchiId": "2271", + "amount": "22.889999999999997", + "parsedAmount": "22889999999999997000" + }, + { + "gotchiId": "2272", + "amount": "5.825", + "parsedAmount": "5825000000000000000" + }, + { + "gotchiId": "2274", + "amount": "18.24", + "parsedAmount": "18240000000000000000" + }, + { + "gotchiId": "2277", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "2278", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "2281", + "amount": "27.4625", + "parsedAmount": "27462500000000000000" + }, + { + "gotchiId": "2286", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "2287", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "2290", + "amount": "98.975", + "parsedAmount": "98975000000000000000" + }, + { + "gotchiId": "2291", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "2292", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "2293", + "amount": "8.69", + "parsedAmount": "8690000000000000000" + }, + { + "gotchiId": "2294", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "2296", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "2300", + "amount": "7.6275", + "parsedAmount": "7627500000000000000" + }, + { + "gotchiId": "2301", + "amount": "22.54", + "parsedAmount": "22540000000000000000" + }, + { + "gotchiId": "2305", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "2318", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "2319", + "amount": "11.4575", + "parsedAmount": "11457500000000000000" + }, + { + "gotchiId": "2321", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "2324", + "amount": "22.915", + "parsedAmount": "22915000000000000000" + }, + { + "gotchiId": "2325", + "amount": "39.4225", + "parsedAmount": "39422500000000000000" + }, + { + "gotchiId": "2326", + "amount": "21.645", + "parsedAmount": "21645000000000000000" + }, + { + "gotchiId": "2330", + "amount": "3.1175", + "parsedAmount": "3117500000000000000" + }, + { + "gotchiId": "2333", + "amount": "16.2825", + "parsedAmount": "16282500000000000000" + }, + { + "gotchiId": "2336", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "2339", + "amount": "14.8875", + "parsedAmount": "14887500000000000000" + }, + { + "gotchiId": "2344", + "amount": "18.65", + "parsedAmount": "18650000000000000000" + }, + { + "gotchiId": "2345", + "amount": "14.415", + "parsedAmount": "14415000000000000000" + }, + { + "gotchiId": "2346", + "amount": "9.4475", + "parsedAmount": "9447500000000000000" + }, + { + "gotchiId": "2347", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "2348", + "amount": "104.1175", + "parsedAmount": "104117500000000000000" + }, + { + "gotchiId": "2350", + "amount": "29.469999999999995", + "parsedAmount": "29469999999999995000" + }, + { + "gotchiId": "2351", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "2354", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "2358", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "2359", + "amount": "69.9725", + "parsedAmount": "69972500000000000000" + }, + { + "gotchiId": "2360", + "amount": "50.8675", + "parsedAmount": "50867500000000000000" + }, + { + "gotchiId": "2362", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "2364", + "amount": "40.487500000000004", + "parsedAmount": "40487500000000004000" + }, + { + "gotchiId": "2367", + "amount": "3.235", + "parsedAmount": "3235000000000000000" + }, + { + "gotchiId": "2368", + "amount": "56.695", + "parsedAmount": "56695000000000000000" + }, + { + "gotchiId": "2369", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "2380", + "amount": "6.175000000000001", + "parsedAmount": "6175000000000001000" + }, + { + "gotchiId": "2382", + "amount": "23.6375", + "parsedAmount": "23637500000000000000" + }, + { + "gotchiId": "2384", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "2386", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "2387", + "amount": "20.655", + "parsedAmount": "20655000000000000000" + }, + { + "gotchiId": "2391", + "amount": "46.495000000000005", + "parsedAmount": "46495000000000005000" + }, + { + "gotchiId": "2393", + "amount": "73.61", + "parsedAmount": "73610000000000000000" + }, + { + "gotchiId": "2394", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "2396", + "amount": "15.1675", + "parsedAmount": "15167500000000000000" + }, + { + "gotchiId": "2399", + "amount": "13.2", + "parsedAmount": "13200000000000000000" + }, + { + "gotchiId": "2402", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "2403", + "amount": "9.629999999999999", + "parsedAmount": "9629999999999999000" + }, + { + "gotchiId": "2404", + "amount": "6.1425", + "parsedAmount": "6142500000000000000" + }, + { + "gotchiId": "2405", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "2406", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "2407", + "amount": "3.0525", + "parsedAmount": "3052500000000000000" + }, + { + "gotchiId": "2408", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "2409", + "amount": "3.08", + "parsedAmount": "3080000000000000000" + }, + { + "gotchiId": "2414", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "2415", + "amount": "30.3375", + "parsedAmount": "30337500000000000000" + }, + { + "gotchiId": "2419", + "amount": "15.429999999999998", + "parsedAmount": "15429999999999998000" + }, + { + "gotchiId": "2421", + "amount": "8.184999999999999", + "parsedAmount": "8184999999999999000" + }, + { + "gotchiId": "2424", + "amount": "14.100000000000001", + "parsedAmount": "14100000000000001000" + }, + { + "gotchiId": "2432", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "2436", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "2438", + "amount": "5.825", + "parsedAmount": "5825000000000000000" + }, + { + "gotchiId": "2439", + "amount": "14.0975", + "parsedAmount": "14097500000000000000" + }, + { + "gotchiId": "2440", + "amount": "9.6125", + "parsedAmount": "9612500000000000000" + }, + { + "gotchiId": "2441", + "amount": "11.11", + "parsedAmount": "11110000000000000000" + }, + { + "gotchiId": "2442", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "2443", + "amount": "84.14750000000001", + "parsedAmount": "84147500000000010000" + }, + { + "gotchiId": "2445", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "2446", + "amount": "14.0825", + "parsedAmount": "14082500000000000000" + }, + { + "gotchiId": "2448", + "amount": "5.89", + "parsedAmount": "5890000000000000000" + }, + { + "gotchiId": "2449", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "2450", + "amount": "11.432500000000001", + "parsedAmount": "11432500000000001000" + }, + { + "gotchiId": "2451", + "amount": "5.8875", + "parsedAmount": "5887500000000000000" + }, + { + "gotchiId": "2452", + "amount": "12.2625", + "parsedAmount": "12262500000000000000" + }, + { + "gotchiId": "2453", + "amount": "17.112499999999997", + "parsedAmount": "17112499999999997000" + }, + { + "gotchiId": "2454", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "2455", + "amount": "10.1375", + "parsedAmount": "10137500000000000000" + }, + { + "gotchiId": "2456", + "amount": "4.105", + "parsedAmount": "4105000000000000000" + }, + { + "gotchiId": "2457", + "amount": "13.265", + "parsedAmount": "13265000000000000000" + }, + { + "gotchiId": "2459", + "amount": "13.295", + "parsedAmount": "13295000000000000000" + }, + { + "gotchiId": "2460", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "2461", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "2462", + "amount": "55.4775", + "parsedAmount": "55477500000000000000" + }, + { + "gotchiId": "2463", + "amount": "31.355", + "parsedAmount": "31355000000000000000" + }, + { + "gotchiId": "2468", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "2471", + "amount": "6.5675", + "parsedAmount": "6567500000000000000" + }, + { + "gotchiId": "2475", + "amount": "16.345", + "parsedAmount": "16345000000000000000" + }, + { + "gotchiId": "2478", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "2487", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "2491", + "amount": "39.9425", + "parsedAmount": "39942500000000000000" + }, + { + "gotchiId": "2492", + "amount": "18.8525", + "parsedAmount": "18852500000000000000" + } + ], + "totalAmount": "15664627499999999823000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203990, + "gasUsed": "9650391" + }, + { + "batchIndex": 2, + "transactionHash": "0xbc3ff449a4225ad9cdd05c6f4b0a1a9be944558ba5739c0bea9b32cf615dd86e", + "timestamp": "2025-10-23T05:28:48.739Z", + "gotchiRewards": [ + { + "gotchiId": "2500", + "amount": "78.6275", + "parsedAmount": "78627500000000000000" + }, + { + "gotchiId": "2501", + "amount": "88.0475", + "parsedAmount": "88047500000000000000" + }, + { + "gotchiId": "2503", + "amount": "14.99", + "parsedAmount": "14990000000000000000" + }, + { + "gotchiId": "2504", + "amount": "21.8625", + "parsedAmount": "21862500000000000000" + }, + { + "gotchiId": "2505", + "amount": "85.47", + "parsedAmount": "85470000000000000000" + }, + { + "gotchiId": "2506", + "amount": "26.302500000000002", + "parsedAmount": "26302500000000002000" + }, + { + "gotchiId": "2509", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "2512", + "amount": "19.6", + "parsedAmount": "19600000000000000000" + }, + { + "gotchiId": "2515", + "amount": "14.420000000000002", + "parsedAmount": "14420000000000002000" + }, + { + "gotchiId": "2517", + "amount": "16.035", + "parsedAmount": "16035000000000000000" + }, + { + "gotchiId": "2518", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "2523", + "amount": "49.5725", + "parsedAmount": "49572500000000000000" + }, + { + "gotchiId": "2524", + "amount": "15.91", + "parsedAmount": "15910000000000000000" + }, + { + "gotchiId": "2528", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "2529", + "amount": "32.56", + "parsedAmount": "32560000000000000000" + }, + { + "gotchiId": "2530", + "amount": "10.605", + "parsedAmount": "10605000000000000000" + }, + { + "gotchiId": "2531", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "2538", + "amount": "17.71", + "parsedAmount": "17710000000000000000" + }, + { + "gotchiId": "2542", + "amount": "34.33", + "parsedAmount": "34330000000000000000" + }, + { + "gotchiId": "2544", + "amount": "13.0275", + "parsedAmount": "13027500000000000000" + }, + { + "gotchiId": "2546", + "amount": "13.527500000000002", + "parsedAmount": "13527500000000002000" + }, + { + "gotchiId": "2550", + "amount": "9.905", + "parsedAmount": "9905000000000000000" + }, + { + "gotchiId": "2552", + "amount": "27.94", + "parsedAmount": "27940000000000000000" + }, + { + "gotchiId": "2553", + "amount": "57.364999999999995", + "parsedAmount": "57364999999999995000" + }, + { + "gotchiId": "2554", + "amount": "9.9225", + "parsedAmount": "9922500000000000000" + }, + { + "gotchiId": "2555", + "amount": "65.3375", + "parsedAmount": "65337500000000000000" + }, + { + "gotchiId": "2557", + "amount": "14.605", + "parsedAmount": "14605000000000000000" + }, + { + "gotchiId": "2558", + "amount": "18.785", + "parsedAmount": "18785000000000000000" + }, + { + "gotchiId": "2559", + "amount": "28.39", + "parsedAmount": "28390000000000000000" + }, + { + "gotchiId": "2562", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "2566", + "amount": "14.1175", + "parsedAmount": "14117500000000000000" + }, + { + "gotchiId": "2569", + "amount": "17.8325", + "parsedAmount": "17832500000000000000" + }, + { + "gotchiId": "2574", + "amount": "20.349999999999998", + "parsedAmount": "20349999999999998000" + }, + { + "gotchiId": "2578", + "amount": "36.6875", + "parsedAmount": "36687500000000000000" + }, + { + "gotchiId": "2581", + "amount": "11.555", + "parsedAmount": "11555000000000000000" + }, + { + "gotchiId": "2582", + "amount": "13.7325", + "parsedAmount": "13732500000000000000" + }, + { + "gotchiId": "2583", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "2585", + "amount": "12.9275", + "parsedAmount": "12927500000000000000" + }, + { + "gotchiId": "2588", + "amount": "15.7", + "parsedAmount": "15700000000000000000" + }, + { + "gotchiId": "2589", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "2591", + "amount": "11.495", + "parsedAmount": "11495000000000000000" + }, + { + "gotchiId": "2594", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "2596", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "2600", + "amount": "7.4325", + "parsedAmount": "7432500000000000000" + }, + { + "gotchiId": "2603", + "amount": "18.66", + "parsedAmount": "18660000000000000000" + }, + { + "gotchiId": "2605", + "amount": "15.834999999999999", + "parsedAmount": "15834999999999999000" + }, + { + "gotchiId": "2607", + "amount": "45.105", + "parsedAmount": "45105000000000000000" + }, + { + "gotchiId": "2609", + "amount": "9.2775", + "parsedAmount": "9277500000000000000" + }, + { + "gotchiId": "2612", + "amount": "10.15", + "parsedAmount": "10150000000000000000" + }, + { + "gotchiId": "2613", + "amount": "20.205000000000002", + "parsedAmount": "20205000000000002000" + }, + { + "gotchiId": "2614", + "amount": "18.9375", + "parsedAmount": "18937500000000000000" + }, + { + "gotchiId": "2616", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "2617", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "2620", + "amount": "9.5925", + "parsedAmount": "9592500000000000000" + }, + { + "gotchiId": "2623", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "2624", + "amount": "25.735", + "parsedAmount": "25735000000000000000" + }, + { + "gotchiId": "2626", + "amount": "3.315", + "parsedAmount": "3315000000000000000" + }, + { + "gotchiId": "2643", + "amount": "16.695", + "parsedAmount": "16695000000000000000" + }, + { + "gotchiId": "2644", + "amount": "8.805", + "parsedAmount": "8805000000000000000" + }, + { + "gotchiId": "2647", + "amount": "15.690000000000001", + "parsedAmount": "15690000000000001000" + }, + { + "gotchiId": "2649", + "amount": "7.890000000000001", + "parsedAmount": "7890000000000001000" + }, + { + "gotchiId": "2650", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "2652", + "amount": "19.317500000000003", + "parsedAmount": "19317500000000003000" + }, + { + "gotchiId": "2655", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "2657", + "amount": "30.845", + "parsedAmount": "30845000000000000000" + }, + { + "gotchiId": "2659", + "amount": "7.822500000000001", + "parsedAmount": "7822500000000001000" + }, + { + "gotchiId": "2660", + "amount": "4.987500000000001", + "parsedAmount": "4987500000000001000" + }, + { + "gotchiId": "2663", + "amount": "12.59", + "parsedAmount": "12590000000000000000" + }, + { + "gotchiId": "2666", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "2667", + "amount": "79.10000000000001", + "parsedAmount": "79100000000000010000" + }, + { + "gotchiId": "2670", + "amount": "9.9175", + "parsedAmount": "9917500000000000000" + }, + { + "gotchiId": "2671", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "2674", + "amount": "34.0125", + "parsedAmount": "34012500000000000000" + }, + { + "gotchiId": "2675", + "amount": "18.727500000000003", + "parsedAmount": "18727500000000003000" + }, + { + "gotchiId": "2676", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "2678", + "amount": "27.125", + "parsedAmount": "27125000000000000000" + }, + { + "gotchiId": "2679", + "amount": "9.149999999999999", + "parsedAmount": "9149999999999999000" + }, + { + "gotchiId": "2680", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "2681", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2683", + "amount": "32.4825", + "parsedAmount": "32482500000000000000" + }, + { + "gotchiId": "2684", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "2685", + "amount": "50.0225", + "parsedAmount": "50022500000000000000" + }, + { + "gotchiId": "2686", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "2687", + "amount": "26.8825", + "parsedAmount": "26882500000000000000" + }, + { + "gotchiId": "2688", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "2689", + "amount": "11.925", + "parsedAmount": "11925000000000000000" + }, + { + "gotchiId": "2690", + "amount": "12.5125", + "parsedAmount": "12512500000000000000" + }, + { + "gotchiId": "2691", + "amount": "3.6675", + "parsedAmount": "3667500000000000000" + }, + { + "gotchiId": "2693", + "amount": "8.3425", + "parsedAmount": "8342500000000000000" + }, + { + "gotchiId": "2694", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "2696", + "amount": "11.094999999999999", + "parsedAmount": "11094999999999999000" + }, + { + "gotchiId": "2698", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "2699", + "amount": "22.5575", + "parsedAmount": "22557500000000000000" + }, + { + "gotchiId": "2701", + "amount": "24.3975", + "parsedAmount": "24397500000000000000" + }, + { + "gotchiId": "2703", + "amount": "9.9575", + "parsedAmount": "9957500000000000000" + }, + { + "gotchiId": "2707", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "2713", + "amount": "13.545", + "parsedAmount": "13545000000000000000" + }, + { + "gotchiId": "2716", + "amount": "60.6325", + "parsedAmount": "60632500000000000000" + }, + { + "gotchiId": "2717", + "amount": "31.4625", + "parsedAmount": "31462500000000000000" + }, + { + "gotchiId": "2719", + "amount": "16.8175", + "parsedAmount": "16817500000000000000" + }, + { + "gotchiId": "2720", + "amount": "69.81", + "parsedAmount": "69810000000000000000" + }, + { + "gotchiId": "2722", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "2724", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "2725", + "amount": "15.4725", + "parsedAmount": "15472500000000000000" + }, + { + "gotchiId": "2726", + "amount": "20.869999999999997", + "parsedAmount": "20869999999999997000" + }, + { + "gotchiId": "2727", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "2729", + "amount": "12.225", + "parsedAmount": "12225000000000000000" + }, + { + "gotchiId": "2732", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "2734", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "2738", + "amount": "9.905000000000001", + "parsedAmount": "9905000000000001000" + }, + { + "gotchiId": "2739", + "amount": "57.3225", + "parsedAmount": "57322500000000000000" + }, + { + "gotchiId": "2740", + "amount": "6.0125", + "parsedAmount": "6012500000000000000" + }, + { + "gotchiId": "2744", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "2745", + "amount": "59.035", + "parsedAmount": "59035000000000000000" + }, + { + "gotchiId": "2748", + "amount": "18.3825", + "parsedAmount": "18382500000000000000" + }, + { + "gotchiId": "2749", + "amount": "142.78", + "parsedAmount": "142780000000000000000" + }, + { + "gotchiId": "2750", + "amount": "25.1325", + "parsedAmount": "25132500000000000000" + }, + { + "gotchiId": "2753", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "2755", + "amount": "9.5", + "parsedAmount": "9500000000000000000" + }, + { + "gotchiId": "2758", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "2759", + "amount": "28.3825", + "parsedAmount": "28382500000000000000" + }, + { + "gotchiId": "2760", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "2761", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "2773", + "amount": "7.5600000000000005", + "parsedAmount": "7560000000000000500" + }, + { + "gotchiId": "2774", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "2775", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "2779", + "amount": "11.9825", + "parsedAmount": "11982500000000000000" + }, + { + "gotchiId": "2783", + "amount": "22.915", + "parsedAmount": "22915000000000000000" + }, + { + "gotchiId": "2784", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "2786", + "amount": "32.375", + "parsedAmount": "32375000000000000000" + }, + { + "gotchiId": "2787", + "amount": "37.352500000000006", + "parsedAmount": "37352500000000006000" + }, + { + "gotchiId": "2788", + "amount": "17.665", + "parsedAmount": "17665000000000000000" + }, + { + "gotchiId": "2792", + "amount": "26.7075", + "parsedAmount": "26707500000000000000" + }, + { + "gotchiId": "2793", + "amount": "64.3525", + "parsedAmount": "64352500000000000000" + }, + { + "gotchiId": "2795", + "amount": "21.917499999999997", + "parsedAmount": "21917499999999997000" + }, + { + "gotchiId": "2796", + "amount": "21.0475", + "parsedAmount": "21047500000000000000" + }, + { + "gotchiId": "2797", + "amount": "29.2675", + "parsedAmount": "29267500000000000000" + }, + { + "gotchiId": "2798", + "amount": "29.304999999999996", + "parsedAmount": "29304999999999996000" + }, + { + "gotchiId": "2799", + "amount": "17.802500000000002", + "parsedAmount": "17802500000000002000" + }, + { + "gotchiId": "2801", + "amount": "6.345", + "parsedAmount": "6345000000000000000" + }, + { + "gotchiId": "2803", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "2808", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "2811", + "amount": "72.28999999999999", + "parsedAmount": "72289999999999990000" + }, + { + "gotchiId": "2812", + "amount": "46.3925", + "parsedAmount": "46392500000000000000" + }, + { + "gotchiId": "2822", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "2824", + "amount": "53.1625", + "parsedAmount": "53162500000000000000" + }, + { + "gotchiId": "2825", + "amount": "12.8475", + "parsedAmount": "12847500000000000000" + }, + { + "gotchiId": "2826", + "amount": "9.7575", + "parsedAmount": "9757500000000000000" + }, + { + "gotchiId": "2828", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "2829", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "2833", + "amount": "24.1875", + "parsedAmount": "24187500000000000000" + }, + { + "gotchiId": "2834", + "amount": "35.41", + "parsedAmount": "35410000000000000000" + }, + { + "gotchiId": "2837", + "amount": "16.345", + "parsedAmount": "16345000000000000000" + }, + { + "gotchiId": "2839", + "amount": "12.5475", + "parsedAmount": "12547500000000000000" + }, + { + "gotchiId": "2840", + "amount": "19.285", + "parsedAmount": "19285000000000000000" + }, + { + "gotchiId": "2841", + "amount": "12.6825", + "parsedAmount": "12682500000000000000" + }, + { + "gotchiId": "2842", + "amount": "12.795", + "parsedAmount": "12795000000000000000" + }, + { + "gotchiId": "2843", + "amount": "12.6425", + "parsedAmount": "12642500000000000000" + }, + { + "gotchiId": "2844", + "amount": "12.709999999999999", + "parsedAmount": "12709999999999999000" + }, + { + "gotchiId": "2845", + "amount": "16.205", + "parsedAmount": "16205000000000000000" + }, + { + "gotchiId": "2847", + "amount": "12.497499999999999", + "parsedAmount": "12497499999999999000" + }, + { + "gotchiId": "2848", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "2849", + "amount": "12.6325", + "parsedAmount": "12632500000000000000" + }, + { + "gotchiId": "2850", + "amount": "12.6125", + "parsedAmount": "12612500000000000000" + }, + { + "gotchiId": "2851", + "amount": "114.0175", + "parsedAmount": "114017500000000000000" + }, + { + "gotchiId": "2853", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "2854", + "amount": "99.5025", + "parsedAmount": "99502500000000000000" + }, + { + "gotchiId": "2856", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "2860", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "2861", + "amount": "28.61", + "parsedAmount": "28610000000000000000" + }, + { + "gotchiId": "2863", + "amount": "77.0325", + "parsedAmount": "77032500000000000000" + }, + { + "gotchiId": "2865", + "amount": "7.6", + "parsedAmount": "7600000000000000000" + }, + { + "gotchiId": "2866", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "2871", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "2872", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "2874", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "2876", + "amount": "17.744999999999997", + "parsedAmount": "17744999999999997000" + }, + { + "gotchiId": "2879", + "amount": "34.4875", + "parsedAmount": "34487500000000000000" + }, + { + "gotchiId": "2881", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "2882", + "amount": "12.870000000000001", + "parsedAmount": "12870000000000001000" + }, + { + "gotchiId": "2886", + "amount": "43.775", + "parsedAmount": "43775000000000000000" + }, + { + "gotchiId": "2888", + "amount": "30.7975", + "parsedAmount": "30797500000000000000" + }, + { + "gotchiId": "2891", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "2895", + "amount": "7.145", + "parsedAmount": "7145000000000000000" + }, + { + "gotchiId": "2898", + "amount": "20.255", + "parsedAmount": "20255000000000000000" + }, + { + "gotchiId": "2901", + "amount": "13.015", + "parsedAmount": "13015000000000000000" + }, + { + "gotchiId": "2902", + "amount": "14.490000000000002", + "parsedAmount": "14490000000000002000" + }, + { + "gotchiId": "2903", + "amount": "31.3925", + "parsedAmount": "31392500000000000000" + }, + { + "gotchiId": "2905", + "amount": "44.1675", + "parsedAmount": "44167500000000000000" + }, + { + "gotchiId": "2906", + "amount": "24.375", + "parsedAmount": "24375000000000000000" + }, + { + "gotchiId": "2907", + "amount": "39.0675", + "parsedAmount": "39067500000000000000" + }, + { + "gotchiId": "2908", + "amount": "3.0275", + "parsedAmount": "3027500000000000000" + }, + { + "gotchiId": "2909", + "amount": "49.5775", + "parsedAmount": "49577500000000000000" + }, + { + "gotchiId": "2910", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "2913", + "amount": "33.050000000000004", + "parsedAmount": "33050000000000004000" + }, + { + "gotchiId": "2914", + "amount": "13.0725", + "parsedAmount": "13072500000000000000" + }, + { + "gotchiId": "2915", + "amount": "7.869999999999999", + "parsedAmount": "7869999999999999000" + }, + { + "gotchiId": "2920", + "amount": "15.1825", + "parsedAmount": "15182500000000000000" + }, + { + "gotchiId": "2922", + "amount": "21.587500000000002", + "parsedAmount": "21587500000000002000" + }, + { + "gotchiId": "2923", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "2928", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "2929", + "amount": "14.840000000000002", + "parsedAmount": "14840000000000002000" + }, + { + "gotchiId": "2930", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "2931", + "amount": "99.6575", + "parsedAmount": "99657500000000000000" + }, + { + "gotchiId": "2932", + "amount": "38.6325", + "parsedAmount": "38632500000000000000" + }, + { + "gotchiId": "2935", + "amount": "19.3575", + "parsedAmount": "19357500000000000000" + }, + { + "gotchiId": "2936", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "2941", + "amount": "55.8875", + "parsedAmount": "55887500000000000000" + }, + { + "gotchiId": "2942", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "2943", + "amount": "8.065", + "parsedAmount": "8065000000000000000" + }, + { + "gotchiId": "2944", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "2945", + "amount": "27.955", + "parsedAmount": "27955000000000000000" + }, + { + "gotchiId": "2946", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "2949", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "2950", + "amount": "9.1025", + "parsedAmount": "9102500000000000000" + }, + { + "gotchiId": "2951", + "amount": "19.0225", + "parsedAmount": "19022500000000000000" + }, + { + "gotchiId": "2953", + "amount": "18.220000000000002", + "parsedAmount": "18220000000000002000" + }, + { + "gotchiId": "2954", + "amount": "16.0375", + "parsedAmount": "16037500000000000000" + }, + { + "gotchiId": "2956", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "2957", + "amount": "19.0825", + "parsedAmount": "19082500000000000000" + }, + { + "gotchiId": "2959", + "amount": "10.3", + "parsedAmount": "10300000000000000000" + }, + { + "gotchiId": "2962", + "amount": "72.295", + "parsedAmount": "72295000000000000000" + }, + { + "gotchiId": "2965", + "amount": "16.7175", + "parsedAmount": "16717500000000000000" + }, + { + "gotchiId": "2966", + "amount": "17.965", + "parsedAmount": "17965000000000000000" + }, + { + "gotchiId": "2967", + "amount": "48.12", + "parsedAmount": "48120000000000000000" + }, + { + "gotchiId": "2968", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "2972", + "amount": "4.23", + "parsedAmount": "4230000000000000000" + }, + { + "gotchiId": "2973", + "amount": "17.405", + "parsedAmount": "17405000000000000000" + }, + { + "gotchiId": "2976", + "amount": "26.08", + "parsedAmount": "26080000000000000000" + }, + { + "gotchiId": "2987", + "amount": "18.255", + "parsedAmount": "18255000000000000000" + }, + { + "gotchiId": "2990", + "amount": "22.990000000000002", + "parsedAmount": "22990000000000002000" + }, + { + "gotchiId": "2995", + "amount": "58.545", + "parsedAmount": "58545000000000000000" + }, + { + "gotchiId": "2997", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "2999", + "amount": "8.54", + "parsedAmount": "8540000000000000000" + }, + { + "gotchiId": "3004", + "amount": "12.515", + "parsedAmount": "12515000000000000000" + }, + { + "gotchiId": "3007", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "3012", + "amount": "35.9525", + "parsedAmount": "35952500000000000000" + }, + { + "gotchiId": "3013", + "amount": "2.2525", + "parsedAmount": "2252500000000000000" + }, + { + "gotchiId": "3016", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "3017", + "amount": "7.1125", + "parsedAmount": "7112500000000000000" + }, + { + "gotchiId": "3019", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "3021", + "amount": "9.4925", + "parsedAmount": "9492500000000000000" + }, + { + "gotchiId": "3023", + "amount": "8.5575", + "parsedAmount": "8557500000000000000" + }, + { + "gotchiId": "3024", + "amount": "17.78", + "parsedAmount": "17780000000000000000" + }, + { + "gotchiId": "3025", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "3026", + "amount": "18.3675", + "parsedAmount": "18367500000000000000" + }, + { + "gotchiId": "3028", + "amount": "12.76", + "parsedAmount": "12760000000000000000" + }, + { + "gotchiId": "3029", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "3033", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "3034", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "3035", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "3036", + "amount": "8.5375", + "parsedAmount": "8537500000000000000" + }, + { + "gotchiId": "3037", + "amount": "44.9725", + "parsedAmount": "44972500000000000000" + }, + { + "gotchiId": "3040", + "amount": "27.29", + "parsedAmount": "27290000000000000000" + }, + { + "gotchiId": "3041", + "amount": "28.127499999999998", + "parsedAmount": "28127499999999998000" + }, + { + "gotchiId": "3043", + "amount": "10.1", + "parsedAmount": "10100000000000000000" + }, + { + "gotchiId": "3044", + "amount": "24.6675", + "parsedAmount": "24667500000000000000" + }, + { + "gotchiId": "3045", + "amount": "8.56", + "parsedAmount": "8560000000000000000" + }, + { + "gotchiId": "3046", + "amount": "64.295", + "parsedAmount": "64295000000000000000" + }, + { + "gotchiId": "3047", + "amount": "13.682500000000001", + "parsedAmount": "13682500000000001000" + }, + { + "gotchiId": "3050", + "amount": "7.21", + "parsedAmount": "7210000000000000000" + }, + { + "gotchiId": "3051", + "amount": "23.192500000000003", + "parsedAmount": "23192500000000003000" + }, + { + "gotchiId": "3052", + "amount": "2847.385", + "parsedAmount": "2847385000000000000000" + }, + { + "gotchiId": "3053", + "amount": "28.42", + "parsedAmount": "28420000000000000000" + }, + { + "gotchiId": "3057", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "3059", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "3062", + "amount": "17.895", + "parsedAmount": "17895000000000000000" + }, + { + "gotchiId": "3063", + "amount": "14.0625", + "parsedAmount": "14062500000000000000" + }, + { + "gotchiId": "3064", + "amount": "11.565000000000001", + "parsedAmount": "11565000000000001000" + }, + { + "gotchiId": "3067", + "amount": "39.0375", + "parsedAmount": "39037500000000000000" + }, + { + "gotchiId": "3072", + "amount": "26.854999999999997", + "parsedAmount": "26854999999999997000" + }, + { + "gotchiId": "3084", + "amount": "37.7425", + "parsedAmount": "37742500000000000000" + }, + { + "gotchiId": "3085", + "amount": "21.23", + "parsedAmount": "21230000000000000000" + }, + { + "gotchiId": "3090", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "3091", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "3092", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3093", + "amount": "15.2375", + "parsedAmount": "15237500000000000000" + }, + { + "gotchiId": "3094", + "amount": "8.09", + "parsedAmount": "8090000000000000000" + }, + { + "gotchiId": "3104", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "3106", + "amount": "9.6125", + "parsedAmount": "9612500000000000000" + }, + { + "gotchiId": "3107", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "3109", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "3110", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "3112", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "3113", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "3115", + "amount": "10.3225", + "parsedAmount": "10322500000000000000" + }, + { + "gotchiId": "3116", + "amount": "17.1275", + "parsedAmount": "17127500000000000000" + }, + { + "gotchiId": "3117", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "3121", + "amount": "17.0425", + "parsedAmount": "17042500000000000000" + }, + { + "gotchiId": "3122", + "amount": "2.46", + "parsedAmount": "2460000000000000000" + }, + { + "gotchiId": "3124", + "amount": "60.56", + "parsedAmount": "60560000000000000000" + }, + { + "gotchiId": "3126", + "amount": "110.3525", + "parsedAmount": "110352500000000000000" + }, + { + "gotchiId": "3127", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "3128", + "amount": "19.0525", + "parsedAmount": "19052500000000000000" + }, + { + "gotchiId": "3129", + "amount": "8.51", + "parsedAmount": "8510000000000000000" + }, + { + "gotchiId": "3130", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "3131", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "3132", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "3134", + "amount": "3.64", + "parsedAmount": "3640000000000000000" + }, + { + "gotchiId": "3144", + "amount": "22.665000000000003", + "parsedAmount": "22665000000000003000" + }, + { + "gotchiId": "3146", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "3149", + "amount": "11.2775", + "parsedAmount": "11277500000000000000" + }, + { + "gotchiId": "3152", + "amount": "32.135", + "parsedAmount": "32135000000000000000" + }, + { + "gotchiId": "3154", + "amount": "32.995", + "parsedAmount": "32995000000000000000" + }, + { + "gotchiId": "3155", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "3156", + "amount": "60.934999999999995", + "parsedAmount": "60934999999999995000" + }, + { + "gotchiId": "3159", + "amount": "55.4825", + "parsedAmount": "55482500000000000000" + }, + { + "gotchiId": "3160", + "amount": "82.7725", + "parsedAmount": "82772500000000000000" + }, + { + "gotchiId": "3164", + "amount": "8.2275", + "parsedAmount": "8227500000000000000" + }, + { + "gotchiId": "3166", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "3168", + "amount": "136.76", + "parsedAmount": "136760000000000000000" + }, + { + "gotchiId": "3169", + "amount": "305.2875", + "parsedAmount": "305287500000000000000" + }, + { + "gotchiId": "3170", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "3171", + "amount": "68.36500000000001", + "parsedAmount": "68365000000000010000" + }, + { + "gotchiId": "3173", + "amount": "81.0875", + "parsedAmount": "81087500000000000000" + }, + { + "gotchiId": "3177", + "amount": "50.0075", + "parsedAmount": "50007500000000000000" + }, + { + "gotchiId": "3178", + "amount": "52.339999999999996", + "parsedAmount": "52339999999999996000" + }, + { + "gotchiId": "3179", + "amount": "43.1775", + "parsedAmount": "43177500000000000000" + }, + { + "gotchiId": "3180", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "3184", + "amount": "57.74", + "parsedAmount": "57740000000000000000" + }, + { + "gotchiId": "3186", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "3199", + "amount": "12.87", + "parsedAmount": "12870000000000000000" + }, + { + "gotchiId": "3200", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "3201", + "amount": "59.88249999999999", + "parsedAmount": "59882499999999990000" + }, + { + "gotchiId": "3203", + "amount": "9.13", + "parsedAmount": "9130000000000000000" + }, + { + "gotchiId": "3205", + "amount": "169.9025", + "parsedAmount": "169902500000000000000" + }, + { + "gotchiId": "3208", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "3218", + "amount": "30.417499999999997", + "parsedAmount": "30417499999999997000" + }, + { + "gotchiId": "3225", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "3226", + "amount": "6.8275", + "parsedAmount": "6827500000000000000" + }, + { + "gotchiId": "3228", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "3232", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "3233", + "amount": "13.745", + "parsedAmount": "13745000000000000000" + }, + { + "gotchiId": "3235", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "3236", + "amount": "7.835", + "parsedAmount": "7835000000000000000" + }, + { + "gotchiId": "3237", + "amount": "44.185", + "parsedAmount": "44185000000000000000" + }, + { + "gotchiId": "3238", + "amount": "9.095", + "parsedAmount": "9095000000000000000" + }, + { + "gotchiId": "3240", + "amount": "9.6725", + "parsedAmount": "9672500000000000000" + }, + { + "gotchiId": "3248", + "amount": "19.5225", + "parsedAmount": "19522500000000000000" + }, + { + "gotchiId": "3253", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "3254", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "3255", + "amount": "9.432500000000001", + "parsedAmount": "9432500000000001000" + }, + { + "gotchiId": "3256", + "amount": "150.865", + "parsedAmount": "150865000000000000000" + }, + { + "gotchiId": "3260", + "amount": "21.917500000000004", + "parsedAmount": "21917500000000004000" + }, + { + "gotchiId": "3261", + "amount": "33.095", + "parsedAmount": "33095000000000000000" + }, + { + "gotchiId": "3262", + "amount": "16.27", + "parsedAmount": "16270000000000000000" + }, + { + "gotchiId": "3264", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "3265", + "amount": "23.29", + "parsedAmount": "23290000000000000000" + }, + { + "gotchiId": "3267", + "amount": "38.575", + "parsedAmount": "38575000000000000000" + }, + { + "gotchiId": "3268", + "amount": "5.11", + "parsedAmount": "5110000000000000000" + }, + { + "gotchiId": "3269", + "amount": "14.0475", + "parsedAmount": "14047500000000000000" + }, + { + "gotchiId": "3271", + "amount": "16.849999999999998", + "parsedAmount": "16849999999999998000" + }, + { + "gotchiId": "3272", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "3273", + "amount": "5.8625", + "parsedAmount": "5862500000000000000" + }, + { + "gotchiId": "3274", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "3275", + "amount": "23.695", + "parsedAmount": "23695000000000000000" + }, + { + "gotchiId": "3276", + "amount": "11.9775", + "parsedAmount": "11977500000000000000" + }, + { + "gotchiId": "3280", + "amount": "32.4975", + "parsedAmount": "32497500000000000000" + }, + { + "gotchiId": "3281", + "amount": "11.0625", + "parsedAmount": "11062500000000000000" + }, + { + "gotchiId": "3285", + "amount": "7.5375", + "parsedAmount": "7537500000000000000" + }, + { + "gotchiId": "3288", + "amount": "103.2725", + "parsedAmount": "103272500000000000000" + }, + { + "gotchiId": "3290", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "3291", + "amount": "14.407499999999999", + "parsedAmount": "14407499999999999000" + }, + { + "gotchiId": "3292", + "amount": "35.35", + "parsedAmount": "35350000000000000000" + }, + { + "gotchiId": "3293", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "3294", + "amount": "8.715", + "parsedAmount": "8715000000000000000" + }, + { + "gotchiId": "3295", + "amount": "259.03249999999997", + "parsedAmount": "259032499999999970000" + }, + { + "gotchiId": "3296", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "3297", + "amount": "8.6", + "parsedAmount": "8600000000000000000" + }, + { + "gotchiId": "3298", + "amount": "19.1525", + "parsedAmount": "19152500000000000000" + }, + { + "gotchiId": "3299", + "amount": "213.1725", + "parsedAmount": "213172500000000000000" + }, + { + "gotchiId": "3301", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "3302", + "amount": "24.854999999999997", + "parsedAmount": "24854999999999997000" + }, + { + "gotchiId": "3305", + "amount": "8.532499999999999", + "parsedAmount": "8532499999999999000" + }, + { + "gotchiId": "3306", + "amount": "20.42", + "parsedAmount": "20420000000000000000" + }, + { + "gotchiId": "3308", + "amount": "157.64000000000001", + "parsedAmount": "157640000000000010000" + }, + { + "gotchiId": "3309", + "amount": "125.44", + "parsedAmount": "125440000000000000000" + }, + { + "gotchiId": "3310", + "amount": "14.595", + "parsedAmount": "14595000000000000000" + }, + { + "gotchiId": "3311", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "3312", + "amount": "33.855", + "parsedAmount": "33855000000000000000" + }, + { + "gotchiId": "3314", + "amount": "16.044999999999998", + "parsedAmount": "16044999999999998000" + }, + { + "gotchiId": "3316", + "amount": "10.6", + "parsedAmount": "10600000000000000000" + }, + { + "gotchiId": "3317", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "3318", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "3319", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "3320", + "amount": "9.2575", + "parsedAmount": "9257500000000000000" + }, + { + "gotchiId": "3322", + "amount": "51.0375", + "parsedAmount": "51037500000000000000" + }, + { + "gotchiId": "3326", + "amount": "10.4125", + "parsedAmount": "10412500000000000000" + }, + { + "gotchiId": "3328", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "3329", + "amount": "34.285", + "parsedAmount": "34285000000000000000" + }, + { + "gotchiId": "3330", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "3331", + "amount": "47.445", + "parsedAmount": "47445000000000000000" + }, + { + "gotchiId": "3332", + "amount": "15.705", + "parsedAmount": "15705000000000000000" + }, + { + "gotchiId": "3335", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "3339", + "amount": "9.73", + "parsedAmount": "9730000000000000000" + }, + { + "gotchiId": "3340", + "amount": "9.4575", + "parsedAmount": "9457500000000000000" + }, + { + "gotchiId": "3341", + "amount": "6.79", + "parsedAmount": "6790000000000000000" + }, + { + "gotchiId": "3342", + "amount": "39.5125", + "parsedAmount": "39512500000000000000" + }, + { + "gotchiId": "3344", + "amount": "11.215", + "parsedAmount": "11215000000000000000" + }, + { + "gotchiId": "3347", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "3348", + "amount": "10.8225", + "parsedAmount": "10822500000000000000" + }, + { + "gotchiId": "3354", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "3356", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "3357", + "amount": "98.29499999999999", + "parsedAmount": "98294999999999990000" + }, + { + "gotchiId": "3360", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "3361", + "amount": "8.745", + "parsedAmount": "8745000000000000000" + }, + { + "gotchiId": "3362", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "3364", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "3370", + "amount": "32.22", + "parsedAmount": "32220000000000000000" + }, + { + "gotchiId": "3371", + "amount": "65.5125", + "parsedAmount": "65512500000000000000" + }, + { + "gotchiId": "3372", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "3376", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "3378", + "amount": "257.97", + "parsedAmount": "257970000000000000000" + }, + { + "gotchiId": "3379", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "3380", + "amount": "10.53", + "parsedAmount": "10530000000000000000" + }, + { + "gotchiId": "3382", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "3385", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "3386", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "3387", + "amount": "33.505", + "parsedAmount": "33505000000000000000" + }, + { + "gotchiId": "3388", + "amount": "21.44", + "parsedAmount": "21440000000000000000" + }, + { + "gotchiId": "3391", + "amount": "12.755", + "parsedAmount": "12755000000000000000" + }, + { + "gotchiId": "3392", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "3397", + "amount": "37.8425", + "parsedAmount": "37842500000000000000" + }, + { + "gotchiId": "3399", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "3400", + "amount": "6.130000000000001", + "parsedAmount": "6130000000000001000" + }, + { + "gotchiId": "3402", + "amount": "11.5725", + "parsedAmount": "11572500000000000000" + }, + { + "gotchiId": "3403", + "amount": "49.1025", + "parsedAmount": "49102500000000000000" + }, + { + "gotchiId": "3407", + "amount": "127.8075", + "parsedAmount": "127807500000000000000" + }, + { + "gotchiId": "3408", + "amount": "17.86", + "parsedAmount": "17860000000000000000" + }, + { + "gotchiId": "3410", + "amount": "17.23", + "parsedAmount": "17230000000000000000" + }, + { + "gotchiId": "3411", + "amount": "99.3325", + "parsedAmount": "99332500000000000000" + }, + { + "gotchiId": "3420", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "3423", + "amount": "21.5575", + "parsedAmount": "21557500000000000000" + }, + { + "gotchiId": "3424", + "amount": "13.8", + "parsedAmount": "13800000000000000000" + }, + { + "gotchiId": "3425", + "amount": "154.25750000000002", + "parsedAmount": "154257500000000020000" + }, + { + "gotchiId": "3427", + "amount": "20.9075", + "parsedAmount": "20907500000000000000" + }, + { + "gotchiId": "3429", + "amount": "13.545", + "parsedAmount": "13545000000000000000" + }, + { + "gotchiId": "3430", + "amount": "13.6875", + "parsedAmount": "13687500000000000000" + }, + { + "gotchiId": "3431", + "amount": "90.05", + "parsedAmount": "90050000000000000000" + }, + { + "gotchiId": "3432", + "amount": "6.05", + "parsedAmount": "6050000000000000000" + }, + { + "gotchiId": "3433", + "amount": "61.38", + "parsedAmount": "61380000000000000000" + }, + { + "gotchiId": "3434", + "amount": "13.52", + "parsedAmount": "13520000000000000000" + }, + { + "gotchiId": "3435", + "amount": "21.64", + "parsedAmount": "21640000000000000000" + }, + { + "gotchiId": "3437", + "amount": "16.715", + "parsedAmount": "16715000000000000000" + }, + { + "gotchiId": "3440", + "amount": "29.7175", + "parsedAmount": "29717500000000000000" + }, + { + "gotchiId": "3441", + "amount": "19.5425", + "parsedAmount": "19542500000000000000" + }, + { + "gotchiId": "3443", + "amount": "12.83", + "parsedAmount": "12830000000000000000" + }, + { + "gotchiId": "3444", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "3447", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "3448", + "amount": "7.6225", + "parsedAmount": "7622500000000000000" + }, + { + "gotchiId": "3451", + "amount": "12.5375", + "parsedAmount": "12537500000000000000" + }, + { + "gotchiId": "3452", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "3454", + "amount": "7.0424999999999995", + "parsedAmount": "7042499999999999500" + }, + { + "gotchiId": "3457", + "amount": "11.51", + "parsedAmount": "11510000000000000000" + }, + { + "gotchiId": "3462", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "3467", + "amount": "41.0025", + "parsedAmount": "41002500000000000000" + }, + { + "gotchiId": "3470", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "3472", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "3475", + "amount": "63.435", + "parsedAmount": "63435000000000000000" + }, + { + "gotchiId": "3476", + "amount": "6.41", + "parsedAmount": "6410000000000000000" + }, + { + "gotchiId": "3477", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "3478", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "3479", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "3480", + "amount": "9.030000000000001", + "parsedAmount": "9030000000000001000" + }, + { + "gotchiId": "3481", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "3483", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "3487", + "amount": "21.9125", + "parsedAmount": "21912500000000000000" + }, + { + "gotchiId": "3490", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "3498", + "amount": "4.835", + "parsedAmount": "4835000000000000000" + }, + { + "gotchiId": "3500", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "3501", + "amount": "45.19", + "parsedAmount": "45190000000000000000" + }, + { + "gotchiId": "3508", + "amount": "7.914999999999999", + "parsedAmount": "7914999999999999000" + }, + { + "gotchiId": "3510", + "amount": "12.8725", + "parsedAmount": "12872500000000000000" + }, + { + "gotchiId": "3513", + "amount": "118.11", + "parsedAmount": "118110000000000000000" + }, + { + "gotchiId": "3515", + "amount": "90.2625", + "parsedAmount": "90262500000000000000" + }, + { + "gotchiId": "3516", + "amount": "45.0175", + "parsedAmount": "45017500000000000000" + }, + { + "gotchiId": "3517", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "3522", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "3523", + "amount": "29.852500000000003", + "parsedAmount": "29852500000000003000" + }, + { + "gotchiId": "3524", + "amount": "29.455", + "parsedAmount": "29455000000000000000" + }, + { + "gotchiId": "3525", + "amount": "28.89", + "parsedAmount": "28890000000000000000" + }, + { + "gotchiId": "3526", + "amount": "40.5275", + "parsedAmount": "40527500000000000000" + }, + { + "gotchiId": "3527", + "amount": "29.0125", + "parsedAmount": "29012500000000000000" + }, + { + "gotchiId": "3528", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "3538", + "amount": "21.3675", + "parsedAmount": "21367500000000000000" + }, + { + "gotchiId": "3539", + "amount": "21.2675", + "parsedAmount": "21267500000000000000" + }, + { + "gotchiId": "3541", + "amount": "20.605", + "parsedAmount": "20605000000000000000" + }, + { + "gotchiId": "3542", + "amount": "25.34", + "parsedAmount": "25340000000000000000" + }, + { + "gotchiId": "3549", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "3554", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "3555", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "3556", + "amount": "32.6325", + "parsedAmount": "32632500000000000000" + }, + { + "gotchiId": "3560", + "amount": "12.27", + "parsedAmount": "12270000000000000000" + }, + { + "gotchiId": "3565", + "amount": "12.55", + "parsedAmount": "12550000000000000000" + }, + { + "gotchiId": "3568", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "3569", + "amount": "8.530000000000001", + "parsedAmount": "8530000000000001000" + }, + { + "gotchiId": "3571", + "amount": "43.11", + "parsedAmount": "43110000000000000000" + } + ], + "totalAmount": "14578339999999999998000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203992, + "gasUsed": "9898296" + }, + { + "batchIndex": 3, + "transactionHash": "0x112c86847e9a562a5552c805cabc5781b46c64aa0ee38b80c49bdc6d91836bd7", + "timestamp": "2025-10-23T05:28:53.460Z", + "gotchiRewards": [ + { + "gotchiId": "3572", + "amount": "19.689999999999998", + "parsedAmount": "19689999999999998000" + }, + { + "gotchiId": "3573", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "3577", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "3580", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "3581", + "amount": "36.0375", + "parsedAmount": "36037500000000000000" + }, + { + "gotchiId": "3584", + "amount": "21.822499999999998", + "parsedAmount": "21822499999999998000" + }, + { + "gotchiId": "3585", + "amount": "36.1175", + "parsedAmount": "36117500000000000000" + }, + { + "gotchiId": "3590", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "3592", + "amount": "70.8125", + "parsedAmount": "70812500000000000000" + }, + { + "gotchiId": "3593", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "3594", + "amount": "24.409999999999997", + "parsedAmount": "24409999999999997000" + }, + { + "gotchiId": "3595", + "amount": "41.3375", + "parsedAmount": "41337500000000000000" + }, + { + "gotchiId": "3596", + "amount": "17.59", + "parsedAmount": "17590000000000000000" + }, + { + "gotchiId": "3598", + "amount": "19.975", + "parsedAmount": "19975000000000000000" + }, + { + "gotchiId": "3599", + "amount": "8.755", + "parsedAmount": "8755000000000000000" + }, + { + "gotchiId": "3600", + "amount": "20.5825", + "parsedAmount": "20582500000000000000" + }, + { + "gotchiId": "3601", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "3602", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "3607", + "amount": "9.38", + "parsedAmount": "9380000000000000000" + }, + { + "gotchiId": "3610", + "amount": "19.63", + "parsedAmount": "19630000000000000000" + }, + { + "gotchiId": "3613", + "amount": "35.3025", + "parsedAmount": "35302500000000000000" + }, + { + "gotchiId": "3615", + "amount": "18.2375", + "parsedAmount": "18237500000000000000" + }, + { + "gotchiId": "3619", + "amount": "2.245", + "parsedAmount": "2245000000000000000" + }, + { + "gotchiId": "3633", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "3636", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "3637", + "amount": "21.2225", + "parsedAmount": "21222500000000000000" + }, + { + "gotchiId": "3642", + "amount": "6.797499999999999", + "parsedAmount": "6797499999999999000" + }, + { + "gotchiId": "3643", + "amount": "21.5775", + "parsedAmount": "21577500000000000000" + }, + { + "gotchiId": "3644", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "3645", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "3647", + "amount": "35.4275", + "parsedAmount": "35427500000000000000" + }, + { + "gotchiId": "3649", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "3650", + "amount": "60.4925", + "parsedAmount": "60492500000000000000" + }, + { + "gotchiId": "3652", + "amount": "17.225", + "parsedAmount": "17225000000000000000" + }, + { + "gotchiId": "3654", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "3659", + "amount": "28.7425", + "parsedAmount": "28742500000000000000" + }, + { + "gotchiId": "3660", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "3662", + "amount": "54.75", + "parsedAmount": "54750000000000000000" + }, + { + "gotchiId": "3664", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "3665", + "amount": "14.66", + "parsedAmount": "14660000000000000000" + }, + { + "gotchiId": "3667", + "amount": "16.017500000000002", + "parsedAmount": "16017500000000002000" + }, + { + "gotchiId": "3671", + "amount": "9.115", + "parsedAmount": "9115000000000000000" + }, + { + "gotchiId": "3672", + "amount": "13.252500000000001", + "parsedAmount": "13252500000000001000" + }, + { + "gotchiId": "3673", + "amount": "26.335", + "parsedAmount": "26335000000000000000" + }, + { + "gotchiId": "3674", + "amount": "5.6225000000000005", + "parsedAmount": "5622500000000000500" + }, + { + "gotchiId": "3676", + "amount": "2.265", + "parsedAmount": "2265000000000000000" + }, + { + "gotchiId": "3678", + "amount": "10.3075", + "parsedAmount": "10307500000000000000" + }, + { + "gotchiId": "3679", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "3680", + "amount": "26.735", + "parsedAmount": "26735000000000000000" + }, + { + "gotchiId": "3682", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "3683", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "3684", + "amount": "3.2775", + "parsedAmount": "3277500000000000000" + }, + { + "gotchiId": "3687", + "amount": "15.86", + "parsedAmount": "15860000000000000000" + }, + { + "gotchiId": "3690", + "amount": "4.57", + "parsedAmount": "4570000000000000000" + }, + { + "gotchiId": "3691", + "amount": "10.7775", + "parsedAmount": "10777500000000000000" + }, + { + "gotchiId": "3696", + "amount": "6.880000000000001", + "parsedAmount": "6880000000000001000" + }, + { + "gotchiId": "3699", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3701", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "3702", + "amount": "11.175", + "parsedAmount": "11175000000000000000" + }, + { + "gotchiId": "3709", + "amount": "10.455", + "parsedAmount": "10455000000000000000" + }, + { + "gotchiId": "3710", + "amount": "23.1525", + "parsedAmount": "23152500000000000000" + }, + { + "gotchiId": "3711", + "amount": "35.7", + "parsedAmount": "35700000000000000000" + }, + { + "gotchiId": "3712", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "3713", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "3717", + "amount": "5.3675", + "parsedAmount": "5367500000000000000" + }, + { + "gotchiId": "3718", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "3720", + "amount": "23.175", + "parsedAmount": "23175000000000000000" + }, + { + "gotchiId": "3722", + "amount": "3.0425", + "parsedAmount": "3042500000000000000" + }, + { + "gotchiId": "3724", + "amount": "508.35999999999996", + "parsedAmount": "508359999999999960000" + }, + { + "gotchiId": "3725", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "3727", + "amount": "18.93", + "parsedAmount": "18930000000000000000" + }, + { + "gotchiId": "3728", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "3729", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "3731", + "amount": "39.225", + "parsedAmount": "39225000000000000000" + }, + { + "gotchiId": "3734", + "amount": "43.03", + "parsedAmount": "43030000000000000000" + }, + { + "gotchiId": "3735", + "amount": "12.6025", + "parsedAmount": "12602500000000000000" + }, + { + "gotchiId": "3736", + "amount": "131.0575", + "parsedAmount": "131057500000000000000" + }, + { + "gotchiId": "3738", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "3741", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "3742", + "amount": "17.075", + "parsedAmount": "17075000000000000000" + }, + { + "gotchiId": "3744", + "amount": "7.75", + "parsedAmount": "7750000000000000000" + }, + { + "gotchiId": "3747", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "3749", + "amount": "192.01", + "parsedAmount": "192010000000000000000" + }, + { + "gotchiId": "3752", + "amount": "29.072499999999998", + "parsedAmount": "29072499999999998000" + }, + { + "gotchiId": "3753", + "amount": "23.13", + "parsedAmount": "23130000000000000000" + }, + { + "gotchiId": "3754", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "3759", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "3762", + "amount": "11.307500000000001", + "parsedAmount": "11307500000000001000" + }, + { + "gotchiId": "3764", + "amount": "29.935", + "parsedAmount": "29935000000000000000" + }, + { + "gotchiId": "3767", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "3769", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "3770", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "3771", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "3772", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "3773", + "amount": "16.895", + "parsedAmount": "16895000000000000000" + }, + { + "gotchiId": "3774", + "amount": "17.7075", + "parsedAmount": "17707500000000000000" + }, + { + "gotchiId": "3776", + "amount": "3.2175", + "parsedAmount": "3217500000000000000" + }, + { + "gotchiId": "3782", + "amount": "58.06", + "parsedAmount": "58060000000000000000" + }, + { + "gotchiId": "3783", + "amount": "9.865", + "parsedAmount": "9865000000000000000" + }, + { + "gotchiId": "3784", + "amount": "12.295", + "parsedAmount": "12295000000000000000" + }, + { + "gotchiId": "3785", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "3787", + "amount": "39.205", + "parsedAmount": "39205000000000000000" + }, + { + "gotchiId": "3788", + "amount": "104.37500000000001", + "parsedAmount": "104375000000000010000" + }, + { + "gotchiId": "3789", + "amount": "35.7575", + "parsedAmount": "35757500000000000000" + }, + { + "gotchiId": "3790", + "amount": "26.17", + "parsedAmount": "26170000000000000000" + }, + { + "gotchiId": "3792", + "amount": "7.355", + "parsedAmount": "7355000000000000000" + }, + { + "gotchiId": "3793", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "3794", + "amount": "5.8375", + "parsedAmount": "5837500000000000000" + }, + { + "gotchiId": "3796", + "amount": "8.9575", + "parsedAmount": "8957500000000000000" + }, + { + "gotchiId": "3799", + "amount": "9.455", + "parsedAmount": "9455000000000000000" + }, + { + "gotchiId": "3801", + "amount": "28.09", + "parsedAmount": "28090000000000000000" + }, + { + "gotchiId": "3802", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "3805", + "amount": "27.5275", + "parsedAmount": "27527500000000000000" + }, + { + "gotchiId": "3807", + "amount": "16.317500000000003", + "parsedAmount": "16317500000000003000" + }, + { + "gotchiId": "3815", + "amount": "9.4925", + "parsedAmount": "9492500000000000000" + }, + { + "gotchiId": "3816", + "amount": "21.6875", + "parsedAmount": "21687500000000000000" + }, + { + "gotchiId": "3818", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "3819", + "amount": "55.0025", + "parsedAmount": "55002500000000000000" + }, + { + "gotchiId": "3820", + "amount": "58.53", + "parsedAmount": "58530000000000000000" + }, + { + "gotchiId": "3831", + "amount": "9.774999999999999", + "parsedAmount": "9774999999999999000" + }, + { + "gotchiId": "3834", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "3835", + "amount": "62.32", + "parsedAmount": "62320000000000000000" + }, + { + "gotchiId": "3837", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "3838", + "amount": "22.595", + "parsedAmount": "22595000000000000000" + }, + { + "gotchiId": "3839", + "amount": "6.4025", + "parsedAmount": "6402500000000000000" + }, + { + "gotchiId": "3840", + "amount": "7.12", + "parsedAmount": "7120000000000000000" + }, + { + "gotchiId": "3841", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "3842", + "amount": "25.3675", + "parsedAmount": "25367500000000000000" + }, + { + "gotchiId": "3843", + "amount": "12.01", + "parsedAmount": "12010000000000000000" + }, + { + "gotchiId": "3844", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "3846", + "amount": "26.8975", + "parsedAmount": "26897500000000000000" + }, + { + "gotchiId": "3847", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "3848", + "amount": "6.692500000000001", + "parsedAmount": "6692500000000001000" + }, + { + "gotchiId": "3849", + "amount": "38.27", + "parsedAmount": "38270000000000000000" + }, + { + "gotchiId": "3850", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "3852", + "amount": "85.7525", + "parsedAmount": "85752500000000000000" + }, + { + "gotchiId": "3853", + "amount": "45.7575", + "parsedAmount": "45757500000000000000" + }, + { + "gotchiId": "3855", + "amount": "27.5175", + "parsedAmount": "27517500000000000000" + }, + { + "gotchiId": "3856", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "3857", + "amount": "12.9125", + "parsedAmount": "12912500000000000000" + }, + { + "gotchiId": "3858", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "3859", + "amount": "18.2125", + "parsedAmount": "18212500000000000000" + }, + { + "gotchiId": "3860", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3861", + "amount": "41.985", + "parsedAmount": "41985000000000000000" + }, + { + "gotchiId": "3862", + "amount": "28.0225", + "parsedAmount": "28022500000000000000" + }, + { + "gotchiId": "3863", + "amount": "13.1775", + "parsedAmount": "13177500000000000000" + }, + { + "gotchiId": "3864", + "amount": "31.54", + "parsedAmount": "31540000000000000000" + }, + { + "gotchiId": "3865", + "amount": "16.22", + "parsedAmount": "16220000000000000000" + }, + { + "gotchiId": "3866", + "amount": "4.1425", + "parsedAmount": "4142500000000000000" + }, + { + "gotchiId": "3867", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "3868", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "3869", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "3873", + "amount": "22.7575", + "parsedAmount": "22757500000000000000" + }, + { + "gotchiId": "3874", + "amount": "36.7775", + "parsedAmount": "36777500000000000000" + }, + { + "gotchiId": "3875", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "3876", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "3877", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "3879", + "amount": "18.314999999999998", + "parsedAmount": "18314999999999998000" + }, + { + "gotchiId": "3880", + "amount": "2.25", + "parsedAmount": "2250000000000000000" + }, + { + "gotchiId": "3881", + "amount": "12.2725", + "parsedAmount": "12272500000000000000" + }, + { + "gotchiId": "3884", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "3891", + "amount": "33.465", + "parsedAmount": "33465000000000000000" + }, + { + "gotchiId": "3893", + "amount": "11.895000000000001", + "parsedAmount": "11895000000000001000" + }, + { + "gotchiId": "3895", + "amount": "14.037500000000001", + "parsedAmount": "14037500000000001000" + }, + { + "gotchiId": "3898", + "amount": "21.155", + "parsedAmount": "21155000000000000000" + }, + { + "gotchiId": "3899", + "amount": "21.447499999999998", + "parsedAmount": "21447499999999998000" + }, + { + "gotchiId": "3900", + "amount": "27.6275", + "parsedAmount": "27627500000000000000" + }, + { + "gotchiId": "3905", + "amount": "21.7", + "parsedAmount": "21700000000000000000" + }, + { + "gotchiId": "3907", + "amount": "23.3625", + "parsedAmount": "23362500000000000000" + }, + { + "gotchiId": "3908", + "amount": "5.705", + "parsedAmount": "5705000000000000000" + }, + { + "gotchiId": "3914", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "3917", + "amount": "32.9575", + "parsedAmount": "32957500000000000000" + }, + { + "gotchiId": "3922", + "amount": "4.695", + "parsedAmount": "4695000000000000000" + }, + { + "gotchiId": "3924", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "3925", + "amount": "12.765", + "parsedAmount": "12765000000000000000" + }, + { + "gotchiId": "3928", + "amount": "32.36", + "parsedAmount": "32360000000000000000" + }, + { + "gotchiId": "3929", + "amount": "68.255", + "parsedAmount": "68255000000000000000" + }, + { + "gotchiId": "3931", + "amount": "126.245", + "parsedAmount": "126245000000000000000" + }, + { + "gotchiId": "3932", + "amount": "64.20750000000001", + "parsedAmount": "64207500000000010000" + }, + { + "gotchiId": "3933", + "amount": "56.1775", + "parsedAmount": "56177500000000000000" + }, + { + "gotchiId": "3934", + "amount": "89.77000000000001", + "parsedAmount": "89770000000000010000" + }, + { + "gotchiId": "3935", + "amount": "116.485", + "parsedAmount": "116485000000000000000" + }, + { + "gotchiId": "3936", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "3938", + "amount": "68.395", + "parsedAmount": "68395000000000000000" + }, + { + "gotchiId": "3939", + "amount": "57.379999999999995", + "parsedAmount": "57379999999999995000" + }, + { + "gotchiId": "3942", + "amount": "104.5675", + "parsedAmount": "104567500000000000000" + }, + { + "gotchiId": "3946", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "3948", + "amount": "82.555", + "parsedAmount": "82555000000000000000" + }, + { + "gotchiId": "3949", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "3952", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "3954", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "3955", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "3958", + "amount": "9.68", + "parsedAmount": "9680000000000000000" + }, + { + "gotchiId": "3959", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "3961", + "amount": "9.665", + "parsedAmount": "9665000000000000000" + }, + { + "gotchiId": "3962", + "amount": "5.915", + "parsedAmount": "5915000000000000000" + }, + { + "gotchiId": "3963", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "3964", + "amount": "9.7975", + "parsedAmount": "9797500000000000000" + }, + { + "gotchiId": "3965", + "amount": "6.07", + "parsedAmount": "6070000000000000000" + }, + { + "gotchiId": "3966", + "amount": "10.785", + "parsedAmount": "10785000000000000000" + }, + { + "gotchiId": "3967", + "amount": "41.9875", + "parsedAmount": "41987500000000000000" + }, + { + "gotchiId": "3968", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "3969", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "3970", + "amount": "5.915", + "parsedAmount": "5915000000000000000" + }, + { + "gotchiId": "3971", + "amount": "33.3575", + "parsedAmount": "33357500000000000000" + }, + { + "gotchiId": "3972", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "3973", + "amount": "5.905", + "parsedAmount": "5905000000000000000" + }, + { + "gotchiId": "3974", + "amount": "39.0075", + "parsedAmount": "39007500000000000000" + }, + { + "gotchiId": "3975", + "amount": "5.895", + "parsedAmount": "5895000000000000000" + }, + { + "gotchiId": "3976", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "3977", + "amount": "6.1275", + "parsedAmount": "6127500000000000000" + }, + { + "gotchiId": "3978", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "3979", + "amount": "9.504999999999999", + "parsedAmount": "9504999999999999000" + }, + { + "gotchiId": "3980", + "amount": "9.7", + "parsedAmount": "9700000000000000000" + }, + { + "gotchiId": "3981", + "amount": "24.255", + "parsedAmount": "24255000000000000000" + }, + { + "gotchiId": "3982", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "3983", + "amount": "15.9925", + "parsedAmount": "15992500000000000000" + }, + { + "gotchiId": "3984", + "amount": "5.3425", + "parsedAmount": "5342500000000000000" + }, + { + "gotchiId": "3985", + "amount": "19.692500000000003", + "parsedAmount": "19692500000000003000" + }, + { + "gotchiId": "3986", + "amount": "80.0725", + "parsedAmount": "80072500000000000000" + }, + { + "gotchiId": "3987", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "3989", + "amount": "52.285", + "parsedAmount": "52285000000000000000" + }, + { + "gotchiId": "3991", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "3992", + "amount": "9.08", + "parsedAmount": "9080000000000000000" + }, + { + "gotchiId": "3993", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "3997", + "amount": "38.97", + "parsedAmount": "38970000000000000000" + }, + { + "gotchiId": "3998", + "amount": "30.015", + "parsedAmount": "30015000000000000000" + }, + { + "gotchiId": "3999", + "amount": "37.385", + "parsedAmount": "37385000000000000000" + }, + { + "gotchiId": "4003", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "4005", + "amount": "51.315", + "parsedAmount": "51315000000000000000" + }, + { + "gotchiId": "4006", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "4013", + "amount": "12.265", + "parsedAmount": "12265000000000000000" + }, + { + "gotchiId": "4020", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "4021", + "amount": "30.4075", + "parsedAmount": "30407500000000000000" + }, + { + "gotchiId": "4025", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "4026", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "4028", + "amount": "17.7675", + "parsedAmount": "17767500000000000000" + }, + { + "gotchiId": "4030", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "4032", + "amount": "15.270000000000001", + "parsedAmount": "15270000000000001000" + }, + { + "gotchiId": "4033", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "4034", + "amount": "3.0675", + "parsedAmount": "3067500000000000000" + }, + { + "gotchiId": "4036", + "amount": "5.317500000000001", + "parsedAmount": "5317500000000001000" + }, + { + "gotchiId": "4038", + "amount": "41.622499999999995", + "parsedAmount": "41622499999999995000" + }, + { + "gotchiId": "4040", + "amount": "13.565", + "parsedAmount": "13565000000000000000" + }, + { + "gotchiId": "4041", + "amount": "9.17", + "parsedAmount": "9170000000000000000" + }, + { + "gotchiId": "4044", + "amount": "21.165", + "parsedAmount": "21165000000000000000" + }, + { + "gotchiId": "4047", + "amount": "9.7025", + "parsedAmount": "9702500000000000000" + }, + { + "gotchiId": "4048", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "4050", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "4051", + "amount": "3.0175", + "parsedAmount": "3017500000000000000" + }, + { + "gotchiId": "4052", + "amount": "9.94", + "parsedAmount": "9940000000000000000" + }, + { + "gotchiId": "4055", + "amount": "23.4425", + "parsedAmount": "23442500000000000000" + }, + { + "gotchiId": "4057", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "4058", + "amount": "16.8725", + "parsedAmount": "16872500000000000000" + }, + { + "gotchiId": "4059", + "amount": "22.0475", + "parsedAmount": "22047500000000000000" + }, + { + "gotchiId": "4060", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "4061", + "amount": "11.7425", + "parsedAmount": "11742500000000000000" + }, + { + "gotchiId": "4062", + "amount": "11.0525", + "parsedAmount": "11052500000000000000" + }, + { + "gotchiId": "4064", + "amount": "32.8275", + "parsedAmount": "32827500000000000000" + }, + { + "gotchiId": "4067", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "4068", + "amount": "12.432500000000001", + "parsedAmount": "12432500000000001000" + }, + { + "gotchiId": "4069", + "amount": "38.86", + "parsedAmount": "38860000000000000000" + }, + { + "gotchiId": "4070", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "4071", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "4072", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "4075", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "4076", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "4078", + "amount": "15.79", + "parsedAmount": "15790000000000000000" + }, + { + "gotchiId": "4079", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "4081", + "amount": "13.58", + "parsedAmount": "13580000000000000000" + }, + { + "gotchiId": "4082", + "amount": "16.2875", + "parsedAmount": "16287500000000000000" + }, + { + "gotchiId": "4083", + "amount": "73.05000000000001", + "parsedAmount": "73050000000000010000" + }, + { + "gotchiId": "4090", + "amount": "160.02749999999997", + "parsedAmount": "160027499999999970000" + }, + { + "gotchiId": "4091", + "amount": "8.545", + "parsedAmount": "8545000000000000000" + }, + { + "gotchiId": "4092", + "amount": "18.3525", + "parsedAmount": "18352500000000000000" + }, + { + "gotchiId": "4095", + "amount": "38.97", + "parsedAmount": "38970000000000000000" + }, + { + "gotchiId": "4097", + "amount": "9.335", + "parsedAmount": "9335000000000000000" + }, + { + "gotchiId": "4100", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "4101", + "amount": "14.3975", + "parsedAmount": "14397500000000000000" + }, + { + "gotchiId": "4102", + "amount": "56.035000000000004", + "parsedAmount": "56035000000000004000" + }, + { + "gotchiId": "4103", + "amount": "7.2475", + "parsedAmount": "7247500000000000000" + }, + { + "gotchiId": "4104", + "amount": "12.66", + "parsedAmount": "12660000000000000000" + }, + { + "gotchiId": "4106", + "amount": "31.93", + "parsedAmount": "31930000000000000000" + }, + { + "gotchiId": "4107", + "amount": "23.8275", + "parsedAmount": "23827500000000000000" + }, + { + "gotchiId": "4109", + "amount": "10.9575", + "parsedAmount": "10957500000000000000" + }, + { + "gotchiId": "4111", + "amount": "8.9075", + "parsedAmount": "8907500000000000000" + }, + { + "gotchiId": "4112", + "amount": "31.225", + "parsedAmount": "31225000000000000000" + }, + { + "gotchiId": "4113", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "4115", + "amount": "26.78", + "parsedAmount": "26780000000000000000" + }, + { + "gotchiId": "4117", + "amount": "23.39", + "parsedAmount": "23390000000000000000" + }, + { + "gotchiId": "4119", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "4120", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "4121", + "amount": "11.4725", + "parsedAmount": "11472500000000000000" + }, + { + "gotchiId": "4122", + "amount": "9.692499999999999", + "parsedAmount": "9692499999999999000" + }, + { + "gotchiId": "4124", + "amount": "9.6175", + "parsedAmount": "9617500000000000000" + }, + { + "gotchiId": "4125", + "amount": "53.537499999999994", + "parsedAmount": "53537499999999994000" + }, + { + "gotchiId": "4127", + "amount": "14.06", + "parsedAmount": "14060000000000000000" + }, + { + "gotchiId": "4128", + "amount": "2.52", + "parsedAmount": "2520000000000000000" + }, + { + "gotchiId": "4129", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "4130", + "amount": "14.9725", + "parsedAmount": "14972500000000000000" + }, + { + "gotchiId": "4131", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "4134", + "amount": "5.744999999999999", + "parsedAmount": "5744999999999999000" + }, + { + "gotchiId": "4141", + "amount": "5.032500000000001", + "parsedAmount": "5032500000000001000" + }, + { + "gotchiId": "4142", + "amount": "17.9425", + "parsedAmount": "17942500000000000000" + }, + { + "gotchiId": "4143", + "amount": "13.764999999999999", + "parsedAmount": "13764999999999999000" + }, + { + "gotchiId": "4144", + "amount": "35.5225", + "parsedAmount": "35522500000000000000" + }, + { + "gotchiId": "4146", + "amount": "8.805", + "parsedAmount": "8805000000000000000" + }, + { + "gotchiId": "4147", + "amount": "6.505000000000001", + "parsedAmount": "6505000000000001000" + }, + { + "gotchiId": "4148", + "amount": "6.73", + "parsedAmount": "6730000000000000000" + }, + { + "gotchiId": "4150", + "amount": "26.955000000000002", + "parsedAmount": "26955000000000002000" + }, + { + "gotchiId": "4154", + "amount": "10.1475", + "parsedAmount": "10147500000000000000" + }, + { + "gotchiId": "4156", + "amount": "42.555", + "parsedAmount": "42555000000000000000" + }, + { + "gotchiId": "4159", + "amount": "9.6025", + "parsedAmount": "9602500000000000000" + }, + { + "gotchiId": "4163", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "4164", + "amount": "18.015", + "parsedAmount": "18015000000000000000" + }, + { + "gotchiId": "4165", + "amount": "37.95", + "parsedAmount": "37950000000000000000" + }, + { + "gotchiId": "4166", + "amount": "17.235", + "parsedAmount": "17235000000000000000" + }, + { + "gotchiId": "4167", + "amount": "12.504999999999999", + "parsedAmount": "12504999999999999000" + }, + { + "gotchiId": "4168", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "4170", + "amount": "21.0775", + "parsedAmount": "21077500000000000000" + }, + { + "gotchiId": "4174", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "4175", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "4180", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "4182", + "amount": "32.057500000000005", + "parsedAmount": "32057500000000005000" + }, + { + "gotchiId": "4186", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "4187", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "4190", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "4192", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "4196", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "4197", + "amount": "15.635", + "parsedAmount": "15635000000000000000" + }, + { + "gotchiId": "4200", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "4206", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "4211", + "amount": "6.24", + "parsedAmount": "6240000000000000000" + }, + { + "gotchiId": "4214", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "4215", + "amount": "151.9", + "parsedAmount": "151900000000000000000" + }, + { + "gotchiId": "4216", + "amount": "13.185", + "parsedAmount": "13185000000000000000" + }, + { + "gotchiId": "4217", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "4218", + "amount": "12.592500000000001", + "parsedAmount": "12592500000000001000" + }, + { + "gotchiId": "4221", + "amount": "16.7675", + "parsedAmount": "16767500000000000000" + }, + { + "gotchiId": "4223", + "amount": "6.5600000000000005", + "parsedAmount": "6560000000000000500" + }, + { + "gotchiId": "4228", + "amount": "41.08", + "parsedAmount": "41080000000000000000" + }, + { + "gotchiId": "4230", + "amount": "110.165", + "parsedAmount": "110165000000000000000" + }, + { + "gotchiId": "4231", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "4232", + "amount": "127.71499999999999", + "parsedAmount": "127714999999999990000" + }, + { + "gotchiId": "4233", + "amount": "6.1274999999999995", + "parsedAmount": "6127499999999999500" + }, + { + "gotchiId": "4236", + "amount": "11.2225", + "parsedAmount": "11222500000000000000" + }, + { + "gotchiId": "4237", + "amount": "13.115", + "parsedAmount": "13115000000000000000" + }, + { + "gotchiId": "4238", + "amount": "27.8025", + "parsedAmount": "27802500000000000000" + }, + { + "gotchiId": "4239", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "4240", + "amount": "16.7375", + "parsedAmount": "16737500000000000000" + }, + { + "gotchiId": "4243", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "4248", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "4249", + "amount": "17.42", + "parsedAmount": "17420000000000000000" + }, + { + "gotchiId": "4251", + "amount": "3.4325", + "parsedAmount": "3432500000000000000" + }, + { + "gotchiId": "4263", + "amount": "54.74250000000001", + "parsedAmount": "54742500000000010000" + }, + { + "gotchiId": "4264", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "4266", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "4271", + "amount": "226.72000000000003", + "parsedAmount": "226720000000000030000" + }, + { + "gotchiId": "4272", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "4273", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "4274", + "amount": "13.965", + "parsedAmount": "13965000000000000000" + }, + { + "gotchiId": "4277", + "amount": "12.8925", + "parsedAmount": "12892500000000000000" + }, + { + "gotchiId": "4278", + "amount": "7.35", + "parsedAmount": "7350000000000000000" + }, + { + "gotchiId": "4280", + "amount": "21", + "parsedAmount": "21000000000000000000" + }, + { + "gotchiId": "4282", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "4283", + "amount": "27.697499999999998", + "parsedAmount": "27697499999999998000" + }, + { + "gotchiId": "4285", + "amount": "399.6425", + "parsedAmount": "399642500000000000000" + }, + { + "gotchiId": "4286", + "amount": "13.2925", + "parsedAmount": "13292500000000000000" + }, + { + "gotchiId": "4291", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "4292", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "4293", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "4294", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "4297", + "amount": "9.055", + "parsedAmount": "9055000000000000000" + }, + { + "gotchiId": "4298", + "amount": "71.61500000000001", + "parsedAmount": "71615000000000010000" + }, + { + "gotchiId": "4300", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "4301", + "amount": "155.2", + "parsedAmount": "155200000000000000000" + }, + { + "gotchiId": "4302", + "amount": "157.2225", + "parsedAmount": "157222500000000000000" + }, + { + "gotchiId": "4309", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "4310", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "4311", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "4315", + "amount": "6.05", + "parsedAmount": "6050000000000000000" + }, + { + "gotchiId": "4317", + "amount": "7.2275", + "parsedAmount": "7227500000000000000" + }, + { + "gotchiId": "4320", + "amount": "16.795", + "parsedAmount": "16795000000000000000" + }, + { + "gotchiId": "4321", + "amount": "30.327499999999997", + "parsedAmount": "30327499999999997000" + }, + { + "gotchiId": "4322", + "amount": "6.772499999999999", + "parsedAmount": "6772499999999999000" + }, + { + "gotchiId": "4323", + "amount": "29.43", + "parsedAmount": "29430000000000000000" + }, + { + "gotchiId": "4324", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "4326", + "amount": "11.9725", + "parsedAmount": "11972500000000000000" + }, + { + "gotchiId": "4333", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "4334", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "4336", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "4343", + "amount": "4.905", + "parsedAmount": "4905000000000000000" + }, + { + "gotchiId": "4344", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "4348", + "amount": "34.2725", + "parsedAmount": "34272500000000000000" + }, + { + "gotchiId": "4349", + "amount": "28.295", + "parsedAmount": "28295000000000000000" + }, + { + "gotchiId": "4350", + "amount": "751.64", + "parsedAmount": "751640000000000000000" + }, + { + "gotchiId": "4351", + "amount": "29.787499999999998", + "parsedAmount": "29787499999999998000" + }, + { + "gotchiId": "4352", + "amount": "28.8875", + "parsedAmount": "28887500000000000000" + }, + { + "gotchiId": "4355", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "4356", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "4358", + "amount": "2.4475", + "parsedAmount": "2447500000000000000" + }, + { + "gotchiId": "4359", + "amount": "11.74", + "parsedAmount": "11740000000000000000" + }, + { + "gotchiId": "4363", + "amount": "20.82", + "parsedAmount": "20820000000000000000" + }, + { + "gotchiId": "4365", + "amount": "26.7825", + "parsedAmount": "26782500000000000000" + }, + { + "gotchiId": "4366", + "amount": "21.31", + "parsedAmount": "21310000000000000000" + }, + { + "gotchiId": "4367", + "amount": "35.54", + "parsedAmount": "35540000000000000000" + }, + { + "gotchiId": "4368", + "amount": "41.267500000000005", + "parsedAmount": "41267500000000005000" + }, + { + "gotchiId": "4369", + "amount": "25.084999999999997", + "parsedAmount": "25084999999999997000" + }, + { + "gotchiId": "4370", + "amount": "27.029999999999998", + "parsedAmount": "27029999999999998000" + }, + { + "gotchiId": "4371", + "amount": "25.432499999999997", + "parsedAmount": "25432499999999997000" + }, + { + "gotchiId": "4372", + "amount": "75.17", + "parsedAmount": "75170000000000000000" + }, + { + "gotchiId": "4373", + "amount": "21.380000000000003", + "parsedAmount": "21380000000000003000" + }, + { + "gotchiId": "4374", + "amount": "27.7725", + "parsedAmount": "27772500000000000000" + }, + { + "gotchiId": "4375", + "amount": "33.7875", + "parsedAmount": "33787500000000000000" + }, + { + "gotchiId": "4376", + "amount": "21.255", + "parsedAmount": "21255000000000000000" + }, + { + "gotchiId": "4377", + "amount": "21.4225", + "parsedAmount": "21422500000000000000" + }, + { + "gotchiId": "4378", + "amount": "21.4", + "parsedAmount": "21400000000000000000" + }, + { + "gotchiId": "4379", + "amount": "21.502499999999998", + "parsedAmount": "21502499999999998000" + }, + { + "gotchiId": "4387", + "amount": "6.9125", + "parsedAmount": "6912500000000000000" + }, + { + "gotchiId": "4391", + "amount": "26.0575", + "parsedAmount": "26057500000000000000" + }, + { + "gotchiId": "4392", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "4394", + "amount": "22.724999999999998", + "parsedAmount": "22724999999999998000" + }, + { + "gotchiId": "4395", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "4396", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "4397", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "4404", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "4405", + "amount": "128.05", + "parsedAmount": "128050000000000000000" + }, + { + "gotchiId": "4406", + "amount": "13.465", + "parsedAmount": "13465000000000000000" + }, + { + "gotchiId": "4410", + "amount": "15.445", + "parsedAmount": "15445000000000000000" + }, + { + "gotchiId": "4411", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "4412", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "4414", + "amount": "27.28", + "parsedAmount": "27280000000000000000" + }, + { + "gotchiId": "4416", + "amount": "17.605", + "parsedAmount": "17605000000000000000" + }, + { + "gotchiId": "4417", + "amount": "26.03", + "parsedAmount": "26030000000000000000" + }, + { + "gotchiId": "4419", + "amount": "31.855", + "parsedAmount": "31855000000000000000" + }, + { + "gotchiId": "4421", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "4422", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "4424", + "amount": "26.6875", + "parsedAmount": "26687500000000000000" + }, + { + "gotchiId": "4426", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "4429", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "4431", + "amount": "14.565000000000001", + "parsedAmount": "14565000000000001000" + }, + { + "gotchiId": "4433", + "amount": "32.629999999999995", + "parsedAmount": "32629999999999995000" + }, + { + "gotchiId": "4434", + "amount": "16.3875", + "parsedAmount": "16387500000000000000" + }, + { + "gotchiId": "4435", + "amount": "8.22", + "parsedAmount": "8220000000000000000" + }, + { + "gotchiId": "4436", + "amount": "90.53", + "parsedAmount": "90530000000000000000" + }, + { + "gotchiId": "4438", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "4441", + "amount": "198.54250000000002", + "parsedAmount": "198542500000000020000" + }, + { + "gotchiId": "4444", + "amount": "29.775", + "parsedAmount": "29775000000000000000" + }, + { + "gotchiId": "4446", + "amount": "26.2", + "parsedAmount": "26200000000000000000" + }, + { + "gotchiId": "4449", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "4450", + "amount": "8.4025", + "parsedAmount": "8402500000000000000" + }, + { + "gotchiId": "4452", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "4453", + "amount": "12.6875", + "parsedAmount": "12687500000000000000" + }, + { + "gotchiId": "4456", + "amount": "8.502500000000001", + "parsedAmount": "8502500000000001000" + }, + { + "gotchiId": "4458", + "amount": "11.705", + "parsedAmount": "11705000000000000000" + }, + { + "gotchiId": "4461", + "amount": "15.7375", + "parsedAmount": "15737500000000000000" + }, + { + "gotchiId": "4462", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "4464", + "amount": "9.6575", + "parsedAmount": "9657500000000000000" + }, + { + "gotchiId": "4465", + "amount": "48.862500000000004", + "parsedAmount": "48862500000000004000" + }, + { + "gotchiId": "4467", + "amount": "46.635", + "parsedAmount": "46635000000000000000" + }, + { + "gotchiId": "4468", + "amount": "26.4575", + "parsedAmount": "26457500000000000000" + }, + { + "gotchiId": "4469", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "4470", + "amount": "15.2475", + "parsedAmount": "15247500000000000000" + }, + { + "gotchiId": "4471", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "4472", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "4473", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "4475", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "4476", + "amount": "27.9725", + "parsedAmount": "27972500000000000000" + }, + { + "gotchiId": "4478", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "4479", + "amount": "569.605", + "parsedAmount": "569605000000000000000" + }, + { + "gotchiId": "4480", + "amount": "9.295", + "parsedAmount": "9295000000000000000" + }, + { + "gotchiId": "4481", + "amount": "60.214999999999996", + "parsedAmount": "60214999999999996000" + }, + { + "gotchiId": "4483", + "amount": "16.7925", + "parsedAmount": "16792500000000000000" + }, + { + "gotchiId": "4485", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "4486", + "amount": "51.925", + "parsedAmount": "51925000000000000000" + }, + { + "gotchiId": "4487", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "4488", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "4489", + "amount": "115.905", + "parsedAmount": "115905000000000000000" + }, + { + "gotchiId": "4495", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "4497", + "amount": "15.195", + "parsedAmount": "15195000000000000000" + }, + { + "gotchiId": "4501", + "amount": "2.2825", + "parsedAmount": "2282500000000000000" + }, + { + "gotchiId": "4503", + "amount": "55.57", + "parsedAmount": "55570000000000000000" + }, + { + "gotchiId": "4504", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "4505", + "amount": "16.7175", + "parsedAmount": "16717500000000000000" + }, + { + "gotchiId": "4506", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "4509", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "4510", + "amount": "19.2525", + "parsedAmount": "19252500000000000000" + }, + { + "gotchiId": "4517", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "4518", + "amount": "471.105", + "parsedAmount": "471105000000000000000" + }, + { + "gotchiId": "4519", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "4521", + "amount": "23.8625", + "parsedAmount": "23862500000000000000" + }, + { + "gotchiId": "4524", + "amount": "5.36", + "parsedAmount": "5360000000000000000" + }, + { + "gotchiId": "4527", + "amount": "22.265", + "parsedAmount": "22265000000000000000" + }, + { + "gotchiId": "4531", + "amount": "19.5825", + "parsedAmount": "19582500000000000000" + }, + { + "gotchiId": "4533", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "4534", + "amount": "314.635", + "parsedAmount": "314635000000000000000" + }, + { + "gotchiId": "4536", + "amount": "18.044999999999998", + "parsedAmount": "18044999999999998000" + }, + { + "gotchiId": "4539", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "4540", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "4542", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + } + ], + "totalAmount": "13291135000000000008500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203994, + "gasUsed": "9868301" + }, + { + "batchIndex": 4, + "transactionHash": "0xd95403d86ce2be80fe192303ac766a54c3effa5c6af60d3e1cc65c5b7f5592fa", + "timestamp": "2025-10-23T05:28:55.815Z", + "gotchiRewards": [ + { + "gotchiId": "4550", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "4551", + "amount": "22.2075", + "parsedAmount": "22207500000000000000" + }, + { + "gotchiId": "4556", + "amount": "10.495000000000001", + "parsedAmount": "10495000000000001000" + }, + { + "gotchiId": "4560", + "amount": "77.71000000000001", + "parsedAmount": "77710000000000010000" + }, + { + "gotchiId": "4561", + "amount": "259.6275", + "parsedAmount": "259627500000000000000" + }, + { + "gotchiId": "4564", + "amount": "277.7025", + "parsedAmount": "277702500000000000000" + }, + { + "gotchiId": "4566", + "amount": "399.7625", + "parsedAmount": "399762500000000000000" + }, + { + "gotchiId": "4567", + "amount": "286.6475", + "parsedAmount": "286647500000000000000" + }, + { + "gotchiId": "4568", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "4577", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "4581", + "amount": "157.23", + "parsedAmount": "157230000000000000000" + }, + { + "gotchiId": "4589", + "amount": "58.4925", + "parsedAmount": "58492500000000000000" + }, + { + "gotchiId": "4590", + "amount": "10.3125", + "parsedAmount": "10312500000000000000" + }, + { + "gotchiId": "4591", + "amount": "32.4125", + "parsedAmount": "32412500000000000000" + }, + { + "gotchiId": "4595", + "amount": "31.0725", + "parsedAmount": "31072500000000000000" + }, + { + "gotchiId": "4597", + "amount": "13.6825", + "parsedAmount": "13682500000000000000" + }, + { + "gotchiId": "4598", + "amount": "26.455", + "parsedAmount": "26455000000000000000" + }, + { + "gotchiId": "4599", + "amount": "14.899999999999999", + "parsedAmount": "14899999999999999000" + }, + { + "gotchiId": "4607", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "4608", + "amount": "3.45", + "parsedAmount": "3450000000000000000" + }, + { + "gotchiId": "4612", + "amount": "13.3375", + "parsedAmount": "13337500000000000000" + }, + { + "gotchiId": "4613", + "amount": "12.4225", + "parsedAmount": "12422500000000000000" + }, + { + "gotchiId": "4614", + "amount": "5.85", + "parsedAmount": "5850000000000000000" + }, + { + "gotchiId": "4616", + "amount": "260.6925", + "parsedAmount": "260692500000000000000" + }, + { + "gotchiId": "4617", + "amount": "18.305", + "parsedAmount": "18305000000000000000" + }, + { + "gotchiId": "4620", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "4621", + "amount": "12.5225", + "parsedAmount": "12522500000000000000" + }, + { + "gotchiId": "4622", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "4624", + "amount": "9.475000000000001", + "parsedAmount": "9475000000000001000" + }, + { + "gotchiId": "4628", + "amount": "12.08", + "parsedAmount": "12080000000000000000" + }, + { + "gotchiId": "4630", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "4634", + "amount": "5.7175", + "parsedAmount": "5717500000000000000" + }, + { + "gotchiId": "4636", + "amount": "47.5475", + "parsedAmount": "47547500000000000000" + }, + { + "gotchiId": "4639", + "amount": "70.08500000000001", + "parsedAmount": "70085000000000010000" + }, + { + "gotchiId": "4640", + "amount": "72.25", + "parsedAmount": "72250000000000000000" + }, + { + "gotchiId": "4642", + "amount": "8.712499999999999", + "parsedAmount": "8712499999999999000" + }, + { + "gotchiId": "4646", + "amount": "9.4875", + "parsedAmount": "9487500000000000000" + }, + { + "gotchiId": "4649", + "amount": "8.3825", + "parsedAmount": "8382500000000000000" + }, + { + "gotchiId": "4650", + "amount": "149.59750000000003", + "parsedAmount": "149597500000000030000" + }, + { + "gotchiId": "4651", + "amount": "20.34", + "parsedAmount": "20340000000000000000" + }, + { + "gotchiId": "4652", + "amount": "15.0025", + "parsedAmount": "15002500000000000000" + }, + { + "gotchiId": "4660", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "4662", + "amount": "11.8875", + "parsedAmount": "11887500000000000000" + }, + { + "gotchiId": "4663", + "amount": "6.172499999999999", + "parsedAmount": "6172499999999999000" + }, + { + "gotchiId": "4665", + "amount": "11.2825", + "parsedAmount": "11282500000000000000" + }, + { + "gotchiId": "4669", + "amount": "15.9875", + "parsedAmount": "15987500000000000000" + }, + { + "gotchiId": "4670", + "amount": "61.125", + "parsedAmount": "61125000000000000000" + }, + { + "gotchiId": "4673", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "4675", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "4676", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "4677", + "amount": "195.7775", + "parsedAmount": "195777500000000000000" + }, + { + "gotchiId": "4678", + "amount": "36.167500000000004", + "parsedAmount": "36167500000000004000" + }, + { + "gotchiId": "4679", + "amount": "186.19", + "parsedAmount": "186190000000000000000" + }, + { + "gotchiId": "4680", + "amount": "190.84750000000003", + "parsedAmount": "190847500000000030000" + }, + { + "gotchiId": "4681", + "amount": "201.08", + "parsedAmount": "201080000000000000000" + }, + { + "gotchiId": "4682", + "amount": "222.94250000000002", + "parsedAmount": "222942500000000020000" + }, + { + "gotchiId": "4683", + "amount": "177.6575", + "parsedAmount": "177657500000000000000" + }, + { + "gotchiId": "4684", + "amount": "206.695", + "parsedAmount": "206695000000000000000" + }, + { + "gotchiId": "4685", + "amount": "82.7975", + "parsedAmount": "82797500000000000000" + }, + { + "gotchiId": "4689", + "amount": "17.0575", + "parsedAmount": "17057500000000000000" + }, + { + "gotchiId": "4690", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "4691", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "4692", + "amount": "23.205000000000002", + "parsedAmount": "23205000000000002000" + }, + { + "gotchiId": "4693", + "amount": "104.0725", + "parsedAmount": "104072500000000000000" + }, + { + "gotchiId": "4694", + "amount": "11.16", + "parsedAmount": "11160000000000000000" + }, + { + "gotchiId": "4695", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "4696", + "amount": "26.904999999999998", + "parsedAmount": "26904999999999998000" + }, + { + "gotchiId": "4698", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "4700", + "amount": "65.7425", + "parsedAmount": "65742500000000000000" + }, + { + "gotchiId": "4701", + "amount": "73.42250000000001", + "parsedAmount": "73422500000000010000" + }, + { + "gotchiId": "4702", + "amount": "5.89", + "parsedAmount": "5890000000000000000" + }, + { + "gotchiId": "4703", + "amount": "7.422499999999999", + "parsedAmount": "7422499999999999000" + }, + { + "gotchiId": "4706", + "amount": "10.98", + "parsedAmount": "10980000000000000000" + }, + { + "gotchiId": "4707", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "4708", + "amount": "17.4125", + "parsedAmount": "17412500000000000000" + }, + { + "gotchiId": "4709", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "4710", + "amount": "12.9475", + "parsedAmount": "12947500000000000000" + }, + { + "gotchiId": "4711", + "amount": "10.245000000000001", + "parsedAmount": "10245000000000001000" + }, + { + "gotchiId": "4713", + "amount": "13.4725", + "parsedAmount": "13472500000000000000" + }, + { + "gotchiId": "4714", + "amount": "24.990000000000002", + "parsedAmount": "24990000000000002000" + }, + { + "gotchiId": "4715", + "amount": "5.905", + "parsedAmount": "5905000000000000000" + }, + { + "gotchiId": "4716", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "4717", + "amount": "5.86", + "parsedAmount": "5860000000000000000" + }, + { + "gotchiId": "4718", + "amount": "10.434999999999999", + "parsedAmount": "10434999999999999000" + }, + { + "gotchiId": "4720", + "amount": "33.8625", + "parsedAmount": "33862500000000000000" + }, + { + "gotchiId": "4721", + "amount": "5.3975", + "parsedAmount": "5397500000000000000" + }, + { + "gotchiId": "4722", + "amount": "18.0925", + "parsedAmount": "18092500000000000000" + }, + { + "gotchiId": "4723", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "4724", + "amount": "5.36", + "parsedAmount": "5360000000000000000" + }, + { + "gotchiId": "4727", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "4728", + "amount": "24.6475", + "parsedAmount": "24647500000000000000" + }, + { + "gotchiId": "4729", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "4732", + "amount": "3.165", + "parsedAmount": "3165000000000000000" + }, + { + "gotchiId": "4733", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "4735", + "amount": "37.9275", + "parsedAmount": "37927500000000000000" + }, + { + "gotchiId": "4738", + "amount": "12.260000000000002", + "parsedAmount": "12260000000000002000" + }, + { + "gotchiId": "4739", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "4740", + "amount": "95", + "parsedAmount": "95000000000000000000" + }, + { + "gotchiId": "4742", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "4743", + "amount": "34.495000000000005", + "parsedAmount": "34495000000000005000" + }, + { + "gotchiId": "4744", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "4745", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "4747", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "4749", + "amount": "83.77", + "parsedAmount": "83770000000000000000" + }, + { + "gotchiId": "4750", + "amount": "8.91", + "parsedAmount": "8910000000000000000" + }, + { + "gotchiId": "4751", + "amount": "10.445", + "parsedAmount": "10445000000000000000" + }, + { + "gotchiId": "4753", + "amount": "27.1325", + "parsedAmount": "27132500000000000000" + }, + { + "gotchiId": "4754", + "amount": "20.6475", + "parsedAmount": "20647500000000000000" + }, + { + "gotchiId": "4756", + "amount": "40.2675", + "parsedAmount": "40267500000000000000" + }, + { + "gotchiId": "4763", + "amount": "11.5775", + "parsedAmount": "11577500000000000000" + }, + { + "gotchiId": "4764", + "amount": "70.67000000000002", + "parsedAmount": "70670000000000020000" + }, + { + "gotchiId": "4765", + "amount": "28.134999999999998", + "parsedAmount": "28134999999999998000" + }, + { + "gotchiId": "4777", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "4778", + "amount": "4.0075", + "parsedAmount": "4007500000000000000" + }, + { + "gotchiId": "4783", + "amount": "15.6075", + "parsedAmount": "15607500000000000000" + }, + { + "gotchiId": "4784", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "4786", + "amount": "21.55", + "parsedAmount": "21550000000000000000" + }, + { + "gotchiId": "4789", + "amount": "109.835", + "parsedAmount": "109835000000000000000" + }, + { + "gotchiId": "4790", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "4791", + "amount": "10.9725", + "parsedAmount": "10972500000000000000" + }, + { + "gotchiId": "4793", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "4794", + "amount": "95.58749999999999", + "parsedAmount": "95587499999999990000" + }, + { + "gotchiId": "4795", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "4797", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "4798", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "4799", + "amount": "25.59", + "parsedAmount": "25590000000000000000" + }, + { + "gotchiId": "4802", + "amount": "28.6925", + "parsedAmount": "28692500000000000000" + }, + { + "gotchiId": "4803", + "amount": "5.945", + "parsedAmount": "5945000000000000000" + }, + { + "gotchiId": "4806", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "4807", + "amount": "18.69", + "parsedAmount": "18690000000000000000" + }, + { + "gotchiId": "4809", + "amount": "50.5775", + "parsedAmount": "50577500000000000000" + }, + { + "gotchiId": "4810", + "amount": "40.795", + "parsedAmount": "40795000000000000000" + }, + { + "gotchiId": "4813", + "amount": "32.5875", + "parsedAmount": "32587500000000000000" + }, + { + "gotchiId": "4814", + "amount": "34.6125", + "parsedAmount": "34612500000000000000" + }, + { + "gotchiId": "4816", + "amount": "35.769999999999996", + "parsedAmount": "35769999999999996000" + }, + { + "gotchiId": "4817", + "amount": "34.0925", + "parsedAmount": "34092500000000000000" + }, + { + "gotchiId": "4820", + "amount": "627.3475000000001", + "parsedAmount": "627347500000000100000" + }, + { + "gotchiId": "4827", + "amount": "2.67", + "parsedAmount": "2670000000000000000" + }, + { + "gotchiId": "4828", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "4834", + "amount": "22.12", + "parsedAmount": "22120000000000000000" + }, + { + "gotchiId": "4836", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "4837", + "amount": "37.6975", + "parsedAmount": "37697500000000000000" + }, + { + "gotchiId": "4838", + "amount": "23.505", + "parsedAmount": "23505000000000000000" + }, + { + "gotchiId": "4839", + "amount": "18.2925", + "parsedAmount": "18292500000000000000" + }, + { + "gotchiId": "4840", + "amount": "6.9275", + "parsedAmount": "6927500000000000000" + }, + { + "gotchiId": "4841", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "4842", + "amount": "6.977500000000001", + "parsedAmount": "6977500000000001000" + }, + { + "gotchiId": "4844", + "amount": "10.485", + "parsedAmount": "10485000000000000000" + }, + { + "gotchiId": "4845", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "4847", + "amount": "16.330000000000002", + "parsedAmount": "16330000000000002000" + }, + { + "gotchiId": "4849", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "4850", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "4851", + "amount": "28.1225", + "parsedAmount": "28122500000000000000" + }, + { + "gotchiId": "4856", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "4859", + "amount": "11.16", + "parsedAmount": "11160000000000000000" + }, + { + "gotchiId": "4860", + "amount": "5.744999999999999", + "parsedAmount": "5744999999999999000" + }, + { + "gotchiId": "4862", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "4864", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "4866", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "4868", + "amount": "12.44", + "parsedAmount": "12440000000000000000" + }, + { + "gotchiId": "4870", + "amount": "19.902500000000003", + "parsedAmount": "19902500000000003000" + }, + { + "gotchiId": "4872", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "4873", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "4875", + "amount": "10.8125", + "parsedAmount": "10812500000000000000" + }, + { + "gotchiId": "4877", + "amount": "30.572499999999998", + "parsedAmount": "30572499999999998000" + }, + { + "gotchiId": "4879", + "amount": "24.0325", + "parsedAmount": "24032500000000000000" + }, + { + "gotchiId": "4882", + "amount": "13.275", + "parsedAmount": "13275000000000000000" + }, + { + "gotchiId": "4883", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "4884", + "amount": "23.13", + "parsedAmount": "23130000000000000000" + }, + { + "gotchiId": "4885", + "amount": "14.95", + "parsedAmount": "14950000000000000000" + }, + { + "gotchiId": "4886", + "amount": "14.7175", + "parsedAmount": "14717500000000000000" + }, + { + "gotchiId": "4888", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "4889", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "4890", + "amount": "48.39", + "parsedAmount": "48390000000000000000" + }, + { + "gotchiId": "4892", + "amount": "18.384999999999998", + "parsedAmount": "18384999999999998000" + }, + { + "gotchiId": "4894", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "4895", + "amount": "105.78", + "parsedAmount": "105780000000000000000" + }, + { + "gotchiId": "4896", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "4899", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "4900", + "amount": "10.81", + "parsedAmount": "10810000000000000000" + }, + { + "gotchiId": "4901", + "amount": "2.555", + "parsedAmount": "2555000000000000000" + }, + { + "gotchiId": "4902", + "amount": "10.075000000000001", + "parsedAmount": "10075000000000001000" + }, + { + "gotchiId": "4903", + "amount": "9.934999999999999", + "parsedAmount": "9934999999999999000" + }, + { + "gotchiId": "4906", + "amount": "233.32", + "parsedAmount": "233320000000000000000" + }, + { + "gotchiId": "4907", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "4913", + "amount": "19.7175", + "parsedAmount": "19717500000000000000" + }, + { + "gotchiId": "4914", + "amount": "31.965", + "parsedAmount": "31965000000000000000" + }, + { + "gotchiId": "4915", + "amount": "25.6675", + "parsedAmount": "25667500000000000000" + }, + { + "gotchiId": "4917", + "amount": "22.27", + "parsedAmount": "22270000000000000000" + }, + { + "gotchiId": "4919", + "amount": "4.24", + "parsedAmount": "4240000000000000000" + }, + { + "gotchiId": "4920", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "4921", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "4922", + "amount": "4.6775", + "parsedAmount": "4677500000000000000" + }, + { + "gotchiId": "4923", + "amount": "4.7725", + "parsedAmount": "4772500000000000000" + }, + { + "gotchiId": "4924", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "4925", + "amount": "4.6775", + "parsedAmount": "4677500000000000000" + }, + { + "gotchiId": "4926", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "4927", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "4928", + "amount": "4.325", + "parsedAmount": "4325000000000000000" + }, + { + "gotchiId": "4929", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "4930", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "4931", + "amount": "8.5925", + "parsedAmount": "8592500000000000000" + }, + { + "gotchiId": "4932", + "amount": "4.7", + "parsedAmount": "4700000000000000000" + }, + { + "gotchiId": "4933", + "amount": "4.345", + "parsedAmount": "4345000000000000000" + }, + { + "gotchiId": "4937", + "amount": "14.127500000000001", + "parsedAmount": "14127500000000001000" + }, + { + "gotchiId": "4944", + "amount": "57.59", + "parsedAmount": "57590000000000000000" + }, + { + "gotchiId": "4945", + "amount": "8.505", + "parsedAmount": "8505000000000000000" + }, + { + "gotchiId": "4948", + "amount": "19.525", + "parsedAmount": "19525000000000000000" + }, + { + "gotchiId": "4955", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "4959", + "amount": "7.81", + "parsedAmount": "7810000000000000000" + }, + { + "gotchiId": "4965", + "amount": "6.6725", + "parsedAmount": "6672500000000000000" + }, + { + "gotchiId": "4967", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "4968", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "4978", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "4981", + "amount": "7.0424999999999995", + "parsedAmount": "7042499999999999500" + }, + { + "gotchiId": "4984", + "amount": "26.9925", + "parsedAmount": "26992500000000000000" + }, + { + "gotchiId": "4985", + "amount": "37.445", + "parsedAmount": "37445000000000000000" + }, + { + "gotchiId": "4986", + "amount": "10.075", + "parsedAmount": "10075000000000000000" + }, + { + "gotchiId": "4988", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "4990", + "amount": "2.415", + "parsedAmount": "2415000000000000000" + }, + { + "gotchiId": "4992", + "amount": "64.7075", + "parsedAmount": "64707500000000000000" + }, + { + "gotchiId": "4997", + "amount": "8.4975", + "parsedAmount": "8497500000000000000" + }, + { + "gotchiId": "4998", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "4999", + "amount": "14.7925", + "parsedAmount": "14792500000000000000" + }, + { + "gotchiId": "5000", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "5003", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "5004", + "amount": "22.450000000000003", + "parsedAmount": "22450000000000003000" + }, + { + "gotchiId": "5006", + "amount": "7.3575", + "parsedAmount": "7357500000000000000" + }, + { + "gotchiId": "5007", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "5008", + "amount": "11.4", + "parsedAmount": "11400000000000000000" + }, + { + "gotchiId": "5011", + "amount": "61.3625", + "parsedAmount": "61362500000000000000" + }, + { + "gotchiId": "5012", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "5013", + "amount": "40.427499999999995", + "parsedAmount": "40427499999999995000" + }, + { + "gotchiId": "5016", + "amount": "27.08", + "parsedAmount": "27080000000000000000" + }, + { + "gotchiId": "5017", + "amount": "53.262499999999996", + "parsedAmount": "53262499999999996000" + }, + { + "gotchiId": "5025", + "amount": "17.384999999999998", + "parsedAmount": "17384999999999998000" + }, + { + "gotchiId": "5027", + "amount": "74.825", + "parsedAmount": "74825000000000000000" + }, + { + "gotchiId": "5028", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "5029", + "amount": "31.6725", + "parsedAmount": "31672500000000000000" + }, + { + "gotchiId": "5031", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "5032", + "amount": "14.105", + "parsedAmount": "14105000000000000000" + }, + { + "gotchiId": "5034", + "amount": "27.705000000000002", + "parsedAmount": "27705000000000002000" + }, + { + "gotchiId": "5036", + "amount": "23.215", + "parsedAmount": "23215000000000000000" + }, + { + "gotchiId": "5040", + "amount": "12.965", + "parsedAmount": "12965000000000000000" + }, + { + "gotchiId": "5041", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "5048", + "amount": "19.165", + "parsedAmount": "19165000000000000000" + }, + { + "gotchiId": "5052", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "5053", + "amount": "10.370000000000001", + "parsedAmount": "10370000000000001000" + }, + { + "gotchiId": "5061", + "amount": "6.922499999999999", + "parsedAmount": "6922499999999999000" + }, + { + "gotchiId": "5063", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "5065", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "5066", + "amount": "7.859999999999999", + "parsedAmount": "7859999999999999000" + }, + { + "gotchiId": "5069", + "amount": "12.35", + "parsedAmount": "12350000000000000000" + }, + { + "gotchiId": "5075", + "amount": "55.2525", + "parsedAmount": "55252500000000000000" + }, + { + "gotchiId": "5076", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "5077", + "amount": "22.68", + "parsedAmount": "22680000000000000000" + }, + { + "gotchiId": "5079", + "amount": "95.9225", + "parsedAmount": "95922500000000000000" + }, + { + "gotchiId": "5081", + "amount": "12.5", + "parsedAmount": "12500000000000000000" + }, + { + "gotchiId": "5082", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "5084", + "amount": "34.0725", + "parsedAmount": "34072500000000000000" + }, + { + "gotchiId": "5091", + "amount": "14.7", + "parsedAmount": "14700000000000000000" + }, + { + "gotchiId": "5093", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "5094", + "amount": "16.55", + "parsedAmount": "16550000000000000000" + }, + { + "gotchiId": "5097", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "5101", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "5102", + "amount": "7.86", + "parsedAmount": "7860000000000000000" + }, + { + "gotchiId": "5106", + "amount": "67.6925", + "parsedAmount": "67692500000000000000" + }, + { + "gotchiId": "5109", + "amount": "188.5075", + "parsedAmount": "188507500000000000000" + }, + { + "gotchiId": "5110", + "amount": "13.57", + "parsedAmount": "13570000000000000000" + }, + { + "gotchiId": "5119", + "amount": "17.65", + "parsedAmount": "17650000000000000000" + }, + { + "gotchiId": "5120", + "amount": "14.682500000000001", + "parsedAmount": "14682500000000001000" + }, + { + "gotchiId": "5123", + "amount": "69.4025", + "parsedAmount": "69402500000000000000" + }, + { + "gotchiId": "5125", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "5126", + "amount": "19.015", + "parsedAmount": "19015000000000000000" + }, + { + "gotchiId": "5128", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "5130", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "5133", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "5134", + "amount": "15.642499999999998", + "parsedAmount": "15642499999999998000" + }, + { + "gotchiId": "5135", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "5136", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "5139", + "amount": "200.565", + "parsedAmount": "200565000000000000000" + }, + { + "gotchiId": "5140", + "amount": "43.71", + "parsedAmount": "43710000000000000000" + }, + { + "gotchiId": "5141", + "amount": "33.425", + "parsedAmount": "33425000000000000000" + }, + { + "gotchiId": "5142", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "5143", + "amount": "8.265", + "parsedAmount": "8265000000000000000" + }, + { + "gotchiId": "5146", + "amount": "45.237500000000004", + "parsedAmount": "45237500000000004000" + }, + { + "gotchiId": "5147", + "amount": "49.3025", + "parsedAmount": "49302500000000000000" + }, + { + "gotchiId": "5152", + "amount": "35.93", + "parsedAmount": "35930000000000000000" + }, + { + "gotchiId": "5154", + "amount": "157.99249999999998", + "parsedAmount": "157992499999999980000" + }, + { + "gotchiId": "5155", + "amount": "38.1975", + "parsedAmount": "38197500000000000000" + }, + { + "gotchiId": "5156", + "amount": "26.2425", + "parsedAmount": "26242500000000000000" + }, + { + "gotchiId": "5157", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "5158", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "5159", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "5160", + "amount": "39", + "parsedAmount": "39000000000000000000" + }, + { + "gotchiId": "5161", + "amount": "27.7525", + "parsedAmount": "27752500000000000000" + }, + { + "gotchiId": "5162", + "amount": "14.1075", + "parsedAmount": "14107500000000000000" + }, + { + "gotchiId": "5166", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "5168", + "amount": "124.0475", + "parsedAmount": "124047500000000000000" + }, + { + "gotchiId": "5173", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "5188", + "amount": "10.7475", + "parsedAmount": "10747500000000000000" + }, + { + "gotchiId": "5191", + "amount": "13.895", + "parsedAmount": "13895000000000000000" + }, + { + "gotchiId": "5192", + "amount": "21.9975", + "parsedAmount": "21997500000000000000" + }, + { + "gotchiId": "5193", + "amount": "8.6525", + "parsedAmount": "8652500000000000000" + }, + { + "gotchiId": "5194", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "5195", + "amount": "7.6125", + "parsedAmount": "7612500000000000000" + }, + { + "gotchiId": "5198", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "5200", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "5205", + "amount": "328.3075", + "parsedAmount": "328307500000000000000" + }, + { + "gotchiId": "5207", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "5209", + "amount": "9.35", + "parsedAmount": "9350000000000000000" + }, + { + "gotchiId": "5210", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "5211", + "amount": "11.420000000000002", + "parsedAmount": "11420000000000002000" + }, + { + "gotchiId": "5212", + "amount": "12.5", + "parsedAmount": "12500000000000000000" + }, + { + "gotchiId": "5218", + "amount": "4.9325", + "parsedAmount": "4932500000000000000" + }, + { + "gotchiId": "5219", + "amount": "5.525", + "parsedAmount": "5525000000000000000" + }, + { + "gotchiId": "5220", + "amount": "17.7525", + "parsedAmount": "17752500000000000000" + }, + { + "gotchiId": "5221", + "amount": "108.00750000000001", + "parsedAmount": "108007500000000010000" + }, + { + "gotchiId": "5222", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "5224", + "amount": "3.2525", + "parsedAmount": "3252500000000000000" + }, + { + "gotchiId": "5226", + "amount": "31.1425", + "parsedAmount": "31142500000000000000" + }, + { + "gotchiId": "5227", + "amount": "30.994999999999997", + "parsedAmount": "30994999999999997000" + }, + { + "gotchiId": "5228", + "amount": "33.59", + "parsedAmount": "33590000000000000000" + }, + { + "gotchiId": "5230", + "amount": "37.822500000000005", + "parsedAmount": "37822500000000005000" + }, + { + "gotchiId": "5232", + "amount": "22.375", + "parsedAmount": "22375000000000000000" + }, + { + "gotchiId": "5234", + "amount": "16.314999999999998", + "parsedAmount": "16314999999999998000" + }, + { + "gotchiId": "5238", + "amount": "17.9875", + "parsedAmount": "17987500000000000000" + }, + { + "gotchiId": "5240", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "5241", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "5242", + "amount": "6.4025", + "parsedAmount": "6402500000000000000" + }, + { + "gotchiId": "5243", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "5245", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "5247", + "amount": "26.8425", + "parsedAmount": "26842500000000000000" + }, + { + "gotchiId": "5250", + "amount": "21.6225", + "parsedAmount": "21622500000000000000" + }, + { + "gotchiId": "5257", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "5259", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "5260", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "5262", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "5263", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "5264", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "5266", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "5271", + "amount": "15.877500000000001", + "parsedAmount": "15877500000000001000" + }, + { + "gotchiId": "5273", + "amount": "28.4925", + "parsedAmount": "28492500000000000000" + }, + { + "gotchiId": "5275", + "amount": "15.53", + "parsedAmount": "15530000000000000000" + }, + { + "gotchiId": "5276", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "5280", + "amount": "20.2275", + "parsedAmount": "20227500000000000000" + }, + { + "gotchiId": "5281", + "amount": "13.32", + "parsedAmount": "13320000000000000000" + }, + { + "gotchiId": "5283", + "amount": "16.5175", + "parsedAmount": "16517500000000000000" + }, + { + "gotchiId": "5290", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "5292", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "5293", + "amount": "13.489999999999998", + "parsedAmount": "13489999999999998000" + }, + { + "gotchiId": "5295", + "amount": "38.722500000000004", + "parsedAmount": "38722500000000004000" + }, + { + "gotchiId": "5296", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "5297", + "amount": "15.114999999999998", + "parsedAmount": "15114999999999998000" + }, + { + "gotchiId": "5298", + "amount": "7.9025", + "parsedAmount": "7902500000000000000" + }, + { + "gotchiId": "5299", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "5300", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "5301", + "amount": "11.6825", + "parsedAmount": "11682500000000000000" + }, + { + "gotchiId": "5304", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "5305", + "amount": "54.11000000000001", + "parsedAmount": "54110000000000010000" + }, + { + "gotchiId": "5306", + "amount": "38.98", + "parsedAmount": "38980000000000000000" + }, + { + "gotchiId": "5308", + "amount": "2.4325", + "parsedAmount": "2432500000000000000" + }, + { + "gotchiId": "5309", + "amount": "4.3425", + "parsedAmount": "4342500000000000000" + }, + { + "gotchiId": "5316", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "5317", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "5318", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "5320", + "amount": "17.7425", + "parsedAmount": "17742500000000000000" + }, + { + "gotchiId": "5321", + "amount": "74.63499999999999", + "parsedAmount": "74634999999999990000" + }, + { + "gotchiId": "5326", + "amount": "5.3825", + "parsedAmount": "5382500000000000000" + }, + { + "gotchiId": "5328", + "amount": "28.247500000000002", + "parsedAmount": "28247500000000002000" + }, + { + "gotchiId": "5330", + "amount": "13.645", + "parsedAmount": "13645000000000000000" + }, + { + "gotchiId": "5331", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "5334", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "5335", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "5337", + "amount": "5.825", + "parsedAmount": "5825000000000000000" + }, + { + "gotchiId": "5338", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "5340", + "amount": "9.035", + "parsedAmount": "9035000000000000000" + }, + { + "gotchiId": "5343", + "amount": "26.735", + "parsedAmount": "26735000000000000000" + }, + { + "gotchiId": "5344", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "5346", + "amount": "17.845", + "parsedAmount": "17845000000000000000" + }, + { + "gotchiId": "5349", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "5351", + "amount": "11.42", + "parsedAmount": "11420000000000000000" + }, + { + "gotchiId": "5352", + "amount": "7.202500000000001", + "parsedAmount": "7202500000000001000" + }, + { + "gotchiId": "5358", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "5365", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "5368", + "amount": "9.57", + "parsedAmount": "9570000000000000000" + }, + { + "gotchiId": "5369", + "amount": "36.1275", + "parsedAmount": "36127500000000000000" + }, + { + "gotchiId": "5372", + "amount": "57.667500000000004", + "parsedAmount": "57667500000000004000" + }, + { + "gotchiId": "5374", + "amount": "13.135", + "parsedAmount": "13135000000000000000" + }, + { + "gotchiId": "5375", + "amount": "55.847500000000004", + "parsedAmount": "55847500000000004000" + }, + { + "gotchiId": "5376", + "amount": "20.805", + "parsedAmount": "20805000000000000000" + }, + { + "gotchiId": "5377", + "amount": "13.1325", + "parsedAmount": "13132500000000000000" + }, + { + "gotchiId": "5378", + "amount": "13.232500000000002", + "parsedAmount": "13232500000000002000" + }, + { + "gotchiId": "5381", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "5383", + "amount": "36.525", + "parsedAmount": "36525000000000000000" + }, + { + "gotchiId": "5386", + "amount": "10.56", + "parsedAmount": "10560000000000000000" + }, + { + "gotchiId": "5387", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "5388", + "amount": "9.8575", + "parsedAmount": "9857500000000000000" + }, + { + "gotchiId": "5389", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "5392", + "amount": "19.23", + "parsedAmount": "19230000000000000000" + }, + { + "gotchiId": "5393", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "5400", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "5401", + "amount": "19.3875", + "parsedAmount": "19387500000000000000" + }, + { + "gotchiId": "5402", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "5404", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "5405", + "amount": "6.86", + "parsedAmount": "6860000000000000000" + }, + { + "gotchiId": "5407", + "amount": "9.01", + "parsedAmount": "9010000000000000000" + }, + { + "gotchiId": "5408", + "amount": "8.4925", + "parsedAmount": "8492500000000000000" + }, + { + "gotchiId": "5409", + "amount": "34.135", + "parsedAmount": "34135000000000000000" + }, + { + "gotchiId": "5410", + "amount": "7.1375", + "parsedAmount": "7137500000000000000" + }, + { + "gotchiId": "5411", + "amount": "268.98499999999996", + "parsedAmount": "268984999999999960000" + }, + { + "gotchiId": "5413", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "5414", + "amount": "13.585", + "parsedAmount": "13585000000000000000" + }, + { + "gotchiId": "5416", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "5418", + "amount": "20.4575", + "parsedAmount": "20457500000000000000" + }, + { + "gotchiId": "5419", + "amount": "28.127499999999998", + "parsedAmount": "28127499999999998000" + }, + { + "gotchiId": "5420", + "amount": "146.105", + "parsedAmount": "146105000000000000000" + }, + { + "gotchiId": "5423", + "amount": "26.2975", + "parsedAmount": "26297500000000000000" + }, + { + "gotchiId": "5425", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "5431", + "amount": "31.4775", + "parsedAmount": "31477500000000000000" + }, + { + "gotchiId": "5432", + "amount": "2.31", + "parsedAmount": "2310000000000000000" + }, + { + "gotchiId": "5433", + "amount": "27.2025", + "parsedAmount": "27202500000000000000" + }, + { + "gotchiId": "5435", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "5437", + "amount": "6.852499999999999", + "parsedAmount": "6852499999999999000" + }, + { + "gotchiId": "5440", + "amount": "5.4175", + "parsedAmount": "5417500000000000000" + }, + { + "gotchiId": "5441", + "amount": "23.5175", + "parsedAmount": "23517500000000000000" + }, + { + "gotchiId": "5442", + "amount": "17.7475", + "parsedAmount": "17747500000000000000" + }, + { + "gotchiId": "5446", + "amount": "57.7375", + "parsedAmount": "57737500000000000000" + }, + { + "gotchiId": "5451", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "5460", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "5469", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "5470", + "amount": "32.1125", + "parsedAmount": "32112500000000000000" + }, + { + "gotchiId": "5471", + "amount": "13.215", + "parsedAmount": "13215000000000000000" + }, + { + "gotchiId": "5472", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "5474", + "amount": "11.1225", + "parsedAmount": "11122500000000000000" + }, + { + "gotchiId": "5475", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "5478", + "amount": "4.2225", + "parsedAmount": "4222500000000000000" + }, + { + "gotchiId": "5482", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "5485", + "amount": "21.634999999999998", + "parsedAmount": "21634999999999998000" + }, + { + "gotchiId": "5487", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "5488", + "amount": "53.995000000000005", + "parsedAmount": "53995000000000005000" + }, + { + "gotchiId": "5493", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "5496", + "amount": "43.485", + "parsedAmount": "43485000000000000000" + }, + { + "gotchiId": "5497", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "5499", + "amount": "34.335", + "parsedAmount": "34335000000000000000" + }, + { + "gotchiId": "5500", + "amount": "19.335", + "parsedAmount": "19335000000000000000" + }, + { + "gotchiId": "5501", + "amount": "21.092499999999998", + "parsedAmount": "21092499999999998000" + }, + { + "gotchiId": "5502", + "amount": "9.0125", + "parsedAmount": "9012500000000000000" + }, + { + "gotchiId": "5503", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "5504", + "amount": "36.5925", + "parsedAmount": "36592500000000000000" + }, + { + "gotchiId": "5506", + "amount": "4.445", + "parsedAmount": "4445000000000000000" + }, + { + "gotchiId": "5507", + "amount": "96.065", + "parsedAmount": "96065000000000000000" + }, + { + "gotchiId": "5508", + "amount": "32.825", + "parsedAmount": "32825000000000000000" + }, + { + "gotchiId": "5511", + "amount": "26.020000000000003", + "parsedAmount": "26020000000000003000" + }, + { + "gotchiId": "5512", + "amount": "8.0125", + "parsedAmount": "8012500000000000000" + }, + { + "gotchiId": "5513", + "amount": "20.565", + "parsedAmount": "20565000000000000000" + }, + { + "gotchiId": "5514", + "amount": "21.635", + "parsedAmount": "21635000000000000000" + }, + { + "gotchiId": "5515", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "5517", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "5518", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "5520", + "amount": "22.044999999999998", + "parsedAmount": "22044999999999998000" + }, + { + "gotchiId": "5521", + "amount": "26.7975", + "parsedAmount": "26797500000000000000" + }, + { + "gotchiId": "5522", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "5524", + "amount": "35.3675", + "parsedAmount": "35367500000000000000" + }, + { + "gotchiId": "5527", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "5528", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "5529", + "amount": "12.697500000000002", + "parsedAmount": "12697500000000002000" + }, + { + "gotchiId": "5530", + "amount": "12.54", + "parsedAmount": "12540000000000000000" + }, + { + "gotchiId": "5531", + "amount": "18.2425", + "parsedAmount": "18242500000000000000" + }, + { + "gotchiId": "5533", + "amount": "35.545", + "parsedAmount": "35545000000000000000" + }, + { + "gotchiId": "5535", + "amount": "411.21250000000003", + "parsedAmount": "411212500000000030000" + }, + { + "gotchiId": "5536", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "5537", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "5538", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "5539", + "amount": "6.4624999999999995", + "parsedAmount": "6462499999999999500" + }, + { + "gotchiId": "5540", + "amount": "39.7725", + "parsedAmount": "39772500000000000000" + }, + { + "gotchiId": "5542", + "amount": "15.9675", + "parsedAmount": "15967500000000000000" + }, + { + "gotchiId": "5549", + "amount": "57.625", + "parsedAmount": "57625000000000000000" + }, + { + "gotchiId": "5551", + "amount": "52.8425", + "parsedAmount": "52842500000000000000" + }, + { + "gotchiId": "5556", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "5557", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "5560", + "amount": "33.5825", + "parsedAmount": "33582500000000000000" + }, + { + "gotchiId": "5561", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "5562", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "5570", + "amount": "19.09", + "parsedAmount": "19090000000000000000" + }, + { + "gotchiId": "5572", + "amount": "9.89", + "parsedAmount": "9890000000000000000" + }, + { + "gotchiId": "5574", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "5575", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "5582", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "5583", + "amount": "54.135000000000005", + "parsedAmount": "54135000000000005000" + }, + { + "gotchiId": "5588", + "amount": "18.2075", + "parsedAmount": "18207500000000000000" + }, + { + "gotchiId": "5592", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "5593", + "amount": "13.475000000000001", + "parsedAmount": "13475000000000001000" + }, + { + "gotchiId": "5596", + "amount": "18.1975", + "parsedAmount": "18197500000000000000" + }, + { + "gotchiId": "5597", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "5601", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "5602", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "5604", + "amount": "50.31", + "parsedAmount": "50310000000000000000" + }, + { + "gotchiId": "5605", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + } + ], + "totalAmount": "14266960000000000224000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203995, + "gasUsed": "9941031" + }, + { + "batchIndex": 5, + "transactionHash": "0xee716f3ec334e45591ee010516064744c21a4410f77d66a23733ed902a9fc3bd", + "timestamp": "2025-10-23T05:28:58.592Z", + "gotchiRewards": [ + { + "gotchiId": "5612", + "amount": "18.9325", + "parsedAmount": "18932500000000000000" + }, + { + "gotchiId": "5623", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "5626", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "5629", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "5631", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "5632", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "5633", + "amount": "17.794999999999998", + "parsedAmount": "17794999999999998000" + }, + { + "gotchiId": "5637", + "amount": "20.635", + "parsedAmount": "20635000000000000000" + }, + { + "gotchiId": "5639", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "5640", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "5641", + "amount": "38.205", + "parsedAmount": "38205000000000000000" + }, + { + "gotchiId": "5642", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "5643", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "5644", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "5645", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "5646", + "amount": "6.220000000000001", + "parsedAmount": "6220000000000001000" + }, + { + "gotchiId": "5647", + "amount": "125.47", + "parsedAmount": "125470000000000000000" + }, + { + "gotchiId": "5649", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "5650", + "amount": "9.025", + "parsedAmount": "9025000000000000000" + }, + { + "gotchiId": "5651", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "5658", + "amount": "37.5625", + "parsedAmount": "37562500000000000000" + }, + { + "gotchiId": "5659", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "5660", + "amount": "38.38", + "parsedAmount": "38380000000000000000" + }, + { + "gotchiId": "5664", + "amount": "5.995", + "parsedAmount": "5995000000000000000" + }, + { + "gotchiId": "5666", + "amount": "58.245000000000005", + "parsedAmount": "58245000000000005000" + }, + { + "gotchiId": "5667", + "amount": "35.4675", + "parsedAmount": "35467500000000000000" + }, + { + "gotchiId": "5669", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "5676", + "amount": "34.615", + "parsedAmount": "34615000000000000000" + }, + { + "gotchiId": "5679", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "5681", + "amount": "44.995000000000005", + "parsedAmount": "44995000000000005000" + }, + { + "gotchiId": "5682", + "amount": "103.81750000000001", + "parsedAmount": "103817500000000010000" + }, + { + "gotchiId": "5683", + "amount": "25.604999999999997", + "parsedAmount": "25604999999999997000" + }, + { + "gotchiId": "5684", + "amount": "92.4725", + "parsedAmount": "92472500000000000000" + }, + { + "gotchiId": "5686", + "amount": "8.067499999999999", + "parsedAmount": "8067499999999999000" + }, + { + "gotchiId": "5689", + "amount": "20.1375", + "parsedAmount": "20137500000000000000" + }, + { + "gotchiId": "5691", + "amount": "338.82", + "parsedAmount": "338820000000000000000" + }, + { + "gotchiId": "5692", + "amount": "23.189999999999998", + "parsedAmount": "23189999999999998000" + }, + { + "gotchiId": "5694", + "amount": "11.7125", + "parsedAmount": "11712500000000000000" + }, + { + "gotchiId": "5697", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "5698", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "5699", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "5700", + "amount": "28.197499999999998", + "parsedAmount": "28197499999999998000" + }, + { + "gotchiId": "5701", + "amount": "39.1775", + "parsedAmount": "39177500000000000000" + }, + { + "gotchiId": "5702", + "amount": "70.06", + "parsedAmount": "70060000000000000000" + }, + { + "gotchiId": "5703", + "amount": "11.0075", + "parsedAmount": "11007500000000000000" + }, + { + "gotchiId": "5704", + "amount": "36.0725", + "parsedAmount": "36072500000000000000" + }, + { + "gotchiId": "5705", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "5706", + "amount": "8.64", + "parsedAmount": "8640000000000000000" + }, + { + "gotchiId": "5708", + "amount": "8.3675", + "parsedAmount": "8367500000000000000" + }, + { + "gotchiId": "5711", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "5712", + "amount": "7.5725", + "parsedAmount": "7572500000000000000" + }, + { + "gotchiId": "5713", + "amount": "7.21", + "parsedAmount": "7210000000000000000" + }, + { + "gotchiId": "5715", + "amount": "23.8125", + "parsedAmount": "23812500000000000000" + }, + { + "gotchiId": "5716", + "amount": "5.755", + "parsedAmount": "5755000000000000000" + }, + { + "gotchiId": "5717", + "amount": "15.7625", + "parsedAmount": "15762500000000000000" + }, + { + "gotchiId": "5718", + "amount": "32.2875", + "parsedAmount": "32287500000000000000" + }, + { + "gotchiId": "5719", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "5720", + "amount": "7.8775", + "parsedAmount": "7877500000000000000" + }, + { + "gotchiId": "5722", + "amount": "37.722500000000004", + "parsedAmount": "37722500000000004000" + }, + { + "gotchiId": "5724", + "amount": "3.2375", + "parsedAmount": "3237500000000000000" + }, + { + "gotchiId": "5725", + "amount": "8.752500000000001", + "parsedAmount": "8752500000000001000" + }, + { + "gotchiId": "5727", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "5730", + "amount": "46.265", + "parsedAmount": "46265000000000000000" + }, + { + "gotchiId": "5731", + "amount": "72.9925", + "parsedAmount": "72992500000000000000" + }, + { + "gotchiId": "5733", + "amount": "95.80749999999999", + "parsedAmount": "95807499999999990000" + }, + { + "gotchiId": "5736", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "5737", + "amount": "125.03999999999999", + "parsedAmount": "125039999999999990000" + }, + { + "gotchiId": "5738", + "amount": "38.4575", + "parsedAmount": "38457500000000000000" + }, + { + "gotchiId": "5743", + "amount": "110.3875", + "parsedAmount": "110387500000000000000" + }, + { + "gotchiId": "5744", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "5747", + "amount": "22.3525", + "parsedAmount": "22352500000000000000" + }, + { + "gotchiId": "5751", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "5752", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "5754", + "amount": "10.1475", + "parsedAmount": "10147500000000000000" + }, + { + "gotchiId": "5755", + "amount": "13.632500000000002", + "parsedAmount": "13632500000000002000" + }, + { + "gotchiId": "5764", + "amount": "55.165", + "parsedAmount": "55165000000000000000" + }, + { + "gotchiId": "5765", + "amount": "11.69", + "parsedAmount": "11690000000000000000" + }, + { + "gotchiId": "5769", + "amount": "37.89", + "parsedAmount": "37890000000000000000" + }, + { + "gotchiId": "5772", + "amount": "13.85", + "parsedAmount": "13850000000000000000" + }, + { + "gotchiId": "5774", + "amount": "13.674999999999999", + "parsedAmount": "13674999999999999000" + }, + { + "gotchiId": "5781", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "5783", + "amount": "14.28", + "parsedAmount": "14280000000000000000" + }, + { + "gotchiId": "5786", + "amount": "11.35", + "parsedAmount": "11350000000000000000" + }, + { + "gotchiId": "5790", + "amount": "80.0875", + "parsedAmount": "80087500000000000000" + }, + { + "gotchiId": "5792", + "amount": "95.265", + "parsedAmount": "95265000000000000000" + }, + { + "gotchiId": "5795", + "amount": "19.3275", + "parsedAmount": "19327500000000000000" + }, + { + "gotchiId": "5796", + "amount": "16.0625", + "parsedAmount": "16062500000000000000" + }, + { + "gotchiId": "5798", + "amount": "57.4875", + "parsedAmount": "57487500000000000000" + }, + { + "gotchiId": "5799", + "amount": "8.8225", + "parsedAmount": "8822500000000000000" + }, + { + "gotchiId": "5802", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "5803", + "amount": "20.384999999999998", + "parsedAmount": "20384999999999998000" + }, + { + "gotchiId": "5804", + "amount": "23.1075", + "parsedAmount": "23107500000000000000" + }, + { + "gotchiId": "5806", + "amount": "7.779999999999999", + "parsedAmount": "7779999999999999000" + }, + { + "gotchiId": "5807", + "amount": "25.915", + "parsedAmount": "25915000000000000000" + }, + { + "gotchiId": "5809", + "amount": "27.509999999999998", + "parsedAmount": "27509999999999998000" + }, + { + "gotchiId": "5817", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "5818", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "5819", + "amount": "15.1475", + "parsedAmount": "15147500000000000000" + }, + { + "gotchiId": "5821", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "5823", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "5824", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "5825", + "amount": "14.0125", + "parsedAmount": "14012500000000000000" + }, + { + "gotchiId": "5826", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "5828", + "amount": "16.385", + "parsedAmount": "16385000000000000000" + }, + { + "gotchiId": "5831", + "amount": "7.435", + "parsedAmount": "7435000000000000000" + }, + { + "gotchiId": "5833", + "amount": "36.7825", + "parsedAmount": "36782500000000000000" + }, + { + "gotchiId": "5834", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "5846", + "amount": "126.925", + "parsedAmount": "126925000000000000000" + }, + { + "gotchiId": "5847", + "amount": "14.55", + "parsedAmount": "14550000000000000000" + }, + { + "gotchiId": "5850", + "amount": "7.5025", + "parsedAmount": "7502500000000000000" + }, + { + "gotchiId": "5855", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "5858", + "amount": "25.4825", + "parsedAmount": "25482500000000000000" + }, + { + "gotchiId": "5862", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "5863", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "5864", + "amount": "15.7025", + "parsedAmount": "15702500000000000000" + }, + { + "gotchiId": "5865", + "amount": "22.1075", + "parsedAmount": "22107500000000000000" + }, + { + "gotchiId": "5873", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "5874", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "5877", + "amount": "92.3775", + "parsedAmount": "92377500000000000000" + }, + { + "gotchiId": "5878", + "amount": "5.720000000000001", + "parsedAmount": "5720000000000001000" + }, + { + "gotchiId": "5882", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "5883", + "amount": "21.3975", + "parsedAmount": "21397500000000000000" + }, + { + "gotchiId": "5888", + "amount": "20.91", + "parsedAmount": "20910000000000000000" + }, + { + "gotchiId": "5890", + "amount": "9.905000000000001", + "parsedAmount": "9905000000000001000" + }, + { + "gotchiId": "5897", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "5898", + "amount": "7.2475", + "parsedAmount": "7247500000000000000" + }, + { + "gotchiId": "5900", + "amount": "8.685", + "parsedAmount": "8685000000000000000" + }, + { + "gotchiId": "5902", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "5903", + "amount": "15.4225", + "parsedAmount": "15422500000000000000" + }, + { + "gotchiId": "5904", + "amount": "15.9925", + "parsedAmount": "15992500000000000000" + }, + { + "gotchiId": "5905", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "5906", + "amount": "12.9975", + "parsedAmount": "12997500000000000000" + }, + { + "gotchiId": "5907", + "amount": "16.86", + "parsedAmount": "16860000000000000000" + }, + { + "gotchiId": "5908", + "amount": "32.31", + "parsedAmount": "32310000000000000000" + }, + { + "gotchiId": "5912", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "5913", + "amount": "37.6", + "parsedAmount": "37600000000000000000" + }, + { + "gotchiId": "5915", + "amount": "31.067500000000003", + "parsedAmount": "31067500000000003000" + }, + { + "gotchiId": "5917", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "5923", + "amount": "25.4275", + "parsedAmount": "25427500000000000000" + }, + { + "gotchiId": "5924", + "amount": "7.095", + "parsedAmount": "7095000000000000000" + }, + { + "gotchiId": "5926", + "amount": "10.184999999999999", + "parsedAmount": "10184999999999999000" + }, + { + "gotchiId": "5927", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "5931", + "amount": "14.0875", + "parsedAmount": "14087500000000000000" + }, + { + "gotchiId": "5932", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "5934", + "amount": "215.96", + "parsedAmount": "215960000000000000000" + }, + { + "gotchiId": "5935", + "amount": "366.5575", + "parsedAmount": "366557500000000000000" + }, + { + "gotchiId": "5938", + "amount": "59.16", + "parsedAmount": "59160000000000000000" + }, + { + "gotchiId": "5939", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "5940", + "amount": "6.4525", + "parsedAmount": "6452500000000000000" + }, + { + "gotchiId": "5941", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "5942", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "5945", + "amount": "77.04249999999999", + "parsedAmount": "77042499999999990000" + }, + { + "gotchiId": "5946", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "5947", + "amount": "6.952500000000001", + "parsedAmount": "6952500000000001000" + }, + { + "gotchiId": "5949", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "5950", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "5951", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "5953", + "amount": "24.892500000000002", + "parsedAmount": "24892500000000002000" + }, + { + "gotchiId": "5954", + "amount": "49.6575", + "parsedAmount": "49657500000000000000" + }, + { + "gotchiId": "5955", + "amount": "15.295000000000002", + "parsedAmount": "15295000000000002000" + }, + { + "gotchiId": "5956", + "amount": "18.7575", + "parsedAmount": "18757500000000000000" + }, + { + "gotchiId": "5959", + "amount": "10.425", + "parsedAmount": "10425000000000000000" + }, + { + "gotchiId": "5960", + "amount": "3.1775", + "parsedAmount": "3177500000000000000" + }, + { + "gotchiId": "5967", + "amount": "15.2425", + "parsedAmount": "15242500000000000000" + }, + { + "gotchiId": "5970", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "5972", + "amount": "16.0625", + "parsedAmount": "16062500000000000000" + }, + { + "gotchiId": "5974", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "5975", + "amount": "17.48", + "parsedAmount": "17480000000000000000" + }, + { + "gotchiId": "5976", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "5980", + "amount": "47.09", + "parsedAmount": "47090000000000000000" + }, + { + "gotchiId": "5981", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "5983", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "5984", + "amount": "13.489999999999998", + "parsedAmount": "13489999999999998000" + }, + { + "gotchiId": "5992", + "amount": "21.849999999999998", + "parsedAmount": "21849999999999998000" + }, + { + "gotchiId": "5993", + "amount": "74.73250000000002", + "parsedAmount": "74732500000000020000" + }, + { + "gotchiId": "5994", + "amount": "21.765", + "parsedAmount": "21765000000000000000" + }, + { + "gotchiId": "5995", + "amount": "26.08", + "parsedAmount": "26080000000000000000" + }, + { + "gotchiId": "5996", + "amount": "21.5425", + "parsedAmount": "21542500000000000000" + }, + { + "gotchiId": "5997", + "amount": "48.4375", + "parsedAmount": "48437500000000000000" + }, + { + "gotchiId": "5998", + "amount": "27.06", + "parsedAmount": "27060000000000000000" + }, + { + "gotchiId": "5999", + "amount": "29.1625", + "parsedAmount": "29162500000000000000" + }, + { + "gotchiId": "6000", + "amount": "40.545", + "parsedAmount": "40545000000000000000" + }, + { + "gotchiId": "6001", + "amount": "26.165", + "parsedAmount": "26165000000000000000" + }, + { + "gotchiId": "6003", + "amount": "8.3275", + "parsedAmount": "8327500000000000000" + }, + { + "gotchiId": "6004", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "6006", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "6009", + "amount": "40.1625", + "parsedAmount": "40162500000000000000" + }, + { + "gotchiId": "6011", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "6012", + "amount": "29.5525", + "parsedAmount": "29552500000000000000" + }, + { + "gotchiId": "6013", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "6014", + "amount": "22.209999999999997", + "parsedAmount": "22209999999999997000" + }, + { + "gotchiId": "6015", + "amount": "12.467500000000001", + "parsedAmount": "12467500000000001000" + }, + { + "gotchiId": "6017", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "6018", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "6019", + "amount": "9.2725", + "parsedAmount": "9272500000000000000" + }, + { + "gotchiId": "6020", + "amount": "2.5175", + "parsedAmount": "2517500000000000000" + }, + { + "gotchiId": "6021", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "6022", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "6026", + "amount": "11.3025", + "parsedAmount": "11302500000000000000" + }, + { + "gotchiId": "6030", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "6033", + "amount": "20.7025", + "parsedAmount": "20702500000000000000" + }, + { + "gotchiId": "6034", + "amount": "13.092500000000001", + "parsedAmount": "13092500000000001000" + }, + { + "gotchiId": "6035", + "amount": "13.004999999999999", + "parsedAmount": "13004999999999999000" + }, + { + "gotchiId": "6036", + "amount": "13.29", + "parsedAmount": "13290000000000000000" + }, + { + "gotchiId": "6037", + "amount": "13.18", + "parsedAmount": "13180000000000000000" + }, + { + "gotchiId": "6038", + "amount": "32.730000000000004", + "parsedAmount": "32730000000000004000" + }, + { + "gotchiId": "6039", + "amount": "15.507499999999999", + "parsedAmount": "15507499999999999000" + }, + { + "gotchiId": "6040", + "amount": "18.3975", + "parsedAmount": "18397500000000000000" + }, + { + "gotchiId": "6041", + "amount": "23.625", + "parsedAmount": "23625000000000000000" + }, + { + "gotchiId": "6047", + "amount": "56.71000000000001", + "parsedAmount": "56710000000000010000" + }, + { + "gotchiId": "6052", + "amount": "78.15", + "parsedAmount": "78150000000000000000" + }, + { + "gotchiId": "6054", + "amount": "14.115000000000002", + "parsedAmount": "14115000000000002000" + }, + { + "gotchiId": "6055", + "amount": "2.8375", + "parsedAmount": "2837500000000000000" + }, + { + "gotchiId": "6057", + "amount": "13.865", + "parsedAmount": "13865000000000000000" + }, + { + "gotchiId": "6058", + "amount": "64.675", + "parsedAmount": "64675000000000000000" + }, + { + "gotchiId": "6060", + "amount": "16.905", + "parsedAmount": "16905000000000000000" + }, + { + "gotchiId": "6063", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "6065", + "amount": "14.7525", + "parsedAmount": "14752500000000000000" + }, + { + "gotchiId": "6068", + "amount": "9.18", + "parsedAmount": "9180000000000000000" + }, + { + "gotchiId": "6069", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "6079", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "6080", + "amount": "22.7", + "parsedAmount": "22700000000000000000" + }, + { + "gotchiId": "6081", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "6083", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "6085", + "amount": "28.155", + "parsedAmount": "28155000000000000000" + }, + { + "gotchiId": "6086", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "6087", + "amount": "21.06", + "parsedAmount": "21060000000000000000" + }, + { + "gotchiId": "6089", + "amount": "75.795", + "parsedAmount": "75795000000000000000" + }, + { + "gotchiId": "6094", + "amount": "57.9575", + "parsedAmount": "57957500000000000000" + }, + { + "gotchiId": "6101", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "6102", + "amount": "8.99", + "parsedAmount": "8990000000000000000" + }, + { + "gotchiId": "6103", + "amount": "24.3075", + "parsedAmount": "24307500000000000000" + }, + { + "gotchiId": "6104", + "amount": "21.635", + "parsedAmount": "21635000000000000000" + }, + { + "gotchiId": "6105", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "6107", + "amount": "20.9675", + "parsedAmount": "20967500000000000000" + }, + { + "gotchiId": "6109", + "amount": "178.91750000000002", + "parsedAmount": "178917500000000020000" + }, + { + "gotchiId": "6110", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "6111", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "6117", + "amount": "14.072500000000002", + "parsedAmount": "14072500000000002000" + }, + { + "gotchiId": "6118", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "6119", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "6120", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "6121", + "amount": "12.085", + "parsedAmount": "12085000000000000000" + }, + { + "gotchiId": "6122", + "amount": "56.5", + "parsedAmount": "56500000000000000000" + }, + { + "gotchiId": "6123", + "amount": "8.255", + "parsedAmount": "8255000000000000000" + }, + { + "gotchiId": "6128", + "amount": "29.884999999999998", + "parsedAmount": "29884999999999998000" + }, + { + "gotchiId": "6129", + "amount": "21.6625", + "parsedAmount": "21662500000000000000" + }, + { + "gotchiId": "6130", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "6131", + "amount": "22.5075", + "parsedAmount": "22507500000000000000" + }, + { + "gotchiId": "6132", + "amount": "29.655", + "parsedAmount": "29655000000000000000" + }, + { + "gotchiId": "6135", + "amount": "10.5775", + "parsedAmount": "10577500000000000000" + }, + { + "gotchiId": "6136", + "amount": "34.29", + "parsedAmount": "34290000000000000000" + }, + { + "gotchiId": "6138", + "amount": "133.1525", + "parsedAmount": "133152500000000000000" + }, + { + "gotchiId": "6140", + "amount": "9.6975", + "parsedAmount": "9697500000000000000" + }, + { + "gotchiId": "6142", + "amount": "31.9175", + "parsedAmount": "31917500000000000000" + }, + { + "gotchiId": "6145", + "amount": "65.2725", + "parsedAmount": "65272500000000000000" + }, + { + "gotchiId": "6146", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "6147", + "amount": "124.0075", + "parsedAmount": "124007500000000000000" + }, + { + "gotchiId": "6148", + "amount": "20.1875", + "parsedAmount": "20187500000000000000" + }, + { + "gotchiId": "6149", + "amount": "10.0925", + "parsedAmount": "10092500000000000000" + }, + { + "gotchiId": "6151", + "amount": "7.4325", + "parsedAmount": "7432500000000000000" + }, + { + "gotchiId": "6155", + "amount": "38.317499999999995", + "parsedAmount": "38317499999999995000" + }, + { + "gotchiId": "6156", + "amount": "39.6225", + "parsedAmount": "39622500000000000000" + }, + { + "gotchiId": "6158", + "amount": "11.475000000000001", + "parsedAmount": "11475000000000001000" + }, + { + "gotchiId": "6159", + "amount": "9.005", + "parsedAmount": "9005000000000000000" + }, + { + "gotchiId": "6160", + "amount": "45.4575", + "parsedAmount": "45457500000000000000" + }, + { + "gotchiId": "6163", + "amount": "20.0225", + "parsedAmount": "20022500000000000000" + }, + { + "gotchiId": "6164", + "amount": "112.55", + "parsedAmount": "112550000000000000000" + }, + { + "gotchiId": "6165", + "amount": "15.705", + "parsedAmount": "15705000000000000000" + }, + { + "gotchiId": "6166", + "amount": "17.105", + "parsedAmount": "17105000000000000000" + }, + { + "gotchiId": "6168", + "amount": "15.040000000000001", + "parsedAmount": "15040000000000001000" + }, + { + "gotchiId": "6169", + "amount": "14.4975", + "parsedAmount": "14497500000000000000" + }, + { + "gotchiId": "6170", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "6171", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "6172", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "6174", + "amount": "48.6275", + "parsedAmount": "48627500000000000000" + }, + { + "gotchiId": "6176", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "6177", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "6178", + "amount": "32.105", + "parsedAmount": "32105000000000000000" + }, + { + "gotchiId": "6179", + "amount": "4.0025", + "parsedAmount": "4002500000000000000" + }, + { + "gotchiId": "6182", + "amount": "9.7925", + "parsedAmount": "9792500000000000000" + }, + { + "gotchiId": "6183", + "amount": "36.2825", + "parsedAmount": "36282500000000000000" + }, + { + "gotchiId": "6187", + "amount": "11.7825", + "parsedAmount": "11782500000000000000" + }, + { + "gotchiId": "6189", + "amount": "32.065", + "parsedAmount": "32065000000000000000" + }, + { + "gotchiId": "6190", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "6192", + "amount": "11.530000000000001", + "parsedAmount": "11530000000000001000" + }, + { + "gotchiId": "6193", + "amount": "37.404999999999994", + "parsedAmount": "37404999999999994000" + }, + { + "gotchiId": "6199", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "6202", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "6203", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "6204", + "amount": "49.5875", + "parsedAmount": "49587500000000000000" + }, + { + "gotchiId": "6205", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "6208", + "amount": "32.92", + "parsedAmount": "32920000000000000000" + }, + { + "gotchiId": "6209", + "amount": "37.849999999999994", + "parsedAmount": "37849999999999994000" + }, + { + "gotchiId": "6212", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "6213", + "amount": "19.235", + "parsedAmount": "19235000000000000000" + }, + { + "gotchiId": "6214", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "6216", + "amount": "11.5275", + "parsedAmount": "11527500000000000000" + }, + { + "gotchiId": "6222", + "amount": "32.955", + "parsedAmount": "32955000000000000000" + }, + { + "gotchiId": "6223", + "amount": "11.565", + "parsedAmount": "11565000000000000000" + }, + { + "gotchiId": "6224", + "amount": "21.927500000000002", + "parsedAmount": "21927500000000002000" + }, + { + "gotchiId": "6233", + "amount": "46.762499999999996", + "parsedAmount": "46762499999999996000" + }, + { + "gotchiId": "6235", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "6236", + "amount": "18.5", + "parsedAmount": "18500000000000000000" + }, + { + "gotchiId": "6239", + "amount": "61.085", + "parsedAmount": "61085000000000000000" + }, + { + "gotchiId": "6241", + "amount": "10.485", + "parsedAmount": "10485000000000000000" + }, + { + "gotchiId": "6247", + "amount": "11.2625", + "parsedAmount": "11262500000000000000" + }, + { + "gotchiId": "6250", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "6252", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "6254", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "6255", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "6256", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "6257", + "amount": "58.9125", + "parsedAmount": "58912500000000000000" + }, + { + "gotchiId": "6259", + "amount": "9.64", + "parsedAmount": "9640000000000000000" + }, + { + "gotchiId": "6260", + "amount": "83.4425", + "parsedAmount": "83442500000000000000" + }, + { + "gotchiId": "6263", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "6264", + "amount": "23.56", + "parsedAmount": "23560000000000000000" + }, + { + "gotchiId": "6265", + "amount": "18.9225", + "parsedAmount": "18922500000000000000" + }, + { + "gotchiId": "6266", + "amount": "53.495", + "parsedAmount": "53495000000000000000" + }, + { + "gotchiId": "6268", + "amount": "9.8275", + "parsedAmount": "9827500000000000000" + }, + { + "gotchiId": "6271", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "6273", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "6274", + "amount": "86.7325", + "parsedAmount": "86732500000000000000" + }, + { + "gotchiId": "6276", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "6278", + "amount": "10.1775", + "parsedAmount": "10177500000000000000" + }, + { + "gotchiId": "6279", + "amount": "33.435", + "parsedAmount": "33435000000000000000" + }, + { + "gotchiId": "6288", + "amount": "21.205", + "parsedAmount": "21205000000000000000" + }, + { + "gotchiId": "6293", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "6296", + "amount": "14.685", + "parsedAmount": "14685000000000000000" + }, + { + "gotchiId": "6305", + "amount": "58.322500000000005", + "parsedAmount": "58322500000000005000" + }, + { + "gotchiId": "6307", + "amount": "13.790000000000001", + "parsedAmount": "13790000000000001000" + }, + { + "gotchiId": "6308", + "amount": "10.4875", + "parsedAmount": "10487500000000000000" + }, + { + "gotchiId": "6309", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "6310", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "6311", + "amount": "6.529999999999999", + "parsedAmount": "6529999999999999000" + }, + { + "gotchiId": "6313", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "6318", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "6321", + "amount": "73.425", + "parsedAmount": "73425000000000000000" + }, + { + "gotchiId": "6323", + "amount": "10.36", + "parsedAmount": "10360000000000000000" + }, + { + "gotchiId": "6324", + "amount": "18.655", + "parsedAmount": "18655000000000000000" + }, + { + "gotchiId": "6327", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "6335", + "amount": "139.0625", + "parsedAmount": "139062500000000000000" + }, + { + "gotchiId": "6336", + "amount": "7.5825", + "parsedAmount": "7582500000000000000" + }, + { + "gotchiId": "6341", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "6342", + "amount": "41.5975", + "parsedAmount": "41597500000000000000" + }, + { + "gotchiId": "6345", + "amount": "91.5275", + "parsedAmount": "91527500000000000000" + }, + { + "gotchiId": "6350", + "amount": "299.545", + "parsedAmount": "299545000000000000000" + }, + { + "gotchiId": "6351", + "amount": "91.7125", + "parsedAmount": "91712500000000000000" + }, + { + "gotchiId": "6352", + "amount": "31.6475", + "parsedAmount": "31647500000000000000" + }, + { + "gotchiId": "6354", + "amount": "7.8625", + "parsedAmount": "7862500000000000000" + }, + { + "gotchiId": "6355", + "amount": "18", + "parsedAmount": "18000000000000000000" + }, + { + "gotchiId": "6357", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "6358", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "6359", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "6362", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "6366", + "amount": "69.615", + "parsedAmount": "69615000000000000000" + }, + { + "gotchiId": "6370", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "6371", + "amount": "16.46", + "parsedAmount": "16460000000000000000" + }, + { + "gotchiId": "6372", + "amount": "21.740000000000002", + "parsedAmount": "21740000000000002000" + }, + { + "gotchiId": "6373", + "amount": "17.755", + "parsedAmount": "17755000000000000000" + }, + { + "gotchiId": "6374", + "amount": "56.055", + "parsedAmount": "56055000000000000000" + }, + { + "gotchiId": "6375", + "amount": "65.0575", + "parsedAmount": "65057500000000000000" + }, + { + "gotchiId": "6376", + "amount": "55.372499999999995", + "parsedAmount": "55372499999999995000" + }, + { + "gotchiId": "6379", + "amount": "11.91", + "parsedAmount": "11910000000000000000" + }, + { + "gotchiId": "6380", + "amount": "34.9975", + "parsedAmount": "34997500000000000000" + }, + { + "gotchiId": "6382", + "amount": "23.8325", + "parsedAmount": "23832500000000000000" + }, + { + "gotchiId": "6383", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "6385", + "amount": "13.05", + "parsedAmount": "13050000000000000000" + }, + { + "gotchiId": "6386", + "amount": "53.517500000000005", + "parsedAmount": "53517500000000005000" + }, + { + "gotchiId": "6389", + "amount": "15.642500000000002", + "parsedAmount": "15642500000000002000" + }, + { + "gotchiId": "6390", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "6392", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "6393", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "6394", + "amount": "98.5225", + "parsedAmount": "98522500000000000000" + }, + { + "gotchiId": "6395", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "6396", + "amount": "63.2275", + "parsedAmount": "63227500000000000000" + }, + { + "gotchiId": "6397", + "amount": "25.525", + "parsedAmount": "25525000000000000000" + }, + { + "gotchiId": "6398", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "6400", + "amount": "9.415", + "parsedAmount": "9415000000000000000" + }, + { + "gotchiId": "6401", + "amount": "7.255000000000001", + "parsedAmount": "7255000000000001000" + }, + { + "gotchiId": "6403", + "amount": "10.655000000000001", + "parsedAmount": "10655000000000001000" + }, + { + "gotchiId": "6406", + "amount": "17.4175", + "parsedAmount": "17417500000000000000" + }, + { + "gotchiId": "6407", + "amount": "204.475", + "parsedAmount": "204475000000000000000" + }, + { + "gotchiId": "6409", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "6413", + "amount": "47.515", + "parsedAmount": "47515000000000000000" + }, + { + "gotchiId": "6418", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "6419", + "amount": "22.4075", + "parsedAmount": "22407500000000000000" + }, + { + "gotchiId": "6420", + "amount": "22.900000000000002", + "parsedAmount": "22900000000000002000" + }, + { + "gotchiId": "6421", + "amount": "21.6675", + "parsedAmount": "21667500000000000000" + }, + { + "gotchiId": "6422", + "amount": "109.8125", + "parsedAmount": "109812500000000000000" + }, + { + "gotchiId": "6423", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "6424", + "amount": "11.8025", + "parsedAmount": "11802500000000000000" + }, + { + "gotchiId": "6428", + "amount": "29.450000000000003", + "parsedAmount": "29450000000000003000" + }, + { + "gotchiId": "6431", + "amount": "54.072500000000005", + "parsedAmount": "54072500000000005000" + }, + { + "gotchiId": "6434", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "6435", + "amount": "31.155", + "parsedAmount": "31155000000000000000" + }, + { + "gotchiId": "6437", + "amount": "15.4825", + "parsedAmount": "15482500000000000000" + }, + { + "gotchiId": "6438", + "amount": "59.167500000000004", + "parsedAmount": "59167500000000004000" + }, + { + "gotchiId": "6439", + "amount": "24.255", + "parsedAmount": "24255000000000000000" + }, + { + "gotchiId": "6440", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "6442", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "6443", + "amount": "41.83", + "parsedAmount": "41830000000000000000" + }, + { + "gotchiId": "6444", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "6445", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "6446", + "amount": "9.7525", + "parsedAmount": "9752500000000000000" + }, + { + "gotchiId": "6447", + "amount": "276.3175", + "parsedAmount": "276317500000000000000" + }, + { + "gotchiId": "6448", + "amount": "8.2725", + "parsedAmount": "8272500000000000000" + }, + { + "gotchiId": "6450", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "6451", + "amount": "71.6725", + "parsedAmount": "71672500000000000000" + }, + { + "gotchiId": "6452", + "amount": "5.692500000000001", + "parsedAmount": "5692500000000001000" + }, + { + "gotchiId": "6453", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "6454", + "amount": "21.0525", + "parsedAmount": "21052500000000000000" + }, + { + "gotchiId": "6459", + "amount": "17.5575", + "parsedAmount": "17557500000000000000" + }, + { + "gotchiId": "6460", + "amount": "20.87", + "parsedAmount": "20870000000000000000" + }, + { + "gotchiId": "6462", + "amount": "2.42", + "parsedAmount": "2420000000000000000" + }, + { + "gotchiId": "6463", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "6465", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "6468", + "amount": "5.8725000000000005", + "parsedAmount": "5872500000000000500" + }, + { + "gotchiId": "6471", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "6473", + "amount": "14.6925", + "parsedAmount": "14692500000000000000" + }, + { + "gotchiId": "6475", + "amount": "59.432500000000005", + "parsedAmount": "59432500000000005000" + }, + { + "gotchiId": "6477", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "6478", + "amount": "17.1625", + "parsedAmount": "17162500000000000000" + }, + { + "gotchiId": "6480", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "6482", + "amount": "12.8625", + "parsedAmount": "12862500000000000000" + }, + { + "gotchiId": "6485", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "6486", + "amount": "21.4625", + "parsedAmount": "21462500000000000000" + }, + { + "gotchiId": "6487", + "amount": "9.33", + "parsedAmount": "9330000000000000000" + }, + { + "gotchiId": "6489", + "amount": "27.305", + "parsedAmount": "27305000000000000000" + }, + { + "gotchiId": "6490", + "amount": "25.2675", + "parsedAmount": "25267500000000000000" + }, + { + "gotchiId": "6505", + "amount": "13.1075", + "parsedAmount": "13107500000000000000" + }, + { + "gotchiId": "6506", + "amount": "16.994999999999997", + "parsedAmount": "16994999999999997000" + }, + { + "gotchiId": "6507", + "amount": "3.88", + "parsedAmount": "3880000000000000000" + }, + { + "gotchiId": "6508", + "amount": "13.307500000000001", + "parsedAmount": "13307500000000001000" + }, + { + "gotchiId": "6509", + "amount": "13.317499999999999", + "parsedAmount": "13317499999999999000" + }, + { + "gotchiId": "6510", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "6511", + "amount": "17.39", + "parsedAmount": "17390000000000000000" + }, + { + "gotchiId": "6512", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "6513", + "amount": "17.1625", + "parsedAmount": "17162500000000000000" + }, + { + "gotchiId": "6514", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "6515", + "amount": "17.245", + "parsedAmount": "17245000000000000000" + }, + { + "gotchiId": "6516", + "amount": "6.1425", + "parsedAmount": "6142500000000000000" + }, + { + "gotchiId": "6517", + "amount": "13.162500000000001", + "parsedAmount": "13162500000000001000" + }, + { + "gotchiId": "6518", + "amount": "13.275", + "parsedAmount": "13275000000000000000" + }, + { + "gotchiId": "6519", + "amount": "13.015", + "parsedAmount": "13015000000000000000" + }, + { + "gotchiId": "6525", + "amount": "10.415", + "parsedAmount": "10415000000000000000" + }, + { + "gotchiId": "6529", + "amount": "22.622500000000002", + "parsedAmount": "22622500000000002000" + }, + { + "gotchiId": "6531", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "6532", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "6533", + "amount": "57.957499999999996", + "parsedAmount": "57957499999999996000" + }, + { + "gotchiId": "6534", + "amount": "7.180000000000001", + "parsedAmount": "7180000000000001000" + }, + { + "gotchiId": "6536", + "amount": "13.245000000000001", + "parsedAmount": "13245000000000001000" + }, + { + "gotchiId": "6538", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "6539", + "amount": "12.052499999999998", + "parsedAmount": "12052499999999998000" + }, + { + "gotchiId": "6541", + "amount": "36.165", + "parsedAmount": "36165000000000000000" + }, + { + "gotchiId": "6549", + "amount": "94.59499999999998", + "parsedAmount": "94594999999999980000" + }, + { + "gotchiId": "6550", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "6555", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "6557", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "6558", + "amount": "5.727499999999999", + "parsedAmount": "5727499999999999000" + }, + { + "gotchiId": "6560", + "amount": "7.029999999999999", + "parsedAmount": "7029999999999999000" + }, + { + "gotchiId": "6562", + "amount": "35.614999999999995", + "parsedAmount": "35614999999999995000" + }, + { + "gotchiId": "6564", + "amount": "32.045", + "parsedAmount": "32045000000000000000" + }, + { + "gotchiId": "6565", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "6566", + "amount": "23.1925", + "parsedAmount": "23192500000000000000" + }, + { + "gotchiId": "6570", + "amount": "3.3075", + "parsedAmount": "3307500000000000000" + }, + { + "gotchiId": "6574", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "6576", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "6581", + "amount": "8.51", + "parsedAmount": "8510000000000000000" + }, + { + "gotchiId": "6582", + "amount": "50.467499999999994", + "parsedAmount": "50467499999999994000" + }, + { + "gotchiId": "6584", + "amount": "28.96", + "parsedAmount": "28960000000000000000" + }, + { + "gotchiId": "6585", + "amount": "2.28", + "parsedAmount": "2280000000000000000" + }, + { + "gotchiId": "6588", + "amount": "30.75", + "parsedAmount": "30750000000000000000" + }, + { + "gotchiId": "6589", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "6592", + "amount": "50.19500000000001", + "parsedAmount": "50195000000000010000" + }, + { + "gotchiId": "6593", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "6595", + "amount": "8.559999999999999", + "parsedAmount": "8559999999999999000" + }, + { + "gotchiId": "6600", + "amount": "15.509999999999998", + "parsedAmount": "15509999999999998000" + }, + { + "gotchiId": "6601", + "amount": "20.292499999999997", + "parsedAmount": "20292499999999997000" + }, + { + "gotchiId": "6602", + "amount": "11.9075", + "parsedAmount": "11907500000000000000" + }, + { + "gotchiId": "6603", + "amount": "8.1975", + "parsedAmount": "8197500000000000000" + }, + { + "gotchiId": "6604", + "amount": "8.182500000000001", + "parsedAmount": "8182500000000001000" + }, + { + "gotchiId": "6605", + "amount": "10.595", + "parsedAmount": "10595000000000000000" + }, + { + "gotchiId": "6608", + "amount": "20.815", + "parsedAmount": "20815000000000000000" + }, + { + "gotchiId": "6609", + "amount": "7.220000000000001", + "parsedAmount": "7220000000000001000" + }, + { + "gotchiId": "6610", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "6611", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "6613", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "6615", + "amount": "43.1425", + "parsedAmount": "43142500000000000000" + }, + { + "gotchiId": "6618", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "6624", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "6628", + "amount": "6.03", + "parsedAmount": "6030000000000000000" + }, + { + "gotchiId": "6630", + "amount": "15.6825", + "parsedAmount": "15682500000000000000" + }, + { + "gotchiId": "6631", + "amount": "21.2025", + "parsedAmount": "21202500000000000000" + }, + { + "gotchiId": "6632", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "6633", + "amount": "38.1325", + "parsedAmount": "38132500000000000000" + }, + { + "gotchiId": "6634", + "amount": "8.690000000000001", + "parsedAmount": "8690000000000001000" + }, + { + "gotchiId": "6635", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "6636", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + } + ], + "totalAmount": "12350842500000000024500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203996, + "gasUsed": "9650751" + }, + { + "batchIndex": 6, + "transactionHash": "0x4109713404dac6feb3cc57555195303a1cf32bc4909de4cbe6c5f039d0cfedef", + "timestamp": "2025-10-23T05:29:04.741Z", + "gotchiRewards": [ + { + "gotchiId": "6637", + "amount": "53.9325", + "parsedAmount": "53932500000000000000" + }, + { + "gotchiId": "6639", + "amount": "32.6725", + "parsedAmount": "32672500000000000000" + }, + { + "gotchiId": "6640", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "6641", + "amount": "18.84", + "parsedAmount": "18840000000000000000" + }, + { + "gotchiId": "6642", + "amount": "21.872500000000002", + "parsedAmount": "21872500000000002000" + }, + { + "gotchiId": "6643", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "6644", + "amount": "31.8975", + "parsedAmount": "31897500000000000000" + }, + { + "gotchiId": "6645", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "6652", + "amount": "14.1025", + "parsedAmount": "14102500000000000000" + }, + { + "gotchiId": "6653", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "6655", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "6656", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "6657", + "amount": "14.6825", + "parsedAmount": "14682500000000000000" + }, + { + "gotchiId": "6659", + "amount": "14.27", + "parsedAmount": "14270000000000000000" + }, + { + "gotchiId": "6662", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "6664", + "amount": "5.32", + "parsedAmount": "5320000000000000000" + }, + { + "gotchiId": "6665", + "amount": "29.735", + "parsedAmount": "29735000000000000000" + }, + { + "gotchiId": "6670", + "amount": "34.265", + "parsedAmount": "34265000000000000000" + }, + { + "gotchiId": "6671", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "6673", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "6674", + "amount": "29.317500000000003", + "parsedAmount": "29317500000000003000" + }, + { + "gotchiId": "6675", + "amount": "34.835", + "parsedAmount": "34835000000000000000" + }, + { + "gotchiId": "6676", + "amount": "29.1675", + "parsedAmount": "29167500000000000000" + }, + { + "gotchiId": "6677", + "amount": "37.7025", + "parsedAmount": "37702500000000000000" + }, + { + "gotchiId": "6678", + "amount": "29.7425", + "parsedAmount": "29742500000000000000" + }, + { + "gotchiId": "6679", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "6681", + "amount": "23.2525", + "parsedAmount": "23252500000000000000" + }, + { + "gotchiId": "6682", + "amount": "13.5075", + "parsedAmount": "13507500000000000000" + }, + { + "gotchiId": "6683", + "amount": "17.2625", + "parsedAmount": "17262500000000000000" + }, + { + "gotchiId": "6684", + "amount": "23.435", + "parsedAmount": "23435000000000000000" + }, + { + "gotchiId": "6685", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "6688", + "amount": "10.3225", + "parsedAmount": "10322500000000000000" + }, + { + "gotchiId": "6689", + "amount": "15.252500000000001", + "parsedAmount": "15252500000000001000" + }, + { + "gotchiId": "6690", + "amount": "10.17", + "parsedAmount": "10170000000000000000" + }, + { + "gotchiId": "6691", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "6692", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "6693", + "amount": "16.802500000000002", + "parsedAmount": "16802500000000002000" + }, + { + "gotchiId": "6694", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "6695", + "amount": "113.34", + "parsedAmount": "113340000000000000000" + }, + { + "gotchiId": "6697", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "6700", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "6704", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "6707", + "amount": "17.555", + "parsedAmount": "17555000000000000000" + }, + { + "gotchiId": "6709", + "amount": "52.9025", + "parsedAmount": "52902500000000000000" + }, + { + "gotchiId": "6710", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "6711", + "amount": "15", + "parsedAmount": "15000000000000000000" + }, + { + "gotchiId": "6712", + "amount": "14.190000000000001", + "parsedAmount": "14190000000000001000" + }, + { + "gotchiId": "6713", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "6720", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "6723", + "amount": "13.502500000000001", + "parsedAmount": "13502500000000001000" + }, + { + "gotchiId": "6729", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "6731", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "6732", + "amount": "13.305", + "parsedAmount": "13305000000000000000" + }, + { + "gotchiId": "6734", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "6735", + "amount": "63.37", + "parsedAmount": "63370000000000000000" + }, + { + "gotchiId": "6741", + "amount": "22.994999999999997", + "parsedAmount": "22994999999999997000" + }, + { + "gotchiId": "6742", + "amount": "24.285", + "parsedAmount": "24285000000000000000" + }, + { + "gotchiId": "6743", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "6745", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "6746", + "amount": "70.025", + "parsedAmount": "70025000000000000000" + }, + { + "gotchiId": "6750", + "amount": "13.6525", + "parsedAmount": "13652500000000000000" + }, + { + "gotchiId": "6751", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "6752", + "amount": "16.8975", + "parsedAmount": "16897500000000000000" + }, + { + "gotchiId": "6756", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "6764", + "amount": "4.345", + "parsedAmount": "4345000000000000000" + }, + { + "gotchiId": "6765", + "amount": "13.105", + "parsedAmount": "13105000000000000000" + }, + { + "gotchiId": "6766", + "amount": "31.62", + "parsedAmount": "31620000000000000000" + }, + { + "gotchiId": "6769", + "amount": "26.1125", + "parsedAmount": "26112500000000000000" + }, + { + "gotchiId": "6771", + "amount": "12.3125", + "parsedAmount": "12312500000000000000" + }, + { + "gotchiId": "6773", + "amount": "11.5075", + "parsedAmount": "11507500000000000000" + }, + { + "gotchiId": "6780", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "6781", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "6785", + "amount": "34.745", + "parsedAmount": "34745000000000000000" + }, + { + "gotchiId": "6786", + "amount": "38.97", + "parsedAmount": "38970000000000000000" + }, + { + "gotchiId": "6788", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "6789", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "6792", + "amount": "42.65", + "parsedAmount": "42650000000000000000" + }, + { + "gotchiId": "6794", + "amount": "3.28", + "parsedAmount": "3280000000000000000" + }, + { + "gotchiId": "6796", + "amount": "3.8925", + "parsedAmount": "3892500000000000000" + }, + { + "gotchiId": "6797", + "amount": "17.12", + "parsedAmount": "17120000000000000000" + }, + { + "gotchiId": "6798", + "amount": "19.0775", + "parsedAmount": "19077500000000000000" + }, + { + "gotchiId": "6801", + "amount": "6.005", + "parsedAmount": "6005000000000000000" + }, + { + "gotchiId": "6802", + "amount": "17.405", + "parsedAmount": "17405000000000000000" + }, + { + "gotchiId": "6804", + "amount": "16.3975", + "parsedAmount": "16397500000000000000" + }, + { + "gotchiId": "6807", + "amount": "33.42", + "parsedAmount": "33420000000000000000" + }, + { + "gotchiId": "6811", + "amount": "2.665", + "parsedAmount": "2665000000000000000" + }, + { + "gotchiId": "6812", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "6813", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "6816", + "amount": "2.2225", + "parsedAmount": "2222500000000000000" + }, + { + "gotchiId": "6817", + "amount": "7.68", + "parsedAmount": "7680000000000000000" + }, + { + "gotchiId": "6819", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "6821", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "6823", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "6824", + "amount": "14.267499999999998", + "parsedAmount": "14267499999999998000" + }, + { + "gotchiId": "6826", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "6827", + "amount": "131.4075", + "parsedAmount": "131407500000000000000" + }, + { + "gotchiId": "6828", + "amount": "27.9775", + "parsedAmount": "27977500000000000000" + }, + { + "gotchiId": "6835", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "6837", + "amount": "7.5875", + "parsedAmount": "7587500000000000000" + }, + { + "gotchiId": "6839", + "amount": "39.29", + "parsedAmount": "39290000000000000000" + }, + { + "gotchiId": "6843", + "amount": "59.3325", + "parsedAmount": "59332500000000000000" + }, + { + "gotchiId": "6845", + "amount": "8.709999999999999", + "parsedAmount": "8709999999999999000" + }, + { + "gotchiId": "6846", + "amount": "12.36", + "parsedAmount": "12360000000000000000" + }, + { + "gotchiId": "6847", + "amount": "54.1975", + "parsedAmount": "54197500000000000000" + }, + { + "gotchiId": "6849", + "amount": "26.765", + "parsedAmount": "26765000000000000000" + }, + { + "gotchiId": "6851", + "amount": "60.3", + "parsedAmount": "60300000000000000000" + }, + { + "gotchiId": "6852", + "amount": "2.8375", + "parsedAmount": "2837500000000000000" + }, + { + "gotchiId": "6853", + "amount": "113.1125", + "parsedAmount": "113112500000000000000" + }, + { + "gotchiId": "6854", + "amount": "32.8625", + "parsedAmount": "32862500000000000000" + }, + { + "gotchiId": "6855", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "6857", + "amount": "13.59", + "parsedAmount": "13590000000000000000" + }, + { + "gotchiId": "6858", + "amount": "6.785", + "parsedAmount": "6785000000000000000" + }, + { + "gotchiId": "6860", + "amount": "31.807500000000005", + "parsedAmount": "31807500000000005000" + }, + { + "gotchiId": "6861", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "6866", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "6871", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "6877", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "6879", + "amount": "36.345", + "parsedAmount": "36345000000000000000" + }, + { + "gotchiId": "6880", + "amount": "58.839999999999996", + "parsedAmount": "58839999999999996000" + }, + { + "gotchiId": "6881", + "amount": "46.5575", + "parsedAmount": "46557500000000000000" + }, + { + "gotchiId": "6882", + "amount": "55.33", + "parsedAmount": "55330000000000000000" + }, + { + "gotchiId": "6884", + "amount": "36.7475", + "parsedAmount": "36747500000000000000" + }, + { + "gotchiId": "6885", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "6887", + "amount": "42.9525", + "parsedAmount": "42952500000000000000" + }, + { + "gotchiId": "6888", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "6889", + "amount": "17.502499999999998", + "parsedAmount": "17502499999999998000" + }, + { + "gotchiId": "6890", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "6892", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "6893", + "amount": "15.18", + "parsedAmount": "15180000000000000000" + }, + { + "gotchiId": "6895", + "amount": "16.575", + "parsedAmount": "16575000000000000000" + }, + { + "gotchiId": "6901", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "6902", + "amount": "4.0025", + "parsedAmount": "4002500000000000000" + }, + { + "gotchiId": "6906", + "amount": "2.38", + "parsedAmount": "2380000000000000000" + }, + { + "gotchiId": "6908", + "amount": "21.965", + "parsedAmount": "21965000000000000000" + }, + { + "gotchiId": "6912", + "amount": "116.2025", + "parsedAmount": "116202500000000000000" + }, + { + "gotchiId": "6913", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "6916", + "amount": "22.8075", + "parsedAmount": "22807500000000000000" + }, + { + "gotchiId": "6917", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "6918", + "amount": "22.955", + "parsedAmount": "22955000000000000000" + }, + { + "gotchiId": "6919", + "amount": "22.529999999999998", + "parsedAmount": "22529999999999998000" + }, + { + "gotchiId": "6920", + "amount": "23.395", + "parsedAmount": "23395000000000000000" + }, + { + "gotchiId": "6929", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "6931", + "amount": "82.58", + "parsedAmount": "82580000000000000000" + }, + { + "gotchiId": "6932", + "amount": "589.1725", + "parsedAmount": "589172500000000000000" + }, + { + "gotchiId": "6933", + "amount": "59.69499999999999", + "parsedAmount": "59694999999999990000" + }, + { + "gotchiId": "6938", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "6939", + "amount": "17.567500000000003", + "parsedAmount": "17567500000000003000" + }, + { + "gotchiId": "6941", + "amount": "9.615", + "parsedAmount": "9615000000000000000" + }, + { + "gotchiId": "6942", + "amount": "16.93", + "parsedAmount": "16930000000000000000" + }, + { + "gotchiId": "6944", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "6946", + "amount": "30.995", + "parsedAmount": "30995000000000000000" + }, + { + "gotchiId": "6947", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "6951", + "amount": "109.11749999999999", + "parsedAmount": "109117499999999990000" + }, + { + "gotchiId": "6952", + "amount": "180.41499999999996", + "parsedAmount": "180414999999999960000" + }, + { + "gotchiId": "6953", + "amount": "51.654999999999994", + "parsedAmount": "51654999999999994000" + }, + { + "gotchiId": "6962", + "amount": "10.005", + "parsedAmount": "10005000000000000000" + }, + { + "gotchiId": "6963", + "amount": "19.47", + "parsedAmount": "19470000000000000000" + }, + { + "gotchiId": "6966", + "amount": "21.03", + "parsedAmount": "21030000000000000000" + }, + { + "gotchiId": "6967", + "amount": "22.77", + "parsedAmount": "22770000000000000000" + }, + { + "gotchiId": "6968", + "amount": "8.0025", + "parsedAmount": "8002500000000000000" + }, + { + "gotchiId": "6973", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "6974", + "amount": "10.0675", + "parsedAmount": "10067500000000000000" + }, + { + "gotchiId": "6975", + "amount": "30.3025", + "parsedAmount": "30302500000000000000" + }, + { + "gotchiId": "6976", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "6978", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "6981", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "6984", + "amount": "10.9325", + "parsedAmount": "10932500000000000000" + }, + { + "gotchiId": "6985", + "amount": "10.6125", + "parsedAmount": "10612500000000000000" + }, + { + "gotchiId": "6989", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "6992", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "6993", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "6997", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "7001", + "amount": "1490.0800000000002", + "parsedAmount": "1490080000000000200000" + }, + { + "gotchiId": "7005", + "amount": "123.99499999999999", + "parsedAmount": "123994999999999990000" + }, + { + "gotchiId": "7023", + "amount": "10.397499999999999", + "parsedAmount": "10397499999999999000" + }, + { + "gotchiId": "7024", + "amount": "17.544999999999998", + "parsedAmount": "17544999999999998000" + }, + { + "gotchiId": "7025", + "amount": "38.1975", + "parsedAmount": "38197500000000000000" + }, + { + "gotchiId": "7026", + "amount": "48.61", + "parsedAmount": "48610000000000000000" + }, + { + "gotchiId": "7028", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "7030", + "amount": "15.5425", + "parsedAmount": "15542500000000000000" + }, + { + "gotchiId": "7031", + "amount": "7.785", + "parsedAmount": "7785000000000000000" + }, + { + "gotchiId": "7033", + "amount": "48.18", + "parsedAmount": "48180000000000000000" + }, + { + "gotchiId": "7034", + "amount": "16.375", + "parsedAmount": "16375000000000000000" + }, + { + "gotchiId": "7035", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "7036", + "amount": "23.7625", + "parsedAmount": "23762500000000000000" + }, + { + "gotchiId": "7038", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "7042", + "amount": "25.35", + "parsedAmount": "25350000000000000000" + }, + { + "gotchiId": "7044", + "amount": "11.7775", + "parsedAmount": "11777500000000000000" + }, + { + "gotchiId": "7046", + "amount": "10.475", + "parsedAmount": "10475000000000000000" + }, + { + "gotchiId": "7047", + "amount": "28.6225", + "parsedAmount": "28622500000000000000" + }, + { + "gotchiId": "7050", + "amount": "7.205", + "parsedAmount": "7205000000000000000" + }, + { + "gotchiId": "7052", + "amount": "29.6125", + "parsedAmount": "29612500000000000000" + }, + { + "gotchiId": "7055", + "amount": "34.93", + "parsedAmount": "34930000000000000000" + }, + { + "gotchiId": "7056", + "amount": "14.412500000000001", + "parsedAmount": "14412500000000001000" + }, + { + "gotchiId": "7058", + "amount": "30.3925", + "parsedAmount": "30392500000000000000" + }, + { + "gotchiId": "7060", + "amount": "58.3025", + "parsedAmount": "58302500000000000000" + }, + { + "gotchiId": "7062", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "7063", + "amount": "18.825", + "parsedAmount": "18825000000000000000" + }, + { + "gotchiId": "7064", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "7065", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "7066", + "amount": "18.965", + "parsedAmount": "18965000000000000000" + }, + { + "gotchiId": "7067", + "amount": "46.2725", + "parsedAmount": "46272500000000000000" + }, + { + "gotchiId": "7068", + "amount": "101.13000000000001", + "parsedAmount": "101130000000000010000" + }, + { + "gotchiId": "7069", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "7073", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "7076", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "7078", + "amount": "12.21", + "parsedAmount": "12210000000000000000" + }, + { + "gotchiId": "7080", + "amount": "13.719999999999999", + "parsedAmount": "13719999999999999000" + }, + { + "gotchiId": "7081", + "amount": "10.162500000000001", + "parsedAmount": "10162500000000001000" + }, + { + "gotchiId": "7082", + "amount": "47.525", + "parsedAmount": "47525000000000000000" + }, + { + "gotchiId": "7083", + "amount": "40.7025", + "parsedAmount": "40702500000000000000" + }, + { + "gotchiId": "7084", + "amount": "34.65", + "parsedAmount": "34650000000000000000" + }, + { + "gotchiId": "7090", + "amount": "11.22", + "parsedAmount": "11220000000000000000" + }, + { + "gotchiId": "7095", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "7097", + "amount": "8.815", + "parsedAmount": "8815000000000000000" + }, + { + "gotchiId": "7099", + "amount": "14.807500000000001", + "parsedAmount": "14807500000000001000" + }, + { + "gotchiId": "7101", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "7103", + "amount": "10.045", + "parsedAmount": "10045000000000000000" + }, + { + "gotchiId": "7104", + "amount": "12.255", + "parsedAmount": "12255000000000000000" + }, + { + "gotchiId": "7106", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "7110", + "amount": "32.9375", + "parsedAmount": "32937500000000000000" + }, + { + "gotchiId": "7111", + "amount": "13.815", + "parsedAmount": "13815000000000000000" + }, + { + "gotchiId": "7112", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "7113", + "amount": "29.1275", + "parsedAmount": "29127500000000000000" + }, + { + "gotchiId": "7119", + "amount": "10.81", + "parsedAmount": "10810000000000000000" + }, + { + "gotchiId": "7124", + "amount": "14.5175", + "parsedAmount": "14517500000000000000" + }, + { + "gotchiId": "7129", + "amount": "17.2775", + "parsedAmount": "17277500000000000000" + }, + { + "gotchiId": "7130", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "7137", + "amount": "11.05", + "parsedAmount": "11050000000000000000" + }, + { + "gotchiId": "7138", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "7141", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "7143", + "amount": "26.49", + "parsedAmount": "26490000000000000000" + }, + { + "gotchiId": "7144", + "amount": "28.725", + "parsedAmount": "28725000000000000000" + }, + { + "gotchiId": "7147", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "7148", + "amount": "11.7875", + "parsedAmount": "11787500000000000000" + }, + { + "gotchiId": "7151", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "7153", + "amount": "5.44", + "parsedAmount": "5440000000000000000" + }, + { + "gotchiId": "7156", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "7161", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "7164", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "7167", + "amount": "22.932499999999997", + "parsedAmount": "22932499999999997000" + }, + { + "gotchiId": "7169", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7171", + "amount": "16.7975", + "parsedAmount": "16797500000000000000" + }, + { + "gotchiId": "7172", + "amount": "11.1475", + "parsedAmount": "11147500000000000000" + }, + { + "gotchiId": "7178", + "amount": "7.08", + "parsedAmount": "7080000000000000000" + }, + { + "gotchiId": "7179", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "7181", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "7183", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "7184", + "amount": "32.715", + "parsedAmount": "32715000000000000000" + }, + { + "gotchiId": "7185", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "7187", + "amount": "81.36", + "parsedAmount": "81360000000000000000" + }, + { + "gotchiId": "7190", + "amount": "33.675", + "parsedAmount": "33675000000000000000" + }, + { + "gotchiId": "7191", + "amount": "34.792500000000004", + "parsedAmount": "34792500000000004000" + }, + { + "gotchiId": "7192", + "amount": "37.0075", + "parsedAmount": "37007500000000000000" + }, + { + "gotchiId": "7193", + "amount": "31.830000000000002", + "parsedAmount": "31830000000000002000" + }, + { + "gotchiId": "7194", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "7195", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "7196", + "amount": "6.852499999999999", + "parsedAmount": "6852499999999999000" + }, + { + "gotchiId": "7200", + "amount": "44.16", + "parsedAmount": "44160000000000000000" + }, + { + "gotchiId": "7202", + "amount": "30.9875", + "parsedAmount": "30987500000000000000" + }, + { + "gotchiId": "7203", + "amount": "24.814999999999998", + "parsedAmount": "24814999999999998000" + }, + { + "gotchiId": "7204", + "amount": "23.240000000000002", + "parsedAmount": "23240000000000002000" + }, + { + "gotchiId": "7205", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "7206", + "amount": "30.765000000000004", + "parsedAmount": "30765000000000004000" + }, + { + "gotchiId": "7209", + "amount": "48.13249999999999", + "parsedAmount": "48132499999999990000" + }, + { + "gotchiId": "7210", + "amount": "19.2425", + "parsedAmount": "19242500000000000000" + }, + { + "gotchiId": "7211", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "7212", + "amount": "17.1275", + "parsedAmount": "17127500000000000000" + }, + { + "gotchiId": "7213", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "7215", + "amount": "17.845", + "parsedAmount": "17845000000000000000" + }, + { + "gotchiId": "7216", + "amount": "10.205", + "parsedAmount": "10205000000000000000" + }, + { + "gotchiId": "7217", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "7225", + "amount": "9.6", + "parsedAmount": "9600000000000000000" + }, + { + "gotchiId": "7226", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "7229", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "7230", + "amount": "7.4", + "parsedAmount": "7400000000000000000" + }, + { + "gotchiId": "7232", + "amount": "24.39", + "parsedAmount": "24390000000000000000" + }, + { + "gotchiId": "7234", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "7236", + "amount": "25.1025", + "parsedAmount": "25102500000000000000" + }, + { + "gotchiId": "7239", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "7240", + "amount": "27.990000000000002", + "parsedAmount": "27990000000000002000" + }, + { + "gotchiId": "7245", + "amount": "6.0024999999999995", + "parsedAmount": "6002499999999999500" + }, + { + "gotchiId": "7246", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "7247", + "amount": "50.73", + "parsedAmount": "50730000000000000000" + }, + { + "gotchiId": "7248", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "7250", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "7251", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "7256", + "amount": "6.9675", + "parsedAmount": "6967500000000000000" + }, + { + "gotchiId": "7257", + "amount": "36.725", + "parsedAmount": "36725000000000000000" + }, + { + "gotchiId": "7259", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "7260", + "amount": "17.455", + "parsedAmount": "17455000000000000000" + }, + { + "gotchiId": "7264", + "amount": "12.402500000000002", + "parsedAmount": "12402500000000002000" + }, + { + "gotchiId": "7265", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "7266", + "amount": "24.169999999999998", + "parsedAmount": "24169999999999998000" + }, + { + "gotchiId": "7267", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "7268", + "amount": "4.890000000000001", + "parsedAmount": "4890000000000001000" + }, + { + "gotchiId": "7271", + "amount": "3.9", + "parsedAmount": "3900000000000000000" + }, + { + "gotchiId": "7275", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "7277", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "7284", + "amount": "32.442499999999995", + "parsedAmount": "32442499999999995000" + }, + { + "gotchiId": "7286", + "amount": "28.7675", + "parsedAmount": "28767500000000000000" + }, + { + "gotchiId": "7288", + "amount": "29.915", + "parsedAmount": "29915000000000000000" + }, + { + "gotchiId": "7290", + "amount": "10.565000000000001", + "parsedAmount": "10565000000000001000" + }, + { + "gotchiId": "7291", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "7292", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "7293", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "7298", + "amount": "3", + "parsedAmount": "3000000000000000000" + }, + { + "gotchiId": "7299", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "7300", + "amount": "13.255", + "parsedAmount": "13255000000000000000" + }, + { + "gotchiId": "7301", + "amount": "14.71", + "parsedAmount": "14710000000000000000" + }, + { + "gotchiId": "7303", + "amount": "103.31", + "parsedAmount": "103310000000000000000" + }, + { + "gotchiId": "7304", + "amount": "32.495", + "parsedAmount": "32495000000000000000" + }, + { + "gotchiId": "7305", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "7306", + "amount": "18.2375", + "parsedAmount": "18237500000000000000" + }, + { + "gotchiId": "7310", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "7311", + "amount": "5.8125", + "parsedAmount": "5812500000000000000" + }, + { + "gotchiId": "7312", + "amount": "39.9725", + "parsedAmount": "39972500000000000000" + }, + { + "gotchiId": "7316", + "amount": "112.6075", + "parsedAmount": "112607500000000000000" + }, + { + "gotchiId": "7317", + "amount": "5.395", + "parsedAmount": "5395000000000000000" + }, + { + "gotchiId": "7318", + "amount": "11.11", + "parsedAmount": "11110000000000000000" + }, + { + "gotchiId": "7319", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "7320", + "amount": "8.0925", + "parsedAmount": "8092500000000000000" + }, + { + "gotchiId": "7324", + "amount": "27.2025", + "parsedAmount": "27202500000000000000" + }, + { + "gotchiId": "7327", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7328", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7329", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "7331", + "amount": "34.027499999999996", + "parsedAmount": "34027499999999996000" + }, + { + "gotchiId": "7332", + "amount": "48.48", + "parsedAmount": "48480000000000000000" + }, + { + "gotchiId": "7336", + "amount": "5.185", + "parsedAmount": "5185000000000000000" + }, + { + "gotchiId": "7341", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "7343", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "7346", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "7347", + "amount": "24.805", + "parsedAmount": "24805000000000000000" + }, + { + "gotchiId": "7348", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "7350", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "7353", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "7354", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "7355", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "7361", + "amount": "7.005000000000001", + "parsedAmount": "7005000000000001000" + }, + { + "gotchiId": "7365", + "amount": "9.995000000000001", + "parsedAmount": "9995000000000001000" + }, + { + "gotchiId": "7368", + "amount": "12.282499999999999", + "parsedAmount": "12282499999999999000" + }, + { + "gotchiId": "7369", + "amount": "42.2775", + "parsedAmount": "42277500000000000000" + }, + { + "gotchiId": "7370", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "7374", + "amount": "14.2075", + "parsedAmount": "14207500000000000000" + }, + { + "gotchiId": "7377", + "amount": "32.205", + "parsedAmount": "32205000000000000000" + }, + { + "gotchiId": "7382", + "amount": "23.24", + "parsedAmount": "23240000000000000000" + }, + { + "gotchiId": "7383", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "7384", + "amount": "173.8275", + "parsedAmount": "173827500000000000000" + }, + { + "gotchiId": "7385", + "amount": "30.332500000000003", + "parsedAmount": "30332500000000003000" + }, + { + "gotchiId": "7387", + "amount": "7.529999999999999", + "parsedAmount": "7529999999999999000" + }, + { + "gotchiId": "7389", + "amount": "4.1025", + "parsedAmount": "4102500000000000000" + }, + { + "gotchiId": "7390", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "7391", + "amount": "9.002500000000001", + "parsedAmount": "9002500000000001000" + }, + { + "gotchiId": "7393", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "7394", + "amount": "6.734999999999999", + "parsedAmount": "6734999999999999000" + }, + { + "gotchiId": "7396", + "amount": "8.43", + "parsedAmount": "8430000000000000000" + }, + { + "gotchiId": "7397", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "7398", + "amount": "5.8575", + "parsedAmount": "5857500000000000000" + }, + { + "gotchiId": "7401", + "amount": "36.57", + "parsedAmount": "36570000000000000000" + }, + { + "gotchiId": "7403", + "amount": "55.71", + "parsedAmount": "55710000000000000000" + }, + { + "gotchiId": "7404", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "7407", + "amount": "10.44", + "parsedAmount": "10440000000000000000" + }, + { + "gotchiId": "7410", + "amount": "27.759999999999998", + "parsedAmount": "27759999999999998000" + }, + { + "gotchiId": "7411", + "amount": "13.635000000000002", + "parsedAmount": "13635000000000002000" + }, + { + "gotchiId": "7412", + "amount": "51.8725", + "parsedAmount": "51872500000000000000" + }, + { + "gotchiId": "7413", + "amount": "90.1575", + "parsedAmount": "90157500000000000000" + }, + { + "gotchiId": "7414", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "7416", + "amount": "19.6225", + "parsedAmount": "19622500000000000000" + }, + { + "gotchiId": "7420", + "amount": "38.62", + "parsedAmount": "38620000000000000000" + }, + { + "gotchiId": "7421", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "7422", + "amount": "1353.3375", + "parsedAmount": "1353337500000000000000" + }, + { + "gotchiId": "7423", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "7424", + "amount": "14.112499999999999", + "parsedAmount": "14112499999999999000" + }, + { + "gotchiId": "7425", + "amount": "57.8725", + "parsedAmount": "57872500000000000000" + }, + { + "gotchiId": "7426", + "amount": "38.51", + "parsedAmount": "38510000000000000000" + }, + { + "gotchiId": "7428", + "amount": "17.9725", + "parsedAmount": "17972500000000000000" + }, + { + "gotchiId": "7429", + "amount": "12.275", + "parsedAmount": "12275000000000000000" + }, + { + "gotchiId": "7430", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "7431", + "amount": "6.505", + "parsedAmount": "6505000000000000000" + }, + { + "gotchiId": "7432", + "amount": "23.0575", + "parsedAmount": "23057500000000000000" + }, + { + "gotchiId": "7433", + "amount": "53.5325", + "parsedAmount": "53532500000000000000" + }, + { + "gotchiId": "7434", + "amount": "34.525", + "parsedAmount": "34525000000000000000" + }, + { + "gotchiId": "7436", + "amount": "40.8625", + "parsedAmount": "40862500000000000000" + }, + { + "gotchiId": "7437", + "amount": "33.7625", + "parsedAmount": "33762500000000000000" + }, + { + "gotchiId": "7438", + "amount": "18.1925", + "parsedAmount": "18192500000000000000" + }, + { + "gotchiId": "7443", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "7444", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "7445", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "7449", + "amount": "23.3025", + "parsedAmount": "23302500000000000000" + }, + { + "gotchiId": "7453", + "amount": "19.165", + "parsedAmount": "19165000000000000000" + }, + { + "gotchiId": "7454", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "7455", + "amount": "12.010000000000002", + "parsedAmount": "12010000000000002000" + }, + { + "gotchiId": "7456", + "amount": "41.69", + "parsedAmount": "41690000000000000000" + }, + { + "gotchiId": "7457", + "amount": "60.8725", + "parsedAmount": "60872500000000000000" + }, + { + "gotchiId": "7458", + "amount": "7.452500000000001", + "parsedAmount": "7452500000000001000" + }, + { + "gotchiId": "7459", + "amount": "19.01", + "parsedAmount": "19010000000000000000" + }, + { + "gotchiId": "7460", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "7462", + "amount": "39.9375", + "parsedAmount": "39937500000000000000" + }, + { + "gotchiId": "7463", + "amount": "15.389999999999999", + "parsedAmount": "15389999999999999000" + }, + { + "gotchiId": "7464", + "amount": "7.28", + "parsedAmount": "7280000000000000000" + }, + { + "gotchiId": "7465", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "7466", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "7468", + "amount": "17.722499999999997", + "parsedAmount": "17722499999999997000" + }, + { + "gotchiId": "7471", + "amount": "27.7025", + "parsedAmount": "27702500000000000000" + }, + { + "gotchiId": "7473", + "amount": "8.95", + "parsedAmount": "8950000000000000000" + }, + { + "gotchiId": "7474", + "amount": "57.572500000000005", + "parsedAmount": "57572500000000005000" + }, + { + "gotchiId": "7475", + "amount": "12.0125", + "parsedAmount": "12012500000000000000" + }, + { + "gotchiId": "7476", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "7477", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "7478", + "amount": "11.605", + "parsedAmount": "11605000000000000000" + }, + { + "gotchiId": "7480", + "amount": "78.19749999999999", + "parsedAmount": "78197499999999990000" + }, + { + "gotchiId": "7483", + "amount": "7.0649999999999995", + "parsedAmount": "7064999999999999500" + }, + { + "gotchiId": "7484", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "7486", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "7487", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "7488", + "amount": "35.0425", + "parsedAmount": "35042500000000000000" + }, + { + "gotchiId": "7489", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "7492", + "amount": "19.830000000000002", + "parsedAmount": "19830000000000002000" + }, + { + "gotchiId": "7494", + "amount": "14.7425", + "parsedAmount": "14742500000000000000" + }, + { + "gotchiId": "7495", + "amount": "49.17", + "parsedAmount": "49170000000000000000" + }, + { + "gotchiId": "7497", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "7500", + "amount": "8.96", + "parsedAmount": "8960000000000000000" + }, + { + "gotchiId": "7502", + "amount": "14.267500000000002", + "parsedAmount": "14267500000000002000" + }, + { + "gotchiId": "7504", + "amount": "43.105", + "parsedAmount": "43105000000000000000" + }, + { + "gotchiId": "7505", + "amount": "23.8675", + "parsedAmount": "23867500000000000000" + }, + { + "gotchiId": "7506", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "7509", + "amount": "6.5525", + "parsedAmount": "6552500000000000000" + }, + { + "gotchiId": "7512", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "7513", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "7516", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "7517", + "amount": "31.447499999999998", + "parsedAmount": "31447499999999998000" + }, + { + "gotchiId": "7519", + "amount": "3.155", + "parsedAmount": "3155000000000000000" + }, + { + "gotchiId": "7520", + "amount": "13.59", + "parsedAmount": "13590000000000000000" + }, + { + "gotchiId": "7523", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "7525", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "7526", + "amount": "8.1675", + "parsedAmount": "8167500000000000000" + }, + { + "gotchiId": "7527", + "amount": "28.0575", + "parsedAmount": "28057500000000000000" + }, + { + "gotchiId": "7528", + "amount": "16.43", + "parsedAmount": "16430000000000000000" + }, + { + "gotchiId": "7529", + "amount": "24.807499999999997", + "parsedAmount": "24807499999999997000" + }, + { + "gotchiId": "7530", + "amount": "20.045", + "parsedAmount": "20045000000000000000" + }, + { + "gotchiId": "7533", + "amount": "15.695", + "parsedAmount": "15695000000000000000" + }, + { + "gotchiId": "7534", + "amount": "13.7775", + "parsedAmount": "13777500000000000000" + }, + { + "gotchiId": "7536", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "7537", + "amount": "6.8374999999999995", + "parsedAmount": "6837499999999999500" + }, + { + "gotchiId": "7539", + "amount": "4.5575", + "parsedAmount": "4557500000000000000" + }, + { + "gotchiId": "7540", + "amount": "4.555", + "parsedAmount": "4555000000000000000" + }, + { + "gotchiId": "7541", + "amount": "11.1125", + "parsedAmount": "11112500000000000000" + }, + { + "gotchiId": "7542", + "amount": "3.0025", + "parsedAmount": "3002500000000000000" + }, + { + "gotchiId": "7543", + "amount": "9.36", + "parsedAmount": "9360000000000000000" + }, + { + "gotchiId": "7544", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "7545", + "amount": "31.7625", + "parsedAmount": "31762500000000000000" + }, + { + "gotchiId": "7547", + "amount": "22.7425", + "parsedAmount": "22742500000000000000" + }, + { + "gotchiId": "7548", + "amount": "14.9875", + "parsedAmount": "14987500000000000000" + }, + { + "gotchiId": "7552", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "7555", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "7562", + "amount": "38.6775", + "parsedAmount": "38677500000000000000" + }, + { + "gotchiId": "7563", + "amount": "57.7875", + "parsedAmount": "57787500000000000000" + }, + { + "gotchiId": "7565", + "amount": "11.59", + "parsedAmount": "11590000000000000000" + }, + { + "gotchiId": "7566", + "amount": "12.719999999999999", + "parsedAmount": "12719999999999999000" + }, + { + "gotchiId": "7567", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "7569", + "amount": "47.754999999999995", + "parsedAmount": "47754999999999995000" + }, + { + "gotchiId": "7570", + "amount": "3.2875", + "parsedAmount": "3287500000000000000" + }, + { + "gotchiId": "7571", + "amount": "63.410000000000004", + "parsedAmount": "63410000000000004000" + }, + { + "gotchiId": "7572", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "7573", + "amount": "13.8175", + "parsedAmount": "13817500000000000000" + }, + { + "gotchiId": "7577", + "amount": "17.165", + "parsedAmount": "17165000000000000000" + }, + { + "gotchiId": "7578", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "7582", + "amount": "7.4624999999999995", + "parsedAmount": "7462499999999999500" + }, + { + "gotchiId": "7583", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "7584", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "7585", + "amount": "57.04", + "parsedAmount": "57040000000000000000" + }, + { + "gotchiId": "7586", + "amount": "13.399999999999999", + "parsedAmount": "13399999999999999000" + }, + { + "gotchiId": "7587", + "amount": "13.4225", + "parsedAmount": "13422500000000000000" + }, + { + "gotchiId": "7588", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "7589", + "amount": "100.805", + "parsedAmount": "100805000000000000000" + }, + { + "gotchiId": "7590", + "amount": "17.26", + "parsedAmount": "17260000000000000000" + }, + { + "gotchiId": "7594", + "amount": "8.185", + "parsedAmount": "8185000000000000000" + }, + { + "gotchiId": "7597", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "7598", + "amount": "2.18", + "parsedAmount": "2180000000000000000" + }, + { + "gotchiId": "7599", + "amount": "13.225000000000001", + "parsedAmount": "13225000000000001000" + }, + { + "gotchiId": "7600", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "7601", + "amount": "18.560000000000002", + "parsedAmount": "18560000000000002000" + }, + { + "gotchiId": "7603", + "amount": "46.8875", + "parsedAmount": "46887500000000000000" + }, + { + "gotchiId": "7604", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "7607", + "amount": "30.2175", + "parsedAmount": "30217500000000000000" + }, + { + "gotchiId": "7608", + "amount": "24.39", + "parsedAmount": "24390000000000000000" + }, + { + "gotchiId": "7611", + "amount": "3.395", + "parsedAmount": "3395000000000000000" + }, + { + "gotchiId": "7614", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "7615", + "amount": "84.295", + "parsedAmount": "84295000000000000000" + }, + { + "gotchiId": "7617", + "amount": "69.145", + "parsedAmount": "69145000000000000000" + }, + { + "gotchiId": "7625", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "7626", + "amount": "19.1125", + "parsedAmount": "19112500000000000000" + }, + { + "gotchiId": "7629", + "amount": "29.794999999999998", + "parsedAmount": "29794999999999998000" + }, + { + "gotchiId": "7632", + "amount": "11.344999999999999", + "parsedAmount": "11344999999999999000" + }, + { + "gotchiId": "7633", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "7636", + "amount": "10.4675", + "parsedAmount": "10467500000000000000" + }, + { + "gotchiId": "7639", + "amount": "31.0075", + "parsedAmount": "31007500000000000000" + } + ], + "totalAmount": "13261942500000000117500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37203999, + "gasUsed": "10069500" + }, + { + "batchIndex": 7, + "transactionHash": "0xe6e388eba7dd5f8d8d31c9890de6f431a18de136b394c00b50da0ff440c82d7e", + "timestamp": "2025-10-23T05:29:08.899Z", + "gotchiRewards": [ + { + "gotchiId": "7642", + "amount": "8.7075", + "parsedAmount": "8707500000000000000" + }, + { + "gotchiId": "7643", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "7644", + "amount": "12.434999999999999", + "parsedAmount": "12434999999999999000" + }, + { + "gotchiId": "7645", + "amount": "56.295", + "parsedAmount": "56295000000000000000" + }, + { + "gotchiId": "7647", + "amount": "19.39", + "parsedAmount": "19390000000000000000" + }, + { + "gotchiId": "7649", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "7651", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "7653", + "amount": "339.68", + "parsedAmount": "339680000000000000000" + }, + { + "gotchiId": "7655", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "7656", + "amount": "10.995", + "parsedAmount": "10995000000000000000" + }, + { + "gotchiId": "7657", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "7658", + "amount": "12.2175", + "parsedAmount": "12217500000000000000" + }, + { + "gotchiId": "7660", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "7661", + "amount": "22.9625", + "parsedAmount": "22962500000000000000" + }, + { + "gotchiId": "7662", + "amount": "10.455", + "parsedAmount": "10455000000000000000" + }, + { + "gotchiId": "7664", + "amount": "21.717499999999998", + "parsedAmount": "21717499999999998000" + }, + { + "gotchiId": "7667", + "amount": "21.9025", + "parsedAmount": "21902500000000000000" + }, + { + "gotchiId": "7670", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "7675", + "amount": "23.27", + "parsedAmount": "23270000000000000000" + }, + { + "gotchiId": "7678", + "amount": "3.4525", + "parsedAmount": "3452500000000000000" + }, + { + "gotchiId": "7679", + "amount": "2.8375", + "parsedAmount": "2837500000000000000" + }, + { + "gotchiId": "7680", + "amount": "16.1025", + "parsedAmount": "16102500000000000000" + }, + { + "gotchiId": "7681", + "amount": "9.55", + "parsedAmount": "9550000000000000000" + }, + { + "gotchiId": "7682", + "amount": "5.08", + "parsedAmount": "5080000000000000000" + }, + { + "gotchiId": "7685", + "amount": "8.0325", + "parsedAmount": "8032500000000000000" + }, + { + "gotchiId": "7687", + "amount": "26.45", + "parsedAmount": "26450000000000000000" + }, + { + "gotchiId": "7688", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "7689", + "amount": "32.9675", + "parsedAmount": "32967500000000000000" + }, + { + "gotchiId": "7694", + "amount": "3.46", + "parsedAmount": "3460000000000000000" + }, + { + "gotchiId": "7697", + "amount": "15.1525", + "parsedAmount": "15152500000000000000" + }, + { + "gotchiId": "7700", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "7708", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "7709", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "7716", + "amount": "8.0275", + "parsedAmount": "8027500000000000000" + }, + { + "gotchiId": "7717", + "amount": "98.2225", + "parsedAmount": "98222500000000000000" + }, + { + "gotchiId": "7718", + "amount": "25.51", + "parsedAmount": "25510000000000000000" + }, + { + "gotchiId": "7721", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "7722", + "amount": "12.334999999999999", + "parsedAmount": "12334999999999999000" + }, + { + "gotchiId": "7723", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "7727", + "amount": "3.355", + "parsedAmount": "3355000000000000000" + }, + { + "gotchiId": "7729", + "amount": "30.46", + "parsedAmount": "30460000000000000000" + }, + { + "gotchiId": "7731", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "7732", + "amount": "11.647499999999999", + "parsedAmount": "11647499999999999000" + }, + { + "gotchiId": "7735", + "amount": "12.325000000000001", + "parsedAmount": "12325000000000001000" + }, + { + "gotchiId": "7739", + "amount": "11.704999999999998", + "parsedAmount": "11704999999999998000" + }, + { + "gotchiId": "7740", + "amount": "12.215", + "parsedAmount": "12215000000000000000" + }, + { + "gotchiId": "7743", + "amount": "11.515", + "parsedAmount": "11515000000000000000" + }, + { + "gotchiId": "7744", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "7745", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "7746", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "7747", + "amount": "2.735", + "parsedAmount": "2735000000000000000" + }, + { + "gotchiId": "7748", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "7749", + "amount": "9.684999999999999", + "parsedAmount": "9684999999999999000" + }, + { + "gotchiId": "7752", + "amount": "5.44", + "parsedAmount": "5440000000000000000" + }, + { + "gotchiId": "7753", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "7754", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "7755", + "amount": "146.1825", + "parsedAmount": "146182500000000000000" + }, + { + "gotchiId": "7758", + "amount": "12.46", + "parsedAmount": "12460000000000000000" + }, + { + "gotchiId": "7760", + "amount": "10.05", + "parsedAmount": "10050000000000000000" + }, + { + "gotchiId": "7764", + "amount": "12.91", + "parsedAmount": "12910000000000000000" + }, + { + "gotchiId": "7765", + "amount": "2404.495", + "parsedAmount": "2404495000000000000000" + }, + { + "gotchiId": "7766", + "amount": "34.705", + "parsedAmount": "34705000000000000000" + }, + { + "gotchiId": "7767", + "amount": "41.945", + "parsedAmount": "41945000000000000000" + }, + { + "gotchiId": "7768", + "amount": "40.790000000000006", + "parsedAmount": "40790000000000006000" + }, + { + "gotchiId": "7770", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "7771", + "amount": "40.93", + "parsedAmount": "40930000000000000000" + }, + { + "gotchiId": "7772", + "amount": "23.185", + "parsedAmount": "23185000000000000000" + }, + { + "gotchiId": "7773", + "amount": "14.8075", + "parsedAmount": "14807500000000000000" + }, + { + "gotchiId": "7774", + "amount": "5.875", + "parsedAmount": "5875000000000000000" + }, + { + "gotchiId": "7779", + "amount": "34.0875", + "parsedAmount": "34087500000000000000" + }, + { + "gotchiId": "7780", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "7782", + "amount": "224.70250000000001", + "parsedAmount": "224702500000000010000" + }, + { + "gotchiId": "7784", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "7786", + "amount": "6.6975", + "parsedAmount": "6697500000000000000" + }, + { + "gotchiId": "7787", + "amount": "12.1875", + "parsedAmount": "12187500000000000000" + }, + { + "gotchiId": "7791", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "7792", + "amount": "10.3175", + "parsedAmount": "10317500000000000000" + }, + { + "gotchiId": "7794", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "7795", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "7796", + "amount": "40.2975", + "parsedAmount": "40297500000000000000" + }, + { + "gotchiId": "7800", + "amount": "31.082499999999996", + "parsedAmount": "31082499999999996000" + }, + { + "gotchiId": "7802", + "amount": "30.3225", + "parsedAmount": "30322500000000000000" + }, + { + "gotchiId": "7804", + "amount": "6.4275", + "parsedAmount": "6427500000000000000" + }, + { + "gotchiId": "7807", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "7808", + "amount": "18.9225", + "parsedAmount": "18922500000000000000" + }, + { + "gotchiId": "7816", + "amount": "7.022500000000001", + "parsedAmount": "7022500000000001000" + }, + { + "gotchiId": "7817", + "amount": "22.38", + "parsedAmount": "22380000000000000000" + }, + { + "gotchiId": "7818", + "amount": "7.6125", + "parsedAmount": "7612500000000000000" + }, + { + "gotchiId": "7820", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "7823", + "amount": "7.6425", + "parsedAmount": "7642500000000000000" + }, + { + "gotchiId": "7824", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "7828", + "amount": "34.04", + "parsedAmount": "34040000000000000000" + }, + { + "gotchiId": "7829", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "7830", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "7831", + "amount": "5.745", + "parsedAmount": "5745000000000000000" + }, + { + "gotchiId": "7832", + "amount": "54.027499999999996", + "parsedAmount": "54027499999999996000" + }, + { + "gotchiId": "7834", + "amount": "5.0675", + "parsedAmount": "5067500000000000000" + }, + { + "gotchiId": "7835", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "7836", + "amount": "8.09", + "parsedAmount": "8090000000000000000" + }, + { + "gotchiId": "7837", + "amount": "6.41", + "parsedAmount": "6410000000000000000" + }, + { + "gotchiId": "7839", + "amount": "10.255", + "parsedAmount": "10255000000000000000" + }, + { + "gotchiId": "7840", + "amount": "10.2525", + "parsedAmount": "10252500000000000000" + }, + { + "gotchiId": "7842", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7843", + "amount": "8.91", + "parsedAmount": "8910000000000000000" + }, + { + "gotchiId": "7844", + "amount": "9.190000000000001", + "parsedAmount": "9190000000000001000" + }, + { + "gotchiId": "7845", + "amount": "123.8275", + "parsedAmount": "123827500000000000000" + }, + { + "gotchiId": "7846", + "amount": "4.69", + "parsedAmount": "4690000000000000000" + }, + { + "gotchiId": "7848", + "amount": "1122.07", + "parsedAmount": "1122070000000000000000" + }, + { + "gotchiId": "7850", + "amount": "14.3725", + "parsedAmount": "14372500000000000000" + }, + { + "gotchiId": "7852", + "amount": "8.719999999999999", + "parsedAmount": "8719999999999999000" + }, + { + "gotchiId": "7853", + "amount": "39.825", + "parsedAmount": "39825000000000000000" + }, + { + "gotchiId": "7854", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "7858", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "7860", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "7863", + "amount": "54.502500000000005", + "parsedAmount": "54502500000000005000" + }, + { + "gotchiId": "7864", + "amount": "56.1825", + "parsedAmount": "56182500000000000000" + }, + { + "gotchiId": "7865", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "7867", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "7868", + "amount": "64.8", + "parsedAmount": "64800000000000000000" + }, + { + "gotchiId": "7872", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "7875", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "7876", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "7880", + "amount": "17.965", + "parsedAmount": "17965000000000000000" + }, + { + "gotchiId": "7881", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "7885", + "amount": "64.76249999999999", + "parsedAmount": "64762499999999990000" + }, + { + "gotchiId": "7887", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "7888", + "amount": "9.2425", + "parsedAmount": "9242500000000000000" + }, + { + "gotchiId": "7889", + "amount": "36.2575", + "parsedAmount": "36257500000000000000" + }, + { + "gotchiId": "7890", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "7892", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "7893", + "amount": "82.31", + "parsedAmount": "82310000000000000000" + }, + { + "gotchiId": "7895", + "amount": "85.8575", + "parsedAmount": "85857500000000000000" + }, + { + "gotchiId": "7897", + "amount": "7.7725", + "parsedAmount": "7772500000000000000" + }, + { + "gotchiId": "7898", + "amount": "15.645", + "parsedAmount": "15645000000000000000" + }, + { + "gotchiId": "7900", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "7907", + "amount": "10.067499999999999", + "parsedAmount": "10067499999999999000" + }, + { + "gotchiId": "7908", + "amount": "12.9625", + "parsedAmount": "12962500000000000000" + }, + { + "gotchiId": "7909", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "7912", + "amount": "25.3225", + "parsedAmount": "25322500000000000000" + }, + { + "gotchiId": "7914", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "7919", + "amount": "9.325", + "parsedAmount": "9325000000000000000" + }, + { + "gotchiId": "7922", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "7927", + "amount": "26.455", + "parsedAmount": "26455000000000000000" + }, + { + "gotchiId": "7929", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "7931", + "amount": "24.912499999999998", + "parsedAmount": "24912499999999998000" + }, + { + "gotchiId": "7932", + "amount": "11.7", + "parsedAmount": "11700000000000000000" + }, + { + "gotchiId": "7933", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "7935", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "7936", + "amount": "21.5925", + "parsedAmount": "21592500000000000000" + }, + { + "gotchiId": "7937", + "amount": "13.485", + "parsedAmount": "13485000000000000000" + }, + { + "gotchiId": "7938", + "amount": "5.67", + "parsedAmount": "5670000000000000000" + }, + { + "gotchiId": "7941", + "amount": "12.495", + "parsedAmount": "12495000000000000000" + }, + { + "gotchiId": "7943", + "amount": "50.67", + "parsedAmount": "50670000000000000000" + }, + { + "gotchiId": "7944", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "7945", + "amount": "8.6925", + "parsedAmount": "8692500000000000000" + }, + { + "gotchiId": "7952", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "7953", + "amount": "26.0475", + "parsedAmount": "26047500000000000000" + }, + { + "gotchiId": "7955", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "7957", + "amount": "35.2675", + "parsedAmount": "35267500000000000000" + }, + { + "gotchiId": "7958", + "amount": "31.3525", + "parsedAmount": "31352500000000000000" + }, + { + "gotchiId": "7960", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "7961", + "amount": "15.254999999999999", + "parsedAmount": "15254999999999999000" + }, + { + "gotchiId": "7963", + "amount": "26.085", + "parsedAmount": "26085000000000000000" + }, + { + "gotchiId": "7965", + "amount": "19.2825", + "parsedAmount": "19282500000000000000" + }, + { + "gotchiId": "7969", + "amount": "59.487500000000004", + "parsedAmount": "59487500000000004000" + }, + { + "gotchiId": "7971", + "amount": "9.545", + "parsedAmount": "9545000000000000000" + }, + { + "gotchiId": "7972", + "amount": "14.0675", + "parsedAmount": "14067500000000000000" + }, + { + "gotchiId": "7973", + "amount": "17.14", + "parsedAmount": "17140000000000000000" + }, + { + "gotchiId": "7976", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "7977", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "7979", + "amount": "6.335", + "parsedAmount": "6335000000000000000" + }, + { + "gotchiId": "7980", + "amount": "43.8875", + "parsedAmount": "43887500000000000000" + }, + { + "gotchiId": "7986", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "7987", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "7990", + "amount": "8.085", + "parsedAmount": "8085000000000000000" + }, + { + "gotchiId": "7992", + "amount": "130.2225", + "parsedAmount": "130222500000000000000" + }, + { + "gotchiId": "7993", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "7994", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "7995", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "8006", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "8008", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "8011", + "amount": "52.305", + "parsedAmount": "52305000000000000000" + }, + { + "gotchiId": "8012", + "amount": "33.485", + "parsedAmount": "33485000000000000000" + }, + { + "gotchiId": "8015", + "amount": "35.51", + "parsedAmount": "35510000000000000000" + }, + { + "gotchiId": "8016", + "amount": "38.3775", + "parsedAmount": "38377500000000000000" + }, + { + "gotchiId": "8019", + "amount": "11.66", + "parsedAmount": "11660000000000000000" + }, + { + "gotchiId": "8022", + "amount": "11.8425", + "parsedAmount": "11842500000000000000" + }, + { + "gotchiId": "8023", + "amount": "15.07", + "parsedAmount": "15070000000000000000" + }, + { + "gotchiId": "8025", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "8028", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "8030", + "amount": "69.5525", + "parsedAmount": "69552500000000000000" + }, + { + "gotchiId": "8031", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "8032", + "amount": "50.5475", + "parsedAmount": "50547500000000000000" + }, + { + "gotchiId": "8038", + "amount": "20.74", + "parsedAmount": "20740000000000000000" + }, + { + "gotchiId": "8040", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "8042", + "amount": "11.8375", + "parsedAmount": "11837500000000000000" + }, + { + "gotchiId": "8047", + "amount": "10.64", + "parsedAmount": "10640000000000000000" + }, + { + "gotchiId": "8048", + "amount": "9.52", + "parsedAmount": "9520000000000000000" + }, + { + "gotchiId": "8049", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "8050", + "amount": "54.8175", + "parsedAmount": "54817500000000000000" + }, + { + "gotchiId": "8054", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "8055", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "8057", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "8059", + "amount": "11.1675", + "parsedAmount": "11167500000000000000" + }, + { + "gotchiId": "8060", + "amount": "7.745", + "parsedAmount": "7745000000000000000" + }, + { + "gotchiId": "8061", + "amount": "154.86249999999998", + "parsedAmount": "154862499999999980000" + }, + { + "gotchiId": "8062", + "amount": "353.1125", + "parsedAmount": "353112500000000000000" + }, + { + "gotchiId": "8064", + "amount": "56.05499999999999", + "parsedAmount": "56054999999999990000" + }, + { + "gotchiId": "8067", + "amount": "5.577500000000001", + "parsedAmount": "5577500000000001000" + }, + { + "gotchiId": "8068", + "amount": "24.3875", + "parsedAmount": "24387500000000000000" + }, + { + "gotchiId": "8069", + "amount": "41.974999999999994", + "parsedAmount": "41974999999999994000" + }, + { + "gotchiId": "8070", + "amount": "15.3275", + "parsedAmount": "15327500000000000000" + }, + { + "gotchiId": "8071", + "amount": "4.5325", + "parsedAmount": "4532500000000000000" + }, + { + "gotchiId": "8075", + "amount": "16.537499999999998", + "parsedAmount": "16537499999999998000" + }, + { + "gotchiId": "8079", + "amount": "27.044999999999998", + "parsedAmount": "27044999999999998000" + }, + { + "gotchiId": "8081", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "8082", + "amount": "84.55000000000001", + "parsedAmount": "84550000000000010000" + }, + { + "gotchiId": "8084", + "amount": "194.425", + "parsedAmount": "194425000000000000000" + }, + { + "gotchiId": "8086", + "amount": "16.04", + "parsedAmount": "16040000000000000000" + }, + { + "gotchiId": "8089", + "amount": "4.762499999999999", + "parsedAmount": "4762499999999999000" + }, + { + "gotchiId": "8090", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "8091", + "amount": "18.285", + "parsedAmount": "18285000000000000000" + }, + { + "gotchiId": "8092", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "8093", + "amount": "12.030000000000001", + "parsedAmount": "12030000000000001000" + }, + { + "gotchiId": "8097", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "8099", + "amount": "139.5325", + "parsedAmount": "139532500000000000000" + }, + { + "gotchiId": "8102", + "amount": "94.8225", + "parsedAmount": "94822500000000000000" + }, + { + "gotchiId": "8103", + "amount": "6.2525", + "parsedAmount": "6252500000000000000" + }, + { + "gotchiId": "8106", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "8107", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "8110", + "amount": "13.1025", + "parsedAmount": "13102500000000000000" + }, + { + "gotchiId": "8111", + "amount": "16.625", + "parsedAmount": "16625000000000000000" + }, + { + "gotchiId": "8112", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "8115", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "8116", + "amount": "6.217499999999999", + "parsedAmount": "6217499999999999000" + }, + { + "gotchiId": "8121", + "amount": "706.4475", + "parsedAmount": "706447500000000000000" + }, + { + "gotchiId": "8122", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "8124", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "8127", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "8129", + "amount": "19.03", + "parsedAmount": "19030000000000000000" + }, + { + "gotchiId": "8130", + "amount": "16.445", + "parsedAmount": "16445000000000000000" + }, + { + "gotchiId": "8140", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "8142", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "8143", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "8144", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "8145", + "amount": "6.7075000000000005", + "parsedAmount": "6707500000000000500" + }, + { + "gotchiId": "8147", + "amount": "16.3625", + "parsedAmount": "16362500000000000000" + }, + { + "gotchiId": "8148", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "8149", + "amount": "16.427500000000002", + "parsedAmount": "16427500000000002000" + }, + { + "gotchiId": "8150", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "8154", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "8158", + "amount": "35.167500000000004", + "parsedAmount": "35167500000000004000" + }, + { + "gotchiId": "8159", + "amount": "28.545", + "parsedAmount": "28545000000000000000" + }, + { + "gotchiId": "8160", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "8161", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "8162", + "amount": "5.12", + "parsedAmount": "5120000000000000000" + }, + { + "gotchiId": "8163", + "amount": "179.5675", + "parsedAmount": "179567500000000000000" + }, + { + "gotchiId": "8164", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "8165", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "8166", + "amount": "8.0775", + "parsedAmount": "8077500000000000000" + }, + { + "gotchiId": "8167", + "amount": "29.404999999999998", + "parsedAmount": "29404999999999998000" + }, + { + "gotchiId": "8168", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "8169", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "8175", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "8176", + "amount": "13.6175", + "parsedAmount": "13617500000000000000" + }, + { + "gotchiId": "8181", + "amount": "7.8374999999999995", + "parsedAmount": "7837499999999999500" + }, + { + "gotchiId": "8182", + "amount": "39.9575", + "parsedAmount": "39957500000000000000" + }, + { + "gotchiId": "8184", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "8186", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "8196", + "amount": "7.550000000000001", + "parsedAmount": "7550000000000001000" + }, + { + "gotchiId": "8198", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "8205", + "amount": "74.3625", + "parsedAmount": "74362500000000000000" + }, + { + "gotchiId": "8207", + "amount": "55.785000000000004", + "parsedAmount": "55785000000000004000" + }, + { + "gotchiId": "8209", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "8210", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "8212", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "8213", + "amount": "54.955", + "parsedAmount": "54955000000000000000" + }, + { + "gotchiId": "8217", + "amount": "15.9575", + "parsedAmount": "15957500000000000000" + }, + { + "gotchiId": "8218", + "amount": "33.555", + "parsedAmount": "33555000000000000000" + }, + { + "gotchiId": "8221", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "8222", + "amount": "18.7375", + "parsedAmount": "18737500000000000000" + }, + { + "gotchiId": "8226", + "amount": "36.6075", + "parsedAmount": "36607500000000000000" + }, + { + "gotchiId": "8229", + "amount": "27.085", + "parsedAmount": "27085000000000000000" + }, + { + "gotchiId": "8230", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "8235", + "amount": "23.2975", + "parsedAmount": "23297500000000000000" + }, + { + "gotchiId": "8237", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "8239", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "8243", + "amount": "37.2", + "parsedAmount": "37200000000000000000" + }, + { + "gotchiId": "8245", + "amount": "13.6", + "parsedAmount": "13600000000000000000" + }, + { + "gotchiId": "8246", + "amount": "31.9875", + "parsedAmount": "31987500000000000000" + }, + { + "gotchiId": "8247", + "amount": "37.9975", + "parsedAmount": "37997500000000000000" + }, + { + "gotchiId": "8249", + "amount": "4.325", + "parsedAmount": "4325000000000000000" + }, + { + "gotchiId": "8250", + "amount": "5.654999999999999", + "parsedAmount": "5654999999999999000" + }, + { + "gotchiId": "8253", + "amount": "46.525", + "parsedAmount": "46525000000000000000" + }, + { + "gotchiId": "8254", + "amount": "58.932500000000005", + "parsedAmount": "58932500000000005000" + }, + { + "gotchiId": "8255", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "8256", + "amount": "61.527499999999996", + "parsedAmount": "61527499999999996000" + }, + { + "gotchiId": "8259", + "amount": "13.5625", + "parsedAmount": "13562500000000000000" + }, + { + "gotchiId": "8260", + "amount": "26.025000000000002", + "parsedAmount": "26025000000000002000" + }, + { + "gotchiId": "8265", + "amount": "42.8725", + "parsedAmount": "42872500000000000000" + }, + { + "gotchiId": "8266", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "8269", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "8272", + "amount": "7.7325", + "parsedAmount": "7732500000000000000" + }, + { + "gotchiId": "8277", + "amount": "20.1075", + "parsedAmount": "20107500000000000000" + }, + { + "gotchiId": "8278", + "amount": "11.4925", + "parsedAmount": "11492500000000000000" + }, + { + "gotchiId": "8280", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "8281", + "amount": "19.325", + "parsedAmount": "19325000000000000000" + }, + { + "gotchiId": "8284", + "amount": "24.14", + "parsedAmount": "24140000000000000000" + }, + { + "gotchiId": "8287", + "amount": "50.88", + "parsedAmount": "50880000000000000000" + }, + { + "gotchiId": "8292", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "8295", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "8296", + "amount": "6.2475000000000005", + "parsedAmount": "6247500000000000500" + }, + { + "gotchiId": "8297", + "amount": "12.152500000000002", + "parsedAmount": "12152500000000002000" + }, + { + "gotchiId": "8298", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "8299", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "8303", + "amount": "28.560000000000002", + "parsedAmount": "28560000000000002000" + }, + { + "gotchiId": "8311", + "amount": "16.2", + "parsedAmount": "16200000000000000000" + }, + { + "gotchiId": "8323", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "8325", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "8326", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "8327", + "amount": "32.45", + "parsedAmount": "32450000000000000000" + }, + { + "gotchiId": "8328", + "amount": "16.47", + "parsedAmount": "16470000000000000000" + }, + { + "gotchiId": "8329", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "8332", + "amount": "9.245000000000001", + "parsedAmount": "9245000000000001000" + }, + { + "gotchiId": "8344", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "8346", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "8355", + "amount": "12.9425", + "parsedAmount": "12942500000000000000" + }, + { + "gotchiId": "8358", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "8360", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "8361", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "8364", + "amount": "79.23249999999999", + "parsedAmount": "79232499999999990000" + }, + { + "gotchiId": "8365", + "amount": "25.995", + "parsedAmount": "25995000000000000000" + }, + { + "gotchiId": "8367", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "8369", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "8372", + "amount": "46.16", + "parsedAmount": "46160000000000000000" + }, + { + "gotchiId": "8373", + "amount": "16.305", + "parsedAmount": "16305000000000000000" + }, + { + "gotchiId": "8376", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "8377", + "amount": "13.445", + "parsedAmount": "13445000000000000000" + }, + { + "gotchiId": "8378", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "8379", + "amount": "15.399999999999999", + "parsedAmount": "15399999999999999000" + }, + { + "gotchiId": "8380", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "8382", + "amount": "49.6575", + "parsedAmount": "49657500000000000000" + }, + { + "gotchiId": "8383", + "amount": "64.49000000000001", + "parsedAmount": "64490000000000010000" + }, + { + "gotchiId": "8385", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "8386", + "amount": "13.465", + "parsedAmount": "13465000000000000000" + }, + { + "gotchiId": "8388", + "amount": "8.260000000000002", + "parsedAmount": "8260000000000002000" + }, + { + "gotchiId": "8389", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "8390", + "amount": "5.0725", + "parsedAmount": "5072500000000000000" + }, + { + "gotchiId": "8392", + "amount": "66.935", + "parsedAmount": "66935000000000000000" + }, + { + "gotchiId": "8396", + "amount": "1468.1000000000001", + "parsedAmount": "1468100000000000100000" + }, + { + "gotchiId": "8398", + "amount": "25.4025", + "parsedAmount": "25402500000000000000" + }, + { + "gotchiId": "8400", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "8403", + "amount": "36.3925", + "parsedAmount": "36392500000000000000" + }, + { + "gotchiId": "8409", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "8416", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "8419", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "8420", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "8421", + "amount": "8.5", + "parsedAmount": "8500000000000000000" + }, + { + "gotchiId": "8424", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "8425", + "amount": "19.1425", + "parsedAmount": "19142500000000000000" + }, + { + "gotchiId": "8427", + "amount": "14.7875", + "parsedAmount": "14787500000000000000" + }, + { + "gotchiId": "8429", + "amount": "14.805", + "parsedAmount": "14805000000000000000" + }, + { + "gotchiId": "8431", + "amount": "16.957500000000003", + "parsedAmount": "16957500000000003000" + }, + { + "gotchiId": "8432", + "amount": "12.29", + "parsedAmount": "12290000000000000000" + }, + { + "gotchiId": "8433", + "amount": "9.094999999999999", + "parsedAmount": "9094999999999999000" + }, + { + "gotchiId": "8434", + "amount": "37.095", + "parsedAmount": "37095000000000000000" + }, + { + "gotchiId": "8439", + "amount": "152.9375", + "parsedAmount": "152937500000000000000" + }, + { + "gotchiId": "8440", + "amount": "149.29000000000002", + "parsedAmount": "149290000000000020000" + }, + { + "gotchiId": "8442", + "amount": "50.699999999999996", + "parsedAmount": "50699999999999996000" + }, + { + "gotchiId": "8443", + "amount": "134.525", + "parsedAmount": "134525000000000000000" + }, + { + "gotchiId": "8444", + "amount": "42.1", + "parsedAmount": "42100000000000000000" + }, + { + "gotchiId": "8446", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "8451", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "8452", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "8453", + "amount": "9.825", + "parsedAmount": "9825000000000000000" + }, + { + "gotchiId": "8455", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "8456", + "amount": "3.335", + "parsedAmount": "3335000000000000000" + }, + { + "gotchiId": "8461", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "8463", + "amount": "11.975", + "parsedAmount": "11975000000000000000" + }, + { + "gotchiId": "8464", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "8465", + "amount": "21.012499999999996", + "parsedAmount": "21012499999999996000" + }, + { + "gotchiId": "8467", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "8469", + "amount": "13.677499999999998", + "parsedAmount": "13677499999999998000" + }, + { + "gotchiId": "8472", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "8473", + "amount": "10.594999999999999", + "parsedAmount": "10594999999999999000" + }, + { + "gotchiId": "8474", + "amount": "21.405", + "parsedAmount": "21405000000000000000" + }, + { + "gotchiId": "8475", + "amount": "3.9975", + "parsedAmount": "3997500000000000000" + }, + { + "gotchiId": "8476", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "8477", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "8478", + "amount": "8.99", + "parsedAmount": "8990000000000000000" + }, + { + "gotchiId": "8479", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "8480", + "amount": "25.1575", + "parsedAmount": "25157500000000000000" + }, + { + "gotchiId": "8483", + "amount": "11.61", + "parsedAmount": "11610000000000000000" + }, + { + "gotchiId": "8485", + "amount": "9.865", + "parsedAmount": "9865000000000000000" + }, + { + "gotchiId": "8486", + "amount": "4.5725", + "parsedAmount": "4572500000000000000" + }, + { + "gotchiId": "8490", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "8492", + "amount": "6.8149999999999995", + "parsedAmount": "6814999999999999500" + }, + { + "gotchiId": "8493", + "amount": "13.26", + "parsedAmount": "13260000000000000000" + }, + { + "gotchiId": "8497", + "amount": "12.89", + "parsedAmount": "12890000000000000000" + }, + { + "gotchiId": "8499", + "amount": "13.035", + "parsedAmount": "13035000000000000000" + }, + { + "gotchiId": "8500", + "amount": "13.775", + "parsedAmount": "13775000000000000000" + }, + { + "gotchiId": "8501", + "amount": "31.7225", + "parsedAmount": "31722500000000000000" + }, + { + "gotchiId": "8502", + "amount": "10.2475", + "parsedAmount": "10247500000000000000" + }, + { + "gotchiId": "8503", + "amount": "33.402499999999996", + "parsedAmount": "33402499999999996000" + }, + { + "gotchiId": "8505", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "8512", + "amount": "12.632500000000002", + "parsedAmount": "12632500000000002000" + }, + { + "gotchiId": "8513", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "8515", + "amount": "5.8375", + "parsedAmount": "5837500000000000000" + }, + { + "gotchiId": "8516", + "amount": "7.897500000000001", + "parsedAmount": "7897500000000001000" + }, + { + "gotchiId": "8517", + "amount": "105.6625", + "parsedAmount": "105662500000000000000" + }, + { + "gotchiId": "8518", + "amount": "20.1275", + "parsedAmount": "20127500000000000000" + }, + { + "gotchiId": "8520", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "8521", + "amount": "24.7825", + "parsedAmount": "24782500000000000000" + }, + { + "gotchiId": "8522", + "amount": "17.36", + "parsedAmount": "17360000000000000000" + }, + { + "gotchiId": "8529", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "8531", + "amount": "138.3425", + "parsedAmount": "138342500000000000000" + }, + { + "gotchiId": "8532", + "amount": "3.435", + "parsedAmount": "3435000000000000000" + }, + { + "gotchiId": "8533", + "amount": "7.265", + "parsedAmount": "7265000000000000000" + }, + { + "gotchiId": "8534", + "amount": "22.37", + "parsedAmount": "22370000000000000000" + }, + { + "gotchiId": "8536", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "8542", + "amount": "61.597500000000004", + "parsedAmount": "61597500000000004000" + }, + { + "gotchiId": "8543", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "8544", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "8547", + "amount": "18.185", + "parsedAmount": "18185000000000000000" + }, + { + "gotchiId": "8549", + "amount": "11.18", + "parsedAmount": "11180000000000000000" + }, + { + "gotchiId": "8552", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "8553", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "8554", + "amount": "315.0625", + "parsedAmount": "315062500000000000000" + }, + { + "gotchiId": "8556", + "amount": "5.08", + "parsedAmount": "5080000000000000000" + }, + { + "gotchiId": "8557", + "amount": "28.935", + "parsedAmount": "28935000000000000000" + }, + { + "gotchiId": "8559", + "amount": "11.8325", + "parsedAmount": "11832500000000000000" + }, + { + "gotchiId": "8562", + "amount": "15.930000000000001", + "parsedAmount": "15930000000000001000" + }, + { + "gotchiId": "8563", + "amount": "8.3225", + "parsedAmount": "8322500000000000000" + }, + { + "gotchiId": "8564", + "amount": "8.8325", + "parsedAmount": "8832500000000000000" + }, + { + "gotchiId": "8565", + "amount": "8.4475", + "parsedAmount": "8447500000000000000" + }, + { + "gotchiId": "8567", + "amount": "72.83", + "parsedAmount": "72830000000000000000" + }, + { + "gotchiId": "8568", + "amount": "34.475", + "parsedAmount": "34475000000000000000" + }, + { + "gotchiId": "8572", + "amount": "21.880000000000003", + "parsedAmount": "21880000000000003000" + }, + { + "gotchiId": "8573", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "8576", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "8581", + "amount": "6.19", + "parsedAmount": "6190000000000000000" + }, + { + "gotchiId": "8582", + "amount": "12.0875", + "parsedAmount": "12087500000000000000" + }, + { + "gotchiId": "8583", + "amount": "81.2675", + "parsedAmount": "81267500000000000000" + }, + { + "gotchiId": "8585", + "amount": "173.985", + "parsedAmount": "173985000000000000000" + }, + { + "gotchiId": "8587", + "amount": "14.77", + "parsedAmount": "14770000000000000000" + }, + { + "gotchiId": "8588", + "amount": "84.7475", + "parsedAmount": "84747500000000000000" + }, + { + "gotchiId": "8589", + "amount": "13.6975", + "parsedAmount": "13697500000000000000" + }, + { + "gotchiId": "8590", + "amount": "62.21", + "parsedAmount": "62210000000000000000" + }, + { + "gotchiId": "8591", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "8593", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "8595", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "8596", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "8598", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "8600", + "amount": "11.1325", + "parsedAmount": "11132500000000000000" + }, + { + "gotchiId": "8601", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "8603", + "amount": "11.9075", + "parsedAmount": "11907500000000000000" + }, + { + "gotchiId": "8604", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "8605", + "amount": "28.689999999999998", + "parsedAmount": "28689999999999998000" + }, + { + "gotchiId": "8607", + "amount": "38.5125", + "parsedAmount": "38512500000000000000" + }, + { + "gotchiId": "8609", + "amount": "154.9725", + "parsedAmount": "154972500000000000000" + }, + { + "gotchiId": "8611", + "amount": "67.9325", + "parsedAmount": "67932500000000000000" + }, + { + "gotchiId": "8612", + "amount": "837.63", + "parsedAmount": "837630000000000000000" + }, + { + "gotchiId": "8615", + "amount": "30.049999999999997", + "parsedAmount": "30049999999999997000" + }, + { + "gotchiId": "8616", + "amount": "8.9875", + "parsedAmount": "8987500000000000000" + }, + { + "gotchiId": "8617", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "8618", + "amount": "4.67", + "parsedAmount": "4670000000000000000" + }, + { + "gotchiId": "8621", + "amount": "29.067500000000003", + "parsedAmount": "29067500000000003000" + }, + { + "gotchiId": "8622", + "amount": "27.89", + "parsedAmount": "27890000000000000000" + }, + { + "gotchiId": "8623", + "amount": "797.5124999999999", + "parsedAmount": "797512499999999900000" + }, + { + "gotchiId": "8624", + "amount": "21.33", + "parsedAmount": "21330000000000000000" + }, + { + "gotchiId": "8625", + "amount": "27.467499999999998", + "parsedAmount": "27467499999999998000" + }, + { + "gotchiId": "8626", + "amount": "46.205", + "parsedAmount": "46205000000000000000" + }, + { + "gotchiId": "8629", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "8631", + "amount": "27.11", + "parsedAmount": "27110000000000000000" + }, + { + "gotchiId": "8632", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "8633", + "amount": "7.1850000000000005", + "parsedAmount": "7185000000000000500" + }, + { + "gotchiId": "8641", + "amount": "27.5625", + "parsedAmount": "27562500000000000000" + }, + { + "gotchiId": "8642", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "8648", + "amount": "20.82", + "parsedAmount": "20820000000000000000" + }, + { + "gotchiId": "8651", + "amount": "41.96249999999999", + "parsedAmount": "41962499999999990000" + }, + { + "gotchiId": "8652", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "8653", + "amount": "10.215", + "parsedAmount": "10215000000000000000" + }, + { + "gotchiId": "8655", + "amount": "26.6075", + "parsedAmount": "26607500000000000000" + }, + { + "gotchiId": "8657", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "8662", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "8664", + "amount": "16.705", + "parsedAmount": "16705000000000000000" + }, + { + "gotchiId": "8665", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "8666", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "8667", + "amount": "37.07", + "parsedAmount": "37070000000000000000" + }, + { + "gotchiId": "8668", + "amount": "22.174999999999997", + "parsedAmount": "22174999999999997000" + }, + { + "gotchiId": "8669", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "8674", + "amount": "5.2425", + "parsedAmount": "5242500000000000000" + }, + { + "gotchiId": "8676", + "amount": "158.385", + "parsedAmount": "158385000000000000000" + }, + { + "gotchiId": "8677", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "8679", + "amount": "15.137500000000001", + "parsedAmount": "15137500000000001000" + }, + { + "gotchiId": "8680", + "amount": "8.9075", + "parsedAmount": "8907500000000000000" + }, + { + "gotchiId": "8681", + "amount": "18.615000000000002", + "parsedAmount": "18615000000000002000" + }, + { + "gotchiId": "8687", + "amount": "7.3525", + "parsedAmount": "7352500000000000000" + }, + { + "gotchiId": "8688", + "amount": "8.4675", + "parsedAmount": "8467500000000000000" + } + ], + "totalAmount": "18599724999999999986500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204002, + "gasUsed": "9769947" + }, + { + "batchIndex": 8, + "transactionHash": "0x90a0b5e869211b91b42e37c29dfa97336967014bffdd29850401e2eff4bc4635", + "timestamp": "2025-10-23T05:29:12.130Z", + "gotchiRewards": [ + { + "gotchiId": "8689", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "8691", + "amount": "38.9675", + "parsedAmount": "38967500000000000000" + }, + { + "gotchiId": "8692", + "amount": "3.0425", + "parsedAmount": "3042500000000000000" + }, + { + "gotchiId": "8693", + "amount": "49.83", + "parsedAmount": "49830000000000000000" + }, + { + "gotchiId": "8694", + "amount": "44.900000000000006", + "parsedAmount": "44900000000000006000" + }, + { + "gotchiId": "8695", + "amount": "29.73", + "parsedAmount": "29730000000000000000" + }, + { + "gotchiId": "8699", + "amount": "11.79", + "parsedAmount": "11790000000000000000" + }, + { + "gotchiId": "8702", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "8704", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "8705", + "amount": "7.7425", + "parsedAmount": "7742500000000000000" + }, + { + "gotchiId": "8707", + "amount": "31.477500000000003", + "parsedAmount": "31477500000000003000" + }, + { + "gotchiId": "8712", + "amount": "6.335000000000001", + "parsedAmount": "6335000000000001000" + }, + { + "gotchiId": "8716", + "amount": "8.7425", + "parsedAmount": "8742500000000000000" + }, + { + "gotchiId": "8718", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "8719", + "amount": "8.1275", + "parsedAmount": "8127500000000000000" + }, + { + "gotchiId": "8720", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "8722", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "8724", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "8726", + "amount": "29.3075", + "parsedAmount": "29307500000000000000" + }, + { + "gotchiId": "8732", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "8734", + "amount": "8.1425", + "parsedAmount": "8142500000000000000" + }, + { + "gotchiId": "8735", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "8737", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "8738", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "8739", + "amount": "19.747500000000002", + "parsedAmount": "19747500000000002000" + }, + { + "gotchiId": "8741", + "amount": "7.547499999999999", + "parsedAmount": "7547499999999999000" + }, + { + "gotchiId": "8745", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "8746", + "amount": "8.4475", + "parsedAmount": "8447500000000000000" + }, + { + "gotchiId": "8750", + "amount": "16.335", + "parsedAmount": "16335000000000000000" + }, + { + "gotchiId": "8752", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "8753", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "8756", + "amount": "71.2975", + "parsedAmount": "71297500000000000000" + }, + { + "gotchiId": "8757", + "amount": "14.0525", + "parsedAmount": "14052500000000000000" + }, + { + "gotchiId": "8763", + "amount": "8.629999999999999", + "parsedAmount": "8629999999999999000" + }, + { + "gotchiId": "8764", + "amount": "41.2675", + "parsedAmount": "41267500000000000000" + }, + { + "gotchiId": "8768", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "8770", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "8773", + "amount": "13.92", + "parsedAmount": "13920000000000000000" + }, + { + "gotchiId": "8774", + "amount": "10.989999999999998", + "parsedAmount": "10989999999999998000" + }, + { + "gotchiId": "8775", + "amount": "6.737500000000001", + "parsedAmount": "6737500000000001000" + }, + { + "gotchiId": "8778", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "8779", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "8780", + "amount": "15.485", + "parsedAmount": "15485000000000000000" + }, + { + "gotchiId": "8781", + "amount": "18.5575", + "parsedAmount": "18557500000000000000" + }, + { + "gotchiId": "8782", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "8783", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "8784", + "amount": "14.68", + "parsedAmount": "14680000000000000000" + }, + { + "gotchiId": "8785", + "amount": "22.4925", + "parsedAmount": "22492500000000000000" + }, + { + "gotchiId": "8786", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "8787", + "amount": "16.155", + "parsedAmount": "16155000000000000000" + }, + { + "gotchiId": "8789", + "amount": "22.72", + "parsedAmount": "22720000000000000000" + }, + { + "gotchiId": "8790", + "amount": "33.325", + "parsedAmount": "33325000000000000000" + }, + { + "gotchiId": "8797", + "amount": "26.79", + "parsedAmount": "26790000000000000000" + }, + { + "gotchiId": "8798", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "8800", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "8805", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "8806", + "amount": "48.825", + "parsedAmount": "48825000000000000000" + }, + { + "gotchiId": "8809", + "amount": "34.59", + "parsedAmount": "34590000000000000000" + }, + { + "gotchiId": "8811", + "amount": "13.36", + "parsedAmount": "13360000000000000000" + }, + { + "gotchiId": "8812", + "amount": "20.705", + "parsedAmount": "20705000000000000000" + }, + { + "gotchiId": "8814", + "amount": "17.4525", + "parsedAmount": "17452500000000000000" + }, + { + "gotchiId": "8821", + "amount": "36.235", + "parsedAmount": "36235000000000000000" + }, + { + "gotchiId": "8823", + "amount": "111.3175", + "parsedAmount": "111317500000000000000" + }, + { + "gotchiId": "8825", + "amount": "15.2175", + "parsedAmount": "15217500000000000000" + }, + { + "gotchiId": "8829", + "amount": "20.2375", + "parsedAmount": "20237500000000000000" + }, + { + "gotchiId": "8831", + "amount": "17.302500000000002", + "parsedAmount": "17302500000000002000" + }, + { + "gotchiId": "8836", + "amount": "4.8225", + "parsedAmount": "4822500000000000000" + }, + { + "gotchiId": "8837", + "amount": "23.5625", + "parsedAmount": "23562500000000000000" + }, + { + "gotchiId": "8838", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "8839", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "8840", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "8845", + "amount": "976.2075", + "parsedAmount": "976207500000000000000" + }, + { + "gotchiId": "8847", + "amount": "11.0575", + "parsedAmount": "11057500000000000000" + }, + { + "gotchiId": "8856", + "amount": "5.7425", + "parsedAmount": "5742500000000000000" + }, + { + "gotchiId": "8858", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "8860", + "amount": "155.0025", + "parsedAmount": "155002500000000000000" + }, + { + "gotchiId": "8861", + "amount": "105.0025", + "parsedAmount": "105002500000000000000" + }, + { + "gotchiId": "8862", + "amount": "147.4675", + "parsedAmount": "147467500000000000000" + }, + { + "gotchiId": "8863", + "amount": "260.3025", + "parsedAmount": "260302500000000000000" + }, + { + "gotchiId": "8864", + "amount": "122.92", + "parsedAmount": "122920000000000000000" + }, + { + "gotchiId": "8866", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "8867", + "amount": "8.1125", + "parsedAmount": "8112500000000000000" + }, + { + "gotchiId": "8868", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "8869", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "8872", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "8873", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "8876", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "8877", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "8878", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "8880", + "amount": "8.2225", + "parsedAmount": "8222500000000000000" + }, + { + "gotchiId": "8881", + "amount": "11.325000000000001", + "parsedAmount": "11325000000000001000" + }, + { + "gotchiId": "8884", + "amount": "27.1825", + "parsedAmount": "27182500000000000000" + }, + { + "gotchiId": "8885", + "amount": "9.6675", + "parsedAmount": "9667500000000000000" + }, + { + "gotchiId": "8886", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "8887", + "amount": "8.584999999999999", + "parsedAmount": "8584999999999999000" + }, + { + "gotchiId": "8889", + "amount": "27.57", + "parsedAmount": "27570000000000000000" + }, + { + "gotchiId": "8890", + "amount": "56.70249999999999", + "parsedAmount": "56702499999999990000" + }, + { + "gotchiId": "8891", + "amount": "42.255", + "parsedAmount": "42255000000000000000" + }, + { + "gotchiId": "8892", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "8893", + "amount": "134.575", + "parsedAmount": "134575000000000000000" + }, + { + "gotchiId": "8896", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "8897", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "8898", + "amount": "39.505", + "parsedAmount": "39505000000000000000" + }, + { + "gotchiId": "8902", + "amount": "36.6375", + "parsedAmount": "36637500000000000000" + }, + { + "gotchiId": "8905", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "8910", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "8911", + "amount": "159.535", + "parsedAmount": "159535000000000000000" + }, + { + "gotchiId": "8914", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "8916", + "amount": "13.0525", + "parsedAmount": "13052500000000000000" + }, + { + "gotchiId": "8918", + "amount": "9.825", + "parsedAmount": "9825000000000000000" + }, + { + "gotchiId": "8921", + "amount": "16.2475", + "parsedAmount": "16247500000000000000" + }, + { + "gotchiId": "8922", + "amount": "49.080000000000005", + "parsedAmount": "49080000000000005000" + }, + { + "gotchiId": "8926", + "amount": "20.6875", + "parsedAmount": "20687500000000000000" + }, + { + "gotchiId": "8927", + "amount": "17.365", + "parsedAmount": "17365000000000000000" + }, + { + "gotchiId": "8929", + "amount": "25.025", + "parsedAmount": "25025000000000000000" + }, + { + "gotchiId": "8930", + "amount": "7.6125", + "parsedAmount": "7612500000000000000" + }, + { + "gotchiId": "8931", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "8932", + "amount": "10.08", + "parsedAmount": "10080000000000000000" + }, + { + "gotchiId": "8933", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "8934", + "amount": "26.787499999999998", + "parsedAmount": "26787499999999998000" + }, + { + "gotchiId": "8936", + "amount": "52.287499999999994", + "parsedAmount": "52287499999999994000" + }, + { + "gotchiId": "8941", + "amount": "14.765", + "parsedAmount": "14765000000000000000" + }, + { + "gotchiId": "8942", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "8943", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "8947", + "amount": "11.835", + "parsedAmount": "11835000000000000000" + }, + { + "gotchiId": "8949", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "8950", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "8951", + "amount": "19.875", + "parsedAmount": "19875000000000000000" + }, + { + "gotchiId": "8953", + "amount": "9.245000000000001", + "parsedAmount": "9245000000000001000" + }, + { + "gotchiId": "8954", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "8955", + "amount": "61.965", + "parsedAmount": "61965000000000000000" + }, + { + "gotchiId": "8956", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "8960", + "amount": "22.355", + "parsedAmount": "22355000000000000000" + }, + { + "gotchiId": "8961", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "8963", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "8964", + "amount": "23.1075", + "parsedAmount": "23107500000000000000" + }, + { + "gotchiId": "8965", + "amount": "18.355", + "parsedAmount": "18355000000000000000" + }, + { + "gotchiId": "8966", + "amount": "40.807500000000005", + "parsedAmount": "40807500000000005000" + }, + { + "gotchiId": "8967", + "amount": "33.7875", + "parsedAmount": "33787500000000000000" + }, + { + "gotchiId": "8968", + "amount": "28.427500000000002", + "parsedAmount": "28427500000000002000" + }, + { + "gotchiId": "8969", + "amount": "30.264999999999997", + "parsedAmount": "30264999999999997000" + }, + { + "gotchiId": "8970", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "8971", + "amount": "31.305", + "parsedAmount": "31305000000000000000" + }, + { + "gotchiId": "8972", + "amount": "28.832500000000003", + "parsedAmount": "28832500000000003000" + }, + { + "gotchiId": "8973", + "amount": "35.8025", + "parsedAmount": "35802500000000000000" + }, + { + "gotchiId": "8974", + "amount": "28.25", + "parsedAmount": "28250000000000000000" + }, + { + "gotchiId": "8975", + "amount": "34.3725", + "parsedAmount": "34372500000000000000" + }, + { + "gotchiId": "8976", + "amount": "37.1275", + "parsedAmount": "37127500000000000000" + }, + { + "gotchiId": "8977", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "8978", + "amount": "33.785", + "parsedAmount": "33785000000000000000" + }, + { + "gotchiId": "8979", + "amount": "30.6675", + "parsedAmount": "30667500000000000000" + }, + { + "gotchiId": "8980", + "amount": "41.865", + "parsedAmount": "41865000000000000000" + }, + { + "gotchiId": "8981", + "amount": "30.407500000000002", + "parsedAmount": "30407500000000002000" + }, + { + "gotchiId": "8985", + "amount": "6.2525", + "parsedAmount": "6252500000000000000" + }, + { + "gotchiId": "8986", + "amount": "39.3825", + "parsedAmount": "39382500000000000000" + }, + { + "gotchiId": "8987", + "amount": "29.5775", + "parsedAmount": "29577500000000000000" + }, + { + "gotchiId": "8988", + "amount": "27.94", + "parsedAmount": "27940000000000000000" + }, + { + "gotchiId": "8989", + "amount": "34.5625", + "parsedAmount": "34562500000000000000" + }, + { + "gotchiId": "8990", + "amount": "34.3725", + "parsedAmount": "34372500000000000000" + }, + { + "gotchiId": "8995", + "amount": "17.3675", + "parsedAmount": "17367500000000000000" + }, + { + "gotchiId": "8999", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "9001", + "amount": "19.6125", + "parsedAmount": "19612500000000000000" + }, + { + "gotchiId": "9003", + "amount": "13.67", + "parsedAmount": "13670000000000000000" + }, + { + "gotchiId": "9005", + "amount": "2.22", + "parsedAmount": "2220000000000000000" + }, + { + "gotchiId": "9016", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "9017", + "amount": "7.61", + "parsedAmount": "7610000000000000000" + }, + { + "gotchiId": "9021", + "amount": "60.28249999999999", + "parsedAmount": "60282499999999990000" + }, + { + "gotchiId": "9022", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "9023", + "amount": "120.80749999999999", + "parsedAmount": "120807499999999990000" + }, + { + "gotchiId": "9024", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "9026", + "amount": "11.632499999999999", + "parsedAmount": "11632499999999999000" + }, + { + "gotchiId": "9027", + "amount": "283.1225", + "parsedAmount": "283122500000000000000" + }, + { + "gotchiId": "9029", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "9030", + "amount": "16.1825", + "parsedAmount": "16182500000000000000" + }, + { + "gotchiId": "9031", + "amount": "12.2275", + "parsedAmount": "12227500000000000000" + }, + { + "gotchiId": "9035", + "amount": "12.85", + "parsedAmount": "12850000000000000000" + }, + { + "gotchiId": "9036", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "9038", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "9040", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "9044", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "9045", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "9047", + "amount": "28.1075", + "parsedAmount": "28107500000000000000" + }, + { + "gotchiId": "9048", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "9049", + "amount": "4.695", + "parsedAmount": "4695000000000000000" + }, + { + "gotchiId": "9054", + "amount": "10.47", + "parsedAmount": "10470000000000000000" + }, + { + "gotchiId": "9059", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "9060", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "9064", + "amount": "7.7775", + "parsedAmount": "7777500000000000000" + }, + { + "gotchiId": "9068", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "9069", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "9071", + "amount": "57.1225", + "parsedAmount": "57122500000000000000" + }, + { + "gotchiId": "9072", + "amount": "9.375", + "parsedAmount": "9375000000000000000" + }, + { + "gotchiId": "9073", + "amount": "19.389999999999997", + "parsedAmount": "19389999999999997000" + }, + { + "gotchiId": "9074", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "9083", + "amount": "34.5075", + "parsedAmount": "34507500000000000000" + }, + { + "gotchiId": "9085", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "9086", + "amount": "12.6625", + "parsedAmount": "12662500000000000000" + }, + { + "gotchiId": "9088", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "9091", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "9097", + "amount": "13.605", + "parsedAmount": "13605000000000000000" + }, + { + "gotchiId": "9099", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "9100", + "amount": "18.995", + "parsedAmount": "18995000000000000000" + }, + { + "gotchiId": "9101", + "amount": "7.7875", + "parsedAmount": "7787500000000000000" + }, + { + "gotchiId": "9103", + "amount": "14.41", + "parsedAmount": "14410000000000000000" + }, + { + "gotchiId": "9106", + "amount": "517.8725", + "parsedAmount": "517872500000000000000" + }, + { + "gotchiId": "9108", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "9111", + "amount": "94.3875", + "parsedAmount": "94387500000000000000" + }, + { + "gotchiId": "9117", + "amount": "21.240000000000002", + "parsedAmount": "21240000000000002000" + }, + { + "gotchiId": "9118", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "9121", + "amount": "25.310000000000002", + "parsedAmount": "25310000000000002000" + }, + { + "gotchiId": "9123", + "amount": "9.7475", + "parsedAmount": "9747500000000000000" + }, + { + "gotchiId": "9124", + "amount": "11.825", + "parsedAmount": "11825000000000000000" + }, + { + "gotchiId": "9125", + "amount": "52.135", + "parsedAmount": "52135000000000000000" + }, + { + "gotchiId": "9128", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "9129", + "amount": "28.3525", + "parsedAmount": "28352500000000000000" + }, + { + "gotchiId": "9130", + "amount": "6.8075", + "parsedAmount": "6807500000000000000" + }, + { + "gotchiId": "9133", + "amount": "39.36", + "parsedAmount": "39360000000000000000" + }, + { + "gotchiId": "9135", + "amount": "9.950000000000001", + "parsedAmount": "9950000000000001000" + }, + { + "gotchiId": "9136", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "9137", + "amount": "31.512500000000003", + "parsedAmount": "31512500000000003000" + }, + { + "gotchiId": "9139", + "amount": "22.3375", + "parsedAmount": "22337500000000000000" + }, + { + "gotchiId": "9142", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "9143", + "amount": "11.932500000000001", + "parsedAmount": "11932500000000001000" + }, + { + "gotchiId": "9145", + "amount": "32.79", + "parsedAmount": "32790000000000000000" + }, + { + "gotchiId": "9146", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "9147", + "amount": "22.915", + "parsedAmount": "22915000000000000000" + }, + { + "gotchiId": "9153", + "amount": "9.3475", + "parsedAmount": "9347500000000000000" + }, + { + "gotchiId": "9154", + "amount": "7.8175", + "parsedAmount": "7817500000000000000" + }, + { + "gotchiId": "9155", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "9156", + "amount": "29.87", + "parsedAmount": "29870000000000000000" + }, + { + "gotchiId": "9157", + "amount": "15.567499999999999", + "parsedAmount": "15567499999999999000" + }, + { + "gotchiId": "9158", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "9162", + "amount": "21.4275", + "parsedAmount": "21427500000000000000" + }, + { + "gotchiId": "9163", + "amount": "4.3175", + "parsedAmount": "4317500000000000000" + }, + { + "gotchiId": "9168", + "amount": "30.494999999999997", + "parsedAmount": "30494999999999997000" + }, + { + "gotchiId": "9169", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "9171", + "amount": "92.38250000000001", + "parsedAmount": "92382500000000010000" + }, + { + "gotchiId": "9173", + "amount": "22.455", + "parsedAmount": "22455000000000000000" + }, + { + "gotchiId": "9174", + "amount": "32.295", + "parsedAmount": "32295000000000000000" + }, + { + "gotchiId": "9175", + "amount": "312.27750000000003", + "parsedAmount": "312277500000000030000" + }, + { + "gotchiId": "9176", + "amount": "12.7975", + "parsedAmount": "12797500000000000000" + }, + { + "gotchiId": "9178", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "9179", + "amount": "14.2425", + "parsedAmount": "14242500000000000000" + }, + { + "gotchiId": "9183", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "9187", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "9189", + "amount": "9.7725", + "parsedAmount": "9772500000000000000" + }, + { + "gotchiId": "9191", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "9192", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "9197", + "amount": "30.83", + "parsedAmount": "30830000000000000000" + }, + { + "gotchiId": "9205", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "9206", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "9210", + "amount": "30.0475", + "parsedAmount": "30047500000000000000" + }, + { + "gotchiId": "9211", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "9212", + "amount": "41.7525", + "parsedAmount": "41752500000000000000" + }, + { + "gotchiId": "9214", + "amount": "26.1025", + "parsedAmount": "26102500000000000000" + }, + { + "gotchiId": "9215", + "amount": "20.275", + "parsedAmount": "20275000000000000000" + }, + { + "gotchiId": "9242", + "amount": "17.355", + "parsedAmount": "17355000000000000000" + }, + { + "gotchiId": "9243", + "amount": "26.3675", + "parsedAmount": "26367500000000000000" + }, + { + "gotchiId": "9248", + "amount": "42.4775", + "parsedAmount": "42477500000000000000" + }, + { + "gotchiId": "9250", + "amount": "24.745", + "parsedAmount": "24745000000000000000" + }, + { + "gotchiId": "9252", + "amount": "18.955", + "parsedAmount": "18955000000000000000" + }, + { + "gotchiId": "9254", + "amount": "10.62", + "parsedAmount": "10620000000000000000" + }, + { + "gotchiId": "9255", + "amount": "4.535", + "parsedAmount": "4535000000000000000" + }, + { + "gotchiId": "9256", + "amount": "8.335", + "parsedAmount": "8335000000000000000" + }, + { + "gotchiId": "9257", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "9258", + "amount": "15.08", + "parsedAmount": "15080000000000000000" + }, + { + "gotchiId": "9260", + "amount": "19.97", + "parsedAmount": "19970000000000000000" + }, + { + "gotchiId": "9262", + "amount": "9.629999999999999", + "parsedAmount": "9629999999999999000" + }, + { + "gotchiId": "9264", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "9265", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "9266", + "amount": "24.525", + "parsedAmount": "24525000000000000000" + }, + { + "gotchiId": "9270", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "9272", + "amount": "86.035", + "parsedAmount": "86035000000000000000" + }, + { + "gotchiId": "9274", + "amount": "29.43", + "parsedAmount": "29430000000000000000" + }, + { + "gotchiId": "9275", + "amount": "24.26", + "parsedAmount": "24260000000000000000" + }, + { + "gotchiId": "9280", + "amount": "6.852500000000001", + "parsedAmount": "6852500000000001000" + }, + { + "gotchiId": "9281", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "9284", + "amount": "15.934999999999999", + "parsedAmount": "15934999999999999000" + }, + { + "gotchiId": "9285", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "9286", + "amount": "20.6475", + "parsedAmount": "20647500000000000000" + }, + { + "gotchiId": "9287", + "amount": "12.100000000000001", + "parsedAmount": "12100000000000001000" + }, + { + "gotchiId": "9288", + "amount": "27.0875", + "parsedAmount": "27087500000000000000" + }, + { + "gotchiId": "9289", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "9290", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "9291", + "amount": "7.300000000000001", + "parsedAmount": "7300000000000001000" + }, + { + "gotchiId": "9294", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "9295", + "amount": "9.4275", + "parsedAmount": "9427500000000000000" + }, + { + "gotchiId": "9299", + "amount": "24.7675", + "parsedAmount": "24767500000000000000" + }, + { + "gotchiId": "9302", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "9304", + "amount": "6.477500000000001", + "parsedAmount": "6477500000000001000" + }, + { + "gotchiId": "9306", + "amount": "6.984999999999999", + "parsedAmount": "6984999999999999000" + }, + { + "gotchiId": "9311", + "amount": "19.1825", + "parsedAmount": "19182500000000000000" + }, + { + "gotchiId": "9312", + "amount": "22.037499999999998", + "parsedAmount": "22037499999999998000" + }, + { + "gotchiId": "9321", + "amount": "2.3975", + "parsedAmount": "2397500000000000000" + }, + { + "gotchiId": "9330", + "amount": "11.549999999999999", + "parsedAmount": "11549999999999999000" + }, + { + "gotchiId": "9334", + "amount": "9.190000000000001", + "parsedAmount": "9190000000000001000" + }, + { + "gotchiId": "9335", + "amount": "19.705", + "parsedAmount": "19705000000000000000" + }, + { + "gotchiId": "9336", + "amount": "12", + "parsedAmount": "12000000000000000000" + }, + { + "gotchiId": "9337", + "amount": "34.254999999999995", + "parsedAmount": "34254999999999995000" + }, + { + "gotchiId": "9338", + "amount": "35.9675", + "parsedAmount": "35967500000000000000" + }, + { + "gotchiId": "9340", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "9341", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "9342", + "amount": "17.14", + "parsedAmount": "17140000000000000000" + }, + { + "gotchiId": "9343", + "amount": "15.55", + "parsedAmount": "15550000000000000000" + }, + { + "gotchiId": "9344", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "9346", + "amount": "125.8925", + "parsedAmount": "125892500000000000000" + }, + { + "gotchiId": "9347", + "amount": "5.1274999999999995", + "parsedAmount": "5127499999999999500" + }, + { + "gotchiId": "9349", + "amount": "35.425", + "parsedAmount": "35425000000000000000" + }, + { + "gotchiId": "9350", + "amount": "12.5", + "parsedAmount": "12500000000000000000" + }, + { + "gotchiId": "9352", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "9353", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "9354", + "amount": "11.715", + "parsedAmount": "11715000000000000000" + }, + { + "gotchiId": "9357", + "amount": "26.8425", + "parsedAmount": "26842500000000000000" + }, + { + "gotchiId": "9358", + "amount": "335.6525", + "parsedAmount": "335652500000000000000" + }, + { + "gotchiId": "9359", + "amount": "15.7475", + "parsedAmount": "15747500000000000000" + }, + { + "gotchiId": "9360", + "amount": "23.24", + "parsedAmount": "23240000000000000000" + }, + { + "gotchiId": "9362", + "amount": "52.02250000000001", + "parsedAmount": "52022500000000010000" + }, + { + "gotchiId": "9366", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "9367", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "9368", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "9369", + "amount": "639.495", + "parsedAmount": "639495000000000000000" + }, + { + "gotchiId": "9370", + "amount": "19.8425", + "parsedAmount": "19842500000000000000" + }, + { + "gotchiId": "9371", + "amount": "38.07", + "parsedAmount": "38070000000000000000" + }, + { + "gotchiId": "9372", + "amount": "18.9775", + "parsedAmount": "18977500000000000000" + }, + { + "gotchiId": "9373", + "amount": "184.21", + "parsedAmount": "184210000000000000000" + }, + { + "gotchiId": "9376", + "amount": "100.35", + "parsedAmount": "100350000000000000000" + }, + { + "gotchiId": "9380", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "9381", + "amount": "10.845", + "parsedAmount": "10845000000000000000" + }, + { + "gotchiId": "9382", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "9383", + "amount": "2.4825", + "parsedAmount": "2482500000000000000" + }, + { + "gotchiId": "9386", + "amount": "13.495", + "parsedAmount": "13495000000000000000" + }, + { + "gotchiId": "9387", + "amount": "18.9075", + "parsedAmount": "18907500000000000000" + }, + { + "gotchiId": "9388", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "9390", + "amount": "6.092499999999999", + "parsedAmount": "6092499999999999000" + }, + { + "gotchiId": "9391", + "amount": "5.817500000000001", + "parsedAmount": "5817500000000001000" + }, + { + "gotchiId": "9393", + "amount": "38.22749999999999", + "parsedAmount": "38227499999999990000" + }, + { + "gotchiId": "9394", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "9395", + "amount": "33.4", + "parsedAmount": "33400000000000000000" + }, + { + "gotchiId": "9396", + "amount": "34.8525", + "parsedAmount": "34852500000000000000" + }, + { + "gotchiId": "9398", + "amount": "265.09999999999997", + "parsedAmount": "265099999999999970000" + }, + { + "gotchiId": "9399", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "9404", + "amount": "12.4125", + "parsedAmount": "12412500000000000000" + }, + { + "gotchiId": "9409", + "amount": "7.2475000000000005", + "parsedAmount": "7247500000000000500" + }, + { + "gotchiId": "9411", + "amount": "14.255", + "parsedAmount": "14255000000000000000" + }, + { + "gotchiId": "9412", + "amount": "285.11", + "parsedAmount": "285110000000000000000" + }, + { + "gotchiId": "9419", + "amount": "10.344999999999999", + "parsedAmount": "10344999999999999000" + }, + { + "gotchiId": "9423", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "9433", + "amount": "10.072500000000002", + "parsedAmount": "10072500000000002000" + }, + { + "gotchiId": "9438", + "amount": "6.800000000000001", + "parsedAmount": "6800000000000001000" + }, + { + "gotchiId": "9440", + "amount": "30.245", + "parsedAmount": "30245000000000000000" + }, + { + "gotchiId": "9442", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "9443", + "amount": "12.114999999999998", + "parsedAmount": "12114999999999998000" + }, + { + "gotchiId": "9448", + "amount": "9.14", + "parsedAmount": "9140000000000000000" + }, + { + "gotchiId": "9449", + "amount": "16.445", + "parsedAmount": "16445000000000000000" + }, + { + "gotchiId": "9450", + "amount": "24.9625", + "parsedAmount": "24962500000000000000" + }, + { + "gotchiId": "9451", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "9452", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "9453", + "amount": "27.41", + "parsedAmount": "27410000000000000000" + }, + { + "gotchiId": "9455", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "9456", + "amount": "1.82", + "parsedAmount": "1820000000000000000" + }, + { + "gotchiId": "9457", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "9458", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "9459", + "amount": "191.135", + "parsedAmount": "191135000000000000000" + }, + { + "gotchiId": "9461", + "amount": "13.2775", + "parsedAmount": "13277500000000000000" + }, + { + "gotchiId": "9462", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "9463", + "amount": "15.5675", + "parsedAmount": "15567500000000000000" + }, + { + "gotchiId": "9466", + "amount": "19.7975", + "parsedAmount": "19797500000000000000" + }, + { + "gotchiId": "9468", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "9469", + "amount": "9.75", + "parsedAmount": "9750000000000000000" + }, + { + "gotchiId": "9475", + "amount": "31.775000000000002", + "parsedAmount": "31775000000000002000" + }, + { + "gotchiId": "9479", + "amount": "3.025", + "parsedAmount": "3025000000000000000" + }, + { + "gotchiId": "9480", + "amount": "7.475", + "parsedAmount": "7475000000000000000" + }, + { + "gotchiId": "9481", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "9482", + "amount": "24.0625", + "parsedAmount": "24062500000000000000" + }, + { + "gotchiId": "9483", + "amount": "13.0475", + "parsedAmount": "13047500000000000000" + }, + { + "gotchiId": "9485", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "9487", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "9489", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "9490", + "amount": "9.719999999999999", + "parsedAmount": "9719999999999999000" + }, + { + "gotchiId": "9492", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "9493", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "9494", + "amount": "67.1275", + "parsedAmount": "67127500000000000000" + }, + { + "gotchiId": "9497", + "amount": "10.239999999999998", + "parsedAmount": "10239999999999998000" + }, + { + "gotchiId": "9500", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "9501", + "amount": "22.5925", + "parsedAmount": "22592500000000000000" + }, + { + "gotchiId": "9502", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "9503", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "9505", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "9506", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "9507", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "9508", + "amount": "5.782500000000001", + "parsedAmount": "5782500000000001000" + }, + { + "gotchiId": "9509", + "amount": "21.59", + "parsedAmount": "21590000000000000000" + }, + { + "gotchiId": "9510", + "amount": "6.8774999999999995", + "parsedAmount": "6877499999999999500" + }, + { + "gotchiId": "9513", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "9514", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "9516", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "9523", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "9524", + "amount": "19.0675", + "parsedAmount": "19067500000000000000" + }, + { + "gotchiId": "9525", + "amount": "4.565", + "parsedAmount": "4565000000000000000" + }, + { + "gotchiId": "9528", + "amount": "6.387499999999999", + "parsedAmount": "6387499999999999000" + }, + { + "gotchiId": "9529", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "9535", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "9536", + "amount": "32.5075", + "parsedAmount": "32507500000000000000" + }, + { + "gotchiId": "9537", + "amount": "2.255", + "parsedAmount": "2255000000000000000" + }, + { + "gotchiId": "9540", + "amount": "7.665", + "parsedAmount": "7665000000000000000" + }, + { + "gotchiId": "9541", + "amount": "10.045", + "parsedAmount": "10045000000000000000" + }, + { + "gotchiId": "9542", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "9545", + "amount": "7.3675", + "parsedAmount": "7367500000000000000" + }, + { + "gotchiId": "9546", + "amount": "8.0725", + "parsedAmount": "8072500000000000000" + }, + { + "gotchiId": "9547", + "amount": "13.495000000000001", + "parsedAmount": "13495000000000001000" + }, + { + "gotchiId": "9548", + "amount": "17.037499999999998", + "parsedAmount": "17037499999999998000" + }, + { + "gotchiId": "9549", + "amount": "18.015", + "parsedAmount": "18015000000000000000" + }, + { + "gotchiId": "9550", + "amount": "17.8675", + "parsedAmount": "17867500000000000000" + }, + { + "gotchiId": "9551", + "amount": "13.747499999999999", + "parsedAmount": "13747499999999999000" + }, + { + "gotchiId": "9552", + "amount": "34.81", + "parsedAmount": "34810000000000000000" + }, + { + "gotchiId": "9553", + "amount": "13.7375", + "parsedAmount": "13737500000000000000" + }, + { + "gotchiId": "9554", + "amount": "34.68", + "parsedAmount": "34680000000000000000" + }, + { + "gotchiId": "9559", + "amount": "13.765", + "parsedAmount": "13765000000000000000" + }, + { + "gotchiId": "9560", + "amount": "12.0825", + "parsedAmount": "12082500000000000000" + }, + { + "gotchiId": "9561", + "amount": "60.845000000000006", + "parsedAmount": "60845000000000006000" + }, + { + "gotchiId": "9565", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "9568", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "9570", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "9575", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "9578", + "amount": "8.129999999999999", + "parsedAmount": "8129999999999999000" + }, + { + "gotchiId": "9583", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "9586", + "amount": "5.8725000000000005", + "parsedAmount": "5872500000000000500" + }, + { + "gotchiId": "9588", + "amount": "44.3725", + "parsedAmount": "44372500000000000000" + }, + { + "gotchiId": "9589", + "amount": "12.34", + "parsedAmount": "12340000000000000000" + }, + { + "gotchiId": "9590", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "9591", + "amount": "35.26", + "parsedAmount": "35260000000000000000" + }, + { + "gotchiId": "9593", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "9594", + "amount": "26.5175", + "parsedAmount": "26517500000000000000" + }, + { + "gotchiId": "9595", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "9598", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "9602", + "amount": "79.57249999999999", + "parsedAmount": "79572499999999990000" + }, + { + "gotchiId": "9603", + "amount": "14.885000000000002", + "parsedAmount": "14885000000000002000" + }, + { + "gotchiId": "9604", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "9607", + "amount": "12.2925", + "parsedAmount": "12292500000000000000" + }, + { + "gotchiId": "9608", + "amount": "23.4575", + "parsedAmount": "23457500000000000000" + }, + { + "gotchiId": "9610", + "amount": "57.730000000000004", + "parsedAmount": "57730000000000004000" + }, + { + "gotchiId": "9612", + "amount": "38.15", + "parsedAmount": "38150000000000000000" + }, + { + "gotchiId": "9614", + "amount": "14.8675", + "parsedAmount": "14867500000000000000" + }, + { + "gotchiId": "9616", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "9620", + "amount": "16.3975", + "parsedAmount": "16397500000000000000" + }, + { + "gotchiId": "9622", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "9626", + "amount": "33.08", + "parsedAmount": "33080000000000000000" + }, + { + "gotchiId": "9628", + "amount": "8.530000000000001", + "parsedAmount": "8530000000000001000" + }, + { + "gotchiId": "9634", + "amount": "246.08", + "parsedAmount": "246080000000000000000" + }, + { + "gotchiId": "9635", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "9636", + "amount": "142.16500000000002", + "parsedAmount": "142165000000000020000" + }, + { + "gotchiId": "9638", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "9640", + "amount": "6.8725000000000005", + "parsedAmount": "6872500000000000500" + }, + { + "gotchiId": "9643", + "amount": "15.915", + "parsedAmount": "15915000000000000000" + }, + { + "gotchiId": "9644", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "9647", + "amount": "14.1225", + "parsedAmount": "14122500000000000000" + }, + { + "gotchiId": "9649", + "amount": "11.42", + "parsedAmount": "11420000000000000000" + }, + { + "gotchiId": "9650", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "9652", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "9654", + "amount": "62.485", + "parsedAmount": "62485000000000000000" + }, + { + "gotchiId": "9655", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "9656", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "9658", + "amount": "3.175", + "parsedAmount": "3175000000000000000" + }, + { + "gotchiId": "9661", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "9664", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "9665", + "amount": "54.1425", + "parsedAmount": "54142500000000000000" + }, + { + "gotchiId": "9672", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "9673", + "amount": "106.6", + "parsedAmount": "106600000000000000000" + }, + { + "gotchiId": "9674", + "amount": "3.1", + "parsedAmount": "3100000000000000000" + }, + { + "gotchiId": "9676", + "amount": "33.5625", + "parsedAmount": "33562500000000000000" + }, + { + "gotchiId": "9677", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "9678", + "amount": "16.195", + "parsedAmount": "16195000000000000000" + }, + { + "gotchiId": "9680", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "9681", + "amount": "46.2425", + "parsedAmount": "46242500000000000000" + }, + { + "gotchiId": "9685", + "amount": "63.9825", + "parsedAmount": "63982500000000000000" + }, + { + "gotchiId": "9687", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "9688", + "amount": "51.9975", + "parsedAmount": "51997500000000000000" + }, + { + "gotchiId": "9689", + "amount": "34.775", + "parsedAmount": "34775000000000000000" + }, + { + "gotchiId": "9690", + "amount": "10.755", + "parsedAmount": "10755000000000000000" + }, + { + "gotchiId": "9692", + "amount": "16.0725", + "parsedAmount": "16072500000000000000" + }, + { + "gotchiId": "9693", + "amount": "5.6275", + "parsedAmount": "5627500000000000000" + }, + { + "gotchiId": "9694", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "9698", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "9699", + "amount": "9.0325", + "parsedAmount": "9032500000000000000" + }, + { + "gotchiId": "9700", + "amount": "13.4825", + "parsedAmount": "13482500000000000000" + }, + { + "gotchiId": "9701", + "amount": "20.612499999999997", + "parsedAmount": "20612499999999997000" + }, + { + "gotchiId": "9702", + "amount": "17.36", + "parsedAmount": "17360000000000000000" + }, + { + "gotchiId": "9703", + "amount": "17.3825", + "parsedAmount": "17382500000000000000" + }, + { + "gotchiId": "9704", + "amount": "16.9575", + "parsedAmount": "16957500000000000000" + }, + { + "gotchiId": "9708", + "amount": "17.0325", + "parsedAmount": "17032500000000000000" + }, + { + "gotchiId": "9709", + "amount": "17.9675", + "parsedAmount": "17967500000000000000" + }, + { + "gotchiId": "9713", + "amount": "23.4625", + "parsedAmount": "23462500000000000000" + }, + { + "gotchiId": "9716", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "9719", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "9723", + "amount": "4.9575", + "parsedAmount": "4957500000000000000" + }, + { + "gotchiId": "9730", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "9731", + "amount": "77.1425", + "parsedAmount": "77142500000000000000" + }, + { + "gotchiId": "9732", + "amount": "9.3225", + "parsedAmount": "9322500000000000000" + } + ], + "totalAmount": "13594015000000000009500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204003, + "gasUsed": "9877082" + }, + { + "batchIndex": 9, + "transactionHash": "0x152e2e85aa5b51d485d509a3014d3658c3999274cb331bc88cac1d1de9d4a11f", + "timestamp": "2025-10-23T05:29:16.849Z", + "gotchiRewards": [ + { + "gotchiId": "9733", + "amount": "62.574999999999996", + "parsedAmount": "62574999999999996000" + }, + { + "gotchiId": "9735", + "amount": "23.54", + "parsedAmount": "23540000000000000000" + }, + { + "gotchiId": "9738", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "9745", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "9747", + "amount": "11.615", + "parsedAmount": "11615000000000000000" + }, + { + "gotchiId": "9748", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "9751", + "amount": "107.59", + "parsedAmount": "107590000000000000000" + }, + { + "gotchiId": "9752", + "amount": "35.3675", + "parsedAmount": "35367500000000000000" + }, + { + "gotchiId": "9753", + "amount": "10.325", + "parsedAmount": "10325000000000000000" + }, + { + "gotchiId": "9754", + "amount": "26.285", + "parsedAmount": "26285000000000000000" + }, + { + "gotchiId": "9756", + "amount": "10.59", + "parsedAmount": "10590000000000000000" + }, + { + "gotchiId": "9758", + "amount": "32.595", + "parsedAmount": "32595000000000000000" + }, + { + "gotchiId": "9760", + "amount": "42.9625", + "parsedAmount": "42962500000000000000" + }, + { + "gotchiId": "9762", + "amount": "28.867500000000003", + "parsedAmount": "28867500000000003000" + }, + { + "gotchiId": "9763", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "9767", + "amount": "53.7275", + "parsedAmount": "53727500000000000000" + }, + { + "gotchiId": "9768", + "amount": "11.895000000000001", + "parsedAmount": "11895000000000001000" + }, + { + "gotchiId": "9769", + "amount": "5.9174999999999995", + "parsedAmount": "5917499999999999500" + }, + { + "gotchiId": "9770", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "9771", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "9772", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "9774", + "amount": "21.945", + "parsedAmount": "21945000000000000000" + }, + { + "gotchiId": "9775", + "amount": "5.7", + "parsedAmount": "5700000000000000000" + }, + { + "gotchiId": "9780", + "amount": "13.122499999999999", + "parsedAmount": "13122499999999999000" + }, + { + "gotchiId": "9781", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "9790", + "amount": "23.7125", + "parsedAmount": "23712500000000000000" + }, + { + "gotchiId": "9792", + "amount": "5.915", + "parsedAmount": "5915000000000000000" + }, + { + "gotchiId": "9793", + "amount": "24.945", + "parsedAmount": "24945000000000000000" + }, + { + "gotchiId": "9795", + "amount": "59.0575", + "parsedAmount": "59057500000000000000" + }, + { + "gotchiId": "9799", + "amount": "14.280000000000001", + "parsedAmount": "14280000000000001000" + }, + { + "gotchiId": "9802", + "amount": "32.175", + "parsedAmount": "32175000000000000000" + }, + { + "gotchiId": "9803", + "amount": "7.4025", + "parsedAmount": "7402500000000000000" + }, + { + "gotchiId": "9808", + "amount": "61.72", + "parsedAmount": "61720000000000000000" + }, + { + "gotchiId": "9810", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "9811", + "amount": "10.95", + "parsedAmount": "10950000000000000000" + }, + { + "gotchiId": "9812", + "amount": "6.797499999999999", + "parsedAmount": "6797499999999999000" + }, + { + "gotchiId": "9813", + "amount": "16.025", + "parsedAmount": "16025000000000000000" + }, + { + "gotchiId": "9814", + "amount": "21.41", + "parsedAmount": "21410000000000000000" + }, + { + "gotchiId": "9815", + "amount": "42.040000000000006", + "parsedAmount": "42040000000000006000" + }, + { + "gotchiId": "9816", + "amount": "35.5725", + "parsedAmount": "35572500000000000000" + }, + { + "gotchiId": "9817", + "amount": "31.362499999999997", + "parsedAmount": "31362499999999997000" + }, + { + "gotchiId": "9818", + "amount": "43.78", + "parsedAmount": "43780000000000000000" + }, + { + "gotchiId": "9819", + "amount": "52.56", + "parsedAmount": "52560000000000000000" + }, + { + "gotchiId": "9821", + "amount": "14.254999999999999", + "parsedAmount": "14254999999999999000" + }, + { + "gotchiId": "9822", + "amount": "28.4075", + "parsedAmount": "28407500000000000000" + }, + { + "gotchiId": "9823", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "9824", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "9826", + "amount": "17.2", + "parsedAmount": "17200000000000000000" + }, + { + "gotchiId": "9828", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "9829", + "amount": "11.8125", + "parsedAmount": "11812500000000000000" + }, + { + "gotchiId": "9831", + "amount": "12.89", + "parsedAmount": "12890000000000000000" + }, + { + "gotchiId": "9832", + "amount": "51.935", + "parsedAmount": "51935000000000000000" + }, + { + "gotchiId": "9836", + "amount": "20.7675", + "parsedAmount": "20767500000000000000" + }, + { + "gotchiId": "9837", + "amount": "14.11", + "parsedAmount": "14110000000000000000" + }, + { + "gotchiId": "9838", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "9841", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "9842", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "9845", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "9846", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "9848", + "amount": "77.45499999999998", + "parsedAmount": "77454999999999980000" + }, + { + "gotchiId": "9849", + "amount": "51.28", + "parsedAmount": "51280000000000000000" + }, + { + "gotchiId": "9850", + "amount": "46.769999999999996", + "parsedAmount": "46769999999999996000" + }, + { + "gotchiId": "9851", + "amount": "56.19499999999999", + "parsedAmount": "56194999999999990000" + }, + { + "gotchiId": "9852", + "amount": "11.05", + "parsedAmount": "11050000000000000000" + }, + { + "gotchiId": "9853", + "amount": "22.56", + "parsedAmount": "22560000000000000000" + }, + { + "gotchiId": "9856", + "amount": "10.075000000000001", + "parsedAmount": "10075000000000001000" + }, + { + "gotchiId": "9857", + "amount": "10.415", + "parsedAmount": "10415000000000000000" + }, + { + "gotchiId": "9860", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "9862", + "amount": "17.195", + "parsedAmount": "17195000000000000000" + }, + { + "gotchiId": "9865", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "9866", + "amount": "16.95", + "parsedAmount": "16950000000000000000" + }, + { + "gotchiId": "9867", + "amount": "21.97", + "parsedAmount": "21970000000000000000" + }, + { + "gotchiId": "9869", + "amount": "7.577500000000001", + "parsedAmount": "7577500000000001000" + }, + { + "gotchiId": "9871", + "amount": "6.905", + "parsedAmount": "6905000000000000000" + }, + { + "gotchiId": "9872", + "amount": "13.91", + "parsedAmount": "13910000000000000000" + }, + { + "gotchiId": "9873", + "amount": "8.565", + "parsedAmount": "8565000000000000000" + }, + { + "gotchiId": "9875", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "9876", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "9877", + "amount": "32.182500000000005", + "parsedAmount": "32182500000000005000" + }, + { + "gotchiId": "9878", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "9879", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "9880", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "9881", + "amount": "14.717500000000001", + "parsedAmount": "14717500000000001000" + }, + { + "gotchiId": "9884", + "amount": "29.7", + "parsedAmount": "29700000000000000000" + }, + { + "gotchiId": "9885", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "9886", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "9889", + "amount": "19.6325", + "parsedAmount": "19632500000000000000" + }, + { + "gotchiId": "9891", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "9892", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "9893", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "9896", + "amount": "12.36", + "parsedAmount": "12360000000000000000" + }, + { + "gotchiId": "9899", + "amount": "14.004999999999999", + "parsedAmount": "14004999999999999000" + }, + { + "gotchiId": "9900", + "amount": "21.695", + "parsedAmount": "21695000000000000000" + }, + { + "gotchiId": "9929", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "9930", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "9932", + "amount": "13.235", + "parsedAmount": "13235000000000000000" + }, + { + "gotchiId": "9934", + "amount": "2.7675", + "parsedAmount": "2767500000000000000" + }, + { + "gotchiId": "9935", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "9936", + "amount": "22.3625", + "parsedAmount": "22362500000000000000" + }, + { + "gotchiId": "9937", + "amount": "23.5475", + "parsedAmount": "23547500000000000000" + }, + { + "gotchiId": "9939", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "9940", + "amount": "7.895", + "parsedAmount": "7895000000000000000" + }, + { + "gotchiId": "9941", + "amount": "9.3125", + "parsedAmount": "9312500000000000000" + }, + { + "gotchiId": "9942", + "amount": "8.5775", + "parsedAmount": "8577500000000000000" + }, + { + "gotchiId": "9946", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "9948", + "amount": "13.48", + "parsedAmount": "13480000000000000000" + }, + { + "gotchiId": "9949", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "9950", + "amount": "15.21", + "parsedAmount": "15210000000000000000" + }, + { + "gotchiId": "9957", + "amount": "47.385", + "parsedAmount": "47385000000000000000" + }, + { + "gotchiId": "9958", + "amount": "60.357499999999995", + "parsedAmount": "60357499999999995000" + }, + { + "gotchiId": "9962", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "9963", + "amount": "4.5575", + "parsedAmount": "4557500000000000000" + }, + { + "gotchiId": "9965", + "amount": "8.217500000000001", + "parsedAmount": "8217500000000001000" + }, + { + "gotchiId": "9966", + "amount": "7.4675", + "parsedAmount": "7467500000000000000" + }, + { + "gotchiId": "9967", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "9968", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "9970", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "9975", + "amount": "7.6925", + "parsedAmount": "7692500000000000000" + }, + { + "gotchiId": "9977", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "9978", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "9979", + "amount": "17.87", + "parsedAmount": "17870000000000000000" + }, + { + "gotchiId": "9980", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "9982", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "9983", + "amount": "39.1825", + "parsedAmount": "39182500000000000000" + }, + { + "gotchiId": "9985", + "amount": "10.4625", + "parsedAmount": "10462500000000000000" + }, + { + "gotchiId": "9987", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "9988", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "9990", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "9996", + "amount": "71.08250000000001", + "parsedAmount": "71082500000000010000" + }, + { + "gotchiId": "9997", + "amount": "52.855", + "parsedAmount": "52855000000000000000" + }, + { + "gotchiId": "10019", + "amount": "5.387499999999999", + "parsedAmount": "5387499999999999000" + }, + { + "gotchiId": "10020", + "amount": "5.38", + "parsedAmount": "5380000000000000000" + }, + { + "gotchiId": "10021", + "amount": "5.720000000000001", + "parsedAmount": "5720000000000001000" + }, + { + "gotchiId": "10023", + "amount": "5.385", + "parsedAmount": "5385000000000000000" + }, + { + "gotchiId": "10024", + "amount": "5.3825", + "parsedAmount": "5382500000000000000" + }, + { + "gotchiId": "10025", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "10027", + "amount": "9.36", + "parsedAmount": "9360000000000000000" + }, + { + "gotchiId": "10028", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "10036", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "10038", + "amount": "6.7", + "parsedAmount": "6700000000000000000" + }, + { + "gotchiId": "10039", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "10043", + "amount": "23.4025", + "parsedAmount": "23402500000000000000" + }, + { + "gotchiId": "10044", + "amount": "7.34", + "parsedAmount": "7340000000000000000" + }, + { + "gotchiId": "10046", + "amount": "43.45", + "parsedAmount": "43450000000000000000" + }, + { + "gotchiId": "10051", + "amount": "13.7075", + "parsedAmount": "13707500000000000000" + }, + { + "gotchiId": "10054", + "amount": "3.2075", + "parsedAmount": "3207500000000000000" + }, + { + "gotchiId": "10058", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "10060", + "amount": "15.135000000000002", + "parsedAmount": "15135000000000002000" + }, + { + "gotchiId": "10062", + "amount": "16.465", + "parsedAmount": "16465000000000000000" + }, + { + "gotchiId": "10063", + "amount": "16.08", + "parsedAmount": "16080000000000000000" + }, + { + "gotchiId": "10064", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "10065", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "10068", + "amount": "6.17", + "parsedAmount": "6170000000000000000" + }, + { + "gotchiId": "10075", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "10077", + "amount": "10.5275", + "parsedAmount": "10527500000000000000" + }, + { + "gotchiId": "10079", + "amount": "19.735", + "parsedAmount": "19735000000000000000" + }, + { + "gotchiId": "10080", + "amount": "5.5024999999999995", + "parsedAmount": "5502499999999999500" + }, + { + "gotchiId": "10083", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "10087", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "10090", + "amount": "26.835", + "parsedAmount": "26835000000000000000" + }, + { + "gotchiId": "10092", + "amount": "3.0275", + "parsedAmount": "3027500000000000000" + }, + { + "gotchiId": "10093", + "amount": "7.557499999999999", + "parsedAmount": "7557499999999999000" + }, + { + "gotchiId": "10095", + "amount": "14.995", + "parsedAmount": "14995000000000000000" + }, + { + "gotchiId": "10097", + "amount": "24.734999999999996", + "parsedAmount": "24734999999999996000" + }, + { + "gotchiId": "10106", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "10116", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "10119", + "amount": "9.8475", + "parsedAmount": "9847500000000000000" + }, + { + "gotchiId": "10122", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "10123", + "amount": "13.094999999999999", + "parsedAmount": "13094999999999999000" + }, + { + "gotchiId": "10124", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "10126", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "10127", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "10128", + "amount": "10.585", + "parsedAmount": "10585000000000000000" + }, + { + "gotchiId": "10130", + "amount": "18.01", + "parsedAmount": "18010000000000000000" + }, + { + "gotchiId": "10131", + "amount": "12.035", + "parsedAmount": "12035000000000000000" + }, + { + "gotchiId": "10135", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "10138", + "amount": "45.4925", + "parsedAmount": "45492500000000000000" + }, + { + "gotchiId": "10139", + "amount": "6.03", + "parsedAmount": "6030000000000000000" + }, + { + "gotchiId": "10140", + "amount": "6.74", + "parsedAmount": "6740000000000000000" + }, + { + "gotchiId": "10146", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "10150", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "10152", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "10154", + "amount": "11.4475", + "parsedAmount": "11447500000000000000" + }, + { + "gotchiId": "10155", + "amount": "17.7", + "parsedAmount": "17700000000000000000" + }, + { + "gotchiId": "10156", + "amount": "10.342500000000001", + "parsedAmount": "10342500000000001000" + }, + { + "gotchiId": "10157", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "10159", + "amount": "14.7725", + "parsedAmount": "14772500000000000000" + }, + { + "gotchiId": "10163", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "10167", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "10173", + "amount": "12.5775", + "parsedAmount": "12577500000000000000" + }, + { + "gotchiId": "10175", + "amount": "12.530000000000001", + "parsedAmount": "12530000000000001000" + }, + { + "gotchiId": "10177", + "amount": "13.2275", + "parsedAmount": "13227500000000000000" + }, + { + "gotchiId": "10178", + "amount": "15.982500000000002", + "parsedAmount": "15982500000000002000" + }, + { + "gotchiId": "10179", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "10180", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "10183", + "amount": "17.987499999999997", + "parsedAmount": "17987499999999997000" + }, + { + "gotchiId": "10184", + "amount": "5.515000000000001", + "parsedAmount": "5515000000000001000" + }, + { + "gotchiId": "10185", + "amount": "3.4375", + "parsedAmount": "3437500000000000000" + }, + { + "gotchiId": "10189", + "amount": "14.1", + "parsedAmount": "14100000000000000000" + }, + { + "gotchiId": "10190", + "amount": "6.685", + "parsedAmount": "6685000000000000000" + }, + { + "gotchiId": "10191", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "10199", + "amount": "17.475", + "parsedAmount": "17475000000000000000" + }, + { + "gotchiId": "10205", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "10206", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "10208", + "amount": "63.22", + "parsedAmount": "63220000000000000000" + }, + { + "gotchiId": "10211", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "10216", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "10217", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "10219", + "amount": "3.6", + "parsedAmount": "3600000000000000000" + }, + { + "gotchiId": "10221", + "amount": "15.805", + "parsedAmount": "15805000000000000000" + }, + { + "gotchiId": "10222", + "amount": "13.9425", + "parsedAmount": "13942500000000000000" + }, + { + "gotchiId": "10223", + "amount": "15.8875", + "parsedAmount": "15887500000000000000" + }, + { + "gotchiId": "10227", + "amount": "14.422500000000001", + "parsedAmount": "14422500000000001000" + }, + { + "gotchiId": "10229", + "amount": "11.2475", + "parsedAmount": "11247500000000000000" + }, + { + "gotchiId": "10230", + "amount": "7.297499999999999", + "parsedAmount": "7297499999999999000" + }, + { + "gotchiId": "10233", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "10237", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "10240", + "amount": "3.33", + "parsedAmount": "3330000000000000000" + }, + { + "gotchiId": "10241", + "amount": "7.19", + "parsedAmount": "7190000000000000000" + }, + { + "gotchiId": "10242", + "amount": "2.475", + "parsedAmount": "2475000000000000000" + }, + { + "gotchiId": "10243", + "amount": "17.255000000000003", + "parsedAmount": "17255000000000003000" + }, + { + "gotchiId": "10244", + "amount": "13.9525", + "parsedAmount": "13952500000000000000" + }, + { + "gotchiId": "10248", + "amount": "8.985", + "parsedAmount": "8985000000000000000" + }, + { + "gotchiId": "10249", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "10252", + "amount": "107.6125", + "parsedAmount": "107612500000000000000" + }, + { + "gotchiId": "10253", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "10254", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "10259", + "amount": "8.745000000000001", + "parsedAmount": "8745000000000001000" + }, + { + "gotchiId": "10260", + "amount": "5.5024999999999995", + "parsedAmount": "5502499999999999500" + }, + { + "gotchiId": "10265", + "amount": "68.12249999999999", + "parsedAmount": "68122499999999990000" + }, + { + "gotchiId": "10267", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + }, + { + "gotchiId": "10268", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "10273", + "amount": "6.0825", + "parsedAmount": "6082500000000000000" + }, + { + "gotchiId": "10274", + "amount": "18.515", + "parsedAmount": "18515000000000000000" + }, + { + "gotchiId": "10278", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "10281", + "amount": "15.705", + "parsedAmount": "15705000000000000000" + }, + { + "gotchiId": "10282", + "amount": "46.519999999999996", + "parsedAmount": "46519999999999996000" + }, + { + "gotchiId": "10283", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "10284", + "amount": "2.26", + "parsedAmount": "2260000000000000000" + }, + { + "gotchiId": "10287", + "amount": "8.35", + "parsedAmount": "8350000000000000000" + }, + { + "gotchiId": "10288", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "10292", + "amount": "782.22", + "parsedAmount": "782220000000000000000" + }, + { + "gotchiId": "10293", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "10294", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "10296", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "10297", + "amount": "21.465", + "parsedAmount": "21465000000000000000" + }, + { + "gotchiId": "10299", + "amount": "16.9425", + "parsedAmount": "16942500000000000000" + }, + { + "gotchiId": "10304", + "amount": "34.1375", + "parsedAmount": "34137500000000000000" + }, + { + "gotchiId": "10306", + "amount": "17.7875", + "parsedAmount": "17787500000000000000" + }, + { + "gotchiId": "10308", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "10309", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "10311", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "10312", + "amount": "3.1925", + "parsedAmount": "3192500000000000000" + }, + { + "gotchiId": "10314", + "amount": "3.1825", + "parsedAmount": "3182500000000000000" + }, + { + "gotchiId": "10315", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "10316", + "amount": "7.9475", + "parsedAmount": "7947500000000000000" + }, + { + "gotchiId": "10317", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "10318", + "amount": "10.1375", + "parsedAmount": "10137500000000000000" + }, + { + "gotchiId": "10321", + "amount": "80.86749999999999", + "parsedAmount": "80867499999999990000" + }, + { + "gotchiId": "10324", + "amount": "25.97", + "parsedAmount": "25970000000000000000" + }, + { + "gotchiId": "10325", + "amount": "22.18", + "parsedAmount": "22180000000000000000" + }, + { + "gotchiId": "10326", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "10328", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "10329", + "amount": "32.355000000000004", + "parsedAmount": "32355000000000004000" + }, + { + "gotchiId": "10333", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "10335", + "amount": "14.427499999999998", + "parsedAmount": "14427499999999998000" + }, + { + "gotchiId": "10338", + "amount": "33.73", + "parsedAmount": "33730000000000000000" + }, + { + "gotchiId": "10345", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "10346", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "10347", + "amount": "42.045", + "parsedAmount": "42045000000000000000" + }, + { + "gotchiId": "10348", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "10349", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "10351", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "10354", + "amount": "11.0475", + "parsedAmount": "11047500000000000000" + }, + { + "gotchiId": "10355", + "amount": "18.0375", + "parsedAmount": "18037500000000000000" + }, + { + "gotchiId": "10356", + "amount": "32.36", + "parsedAmount": "32360000000000000000" + }, + { + "gotchiId": "10360", + "amount": "7.265", + "parsedAmount": "7265000000000000000" + }, + { + "gotchiId": "10361", + "amount": "9.645", + "parsedAmount": "9645000000000000000" + }, + { + "gotchiId": "10364", + "amount": "8.915", + "parsedAmount": "8915000000000000000" + }, + { + "gotchiId": "10367", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "10368", + "amount": "5.2275", + "parsedAmount": "5227500000000000000" + }, + { + "gotchiId": "10369", + "amount": "20.0975", + "parsedAmount": "20097500000000000000" + }, + { + "gotchiId": "10370", + "amount": "11.3125", + "parsedAmount": "11312500000000000000" + }, + { + "gotchiId": "10372", + "amount": "15.7175", + "parsedAmount": "15717500000000000000" + }, + { + "gotchiId": "10373", + "amount": "13.290000000000001", + "parsedAmount": "13290000000000001000" + }, + { + "gotchiId": "10375", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "10376", + "amount": "11.5025", + "parsedAmount": "11502500000000000000" + }, + { + "gotchiId": "10377", + "amount": "5.945", + "parsedAmount": "5945000000000000000" + }, + { + "gotchiId": "10379", + "amount": "8.7875", + "parsedAmount": "8787500000000000000" + }, + { + "gotchiId": "10380", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "10383", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "10384", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "10385", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "10386", + "amount": "5.925", + "parsedAmount": "5925000000000000000" + }, + { + "gotchiId": "10387", + "amount": "20.404999999999998", + "parsedAmount": "20404999999999998000" + }, + { + "gotchiId": "10388", + "amount": "15.7575", + "parsedAmount": "15757500000000000000" + }, + { + "gotchiId": "10390", + "amount": "16.76", + "parsedAmount": "16760000000000000000" + }, + { + "gotchiId": "10392", + "amount": "7.8975", + "parsedAmount": "7897500000000000000" + }, + { + "gotchiId": "10393", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "10394", + "amount": "98.145", + "parsedAmount": "98145000000000000000" + }, + { + "gotchiId": "10396", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "10398", + "amount": "19.4375", + "parsedAmount": "19437500000000000000" + }, + { + "gotchiId": "10400", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "10402", + "amount": "10.690000000000001", + "parsedAmount": "10690000000000001000" + }, + { + "gotchiId": "10405", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "10406", + "amount": "17.8725", + "parsedAmount": "17872500000000000000" + }, + { + "gotchiId": "10408", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "10410", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "10413", + "amount": "5.592499999999999", + "parsedAmount": "5592499999999999000" + }, + { + "gotchiId": "10415", + "amount": "9.1425", + "parsedAmount": "9142500000000000000" + }, + { + "gotchiId": "10417", + "amount": "9.175", + "parsedAmount": "9175000000000000000" + }, + { + "gotchiId": "10421", + "amount": "12.7175", + "parsedAmount": "12717500000000000000" + }, + { + "gotchiId": "10425", + "amount": "12.4125", + "parsedAmount": "12412500000000000000" + }, + { + "gotchiId": "10427", + "amount": "10.5625", + "parsedAmount": "10562500000000000000" + }, + { + "gotchiId": "10428", + "amount": "9.975", + "parsedAmount": "9975000000000000000" + }, + { + "gotchiId": "10430", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "10433", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "10434", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "10437", + "amount": "45.5625", + "parsedAmount": "45562500000000000000" + }, + { + "gotchiId": "10438", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "10442", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "10443", + "amount": "14.45", + "parsedAmount": "14450000000000000000" + }, + { + "gotchiId": "10451", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "10453", + "amount": "3.0275", + "parsedAmount": "3027500000000000000" + }, + { + "gotchiId": "10456", + "amount": "8.715", + "parsedAmount": "8715000000000000000" + }, + { + "gotchiId": "10459", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "10460", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "10463", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "10464", + "amount": "2.7625", + "parsedAmount": "2762500000000000000" + }, + { + "gotchiId": "10468", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "10470", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "10471", + "amount": "12.4875", + "parsedAmount": "12487500000000000000" + }, + { + "gotchiId": "10472", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "10475", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10477", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "10478", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "10487", + "amount": "49.62", + "parsedAmount": "49620000000000000000" + }, + { + "gotchiId": "10489", + "amount": "13.35", + "parsedAmount": "13350000000000000000" + }, + { + "gotchiId": "10492", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "10493", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "10494", + "amount": "9.66", + "parsedAmount": "9660000000000000000" + }, + { + "gotchiId": "10496", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "10498", + "amount": "21.5925", + "parsedAmount": "21592500000000000000" + }, + { + "gotchiId": "10499", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "10501", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "10502", + "amount": "14.085", + "parsedAmount": "14085000000000000000" + }, + { + "gotchiId": "10503", + "amount": "6.07", + "parsedAmount": "6070000000000000000" + }, + { + "gotchiId": "10507", + "amount": "33.1725", + "parsedAmount": "33172500000000000000" + }, + { + "gotchiId": "10512", + "amount": "6.5975", + "parsedAmount": "6597500000000000000" + }, + { + "gotchiId": "10513", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "10517", + "amount": "13.3", + "parsedAmount": "13300000000000000000" + }, + { + "gotchiId": "10518", + "amount": "9.065", + "parsedAmount": "9065000000000000000" + }, + { + "gotchiId": "10519", + "amount": "7.3475", + "parsedAmount": "7347500000000000000" + }, + { + "gotchiId": "10520", + "amount": "21.8825", + "parsedAmount": "21882500000000000000" + }, + { + "gotchiId": "10521", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "10523", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "10525", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "10530", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "10534", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "10536", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "10537", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "10539", + "amount": "11.317499999999999", + "parsedAmount": "11317499999999999000" + }, + { + "gotchiId": "10540", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "10541", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "10542", + "amount": "14.685", + "parsedAmount": "14685000000000000000" + }, + { + "gotchiId": "10543", + "amount": "3.0875", + "parsedAmount": "3087500000000000000" + }, + { + "gotchiId": "10548", + "amount": "5.6875", + "parsedAmount": "5687500000000000000" + }, + { + "gotchiId": "10549", + "amount": "14.342500000000001", + "parsedAmount": "14342500000000001000" + }, + { + "gotchiId": "10551", + "amount": "12.985", + "parsedAmount": "12985000000000000000" + }, + { + "gotchiId": "10552", + "amount": "7.702500000000001", + "parsedAmount": "7702500000000001000" + }, + { + "gotchiId": "10556", + "amount": "17.6075", + "parsedAmount": "17607500000000000000" + }, + { + "gotchiId": "10557", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "10560", + "amount": "6.300000000000001", + "parsedAmount": "6300000000000001000" + }, + { + "gotchiId": "10561", + "amount": "16.19", + "parsedAmount": "16190000000000000000" + }, + { + "gotchiId": "10564", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "10565", + "amount": "49.072500000000005", + "parsedAmount": "49072500000000005000" + }, + { + "gotchiId": "10566", + "amount": "25.8975", + "parsedAmount": "25897500000000000000" + }, + { + "gotchiId": "10567", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "10569", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "10571", + "amount": "25.8425", + "parsedAmount": "25842500000000000000" + }, + { + "gotchiId": "10574", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "10576", + "amount": "12.5325", + "parsedAmount": "12532500000000000000" + }, + { + "gotchiId": "10577", + "amount": "15.045", + "parsedAmount": "15045000000000000000" + }, + { + "gotchiId": "10580", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "10582", + "amount": "28.83", + "parsedAmount": "28830000000000000000" + }, + { + "gotchiId": "10584", + "amount": "6.035", + "parsedAmount": "6035000000000000000" + }, + { + "gotchiId": "10589", + "amount": "6.352499999999999", + "parsedAmount": "6352499999999999000" + }, + { + "gotchiId": "10593", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "10594", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "10595", + "amount": "14.18", + "parsedAmount": "14180000000000000000" + }, + { + "gotchiId": "10596", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "10602", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "10611", + "amount": "12.0125", + "parsedAmount": "12012500000000000000" + }, + { + "gotchiId": "10614", + "amount": "7.835", + "parsedAmount": "7835000000000000000" + }, + { + "gotchiId": "10615", + "amount": "98.1325", + "parsedAmount": "98132500000000000000" + }, + { + "gotchiId": "10616", + "amount": "65.175", + "parsedAmount": "65175000000000000000" + }, + { + "gotchiId": "10618", + "amount": "23.26", + "parsedAmount": "23260000000000000000" + }, + { + "gotchiId": "10619", + "amount": "6.755", + "parsedAmount": "6755000000000000000" + }, + { + "gotchiId": "10620", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "10624", + "amount": "23.3525", + "parsedAmount": "23352500000000000000" + }, + { + "gotchiId": "10625", + "amount": "28.119999999999997", + "parsedAmount": "28119999999999997000" + }, + { + "gotchiId": "10626", + "amount": "8.44", + "parsedAmount": "8440000000000000000" + }, + { + "gotchiId": "10627", + "amount": "40.655", + "parsedAmount": "40655000000000000000" + }, + { + "gotchiId": "10630", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "10631", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "10632", + "amount": "10.19", + "parsedAmount": "10190000000000000000" + }, + { + "gotchiId": "10633", + "amount": "24", + "parsedAmount": "24000000000000000000" + }, + { + "gotchiId": "10634", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "10637", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "10638", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "10644", + "amount": "1744.4525", + "parsedAmount": "1744452500000000000000" + }, + { + "gotchiId": "10646", + "amount": "51.18000000000001", + "parsedAmount": "51180000000000010000" + }, + { + "gotchiId": "10647", + "amount": "54.655", + "parsedAmount": "54655000000000000000" + }, + { + "gotchiId": "10649", + "amount": "12.62", + "parsedAmount": "12620000000000000000" + }, + { + "gotchiId": "10650", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "10652", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "10653", + "amount": "10.02", + "parsedAmount": "10020000000000000000" + }, + { + "gotchiId": "10654", + "amount": "2.04", + "parsedAmount": "2040000000000000000" + }, + { + "gotchiId": "10656", + "amount": "14.515", + "parsedAmount": "14515000000000000000" + }, + { + "gotchiId": "10660", + "amount": "14.654999999999998", + "parsedAmount": "14654999999999998000" + }, + { + "gotchiId": "10662", + "amount": "11.2675", + "parsedAmount": "11267500000000000000" + }, + { + "gotchiId": "10664", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "10665", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "10667", + "amount": "3.735", + "parsedAmount": "3735000000000000000" + }, + { + "gotchiId": "10668", + "amount": "10.365", + "parsedAmount": "10365000000000000000" + }, + { + "gotchiId": "10669", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "10675", + "amount": "8.9875", + "parsedAmount": "8987500000000000000" + }, + { + "gotchiId": "10677", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "10682", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "10685", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "10687", + "amount": "5.734999999999999", + "parsedAmount": "5734999999999999000" + }, + { + "gotchiId": "10689", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "10690", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "10692", + "amount": "13.525000000000002", + "parsedAmount": "13525000000000002000" + }, + { + "gotchiId": "10698", + "amount": "3.75", + "parsedAmount": "3750000000000000000" + }, + { + "gotchiId": "10704", + "amount": "18.6275", + "parsedAmount": "18627500000000000000" + }, + { + "gotchiId": "10705", + "amount": "2.76", + "parsedAmount": "2760000000000000000" + }, + { + "gotchiId": "10708", + "amount": "13.084999999999999", + "parsedAmount": "13084999999999999000" + }, + { + "gotchiId": "10715", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "10717", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "10718", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "10722", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "10727", + "amount": "11.135", + "parsedAmount": "11135000000000000000" + }, + { + "gotchiId": "10730", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "10733", + "amount": "5.95", + "parsedAmount": "5950000000000000000" + }, + { + "gotchiId": "10734", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "10735", + "amount": "15.33", + "parsedAmount": "15330000000000000000" + }, + { + "gotchiId": "10736", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "10738", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "10739", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "10745", + "amount": "36.79", + "parsedAmount": "36790000000000000000" + }, + { + "gotchiId": "10746", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "10750", + "amount": "8.2925", + "parsedAmount": "8292500000000000000" + }, + { + "gotchiId": "10751", + "amount": "4.4275", + "parsedAmount": "4427500000000000000" + }, + { + "gotchiId": "10752", + "amount": "12.9525", + "parsedAmount": "12952500000000000000" + }, + { + "gotchiId": "10753", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "10759", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "10760", + "amount": "13.1925", + "parsedAmount": "13192500000000000000" + }, + { + "gotchiId": "10763", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "10764", + "amount": "9.282499999999999", + "parsedAmount": "9282499999999999000" + }, + { + "gotchiId": "10766", + "amount": "8.8225", + "parsedAmount": "8822500000000000000" + }, + { + "gotchiId": "10768", + "amount": "50.707499999999996", + "parsedAmount": "50707499999999996000" + }, + { + "gotchiId": "10771", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "10773", + "amount": "3.8675", + "parsedAmount": "3867500000000000000" + }, + { + "gotchiId": "10774", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "10775", + "amount": "30.13", + "parsedAmount": "30130000000000000000" + }, + { + "gotchiId": "10778", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10779", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "10780", + "amount": "24.185", + "parsedAmount": "24185000000000000000" + }, + { + "gotchiId": "10781", + "amount": "25.327499999999997", + "parsedAmount": "25327499999999997000" + }, + { + "gotchiId": "10783", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "10785", + "amount": "9.375", + "parsedAmount": "9375000000000000000" + }, + { + "gotchiId": "10786", + "amount": "3.3575", + "parsedAmount": "3357500000000000000" + }, + { + "gotchiId": "10787", + "amount": "7.5725", + "parsedAmount": "7572500000000000000" + }, + { + "gotchiId": "10793", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "10794", + "amount": "25.8375", + "parsedAmount": "25837500000000000000" + }, + { + "gotchiId": "10798", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "10800", + "amount": "15.235", + "parsedAmount": "15235000000000000000" + }, + { + "gotchiId": "10802", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "10803", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "10808", + "amount": "20.845", + "parsedAmount": "20845000000000000000" + }, + { + "gotchiId": "10810", + "amount": "15.877500000000001", + "parsedAmount": "15877500000000001000" + }, + { + "gotchiId": "10812", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "10814", + "amount": "16.495", + "parsedAmount": "16495000000000000000" + }, + { + "gotchiId": "10818", + "amount": "47.4475", + "parsedAmount": "47447500000000000000" + }, + { + "gotchiId": "10819", + "amount": "13.530000000000001", + "parsedAmount": "13530000000000001000" + }, + { + "gotchiId": "10820", + "amount": "3.3125", + "parsedAmount": "3312500000000000000" + }, + { + "gotchiId": "10821", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "10827", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "10829", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "10830", + "amount": "19.86", + "parsedAmount": "19860000000000000000" + }, + { + "gotchiId": "10831", + "amount": "21.009999999999998", + "parsedAmount": "21009999999999998000" + }, + { + "gotchiId": "10833", + "amount": "10.8625", + "parsedAmount": "10862500000000000000" + }, + { + "gotchiId": "10834", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "10837", + "amount": "19.235", + "parsedAmount": "19235000000000000000" + }, + { + "gotchiId": "10841", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "10842", + "amount": "13.93", + "parsedAmount": "13930000000000000000" + } + ], + "totalAmount": "9386849999999999960500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204006, + "gasUsed": "9811812" + }, + { + "batchIndex": 10, + "transactionHash": "0x48744c897855a475259e220e28beee0748256cd7137aa71d70369192d9251c62", + "timestamp": "2025-10-23T05:29:20.270Z", + "gotchiRewards": [ + { + "gotchiId": "10843", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "10844", + "amount": "17.2175", + "parsedAmount": "17217500000000000000" + }, + { + "gotchiId": "10847", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "10848", + "amount": "10.3925", + "parsedAmount": "10392500000000000000" + }, + { + "gotchiId": "10849", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "10851", + "amount": "6.7525", + "parsedAmount": "6752500000000000000" + }, + { + "gotchiId": "10852", + "amount": "8.725000000000001", + "parsedAmount": "8725000000000001000" + }, + { + "gotchiId": "10853", + "amount": "27.4475", + "parsedAmount": "27447500000000000000" + }, + { + "gotchiId": "10854", + "amount": "39.4875", + "parsedAmount": "39487500000000000000" + }, + { + "gotchiId": "10858", + "amount": "4.67", + "parsedAmount": "4670000000000000000" + }, + { + "gotchiId": "10859", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "10861", + "amount": "4.1025", + "parsedAmount": "4102500000000000000" + }, + { + "gotchiId": "10862", + "amount": "6.385", + "parsedAmount": "6385000000000000000" + }, + { + "gotchiId": "10864", + "amount": "9.995", + "parsedAmount": "9995000000000000000" + }, + { + "gotchiId": "10868", + "amount": "18.9975", + "parsedAmount": "18997500000000000000" + }, + { + "gotchiId": "10869", + "amount": "3.74", + "parsedAmount": "3740000000000000000" + }, + { + "gotchiId": "10871", + "amount": "6.44", + "parsedAmount": "6440000000000000000" + }, + { + "gotchiId": "10877", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "10879", + "amount": "40.9275", + "parsedAmount": "40927500000000000000" + }, + { + "gotchiId": "10880", + "amount": "23.915", + "parsedAmount": "23915000000000000000" + }, + { + "gotchiId": "10882", + "amount": "12.782499999999999", + "parsedAmount": "12782499999999999000" + }, + { + "gotchiId": "10884", + "amount": "7.8475", + "parsedAmount": "7847500000000000000" + }, + { + "gotchiId": "10886", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "10892", + "amount": "18.6675", + "parsedAmount": "18667500000000000000" + }, + { + "gotchiId": "10896", + "amount": "15.67", + "parsedAmount": "15670000000000000000" + }, + { + "gotchiId": "10902", + "amount": "17.197499999999998", + "parsedAmount": "17197499999999998000" + }, + { + "gotchiId": "10906", + "amount": "15.945", + "parsedAmount": "15945000000000000000" + }, + { + "gotchiId": "10908", + "amount": "3.8875", + "parsedAmount": "3887500000000000000" + }, + { + "gotchiId": "10909", + "amount": "93.22", + "parsedAmount": "93220000000000000000" + }, + { + "gotchiId": "10911", + "amount": "3.28", + "parsedAmount": "3280000000000000000" + }, + { + "gotchiId": "10912", + "amount": "2.5975", + "parsedAmount": "2597500000000000000" + }, + { + "gotchiId": "10913", + "amount": "11.075", + "parsedAmount": "11075000000000000000" + }, + { + "gotchiId": "10915", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "10916", + "amount": "10.794999999999998", + "parsedAmount": "10794999999999998000" + }, + { + "gotchiId": "10918", + "amount": "6.8", + "parsedAmount": "6800000000000000000" + }, + { + "gotchiId": "10921", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "10925", + "amount": "10.8925", + "parsedAmount": "10892500000000000000" + }, + { + "gotchiId": "10926", + "amount": "12.6575", + "parsedAmount": "12657500000000000000" + }, + { + "gotchiId": "10928", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "10929", + "amount": "24.5775", + "parsedAmount": "24577500000000000000" + }, + { + "gotchiId": "10935", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "10936", + "amount": "18.1825", + "parsedAmount": "18182500000000000000" + }, + { + "gotchiId": "10937", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "10938", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "10939", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "10941", + "amount": "8.9775", + "parsedAmount": "8977500000000000000" + }, + { + "gotchiId": "10951", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "10952", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "10953", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "10955", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "10956", + "amount": "11.809999999999999", + "parsedAmount": "11809999999999999000" + }, + { + "gotchiId": "10958", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "10959", + "amount": "6.545", + "parsedAmount": "6545000000000000000" + }, + { + "gotchiId": "10960", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "10964", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "10967", + "amount": "8.095", + "parsedAmount": "8095000000000000000" + }, + { + "gotchiId": "10968", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "10969", + "amount": "15.262500000000003", + "parsedAmount": "15262500000000003000" + }, + { + "gotchiId": "10971", + "amount": "7.35", + "parsedAmount": "7350000000000000000" + }, + { + "gotchiId": "10972", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "10974", + "amount": "3.445", + "parsedAmount": "3445000000000000000" + }, + { + "gotchiId": "10977", + "amount": "15.69", + "parsedAmount": "15690000000000000000" + }, + { + "gotchiId": "10979", + "amount": "16.0025", + "parsedAmount": "16002500000000000000" + }, + { + "gotchiId": "10983", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "10984", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "10985", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "10988", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "10990", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "10992", + "amount": "6.05", + "parsedAmount": "6050000000000000000" + }, + { + "gotchiId": "10994", + "amount": "3.3875", + "parsedAmount": "3387500000000000000" + }, + { + "gotchiId": "10996", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "10998", + "amount": "7.279999999999999", + "parsedAmount": "7279999999999999000" + }, + { + "gotchiId": "11000", + "amount": "31.8175", + "parsedAmount": "31817500000000000000" + }, + { + "gotchiId": "11003", + "amount": "10.1025", + "parsedAmount": "10102500000000000000" + }, + { + "gotchiId": "11005", + "amount": "19.045", + "parsedAmount": "19045000000000000000" + }, + { + "gotchiId": "11006", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "11007", + "amount": "27.787499999999998", + "parsedAmount": "27787499999999998000" + }, + { + "gotchiId": "11008", + "amount": "30.240000000000002", + "parsedAmount": "30240000000000002000" + }, + { + "gotchiId": "11009", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "11010", + "amount": "15.4975", + "parsedAmount": "15497500000000000000" + }, + { + "gotchiId": "11012", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "11013", + "amount": "6.5725", + "parsedAmount": "6572500000000000000" + }, + { + "gotchiId": "11014", + "amount": "11.2775", + "parsedAmount": "11277500000000000000" + }, + { + "gotchiId": "11015", + "amount": "38.0275", + "parsedAmount": "38027500000000000000" + }, + { + "gotchiId": "11017", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "11019", + "amount": "5.8675", + "parsedAmount": "5867500000000000000" + }, + { + "gotchiId": "11020", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "11021", + "amount": "21.7775", + "parsedAmount": "21777500000000000000" + }, + { + "gotchiId": "11023", + "amount": "64.8425", + "parsedAmount": "64842500000000000000" + }, + { + "gotchiId": "11024", + "amount": "13.915000000000001", + "parsedAmount": "13915000000000001000" + }, + { + "gotchiId": "11026", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "11027", + "amount": "30.91", + "parsedAmount": "30910000000000000000" + }, + { + "gotchiId": "11029", + "amount": "17.634999999999998", + "parsedAmount": "17634999999999998000" + }, + { + "gotchiId": "11030", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "11031", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "11033", + "amount": "61.735", + "parsedAmount": "61735000000000000000" + }, + { + "gotchiId": "11034", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "11035", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "11038", + "amount": "8.775", + "parsedAmount": "8775000000000000000" + }, + { + "gotchiId": "11040", + "amount": "10.600000000000001", + "parsedAmount": "10600000000000001000" + }, + { + "gotchiId": "11041", + "amount": "9.9175", + "parsedAmount": "9917500000000000000" + }, + { + "gotchiId": "11043", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "11045", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "11047", + "amount": "48.629999999999995", + "parsedAmount": "48629999999999995000" + }, + { + "gotchiId": "11048", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "11049", + "amount": "13.9375", + "parsedAmount": "13937500000000000000" + }, + { + "gotchiId": "11051", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "11055", + "amount": "26.82", + "parsedAmount": "26820000000000000000" + }, + { + "gotchiId": "11056", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11057", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "11059", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "11061", + "amount": "24.835", + "parsedAmount": "24835000000000000000" + }, + { + "gotchiId": "11065", + "amount": "27.9175", + "parsedAmount": "27917500000000000000" + }, + { + "gotchiId": "11068", + "amount": "11.145", + "parsedAmount": "11145000000000000000" + }, + { + "gotchiId": "11070", + "amount": "57.455", + "parsedAmount": "57455000000000000000" + }, + { + "gotchiId": "11071", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "11073", + "amount": "7.297499999999999", + "parsedAmount": "7297499999999999000" + }, + { + "gotchiId": "11076", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "11078", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "11079", + "amount": "35.39", + "parsedAmount": "35390000000000000000" + }, + { + "gotchiId": "11081", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "11082", + "amount": "32.6325", + "parsedAmount": "32632500000000000000" + }, + { + "gotchiId": "11084", + "amount": "6.055", + "parsedAmount": "6055000000000000000" + }, + { + "gotchiId": "11085", + "amount": "14.555000000000001", + "parsedAmount": "14555000000000001000" + }, + { + "gotchiId": "11086", + "amount": "4.720000000000001", + "parsedAmount": "4720000000000001000" + }, + { + "gotchiId": "11088", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "11091", + "amount": "13.2125", + "parsedAmount": "13212500000000000000" + }, + { + "gotchiId": "11093", + "amount": "12.127500000000001", + "parsedAmount": "12127500000000001000" + }, + { + "gotchiId": "11094", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "11098", + "amount": "7.609999999999999", + "parsedAmount": "7609999999999999000" + }, + { + "gotchiId": "11099", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "11102", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "11103", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "11104", + "amount": "12.8725", + "parsedAmount": "12872500000000000000" + }, + { + "gotchiId": "11105", + "amount": "11.015", + "parsedAmount": "11015000000000000000" + }, + { + "gotchiId": "11106", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "11112", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "11116", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "11123", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "11126", + "amount": "18.252499999999998", + "parsedAmount": "18252499999999998000" + }, + { + "gotchiId": "11129", + "amount": "10.07", + "parsedAmount": "10070000000000000000" + }, + { + "gotchiId": "11130", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "11133", + "amount": "23.2625", + "parsedAmount": "23262500000000000000" + }, + { + "gotchiId": "11134", + "amount": "13.370000000000001", + "parsedAmount": "13370000000000001000" + }, + { + "gotchiId": "11136", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "11138", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "11139", + "amount": "7.8775", + "parsedAmount": "7877500000000000000" + }, + { + "gotchiId": "11141", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "11142", + "amount": "14.27", + "parsedAmount": "14270000000000000000" + }, + { + "gotchiId": "11143", + "amount": "10.71", + "parsedAmount": "10710000000000000000" + }, + { + "gotchiId": "11144", + "amount": "9.620000000000001", + "parsedAmount": "9620000000000001000" + }, + { + "gotchiId": "11148", + "amount": "29.6475", + "parsedAmount": "29647500000000000000" + }, + { + "gotchiId": "11150", + "amount": "3.46", + "parsedAmount": "3460000000000000000" + }, + { + "gotchiId": "11155", + "amount": "14.6025", + "parsedAmount": "14602500000000000000" + }, + { + "gotchiId": "11156", + "amount": "76.91499999999999", + "parsedAmount": "76914999999999990000" + }, + { + "gotchiId": "11157", + "amount": "3.5975", + "parsedAmount": "3597500000000000000" + }, + { + "gotchiId": "11160", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "11161", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "11162", + "amount": "7.942500000000001", + "parsedAmount": "7942500000000001000" + }, + { + "gotchiId": "11168", + "amount": "17.080000000000002", + "parsedAmount": "17080000000000002000" + }, + { + "gotchiId": "11169", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "11170", + "amount": "964.3125", + "parsedAmount": "964312500000000000000" + }, + { + "gotchiId": "11177", + "amount": "13.975", + "parsedAmount": "13975000000000000000" + }, + { + "gotchiId": "11181", + "amount": "7.057499999999999", + "parsedAmount": "7057499999999999000" + }, + { + "gotchiId": "11182", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "11186", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "11188", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "11189", + "amount": "5.7525", + "parsedAmount": "5752500000000000000" + }, + { + "gotchiId": "11190", + "amount": "14.305", + "parsedAmount": "14305000000000000000" + }, + { + "gotchiId": "11191", + "amount": "41.045", + "parsedAmount": "41045000000000000000" + }, + { + "gotchiId": "11192", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "11194", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "11195", + "amount": "17.674999999999997", + "parsedAmount": "17674999999999997000" + }, + { + "gotchiId": "11196", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "11197", + "amount": "14.052499999999998", + "parsedAmount": "14052499999999998000" + }, + { + "gotchiId": "11199", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "11200", + "amount": "2.205", + "parsedAmount": "2205000000000000000" + }, + { + "gotchiId": "11202", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "11204", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "11205", + "amount": "81.14", + "parsedAmount": "81140000000000000000" + }, + { + "gotchiId": "11208", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "11212", + "amount": "12.092500000000001", + "parsedAmount": "12092500000000001000" + }, + { + "gotchiId": "11213", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "11214", + "amount": "24.96", + "parsedAmount": "24960000000000000000" + }, + { + "gotchiId": "11218", + "amount": "117.9275", + "parsedAmount": "117927500000000000000" + }, + { + "gotchiId": "11219", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "11220", + "amount": "16.145000000000003", + "parsedAmount": "16145000000000003000" + }, + { + "gotchiId": "11222", + "amount": "40.2575", + "parsedAmount": "40257500000000000000" + }, + { + "gotchiId": "11226", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "11227", + "amount": "5.1025", + "parsedAmount": "5102500000000000000" + }, + { + "gotchiId": "11230", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "11231", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "11232", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "11234", + "amount": "11.195", + "parsedAmount": "11195000000000000000" + }, + { + "gotchiId": "11235", + "amount": "10.7825", + "parsedAmount": "10782500000000000000" + }, + { + "gotchiId": "11237", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "11238", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "11242", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "11243", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "11245", + "amount": "8.1425", + "parsedAmount": "8142500000000000000" + }, + { + "gotchiId": "11248", + "amount": "8.942499999999999", + "parsedAmount": "8942499999999999000" + }, + { + "gotchiId": "11253", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "11254", + "amount": "29.139999999999997", + "parsedAmount": "29139999999999997000" + }, + { + "gotchiId": "11257", + "amount": "9.6275", + "parsedAmount": "9627500000000000000" + }, + { + "gotchiId": "11259", + "amount": "22.25", + "parsedAmount": "22250000000000000000" + }, + { + "gotchiId": "11266", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "11267", + "amount": "1590.68", + "parsedAmount": "1590680000000000000000" + }, + { + "gotchiId": "11268", + "amount": "8.495000000000001", + "parsedAmount": "8495000000000001000" + }, + { + "gotchiId": "11270", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "11273", + "amount": "11.1075", + "parsedAmount": "11107500000000000000" + }, + { + "gotchiId": "11275", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "11278", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "11279", + "amount": "145.59", + "parsedAmount": "145590000000000000000" + }, + { + "gotchiId": "11281", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "11283", + "amount": "11.375", + "parsedAmount": "11375000000000000000" + }, + { + "gotchiId": "11285", + "amount": "9.665", + "parsedAmount": "9665000000000000000" + }, + { + "gotchiId": "11286", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "11287", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "11288", + "amount": "10.3025", + "parsedAmount": "10302500000000000000" + }, + { + "gotchiId": "11289", + "amount": "14.3", + "parsedAmount": "14300000000000000000" + }, + { + "gotchiId": "11291", + "amount": "4.665", + "parsedAmount": "4665000000000000000" + }, + { + "gotchiId": "11293", + "amount": "21.965000000000003", + "parsedAmount": "21965000000000003000" + }, + { + "gotchiId": "11294", + "amount": "14.200000000000001", + "parsedAmount": "14200000000000001000" + }, + { + "gotchiId": "11295", + "amount": "7.9375", + "parsedAmount": "7937500000000000000" + }, + { + "gotchiId": "11301", + "amount": "9.695", + "parsedAmount": "9695000000000000000" + }, + { + "gotchiId": "11302", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "11304", + "amount": "18.560000000000002", + "parsedAmount": "18560000000000002000" + }, + { + "gotchiId": "11307", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "11309", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "11312", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "11316", + "amount": "10.254999999999999", + "parsedAmount": "10254999999999999000" + }, + { + "gotchiId": "11317", + "amount": "12.350000000000001", + "parsedAmount": "12350000000000001000" + }, + { + "gotchiId": "11319", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "11323", + "amount": "14.3225", + "parsedAmount": "14322500000000000000" + }, + { + "gotchiId": "11325", + "amount": "7.1975", + "parsedAmount": "7197500000000000000" + }, + { + "gotchiId": "11327", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "11330", + "amount": "8.1025", + "parsedAmount": "8102500000000000000" + }, + { + "gotchiId": "11336", + "amount": "17.87", + "parsedAmount": "17870000000000000000" + }, + { + "gotchiId": "11338", + "amount": "5.925", + "parsedAmount": "5925000000000000000" + }, + { + "gotchiId": "11341", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "11342", + "amount": "6.54", + "parsedAmount": "6540000000000000000" + }, + { + "gotchiId": "11346", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "11349", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "11350", + "amount": "15.405000000000001", + "parsedAmount": "15405000000000001000" + }, + { + "gotchiId": "11351", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "11353", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "11354", + "amount": "42.055", + "parsedAmount": "42055000000000000000" + }, + { + "gotchiId": "11359", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "11362", + "amount": "22.5875", + "parsedAmount": "22587500000000000000" + }, + { + "gotchiId": "11363", + "amount": "7.710000000000001", + "parsedAmount": "7710000000000001000" + }, + { + "gotchiId": "11364", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "11366", + "amount": "14.489999999999998", + "parsedAmount": "14489999999999998000" + }, + { + "gotchiId": "11368", + "amount": "37.2025", + "parsedAmount": "37202500000000000000" + }, + { + "gotchiId": "11370", + "amount": "17.7375", + "parsedAmount": "17737500000000000000" + }, + { + "gotchiId": "11371", + "amount": "14.549999999999999", + "parsedAmount": "14549999999999999000" + }, + { + "gotchiId": "11373", + "amount": "12.4325", + "parsedAmount": "12432500000000000000" + }, + { + "gotchiId": "11374", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "11375", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "11376", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "11377", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "11378", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "11380", + "amount": "7.5575", + "parsedAmount": "7557500000000000000" + }, + { + "gotchiId": "11381", + "amount": "10.2775", + "parsedAmount": "10277500000000000000" + }, + { + "gotchiId": "11382", + "amount": "16.0925", + "parsedAmount": "16092500000000000000" + }, + { + "gotchiId": "11383", + "amount": "42.745000000000005", + "parsedAmount": "42745000000000005000" + }, + { + "gotchiId": "11386", + "amount": "49.005", + "parsedAmount": "49005000000000000000" + }, + { + "gotchiId": "11387", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "11391", + "amount": "4.905", + "parsedAmount": "4905000000000000000" + }, + { + "gotchiId": "11392", + "amount": "18.7425", + "parsedAmount": "18742500000000000000" + }, + { + "gotchiId": "11393", + "amount": "9.6075", + "parsedAmount": "9607500000000000000" + }, + { + "gotchiId": "11395", + "amount": "12.11", + "parsedAmount": "12110000000000000000" + }, + { + "gotchiId": "11398", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "11401", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "11402", + "amount": "16.650000000000002", + "parsedAmount": "16650000000000002000" + }, + { + "gotchiId": "11405", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "11406", + "amount": "10.120000000000001", + "parsedAmount": "10120000000000001000" + }, + { + "gotchiId": "11418", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "11419", + "amount": "8.72", + "parsedAmount": "8720000000000000000" + }, + { + "gotchiId": "11421", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "11422", + "amount": "6.265000000000001", + "parsedAmount": "6265000000000001000" + }, + { + "gotchiId": "11423", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11428", + "amount": "15.6875", + "parsedAmount": "15687500000000000000" + }, + { + "gotchiId": "11429", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "11430", + "amount": "10.9725", + "parsedAmount": "10972500000000000000" + }, + { + "gotchiId": "11431", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "11432", + "amount": "3.75", + "parsedAmount": "3750000000000000000" + }, + { + "gotchiId": "11433", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "11437", + "amount": "9.78", + "parsedAmount": "9780000000000000000" + }, + { + "gotchiId": "11441", + "amount": "12.8025", + "parsedAmount": "12802500000000000000" + }, + { + "gotchiId": "11443", + "amount": "14.39", + "parsedAmount": "14390000000000000000" + }, + { + "gotchiId": "11447", + "amount": "16.8475", + "parsedAmount": "16847500000000000000" + }, + { + "gotchiId": "11456", + "amount": "15.627500000000001", + "parsedAmount": "15627500000000001000" + }, + { + "gotchiId": "11457", + "amount": "9.342500000000001", + "parsedAmount": "9342500000000001000" + }, + { + "gotchiId": "11458", + "amount": "11.025", + "parsedAmount": "11025000000000000000" + }, + { + "gotchiId": "11459", + "amount": "6.5875", + "parsedAmount": "6587500000000000000" + }, + { + "gotchiId": "11462", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "11463", + "amount": "10.085", + "parsedAmount": "10085000000000000000" + }, + { + "gotchiId": "11468", + "amount": "7.522499999999999", + "parsedAmount": "7522499999999999000" + }, + { + "gotchiId": "11470", + "amount": "13.59", + "parsedAmount": "13590000000000000000" + }, + { + "gotchiId": "11472", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "11478", + "amount": "11.6675", + "parsedAmount": "11667500000000000000" + }, + { + "gotchiId": "11479", + "amount": "19.317500000000003", + "parsedAmount": "19317500000000003000" + }, + { + "gotchiId": "11482", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "11487", + "amount": "78.8525", + "parsedAmount": "78852500000000000000" + }, + { + "gotchiId": "11492", + "amount": "30.7725", + "parsedAmount": "30772500000000000000" + }, + { + "gotchiId": "11496", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "11501", + "amount": "10.5425", + "parsedAmount": "10542500000000000000" + }, + { + "gotchiId": "11506", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "11507", + "amount": "11.93", + "parsedAmount": "11930000000000000000" + }, + { + "gotchiId": "11510", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "11513", + "amount": "5.915", + "parsedAmount": "5915000000000000000" + }, + { + "gotchiId": "11516", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "11517", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "11519", + "amount": "47.975", + "parsedAmount": "47975000000000000000" + }, + { + "gotchiId": "11521", + "amount": "36.17", + "parsedAmount": "36170000000000000000" + }, + { + "gotchiId": "11523", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "11524", + "amount": "38.307500000000005", + "parsedAmount": "38307500000000005000" + }, + { + "gotchiId": "11525", + "amount": "10.9125", + "parsedAmount": "10912500000000000000" + }, + { + "gotchiId": "11526", + "amount": "12.1125", + "parsedAmount": "12112500000000000000" + }, + { + "gotchiId": "11527", + "amount": "20.575", + "parsedAmount": "20575000000000000000" + }, + { + "gotchiId": "11528", + "amount": "5.95", + "parsedAmount": "5950000000000000000" + }, + { + "gotchiId": "11529", + "amount": "10.555", + "parsedAmount": "10555000000000000000" + }, + { + "gotchiId": "11530", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "11531", + "amount": "6.78", + "parsedAmount": "6780000000000000000" + }, + { + "gotchiId": "11534", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "11535", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "11537", + "amount": "6.1425", + "parsedAmount": "6142500000000000000" + }, + { + "gotchiId": "11540", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "11543", + "amount": "11.61", + "parsedAmount": "11610000000000000000" + }, + { + "gotchiId": "11544", + "amount": "102.67", + "parsedAmount": "102670000000000000000" + }, + { + "gotchiId": "11545", + "amount": "10.485", + "parsedAmount": "10485000000000000000" + }, + { + "gotchiId": "11546", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "11548", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "11549", + "amount": "14.675", + "parsedAmount": "14675000000000000000" + }, + { + "gotchiId": "11551", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "11553", + "amount": "18.112499999999997", + "parsedAmount": "18112499999999997000" + }, + { + "gotchiId": "11554", + "amount": "24.455", + "parsedAmount": "24455000000000000000" + }, + { + "gotchiId": "11556", + "amount": "7.35", + "parsedAmount": "7350000000000000000" + }, + { + "gotchiId": "11563", + "amount": "7.577500000000001", + "parsedAmount": "7577500000000001000" + }, + { + "gotchiId": "11566", + "amount": "17.5125", + "parsedAmount": "17512500000000000000" + }, + { + "gotchiId": "11567", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "11569", + "amount": "13.05", + "parsedAmount": "13050000000000000000" + }, + { + "gotchiId": "11570", + "amount": "11.315000000000001", + "parsedAmount": "11315000000000001000" + }, + { + "gotchiId": "11572", + "amount": "9.442499999999999", + "parsedAmount": "9442499999999999000" + }, + { + "gotchiId": "11575", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "11578", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "11580", + "amount": "10.64", + "parsedAmount": "10640000000000000000" + }, + { + "gotchiId": "11582", + "amount": "16.9375", + "parsedAmount": "16937500000000000000" + }, + { + "gotchiId": "11584", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "11585", + "amount": "4.645", + "parsedAmount": "4645000000000000000" + }, + { + "gotchiId": "11587", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "11588", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "11589", + "amount": "8.942499999999999", + "parsedAmount": "8942499999999999000" + }, + { + "gotchiId": "11590", + "amount": "20.015", + "parsedAmount": "20015000000000000000" + }, + { + "gotchiId": "11593", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "11594", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "11598", + "amount": "18.9325", + "parsedAmount": "18932500000000000000" + }, + { + "gotchiId": "11604", + "amount": "16.715", + "parsedAmount": "16715000000000000000" + }, + { + "gotchiId": "11605", + "amount": "10.38", + "parsedAmount": "10380000000000000000" + }, + { + "gotchiId": "11607", + "amount": "18.7325", + "parsedAmount": "18732500000000000000" + }, + { + "gotchiId": "11610", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "11611", + "amount": "40.0925", + "parsedAmount": "40092500000000000000" + }, + { + "gotchiId": "11612", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "11613", + "amount": "7.4399999999999995", + "parsedAmount": "7439999999999999500" + }, + { + "gotchiId": "11614", + "amount": "16.337500000000002", + "parsedAmount": "16337500000000002000" + }, + { + "gotchiId": "11615", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "11616", + "amount": "10.85", + "parsedAmount": "10850000000000000000" + }, + { + "gotchiId": "11619", + "amount": "12.925", + "parsedAmount": "12925000000000000000" + }, + { + "gotchiId": "11620", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "11621", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "11624", + "amount": "8.425", + "parsedAmount": "8425000000000000000" + }, + { + "gotchiId": "11630", + "amount": "18.669999999999998", + "parsedAmount": "18669999999999998000" + }, + { + "gotchiId": "11637", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "11643", + "amount": "9.2325", + "parsedAmount": "9232500000000000000" + }, + { + "gotchiId": "11644", + "amount": "3.15", + "parsedAmount": "3150000000000000000" + }, + { + "gotchiId": "11647", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "11650", + "amount": "6.5375", + "parsedAmount": "6537500000000000000" + }, + { + "gotchiId": "11651", + "amount": "3.1125", + "parsedAmount": "3112500000000000000" + }, + { + "gotchiId": "11655", + "amount": "11.5225", + "parsedAmount": "11522500000000000000" + }, + { + "gotchiId": "11656", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "11657", + "amount": "10.595", + "parsedAmount": "10595000000000000000" + }, + { + "gotchiId": "11658", + "amount": "21.44", + "parsedAmount": "21440000000000000000" + }, + { + "gotchiId": "11659", + "amount": "19.1725", + "parsedAmount": "19172500000000000000" + }, + { + "gotchiId": "11661", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "11663", + "amount": "170.23", + "parsedAmount": "170230000000000000000" + }, + { + "gotchiId": "11669", + "amount": "10.7425", + "parsedAmount": "10742500000000000000" + }, + { + "gotchiId": "11672", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11673", + "amount": "9.0225", + "parsedAmount": "9022500000000000000" + }, + { + "gotchiId": "11677", + "amount": "2.2375", + "parsedAmount": "2237500000000000000" + }, + { + "gotchiId": "11678", + "amount": "23.68", + "parsedAmount": "23680000000000000000" + }, + { + "gotchiId": "11680", + "amount": "22.025000000000002", + "parsedAmount": "22025000000000002000" + }, + { + "gotchiId": "11681", + "amount": "10.767499999999998", + "parsedAmount": "10767499999999998000" + }, + { + "gotchiId": "11684", + "amount": "15.915", + "parsedAmount": "15915000000000000000" + }, + { + "gotchiId": "11687", + "amount": "3.2525", + "parsedAmount": "3252500000000000000" + }, + { + "gotchiId": "11690", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "11692", + "amount": "14.975000000000001", + "parsedAmount": "14975000000000001000" + }, + { + "gotchiId": "11694", + "amount": "9.04", + "parsedAmount": "9040000000000000000" + }, + { + "gotchiId": "11697", + "amount": "144.635", + "parsedAmount": "144635000000000000000" + }, + { + "gotchiId": "11699", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "11703", + "amount": "8.8475", + "parsedAmount": "8847500000000000000" + }, + { + "gotchiId": "11704", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "11705", + "amount": "11.14", + "parsedAmount": "11140000000000000000" + }, + { + "gotchiId": "11706", + "amount": "11.662500000000001", + "parsedAmount": "11662500000000001000" + }, + { + "gotchiId": "11712", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "11714", + "amount": "6.725", + "parsedAmount": "6725000000000000000" + }, + { + "gotchiId": "11715", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "11716", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "11717", + "amount": "11.6125", + "parsedAmount": "11612500000000000000" + }, + { + "gotchiId": "11718", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "11720", + "amount": "14.8325", + "parsedAmount": "14832500000000000000" + }, + { + "gotchiId": "11722", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "11723", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "11724", + "amount": "3.8575", + "parsedAmount": "3857500000000000000" + }, + { + "gotchiId": "11725", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "11726", + "amount": "10.8475", + "parsedAmount": "10847500000000000000" + }, + { + "gotchiId": "11727", + "amount": "3.7575", + "parsedAmount": "3757500000000000000" + }, + { + "gotchiId": "11728", + "amount": "18.5225", + "parsedAmount": "18522500000000000000" + }, + { + "gotchiId": "11730", + "amount": "5.9225", + "parsedAmount": "5922500000000000000" + }, + { + "gotchiId": "11732", + "amount": "43.167500000000004", + "parsedAmount": "43167500000000004000" + }, + { + "gotchiId": "11733", + "amount": "2.6225", + "parsedAmount": "2622500000000000000" + }, + { + "gotchiId": "11734", + "amount": "30.6775", + "parsedAmount": "30677500000000000000" + }, + { + "gotchiId": "11736", + "amount": "7.387499999999999", + "parsedAmount": "7387499999999999000" + }, + { + "gotchiId": "11738", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "11746", + "amount": "23.722499999999997", + "parsedAmount": "23722499999999997000" + }, + { + "gotchiId": "11749", + "amount": "32.55", + "parsedAmount": "32550000000000000000" + }, + { + "gotchiId": "11756", + "amount": "25.295", + "parsedAmount": "25295000000000000000" + }, + { + "gotchiId": "11759", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "11760", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "11762", + "amount": "23.2625", + "parsedAmount": "23262500000000000000" + }, + { + "gotchiId": "11763", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "11764", + "amount": "17.5625", + "parsedAmount": "17562500000000000000" + }, + { + "gotchiId": "11765", + "amount": "65.505", + "parsedAmount": "65505000000000000000" + }, + { + "gotchiId": "11766", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "11769", + "amount": "10.1075", + "parsedAmount": "10107500000000000000" + }, + { + "gotchiId": "11770", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "11771", + "amount": "13.4725", + "parsedAmount": "13472500000000000000" + }, + { + "gotchiId": "11774", + "amount": "10.375", + "parsedAmount": "10375000000000000000" + }, + { + "gotchiId": "11775", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "11777", + "amount": "29.9725", + "parsedAmount": "29972500000000000000" + }, + { + "gotchiId": "11779", + "amount": "6.7575", + "parsedAmount": "6757500000000000000" + }, + { + "gotchiId": "11780", + "amount": "9.13", + "parsedAmount": "9130000000000000000" + }, + { + "gotchiId": "11782", + "amount": "25.1375", + "parsedAmount": "25137500000000000000" + }, + { + "gotchiId": "11785", + "amount": "181.01", + "parsedAmount": "181010000000000000000" + }, + { + "gotchiId": "11786", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "11787", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "11788", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "11789", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "11791", + "amount": "15.0575", + "parsedAmount": "15057500000000000000" + }, + { + "gotchiId": "11792", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "11793", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "11794", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "11795", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "11798", + "amount": "7.74", + "parsedAmount": "7740000000000000000" + }, + { + "gotchiId": "11802", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "11803", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "11806", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "11808", + "amount": "15.0725", + "parsedAmount": "15072500000000000000" + }, + { + "gotchiId": "11810", + "amount": "4.779999999999999", + "parsedAmount": "4779999999999999000" + }, + { + "gotchiId": "11813", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "11816", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "11817", + "amount": "3.4325", + "parsedAmount": "3432500000000000000" + }, + { + "gotchiId": "11818", + "amount": "23.055", + "parsedAmount": "23055000000000000000" + }, + { + "gotchiId": "11819", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "11821", + "amount": "12.434999999999999", + "parsedAmount": "12434999999999999000" + }, + { + "gotchiId": "11824", + "amount": "9.17", + "parsedAmount": "9170000000000000000" + }, + { + "gotchiId": "11833", + "amount": "7.432500000000001", + "parsedAmount": "7432500000000001000" + }, + { + "gotchiId": "11834", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "11835", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "11836", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "11837", + "amount": "2.3475", + "parsedAmount": "2347500000000000000" + }, + { + "gotchiId": "11841", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "11842", + "amount": "5.532500000000001", + "parsedAmount": "5532500000000001000" + }, + { + "gotchiId": "11844", + "amount": "7.1475", + "parsedAmount": "7147500000000000000" + }, + { + "gotchiId": "11852", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "11853", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "11858", + "amount": "42.0825", + "parsedAmount": "42082500000000000000" + }, + { + "gotchiId": "11859", + "amount": "12.889999999999999", + "parsedAmount": "12889999999999999000" + }, + { + "gotchiId": "11862", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "11866", + "amount": "283.155", + "parsedAmount": "283155000000000000000" + }, + { + "gotchiId": "11869", + "amount": "8.7625", + "parsedAmount": "8762500000000000000" + }, + { + "gotchiId": "11870", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "11871", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "11872", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "11875", + "amount": "25.634999999999998", + "parsedAmount": "25634999999999998000" + }, + { + "gotchiId": "11877", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "11883", + "amount": "105.625", + "parsedAmount": "105625000000000000000" + }, + { + "gotchiId": "11884", + "amount": "9.4175", + "parsedAmount": "9417500000000000000" + }, + { + "gotchiId": "11886", + "amount": "12.8", + "parsedAmount": "12800000000000000000" + }, + { + "gotchiId": "11887", + "amount": "41.585", + "parsedAmount": "41585000000000000000" + }, + { + "gotchiId": "11891", + "amount": "17.9725", + "parsedAmount": "17972500000000000000" + }, + { + "gotchiId": "11892", + "amount": "12.575", + "parsedAmount": "12575000000000000000" + }, + { + "gotchiId": "11893", + "amount": "10.6875", + "parsedAmount": "10687500000000000000" + }, + { + "gotchiId": "11894", + "amount": "14.6", + "parsedAmount": "14600000000000000000" + } + ], + "totalAmount": "9435435000000000000000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204007, + "gasUsed": "9607170" + }, + { + "batchIndex": 11, + "transactionHash": "0x8f20667b3fbb00872e34ef545f49ccd7d4b855b96d8aa9402386223651a0429f", + "timestamp": "2025-10-23T05:29:23.081Z", + "gotchiRewards": [ + { + "gotchiId": "11895", + "amount": "13.7975", + "parsedAmount": "13797500000000000000" + }, + { + "gotchiId": "11896", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "11897", + "amount": "10.06", + "parsedAmount": "10060000000000000000" + }, + { + "gotchiId": "11902", + "amount": "51.107499999999995", + "parsedAmount": "51107499999999995000" + }, + { + "gotchiId": "11903", + "amount": "14.262500000000001", + "parsedAmount": "14262500000000001000" + }, + { + "gotchiId": "11907", + "amount": "6.88", + "parsedAmount": "6880000000000000000" + }, + { + "gotchiId": "11913", + "amount": "12.485", + "parsedAmount": "12485000000000000000" + }, + { + "gotchiId": "11914", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "11916", + "amount": "31.195", + "parsedAmount": "31195000000000000000" + }, + { + "gotchiId": "11919", + "amount": "16.0925", + "parsedAmount": "16092500000000000000" + }, + { + "gotchiId": "11920", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "11921", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "11924", + "amount": "6.050000000000001", + "parsedAmount": "6050000000000001000" + }, + { + "gotchiId": "11925", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11926", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "11927", + "amount": "6.5024999999999995", + "parsedAmount": "6502499999999999500" + }, + { + "gotchiId": "11928", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "11930", + "amount": "13.3825", + "parsedAmount": "13382500000000000000" + }, + { + "gotchiId": "11931", + "amount": "13.045000000000002", + "parsedAmount": "13045000000000002000" + }, + { + "gotchiId": "11936", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "11938", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "11940", + "amount": "21.247500000000002", + "parsedAmount": "21247500000000002000" + }, + { + "gotchiId": "11943", + "amount": "22.945", + "parsedAmount": "22945000000000000000" + }, + { + "gotchiId": "11949", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "11956", + "amount": "5.365", + "parsedAmount": "5365000000000000000" + }, + { + "gotchiId": "11960", + "amount": "12.34", + "parsedAmount": "12340000000000000000" + }, + { + "gotchiId": "11963", + "amount": "15.127500000000001", + "parsedAmount": "15127500000000001000" + }, + { + "gotchiId": "11966", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "11968", + "amount": "6.967499999999999", + "parsedAmount": "6967499999999999000" + }, + { + "gotchiId": "11973", + "amount": "29.237500000000004", + "parsedAmount": "29237500000000004000" + }, + { + "gotchiId": "11976", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "11977", + "amount": "32.1975", + "parsedAmount": "32197500000000000000" + }, + { + "gotchiId": "11979", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "11980", + "amount": "13.4475", + "parsedAmount": "13447500000000000000" + }, + { + "gotchiId": "11982", + "amount": "10.23", + "parsedAmount": "10230000000000000000" + }, + { + "gotchiId": "11983", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "11985", + "amount": "10.1375", + "parsedAmount": "10137500000000000000" + }, + { + "gotchiId": "11987", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "11988", + "amount": "14.7475", + "parsedAmount": "14747500000000000000" + }, + { + "gotchiId": "11989", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "11990", + "amount": "18.490000000000002", + "parsedAmount": "18490000000000002000" + }, + { + "gotchiId": "11991", + "amount": "15.5", + "parsedAmount": "15500000000000000000" + }, + { + "gotchiId": "11992", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "11994", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "11998", + "amount": "27.51", + "parsedAmount": "27510000000000000000" + }, + { + "gotchiId": "12002", + "amount": "7.605", + "parsedAmount": "7605000000000000000" + }, + { + "gotchiId": "12004", + "amount": "10.7575", + "parsedAmount": "10757500000000000000" + }, + { + "gotchiId": "12006", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "12008", + "amount": "9.3825", + "parsedAmount": "9382500000000000000" + }, + { + "gotchiId": "12011", + "amount": "14.585", + "parsedAmount": "14585000000000000000" + }, + { + "gotchiId": "12012", + "amount": "12.825000000000001", + "parsedAmount": "12825000000000001000" + }, + { + "gotchiId": "12014", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "12016", + "amount": "9.1025", + "parsedAmount": "9102500000000000000" + }, + { + "gotchiId": "12018", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "12019", + "amount": "16.6425", + "parsedAmount": "16642500000000000000" + }, + { + "gotchiId": "12020", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "12021", + "amount": "17.0325", + "parsedAmount": "17032500000000000000" + }, + { + "gotchiId": "12022", + "amount": "84.7725", + "parsedAmount": "84772500000000000000" + }, + { + "gotchiId": "12028", + "amount": "13.3875", + "parsedAmount": "13387500000000000000" + }, + { + "gotchiId": "12030", + "amount": "2.4125", + "parsedAmount": "2412500000000000000" + }, + { + "gotchiId": "12031", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "12032", + "amount": "2.3275", + "parsedAmount": "2327500000000000000" + }, + { + "gotchiId": "12034", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "12035", + "amount": "19.33", + "parsedAmount": "19330000000000000000" + }, + { + "gotchiId": "12036", + "amount": "4.1025", + "parsedAmount": "4102500000000000000" + }, + { + "gotchiId": "12038", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "12039", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "12040", + "amount": "7.0325", + "parsedAmount": "7032500000000000000" + }, + { + "gotchiId": "12042", + "amount": "17.54", + "parsedAmount": "17540000000000000000" + }, + { + "gotchiId": "12043", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "12044", + "amount": "9.375", + "parsedAmount": "9375000000000000000" + }, + { + "gotchiId": "12047", + "amount": "6.21", + "parsedAmount": "6210000000000000000" + }, + { + "gotchiId": "12048", + "amount": "34.155", + "parsedAmount": "34155000000000000000" + }, + { + "gotchiId": "12049", + "amount": "5.7975", + "parsedAmount": "5797500000000000000" + }, + { + "gotchiId": "12052", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "12053", + "amount": "26.975", + "parsedAmount": "26975000000000000000" + }, + { + "gotchiId": "12056", + "amount": "3.1625", + "parsedAmount": "3162500000000000000" + }, + { + "gotchiId": "12057", + "amount": "14.7225", + "parsedAmount": "14722500000000000000" + }, + { + "gotchiId": "12059", + "amount": "9.129999999999999", + "parsedAmount": "9129999999999999000" + }, + { + "gotchiId": "12060", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "12062", + "amount": "2.74", + "parsedAmount": "2740000000000000000" + }, + { + "gotchiId": "12063", + "amount": "10.364999999999998", + "parsedAmount": "10364999999999998000" + }, + { + "gotchiId": "12065", + "amount": "22.532500000000002", + "parsedAmount": "22532500000000002000" + }, + { + "gotchiId": "12069", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "12073", + "amount": "8.415", + "parsedAmount": "8415000000000000000" + }, + { + "gotchiId": "12075", + "amount": "14.165000000000001", + "parsedAmount": "14165000000000001000" + }, + { + "gotchiId": "12076", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "12077", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "12079", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "12082", + "amount": "11.995", + "parsedAmount": "11995000000000000000" + }, + { + "gotchiId": "12084", + "amount": "7.300000000000001", + "parsedAmount": "7300000000000001000" + }, + { + "gotchiId": "12086", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "12087", + "amount": "13.754999999999999", + "parsedAmount": "13754999999999999000" + }, + { + "gotchiId": "12089", + "amount": "12.317499999999999", + "parsedAmount": "12317499999999999000" + }, + { + "gotchiId": "12090", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "12092", + "amount": "13.209999999999999", + "parsedAmount": "13209999999999999000" + }, + { + "gotchiId": "12093", + "amount": "7.6025", + "parsedAmount": "7602500000000000000" + }, + { + "gotchiId": "12096", + "amount": "13.129999999999999", + "parsedAmount": "13129999999999999000" + }, + { + "gotchiId": "12097", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "12098", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "12101", + "amount": "5.875", + "parsedAmount": "5875000000000000000" + }, + { + "gotchiId": "12103", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "12105", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "12109", + "amount": "10.165", + "parsedAmount": "10165000000000000000" + }, + { + "gotchiId": "12111", + "amount": "43.105", + "parsedAmount": "43105000000000000000" + }, + { + "gotchiId": "12112", + "amount": "50.265", + "parsedAmount": "50265000000000000000" + }, + { + "gotchiId": "12113", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "12117", + "amount": "10.07", + "parsedAmount": "10070000000000000000" + }, + { + "gotchiId": "12118", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "12123", + "amount": "12.895", + "parsedAmount": "12895000000000000000" + }, + { + "gotchiId": "12125", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "12126", + "amount": "156.7975", + "parsedAmount": "156797500000000000000" + }, + { + "gotchiId": "12127", + "amount": "11.934999999999999", + "parsedAmount": "11934999999999999000" + }, + { + "gotchiId": "12128", + "amount": "21.235", + "parsedAmount": "21235000000000000000" + }, + { + "gotchiId": "12129", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "12132", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "12133", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "12135", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "12137", + "amount": "9.8225", + "parsedAmount": "9822500000000000000" + }, + { + "gotchiId": "12138", + "amount": "6.609999999999999", + "parsedAmount": "6609999999999999000" + }, + { + "gotchiId": "12143", + "amount": "8.5425", + "parsedAmount": "8542500000000000000" + }, + { + "gotchiId": "12144", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "12145", + "amount": "9.3525", + "parsedAmount": "9352500000000000000" + }, + { + "gotchiId": "12147", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "12148", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "12150", + "amount": "9.03", + "parsedAmount": "9030000000000000000" + }, + { + "gotchiId": "12151", + "amount": "65.32249999999999", + "parsedAmount": "65322499999999990000" + }, + { + "gotchiId": "12153", + "amount": "16.1675", + "parsedAmount": "16167500000000000000" + }, + { + "gotchiId": "12154", + "amount": "13.227500000000001", + "parsedAmount": "13227500000000001000" + }, + { + "gotchiId": "12156", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "12160", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "12162", + "amount": "5.862500000000001", + "parsedAmount": "5862500000000001000" + }, + { + "gotchiId": "12163", + "amount": "11.727500000000001", + "parsedAmount": "11727500000000001000" + }, + { + "gotchiId": "12164", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "12165", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "12166", + "amount": "12.067499999999999", + "parsedAmount": "12067499999999999000" + }, + { + "gotchiId": "12167", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "12169", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "12170", + "amount": "12.675", + "parsedAmount": "12675000000000000000" + }, + { + "gotchiId": "12171", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "12175", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "12177", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "12182", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "12188", + "amount": "12.364999999999998", + "parsedAmount": "12364999999999998000" + }, + { + "gotchiId": "12189", + "amount": "3.095", + "parsedAmount": "3095000000000000000" + }, + { + "gotchiId": "12191", + "amount": "21.2625", + "parsedAmount": "21262500000000000000" + }, + { + "gotchiId": "12194", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "12196", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "12198", + "amount": "542.2225", + "parsedAmount": "542222500000000000000" + }, + { + "gotchiId": "12202", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "12204", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "12207", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "12210", + "amount": "39.107499999999995", + "parsedAmount": "39107499999999995000" + }, + { + "gotchiId": "12211", + "amount": "13.155000000000001", + "parsedAmount": "13155000000000001000" + }, + { + "gotchiId": "12212", + "amount": "6.095000000000001", + "parsedAmount": "6095000000000001000" + }, + { + "gotchiId": "12213", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "12214", + "amount": "26.2", + "parsedAmount": "26200000000000000000" + }, + { + "gotchiId": "12217", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "12219", + "amount": "12.915", + "parsedAmount": "12915000000000000000" + }, + { + "gotchiId": "12221", + "amount": "23.2725", + "parsedAmount": "23272500000000000000" + }, + { + "gotchiId": "12223", + "amount": "11.98", + "parsedAmount": "11980000000000000000" + }, + { + "gotchiId": "12224", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "12228", + "amount": "6.7175", + "parsedAmount": "6717500000000000000" + }, + { + "gotchiId": "12229", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "12231", + "amount": "12.9675", + "parsedAmount": "12967500000000000000" + }, + { + "gotchiId": "12233", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "12234", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "12237", + "amount": "18.04", + "parsedAmount": "18040000000000000000" + }, + { + "gotchiId": "12238", + "amount": "21.7275", + "parsedAmount": "21727500000000000000" + }, + { + "gotchiId": "12241", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "12243", + "amount": "14.26", + "parsedAmount": "14260000000000000000" + }, + { + "gotchiId": "12244", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "12247", + "amount": "110.0275", + "parsedAmount": "110027500000000000000" + }, + { + "gotchiId": "12248", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "12252", + "amount": "13.375", + "parsedAmount": "13375000000000000000" + }, + { + "gotchiId": "12255", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "12257", + "amount": "18.07", + "parsedAmount": "18070000000000000000" + }, + { + "gotchiId": "12258", + "amount": "12.9275", + "parsedAmount": "12927500000000000000" + }, + { + "gotchiId": "12259", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "12263", + "amount": "7.0600000000000005", + "parsedAmount": "7060000000000000500" + }, + { + "gotchiId": "12265", + "amount": "10.6475", + "parsedAmount": "10647500000000000000" + }, + { + "gotchiId": "12266", + "amount": "4.8175", + "parsedAmount": "4817500000000000000" + }, + { + "gotchiId": "12268", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "12269", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "12270", + "amount": "13.22", + "parsedAmount": "13220000000000000000" + }, + { + "gotchiId": "12271", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "12272", + "amount": "15.5775", + "parsedAmount": "15577500000000000000" + }, + { + "gotchiId": "12273", + "amount": "15.504999999999999", + "parsedAmount": "15504999999999999000" + }, + { + "gotchiId": "12278", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "12280", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "12281", + "amount": "14.719999999999999", + "parsedAmount": "14719999999999999000" + }, + { + "gotchiId": "12287", + "amount": "46.53", + "parsedAmount": "46530000000000000000" + }, + { + "gotchiId": "12288", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "12289", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "12290", + "amount": "16.895", + "parsedAmount": "16895000000000000000" + }, + { + "gotchiId": "12295", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "12297", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "12298", + "amount": "2.3325", + "parsedAmount": "2332500000000000000" + }, + { + "gotchiId": "12299", + "amount": "8.024999999999999", + "parsedAmount": "8024999999999999000" + }, + { + "gotchiId": "12300", + "amount": "13.82", + "parsedAmount": "13820000000000000000" + }, + { + "gotchiId": "12302", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "12303", + "amount": "11.725000000000001", + "parsedAmount": "11725000000000001000" + }, + { + "gotchiId": "12305", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "12308", + "amount": "2.6375", + "parsedAmount": "2637500000000000000" + }, + { + "gotchiId": "12309", + "amount": "7.147500000000001", + "parsedAmount": "7147500000000001000" + }, + { + "gotchiId": "12310", + "amount": "13.059999999999999", + "parsedAmount": "13059999999999999000" + }, + { + "gotchiId": "12311", + "amount": "7.81", + "parsedAmount": "7810000000000000000" + }, + { + "gotchiId": "12312", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "12315", + "amount": "19.505", + "parsedAmount": "19505000000000000000" + }, + { + "gotchiId": "12318", + "amount": "15.540000000000001", + "parsedAmount": "15540000000000001000" + }, + { + "gotchiId": "12319", + "amount": "7.324999999999999", + "parsedAmount": "7324999999999999000" + }, + { + "gotchiId": "12325", + "amount": "38.4625", + "parsedAmount": "38462500000000000000" + }, + { + "gotchiId": "12327", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "12328", + "amount": "23.387500000000003", + "parsedAmount": "23387500000000003000" + }, + { + "gotchiId": "12332", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "12333", + "amount": "6.5024999999999995", + "parsedAmount": "6502499999999999500" + }, + { + "gotchiId": "12335", + "amount": "5.1025", + "parsedAmount": "5102500000000000000" + }, + { + "gotchiId": "12337", + "amount": "7.9825", + "parsedAmount": "7982500000000000000" + }, + { + "gotchiId": "12338", + "amount": "12.7225", + "parsedAmount": "12722500000000000000" + }, + { + "gotchiId": "12339", + "amount": "14.5075", + "parsedAmount": "14507500000000000000" + }, + { + "gotchiId": "12340", + "amount": "5.375", + "parsedAmount": "5375000000000000000" + }, + { + "gotchiId": "12347", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "12349", + "amount": "15.37", + "parsedAmount": "15370000000000000000" + }, + { + "gotchiId": "12350", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "12353", + "amount": "34.3475", + "parsedAmount": "34347500000000000000" + }, + { + "gotchiId": "12354", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "12355", + "amount": "6.109999999999999", + "parsedAmount": "6109999999999999000" + }, + { + "gotchiId": "12359", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "12367", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "12368", + "amount": "4.4325", + "parsedAmount": "4432500000000000000" + }, + { + "gotchiId": "12369", + "amount": "15.7275", + "parsedAmount": "15727500000000000000" + }, + { + "gotchiId": "12370", + "amount": "18.6225", + "parsedAmount": "18622500000000000000" + }, + { + "gotchiId": "12371", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "12372", + "amount": "7.755", + "parsedAmount": "7755000000000000000" + }, + { + "gotchiId": "12373", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "12374", + "amount": "18.6375", + "parsedAmount": "18637500000000000000" + }, + { + "gotchiId": "12375", + "amount": "13.1525", + "parsedAmount": "13152500000000000000" + }, + { + "gotchiId": "12376", + "amount": "27.685000000000002", + "parsedAmount": "27685000000000002000" + }, + { + "gotchiId": "12378", + "amount": "10.8025", + "parsedAmount": "10802500000000000000" + }, + { + "gotchiId": "12379", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "12381", + "amount": "7.824999999999999", + "parsedAmount": "7824999999999999000" + }, + { + "gotchiId": "12382", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "12384", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "12386", + "amount": "21.19", + "parsedAmount": "21190000000000000000" + }, + { + "gotchiId": "12387", + "amount": "23.2625", + "parsedAmount": "23262500000000000000" + }, + { + "gotchiId": "12388", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "12389", + "amount": "34.89", + "parsedAmount": "34890000000000000000" + }, + { + "gotchiId": "12392", + "amount": "20.5475", + "parsedAmount": "20547500000000000000" + }, + { + "gotchiId": "12393", + "amount": "12.8775", + "parsedAmount": "12877500000000000000" + }, + { + "gotchiId": "12396", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "12397", + "amount": "19.384999999999998", + "parsedAmount": "19384999999999998000" + }, + { + "gotchiId": "12398", + "amount": "7.657500000000001", + "parsedAmount": "7657500000000001000" + }, + { + "gotchiId": "12399", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "12400", + "amount": "22.747500000000002", + "parsedAmount": "22747500000000002000" + }, + { + "gotchiId": "12402", + "amount": "24.675", + "parsedAmount": "24675000000000000000" + }, + { + "gotchiId": "12403", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "12405", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "12406", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "12409", + "amount": "321.1", + "parsedAmount": "321100000000000000000" + }, + { + "gotchiId": "12413", + "amount": "10.5275", + "parsedAmount": "10527500000000000000" + }, + { + "gotchiId": "12415", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "12416", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "12417", + "amount": "5.1899999999999995", + "parsedAmount": "5189999999999999500" + }, + { + "gotchiId": "12420", + "amount": "16.7025", + "parsedAmount": "16702500000000000000" + }, + { + "gotchiId": "12422", + "amount": "12.995000000000001", + "parsedAmount": "12995000000000001000" + }, + { + "gotchiId": "12423", + "amount": "113.92999999999999", + "parsedAmount": "113929999999999990000" + }, + { + "gotchiId": "12427", + "amount": "11.845", + "parsedAmount": "11845000000000000000" + }, + { + "gotchiId": "12428", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "12429", + "amount": "13.307500000000001", + "parsedAmount": "13307500000000001000" + }, + { + "gotchiId": "12430", + "amount": "15.925", + "parsedAmount": "15925000000000000000" + }, + { + "gotchiId": "12431", + "amount": "20.515", + "parsedAmount": "20515000000000000000" + }, + { + "gotchiId": "12436", + "amount": "9.182500000000001", + "parsedAmount": "9182500000000001000" + }, + { + "gotchiId": "12438", + "amount": "11.91", + "parsedAmount": "11910000000000000000" + }, + { + "gotchiId": "12444", + "amount": "5.1025", + "parsedAmount": "5102500000000000000" + }, + { + "gotchiId": "12448", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "12450", + "amount": "16.432499999999997", + "parsedAmount": "16432499999999997000" + }, + { + "gotchiId": "12452", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "12453", + "amount": "6.97", + "parsedAmount": "6970000000000000000" + }, + { + "gotchiId": "12454", + "amount": "16.6025", + "parsedAmount": "16602500000000000000" + }, + { + "gotchiId": "12457", + "amount": "30.58", + "parsedAmount": "30580000000000000000" + }, + { + "gotchiId": "12459", + "amount": "5.5525", + "parsedAmount": "5552500000000000000" + }, + { + "gotchiId": "12461", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "12464", + "amount": "7.8875", + "parsedAmount": "7887500000000000000" + }, + { + "gotchiId": "12466", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "12467", + "amount": "11.0125", + "parsedAmount": "11012500000000000000" + }, + { + "gotchiId": "12469", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "12471", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "12472", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "12473", + "amount": "6.915", + "parsedAmount": "6915000000000000000" + }, + { + "gotchiId": "12474", + "amount": "30.292500000000004", + "parsedAmount": "30292500000000004000" + }, + { + "gotchiId": "12475", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "12477", + "amount": "45.7425", + "parsedAmount": "45742500000000000000" + }, + { + "gotchiId": "12482", + "amount": "15.362499999999999", + "parsedAmount": "15362499999999999000" + }, + { + "gotchiId": "12484", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "12486", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "12488", + "amount": "19.049999999999997", + "parsedAmount": "19049999999999997000" + }, + { + "gotchiId": "12489", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "12493", + "amount": "13.530000000000001", + "parsedAmount": "13530000000000001000" + }, + { + "gotchiId": "12494", + "amount": "31.714999999999996", + "parsedAmount": "31714999999999996000" + }, + { + "gotchiId": "12496", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "12499", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "12501", + "amount": "18.2125", + "parsedAmount": "18212500000000000000" + }, + { + "gotchiId": "12502", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "12503", + "amount": "19.327499999999997", + "parsedAmount": "19327499999999997000" + }, + { + "gotchiId": "12504", + "amount": "29.01", + "parsedAmount": "29010000000000000000" + }, + { + "gotchiId": "12506", + "amount": "14.315", + "parsedAmount": "14315000000000000000" + }, + { + "gotchiId": "12508", + "amount": "22.605", + "parsedAmount": "22605000000000000000" + }, + { + "gotchiId": "12509", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "12511", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "12512", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "12513", + "amount": "22.950000000000003", + "parsedAmount": "22950000000000003000" + }, + { + "gotchiId": "12514", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "12515", + "amount": "92.0675", + "parsedAmount": "92067500000000000000" + }, + { + "gotchiId": "12516", + "amount": "6.425000000000001", + "parsedAmount": "6425000000000001000" + }, + { + "gotchiId": "12518", + "amount": "174.9325", + "parsedAmount": "174932500000000000000" + }, + { + "gotchiId": "12519", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "12521", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "12522", + "amount": "2.3075", + "parsedAmount": "2307500000000000000" + }, + { + "gotchiId": "12523", + "amount": "7.297499999999999", + "parsedAmount": "7297499999999999000" + }, + { + "gotchiId": "12524", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "12525", + "amount": "18.8125", + "parsedAmount": "18812500000000000000" + }, + { + "gotchiId": "12526", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "12527", + "amount": "3.3925", + "parsedAmount": "3392500000000000000" + }, + { + "gotchiId": "12528", + "amount": "11.415000000000001", + "parsedAmount": "11415000000000001000" + }, + { + "gotchiId": "12529", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "12530", + "amount": "53.075", + "parsedAmount": "53075000000000000000" + }, + { + "gotchiId": "12531", + "amount": "8.1225", + "parsedAmount": "8122500000000000000" + }, + { + "gotchiId": "12532", + "amount": "35.41", + "parsedAmount": "35410000000000000000" + }, + { + "gotchiId": "12533", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "12537", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "12538", + "amount": "12.585", + "parsedAmount": "12585000000000000000" + }, + { + "gotchiId": "12539", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "12540", + "amount": "9.0775", + "parsedAmount": "9077500000000000000" + }, + { + "gotchiId": "12541", + "amount": "18.1875", + "parsedAmount": "18187500000000000000" + }, + { + "gotchiId": "12543", + "amount": "14.825", + "parsedAmount": "14825000000000000000" + }, + { + "gotchiId": "12546", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "12549", + "amount": "21.982499999999998", + "parsedAmount": "21982499999999998000" + }, + { + "gotchiId": "12550", + "amount": "12.757499999999999", + "parsedAmount": "12757499999999999000" + }, + { + "gotchiId": "12551", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "12555", + "amount": "8.5975", + "parsedAmount": "8597500000000000000" + }, + { + "gotchiId": "12557", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "12558", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "12559", + "amount": "13.105", + "parsedAmount": "13105000000000000000" + }, + { + "gotchiId": "12560", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "12561", + "amount": "10.76", + "parsedAmount": "10760000000000000000" + }, + { + "gotchiId": "12564", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "12569", + "amount": "12.505", + "parsedAmount": "12505000000000000000" + }, + { + "gotchiId": "12570", + "amount": "12.635", + "parsedAmount": "12635000000000000000" + }, + { + "gotchiId": "12571", + "amount": "12.049999999999999", + "parsedAmount": "12049999999999999000" + }, + { + "gotchiId": "12572", + "amount": "8.2175", + "parsedAmount": "8217500000000000000" + }, + { + "gotchiId": "12573", + "amount": "14.515", + "parsedAmount": "14515000000000000000" + }, + { + "gotchiId": "12575", + "amount": "16.8525", + "parsedAmount": "16852500000000000000" + }, + { + "gotchiId": "12577", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "12580", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "12581", + "amount": "24.020000000000003", + "parsedAmount": "24020000000000003000" + }, + { + "gotchiId": "12583", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "12587", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "12589", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "12592", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "12593", + "amount": "22.705", + "parsedAmount": "22705000000000000000" + }, + { + "gotchiId": "12594", + "amount": "15.7525", + "parsedAmount": "15752500000000000000" + }, + { + "gotchiId": "12600", + "amount": "17.7425", + "parsedAmount": "17742500000000000000" + }, + { + "gotchiId": "12606", + "amount": "11.5575", + "parsedAmount": "11557500000000000000" + }, + { + "gotchiId": "12609", + "amount": "13.0125", + "parsedAmount": "13012500000000000000" + }, + { + "gotchiId": "12611", + "amount": "2466.395", + "parsedAmount": "2466395000000000000000" + }, + { + "gotchiId": "12612", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "12616", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "12617", + "amount": "17.6275", + "parsedAmount": "17627500000000000000" + }, + { + "gotchiId": "12619", + "amount": "13.57", + "parsedAmount": "13570000000000000000" + }, + { + "gotchiId": "12620", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "12621", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "12622", + "amount": "12.9", + "parsedAmount": "12900000000000000000" + }, + { + "gotchiId": "12623", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "12624", + "amount": "14.515", + "parsedAmount": "14515000000000000000" + }, + { + "gotchiId": "12627", + "amount": "15.7575", + "parsedAmount": "15757500000000000000" + }, + { + "gotchiId": "12628", + "amount": "45.2825", + "parsedAmount": "45282500000000000000" + }, + { + "gotchiId": "12629", + "amount": "7.3875", + "parsedAmount": "7387500000000000000" + }, + { + "gotchiId": "12631", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "12634", + "amount": "19.505000000000003", + "parsedAmount": "19505000000000003000" + }, + { + "gotchiId": "12635", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "12637", + "amount": "18.685000000000002", + "parsedAmount": "18685000000000002000" + }, + { + "gotchiId": "12650", + "amount": "15.524999999999999", + "parsedAmount": "15524999999999999000" + }, + { + "gotchiId": "12652", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "12653", + "amount": "5.3625", + "parsedAmount": "5362500000000000000" + }, + { + "gotchiId": "12654", + "amount": "7.130000000000001", + "parsedAmount": "7130000000000001000" + }, + { + "gotchiId": "12656", + "amount": "34.214999999999996", + "parsedAmount": "34214999999999996000" + }, + { + "gotchiId": "12657", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "12660", + "amount": "21.585", + "parsedAmount": "21585000000000000000" + }, + { + "gotchiId": "12662", + "amount": "12.0575", + "parsedAmount": "12057500000000000000" + }, + { + "gotchiId": "12663", + "amount": "7.154999999999999", + "parsedAmount": "7154999999999999000" + }, + { + "gotchiId": "12664", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "12671", + "amount": "39.307500000000005", + "parsedAmount": "39307500000000005000" + }, + { + "gotchiId": "12672", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "12677", + "amount": "5.9875", + "parsedAmount": "5987500000000000000" + }, + { + "gotchiId": "12678", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "12681", + "amount": "7.550000000000001", + "parsedAmount": "7550000000000001000" + }, + { + "gotchiId": "12684", + "amount": "2.6475", + "parsedAmount": "2647500000000000000" + }, + { + "gotchiId": "12685", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "12686", + "amount": "204.69", + "parsedAmount": "204690000000000000000" + }, + { + "gotchiId": "12688", + "amount": "10.0425", + "parsedAmount": "10042500000000000000" + }, + { + "gotchiId": "12689", + "amount": "10.675", + "parsedAmount": "10675000000000000000" + }, + { + "gotchiId": "12690", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "12691", + "amount": "15.9", + "parsedAmount": "15900000000000000000" + }, + { + "gotchiId": "12693", + "amount": "3.4425", + "parsedAmount": "3442500000000000000" + }, + { + "gotchiId": "12694", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "12695", + "amount": "30.99", + "parsedAmount": "30990000000000000000" + }, + { + "gotchiId": "12696", + "amount": "11.4325", + "parsedAmount": "11432500000000000000" + }, + { + "gotchiId": "12698", + "amount": "34.3275", + "parsedAmount": "34327500000000000000" + }, + { + "gotchiId": "12700", + "amount": "10.340000000000002", + "parsedAmount": "10340000000000002000" + }, + { + "gotchiId": "12702", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "12704", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "12705", + "amount": "9.585", + "parsedAmount": "9585000000000000000" + }, + { + "gotchiId": "12707", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "12710", + "amount": "13.207500000000001", + "parsedAmount": "13207500000000001000" + }, + { + "gotchiId": "12713", + "amount": "7.535", + "parsedAmount": "7535000000000000000" + }, + { + "gotchiId": "12714", + "amount": "9.5325", + "parsedAmount": "9532500000000000000" + }, + { + "gotchiId": "12715", + "amount": "14.7925", + "parsedAmount": "14792500000000000000" + }, + { + "gotchiId": "12716", + "amount": "8.0325", + "parsedAmount": "8032500000000000000" + }, + { + "gotchiId": "12718", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "12719", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "12723", + "amount": "11.58", + "parsedAmount": "11580000000000000000" + }, + { + "gotchiId": "12725", + "amount": "4.0075", + "parsedAmount": "4007500000000000000" + }, + { + "gotchiId": "12727", + "amount": "48.065", + "parsedAmount": "48065000000000000000" + }, + { + "gotchiId": "12728", + "amount": "4.8", + "parsedAmount": "4800000000000000000" + }, + { + "gotchiId": "12730", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "12731", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "12736", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "12738", + "amount": "14.9575", + "parsedAmount": "14957500000000000000" + }, + { + "gotchiId": "12740", + "amount": "17.2", + "parsedAmount": "17200000000000000000" + }, + { + "gotchiId": "12741", + "amount": "41.370000000000005", + "parsedAmount": "41370000000000005000" + }, + { + "gotchiId": "12743", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "12744", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "12745", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "12749", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "12750", + "amount": "12.055", + "parsedAmount": "12055000000000000000" + }, + { + "gotchiId": "12755", + "amount": "10.252500000000001", + "parsedAmount": "10252500000000001000" + }, + { + "gotchiId": "12757", + "amount": "18.5375", + "parsedAmount": "18537500000000000000" + }, + { + "gotchiId": "12758", + "amount": "12.955", + "parsedAmount": "12955000000000000000" + }, + { + "gotchiId": "12759", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "12760", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "12762", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "12764", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "12765", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "12766", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "12767", + "amount": "26", + "parsedAmount": "26000000000000000000" + }, + { + "gotchiId": "12768", + "amount": "10.475", + "parsedAmount": "10475000000000000000" + }, + { + "gotchiId": "12770", + "amount": "18.8675", + "parsedAmount": "18867500000000000000" + }, + { + "gotchiId": "12771", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "12772", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "12774", + "amount": "11.5375", + "parsedAmount": "11537500000000000000" + }, + { + "gotchiId": "12778", + "amount": "17.3875", + "parsedAmount": "17387500000000000000" + }, + { + "gotchiId": "12779", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "12782", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "12784", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "12785", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "12789", + "amount": "9.0775", + "parsedAmount": "9077500000000000000" + }, + { + "gotchiId": "12790", + "amount": "10.5425", + "parsedAmount": "10542500000000000000" + }, + { + "gotchiId": "12794", + "amount": "40.165", + "parsedAmount": "40165000000000000000" + }, + { + "gotchiId": "12798", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "12800", + "amount": "3.255", + "parsedAmount": "3255000000000000000" + }, + { + "gotchiId": "12801", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "12805", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "12806", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "12807", + "amount": "11.005", + "parsedAmount": "11005000000000000000" + }, + { + "gotchiId": "12810", + "amount": "53.9025", + "parsedAmount": "53902500000000000000" + }, + { + "gotchiId": "12813", + "amount": "7.18", + "parsedAmount": "7180000000000000000" + }, + { + "gotchiId": "12814", + "amount": "9.9025", + "parsedAmount": "9902500000000000000" + }, + { + "gotchiId": "12815", + "amount": "19.49", + "parsedAmount": "19490000000000000000" + }, + { + "gotchiId": "12819", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "12820", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "12822", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "12823", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "12825", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "12826", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "12827", + "amount": "2.355", + "parsedAmount": "2355000000000000000" + }, + { + "gotchiId": "12830", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "12831", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "12833", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "12835", + "amount": "12.020000000000001", + "parsedAmount": "12020000000000001000" + }, + { + "gotchiId": "12836", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "12845", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "12846", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "12847", + "amount": "14.9875", + "parsedAmount": "14987500000000000000" + }, + { + "gotchiId": "12848", + "amount": "45.385", + "parsedAmount": "45385000000000000000" + }, + { + "gotchiId": "12849", + "amount": "15.035", + "parsedAmount": "15035000000000000000" + }, + { + "gotchiId": "12850", + "amount": "9.3525", + "parsedAmount": "9352500000000000000" + }, + { + "gotchiId": "12852", + "amount": "10.995000000000001", + "parsedAmount": "10995000000000001000" + }, + { + "gotchiId": "12853", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "12854", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "12856", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + } + ], + "totalAmount": "9644172499999999997500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204009, + "gasUsed": "9723016" + }, + { + "batchIndex": 12, + "transactionHash": "0x0442118be6517cabdbf2175c0efded6dd6d8e530d6f5d6b6b95ed8b67cebf685", + "timestamp": "2025-10-23T05:29:30.881Z", + "gotchiRewards": [ + { + "gotchiId": "12858", + "amount": "5.0525", + "parsedAmount": "5052500000000000000" + }, + { + "gotchiId": "12861", + "amount": "4.105", + "parsedAmount": "4105000000000000000" + }, + { + "gotchiId": "12864", + "amount": "14", + "parsedAmount": "14000000000000000000" + }, + { + "gotchiId": "12865", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "12867", + "amount": "7.9175", + "parsedAmount": "7917500000000000000" + }, + { + "gotchiId": "12868", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "12870", + "amount": "3.3525", + "parsedAmount": "3352500000000000000" + }, + { + "gotchiId": "12871", + "amount": "3.885", + "parsedAmount": "3885000000000000000" + }, + { + "gotchiId": "12873", + "amount": "29.735", + "parsedAmount": "29735000000000000000" + }, + { + "gotchiId": "12875", + "amount": "11.13", + "parsedAmount": "11130000000000000000" + }, + { + "gotchiId": "12877", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "12878", + "amount": "22.1525", + "parsedAmount": "22152500000000000000" + }, + { + "gotchiId": "12879", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "12882", + "amount": "16.7", + "parsedAmount": "16700000000000000000" + }, + { + "gotchiId": "12883", + "amount": "13.1775", + "parsedAmount": "13177500000000000000" + }, + { + "gotchiId": "12884", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "12885", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "12886", + "amount": "56.6675", + "parsedAmount": "56667500000000000000" + }, + { + "gotchiId": "12888", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "12890", + "amount": "11.19", + "parsedAmount": "11190000000000000000" + }, + { + "gotchiId": "12891", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "12893", + "amount": "117.32", + "parsedAmount": "117320000000000000000" + }, + { + "gotchiId": "12897", + "amount": "28.962500000000002", + "parsedAmount": "28962500000000002000" + }, + { + "gotchiId": "12898", + "amount": "16.33", + "parsedAmount": "16330000000000000000" + }, + { + "gotchiId": "12903", + "amount": "16.78", + "parsedAmount": "16780000000000000000" + }, + { + "gotchiId": "12905", + "amount": "6.1275", + "parsedAmount": "6127500000000000000" + }, + { + "gotchiId": "12910", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "12911", + "amount": "13.129999999999999", + "parsedAmount": "13129999999999999000" + }, + { + "gotchiId": "12913", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "12914", + "amount": "3.855", + "parsedAmount": "3855000000000000000" + }, + { + "gotchiId": "12918", + "amount": "59.405", + "parsedAmount": "59405000000000000000" + }, + { + "gotchiId": "12920", + "amount": "10.940000000000001", + "parsedAmount": "10940000000000001000" + }, + { + "gotchiId": "12922", + "amount": "2.2075", + "parsedAmount": "2207500000000000000" + }, + { + "gotchiId": "12925", + "amount": "11.51", + "parsedAmount": "11510000000000000000" + }, + { + "gotchiId": "12927", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "12928", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "12931", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "12932", + "amount": "4.862500000000001", + "parsedAmount": "4862500000000001000" + }, + { + "gotchiId": "12934", + "amount": "18.61", + "parsedAmount": "18610000000000000000" + }, + { + "gotchiId": "12940", + "amount": "2.025", + "parsedAmount": "2025000000000000000" + }, + { + "gotchiId": "12942", + "amount": "6.932499999999999", + "parsedAmount": "6932499999999999000" + }, + { + "gotchiId": "12947", + "amount": "6.779999999999999", + "parsedAmount": "6779999999999999000" + }, + { + "gotchiId": "12949", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "12950", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "12951", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "12954", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "12955", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "12956", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "12958", + "amount": "15.842500000000001", + "parsedAmount": "15842500000000001000" + }, + { + "gotchiId": "12960", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "12962", + "amount": "18.115000000000002", + "parsedAmount": "18115000000000002000" + }, + { + "gotchiId": "12966", + "amount": "5.58", + "parsedAmount": "5580000000000000000" + }, + { + "gotchiId": "12967", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "12969", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "12970", + "amount": "9.0825", + "parsedAmount": "9082500000000000000" + }, + { + "gotchiId": "12972", + "amount": "12.09", + "parsedAmount": "12090000000000000000" + }, + { + "gotchiId": "12973", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "12974", + "amount": "9.0025", + "parsedAmount": "9002500000000000000" + }, + { + "gotchiId": "12976", + "amount": "8.34", + "parsedAmount": "8340000000000000000" + }, + { + "gotchiId": "12977", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "12978", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "12980", + "amount": "7.5125", + "parsedAmount": "7512500000000000000" + }, + { + "gotchiId": "12981", + "amount": "2.695", + "parsedAmount": "2695000000000000000" + }, + { + "gotchiId": "12984", + "amount": "9.002500000000001", + "parsedAmount": "9002500000000001000" + }, + { + "gotchiId": "12986", + "amount": "24.54", + "parsedAmount": "24540000000000000000" + }, + { + "gotchiId": "12990", + "amount": "25.02", + "parsedAmount": "25020000000000000000" + }, + { + "gotchiId": "12996", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "12998", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "13006", + "amount": "3.225", + "parsedAmount": "3225000000000000000" + }, + { + "gotchiId": "13008", + "amount": "9.095", + "parsedAmount": "9095000000000000000" + }, + { + "gotchiId": "13010", + "amount": "8.467500000000001", + "parsedAmount": "8467500000000001000" + }, + { + "gotchiId": "13011", + "amount": "9.6375", + "parsedAmount": "9637500000000000000" + }, + { + "gotchiId": "13014", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "13015", + "amount": "6.720000000000001", + "parsedAmount": "6720000000000001000" + }, + { + "gotchiId": "13016", + "amount": "12.5475", + "parsedAmount": "12547500000000000000" + }, + { + "gotchiId": "13017", + "amount": "13.46", + "parsedAmount": "13460000000000000000" + }, + { + "gotchiId": "13020", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "13021", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "13022", + "amount": "17.4025", + "parsedAmount": "17402500000000000000" + }, + { + "gotchiId": "13024", + "amount": "13.6675", + "parsedAmount": "13667500000000000000" + }, + { + "gotchiId": "13030", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "13031", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "13033", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "13038", + "amount": "16.4", + "parsedAmount": "16400000000000000000" + }, + { + "gotchiId": "13040", + "amount": "9.305", + "parsedAmount": "9305000000000000000" + }, + { + "gotchiId": "13043", + "amount": "10.4425", + "parsedAmount": "10442500000000000000" + }, + { + "gotchiId": "13046", + "amount": "17.6575", + "parsedAmount": "17657500000000000000" + }, + { + "gotchiId": "13047", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "13052", + "amount": "3.15", + "parsedAmount": "3150000000000000000" + }, + { + "gotchiId": "13053", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "13054", + "amount": "10.43", + "parsedAmount": "10430000000000000000" + }, + { + "gotchiId": "13055", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "13057", + "amount": "11.09", + "parsedAmount": "11090000000000000000" + }, + { + "gotchiId": "13061", + "amount": "20.235", + "parsedAmount": "20235000000000000000" + }, + { + "gotchiId": "13064", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "13065", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "13066", + "amount": "10.1025", + "parsedAmount": "10102500000000000000" + }, + { + "gotchiId": "13069", + "amount": "7.8075", + "parsedAmount": "7807500000000000000" + }, + { + "gotchiId": "13070", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "13071", + "amount": "17.345", + "parsedAmount": "17345000000000000000" + }, + { + "gotchiId": "13072", + "amount": "41.725", + "parsedAmount": "41725000000000000000" + }, + { + "gotchiId": "13073", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "13074", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "13075", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "13076", + "amount": "47.2575", + "parsedAmount": "47257500000000000000" + }, + { + "gotchiId": "13077", + "amount": "7.7575", + "parsedAmount": "7757500000000000000" + }, + { + "gotchiId": "13082", + "amount": "12.4925", + "parsedAmount": "12492500000000000000" + }, + { + "gotchiId": "13085", + "amount": "13.49", + "parsedAmount": "13490000000000000000" + }, + { + "gotchiId": "13086", + "amount": "17.845", + "parsedAmount": "17845000000000000000" + }, + { + "gotchiId": "13088", + "amount": "7.654999999999999", + "parsedAmount": "7654999999999999000" + }, + { + "gotchiId": "13090", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "13093", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "13094", + "amount": "15.4825", + "parsedAmount": "15482500000000000000" + }, + { + "gotchiId": "13098", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "13099", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "13100", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "13103", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "13104", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "13106", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "13107", + "amount": "24.5675", + "parsedAmount": "24567500000000000000" + }, + { + "gotchiId": "13108", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "13112", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "13114", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "13115", + "amount": "4.645", + "parsedAmount": "4645000000000000000" + }, + { + "gotchiId": "13116", + "amount": "19.4525", + "parsedAmount": "19452500000000000000" + }, + { + "gotchiId": "13118", + "amount": "3.765", + "parsedAmount": "3765000000000000000" + }, + { + "gotchiId": "13119", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "13120", + "amount": "5.2025", + "parsedAmount": "5202500000000000000" + }, + { + "gotchiId": "13121", + "amount": "10.92", + "parsedAmount": "10920000000000000000" + }, + { + "gotchiId": "13122", + "amount": "7.800000000000001", + "parsedAmount": "7800000000000001000" + }, + { + "gotchiId": "13123", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13124", + "amount": "13.772499999999999", + "parsedAmount": "13772499999999999000" + }, + { + "gotchiId": "13126", + "amount": "5.449999999999999", + "parsedAmount": "5449999999999999000" + }, + { + "gotchiId": "13129", + "amount": "7.477499999999999", + "parsedAmount": "7477499999999999000" + }, + { + "gotchiId": "13134", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "13135", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "13137", + "amount": "37.4225", + "parsedAmount": "37422500000000000000" + }, + { + "gotchiId": "13143", + "amount": "27.8375", + "parsedAmount": "27837500000000000000" + }, + { + "gotchiId": "13150", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "13152", + "amount": "6.422499999999999", + "parsedAmount": "6422499999999999000" + }, + { + "gotchiId": "13153", + "amount": "18.5675", + "parsedAmount": "18567500000000000000" + }, + { + "gotchiId": "13159", + "amount": "25.407500000000002", + "parsedAmount": "25407500000000002000" + }, + { + "gotchiId": "13162", + "amount": "4.720000000000001", + "parsedAmount": "4720000000000001000" + }, + { + "gotchiId": "13165", + "amount": "7.970000000000001", + "parsedAmount": "7970000000000001000" + }, + { + "gotchiId": "13166", + "amount": "3.155", + "parsedAmount": "3155000000000000000" + }, + { + "gotchiId": "13169", + "amount": "12.7625", + "parsedAmount": "12762500000000000000" + }, + { + "gotchiId": "13170", + "amount": "15.094999999999999", + "parsedAmount": "15094999999999999000" + }, + { + "gotchiId": "13171", + "amount": "8.505", + "parsedAmount": "8505000000000000000" + }, + { + "gotchiId": "13172", + "amount": "13.7075", + "parsedAmount": "13707500000000000000" + }, + { + "gotchiId": "13182", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13185", + "amount": "25.475", + "parsedAmount": "25475000000000000000" + }, + { + "gotchiId": "13186", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "13187", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "13191", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "13192", + "amount": "11.5875", + "parsedAmount": "11587500000000000000" + }, + { + "gotchiId": "13193", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "13194", + "amount": "13.585", + "parsedAmount": "13585000000000000000" + }, + { + "gotchiId": "13195", + "amount": "2.655", + "parsedAmount": "2655000000000000000" + }, + { + "gotchiId": "13199", + "amount": "9.715", + "parsedAmount": "9715000000000000000" + }, + { + "gotchiId": "13203", + "amount": "9.8175", + "parsedAmount": "9817500000000000000" + }, + { + "gotchiId": "13205", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "13208", + "amount": "18.475", + "parsedAmount": "18475000000000000000" + }, + { + "gotchiId": "13209", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "13210", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "13212", + "amount": "426.0275", + "parsedAmount": "426027500000000000000" + }, + { + "gotchiId": "13216", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "13217", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "13218", + "amount": "8.0025", + "parsedAmount": "8002500000000000000" + }, + { + "gotchiId": "13219", + "amount": "11.6375", + "parsedAmount": "11637500000000000000" + }, + { + "gotchiId": "13222", + "amount": "5.08", + "parsedAmount": "5080000000000000000" + }, + { + "gotchiId": "13223", + "amount": "43.712500000000006", + "parsedAmount": "43712500000000006000" + }, + { + "gotchiId": "13225", + "amount": "10.03", + "parsedAmount": "10030000000000000000" + }, + { + "gotchiId": "13226", + "amount": "13.8625", + "parsedAmount": "13862500000000000000" + }, + { + "gotchiId": "13230", + "amount": "15.1125", + "parsedAmount": "15112500000000000000" + }, + { + "gotchiId": "13233", + "amount": "26.1125", + "parsedAmount": "26112500000000000000" + }, + { + "gotchiId": "13236", + "amount": "4.2425", + "parsedAmount": "4242500000000000000" + }, + { + "gotchiId": "13237", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "13238", + "amount": "38.425", + "parsedAmount": "38425000000000000000" + }, + { + "gotchiId": "13241", + "amount": "156.0925", + "parsedAmount": "156092500000000000000" + }, + { + "gotchiId": "13242", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "13247", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "13250", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "13251", + "amount": "16.185", + "parsedAmount": "16185000000000000000" + }, + { + "gotchiId": "13252", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "13256", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "13260", + "amount": "17.2325", + "parsedAmount": "17232500000000000000" + }, + { + "gotchiId": "13261", + "amount": "18.025", + "parsedAmount": "18025000000000000000" + }, + { + "gotchiId": "13262", + "amount": "319.64750000000004", + "parsedAmount": "319647500000000040000" + }, + { + "gotchiId": "13264", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "13267", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "13268", + "amount": "4.44", + "parsedAmount": "4440000000000000000" + }, + { + "gotchiId": "13276", + "amount": "17.025000000000002", + "parsedAmount": "17025000000000002000" + }, + { + "gotchiId": "13281", + "amount": "18.707500000000003", + "parsedAmount": "18707500000000003000" + }, + { + "gotchiId": "13282", + "amount": "12.047500000000001", + "parsedAmount": "12047500000000001000" + }, + { + "gotchiId": "13283", + "amount": "3.1625", + "parsedAmount": "3162500000000000000" + }, + { + "gotchiId": "13284", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "13285", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "13288", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "13289", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "13293", + "amount": "15.5975", + "parsedAmount": "15597500000000000000" + }, + { + "gotchiId": "13295", + "amount": "9.1375", + "parsedAmount": "9137500000000000000" + }, + { + "gotchiId": "13296", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "13299", + "amount": "19.5325", + "parsedAmount": "19532500000000000000" + }, + { + "gotchiId": "13300", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "13302", + "amount": "11.545", + "parsedAmount": "11545000000000000000" + }, + { + "gotchiId": "13304", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "13305", + "amount": "26.165", + "parsedAmount": "26165000000000000000" + }, + { + "gotchiId": "13311", + "amount": "6.6325", + "parsedAmount": "6632500000000000000" + }, + { + "gotchiId": "13317", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "13318", + "amount": "15.945", + "parsedAmount": "15945000000000000000" + }, + { + "gotchiId": "13319", + "amount": "11.4475", + "parsedAmount": "11447500000000000000" + }, + { + "gotchiId": "13320", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "13321", + "amount": "9.67", + "parsedAmount": "9670000000000000000" + }, + { + "gotchiId": "13323", + "amount": "6.8325000000000005", + "parsedAmount": "6832500000000000500" + }, + { + "gotchiId": "13324", + "amount": "10.32", + "parsedAmount": "10320000000000000000" + }, + { + "gotchiId": "13325", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "13326", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "13329", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "13336", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "13338", + "amount": "13.58", + "parsedAmount": "13580000000000000000" + }, + { + "gotchiId": "13342", + "amount": "5.300000000000001", + "parsedAmount": "5300000000000001000" + }, + { + "gotchiId": "13343", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "13344", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "13346", + "amount": "13.6775", + "parsedAmount": "13677500000000000000" + }, + { + "gotchiId": "13347", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "13349", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "13351", + "amount": "22.655", + "parsedAmount": "22655000000000000000" + }, + { + "gotchiId": "13352", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "13353", + "amount": "7.975", + "parsedAmount": "7975000000000000000" + }, + { + "gotchiId": "13354", + "amount": "15.7875", + "parsedAmount": "15787500000000000000" + }, + { + "gotchiId": "13357", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "13358", + "amount": "6.4525", + "parsedAmount": "6452500000000000000" + }, + { + "gotchiId": "13363", + "amount": "9.72", + "parsedAmount": "9720000000000000000" + }, + { + "gotchiId": "13364", + "amount": "24.230000000000004", + "parsedAmount": "24230000000000004000" + }, + { + "gotchiId": "13367", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "13369", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "13372", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "13379", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "13380", + "amount": "3.22", + "parsedAmount": "3220000000000000000" + }, + { + "gotchiId": "13381", + "amount": "10.6525", + "parsedAmount": "10652500000000000000" + }, + { + "gotchiId": "13383", + "amount": "7.645", + "parsedAmount": "7645000000000000000" + }, + { + "gotchiId": "13384", + "amount": "2.3375", + "parsedAmount": "2337500000000000000" + }, + { + "gotchiId": "13386", + "amount": "2.3575", + "parsedAmount": "2357500000000000000" + }, + { + "gotchiId": "13387", + "amount": "12.205000000000002", + "parsedAmount": "12205000000000002000" + }, + { + "gotchiId": "13391", + "amount": "8.915", + "parsedAmount": "8915000000000000000" + }, + { + "gotchiId": "13396", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "13398", + "amount": "24.2125", + "parsedAmount": "24212500000000000000" + }, + { + "gotchiId": "13399", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "13401", + "amount": "94.53750000000001", + "parsedAmount": "94537500000000010000" + }, + { + "gotchiId": "13404", + "amount": "22.875", + "parsedAmount": "22875000000000000000" + }, + { + "gotchiId": "13407", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "13411", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "13413", + "amount": "112.52499999999999", + "parsedAmount": "112524999999999990000" + }, + { + "gotchiId": "13414", + "amount": "5.945", + "parsedAmount": "5945000000000000000" + }, + { + "gotchiId": "13415", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "13416", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "13417", + "amount": "13.114999999999998", + "parsedAmount": "13114999999999998000" + }, + { + "gotchiId": "13420", + "amount": "10.085", + "parsedAmount": "10085000000000000000" + }, + { + "gotchiId": "13422", + "amount": "9.8975", + "parsedAmount": "9897500000000000000" + }, + { + "gotchiId": "13424", + "amount": "26.7675", + "parsedAmount": "26767500000000000000" + }, + { + "gotchiId": "13425", + "amount": "32.945", + "parsedAmount": "32945000000000000000" + }, + { + "gotchiId": "13427", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "13428", + "amount": "8.1875", + "parsedAmount": "8187500000000000000" + }, + { + "gotchiId": "13430", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "13431", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "13432", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "13433", + "amount": "11.879999999999999", + "parsedAmount": "11879999999999999000" + }, + { + "gotchiId": "13435", + "amount": "5.845", + "parsedAmount": "5845000000000000000" + }, + { + "gotchiId": "13436", + "amount": "9.504999999999999", + "parsedAmount": "9504999999999999000" + }, + { + "gotchiId": "13438", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "13440", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "13443", + "amount": "58.38999999999999", + "parsedAmount": "58389999999999990000" + }, + { + "gotchiId": "13444", + "amount": "13.030000000000001", + "parsedAmount": "13030000000000001000" + }, + { + "gotchiId": "13445", + "amount": "6.279999999999999", + "parsedAmount": "6279999999999999000" + }, + { + "gotchiId": "13446", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "13449", + "amount": "12.342500000000001", + "parsedAmount": "12342500000000001000" + }, + { + "gotchiId": "13450", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "13451", + "amount": "19.7075", + "parsedAmount": "19707500000000000000" + }, + { + "gotchiId": "13454", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13455", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "13464", + "amount": "17.009999999999998", + "parsedAmount": "17009999999999998000" + }, + { + "gotchiId": "13465", + "amount": "3.225", + "parsedAmount": "3225000000000000000" + }, + { + "gotchiId": "13469", + "amount": "20.935", + "parsedAmount": "20935000000000000000" + }, + { + "gotchiId": "13470", + "amount": "9.0375", + "parsedAmount": "9037500000000000000" + }, + { + "gotchiId": "13475", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "13480", + "amount": "15.45", + "parsedAmount": "15450000000000000000" + }, + { + "gotchiId": "13482", + "amount": "14.04", + "parsedAmount": "14040000000000000000" + }, + { + "gotchiId": "13485", + "amount": "16.3075", + "parsedAmount": "16307500000000000000" + }, + { + "gotchiId": "13486", + "amount": "3.3475", + "parsedAmount": "3347500000000000000" + }, + { + "gotchiId": "13487", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "13489", + "amount": "40.985", + "parsedAmount": "40985000000000000000" + }, + { + "gotchiId": "13491", + "amount": "36.665", + "parsedAmount": "36665000000000000000" + }, + { + "gotchiId": "13492", + "amount": "10.3825", + "parsedAmount": "10382500000000000000" + }, + { + "gotchiId": "13493", + "amount": "27.99", + "parsedAmount": "27990000000000000000" + }, + { + "gotchiId": "13494", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "13495", + "amount": "10.817499999999999", + "parsedAmount": "10817499999999999000" + }, + { + "gotchiId": "13496", + "amount": "16.3025", + "parsedAmount": "16302500000000000000" + }, + { + "gotchiId": "13497", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "13498", + "amount": "15.2025", + "parsedAmount": "15202500000000000000" + }, + { + "gotchiId": "13499", + "amount": "3.065", + "parsedAmount": "3065000000000000000" + }, + { + "gotchiId": "13501", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "13503", + "amount": "5.029999999999999", + "parsedAmount": "5029999999999999000" + }, + { + "gotchiId": "13504", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "13505", + "amount": "17.385", + "parsedAmount": "17385000000000000000" + }, + { + "gotchiId": "13507", + "amount": "21.1825", + "parsedAmount": "21182500000000000000" + }, + { + "gotchiId": "13508", + "amount": "15.44", + "parsedAmount": "15440000000000000000" + }, + { + "gotchiId": "13509", + "amount": "153.22", + "parsedAmount": "153220000000000000000" + }, + { + "gotchiId": "13511", + "amount": "8.8875", + "parsedAmount": "8887500000000000000" + }, + { + "gotchiId": "13513", + "amount": "119.325", + "parsedAmount": "119325000000000000000" + }, + { + "gotchiId": "13514", + "amount": "10.475000000000001", + "parsedAmount": "10475000000000001000" + }, + { + "gotchiId": "13516", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "13517", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "13518", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "13520", + "amount": "2.865", + "parsedAmount": "2865000000000000000" + }, + { + "gotchiId": "13521", + "amount": "13.120000000000001", + "parsedAmount": "13120000000000001000" + }, + { + "gotchiId": "13522", + "amount": "11.2925", + "parsedAmount": "11292500000000000000" + }, + { + "gotchiId": "13523", + "amount": "23.512500000000003", + "parsedAmount": "23512500000000003000" + }, + { + "gotchiId": "13524", + "amount": "22.6", + "parsedAmount": "22600000000000000000" + }, + { + "gotchiId": "13528", + "amount": "20.482499999999998", + "parsedAmount": "20482499999999998000" + }, + { + "gotchiId": "13529", + "amount": "9.255", + "parsedAmount": "9255000000000000000" + }, + { + "gotchiId": "13535", + "amount": "16.425", + "parsedAmount": "16425000000000000000" + }, + { + "gotchiId": "13536", + "amount": "359.47499999999997", + "parsedAmount": "359474999999999970000" + }, + { + "gotchiId": "13538", + "amount": "6.23", + "parsedAmount": "6230000000000000000" + }, + { + "gotchiId": "13539", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "13543", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "13544", + "amount": "26.1425", + "parsedAmount": "26142500000000000000" + }, + { + "gotchiId": "13545", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "13549", + "amount": "22.5125", + "parsedAmount": "22512500000000000000" + }, + { + "gotchiId": "13550", + "amount": "13.627500000000001", + "parsedAmount": "13627500000000001000" + }, + { + "gotchiId": "13551", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "13553", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "13554", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "13555", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "13556", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "13557", + "amount": "11.9425", + "parsedAmount": "11942500000000000000" + }, + { + "gotchiId": "13559", + "amount": "20.5475", + "parsedAmount": "20547500000000000000" + }, + { + "gotchiId": "13560", + "amount": "13.9225", + "parsedAmount": "13922500000000000000" + }, + { + "gotchiId": "13563", + "amount": "19.265", + "parsedAmount": "19265000000000000000" + }, + { + "gotchiId": "13564", + "amount": "17.3075", + "parsedAmount": "17307500000000000000" + }, + { + "gotchiId": "13565", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "13567", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "13570", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "13574", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "13577", + "amount": "8.895", + "parsedAmount": "8895000000000000000" + }, + { + "gotchiId": "13580", + "amount": "7.7725", + "parsedAmount": "7772500000000000000" + }, + { + "gotchiId": "13581", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "13582", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "13585", + "amount": "18.36", + "parsedAmount": "18360000000000000000" + }, + { + "gotchiId": "13586", + "amount": "21.052500000000002", + "parsedAmount": "21052500000000002000" + }, + { + "gotchiId": "13587", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "13588", + "amount": "12.385", + "parsedAmount": "12385000000000000000" + }, + { + "gotchiId": "13590", + "amount": "17.924999999999997", + "parsedAmount": "17924999999999997000" + }, + { + "gotchiId": "13595", + "amount": "9.705", + "parsedAmount": "9705000000000000000" + }, + { + "gotchiId": "13596", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "13597", + "amount": "7.8100000000000005", + "parsedAmount": "7810000000000000500" + }, + { + "gotchiId": "13600", + "amount": "21.0975", + "parsedAmount": "21097500000000000000" + }, + { + "gotchiId": "13602", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "13603", + "amount": "11.5425", + "parsedAmount": "11542500000000000000" + }, + { + "gotchiId": "13605", + "amount": "76.1425", + "parsedAmount": "76142500000000000000" + }, + { + "gotchiId": "13607", + "amount": "10.61", + "parsedAmount": "10610000000000000000" + }, + { + "gotchiId": "13608", + "amount": "15.277500000000002", + "parsedAmount": "15277500000000002000" + }, + { + "gotchiId": "13611", + "amount": "15.715", + "parsedAmount": "15715000000000000000" + }, + { + "gotchiId": "13613", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "13615", + "amount": "14.682500000000001", + "parsedAmount": "14682500000000001000" + }, + { + "gotchiId": "13616", + "amount": "14.285", + "parsedAmount": "14285000000000000000" + }, + { + "gotchiId": "13617", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "13619", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13620", + "amount": "12.684999999999999", + "parsedAmount": "12684999999999999000" + }, + { + "gotchiId": "13622", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "13625", + "amount": "6.3774999999999995", + "parsedAmount": "6377499999999999500" + }, + { + "gotchiId": "13626", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "13627", + "amount": "9.5775", + "parsedAmount": "9577500000000000000" + }, + { + "gotchiId": "13630", + "amount": "9.2475", + "parsedAmount": "9247500000000000000" + }, + { + "gotchiId": "13631", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "13632", + "amount": "6.869999999999999", + "parsedAmount": "6869999999999999000" + }, + { + "gotchiId": "13633", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "13638", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "13639", + "amount": "32.545", + "parsedAmount": "32545000000000000000" + }, + { + "gotchiId": "13640", + "amount": "16.3475", + "parsedAmount": "16347500000000000000" + }, + { + "gotchiId": "13643", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "13644", + "amount": "17.305", + "parsedAmount": "17305000000000000000" + }, + { + "gotchiId": "13646", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "13648", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "13649", + "amount": "12.895", + "parsedAmount": "12895000000000000000" + }, + { + "gotchiId": "13653", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "13655", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "13657", + "amount": "5.5275", + "parsedAmount": "5527500000000000000" + }, + { + "gotchiId": "13658", + "amount": "16.8175", + "parsedAmount": "16817500000000000000" + }, + { + "gotchiId": "13660", + "amount": "10.52", + "parsedAmount": "10520000000000000000" + }, + { + "gotchiId": "13661", + "amount": "10.212499999999999", + "parsedAmount": "10212499999999999000" + }, + { + "gotchiId": "13663", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "13664", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "13665", + "amount": "11.5525", + "parsedAmount": "11552500000000000000" + }, + { + "gotchiId": "13668", + "amount": "6.9325", + "parsedAmount": "6932500000000000000" + }, + { + "gotchiId": "13669", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "13673", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "13674", + "amount": "5.2575", + "parsedAmount": "5257500000000000000" + }, + { + "gotchiId": "13676", + "amount": "27.057499999999997", + "parsedAmount": "27057499999999997000" + }, + { + "gotchiId": "13677", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "13681", + "amount": "4152.9175000000005", + "parsedAmount": "4152917500000000500000" + }, + { + "gotchiId": "13682", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "13684", + "amount": "19.505", + "parsedAmount": "19505000000000000000" + }, + { + "gotchiId": "13687", + "amount": "23.2775", + "parsedAmount": "23277500000000000000" + }, + { + "gotchiId": "13689", + "amount": "12.63", + "parsedAmount": "12630000000000000000" + }, + { + "gotchiId": "13690", + "amount": "11.2025", + "parsedAmount": "11202500000000000000" + }, + { + "gotchiId": "13691", + "amount": "27.43", + "parsedAmount": "27430000000000000000" + }, + { + "gotchiId": "13694", + "amount": "34.9925", + "parsedAmount": "34992500000000000000" + }, + { + "gotchiId": "13696", + "amount": "10.1875", + "parsedAmount": "10187500000000000000" + }, + { + "gotchiId": "13700", + "amount": "329.87000000000006", + "parsedAmount": "329870000000000060000" + }, + { + "gotchiId": "13702", + "amount": "7.585000000000001", + "parsedAmount": "7585000000000001000" + }, + { + "gotchiId": "13703", + "amount": "11.375", + "parsedAmount": "11375000000000000000" + }, + { + "gotchiId": "13704", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "13712", + "amount": "100.0925", + "parsedAmount": "100092500000000000000" + }, + { + "gotchiId": "13713", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "13716", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "13717", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "13718", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "13719", + "amount": "15.435000000000002", + "parsedAmount": "15435000000000002000" + }, + { + "gotchiId": "13722", + "amount": "19.23", + "parsedAmount": "19230000000000000000" + }, + { + "gotchiId": "13724", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "13730", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "13731", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13732", + "amount": "3.2575", + "parsedAmount": "3257500000000000000" + }, + { + "gotchiId": "13735", + "amount": "7.3475", + "parsedAmount": "7347500000000000000" + }, + { + "gotchiId": "13736", + "amount": "22.23", + "parsedAmount": "22230000000000000000" + }, + { + "gotchiId": "13740", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "13741", + "amount": "121.47250000000001", + "parsedAmount": "121472500000000010000" + }, + { + "gotchiId": "13743", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "13744", + "amount": "9.415", + "parsedAmount": "9415000000000000000" + }, + { + "gotchiId": "13746", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "13750", + "amount": "15.587499999999999", + "parsedAmount": "15587499999999999000" + }, + { + "gotchiId": "13751", + "amount": "15.795", + "parsedAmount": "15795000000000000000" + }, + { + "gotchiId": "13753", + "amount": "3.34", + "parsedAmount": "3340000000000000000" + }, + { + "gotchiId": "13756", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "13759", + "amount": "14.5925", + "parsedAmount": "14592500000000000000" + }, + { + "gotchiId": "13760", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "13764", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "13765", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "13766", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "13767", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "13769", + "amount": "19.3725", + "parsedAmount": "19372500000000000000" + }, + { + "gotchiId": "13770", + "amount": "10.695", + "parsedAmount": "10695000000000000000" + }, + { + "gotchiId": "13771", + "amount": "29.79", + "parsedAmount": "29790000000000000000" + }, + { + "gotchiId": "13772", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "13774", + "amount": "19.46", + "parsedAmount": "19460000000000000000" + }, + { + "gotchiId": "13776", + "amount": "21.52", + "parsedAmount": "21520000000000000000" + }, + { + "gotchiId": "13778", + "amount": "14.805", + "parsedAmount": "14805000000000000000" + }, + { + "gotchiId": "13781", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "13786", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "13788", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "13789", + "amount": "14.325000000000001", + "parsedAmount": "14325000000000001000" + }, + { + "gotchiId": "13792", + "amount": "6.297499999999999", + "parsedAmount": "6297499999999999000" + }, + { + "gotchiId": "13793", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "13795", + "amount": "9.129999999999999", + "parsedAmount": "9129999999999999000" + }, + { + "gotchiId": "13796", + "amount": "41.722500000000004", + "parsedAmount": "41722500000000004000" + }, + { + "gotchiId": "13797", + "amount": "5.83", + "parsedAmount": "5830000000000000000" + }, + { + "gotchiId": "13800", + "amount": "10.100000000000001", + "parsedAmount": "10100000000000001000" + }, + { + "gotchiId": "13801", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "13802", + "amount": "19.9025", + "parsedAmount": "19902500000000000000" + }, + { + "gotchiId": "13807", + "amount": "16.21", + "parsedAmount": "16210000000000000000" + }, + { + "gotchiId": "13808", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "13811", + "amount": "10.86", + "parsedAmount": "10860000000000000000" + }, + { + "gotchiId": "13812", + "amount": "13.695", + "parsedAmount": "13695000000000000000" + }, + { + "gotchiId": "13813", + "amount": "16.75", + "parsedAmount": "16750000000000000000" + }, + { + "gotchiId": "13814", + "amount": "6.095", + "parsedAmount": "6095000000000000000" + }, + { + "gotchiId": "13816", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "13817", + "amount": "9.215", + "parsedAmount": "9215000000000000000" + }, + { + "gotchiId": "13819", + "amount": "49.0875", + "parsedAmount": "49087500000000000000" + }, + { + "gotchiId": "13820", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "13823", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "13824", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "13825", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "13829", + "amount": "4.665", + "parsedAmount": "4665000000000000000" + }, + { + "gotchiId": "13830", + "amount": "13.9825", + "parsedAmount": "13982500000000000000" + }, + { + "gotchiId": "13831", + "amount": "26.490000000000002", + "parsedAmount": "26490000000000002000" + }, + { + "gotchiId": "13832", + "amount": "16.875", + "parsedAmount": "16875000000000000000" + }, + { + "gotchiId": "13836", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "13838", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "13839", + "amount": "18.12", + "parsedAmount": "18120000000000000000" + }, + { + "gotchiId": "13841", + "amount": "6.994999999999999", + "parsedAmount": "6994999999999999000" + }, + { + "gotchiId": "13842", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "13844", + "amount": "6.862500000000001", + "parsedAmount": "6862500000000001000" + }, + { + "gotchiId": "13845", + "amount": "10.0325", + "parsedAmount": "10032500000000000000" + }, + { + "gotchiId": "13846", + "amount": "10.3825", + "parsedAmount": "10382500000000000000" + }, + { + "gotchiId": "13847", + "amount": "6.1850000000000005", + "parsedAmount": "6185000000000000500" + }, + { + "gotchiId": "13849", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "13850", + "amount": "10.502500000000001", + "parsedAmount": "10502500000000001000" + }, + { + "gotchiId": "13851", + "amount": "8.11", + "parsedAmount": "8110000000000000000" + }, + { + "gotchiId": "13852", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "13853", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "13858", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + } + ], + "totalAmount": "11712732500000000600000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204013, + "gasUsed": "9804112" + }, + { + "batchIndex": 13, + "transactionHash": "0xe8f50844efc1246fa0fa9bd1b36049265aa8e898a2379fa8a134516dff7312bd", + "timestamp": "2025-10-23T05:29:35.038Z", + "gotchiRewards": [ + { + "gotchiId": "13859", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "13863", + "amount": "8.4275", + "parsedAmount": "8427500000000000000" + }, + { + "gotchiId": "13865", + "amount": "13.295", + "parsedAmount": "13295000000000000000" + }, + { + "gotchiId": "13867", + "amount": "12.155000000000001", + "parsedAmount": "12155000000000001000" + }, + { + "gotchiId": "13868", + "amount": "11.8025", + "parsedAmount": "11802500000000000000" + }, + { + "gotchiId": "13869", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13870", + "amount": "9.5375", + "parsedAmount": "9537500000000000000" + }, + { + "gotchiId": "13871", + "amount": "10.8675", + "parsedAmount": "10867500000000000000" + }, + { + "gotchiId": "13872", + "amount": "11.805", + "parsedAmount": "11805000000000000000" + }, + { + "gotchiId": "13874", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "13875", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "13878", + "amount": "19.299999999999997", + "parsedAmount": "19299999999999997000" + }, + { + "gotchiId": "13879", + "amount": "10.805", + "parsedAmount": "10805000000000000000" + }, + { + "gotchiId": "13880", + "amount": "13.8875", + "parsedAmount": "13887500000000000000" + }, + { + "gotchiId": "13883", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "13884", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "13886", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "13887", + "amount": "5.6375", + "parsedAmount": "5637500000000000000" + }, + { + "gotchiId": "13889", + "amount": "26.505000000000003", + "parsedAmount": "26505000000000003000" + }, + { + "gotchiId": "13891", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "13892", + "amount": "12.020000000000001", + "parsedAmount": "12020000000000001000" + }, + { + "gotchiId": "13897", + "amount": "6.965", + "parsedAmount": "6965000000000000000" + }, + { + "gotchiId": "13898", + "amount": "18.43", + "parsedAmount": "18430000000000000000" + }, + { + "gotchiId": "13900", + "amount": "8.2575", + "parsedAmount": "8257500000000000000" + }, + { + "gotchiId": "13904", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "13905", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "13908", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "13909", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "13910", + "amount": "12.892499999999998", + "parsedAmount": "12892499999999998000" + }, + { + "gotchiId": "13911", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "13913", + "amount": "12.227500000000001", + "parsedAmount": "12227500000000001000" + }, + { + "gotchiId": "13916", + "amount": "3.615", + "parsedAmount": "3615000000000000000" + }, + { + "gotchiId": "13919", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "13920", + "amount": "14.61", + "parsedAmount": "14610000000000000000" + }, + { + "gotchiId": "13921", + "amount": "13.185", + "parsedAmount": "13185000000000000000" + }, + { + "gotchiId": "13923", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "13925", + "amount": "8.37", + "parsedAmount": "8370000000000000000" + }, + { + "gotchiId": "13926", + "amount": "21.485", + "parsedAmount": "21485000000000000000" + }, + { + "gotchiId": "13931", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "13933", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "13939", + "amount": "8.8625", + "parsedAmount": "8862500000000000000" + }, + { + "gotchiId": "13941", + "amount": "11.5", + "parsedAmount": "11500000000000000000" + }, + { + "gotchiId": "13947", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "13949", + "amount": "10.0725", + "parsedAmount": "10072500000000000000" + }, + { + "gotchiId": "13951", + "amount": "8.5675", + "parsedAmount": "8567500000000000000" + }, + { + "gotchiId": "13952", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "13953", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "13954", + "amount": "4.907500000000001", + "parsedAmount": "4907500000000001000" + }, + { + "gotchiId": "13955", + "amount": "6.515000000000001", + "parsedAmount": "6515000000000001000" + }, + { + "gotchiId": "13957", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "13958", + "amount": "3.445", + "parsedAmount": "3445000000000000000" + }, + { + "gotchiId": "13959", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "13961", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "13963", + "amount": "5.87", + "parsedAmount": "5870000000000000000" + }, + { + "gotchiId": "13964", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "13965", + "amount": "6.9925", + "parsedAmount": "6992500000000000000" + }, + { + "gotchiId": "13969", + "amount": "44.3125", + "parsedAmount": "44312500000000000000" + }, + { + "gotchiId": "13972", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13974", + "amount": "31.532500000000002", + "parsedAmount": "31532500000000002000" + }, + { + "gotchiId": "13978", + "amount": "12.899999999999999", + "parsedAmount": "12899999999999999000" + }, + { + "gotchiId": "13979", + "amount": "34.4725", + "parsedAmount": "34472500000000000000" + }, + { + "gotchiId": "13981", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "13983", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "13984", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "13985", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "13987", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "13989", + "amount": "6.8725", + "parsedAmount": "6872500000000000000" + }, + { + "gotchiId": "13990", + "amount": "12.8125", + "parsedAmount": "12812500000000000000" + }, + { + "gotchiId": "13991", + "amount": "9.162500000000001", + "parsedAmount": "9162500000000001000" + }, + { + "gotchiId": "13992", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "13994", + "amount": "6.6225000000000005", + "parsedAmount": "6622500000000000500" + }, + { + "gotchiId": "13996", + "amount": "1232.7475000000002", + "parsedAmount": "1232747500000000200000" + }, + { + "gotchiId": "13997", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "13998", + "amount": "35.99", + "parsedAmount": "35990000000000000000" + }, + { + "gotchiId": "14002", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "14006", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "14008", + "amount": "10.985", + "parsedAmount": "10985000000000000000" + }, + { + "gotchiId": "14009", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "14010", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "14011", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "14013", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "14015", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "14018", + "amount": "6.0775", + "parsedAmount": "6077500000000000000" + }, + { + "gotchiId": "14020", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "14022", + "amount": "25.535", + "parsedAmount": "25535000000000000000" + }, + { + "gotchiId": "14024", + "amount": "12.8625", + "parsedAmount": "12862500000000000000" + }, + { + "gotchiId": "14025", + "amount": "16.8075", + "parsedAmount": "16807500000000000000" + }, + { + "gotchiId": "14026", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "14027", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "14028", + "amount": "13.485", + "parsedAmount": "13485000000000000000" + }, + { + "gotchiId": "14029", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "14030", + "amount": "23.2525", + "parsedAmount": "23252500000000000000" + }, + { + "gotchiId": "14032", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "14033", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "14034", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "14035", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "14038", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "14039", + "amount": "15.4925", + "parsedAmount": "15492500000000000000" + }, + { + "gotchiId": "14044", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "14045", + "amount": "10.04", + "parsedAmount": "10040000000000000000" + }, + { + "gotchiId": "14046", + "amount": "73.9725", + "parsedAmount": "73972500000000000000" + }, + { + "gotchiId": "14047", + "amount": "8.4475", + "parsedAmount": "8447500000000000000" + }, + { + "gotchiId": "14052", + "amount": "4.425", + "parsedAmount": "4425000000000000000" + }, + { + "gotchiId": "14054", + "amount": "20.185", + "parsedAmount": "20185000000000000000" + }, + { + "gotchiId": "14059", + "amount": "17.942500000000003", + "parsedAmount": "17942500000000003000" + }, + { + "gotchiId": "14067", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "14073", + "amount": "2.305", + "parsedAmount": "2305000000000000000" + }, + { + "gotchiId": "14076", + "amount": "4.720000000000001", + "parsedAmount": "4720000000000001000" + }, + { + "gotchiId": "14078", + "amount": "8.067499999999999", + "parsedAmount": "8067499999999999000" + }, + { + "gotchiId": "14079", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "14082", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "14084", + "amount": "9.1475", + "parsedAmount": "9147500000000000000" + }, + { + "gotchiId": "14085", + "amount": "11.6075", + "parsedAmount": "11607500000000000000" + }, + { + "gotchiId": "14087", + "amount": "21.915", + "parsedAmount": "21915000000000000000" + }, + { + "gotchiId": "14088", + "amount": "7.904999999999999", + "parsedAmount": "7904999999999999000" + }, + { + "gotchiId": "14090", + "amount": "2.6575", + "parsedAmount": "2657500000000000000" + }, + { + "gotchiId": "14092", + "amount": "14.037500000000001", + "parsedAmount": "14037500000000001000" + }, + { + "gotchiId": "14093", + "amount": "12.6675", + "parsedAmount": "12667500000000000000" + }, + { + "gotchiId": "14094", + "amount": "11.5125", + "parsedAmount": "11512500000000000000" + }, + { + "gotchiId": "14097", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "14098", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "14099", + "amount": "13.0275", + "parsedAmount": "13027500000000000000" + }, + { + "gotchiId": "14103", + "amount": "17.905", + "parsedAmount": "17905000000000000000" + }, + { + "gotchiId": "14104", + "amount": "15.19", + "parsedAmount": "15190000000000000000" + }, + { + "gotchiId": "14109", + "amount": "8.4175", + "parsedAmount": "8417500000000000000" + }, + { + "gotchiId": "14110", + "amount": "15.3275", + "parsedAmount": "15327500000000000000" + }, + { + "gotchiId": "14114", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "14115", + "amount": "18.4025", + "parsedAmount": "18402500000000000000" + }, + { + "gotchiId": "14117", + "amount": "243.6175", + "parsedAmount": "243617500000000000000" + }, + { + "gotchiId": "14118", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "14120", + "amount": "20.0125", + "parsedAmount": "20012500000000000000" + }, + { + "gotchiId": "14121", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "14128", + "amount": "10.8825", + "parsedAmount": "10882500000000000000" + }, + { + "gotchiId": "14130", + "amount": "10.4375", + "parsedAmount": "10437500000000000000" + }, + { + "gotchiId": "14132", + "amount": "8.725000000000001", + "parsedAmount": "8725000000000001000" + }, + { + "gotchiId": "14133", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "14135", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "14136", + "amount": "13.032499999999999", + "parsedAmount": "13032499999999999000" + }, + { + "gotchiId": "14139", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "14140", + "amount": "473.8875", + "parsedAmount": "473887500000000000000" + }, + { + "gotchiId": "14142", + "amount": "4.5625", + "parsedAmount": "4562500000000000000" + }, + { + "gotchiId": "14145", + "amount": "13.6775", + "parsedAmount": "13677500000000000000" + }, + { + "gotchiId": "14147", + "amount": "13.5825", + "parsedAmount": "13582500000000000000" + }, + { + "gotchiId": "14148", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "14149", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "14151", + "amount": "3.77", + "parsedAmount": "3770000000000000000" + }, + { + "gotchiId": "14152", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "14153", + "amount": "18.98", + "parsedAmount": "18980000000000000000" + }, + { + "gotchiId": "14154", + "amount": "3.2375", + "parsedAmount": "3237500000000000000" + }, + { + "gotchiId": "14155", + "amount": "16.58", + "parsedAmount": "16580000000000000000" + }, + { + "gotchiId": "14156", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "14157", + "amount": "7.3325", + "parsedAmount": "7332500000000000000" + }, + { + "gotchiId": "14160", + "amount": "20.63", + "parsedAmount": "20630000000000000000" + }, + { + "gotchiId": "14163", + "amount": "11.12", + "parsedAmount": "11120000000000000000" + }, + { + "gotchiId": "14164", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "14165", + "amount": "29.575", + "parsedAmount": "29575000000000000000" + }, + { + "gotchiId": "14167", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "14168", + "amount": "11.165", + "parsedAmount": "11165000000000000000" + }, + { + "gotchiId": "14172", + "amount": "9.16", + "parsedAmount": "9160000000000000000" + }, + { + "gotchiId": "14174", + "amount": "27.7175", + "parsedAmount": "27717500000000000000" + }, + { + "gotchiId": "14176", + "amount": "15.2925", + "parsedAmount": "15292500000000000000" + }, + { + "gotchiId": "14177", + "amount": "11.799999999999999", + "parsedAmount": "11799999999999999000" + }, + { + "gotchiId": "14178", + "amount": "12.8475", + "parsedAmount": "12847500000000000000" + }, + { + "gotchiId": "14183", + "amount": "11.9175", + "parsedAmount": "11917500000000000000" + }, + { + "gotchiId": "14184", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "14188", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "14192", + "amount": "3.3075", + "parsedAmount": "3307500000000000000" + }, + { + "gotchiId": "14193", + "amount": "7.700000000000001", + "parsedAmount": "7700000000000001000" + }, + { + "gotchiId": "14194", + "amount": "39.64", + "parsedAmount": "39640000000000000000" + }, + { + "gotchiId": "14202", + "amount": "26.96", + "parsedAmount": "26960000000000000000" + }, + { + "gotchiId": "14203", + "amount": "15.76", + "parsedAmount": "15760000000000000000" + }, + { + "gotchiId": "14204", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "14208", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "14210", + "amount": "15.51", + "parsedAmount": "15510000000000000000" + }, + { + "gotchiId": "14212", + "amount": "20.805", + "parsedAmount": "20805000000000000000" + }, + { + "gotchiId": "14216", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "14217", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "14220", + "amount": "10.6175", + "parsedAmount": "10617500000000000000" + }, + { + "gotchiId": "14222", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "14224", + "amount": "10.627500000000001", + "parsedAmount": "10627500000000001000" + }, + { + "gotchiId": "14225", + "amount": "10.095", + "parsedAmount": "10095000000000000000" + }, + { + "gotchiId": "14226", + "amount": "10.82", + "parsedAmount": "10820000000000000000" + }, + { + "gotchiId": "14233", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "14234", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "14235", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "14236", + "amount": "16.9175", + "parsedAmount": "16917500000000000000" + }, + { + "gotchiId": "14243", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "14245", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "14247", + "amount": "9.967500000000001", + "parsedAmount": "9967500000000001000" + }, + { + "gotchiId": "14249", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "14250", + "amount": "3.175", + "parsedAmount": "3175000000000000000" + }, + { + "gotchiId": "14251", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "14252", + "amount": "9.145", + "parsedAmount": "9145000000000000000" + }, + { + "gotchiId": "14253", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "14255", + "amount": "25.405", + "parsedAmount": "25405000000000000000" + }, + { + "gotchiId": "14256", + "amount": "31.43", + "parsedAmount": "31430000000000000000" + }, + { + "gotchiId": "14257", + "amount": "37.1125", + "parsedAmount": "37112500000000000000" + }, + { + "gotchiId": "14258", + "amount": "10.120000000000001", + "parsedAmount": "10120000000000001000" + }, + { + "gotchiId": "14259", + "amount": "12.184999999999999", + "parsedAmount": "12184999999999999000" + }, + { + "gotchiId": "14260", + "amount": "6.0275", + "parsedAmount": "6027500000000000000" + }, + { + "gotchiId": "14261", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "14263", + "amount": "28.985", + "parsedAmount": "28985000000000000000" + }, + { + "gotchiId": "14265", + "amount": "16.8025", + "parsedAmount": "16802500000000000000" + }, + { + "gotchiId": "14266", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "14267", + "amount": "12.6525", + "parsedAmount": "12652500000000000000" + }, + { + "gotchiId": "14269", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "14270", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "14274", + "amount": "5.5600000000000005", + "parsedAmount": "5560000000000000500" + }, + { + "gotchiId": "14277", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "14280", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "14281", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "14284", + "amount": "19.02", + "parsedAmount": "19020000000000000000" + }, + { + "gotchiId": "14285", + "amount": "60.9975", + "parsedAmount": "60997500000000000000" + }, + { + "gotchiId": "14286", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "14288", + "amount": "14.7225", + "parsedAmount": "14722500000000000000" + }, + { + "gotchiId": "14289", + "amount": "8.38", + "parsedAmount": "8380000000000000000" + }, + { + "gotchiId": "14290", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "14291", + "amount": "14.78", + "parsedAmount": "14780000000000000000" + }, + { + "gotchiId": "14293", + "amount": "6.7725", + "parsedAmount": "6772500000000000000" + }, + { + "gotchiId": "14294", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "14296", + "amount": "30.3725", + "parsedAmount": "30372500000000000000" + }, + { + "gotchiId": "14298", + "amount": "11.97", + "parsedAmount": "11970000000000000000" + }, + { + "gotchiId": "14299", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "14300", + "amount": "11.367500000000001", + "parsedAmount": "11367500000000001000" + }, + { + "gotchiId": "14301", + "amount": "6.5475", + "parsedAmount": "6547500000000000000" + }, + { + "gotchiId": "14302", + "amount": "15.965", + "parsedAmount": "15965000000000000000" + }, + { + "gotchiId": "14308", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "14310", + "amount": "16.2825", + "parsedAmount": "16282500000000000000" + }, + { + "gotchiId": "14316", + "amount": "7.18", + "parsedAmount": "7180000000000000000" + }, + { + "gotchiId": "14318", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "14320", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "14322", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "14323", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "14328", + "amount": "12.592500000000001", + "parsedAmount": "12592500000000001000" + }, + { + "gotchiId": "14330", + "amount": "7.327500000000001", + "parsedAmount": "7327500000000001000" + }, + { + "gotchiId": "14332", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "14334", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "14335", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "14336", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "14337", + "amount": "2.7575", + "parsedAmount": "2757500000000000000" + }, + { + "gotchiId": "14338", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "14339", + "amount": "27", + "parsedAmount": "27000000000000000000" + }, + { + "gotchiId": "14341", + "amount": "920.265", + "parsedAmount": "920265000000000000000" + }, + { + "gotchiId": "14343", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "14345", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "14350", + "amount": "236.8675", + "parsedAmount": "236867500000000000000" + }, + { + "gotchiId": "14354", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "14355", + "amount": "7.385", + "parsedAmount": "7385000000000000000" + }, + { + "gotchiId": "14356", + "amount": "22.5025", + "parsedAmount": "22502500000000000000" + }, + { + "gotchiId": "14357", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "14358", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "14359", + "amount": "13.4975", + "parsedAmount": "13497500000000000000" + }, + { + "gotchiId": "14361", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "14362", + "amount": "13.219999999999999", + "parsedAmount": "13219999999999999000" + }, + { + "gotchiId": "14369", + "amount": "14.14", + "parsedAmount": "14140000000000000000" + }, + { + "gotchiId": "14370", + "amount": "21.2575", + "parsedAmount": "21257500000000000000" + }, + { + "gotchiId": "14371", + "amount": "6.425", + "parsedAmount": "6425000000000000000" + }, + { + "gotchiId": "14375", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "14377", + "amount": "24.209999999999997", + "parsedAmount": "24209999999999997000" + }, + { + "gotchiId": "14387", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "14390", + "amount": "6.985", + "parsedAmount": "6985000000000000000" + }, + { + "gotchiId": "14391", + "amount": "18.080000000000002", + "parsedAmount": "18080000000000002000" + }, + { + "gotchiId": "14396", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "14398", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "14399", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "14402", + "amount": "11.579999999999998", + "parsedAmount": "11579999999999998000" + }, + { + "gotchiId": "14405", + "amount": "4.827500000000001", + "parsedAmount": "4827500000000001000" + }, + { + "gotchiId": "14407", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "14408", + "amount": "10.175", + "parsedAmount": "10175000000000000000" + }, + { + "gotchiId": "14409", + "amount": "8.6025", + "parsedAmount": "8602500000000000000" + }, + { + "gotchiId": "14411", + "amount": "8.594999999999999", + "parsedAmount": "8594999999999999000" + }, + { + "gotchiId": "14412", + "amount": "12.4625", + "parsedAmount": "12462500000000000000" + }, + { + "gotchiId": "14413", + "amount": "21.972499999999997", + "parsedAmount": "21972499999999997000" + }, + { + "gotchiId": "14414", + "amount": "4.859999999999999", + "parsedAmount": "4859999999999999000" + }, + { + "gotchiId": "14415", + "amount": "16.9625", + "parsedAmount": "16962500000000000000" + }, + { + "gotchiId": "14417", + "amount": "11.2775", + "parsedAmount": "11277500000000000000" + }, + { + "gotchiId": "14418", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "14419", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "14420", + "amount": "23.072499999999998", + "parsedAmount": "23072499999999998000" + }, + { + "gotchiId": "14424", + "amount": "9.56", + "parsedAmount": "9560000000000000000" + }, + { + "gotchiId": "14425", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "14426", + "amount": "7.789999999999999", + "parsedAmount": "7789999999999999000" + }, + { + "gotchiId": "14427", + "amount": "10.157499999999999", + "parsedAmount": "10157499999999999000" + }, + { + "gotchiId": "14428", + "amount": "9.5625", + "parsedAmount": "9562500000000000000" + }, + { + "gotchiId": "14432", + "amount": "10.3825", + "parsedAmount": "10382500000000000000" + }, + { + "gotchiId": "14433", + "amount": "14.825", + "parsedAmount": "14825000000000000000" + }, + { + "gotchiId": "14435", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "14436", + "amount": "209.34249999999997", + "parsedAmount": "209342499999999970000" + }, + { + "gotchiId": "14437", + "amount": "15.932500000000001", + "parsedAmount": "15932500000000001000" + }, + { + "gotchiId": "14438", + "amount": "20.127499999999998", + "parsedAmount": "20127499999999998000" + }, + { + "gotchiId": "14439", + "amount": "12.295", + "parsedAmount": "12295000000000000000" + }, + { + "gotchiId": "14442", + "amount": "22.92", + "parsedAmount": "22920000000000000000" + }, + { + "gotchiId": "14446", + "amount": "25.27", + "parsedAmount": "25270000000000000000" + }, + { + "gotchiId": "14447", + "amount": "11.965", + "parsedAmount": "11965000000000000000" + }, + { + "gotchiId": "14449", + "amount": "14.8475", + "parsedAmount": "14847500000000000000" + }, + { + "gotchiId": "14452", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "14453", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "14454", + "amount": "178.625", + "parsedAmount": "178625000000000000000" + }, + { + "gotchiId": "14456", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "14457", + "amount": "12.85", + "parsedAmount": "12850000000000000000" + }, + { + "gotchiId": "14458", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "14462", + "amount": "11.7425", + "parsedAmount": "11742500000000000000" + }, + { + "gotchiId": "14467", + "amount": "6.987500000000001", + "parsedAmount": "6987500000000001000" + }, + { + "gotchiId": "14469", + "amount": "14.870000000000001", + "parsedAmount": "14870000000000001000" + }, + { + "gotchiId": "14470", + "amount": "43.38999999999999", + "parsedAmount": "43389999999999990000" + }, + { + "gotchiId": "14471", + "amount": "8.445", + "parsedAmount": "8445000000000000000" + }, + { + "gotchiId": "14473", + "amount": "43.5725", + "parsedAmount": "43572500000000000000" + }, + { + "gotchiId": "14476", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "14480", + "amount": "62.075", + "parsedAmount": "62075000000000000000" + }, + { + "gotchiId": "14482", + "amount": "28.3025", + "parsedAmount": "28302500000000000000" + }, + { + "gotchiId": "14484", + "amount": "23.2675", + "parsedAmount": "23267500000000000000" + }, + { + "gotchiId": "14485", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "14489", + "amount": "7957.82", + "parsedAmount": "7957820000000000000000" + }, + { + "gotchiId": "14490", + "amount": "10.6675", + "parsedAmount": "10667500000000000000" + }, + { + "gotchiId": "14491", + "amount": "2.27", + "parsedAmount": "2270000000000000000" + }, + { + "gotchiId": "14493", + "amount": "2.6925", + "parsedAmount": "2692500000000000000" + }, + { + "gotchiId": "14496", + "amount": "2.3325", + "parsedAmount": "2332500000000000000" + }, + { + "gotchiId": "14497", + "amount": "10.8975", + "parsedAmount": "10897500000000000000" + }, + { + "gotchiId": "14499", + "amount": "19.1375", + "parsedAmount": "19137500000000000000" + }, + { + "gotchiId": "14501", + "amount": "6.7725", + "parsedAmount": "6772500000000000000" + }, + { + "gotchiId": "14503", + "amount": "16.0275", + "parsedAmount": "16027500000000000000" + }, + { + "gotchiId": "14505", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "14510", + "amount": "22.37", + "parsedAmount": "22370000000000000000" + }, + { + "gotchiId": "14511", + "amount": "37.85", + "parsedAmount": "37850000000000000000" + }, + { + "gotchiId": "14513", + "amount": "16.724999999999998", + "parsedAmount": "16724999999999998000" + }, + { + "gotchiId": "14515", + "amount": "78.095", + "parsedAmount": "78095000000000000000" + }, + { + "gotchiId": "14517", + "amount": "13.592500000000001", + "parsedAmount": "13592500000000001000" + }, + { + "gotchiId": "14518", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "14519", + "amount": "46.385000000000005", + "parsedAmount": "46385000000000005000" + }, + { + "gotchiId": "14521", + "amount": "9.48", + "parsedAmount": "9480000000000000000" + }, + { + "gotchiId": "14522", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "14524", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "14526", + "amount": "12.945", + "parsedAmount": "12945000000000000000" + }, + { + "gotchiId": "14527", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "14528", + "amount": "3.75", + "parsedAmount": "3750000000000000000" + }, + { + "gotchiId": "14529", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "14530", + "amount": "11.024999999999999", + "parsedAmount": "11024999999999999000" + }, + { + "gotchiId": "14534", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "14540", + "amount": "7.37", + "parsedAmount": "7370000000000000000" + }, + { + "gotchiId": "14541", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "14542", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "14544", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "14550", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "14551", + "amount": "10.4725", + "parsedAmount": "10472500000000000000" + }, + { + "gotchiId": "14553", + "amount": "9.530000000000001", + "parsedAmount": "9530000000000001000" + }, + { + "gotchiId": "14554", + "amount": "14.317499999999999", + "parsedAmount": "14317499999999999000" + }, + { + "gotchiId": "14555", + "amount": "13.0475", + "parsedAmount": "13047500000000000000" + }, + { + "gotchiId": "14557", + "amount": "108.03", + "parsedAmount": "108030000000000000000" + }, + { + "gotchiId": "14559", + "amount": "59.02", + "parsedAmount": "59020000000000000000" + }, + { + "gotchiId": "14560", + "amount": "7.9725", + "parsedAmount": "7972500000000000000" + }, + { + "gotchiId": "14563", + "amount": "24.2525", + "parsedAmount": "24252500000000000000" + }, + { + "gotchiId": "14565", + "amount": "7.6225000000000005", + "parsedAmount": "7622500000000000500" + }, + { + "gotchiId": "14567", + "amount": "20.34", + "parsedAmount": "20340000000000000000" + }, + { + "gotchiId": "14568", + "amount": "32.33", + "parsedAmount": "32330000000000000000" + }, + { + "gotchiId": "14570", + "amount": "14.075", + "parsedAmount": "14075000000000000000" + }, + { + "gotchiId": "14573", + "amount": "8.1875", + "parsedAmount": "8187500000000000000" + }, + { + "gotchiId": "14574", + "amount": "28.905", + "parsedAmount": "28905000000000000000" + }, + { + "gotchiId": "14579", + "amount": "3.095", + "parsedAmount": "3095000000000000000" + }, + { + "gotchiId": "14580", + "amount": "7.550000000000001", + "parsedAmount": "7550000000000001000" + }, + { + "gotchiId": "14582", + "amount": "11.3825", + "parsedAmount": "11382500000000000000" + }, + { + "gotchiId": "14587", + "amount": "9.04", + "parsedAmount": "9040000000000000000" + }, + { + "gotchiId": "14592", + "amount": "2.7675", + "parsedAmount": "2767500000000000000" + }, + { + "gotchiId": "14594", + "amount": "14.4775", + "parsedAmount": "14477500000000000000" + }, + { + "gotchiId": "14596", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "14601", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "14603", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "14605", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "14611", + "amount": "13.7025", + "parsedAmount": "13702500000000000000" + }, + { + "gotchiId": "14612", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "14614", + "amount": "6.182499999999999", + "parsedAmount": "6182499999999999000" + }, + { + "gotchiId": "14616", + "amount": "5.9375", + "parsedAmount": "5937500000000000000" + }, + { + "gotchiId": "14617", + "amount": "10.99", + "parsedAmount": "10990000000000000000" + }, + { + "gotchiId": "14618", + "amount": "12.672500000000001", + "parsedAmount": "12672500000000001000" + }, + { + "gotchiId": "14622", + "amount": "16.205000000000002", + "parsedAmount": "16205000000000002000" + }, + { + "gotchiId": "14624", + "amount": "10.725", + "parsedAmount": "10725000000000000000" + }, + { + "gotchiId": "14625", + "amount": "23.28", + "parsedAmount": "23280000000000000000" + }, + { + "gotchiId": "14626", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "14627", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "14628", + "amount": "22.592499999999998", + "parsedAmount": "22592499999999998000" + }, + { + "gotchiId": "14631", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "14632", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "14634", + "amount": "9.1725", + "parsedAmount": "9172500000000000000" + }, + { + "gotchiId": "14635", + "amount": "6.109999999999999", + "parsedAmount": "6109999999999999000" + }, + { + "gotchiId": "14637", + "amount": "37.4575", + "parsedAmount": "37457500000000000000" + }, + { + "gotchiId": "14639", + "amount": "22.045", + "parsedAmount": "22045000000000000000" + }, + { + "gotchiId": "14640", + "amount": "18.4925", + "parsedAmount": "18492500000000000000" + }, + { + "gotchiId": "14641", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "14643", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "14646", + "amount": "26.387500000000003", + "parsedAmount": "26387500000000003000" + }, + { + "gotchiId": "14647", + "amount": "17.585", + "parsedAmount": "17585000000000000000" + }, + { + "gotchiId": "14648", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "14649", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "14651", + "amount": "36.58", + "parsedAmount": "36580000000000000000" + }, + { + "gotchiId": "14653", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "14654", + "amount": "22.23", + "parsedAmount": "22230000000000000000" + }, + { + "gotchiId": "14656", + "amount": "36.265", + "parsedAmount": "36265000000000000000" + }, + { + "gotchiId": "14657", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "14660", + "amount": "35.2875", + "parsedAmount": "35287500000000000000" + }, + { + "gotchiId": "14661", + "amount": "18.39", + "parsedAmount": "18390000000000000000" + }, + { + "gotchiId": "14662", + "amount": "12.697500000000002", + "parsedAmount": "12697500000000002000" + }, + { + "gotchiId": "14663", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "14664", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "14667", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "14670", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "14672", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "14673", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "14675", + "amount": "14.84", + "parsedAmount": "14840000000000000000" + }, + { + "gotchiId": "14676", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "14678", + "amount": "2.2925", + "parsedAmount": "2292500000000000000" + }, + { + "gotchiId": "14680", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "14681", + "amount": "8.455", + "parsedAmount": "8455000000000000000" + }, + { + "gotchiId": "14683", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "14685", + "amount": "7.817499999999999", + "parsedAmount": "7817499999999999000" + }, + { + "gotchiId": "14690", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "14695", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "14696", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "14697", + "amount": "23.2975", + "parsedAmount": "23297500000000000000" + }, + { + "gotchiId": "14699", + "amount": "3.62", + "parsedAmount": "3620000000000000000" + }, + { + "gotchiId": "14702", + "amount": "19.564999999999998", + "parsedAmount": "19564999999999998000" + }, + { + "gotchiId": "14703", + "amount": "5.39", + "parsedAmount": "5390000000000000000" + }, + { + "gotchiId": "14707", + "amount": "8.645", + "parsedAmount": "8645000000000000000" + }, + { + "gotchiId": "14708", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "14709", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "14711", + "amount": "8.5275", + "parsedAmount": "8527500000000000000" + }, + { + "gotchiId": "14713", + "amount": "11.43", + "parsedAmount": "11430000000000000000" + }, + { + "gotchiId": "14714", + "amount": "10.8025", + "parsedAmount": "10802500000000000000" + }, + { + "gotchiId": "14715", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "14716", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "14717", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "14718", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "14724", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "14725", + "amount": "8.905", + "parsedAmount": "8905000000000000000" + }, + { + "gotchiId": "14732", + "amount": "17.095", + "parsedAmount": "17095000000000000000" + }, + { + "gotchiId": "14734", + "amount": "19.655", + "parsedAmount": "19655000000000000000" + }, + { + "gotchiId": "14736", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "14737", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "14739", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "14741", + "amount": "15.169999999999998", + "parsedAmount": "15169999999999998000" + }, + { + "gotchiId": "14742", + "amount": "5.5225", + "parsedAmount": "5522500000000000000" + }, + { + "gotchiId": "14743", + "amount": "16.7925", + "parsedAmount": "16792500000000000000" + }, + { + "gotchiId": "14746", + "amount": "5.73", + "parsedAmount": "5730000000000000000" + }, + { + "gotchiId": "14748", + "amount": "8.4825", + "parsedAmount": "8482500000000000000" + }, + { + "gotchiId": "14749", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "14750", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "14751", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "14752", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "14753", + "amount": "6.995", + "parsedAmount": "6995000000000000000" + }, + { + "gotchiId": "14754", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "14755", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "14760", + "amount": "7.6775", + "parsedAmount": "7677500000000000000" + }, + { + "gotchiId": "14762", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "14763", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "14766", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "14769", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "14770", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "14774", + "amount": "3.4275", + "parsedAmount": "3427500000000000000" + }, + { + "gotchiId": "14775", + "amount": "7.365", + "parsedAmount": "7365000000000000000" + }, + { + "gotchiId": "14776", + "amount": "9.815", + "parsedAmount": "9815000000000000000" + }, + { + "gotchiId": "14778", + "amount": "10.245000000000001", + "parsedAmount": "10245000000000001000" + }, + { + "gotchiId": "14779", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "14781", + "amount": "25.9", + "parsedAmount": "25900000000000000000" + }, + { + "gotchiId": "14782", + "amount": "6.9925", + "parsedAmount": "6992500000000000000" + }, + { + "gotchiId": "14789", + "amount": "7.975", + "parsedAmount": "7975000000000000000" + }, + { + "gotchiId": "14791", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "14793", + "amount": "10.425", + "parsedAmount": "10425000000000000000" + }, + { + "gotchiId": "14794", + "amount": "7.4025", + "parsedAmount": "7402500000000000000" + }, + { + "gotchiId": "14796", + "amount": "15.2225", + "parsedAmount": "15222500000000000000" + }, + { + "gotchiId": "14797", + "amount": "11.2225", + "parsedAmount": "11222500000000000000" + }, + { + "gotchiId": "14799", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "14801", + "amount": "44.825", + "parsedAmount": "44825000000000000000" + }, + { + "gotchiId": "14803", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "14804", + "amount": "8.1075", + "parsedAmount": "8107500000000000000" + }, + { + "gotchiId": "14807", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "14811", + "amount": "11.002500000000001", + "parsedAmount": "11002500000000001000" + }, + { + "gotchiId": "14814", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "14816", + "amount": "43.3325", + "parsedAmount": "43332500000000000000" + }, + { + "gotchiId": "14817", + "amount": "25.2025", + "parsedAmount": "25202500000000000000" + }, + { + "gotchiId": "14818", + "amount": "12.665", + "parsedAmount": "12665000000000000000" + }, + { + "gotchiId": "14825", + "amount": "16.9025", + "parsedAmount": "16902500000000000000" + }, + { + "gotchiId": "14826", + "amount": "9.16", + "parsedAmount": "9160000000000000000" + }, + { + "gotchiId": "14832", + "amount": "7.1850000000000005", + "parsedAmount": "7185000000000000500" + }, + { + "gotchiId": "14836", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "14837", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "14839", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "14842", + "amount": "22.65", + "parsedAmount": "22650000000000000000" + }, + { + "gotchiId": "14844", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "14845", + "amount": "14.399999999999999", + "parsedAmount": "14399999999999999000" + }, + { + "gotchiId": "14847", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + } + ], + "totalAmount": "16973497500000000168000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204015, + "gasUsed": "9697396" + }, + { + "batchIndex": 14, + "transactionHash": "0xc53134c63c166aad26e77c975293dd654f8ecbb15ef16276c047ad56e5fd9bc7", + "timestamp": "2025-10-23T05:29:38.027Z", + "gotchiRewards": [ + { + "gotchiId": "14848", + "amount": "14.7475", + "parsedAmount": "14747500000000000000" + }, + { + "gotchiId": "14849", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "14852", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "14853", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "14854", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "14855", + "amount": "10.8275", + "parsedAmount": "10827500000000000000" + }, + { + "gotchiId": "14856", + "amount": "22.277499999999996", + "parsedAmount": "22277499999999996000" + }, + { + "gotchiId": "14858", + "amount": "23.4775", + "parsedAmount": "23477500000000000000" + }, + { + "gotchiId": "14860", + "amount": "11.26", + "parsedAmount": "11260000000000000000" + }, + { + "gotchiId": "14861", + "amount": "21.125", + "parsedAmount": "21125000000000000000" + }, + { + "gotchiId": "14862", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "14865", + "amount": "25.135", + "parsedAmount": "25135000000000000000" + }, + { + "gotchiId": "14868", + "amount": "12.62", + "parsedAmount": "12620000000000000000" + }, + { + "gotchiId": "14869", + "amount": "36.695", + "parsedAmount": "36695000000000000000" + }, + { + "gotchiId": "14870", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "14873", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "14875", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "14876", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "14877", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "14881", + "amount": "20.2225", + "parsedAmount": "20222500000000000000" + }, + { + "gotchiId": "14882", + "amount": "18.884999999999998", + "parsedAmount": "18884999999999998000" + }, + { + "gotchiId": "14886", + "amount": "8.2725", + "parsedAmount": "8272500000000000000" + }, + { + "gotchiId": "14888", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "14890", + "amount": "42.684999999999995", + "parsedAmount": "42684999999999995000" + }, + { + "gotchiId": "14891", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "14894", + "amount": "14.024999999999999", + "parsedAmount": "14024999999999999000" + }, + { + "gotchiId": "14895", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "14897", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "14898", + "amount": "10.9375", + "parsedAmount": "10937500000000000000" + }, + { + "gotchiId": "14900", + "amount": "5.6274999999999995", + "parsedAmount": "5627499999999999500" + }, + { + "gotchiId": "14901", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "14902", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "14906", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "14907", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "14908", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "14909", + "amount": "8.8025", + "parsedAmount": "8802500000000000000" + }, + { + "gotchiId": "14912", + "amount": "14.475", + "parsedAmount": "14475000000000000000" + }, + { + "gotchiId": "14916", + "amount": "3.18", + "parsedAmount": "3180000000000000000" + }, + { + "gotchiId": "14920", + "amount": "11.645", + "parsedAmount": "11645000000000000000" + }, + { + "gotchiId": "14921", + "amount": "10.76", + "parsedAmount": "10760000000000000000" + }, + { + "gotchiId": "14922", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "14923", + "amount": "12.2325", + "parsedAmount": "12232500000000000000" + }, + { + "gotchiId": "14924", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "14925", + "amount": "26.009999999999998", + "parsedAmount": "26009999999999998000" + }, + { + "gotchiId": "14927", + "amount": "16.4275", + "parsedAmount": "16427500000000000000" + }, + { + "gotchiId": "14929", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "14931", + "amount": "60.495", + "parsedAmount": "60495000000000000000" + }, + { + "gotchiId": "14932", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "14933", + "amount": "10.305", + "parsedAmount": "10305000000000000000" + }, + { + "gotchiId": "14935", + "amount": "50.425", + "parsedAmount": "50425000000000000000" + }, + { + "gotchiId": "14938", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "14941", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "14944", + "amount": "32.4175", + "parsedAmount": "32417500000000000000" + }, + { + "gotchiId": "14946", + "amount": "17.675", + "parsedAmount": "17675000000000000000" + }, + { + "gotchiId": "14949", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "14950", + "amount": "4.005", + "parsedAmount": "4005000000000000000" + }, + { + "gotchiId": "14951", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "14955", + "amount": "12.725", + "parsedAmount": "12725000000000000000" + }, + { + "gotchiId": "14956", + "amount": "17.8", + "parsedAmount": "17800000000000000000" + }, + { + "gotchiId": "14958", + "amount": "29.1075", + "parsedAmount": "29107500000000000000" + }, + { + "gotchiId": "14959", + "amount": "28.345", + "parsedAmount": "28345000000000000000" + }, + { + "gotchiId": "14961", + "amount": "20.89", + "parsedAmount": "20890000000000000000" + }, + { + "gotchiId": "14964", + "amount": "12.97", + "parsedAmount": "12970000000000000000" + }, + { + "gotchiId": "14967", + "amount": "3.2175", + "parsedAmount": "3217500000000000000" + }, + { + "gotchiId": "14969", + "amount": "11.98", + "parsedAmount": "11980000000000000000" + }, + { + "gotchiId": "14971", + "amount": "14.08", + "parsedAmount": "14080000000000000000" + }, + { + "gotchiId": "14975", + "amount": "5.327500000000001", + "parsedAmount": "5327500000000001000" + }, + { + "gotchiId": "14978", + "amount": "29.427500000000002", + "parsedAmount": "29427500000000002000" + }, + { + "gotchiId": "14980", + "amount": "21.7025", + "parsedAmount": "21702500000000000000" + }, + { + "gotchiId": "14981", + "amount": "72.13250000000001", + "parsedAmount": "72132500000000010000" + }, + { + "gotchiId": "14984", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "14987", + "amount": "6.57", + "parsedAmount": "6570000000000000000" + }, + { + "gotchiId": "14990", + "amount": "18.552500000000002", + "parsedAmount": "18552500000000002000" + }, + { + "gotchiId": "14991", + "amount": "21.6025", + "parsedAmount": "21602500000000000000" + }, + { + "gotchiId": "14992", + "amount": "7.272499999999999", + "parsedAmount": "7272499999999999000" + }, + { + "gotchiId": "14997", + "amount": "76.4", + "parsedAmount": "76400000000000000000" + }, + { + "gotchiId": "15002", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "15003", + "amount": "10.51", + "parsedAmount": "10510000000000000000" + }, + { + "gotchiId": "15007", + "amount": "14.4475", + "parsedAmount": "14447500000000000000" + }, + { + "gotchiId": "15008", + "amount": "20.415", + "parsedAmount": "20415000000000000000" + }, + { + "gotchiId": "15009", + "amount": "8.65", + "parsedAmount": "8650000000000000000" + }, + { + "gotchiId": "15012", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "15017", + "amount": "5.775", + "parsedAmount": "5775000000000000000" + }, + { + "gotchiId": "15018", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "15019", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "15021", + "amount": "45.9025", + "parsedAmount": "45902500000000000000" + }, + { + "gotchiId": "15022", + "amount": "8.72", + "parsedAmount": "8720000000000000000" + }, + { + "gotchiId": "15026", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "15029", + "amount": "15.8425", + "parsedAmount": "15842500000000000000" + }, + { + "gotchiId": "15030", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "15032", + "amount": "10.6075", + "parsedAmount": "10607500000000000000" + }, + { + "gotchiId": "15035", + "amount": "8.3625", + "parsedAmount": "8362500000000000000" + }, + { + "gotchiId": "15036", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "15037", + "amount": "4.6525", + "parsedAmount": "4652500000000000000" + }, + { + "gotchiId": "15038", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "15039", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "15040", + "amount": "7.154999999999999", + "parsedAmount": "7154999999999999000" + }, + { + "gotchiId": "15044", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "15045", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "15046", + "amount": "22.9", + "parsedAmount": "22900000000000000000" + }, + { + "gotchiId": "15047", + "amount": "31.7225", + "parsedAmount": "31722500000000000000" + }, + { + "gotchiId": "15051", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "15053", + "amount": "7.015000000000001", + "parsedAmount": "7015000000000001000" + }, + { + "gotchiId": "15056", + "amount": "5.5325", + "parsedAmount": "5532500000000000000" + }, + { + "gotchiId": "15057", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "15059", + "amount": "24.037499999999998", + "parsedAmount": "24037499999999998000" + }, + { + "gotchiId": "15061", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "15062", + "amount": "14.349999999999998", + "parsedAmount": "14349999999999998000" + }, + { + "gotchiId": "15064", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "15069", + "amount": "7.5925", + "parsedAmount": "7592500000000000000" + }, + { + "gotchiId": "15073", + "amount": "47.06250000000001", + "parsedAmount": "47062500000000010000" + }, + { + "gotchiId": "15074", + "amount": "12.879999999999999", + "parsedAmount": "12879999999999999000" + }, + { + "gotchiId": "15075", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "15076", + "amount": "12.617499999999998", + "parsedAmount": "12617499999999998000" + }, + { + "gotchiId": "15079", + "amount": "12.7875", + "parsedAmount": "12787500000000000000" + }, + { + "gotchiId": "15082", + "amount": "8.1525", + "parsedAmount": "8152500000000000000" + }, + { + "gotchiId": "15083", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "15084", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "15089", + "amount": "6.0649999999999995", + "parsedAmount": "6064999999999999500" + }, + { + "gotchiId": "15095", + "amount": "12.49", + "parsedAmount": "12490000000000000000" + }, + { + "gotchiId": "15100", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "15101", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "15107", + "amount": "15.002500000000001", + "parsedAmount": "15002500000000001000" + }, + { + "gotchiId": "15108", + "amount": "46.26", + "parsedAmount": "46260000000000000000" + }, + { + "gotchiId": "15109", + "amount": "69.715", + "parsedAmount": "69715000000000000000" + }, + { + "gotchiId": "15113", + "amount": "15.357499999999998", + "parsedAmount": "15357499999999998000" + }, + { + "gotchiId": "15115", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "15116", + "amount": "16.53", + "parsedAmount": "16530000000000000000" + }, + { + "gotchiId": "15117", + "amount": "25.347499999999997", + "parsedAmount": "25347499999999997000" + }, + { + "gotchiId": "15118", + "amount": "10.4", + "parsedAmount": "10400000000000000000" + }, + { + "gotchiId": "15120", + "amount": "39.207499999999996", + "parsedAmount": "39207499999999996000" + }, + { + "gotchiId": "15121", + "amount": "18.1425", + "parsedAmount": "18142500000000000000" + }, + { + "gotchiId": "15123", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "15124", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "15125", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "15128", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "15130", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "15135", + "amount": "5.4225", + "parsedAmount": "5422500000000000000" + }, + { + "gotchiId": "15137", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "15138", + "amount": "2.315", + "parsedAmount": "2315000000000000000" + }, + { + "gotchiId": "15139", + "amount": "12.825000000000001", + "parsedAmount": "12825000000000001000" + }, + { + "gotchiId": "15143", + "amount": "11.290000000000001", + "parsedAmount": "11290000000000001000" + }, + { + "gotchiId": "15145", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "15146", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "15147", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "15152", + "amount": "10.46", + "parsedAmount": "10460000000000000000" + }, + { + "gotchiId": "15153", + "amount": "11.264999999999999", + "parsedAmount": "11264999999999999000" + }, + { + "gotchiId": "15154", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "15155", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "15156", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "15159", + "amount": "22.712500000000002", + "parsedAmount": "22712500000000002000" + }, + { + "gotchiId": "15163", + "amount": "19.005", + "parsedAmount": "19005000000000000000" + }, + { + "gotchiId": "15164", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "15165", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "15166", + "amount": "22.645", + "parsedAmount": "22645000000000000000" + }, + { + "gotchiId": "15167", + "amount": "12.655", + "parsedAmount": "12655000000000000000" + }, + { + "gotchiId": "15169", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "15171", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "15174", + "amount": "3.745", + "parsedAmount": "3745000000000000000" + }, + { + "gotchiId": "15175", + "amount": "7.470000000000001", + "parsedAmount": "7470000000000001000" + }, + { + "gotchiId": "15176", + "amount": "18.067500000000003", + "parsedAmount": "18067500000000003000" + }, + { + "gotchiId": "15177", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "15178", + "amount": "30.2875", + "parsedAmount": "30287500000000000000" + }, + { + "gotchiId": "15181", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "15182", + "amount": "3.3225", + "parsedAmount": "3322500000000000000" + }, + { + "gotchiId": "15187", + "amount": "6.6625", + "parsedAmount": "6662500000000000000" + }, + { + "gotchiId": "15190", + "amount": "15.395", + "parsedAmount": "15395000000000000000" + }, + { + "gotchiId": "15192", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "15194", + "amount": "3.1175", + "parsedAmount": "3117500000000000000" + }, + { + "gotchiId": "15195", + "amount": "3.32", + "parsedAmount": "3320000000000000000" + }, + { + "gotchiId": "15196", + "amount": "11.67", + "parsedAmount": "11670000000000000000" + }, + { + "gotchiId": "15197", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "15200", + "amount": "10.3625", + "parsedAmount": "10362500000000000000" + }, + { + "gotchiId": "15202", + "amount": "18.7225", + "parsedAmount": "18722500000000000000" + }, + { + "gotchiId": "15203", + "amount": "9.5225", + "parsedAmount": "9522500000000000000" + }, + { + "gotchiId": "15211", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "15214", + "amount": "11.72", + "parsedAmount": "11720000000000000000" + }, + { + "gotchiId": "15215", + "amount": "22.21", + "parsedAmount": "22210000000000000000" + }, + { + "gotchiId": "15216", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "15217", + "amount": "12.175", + "parsedAmount": "12175000000000000000" + }, + { + "gotchiId": "15218", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "15219", + "amount": "61.51", + "parsedAmount": "61510000000000000000" + }, + { + "gotchiId": "15220", + "amount": "18.315", + "parsedAmount": "18315000000000000000" + }, + { + "gotchiId": "15223", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "15224", + "amount": "19.215", + "parsedAmount": "19215000000000000000" + }, + { + "gotchiId": "15225", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "15226", + "amount": "13.4975", + "parsedAmount": "13497500000000000000" + }, + { + "gotchiId": "15228", + "amount": "15.2075", + "parsedAmount": "15207500000000000000" + }, + { + "gotchiId": "15230", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "15231", + "amount": "4.2275", + "parsedAmount": "4227500000000000000" + }, + { + "gotchiId": "15237", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "15243", + "amount": "431.605", + "parsedAmount": "431605000000000000000" + }, + { + "gotchiId": "15246", + "amount": "105.4375", + "parsedAmount": "105437500000000000000" + }, + { + "gotchiId": "15254", + "amount": "20.395", + "parsedAmount": "20395000000000000000" + }, + { + "gotchiId": "15255", + "amount": "5.3425", + "parsedAmount": "5342500000000000000" + }, + { + "gotchiId": "15257", + "amount": "13.165", + "parsedAmount": "13165000000000000000" + }, + { + "gotchiId": "15262", + "amount": "7.1975", + "parsedAmount": "7197500000000000000" + }, + { + "gotchiId": "15264", + "amount": "18.1425", + "parsedAmount": "18142500000000000000" + }, + { + "gotchiId": "15271", + "amount": "15.645", + "parsedAmount": "15645000000000000000" + }, + { + "gotchiId": "15273", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "15275", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "15278", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "15279", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "15280", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "15281", + "amount": "8.469999999999999", + "parsedAmount": "8469999999999999000" + }, + { + "gotchiId": "15282", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "15284", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "15286", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "15287", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "15288", + "amount": "18.655", + "parsedAmount": "18655000000000000000" + }, + { + "gotchiId": "15290", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "15291", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "15293", + "amount": "22.205000000000002", + "parsedAmount": "22205000000000002000" + }, + { + "gotchiId": "15295", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "15296", + "amount": "17.78", + "parsedAmount": "17780000000000000000" + }, + { + "gotchiId": "15297", + "amount": "5.9375", + "parsedAmount": "5937500000000000000" + }, + { + "gotchiId": "15299", + "amount": "3.28", + "parsedAmount": "3280000000000000000" + }, + { + "gotchiId": "15302", + "amount": "13.537499999999998", + "parsedAmount": "13537499999999998000" + }, + { + "gotchiId": "15304", + "amount": "7.550000000000001", + "parsedAmount": "7550000000000001000" + }, + { + "gotchiId": "15305", + "amount": "25.089999999999996", + "parsedAmount": "25089999999999996000" + }, + { + "gotchiId": "15308", + "amount": "18.18", + "parsedAmount": "18180000000000000000" + }, + { + "gotchiId": "15309", + "amount": "18.4", + "parsedAmount": "18400000000000000000" + }, + { + "gotchiId": "15310", + "amount": "18.535", + "parsedAmount": "18535000000000000000" + }, + { + "gotchiId": "15311", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "15316", + "amount": "7.1525", + "parsedAmount": "7152500000000000000" + }, + { + "gotchiId": "15317", + "amount": "9.68", + "parsedAmount": "9680000000000000000" + }, + { + "gotchiId": "15318", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "15319", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "15320", + "amount": "40.75", + "parsedAmount": "40750000000000000000" + }, + { + "gotchiId": "15321", + "amount": "29.61", + "parsedAmount": "29610000000000000000" + }, + { + "gotchiId": "15322", + "amount": "6.0125", + "parsedAmount": "6012500000000000000" + }, + { + "gotchiId": "15324", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "15327", + "amount": "20.535", + "parsedAmount": "20535000000000000000" + }, + { + "gotchiId": "15328", + "amount": "58.915", + "parsedAmount": "58915000000000000000" + }, + { + "gotchiId": "15330", + "amount": "18.665", + "parsedAmount": "18665000000000000000" + }, + { + "gotchiId": "15331", + "amount": "23.6125", + "parsedAmount": "23612500000000000000" + }, + { + "gotchiId": "15333", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "15334", + "amount": "12.73", + "parsedAmount": "12730000000000000000" + }, + { + "gotchiId": "15335", + "amount": "10.1025", + "parsedAmount": "10102500000000000000" + }, + { + "gotchiId": "15336", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "15337", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "15338", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "15339", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "15340", + "amount": "15.995000000000001", + "parsedAmount": "15995000000000001000" + }, + { + "gotchiId": "15344", + "amount": "9.092500000000001", + "parsedAmount": "9092500000000001000" + }, + { + "gotchiId": "15346", + "amount": "12.4125", + "parsedAmount": "12412500000000000000" + }, + { + "gotchiId": "15347", + "amount": "23.72", + "parsedAmount": "23720000000000000000" + }, + { + "gotchiId": "15348", + "amount": "9.925", + "parsedAmount": "9925000000000000000" + }, + { + "gotchiId": "15349", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "15350", + "amount": "14.0375", + "parsedAmount": "14037500000000000000" + }, + { + "gotchiId": "15354", + "amount": "7.3425", + "parsedAmount": "7342500000000000000" + }, + { + "gotchiId": "15355", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "15357", + "amount": "17.4175", + "parsedAmount": "17417500000000000000" + }, + { + "gotchiId": "15359", + "amount": "7.9325", + "parsedAmount": "7932500000000000000" + }, + { + "gotchiId": "15361", + "amount": "8.907499999999999", + "parsedAmount": "8907499999999999000" + }, + { + "gotchiId": "15362", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "15363", + "amount": "9.875", + "parsedAmount": "9875000000000000000" + }, + { + "gotchiId": "15365", + "amount": "2.615", + "parsedAmount": "2615000000000000000" + }, + { + "gotchiId": "15367", + "amount": "7.2875", + "parsedAmount": "7287500000000000000" + }, + { + "gotchiId": "15368", + "amount": "7.685", + "parsedAmount": "7685000000000000000" + }, + { + "gotchiId": "15369", + "amount": "8.72", + "parsedAmount": "8720000000000000000" + }, + { + "gotchiId": "15371", + "amount": "8.425", + "parsedAmount": "8425000000000000000" + }, + { + "gotchiId": "15377", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "15378", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "15379", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "15381", + "amount": "8.434999999999999", + "parsedAmount": "8434999999999999000" + }, + { + "gotchiId": "15387", + "amount": "2.475", + "parsedAmount": "2475000000000000000" + }, + { + "gotchiId": "15390", + "amount": "21.875", + "parsedAmount": "21875000000000000000" + }, + { + "gotchiId": "15392", + "amount": "11.5975", + "parsedAmount": "11597500000000000000" + }, + { + "gotchiId": "15396", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "15397", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "15399", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "15403", + "amount": "28.0275", + "parsedAmount": "28027500000000000000" + }, + { + "gotchiId": "15405", + "amount": "5.61", + "parsedAmount": "5610000000000000000" + }, + { + "gotchiId": "15408", + "amount": "50.0475", + "parsedAmount": "50047500000000000000" + }, + { + "gotchiId": "15409", + "amount": "14.5225", + "parsedAmount": "14522500000000000000" + }, + { + "gotchiId": "15414", + "amount": "22.237499999999997", + "parsedAmount": "22237499999999997000" + }, + { + "gotchiId": "15417", + "amount": "8.38", + "parsedAmount": "8380000000000000000" + }, + { + "gotchiId": "15420", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "15423", + "amount": "17.145", + "parsedAmount": "17145000000000000000" + }, + { + "gotchiId": "15426", + "amount": "9.567499999999999", + "parsedAmount": "9567499999999999000" + }, + { + "gotchiId": "15427", + "amount": "15.942499999999999", + "parsedAmount": "15942499999999999000" + }, + { + "gotchiId": "15428", + "amount": "24.124999999999996", + "parsedAmount": "24124999999999996000" + }, + { + "gotchiId": "15431", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "15432", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "15433", + "amount": "14.250000000000002", + "parsedAmount": "14250000000000002000" + }, + { + "gotchiId": "15434", + "amount": "174.3625", + "parsedAmount": "174362500000000000000" + }, + { + "gotchiId": "15439", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "15442", + "amount": "32.495", + "parsedAmount": "32495000000000000000" + }, + { + "gotchiId": "15446", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "15449", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "15450", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "15453", + "amount": "3.525", + "parsedAmount": "3525000000000000000" + }, + { + "gotchiId": "15454", + "amount": "5.545", + "parsedAmount": "5545000000000000000" + }, + { + "gotchiId": "15455", + "amount": "11.1025", + "parsedAmount": "11102500000000000000" + }, + { + "gotchiId": "15456", + "amount": "16.2625", + "parsedAmount": "16262500000000000000" + }, + { + "gotchiId": "15458", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "15459", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "15460", + "amount": "13.5", + "parsedAmount": "13500000000000000000" + }, + { + "gotchiId": "15462", + "amount": "12.0175", + "parsedAmount": "12017500000000000000" + }, + { + "gotchiId": "15466", + "amount": "11.5425", + "parsedAmount": "11542500000000000000" + }, + { + "gotchiId": "15469", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "15471", + "amount": "8.655", + "parsedAmount": "8655000000000000000" + }, + { + "gotchiId": "15473", + "amount": "31.667499999999997", + "parsedAmount": "31667499999999997000" + }, + { + "gotchiId": "15475", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "15479", + "amount": "27.195", + "parsedAmount": "27195000000000000000" + }, + { + "gotchiId": "15480", + "amount": "25.2025", + "parsedAmount": "25202500000000000000" + }, + { + "gotchiId": "15481", + "amount": "16.267500000000002", + "parsedAmount": "16267500000000002000" + }, + { + "gotchiId": "15482", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "15483", + "amount": "14.587500000000002", + "parsedAmount": "14587500000000002000" + }, + { + "gotchiId": "15486", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "15490", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "15495", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "15499", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "15500", + "amount": "16.655", + "parsedAmount": "16655000000000000000" + }, + { + "gotchiId": "15501", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "15505", + "amount": "14.295", + "parsedAmount": "14295000000000000000" + }, + { + "gotchiId": "15506", + "amount": "7.815", + "parsedAmount": "7815000000000000000" + }, + { + "gotchiId": "15509", + "amount": "10.989999999999998", + "parsedAmount": "10989999999999998000" + }, + { + "gotchiId": "15510", + "amount": "17.225", + "parsedAmount": "17225000000000000000" + }, + { + "gotchiId": "15511", + "amount": "18.995", + "parsedAmount": "18995000000000000000" + }, + { + "gotchiId": "15513", + "amount": "22.2075", + "parsedAmount": "22207500000000000000" + }, + { + "gotchiId": "15514", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "15515", + "amount": "16.45", + "parsedAmount": "16450000000000000000" + }, + { + "gotchiId": "15518", + "amount": "14.192499999999999", + "parsedAmount": "14192499999999999000" + }, + { + "gotchiId": "15519", + "amount": "19.895000000000003", + "parsedAmount": "19895000000000003000" + }, + { + "gotchiId": "15521", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "15522", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "15524", + "amount": "138.10750000000002", + "parsedAmount": "138107500000000020000" + }, + { + "gotchiId": "15525", + "amount": "15.3975", + "parsedAmount": "15397500000000000000" + }, + { + "gotchiId": "15533", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "15535", + "amount": "24.11", + "parsedAmount": "24110000000000000000" + }, + { + "gotchiId": "15536", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "15537", + "amount": "17.9875", + "parsedAmount": "17987500000000000000" + }, + { + "gotchiId": "15541", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "15543", + "amount": "7.13", + "parsedAmount": "7130000000000000000" + }, + { + "gotchiId": "15547", + "amount": "22.6875", + "parsedAmount": "22687500000000000000" + }, + { + "gotchiId": "15548", + "amount": "6.959999999999999", + "parsedAmount": "6959999999999999000" + }, + { + "gotchiId": "15549", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "15550", + "amount": "36.1525", + "parsedAmount": "36152500000000000000" + }, + { + "gotchiId": "15551", + "amount": "27.247500000000002", + "parsedAmount": "27247500000000002000" + }, + { + "gotchiId": "15552", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "15553", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "15554", + "amount": "8.2925", + "parsedAmount": "8292500000000000000" + }, + { + "gotchiId": "15558", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "15560", + "amount": "444.97", + "parsedAmount": "444970000000000000000" + }, + { + "gotchiId": "15562", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "15564", + "amount": "3.315", + "parsedAmount": "3315000000000000000" + }, + { + "gotchiId": "15565", + "amount": "25.4925", + "parsedAmount": "25492500000000000000" + }, + { + "gotchiId": "15567", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "15568", + "amount": "11.49", + "parsedAmount": "11490000000000000000" + }, + { + "gotchiId": "15571", + "amount": "443.94", + "parsedAmount": "443940000000000000000" + }, + { + "gotchiId": "15572", + "amount": "13.175", + "parsedAmount": "13175000000000000000" + }, + { + "gotchiId": "15574", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "15575", + "amount": "15.335", + "parsedAmount": "15335000000000000000" + }, + { + "gotchiId": "15578", + "amount": "77.5525", + "parsedAmount": "77552500000000000000" + }, + { + "gotchiId": "15579", + "amount": "13.692499999999999", + "parsedAmount": "13692499999999999000" + }, + { + "gotchiId": "15580", + "amount": "9.1925", + "parsedAmount": "9192500000000000000" + }, + { + "gotchiId": "15581", + "amount": "17.715", + "parsedAmount": "17715000000000000000" + }, + { + "gotchiId": "15583", + "amount": "27.052500000000002", + "parsedAmount": "27052500000000002000" + }, + { + "gotchiId": "15585", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "15587", + "amount": "11.5775", + "parsedAmount": "11577500000000000000" + }, + { + "gotchiId": "15590", + "amount": "10.4425", + "parsedAmount": "10442500000000000000" + }, + { + "gotchiId": "15592", + "amount": "10.6625", + "parsedAmount": "10662500000000000000" + }, + { + "gotchiId": "15593", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "15594", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "15595", + "amount": "7.0649999999999995", + "parsedAmount": "7064999999999999500" + }, + { + "gotchiId": "15598", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "15600", + "amount": "10.06", + "parsedAmount": "10060000000000000000" + }, + { + "gotchiId": "15601", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "15604", + "amount": "8.7225", + "parsedAmount": "8722500000000000000" + }, + { + "gotchiId": "15605", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "15609", + "amount": "5.83", + "parsedAmount": "5830000000000000000" + }, + { + "gotchiId": "15610", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "15612", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "15614", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "15615", + "amount": "7.6925", + "parsedAmount": "7692500000000000000" + }, + { + "gotchiId": "15616", + "amount": "5.3775", + "parsedAmount": "5377500000000000000" + }, + { + "gotchiId": "15618", + "amount": "32.505", + "parsedAmount": "32505000000000000000" + }, + { + "gotchiId": "15619", + "amount": "11.6675", + "parsedAmount": "11667500000000000000" + }, + { + "gotchiId": "15620", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "15623", + "amount": "12.83", + "parsedAmount": "12830000000000000000" + }, + { + "gotchiId": "15625", + "amount": "7.9175", + "parsedAmount": "7917500000000000000" + }, + { + "gotchiId": "15626", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "15627", + "amount": "12.1675", + "parsedAmount": "12167500000000000000" + }, + { + "gotchiId": "15628", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "15629", + "amount": "29.4225", + "parsedAmount": "29422500000000000000" + }, + { + "gotchiId": "15630", + "amount": "17.65", + "parsedAmount": "17650000000000000000" + }, + { + "gotchiId": "15631", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "15633", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "15634", + "amount": "8.78", + "parsedAmount": "8780000000000000000" + }, + { + "gotchiId": "15635", + "amount": "12.92", + "parsedAmount": "12920000000000000000" + }, + { + "gotchiId": "15638", + "amount": "3.3075", + "parsedAmount": "3307500000000000000" + }, + { + "gotchiId": "15642", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "15647", + "amount": "7.06", + "parsedAmount": "7060000000000000000" + }, + { + "gotchiId": "15648", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "15650", + "amount": "22.44", + "parsedAmount": "22440000000000000000" + }, + { + "gotchiId": "15651", + "amount": "6.745", + "parsedAmount": "6745000000000000000" + }, + { + "gotchiId": "15652", + "amount": "13.700000000000001", + "parsedAmount": "13700000000000001000" + }, + { + "gotchiId": "15653", + "amount": "11.93", + "parsedAmount": "11930000000000000000" + }, + { + "gotchiId": "15656", + "amount": "7.2475000000000005", + "parsedAmount": "7247500000000000500" + }, + { + "gotchiId": "15661", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "15663", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "15667", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "15670", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "15672", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "15674", + "amount": "12.9575", + "parsedAmount": "12957500000000000000" + }, + { + "gotchiId": "15675", + "amount": "27.8025", + "parsedAmount": "27802500000000000000" + }, + { + "gotchiId": "15676", + "amount": "41.517500000000005", + "parsedAmount": "41517500000000005000" + }, + { + "gotchiId": "15678", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "15680", + "amount": "9.18", + "parsedAmount": "9180000000000000000" + }, + { + "gotchiId": "15682", + "amount": "7.99", + "parsedAmount": "7990000000000000000" + }, + { + "gotchiId": "15691", + "amount": "19.5225", + "parsedAmount": "19522500000000000000" + }, + { + "gotchiId": "15693", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "15694", + "amount": "94.26", + "parsedAmount": "94260000000000000000" + }, + { + "gotchiId": "15695", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "15697", + "amount": "18.127499999999998", + "parsedAmount": "18127499999999998000" + }, + { + "gotchiId": "15698", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "15702", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "15704", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "15705", + "amount": "12.245000000000001", + "parsedAmount": "12245000000000001000" + }, + { + "gotchiId": "15707", + "amount": "21.8575", + "parsedAmount": "21857500000000000000" + }, + { + "gotchiId": "15708", + "amount": "11.5625", + "parsedAmount": "11562500000000000000" + }, + { + "gotchiId": "15709", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "15710", + "amount": "8.19", + "parsedAmount": "8190000000000000000" + }, + { + "gotchiId": "15711", + "amount": "6.547499999999999", + "parsedAmount": "6547499999999999000" + }, + { + "gotchiId": "15713", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "15717", + "amount": "8.287500000000001", + "parsedAmount": "8287500000000001000" + }, + { + "gotchiId": "15718", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "15719", + "amount": "9.61", + "parsedAmount": "9610000000000000000" + }, + { + "gotchiId": "15724", + "amount": "15.695", + "parsedAmount": "15695000000000000000" + }, + { + "gotchiId": "15729", + "amount": "16.262500000000003", + "parsedAmount": "16262500000000003000" + }, + { + "gotchiId": "15732", + "amount": "17.5125", + "parsedAmount": "17512500000000000000" + }, + { + "gotchiId": "15734", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "15735", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "15736", + "amount": "7.1225000000000005", + "parsedAmount": "7122500000000000500" + }, + { + "gotchiId": "15737", + "amount": "17.5775", + "parsedAmount": "17577500000000000000" + }, + { + "gotchiId": "15739", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "15740", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "15744", + "amount": "32.8375", + "parsedAmount": "32837500000000000000" + }, + { + "gotchiId": "15746", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "15747", + "amount": "9.280000000000001", + "parsedAmount": "9280000000000001000" + }, + { + "gotchiId": "15748", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "15749", + "amount": "9.4225", + "parsedAmount": "9422500000000000000" + }, + { + "gotchiId": "15750", + "amount": "18.53", + "parsedAmount": "18530000000000000000" + }, + { + "gotchiId": "15751", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "15758", + "amount": "15.4325", + "parsedAmount": "15432500000000000000" + }, + { + "gotchiId": "15760", + "amount": "52.07", + "parsedAmount": "52070000000000000000" + }, + { + "gotchiId": "15764", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "15768", + "amount": "8.844999999999999", + "parsedAmount": "8844999999999999000" + }, + { + "gotchiId": "15769", + "amount": "8.535", + "parsedAmount": "8535000000000000000" + }, + { + "gotchiId": "15770", + "amount": "18.4775", + "parsedAmount": "18477500000000000000" + }, + { + "gotchiId": "15772", + "amount": "9.705", + "parsedAmount": "9705000000000000000" + }, + { + "gotchiId": "15774", + "amount": "7.512499999999999", + "parsedAmount": "7512499999999999000" + }, + { + "gotchiId": "15776", + "amount": "11.247499999999999", + "parsedAmount": "11247499999999999000" + }, + { + "gotchiId": "15779", + "amount": "9.9075", + "parsedAmount": "9907500000000000000" + }, + { + "gotchiId": "15781", + "amount": "7.640000000000001", + "parsedAmount": "7640000000000001000" + }, + { + "gotchiId": "15784", + "amount": "13.365", + "parsedAmount": "13365000000000000000" + }, + { + "gotchiId": "15787", + "amount": "11.8", + "parsedAmount": "11800000000000000000" + }, + { + "gotchiId": "15792", + "amount": "23.86", + "parsedAmount": "23860000000000000000" + }, + { + "gotchiId": "15796", + "amount": "11.7225", + "parsedAmount": "11722500000000000000" + }, + { + "gotchiId": "15797", + "amount": "4.7524999999999995", + "parsedAmount": "4752499999999999500" + }, + { + "gotchiId": "15798", + "amount": "15.969999999999999", + "parsedAmount": "15969999999999999000" + }, + { + "gotchiId": "15801", + "amount": "12.862499999999999", + "parsedAmount": "12862499999999999000" + }, + { + "gotchiId": "15808", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "15809", + "amount": "10.8125", + "parsedAmount": "10812500000000000000" + }, + { + "gotchiId": "15812", + "amount": "8.4025", + "parsedAmount": "8402500000000000000" + }, + { + "gotchiId": "15818", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "15821", + "amount": "9.625", + "parsedAmount": "9625000000000000000" + }, + { + "gotchiId": "15823", + "amount": "18.2525", + "parsedAmount": "18252500000000000000" + }, + { + "gotchiId": "15825", + "amount": "6.155", + "parsedAmount": "6155000000000000000" + }, + { + "gotchiId": "15826", + "amount": "18.6375", + "parsedAmount": "18637500000000000000" + }, + { + "gotchiId": "15830", + "amount": "15.809999999999999", + "parsedAmount": "15809999999999999000" + }, + { + "gotchiId": "15832", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "15834", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "15836", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "15837", + "amount": "12.0125", + "parsedAmount": "12012500000000000000" + }, + { + "gotchiId": "15838", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "15839", + "amount": "4.6825", + "parsedAmount": "4682500000000000000" + }, + { + "gotchiId": "15841", + "amount": "26.7875", + "parsedAmount": "26787500000000000000" + }, + { + "gotchiId": "15843", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "15845", + "amount": "10.780000000000001", + "parsedAmount": "10780000000000001000" + }, + { + "gotchiId": "15846", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "15847", + "amount": "10.7575", + "parsedAmount": "10757500000000000000" + }, + { + "gotchiId": "15848", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "15849", + "amount": "4.734999999999999", + "parsedAmount": "4734999999999999000" + }, + { + "gotchiId": "15852", + "amount": "15.825", + "parsedAmount": "15825000000000000000" + }, + { + "gotchiId": "15853", + "amount": "33.695", + "parsedAmount": "33695000000000000000" + }, + { + "gotchiId": "15854", + "amount": "45.0625", + "parsedAmount": "45062500000000000000" + }, + { + "gotchiId": "15857", + "amount": "5.0325", + "parsedAmount": "5032500000000000000" + }, + { + "gotchiId": "15859", + "amount": "10.325", + "parsedAmount": "10325000000000000000" + }, + { + "gotchiId": "15863", + "amount": "18.86", + "parsedAmount": "18860000000000000000" + } + ], + "totalAmount": "7750525000000000017500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204016, + "gasUsed": "9936677" + }, + { + "batchIndex": 15, + "transactionHash": "0x76aa88d81c45dfa58314bf9c0296f119011f3edd7ca19a377d82dd62d90915db", + "timestamp": "2025-10-23T05:29:40.959Z", + "gotchiRewards": [ + { + "gotchiId": "15864", + "amount": "21.5075", + "parsedAmount": "21507500000000000000" + }, + { + "gotchiId": "15865", + "amount": "74.39", + "parsedAmount": "74390000000000000000" + }, + { + "gotchiId": "15867", + "amount": "15.4775", + "parsedAmount": "15477500000000000000" + }, + { + "gotchiId": "15869", + "amount": "22.849999999999998", + "parsedAmount": "22849999999999998000" + }, + { + "gotchiId": "15872", + "amount": "10.46", + "parsedAmount": "10460000000000000000" + }, + { + "gotchiId": "15875", + "amount": "5.342499999999999", + "parsedAmount": "5342499999999999000" + }, + { + "gotchiId": "15878", + "amount": "13.045000000000002", + "parsedAmount": "13045000000000002000" + }, + { + "gotchiId": "15880", + "amount": "8.085", + "parsedAmount": "8085000000000000000" + }, + { + "gotchiId": "15881", + "amount": "20.372500000000002", + "parsedAmount": "20372500000000002000" + }, + { + "gotchiId": "15883", + "amount": "14.954999999999998", + "parsedAmount": "14954999999999998000" + }, + { + "gotchiId": "15884", + "amount": "18.02", + "parsedAmount": "18020000000000000000" + }, + { + "gotchiId": "15886", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "15889", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "15892", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "15894", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "15898", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "15899", + "amount": "13.2475", + "parsedAmount": "13247500000000000000" + }, + { + "gotchiId": "15900", + "amount": "9.7375", + "parsedAmount": "9737500000000000000" + }, + { + "gotchiId": "15904", + "amount": "23.24", + "parsedAmount": "23240000000000000000" + }, + { + "gotchiId": "15905", + "amount": "13.035", + "parsedAmount": "13035000000000000000" + }, + { + "gotchiId": "15907", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "15912", + "amount": "23.8375", + "parsedAmount": "23837500000000000000" + }, + { + "gotchiId": "15917", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "15918", + "amount": "36.595", + "parsedAmount": "36595000000000000000" + }, + { + "gotchiId": "15921", + "amount": "11.6525", + "parsedAmount": "11652500000000000000" + }, + { + "gotchiId": "15922", + "amount": "9.3225", + "parsedAmount": "9322500000000000000" + }, + { + "gotchiId": "15923", + "amount": "7.9425", + "parsedAmount": "7942500000000000000" + }, + { + "gotchiId": "15924", + "amount": "12.889999999999999", + "parsedAmount": "12889999999999999000" + }, + { + "gotchiId": "15926", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "15927", + "amount": "11.17", + "parsedAmount": "11170000000000000000" + }, + { + "gotchiId": "15928", + "amount": "10.344999999999999", + "parsedAmount": "10344999999999999000" + }, + { + "gotchiId": "15930", + "amount": "19.5575", + "parsedAmount": "19557500000000000000" + }, + { + "gotchiId": "15932", + "amount": "3.3225", + "parsedAmount": "3322500000000000000" + }, + { + "gotchiId": "15933", + "amount": "25.2325", + "parsedAmount": "25232500000000000000" + }, + { + "gotchiId": "15935", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "15939", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "15944", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "15945", + "amount": "6.842499999999999", + "parsedAmount": "6842499999999999000" + }, + { + "gotchiId": "15946", + "amount": "12.7125", + "parsedAmount": "12712500000000000000" + }, + { + "gotchiId": "15950", + "amount": "18.6275", + "parsedAmount": "18627500000000000000" + }, + { + "gotchiId": "15953", + "amount": "4.78", + "parsedAmount": "4780000000000000000" + }, + { + "gotchiId": "15954", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "15957", + "amount": "12.4825", + "parsedAmount": "12482500000000000000" + }, + { + "gotchiId": "15960", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "15965", + "amount": "3.75", + "parsedAmount": "3750000000000000000" + }, + { + "gotchiId": "15966", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "15970", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "15971", + "amount": "9.2075", + "parsedAmount": "9207500000000000000" + }, + { + "gotchiId": "15974", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "15975", + "amount": "12.595", + "parsedAmount": "12595000000000000000" + }, + { + "gotchiId": "15977", + "amount": "5.0725", + "parsedAmount": "5072500000000000000" + }, + { + "gotchiId": "15978", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "15980", + "amount": "18.2525", + "parsedAmount": "18252500000000000000" + }, + { + "gotchiId": "15981", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "15982", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "15984", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "15987", + "amount": "26.522499999999997", + "parsedAmount": "26522499999999997000" + }, + { + "gotchiId": "15991", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "15993", + "amount": "15.9825", + "parsedAmount": "15982500000000000000" + }, + { + "gotchiId": "15994", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "15995", + "amount": "18.8275", + "parsedAmount": "18827500000000000000" + }, + { + "gotchiId": "15996", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "15998", + "amount": "21.522499999999997", + "parsedAmount": "21522499999999997000" + }, + { + "gotchiId": "16003", + "amount": "8.8425", + "parsedAmount": "8842500000000000000" + }, + { + "gotchiId": "16005", + "amount": "3.165", + "parsedAmount": "3165000000000000000" + }, + { + "gotchiId": "16008", + "amount": "6.19", + "parsedAmount": "6190000000000000000" + }, + { + "gotchiId": "16009", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "16010", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "16014", + "amount": "11.5175", + "parsedAmount": "11517500000000000000" + }, + { + "gotchiId": "16016", + "amount": "18.75", + "parsedAmount": "18750000000000000000" + }, + { + "gotchiId": "16019", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "16021", + "amount": "6.74", + "parsedAmount": "6740000000000000000" + }, + { + "gotchiId": "16025", + "amount": "14.75", + "parsedAmount": "14750000000000000000" + }, + { + "gotchiId": "16028", + "amount": "77.00999999999999", + "parsedAmount": "77009999999999990000" + }, + { + "gotchiId": "16030", + "amount": "15.469999999999999", + "parsedAmount": "15469999999999999000" + }, + { + "gotchiId": "16033", + "amount": "13.709999999999999", + "parsedAmount": "13709999999999999000" + }, + { + "gotchiId": "16034", + "amount": "14.037500000000001", + "parsedAmount": "14037500000000001000" + }, + { + "gotchiId": "16037", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "16040", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "16042", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "16043", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "16050", + "amount": "16.9425", + "parsedAmount": "16942500000000000000" + }, + { + "gotchiId": "16051", + "amount": "6.5575", + "parsedAmount": "6557500000000000000" + }, + { + "gotchiId": "16052", + "amount": "12.3675", + "parsedAmount": "12367500000000000000" + }, + { + "gotchiId": "16053", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "16055", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "16058", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "16059", + "amount": "25.6725", + "parsedAmount": "25672500000000000000" + }, + { + "gotchiId": "16063", + "amount": "7.39", + "parsedAmount": "7390000000000000000" + }, + { + "gotchiId": "16064", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "16066", + "amount": "10.002500000000001", + "parsedAmount": "10002500000000001000" + }, + { + "gotchiId": "16067", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "16068", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "16069", + "amount": "25.7075", + "parsedAmount": "25707500000000000000" + }, + { + "gotchiId": "16070", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "16073", + "amount": "12.434999999999999", + "parsedAmount": "12434999999999999000" + }, + { + "gotchiId": "16076", + "amount": "23.1125", + "parsedAmount": "23112500000000000000" + }, + { + "gotchiId": "16077", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "16078", + "amount": "15.3275", + "parsedAmount": "15327500000000000000" + }, + { + "gotchiId": "16079", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "16080", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "16083", + "amount": "12.075", + "parsedAmount": "12075000000000000000" + }, + { + "gotchiId": "16085", + "amount": "7.8075", + "parsedAmount": "7807500000000000000" + }, + { + "gotchiId": "16089", + "amount": "16.225", + "parsedAmount": "16225000000000000000" + }, + { + "gotchiId": "16091", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "16093", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "16095", + "amount": "18.6225", + "parsedAmount": "18622500000000000000" + }, + { + "gotchiId": "16096", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "16097", + "amount": "19.895", + "parsedAmount": "19895000000000000000" + }, + { + "gotchiId": "16099", + "amount": "16.485", + "parsedAmount": "16485000000000000000" + }, + { + "gotchiId": "16107", + "amount": "7.005000000000001", + "parsedAmount": "7005000000000001000" + }, + { + "gotchiId": "16109", + "amount": "19.315", + "parsedAmount": "19315000000000000000" + }, + { + "gotchiId": "16114", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "16115", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "16116", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "16118", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "16122", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "16123", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "16126", + "amount": "12.8275", + "parsedAmount": "12827500000000000000" + }, + { + "gotchiId": "16128", + "amount": "20.195", + "parsedAmount": "20195000000000000000" + }, + { + "gotchiId": "16133", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "16134", + "amount": "9.01", + "parsedAmount": "9010000000000000000" + }, + { + "gotchiId": "16137", + "amount": "16.2225", + "parsedAmount": "16222500000000000000" + }, + { + "gotchiId": "16138", + "amount": "6.550000000000001", + "parsedAmount": "6550000000000001000" + }, + { + "gotchiId": "16139", + "amount": "13.122500000000002", + "parsedAmount": "13122500000000002000" + }, + { + "gotchiId": "16140", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "16141", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "16144", + "amount": "28.727500000000003", + "parsedAmount": "28727500000000003000" + }, + { + "gotchiId": "16145", + "amount": "8.885", + "parsedAmount": "8885000000000000000" + }, + { + "gotchiId": "16147", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "16148", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "16150", + "amount": "14.415", + "parsedAmount": "14415000000000000000" + }, + { + "gotchiId": "16154", + "amount": "29.44", + "parsedAmount": "29440000000000000000" + }, + { + "gotchiId": "16155", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "16156", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "16157", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "16160", + "amount": "17.622500000000002", + "parsedAmount": "17622500000000002000" + }, + { + "gotchiId": "16161", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "16163", + "amount": "15.3775", + "parsedAmount": "15377500000000000000" + }, + { + "gotchiId": "16165", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "16166", + "amount": "6.6", + "parsedAmount": "6600000000000000000" + }, + { + "gotchiId": "16169", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "16170", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "16171", + "amount": "10.41", + "parsedAmount": "10410000000000000000" + }, + { + "gotchiId": "16172", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "16176", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "16177", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "16182", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "16184", + "amount": "5.395", + "parsedAmount": "5395000000000000000" + }, + { + "gotchiId": "16186", + "amount": "25.137499999999996", + "parsedAmount": "25137499999999996000" + }, + { + "gotchiId": "16195", + "amount": "17.2025", + "parsedAmount": "17202500000000000000" + }, + { + "gotchiId": "16199", + "amount": "12.645", + "parsedAmount": "12645000000000000000" + }, + { + "gotchiId": "16202", + "amount": "13.36", + "parsedAmount": "13360000000000000000" + }, + { + "gotchiId": "16206", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "16207", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "16208", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "16209", + "amount": "6.2475", + "parsedAmount": "6247500000000000000" + }, + { + "gotchiId": "16210", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "16211", + "amount": "16.23", + "parsedAmount": "16230000000000000000" + }, + { + "gotchiId": "16212", + "amount": "11.457500000000001", + "parsedAmount": "11457500000000001000" + }, + { + "gotchiId": "16213", + "amount": "9.52", + "parsedAmount": "9520000000000000000" + }, + { + "gotchiId": "16216", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "16217", + "amount": "9.65", + "parsedAmount": "9650000000000000000" + }, + { + "gotchiId": "16220", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "16223", + "amount": "18.1525", + "parsedAmount": "18152500000000000000" + }, + { + "gotchiId": "16224", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "16226", + "amount": "8.79", + "parsedAmount": "8790000000000000000" + }, + { + "gotchiId": "16228", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "16232", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "16234", + "amount": "14.834999999999999", + "parsedAmount": "14834999999999999000" + }, + { + "gotchiId": "16238", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "16239", + "amount": "23.049999999999997", + "parsedAmount": "23049999999999997000" + }, + { + "gotchiId": "16245", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "16247", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "16248", + "amount": "14.614999999999998", + "parsedAmount": "14614999999999998000" + }, + { + "gotchiId": "16249", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "16250", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "16255", + "amount": "5.7475", + "parsedAmount": "5747500000000000000" + }, + { + "gotchiId": "16260", + "amount": "17.299999999999997", + "parsedAmount": "17299999999999997000" + }, + { + "gotchiId": "16261", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "16265", + "amount": "18.1625", + "parsedAmount": "18162500000000000000" + }, + { + "gotchiId": "16269", + "amount": "59.6575", + "parsedAmount": "59657500000000000000" + }, + { + "gotchiId": "16270", + "amount": "64.595", + "parsedAmount": "64595000000000000000" + }, + { + "gotchiId": "16272", + "amount": "34.85", + "parsedAmount": "34850000000000000000" + }, + { + "gotchiId": "16273", + "amount": "12.767499999999998", + "parsedAmount": "12767499999999998000" + }, + { + "gotchiId": "16276", + "amount": "16.885", + "parsedAmount": "16885000000000000000" + }, + { + "gotchiId": "16277", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "16278", + "amount": "14.0925", + "parsedAmount": "14092500000000000000" + }, + { + "gotchiId": "16280", + "amount": "21.94", + "parsedAmount": "21940000000000000000" + }, + { + "gotchiId": "16281", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "16282", + "amount": "2.015", + "parsedAmount": "2015000000000000000" + }, + { + "gotchiId": "16286", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "16287", + "amount": "14.1375", + "parsedAmount": "14137500000000000000" + }, + { + "gotchiId": "16290", + "amount": "13.885", + "parsedAmount": "13885000000000000000" + }, + { + "gotchiId": "16291", + "amount": "29.6425", + "parsedAmount": "29642500000000000000" + }, + { + "gotchiId": "16293", + "amount": "7.470000000000001", + "parsedAmount": "7470000000000001000" + }, + { + "gotchiId": "16297", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "16298", + "amount": "7.825", + "parsedAmount": "7825000000000000000" + }, + { + "gotchiId": "16302", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "16303", + "amount": "12.6875", + "parsedAmount": "12687500000000000000" + }, + { + "gotchiId": "16304", + "amount": "5.6225000000000005", + "parsedAmount": "5622500000000000500" + }, + { + "gotchiId": "16305", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "16307", + "amount": "10.7275", + "parsedAmount": "10727500000000000000" + }, + { + "gotchiId": "16309", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "16310", + "amount": "8.415000000000001", + "parsedAmount": "8415000000000001000" + }, + { + "gotchiId": "16312", + "amount": "9.5", + "parsedAmount": "9500000000000000000" + }, + { + "gotchiId": "16313", + "amount": "8.925", + "parsedAmount": "8925000000000000000" + }, + { + "gotchiId": "16316", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "16317", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "16318", + "amount": "17.279999999999998", + "parsedAmount": "17279999999999998000" + }, + { + "gotchiId": "16319", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "16322", + "amount": "8.3675", + "parsedAmount": "8367500000000000000" + }, + { + "gotchiId": "16323", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "16326", + "amount": "11.4775", + "parsedAmount": "11477500000000000000" + }, + { + "gotchiId": "16327", + "amount": "22.3275", + "parsedAmount": "22327500000000000000" + }, + { + "gotchiId": "16328", + "amount": "96.2275", + "parsedAmount": "96227500000000000000" + }, + { + "gotchiId": "16329", + "amount": "9.4075", + "parsedAmount": "9407500000000000000" + }, + { + "gotchiId": "16335", + "amount": "16.785", + "parsedAmount": "16785000000000000000" + }, + { + "gotchiId": "16336", + "amount": "13.055", + "parsedAmount": "13055000000000000000" + }, + { + "gotchiId": "16338", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "16341", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "16342", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "16345", + "amount": "20.855", + "parsedAmount": "20855000000000000000" + }, + { + "gotchiId": "16346", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "16347", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "16348", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "16349", + "amount": "9.155000000000001", + "parsedAmount": "9155000000000001000" + }, + { + "gotchiId": "16351", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "16352", + "amount": "32.3275", + "parsedAmount": "32327500000000000000" + }, + { + "gotchiId": "16353", + "amount": "19.9525", + "parsedAmount": "19952500000000000000" + }, + { + "gotchiId": "16354", + "amount": "32.6075", + "parsedAmount": "32607500000000000000" + }, + { + "gotchiId": "16355", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "16356", + "amount": "14.2225", + "parsedAmount": "14222500000000000000" + }, + { + "gotchiId": "16357", + "amount": "6.3825", + "parsedAmount": "6382500000000000000" + }, + { + "gotchiId": "16358", + "amount": "15.752500000000001", + "parsedAmount": "15752500000000001000" + }, + { + "gotchiId": "16361", + "amount": "14.155000000000001", + "parsedAmount": "14155000000000001000" + }, + { + "gotchiId": "16362", + "amount": "9.61", + "parsedAmount": "9610000000000000000" + }, + { + "gotchiId": "16363", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "16364", + "amount": "21.1175", + "parsedAmount": "21117500000000000000" + }, + { + "gotchiId": "16365", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "16366", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "16368", + "amount": "12.18", + "parsedAmount": "12180000000000000000" + }, + { + "gotchiId": "16371", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "16373", + "amount": "11.7375", + "parsedAmount": "11737500000000000000" + }, + { + "gotchiId": "16375", + "amount": "12.879999999999999", + "parsedAmount": "12879999999999999000" + }, + { + "gotchiId": "16376", + "amount": "13.055", + "parsedAmount": "13055000000000000000" + }, + { + "gotchiId": "16379", + "amount": "25.207500000000003", + "parsedAmount": "25207500000000003000" + }, + { + "gotchiId": "16380", + "amount": "9.690000000000001", + "parsedAmount": "9690000000000001000" + }, + { + "gotchiId": "16381", + "amount": "9.0325", + "parsedAmount": "9032500000000000000" + }, + { + "gotchiId": "16382", + "amount": "11.0475", + "parsedAmount": "11047500000000000000" + }, + { + "gotchiId": "16383", + "amount": "11.1025", + "parsedAmount": "11102500000000000000" + }, + { + "gotchiId": "16384", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "16386", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "16387", + "amount": "18.35", + "parsedAmount": "18350000000000000000" + }, + { + "gotchiId": "16388", + "amount": "19.077499999999997", + "parsedAmount": "19077499999999997000" + }, + { + "gotchiId": "16389", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "16390", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "16398", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "16402", + "amount": "6.5375", + "parsedAmount": "6537500000000000000" + }, + { + "gotchiId": "16405", + "amount": "37.2325", + "parsedAmount": "37232500000000000000" + }, + { + "gotchiId": "16406", + "amount": "8.7325", + "parsedAmount": "8732500000000000000" + }, + { + "gotchiId": "16408", + "amount": "12.6175", + "parsedAmount": "12617500000000000000" + }, + { + "gotchiId": "16411", + "amount": "225.78750000000002", + "parsedAmount": "225787500000000020000" + }, + { + "gotchiId": "16414", + "amount": "8.405", + "parsedAmount": "8405000000000000000" + }, + { + "gotchiId": "16415", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "16416", + "amount": "7.5825", + "parsedAmount": "7582500000000000000" + }, + { + "gotchiId": "16417", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "16418", + "amount": "3.4125", + "parsedAmount": "3412500000000000000" + }, + { + "gotchiId": "16419", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "16420", + "amount": "48.5825", + "parsedAmount": "48582500000000000000" + }, + { + "gotchiId": "16424", + "amount": "14.2525", + "parsedAmount": "14252500000000000000" + }, + { + "gotchiId": "16425", + "amount": "5.94", + "parsedAmount": "5940000000000000000" + }, + { + "gotchiId": "16427", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "16428", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "16429", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "16430", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "16431", + "amount": "46", + "parsedAmount": "46000000000000000000" + }, + { + "gotchiId": "16432", + "amount": "18.3025", + "parsedAmount": "18302500000000000000" + }, + { + "gotchiId": "16433", + "amount": "6.78", + "parsedAmount": "6780000000000000000" + }, + { + "gotchiId": "16439", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "16441", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "16442", + "amount": "11.12", + "parsedAmount": "11120000000000000000" + }, + { + "gotchiId": "16443", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "16444", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "16445", + "amount": "8.8425", + "parsedAmount": "8842500000000000000" + }, + { + "gotchiId": "16446", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "16448", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "16449", + "amount": "8.1825", + "parsedAmount": "8182500000000000000" + }, + { + "gotchiId": "16450", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "16451", + "amount": "47.18", + "parsedAmount": "47180000000000000000" + }, + { + "gotchiId": "16452", + "amount": "21.290000000000003", + "parsedAmount": "21290000000000003000" + }, + { + "gotchiId": "16454", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "16455", + "amount": "1019.9825", + "parsedAmount": "1019982500000000000000" + }, + { + "gotchiId": "16456", + "amount": "33.6725", + "parsedAmount": "33672500000000000000" + }, + { + "gotchiId": "16457", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "16461", + "amount": "8.985", + "parsedAmount": "8985000000000000000" + }, + { + "gotchiId": "16462", + "amount": "6.265", + "parsedAmount": "6265000000000000000" + }, + { + "gotchiId": "16463", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "16464", + "amount": "11.6875", + "parsedAmount": "11687500000000000000" + }, + { + "gotchiId": "16469", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "16470", + "amount": "12.7", + "parsedAmount": "12700000000000000000" + }, + { + "gotchiId": "16471", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "16477", + "amount": "66.88", + "parsedAmount": "66880000000000000000" + }, + { + "gotchiId": "16479", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "16483", + "amount": "12.1775", + "parsedAmount": "12177500000000000000" + }, + { + "gotchiId": "16484", + "amount": "9.1025", + "parsedAmount": "9102500000000000000" + }, + { + "gotchiId": "16485", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "16486", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "16488", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "16489", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "16492", + "amount": "19.0375", + "parsedAmount": "19037500000000000000" + }, + { + "gotchiId": "16493", + "amount": "8.66", + "parsedAmount": "8660000000000000000" + }, + { + "gotchiId": "16494", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "16495", + "amount": "20.65", + "parsedAmount": "20650000000000000000" + }, + { + "gotchiId": "16496", + "amount": "15.4575", + "parsedAmount": "15457500000000000000" + }, + { + "gotchiId": "16497", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "16498", + "amount": "31.432499999999997", + "parsedAmount": "31432499999999997000" + }, + { + "gotchiId": "16502", + "amount": "23.895", + "parsedAmount": "23895000000000000000" + }, + { + "gotchiId": "16503", + "amount": "24.172499999999996", + "parsedAmount": "24172499999999996000" + }, + { + "gotchiId": "16504", + "amount": "4.145", + "parsedAmount": "4145000000000000000" + }, + { + "gotchiId": "16505", + "amount": "98.24249999999999", + "parsedAmount": "98242499999999990000" + }, + { + "gotchiId": "16507", + "amount": "23.08", + "parsedAmount": "23080000000000000000" + }, + { + "gotchiId": "16512", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "16516", + "amount": "12.455", + "parsedAmount": "12455000000000000000" + }, + { + "gotchiId": "16517", + "amount": "10.615", + "parsedAmount": "10615000000000000000" + }, + { + "gotchiId": "16518", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "16523", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "16524", + "amount": "70.0675", + "parsedAmount": "70067500000000000000" + }, + { + "gotchiId": "16526", + "amount": "15.1", + "parsedAmount": "15100000000000000000" + }, + { + "gotchiId": "16527", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "16528", + "amount": "13.785", + "parsedAmount": "13785000000000000000" + }, + { + "gotchiId": "16529", + "amount": "18.875", + "parsedAmount": "18875000000000000000" + }, + { + "gotchiId": "16530", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "16533", + "amount": "6.97", + "parsedAmount": "6970000000000000000" + }, + { + "gotchiId": "16534", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "16535", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "16538", + "amount": "8.635", + "parsedAmount": "8635000000000000000" + }, + { + "gotchiId": "16539", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "16541", + "amount": "11.247499999999999", + "parsedAmount": "11247499999999999000" + }, + { + "gotchiId": "16542", + "amount": "2.4", + "parsedAmount": "2400000000000000000" + }, + { + "gotchiId": "16543", + "amount": "89.8125", + "parsedAmount": "89812500000000000000" + }, + { + "gotchiId": "16546", + "amount": "7.237499999999999", + "parsedAmount": "7237499999999999000" + }, + { + "gotchiId": "16548", + "amount": "17.6875", + "parsedAmount": "17687500000000000000" + }, + { + "gotchiId": "16549", + "amount": "2.035", + "parsedAmount": "2035000000000000000" + }, + { + "gotchiId": "16550", + "amount": "30.08", + "parsedAmount": "30080000000000000000" + }, + { + "gotchiId": "16551", + "amount": "10.085", + "parsedAmount": "10085000000000000000" + }, + { + "gotchiId": "16553", + "amount": "82.98", + "parsedAmount": "82980000000000000000" + }, + { + "gotchiId": "16554", + "amount": "23.810000000000002", + "parsedAmount": "23810000000000002000" + }, + { + "gotchiId": "16556", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "16559", + "amount": "5525.3724999999995", + "parsedAmount": "5525372499999999500000" + }, + { + "gotchiId": "16560", + "amount": "15.280000000000001", + "parsedAmount": "15280000000000001000" + }, + { + "gotchiId": "16561", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "16564", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "16566", + "amount": "15.3775", + "parsedAmount": "15377500000000000000" + }, + { + "gotchiId": "16567", + "amount": "11.5225", + "parsedAmount": "11522500000000000000" + }, + { + "gotchiId": "16573", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "16574", + "amount": "10.6175", + "parsedAmount": "10617500000000000000" + }, + { + "gotchiId": "16582", + "amount": "7.827500000000001", + "parsedAmount": "7827500000000001000" + }, + { + "gotchiId": "16583", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "16585", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "16586", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "16587", + "amount": "38.0975", + "parsedAmount": "38097500000000000000" + }, + { + "gotchiId": "16588", + "amount": "8.465", + "parsedAmount": "8465000000000000000" + }, + { + "gotchiId": "16590", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "16591", + "amount": "28.51", + "parsedAmount": "28510000000000000000" + }, + { + "gotchiId": "16593", + "amount": "6.922499999999999", + "parsedAmount": "6922499999999999000" + }, + { + "gotchiId": "16594", + "amount": "24.3675", + "parsedAmount": "24367500000000000000" + }, + { + "gotchiId": "16595", + "amount": "6.95", + "parsedAmount": "6950000000000000000" + }, + { + "gotchiId": "16596", + "amount": "23.1125", + "parsedAmount": "23112500000000000000" + }, + { + "gotchiId": "16597", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "16598", + "amount": "21.874999999999996", + "parsedAmount": "21874999999999996000" + }, + { + "gotchiId": "16599", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "16605", + "amount": "35.754999999999995", + "parsedAmount": "35754999999999995000" + }, + { + "gotchiId": "16608", + "amount": "13.540000000000001", + "parsedAmount": "13540000000000001000" + }, + { + "gotchiId": "16609", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "16611", + "amount": "13.935", + "parsedAmount": "13935000000000000000" + }, + { + "gotchiId": "16613", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "16615", + "amount": "24.417499999999997", + "parsedAmount": "24417499999999997000" + }, + { + "gotchiId": "16616", + "amount": "8.545", + "parsedAmount": "8545000000000000000" + }, + { + "gotchiId": "16617", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "16619", + "amount": "7.807499999999999", + "parsedAmount": "7807499999999999000" + }, + { + "gotchiId": "16620", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "16621", + "amount": "6.435", + "parsedAmount": "6435000000000000000" + }, + { + "gotchiId": "16624", + "amount": "21.187499999999996", + "parsedAmount": "21187499999999996000" + }, + { + "gotchiId": "16625", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "16626", + "amount": "7.362500000000001", + "parsedAmount": "7362500000000001000" + }, + { + "gotchiId": "16627", + "amount": "12.605", + "parsedAmount": "12605000000000000000" + }, + { + "gotchiId": "16629", + "amount": "14.219999999999999", + "parsedAmount": "14219999999999999000" + }, + { + "gotchiId": "16630", + "amount": "17.295", + "parsedAmount": "17295000000000000000" + }, + { + "gotchiId": "16633", + "amount": "11.32", + "parsedAmount": "11320000000000000000" + }, + { + "gotchiId": "16635", + "amount": "227.5375", + "parsedAmount": "227537500000000000000" + }, + { + "gotchiId": "16638", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "16641", + "amount": "27.08", + "parsedAmount": "27080000000000000000" + }, + { + "gotchiId": "16642", + "amount": "6.452500000000001", + "parsedAmount": "6452500000000001000" + }, + { + "gotchiId": "16649", + "amount": "9.5775", + "parsedAmount": "9577500000000000000" + }, + { + "gotchiId": "16652", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "16653", + "amount": "7.165000000000001", + "parsedAmount": "7165000000000001000" + }, + { + "gotchiId": "16659", + "amount": "9.0825", + "parsedAmount": "9082500000000000000" + }, + { + "gotchiId": "16660", + "amount": "12.6125", + "parsedAmount": "12612500000000000000" + }, + { + "gotchiId": "16662", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "16664", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "16668", + "amount": "15.14", + "parsedAmount": "15140000000000000000" + }, + { + "gotchiId": "16671", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "16673", + "amount": "13.8125", + "parsedAmount": "13812500000000000000" + }, + { + "gotchiId": "16676", + "amount": "156.22", + "parsedAmount": "156220000000000000000" + }, + { + "gotchiId": "16677", + "amount": "41.5525", + "parsedAmount": "41552500000000000000" + }, + { + "gotchiId": "16679", + "amount": "11.395", + "parsedAmount": "11395000000000000000" + }, + { + "gotchiId": "16688", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "16689", + "amount": "18.8825", + "parsedAmount": "18882500000000000000" + }, + { + "gotchiId": "16691", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "16694", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "16695", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "16696", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "16699", + "amount": "22.6575", + "parsedAmount": "22657500000000000000" + }, + { + "gotchiId": "16701", + "amount": "2.31", + "parsedAmount": "2310000000000000000" + }, + { + "gotchiId": "16702", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "16703", + "amount": "14.1075", + "parsedAmount": "14107500000000000000" + }, + { + "gotchiId": "16704", + "amount": "63.03", + "parsedAmount": "63030000000000000000" + }, + { + "gotchiId": "16705", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "16708", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "16710", + "amount": "189.105", + "parsedAmount": "189105000000000000000" + }, + { + "gotchiId": "16712", + "amount": "43.825", + "parsedAmount": "43825000000000000000" + }, + { + "gotchiId": "16715", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "16716", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "16718", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16722", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "16723", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "16724", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "16726", + "amount": "6.4575", + "parsedAmount": "6457500000000000000" + }, + { + "gotchiId": "16727", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "16728", + "amount": "15.802499999999998", + "parsedAmount": "15802499999999998000" + }, + { + "gotchiId": "16731", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "16732", + "amount": "68.2175", + "parsedAmount": "68217500000000000000" + }, + { + "gotchiId": "16736", + "amount": "14.9125", + "parsedAmount": "14912500000000000000" + }, + { + "gotchiId": "16738", + "amount": "37.1725", + "parsedAmount": "37172500000000000000" + }, + { + "gotchiId": "16739", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "16743", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "16745", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "16746", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "16747", + "amount": "14.920000000000002", + "parsedAmount": "14920000000000002000" + }, + { + "gotchiId": "16748", + "amount": "97.5425", + "parsedAmount": "97542500000000000000" + }, + { + "gotchiId": "16749", + "amount": "15.665", + "parsedAmount": "15665000000000000000" + }, + { + "gotchiId": "16750", + "amount": "11.065000000000001", + "parsedAmount": "11065000000000001000" + }, + { + "gotchiId": "16752", + "amount": "12.122499999999999", + "parsedAmount": "12122499999999999000" + }, + { + "gotchiId": "16755", + "amount": "10.469999999999999", + "parsedAmount": "10469999999999999000" + }, + { + "gotchiId": "16756", + "amount": "3.215", + "parsedAmount": "3215000000000000000" + }, + { + "gotchiId": "16757", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "16759", + "amount": "35.4625", + "parsedAmount": "35462500000000000000" + }, + { + "gotchiId": "16762", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "16765", + "amount": "5.7", + "parsedAmount": "5700000000000000000" + }, + { + "gotchiId": "16769", + "amount": "18.322499999999998", + "parsedAmount": "18322499999999998000" + }, + { + "gotchiId": "16770", + "amount": "14.2225", + "parsedAmount": "14222500000000000000" + }, + { + "gotchiId": "16771", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16772", + "amount": "8.3225", + "parsedAmount": "8322500000000000000" + }, + { + "gotchiId": "16773", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "16778", + "amount": "14.7725", + "parsedAmount": "14772500000000000000" + }, + { + "gotchiId": "16782", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16784", + "amount": "16.1275", + "parsedAmount": "16127500000000000000" + }, + { + "gotchiId": "16785", + "amount": "30.685000000000002", + "parsedAmount": "30685000000000002000" + }, + { + "gotchiId": "16786", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "16787", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "16793", + "amount": "10.567499999999999", + "parsedAmount": "10567499999999999000" + }, + { + "gotchiId": "16794", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "16795", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "16798", + "amount": "4.68", + "parsedAmount": "4680000000000000000" + }, + { + "gotchiId": "16799", + "amount": "11.8175", + "parsedAmount": "11817500000000000000" + }, + { + "gotchiId": "16801", + "amount": "4.42", + "parsedAmount": "4420000000000000000" + }, + { + "gotchiId": "16804", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "16806", + "amount": "16.1575", + "parsedAmount": "16157500000000000000" + }, + { + "gotchiId": "16810", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "16813", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "16814", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "16815", + "amount": "16.575", + "parsedAmount": "16575000000000000000" + }, + { + "gotchiId": "16817", + "amount": "5.5600000000000005", + "parsedAmount": "5560000000000000500" + }, + { + "gotchiId": "16818", + "amount": "33.7475", + "parsedAmount": "33747500000000000000" + }, + { + "gotchiId": "16819", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "16822", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "16823", + "amount": "8.445", + "parsedAmount": "8445000000000000000" + }, + { + "gotchiId": "16825", + "amount": "12.792499999999999", + "parsedAmount": "12792499999999999000" + }, + { + "gotchiId": "16826", + "amount": "76.8375", + "parsedAmount": "76837500000000000000" + }, + { + "gotchiId": "16829", + "amount": "13.4025", + "parsedAmount": "13402500000000000000" + }, + { + "gotchiId": "16834", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "16840", + "amount": "27.625", + "parsedAmount": "27625000000000000000" + }, + { + "gotchiId": "16841", + "amount": "6.6625", + "parsedAmount": "6662500000000000000" + }, + { + "gotchiId": "16842", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "16843", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "16845", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "16847", + "amount": "2.475", + "parsedAmount": "2475000000000000000" + }, + { + "gotchiId": "16849", + "amount": "22.567500000000003", + "parsedAmount": "22567500000000003000" + }, + { + "gotchiId": "16853", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "16854", + "amount": "25.3175", + "parsedAmount": "25317500000000000000" + } + ], + "totalAmount": "13589582499999999472000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204019, + "gasUsed": "9410788" + }, + { + "batchIndex": 16, + "transactionHash": "0x6b9ff60c052e19b8b9bde3eb8d730004f28dfd474715c6ac7cbd314d51e8874d", + "timestamp": "2025-10-23T05:29:48.735Z", + "gotchiRewards": [ + { + "gotchiId": "16858", + "amount": "19.325", + "parsedAmount": "19325000000000000000" + }, + { + "gotchiId": "16859", + "amount": "15.344999999999999", + "parsedAmount": "15344999999999999000" + }, + { + "gotchiId": "16860", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "16861", + "amount": "18.7075", + "parsedAmount": "18707500000000000000" + }, + { + "gotchiId": "16863", + "amount": "278.665", + "parsedAmount": "278665000000000000000" + }, + { + "gotchiId": "16878", + "amount": "5.0625", + "parsedAmount": "5062500000000000000" + }, + { + "gotchiId": "16883", + "amount": "13.854999999999999", + "parsedAmount": "13854999999999999000" + }, + { + "gotchiId": "16887", + "amount": "35.0475", + "parsedAmount": "35047500000000000000" + }, + { + "gotchiId": "16888", + "amount": "6.38", + "parsedAmount": "6380000000000000000" + }, + { + "gotchiId": "16889", + "amount": "18.595", + "parsedAmount": "18595000000000000000" + }, + { + "gotchiId": "16890", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "16894", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "16895", + "amount": "12.71", + "parsedAmount": "12710000000000000000" + }, + { + "gotchiId": "16900", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16901", + "amount": "12.8925", + "parsedAmount": "12892500000000000000" + }, + { + "gotchiId": "16902", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "16904", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "16906", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "16907", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "16908", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16910", + "amount": "27.895000000000003", + "parsedAmount": "27895000000000003000" + }, + { + "gotchiId": "16922", + "amount": "14.682500000000001", + "parsedAmount": "14682500000000001000" + }, + { + "gotchiId": "16923", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "16924", + "amount": "17", + "parsedAmount": "17000000000000000000" + }, + { + "gotchiId": "16925", + "amount": "4.93", + "parsedAmount": "4930000000000000000" + }, + { + "gotchiId": "16926", + "amount": "7.797499999999999", + "parsedAmount": "7797499999999999000" + }, + { + "gotchiId": "16927", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "16928", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "16929", + "amount": "8.685", + "parsedAmount": "8685000000000000000" + }, + { + "gotchiId": "16931", + "amount": "3.0825", + "parsedAmount": "3082500000000000000" + }, + { + "gotchiId": "16934", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "16935", + "amount": "22.4575", + "parsedAmount": "22457500000000000000" + }, + { + "gotchiId": "16943", + "amount": "10.9025", + "parsedAmount": "10902500000000000000" + }, + { + "gotchiId": "16946", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "16947", + "amount": "18.365000000000002", + "parsedAmount": "18365000000000002000" + }, + { + "gotchiId": "16948", + "amount": "6.2425", + "parsedAmount": "6242500000000000000" + }, + { + "gotchiId": "16949", + "amount": "5.255", + "parsedAmount": "5255000000000000000" + }, + { + "gotchiId": "16950", + "amount": "8.0275", + "parsedAmount": "8027500000000000000" + }, + { + "gotchiId": "16952", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "16953", + "amount": "12.93", + "parsedAmount": "12930000000000000000" + }, + { + "gotchiId": "16955", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "16956", + "amount": "62.690000000000005", + "parsedAmount": "62690000000000005000" + }, + { + "gotchiId": "16959", + "amount": "7.125", + "parsedAmount": "7125000000000000000" + }, + { + "gotchiId": "16961", + "amount": "12.045", + "parsedAmount": "12045000000000000000" + }, + { + "gotchiId": "16963", + "amount": "7.717499999999999", + "parsedAmount": "7717499999999999000" + }, + { + "gotchiId": "16964", + "amount": "9.6175", + "parsedAmount": "9617500000000000000" + }, + { + "gotchiId": "16965", + "amount": "52.9225", + "parsedAmount": "52922500000000000000" + }, + { + "gotchiId": "16967", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "16968", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "16969", + "amount": "84.545", + "parsedAmount": "84545000000000000000" + }, + { + "gotchiId": "16970", + "amount": "26.1525", + "parsedAmount": "26152500000000000000" + }, + { + "gotchiId": "16971", + "amount": "12.19", + "parsedAmount": "12190000000000000000" + }, + { + "gotchiId": "16974", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "16975", + "amount": "67.77250000000001", + "parsedAmount": "67772500000000010000" + }, + { + "gotchiId": "16978", + "amount": "13.8625", + "parsedAmount": "13862500000000000000" + }, + { + "gotchiId": "16980", + "amount": "49.302499999999995", + "parsedAmount": "49302499999999995000" + }, + { + "gotchiId": "16981", + "amount": "6.435", + "parsedAmount": "6435000000000000000" + }, + { + "gotchiId": "16985", + "amount": "20.767500000000002", + "parsedAmount": "20767500000000002000" + }, + { + "gotchiId": "16995", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "16997", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "16998", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "17004", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "17005", + "amount": "8.102500000000001", + "parsedAmount": "8102500000000001000" + }, + { + "gotchiId": "17008", + "amount": "14.495000000000001", + "parsedAmount": "14495000000000001000" + }, + { + "gotchiId": "17011", + "amount": "17.055", + "parsedAmount": "17055000000000000000" + }, + { + "gotchiId": "17012", + "amount": "32.465", + "parsedAmount": "32465000000000000000" + }, + { + "gotchiId": "17013", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "17014", + "amount": "13.365", + "parsedAmount": "13365000000000000000" + }, + { + "gotchiId": "17015", + "amount": "3.1775", + "parsedAmount": "3177500000000000000" + }, + { + "gotchiId": "17018", + "amount": "10.215", + "parsedAmount": "10215000000000000000" + }, + { + "gotchiId": "17021", + "amount": "7.297499999999999", + "parsedAmount": "7297499999999999000" + }, + { + "gotchiId": "17022", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "17024", + "amount": "25.875", + "parsedAmount": "25875000000000000000" + }, + { + "gotchiId": "17026", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "17027", + "amount": "17.5475", + "parsedAmount": "17547500000000000000" + }, + { + "gotchiId": "17028", + "amount": "16.54", + "parsedAmount": "16540000000000000000" + }, + { + "gotchiId": "17029", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "17033", + "amount": "752.26", + "parsedAmount": "752260000000000000000" + }, + { + "gotchiId": "17035", + "amount": "18.14", + "parsedAmount": "18140000000000000000" + }, + { + "gotchiId": "17036", + "amount": "3.1", + "parsedAmount": "3100000000000000000" + }, + { + "gotchiId": "17037", + "amount": "14.79", + "parsedAmount": "14790000000000000000" + }, + { + "gotchiId": "17039", + "amount": "6.7075000000000005", + "parsedAmount": "6707500000000000500" + }, + { + "gotchiId": "17040", + "amount": "12.1325", + "parsedAmount": "12132500000000000000" + }, + { + "gotchiId": "17042", + "amount": "8.1625", + "parsedAmount": "8162500000000000000" + }, + { + "gotchiId": "17043", + "amount": "6.57", + "parsedAmount": "6570000000000000000" + }, + { + "gotchiId": "17045", + "amount": "14.99", + "parsedAmount": "14990000000000000000" + }, + { + "gotchiId": "17048", + "amount": "2.2775", + "parsedAmount": "2277500000000000000" + }, + { + "gotchiId": "17049", + "amount": "5.0725", + "parsedAmount": "5072500000000000000" + }, + { + "gotchiId": "17052", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "17055", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "17057", + "amount": "12.1375", + "parsedAmount": "12137500000000000000" + }, + { + "gotchiId": "17058", + "amount": "9.1275", + "parsedAmount": "9127500000000000000" + }, + { + "gotchiId": "17060", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "17061", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "17062", + "amount": "25.2875", + "parsedAmount": "25287500000000000000" + }, + { + "gotchiId": "17063", + "amount": "7.6899999999999995", + "parsedAmount": "7689999999999999500" + }, + { + "gotchiId": "17064", + "amount": "16.625", + "parsedAmount": "16625000000000000000" + }, + { + "gotchiId": "17065", + "amount": "19.265", + "parsedAmount": "19265000000000000000" + }, + { + "gotchiId": "17068", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "17069", + "amount": "14.82", + "parsedAmount": "14820000000000000000" + }, + { + "gotchiId": "17071", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "17072", + "amount": "23.91", + "parsedAmount": "23910000000000000000" + }, + { + "gotchiId": "17074", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "17075", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "17080", + "amount": "3.215", + "parsedAmount": "3215000000000000000" + }, + { + "gotchiId": "17082", + "amount": "21.712500000000002", + "parsedAmount": "21712500000000002000" + }, + { + "gotchiId": "17086", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "17090", + "amount": "31.282500000000002", + "parsedAmount": "31282500000000002000" + }, + { + "gotchiId": "17091", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "17092", + "amount": "11.9175", + "parsedAmount": "11917500000000000000" + }, + { + "gotchiId": "17093", + "amount": "21.72", + "parsedAmount": "21720000000000000000" + }, + { + "gotchiId": "17095", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "17096", + "amount": "4.3", + "parsedAmount": "4300000000000000000" + }, + { + "gotchiId": "17097", + "amount": "18.3975", + "parsedAmount": "18397500000000000000" + }, + { + "gotchiId": "17099", + "amount": "26.14", + "parsedAmount": "26140000000000000000" + }, + { + "gotchiId": "17100", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "17101", + "amount": "8.1775", + "parsedAmount": "8177500000000000000" + }, + { + "gotchiId": "17102", + "amount": "28.339999999999996", + "parsedAmount": "28339999999999996000" + }, + { + "gotchiId": "17104", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "17105", + "amount": "15.5525", + "parsedAmount": "15552500000000000000" + }, + { + "gotchiId": "17107", + "amount": "21.29", + "parsedAmount": "21290000000000000000" + }, + { + "gotchiId": "17109", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "17113", + "amount": "12.9125", + "parsedAmount": "12912500000000000000" + }, + { + "gotchiId": "17115", + "amount": "3.7625", + "parsedAmount": "3762500000000000000" + }, + { + "gotchiId": "17117", + "amount": "6.72", + "parsedAmount": "6720000000000000000" + }, + { + "gotchiId": "17120", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "17122", + "amount": "66.0675", + "parsedAmount": "66067500000000000000" + }, + { + "gotchiId": "17123", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "17124", + "amount": "150.8625", + "parsedAmount": "150862500000000000000" + }, + { + "gotchiId": "17127", + "amount": "7.8375", + "parsedAmount": "7837500000000000000" + }, + { + "gotchiId": "17129", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "17130", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "17131", + "amount": "19.1725", + "parsedAmount": "19172500000000000000" + }, + { + "gotchiId": "17134", + "amount": "20.2975", + "parsedAmount": "20297500000000000000" + }, + { + "gotchiId": "17137", + "amount": "14.502500000000001", + "parsedAmount": "14502500000000001000" + }, + { + "gotchiId": "17139", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "17141", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "17144", + "amount": "10.575", + "parsedAmount": "10575000000000000000" + }, + { + "gotchiId": "17148", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "17153", + "amount": "8.0225", + "parsedAmount": "8022500000000000000" + }, + { + "gotchiId": "17155", + "amount": "4.4275", + "parsedAmount": "4427500000000000000" + }, + { + "gotchiId": "17157", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "17158", + "amount": "14.647499999999999", + "parsedAmount": "14647499999999999000" + }, + { + "gotchiId": "17160", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "17161", + "amount": "22.35", + "parsedAmount": "22350000000000000000" + }, + { + "gotchiId": "17163", + "amount": "7.842499999999999", + "parsedAmount": "7842499999999999000" + }, + { + "gotchiId": "17164", + "amount": "7.8774999999999995", + "parsedAmount": "7877499999999999500" + }, + { + "gotchiId": "17166", + "amount": "6.3725000000000005", + "parsedAmount": "6372500000000000500" + }, + { + "gotchiId": "17167", + "amount": "3.3075", + "parsedAmount": "3307500000000000000" + }, + { + "gotchiId": "17169", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "17171", + "amount": "26.830000000000002", + "parsedAmount": "26830000000000002000" + }, + { + "gotchiId": "17173", + "amount": "22.025", + "parsedAmount": "22025000000000000000" + }, + { + "gotchiId": "17175", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "17177", + "amount": "7.8175", + "parsedAmount": "7817500000000000000" + }, + { + "gotchiId": "17182", + "amount": "104.05499999999999", + "parsedAmount": "104054999999999990000" + }, + { + "gotchiId": "17186", + "amount": "35.5625", + "parsedAmount": "35562500000000000000" + }, + { + "gotchiId": "17188", + "amount": "43.30499999999999", + "parsedAmount": "43304999999999990000" + }, + { + "gotchiId": "17189", + "amount": "26.8675", + "parsedAmount": "26867500000000000000" + }, + { + "gotchiId": "17192", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "17196", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "17198", + "amount": "10.335", + "parsedAmount": "10335000000000000000" + }, + { + "gotchiId": "17199", + "amount": "16.19", + "parsedAmount": "16190000000000000000" + }, + { + "gotchiId": "17203", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "17205", + "amount": "11.48", + "parsedAmount": "11480000000000000000" + }, + { + "gotchiId": "17208", + "amount": "17.3525", + "parsedAmount": "17352500000000000000" + }, + { + "gotchiId": "17210", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "17212", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "17214", + "amount": "7.9375", + "parsedAmount": "7937500000000000000" + }, + { + "gotchiId": "17217", + "amount": "15.092499999999998", + "parsedAmount": "15092499999999998000" + }, + { + "gotchiId": "17218", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "17219", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "17222", + "amount": "18.275", + "parsedAmount": "18275000000000000000" + }, + { + "gotchiId": "17226", + "amount": "46.68749999999999", + "parsedAmount": "46687499999999990000" + }, + { + "gotchiId": "17230", + "amount": "15.8", + "parsedAmount": "15800000000000000000" + }, + { + "gotchiId": "17233", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "17234", + "amount": "30.04", + "parsedAmount": "30040000000000000000" + }, + { + "gotchiId": "17236", + "amount": "15.86", + "parsedAmount": "15860000000000000000" + }, + { + "gotchiId": "17239", + "amount": "19.43", + "parsedAmount": "19430000000000000000" + }, + { + "gotchiId": "17241", + "amount": "29.3925", + "parsedAmount": "29392500000000000000" + }, + { + "gotchiId": "17242", + "amount": "33.355", + "parsedAmount": "33355000000000000000" + }, + { + "gotchiId": "17243", + "amount": "10.335", + "parsedAmount": "10335000000000000000" + }, + { + "gotchiId": "17244", + "amount": "25.74", + "parsedAmount": "25740000000000000000" + }, + { + "gotchiId": "17246", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "17248", + "amount": "16.4725", + "parsedAmount": "16472500000000000000" + }, + { + "gotchiId": "17250", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "17251", + "amount": "12.2675", + "parsedAmount": "12267500000000000000" + }, + { + "gotchiId": "17256", + "amount": "16.8675", + "parsedAmount": "16867500000000000000" + }, + { + "gotchiId": "17257", + "amount": "21.56", + "parsedAmount": "21560000000000000000" + }, + { + "gotchiId": "17258", + "amount": "8.5575", + "parsedAmount": "8557500000000000000" + }, + { + "gotchiId": "17263", + "amount": "32.1475", + "parsedAmount": "32147500000000000000" + }, + { + "gotchiId": "17264", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "17265", + "amount": "11.5625", + "parsedAmount": "11562500000000000000" + }, + { + "gotchiId": "17267", + "amount": "19.5875", + "parsedAmount": "19587500000000000000" + }, + { + "gotchiId": "17270", + "amount": "13.072500000000002", + "parsedAmount": "13072500000000002000" + }, + { + "gotchiId": "17272", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "17276", + "amount": "6.9775", + "parsedAmount": "6977500000000000000" + }, + { + "gotchiId": "17279", + "amount": "5.8575", + "parsedAmount": "5857500000000000000" + }, + { + "gotchiId": "17280", + "amount": "13.19", + "parsedAmount": "13190000000000000000" + }, + { + "gotchiId": "17282", + "amount": "23.0775", + "parsedAmount": "23077500000000000000" + }, + { + "gotchiId": "17283", + "amount": "11.967500000000001", + "parsedAmount": "11967500000000001000" + }, + { + "gotchiId": "17284", + "amount": "12.385", + "parsedAmount": "12385000000000000000" + }, + { + "gotchiId": "17286", + "amount": "9.092500000000001", + "parsedAmount": "9092500000000001000" + }, + { + "gotchiId": "17290", + "amount": "9.0425", + "parsedAmount": "9042500000000000000" + }, + { + "gotchiId": "17292", + "amount": "6.53", + "parsedAmount": "6530000000000000000" + }, + { + "gotchiId": "17294", + "amount": "30.767500000000002", + "parsedAmount": "30767500000000002000" + }, + { + "gotchiId": "17296", + "amount": "24.672500000000003", + "parsedAmount": "24672500000000003000" + }, + { + "gotchiId": "17298", + "amount": "13.1675", + "parsedAmount": "13167500000000000000" + }, + { + "gotchiId": "17300", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "17303", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "17305", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "17306", + "amount": "25.5675", + "parsedAmount": "25567500000000000000" + }, + { + "gotchiId": "17307", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "17308", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "17314", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "17318", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "17322", + "amount": "8.4", + "parsedAmount": "8400000000000000000" + }, + { + "gotchiId": "17323", + "amount": "10.497499999999999", + "parsedAmount": "10497499999999999000" + }, + { + "gotchiId": "17327", + "amount": "31.322499999999998", + "parsedAmount": "31322499999999998000" + }, + { + "gotchiId": "17329", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "17332", + "amount": "4.7524999999999995", + "parsedAmount": "4752499999999999500" + }, + { + "gotchiId": "17334", + "amount": "5.6274999999999995", + "parsedAmount": "5627499999999999500" + }, + { + "gotchiId": "17335", + "amount": "53.575", + "parsedAmount": "53575000000000000000" + }, + { + "gotchiId": "17341", + "amount": "14.23", + "parsedAmount": "14230000000000000000" + }, + { + "gotchiId": "17342", + "amount": "22.7075", + "parsedAmount": "22707500000000000000" + }, + { + "gotchiId": "17343", + "amount": "127.7075", + "parsedAmount": "127707500000000000000" + }, + { + "gotchiId": "17344", + "amount": "64.8825", + "parsedAmount": "64882500000000000000" + }, + { + "gotchiId": "17345", + "amount": "11.8875", + "parsedAmount": "11887500000000000000" + }, + { + "gotchiId": "17346", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "17348", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "17350", + "amount": "24.96", + "parsedAmount": "24960000000000000000" + }, + { + "gotchiId": "17352", + "amount": "32.35", + "parsedAmount": "32350000000000000000" + }, + { + "gotchiId": "17353", + "amount": "10.41", + "parsedAmount": "10410000000000000000" + }, + { + "gotchiId": "17355", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "17357", + "amount": "10.22", + "parsedAmount": "10220000000000000000" + }, + { + "gotchiId": "17358", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "17361", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "17368", + "amount": "9.675", + "parsedAmount": "9675000000000000000" + }, + { + "gotchiId": "17369", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "17370", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "17372", + "amount": "8.645", + "parsedAmount": "8645000000000000000" + }, + { + "gotchiId": "17379", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "17382", + "amount": "12.6225", + "parsedAmount": "12622500000000000000" + }, + { + "gotchiId": "17386", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "17387", + "amount": "10.7975", + "parsedAmount": "10797500000000000000" + }, + { + "gotchiId": "17390", + "amount": "9.0875", + "parsedAmount": "9087500000000000000" + }, + { + "gotchiId": "17395", + "amount": "12.5425", + "parsedAmount": "12542500000000000000" + }, + { + "gotchiId": "17397", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "17400", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "17402", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "17404", + "amount": "6.39", + "parsedAmount": "6390000000000000000" + }, + { + "gotchiId": "17405", + "amount": "5.38", + "parsedAmount": "5380000000000000000" + }, + { + "gotchiId": "17407", + "amount": "17.73", + "parsedAmount": "17730000000000000000" + }, + { + "gotchiId": "17408", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "17409", + "amount": "10.455000000000002", + "parsedAmount": "10455000000000002000" + }, + { + "gotchiId": "17411", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "17413", + "amount": "16.7375", + "parsedAmount": "16737500000000000000" + }, + { + "gotchiId": "17415", + "amount": "12.33", + "parsedAmount": "12330000000000000000" + }, + { + "gotchiId": "17417", + "amount": "4.9350000000000005", + "parsedAmount": "4935000000000000500" + }, + { + "gotchiId": "17419", + "amount": "14.23", + "parsedAmount": "14230000000000000000" + }, + { + "gotchiId": "17422", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "17425", + "amount": "16.7", + "parsedAmount": "16700000000000000000" + }, + { + "gotchiId": "17427", + "amount": "13.76", + "parsedAmount": "13760000000000000000" + }, + { + "gotchiId": "17429", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "17431", + "amount": "17.7025", + "parsedAmount": "17702500000000000000" + }, + { + "gotchiId": "17433", + "amount": "17.1325", + "parsedAmount": "17132500000000000000" + }, + { + "gotchiId": "17439", + "amount": "6.762499999999999", + "parsedAmount": "6762499999999999000" + }, + { + "gotchiId": "17441", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "17442", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "17444", + "amount": "34.0225", + "parsedAmount": "34022500000000000000" + }, + { + "gotchiId": "17447", + "amount": "27.8175", + "parsedAmount": "27817500000000000000" + }, + { + "gotchiId": "17449", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "17452", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "17453", + "amount": "21.15", + "parsedAmount": "21150000000000000000" + }, + { + "gotchiId": "17454", + "amount": "3.6275", + "parsedAmount": "3627500000000000000" + }, + { + "gotchiId": "17455", + "amount": "17.2725", + "parsedAmount": "17272500000000000000" + }, + { + "gotchiId": "17460", + "amount": "7.547499999999999", + "parsedAmount": "7547499999999999000" + }, + { + "gotchiId": "17465", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "17466", + "amount": "11.237499999999999", + "parsedAmount": "11237499999999999000" + }, + { + "gotchiId": "17467", + "amount": "21.0925", + "parsedAmount": "21092500000000000000" + }, + { + "gotchiId": "17472", + "amount": "15.047500000000001", + "parsedAmount": "15047500000000001000" + }, + { + "gotchiId": "17475", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "17477", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "17479", + "amount": "14.1025", + "parsedAmount": "14102500000000000000" + }, + { + "gotchiId": "17482", + "amount": "9.647499999999999", + "parsedAmount": "9647499999999999000" + }, + { + "gotchiId": "17484", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "17487", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "17488", + "amount": "3.6625", + "parsedAmount": "3662500000000000000" + }, + { + "gotchiId": "17490", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "17491", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "17492", + "amount": "4.5225", + "parsedAmount": "4522500000000000000" + }, + { + "gotchiId": "17493", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "17494", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "17496", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "17497", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "17499", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "17502", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "17503", + "amount": "17.71", + "parsedAmount": "17710000000000000000" + }, + { + "gotchiId": "17504", + "amount": "34.597500000000004", + "parsedAmount": "34597500000000004000" + }, + { + "gotchiId": "17505", + "amount": "7.97", + "parsedAmount": "7970000000000000000" + }, + { + "gotchiId": "17509", + "amount": "26.2", + "parsedAmount": "26200000000000000000" + }, + { + "gotchiId": "17512", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "17515", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "17516", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "17517", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "17518", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "17519", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "17521", + "amount": "15.047500000000001", + "parsedAmount": "15047500000000001000" + }, + { + "gotchiId": "17522", + "amount": "28.9625", + "parsedAmount": "28962500000000000000" + }, + { + "gotchiId": "17529", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "17530", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "17531", + "amount": "8.5725", + "parsedAmount": "8572500000000000000" + }, + { + "gotchiId": "17532", + "amount": "15.125", + "parsedAmount": "15125000000000000000" + }, + { + "gotchiId": "17536", + "amount": "14.1475", + "parsedAmount": "14147500000000000000" + }, + { + "gotchiId": "17538", + "amount": "6.2425", + "parsedAmount": "6242500000000000000" + }, + { + "gotchiId": "17539", + "amount": "97.87", + "parsedAmount": "97870000000000000000" + }, + { + "gotchiId": "17540", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "17542", + "amount": "25.22", + "parsedAmount": "25220000000000000000" + }, + { + "gotchiId": "17544", + "amount": "14.43", + "parsedAmount": "14430000000000000000" + }, + { + "gotchiId": "17551", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "17553", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "17558", + "amount": "18.72", + "parsedAmount": "18720000000000000000" + }, + { + "gotchiId": "17559", + "amount": "29.552500000000002", + "parsedAmount": "29552500000000002000" + }, + { + "gotchiId": "17563", + "amount": "11.3275", + "parsedAmount": "11327500000000000000" + }, + { + "gotchiId": "17564", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "17565", + "amount": "5.3374999999999995", + "parsedAmount": "5337499999999999500" + }, + { + "gotchiId": "17568", + "amount": "2.9425", + "parsedAmount": "2942500000000000000" + }, + { + "gotchiId": "17569", + "amount": "10.4425", + "parsedAmount": "10442500000000000000" + }, + { + "gotchiId": "17570", + "amount": "121.845", + "parsedAmount": "121845000000000000000" + }, + { + "gotchiId": "17571", + "amount": "17.505000000000003", + "parsedAmount": "17505000000000003000" + }, + { + "gotchiId": "17573", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "17574", + "amount": "13.4925", + "parsedAmount": "13492500000000000000" + }, + { + "gotchiId": "17575", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "17576", + "amount": "5.265000000000001", + "parsedAmount": "5265000000000001000" + }, + { + "gotchiId": "17591", + "amount": "16.2625", + "parsedAmount": "16262500000000000000" + }, + { + "gotchiId": "17593", + "amount": "13.075", + "parsedAmount": "13075000000000000000" + }, + { + "gotchiId": "17599", + "amount": "23.115", + "parsedAmount": "23115000000000000000" + }, + { + "gotchiId": "17600", + "amount": "11.975", + "parsedAmount": "11975000000000000000" + }, + { + "gotchiId": "17601", + "amount": "24.1175", + "parsedAmount": "24117500000000000000" + }, + { + "gotchiId": "17602", + "amount": "19.877499999999998", + "parsedAmount": "19877499999999998000" + }, + { + "gotchiId": "17603", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "17604", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "17605", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "17607", + "amount": "16.9425", + "parsedAmount": "16942500000000000000" + }, + { + "gotchiId": "17612", + "amount": "10.129999999999999", + "parsedAmount": "10129999999999999000" + }, + { + "gotchiId": "17613", + "amount": "54.5525", + "parsedAmount": "54552500000000000000" + }, + { + "gotchiId": "17614", + "amount": "11.03", + "parsedAmount": "11030000000000000000" + }, + { + "gotchiId": "17616", + "amount": "24.0625", + "parsedAmount": "24062500000000000000" + }, + { + "gotchiId": "17617", + "amount": "10.752500000000001", + "parsedAmount": "10752500000000001000" + }, + { + "gotchiId": "17619", + "amount": "6.4325", + "parsedAmount": "6432500000000000000" + }, + { + "gotchiId": "17620", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "17623", + "amount": "18.8875", + "parsedAmount": "18887500000000000000" + }, + { + "gotchiId": "17625", + "amount": "16.8875", + "parsedAmount": "16887500000000000000" + }, + { + "gotchiId": "17629", + "amount": "18.0625", + "parsedAmount": "18062500000000000000" + }, + { + "gotchiId": "17631", + "amount": "11.825", + "parsedAmount": "11825000000000000000" + }, + { + "gotchiId": "17633", + "amount": "10.2275", + "parsedAmount": "10227500000000000000" + }, + { + "gotchiId": "17635", + "amount": "2.2675", + "parsedAmount": "2267500000000000000" + }, + { + "gotchiId": "17636", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "17637", + "amount": "18.71", + "parsedAmount": "18710000000000000000" + }, + { + "gotchiId": "17638", + "amount": "22.84", + "parsedAmount": "22840000000000000000" + }, + { + "gotchiId": "17641", + "amount": "16.8625", + "parsedAmount": "16862500000000000000" + }, + { + "gotchiId": "17642", + "amount": "5.095000000000001", + "parsedAmount": "5095000000000001000" + }, + { + "gotchiId": "17644", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "17645", + "amount": "20.262499999999996", + "parsedAmount": "20262499999999996000" + }, + { + "gotchiId": "17646", + "amount": "8.0325", + "parsedAmount": "8032500000000000000" + }, + { + "gotchiId": "17651", + "amount": "10.530000000000001", + "parsedAmount": "10530000000000001000" + }, + { + "gotchiId": "17659", + "amount": "6.6275", + "parsedAmount": "6627500000000000000" + }, + { + "gotchiId": "17660", + "amount": "9.0975", + "parsedAmount": "9097500000000000000" + }, + { + "gotchiId": "17662", + "amount": "39.8575", + "parsedAmount": "39857500000000000000" + }, + { + "gotchiId": "17663", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "17668", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "17669", + "amount": "11.022499999999999", + "parsedAmount": "11022499999999999000" + }, + { + "gotchiId": "17672", + "amount": "21.5775", + "parsedAmount": "21577500000000000000" + }, + { + "gotchiId": "17674", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "17677", + "amount": "19.2275", + "parsedAmount": "19227500000000000000" + }, + { + "gotchiId": "17680", + "amount": "4.797499999999999", + "parsedAmount": "4797499999999999000" + }, + { + "gotchiId": "17682", + "amount": "13.13", + "parsedAmount": "13130000000000000000" + }, + { + "gotchiId": "17684", + "amount": "18.39", + "parsedAmount": "18390000000000000000" + }, + { + "gotchiId": "17690", + "amount": "11.9225", + "parsedAmount": "11922500000000000000" + }, + { + "gotchiId": "17692", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "17694", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "17698", + "amount": "6.595000000000001", + "parsedAmount": "6595000000000001000" + }, + { + "gotchiId": "17699", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "17701", + "amount": "17.265", + "parsedAmount": "17265000000000000000" + }, + { + "gotchiId": "17702", + "amount": "10.76", + "parsedAmount": "10760000000000000000" + }, + { + "gotchiId": "17703", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "17704", + "amount": "15.435", + "parsedAmount": "15435000000000000000" + }, + { + "gotchiId": "17705", + "amount": "11.817499999999999", + "parsedAmount": "11817499999999999000" + }, + { + "gotchiId": "17708", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "17710", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "17712", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "17713", + "amount": "10.8075", + "parsedAmount": "10807500000000000000" + }, + { + "gotchiId": "17716", + "amount": "7.4525", + "parsedAmount": "7452500000000000000" + }, + { + "gotchiId": "17717", + "amount": "3.2", + "parsedAmount": "3200000000000000000" + }, + { + "gotchiId": "17719", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "17721", + "amount": "15.6025", + "parsedAmount": "15602500000000000000" + }, + { + "gotchiId": "17723", + "amount": "129.175", + "parsedAmount": "129175000000000000000" + }, + { + "gotchiId": "17725", + "amount": "8.295", + "parsedAmount": "8295000000000000000" + }, + { + "gotchiId": "17726", + "amount": "13.1475", + "parsedAmount": "13147500000000000000" + }, + { + "gotchiId": "17728", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "17729", + "amount": "12.7075", + "parsedAmount": "12707500000000000000" + }, + { + "gotchiId": "17731", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "17732", + "amount": "4.53", + "parsedAmount": "4530000000000000000" + }, + { + "gotchiId": "17735", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "17736", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "17737", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "17738", + "amount": "12.59", + "parsedAmount": "12590000000000000000" + }, + { + "gotchiId": "17739", + "amount": "20.1775", + "parsedAmount": "20177500000000000000" + }, + { + "gotchiId": "17741", + "amount": "9.7925", + "parsedAmount": "9792500000000000000" + }, + { + "gotchiId": "17745", + "amount": "2.6625", + "parsedAmount": "2662500000000000000" + }, + { + "gotchiId": "17746", + "amount": "10.1", + "parsedAmount": "10100000000000000000" + }, + { + "gotchiId": "17747", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "17748", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "17749", + "amount": "4.967499999999999", + "parsedAmount": "4967499999999999000" + }, + { + "gotchiId": "17751", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "17755", + "amount": "13.29", + "parsedAmount": "13290000000000000000" + }, + { + "gotchiId": "17759", + "amount": "15.467500000000001", + "parsedAmount": "15467500000000001000" + }, + { + "gotchiId": "17761", + "amount": "14.172500000000001", + "parsedAmount": "14172500000000001000" + }, + { + "gotchiId": "17762", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "17764", + "amount": "10.03", + "parsedAmount": "10030000000000000000" + }, + { + "gotchiId": "17772", + "amount": "12.2975", + "parsedAmount": "12297500000000000000" + }, + { + "gotchiId": "17773", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "17776", + "amount": "6.9125", + "parsedAmount": "6912500000000000000" + }, + { + "gotchiId": "17780", + "amount": "10.535", + "parsedAmount": "10535000000000000000" + }, + { + "gotchiId": "17781", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "17783", + "amount": "40.5775", + "parsedAmount": "40577500000000000000" + }, + { + "gotchiId": "17786", + "amount": "21.5375", + "parsedAmount": "21537500000000000000" + }, + { + "gotchiId": "17787", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "17790", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "17793", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "17795", + "amount": "16.865000000000002", + "parsedAmount": "16865000000000002000" + }, + { + "gotchiId": "17797", + "amount": "17.0625", + "parsedAmount": "17062500000000000000" + }, + { + "gotchiId": "17798", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "17799", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "17800", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "17802", + "amount": "57.1625", + "parsedAmount": "57162500000000000000" + }, + { + "gotchiId": "17806", + "amount": "8.6625", + "parsedAmount": "8662500000000000000" + }, + { + "gotchiId": "17813", + "amount": "16.19", + "parsedAmount": "16190000000000000000" + }, + { + "gotchiId": "17814", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "17820", + "amount": "12.46", + "parsedAmount": "12460000000000000000" + }, + { + "gotchiId": "17821", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "17822", + "amount": "9.995000000000001", + "parsedAmount": "9995000000000001000" + }, + { + "gotchiId": "17824", + "amount": "12.2675", + "parsedAmount": "12267500000000000000" + }, + { + "gotchiId": "17825", + "amount": "11.505", + "parsedAmount": "11505000000000000000" + }, + { + "gotchiId": "17827", + "amount": "26.0875", + "parsedAmount": "26087500000000000000" + }, + { + "gotchiId": "17828", + "amount": "15.719999999999999", + "parsedAmount": "15719999999999999000" + }, + { + "gotchiId": "17831", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "17832", + "amount": "10.64", + "parsedAmount": "10640000000000000000" + }, + { + "gotchiId": "17833", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "17834", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "17836", + "amount": "7.192500000000001", + "parsedAmount": "7192500000000001000" + }, + { + "gotchiId": "17837", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "17839", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "17843", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "17848", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "17850", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "17852", + "amount": "6.245", + "parsedAmount": "6245000000000000000" + }, + { + "gotchiId": "17855", + "amount": "60.9675", + "parsedAmount": "60967500000000000000" + }, + { + "gotchiId": "17856", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "17861", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "17865", + "amount": "74.88", + "parsedAmount": "74880000000000000000" + }, + { + "gotchiId": "17866", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "17869", + "amount": "10.3525", + "parsedAmount": "10352500000000000000" + }, + { + "gotchiId": "17870", + "amount": "9.1675", + "parsedAmount": "9167500000000000000" + }, + { + "gotchiId": "17872", + "amount": "9.5625", + "parsedAmount": "9562500000000000000" + }, + { + "gotchiId": "17873", + "amount": "11.2", + "parsedAmount": "11200000000000000000" + }, + { + "gotchiId": "17874", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "17875", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "17879", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "17881", + "amount": "10.9025", + "parsedAmount": "10902500000000000000" + }, + { + "gotchiId": "17883", + "amount": "18.86", + "parsedAmount": "18860000000000000000" + }, + { + "gotchiId": "17885", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "17887", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "17888", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "17889", + "amount": "15.267500000000002", + "parsedAmount": "15267500000000002000" + }, + { + "gotchiId": "17890", + "amount": "34.2325", + "parsedAmount": "34232500000000000000" + }, + { + "gotchiId": "17891", + "amount": "17.575", + "parsedAmount": "17575000000000000000" + }, + { + "gotchiId": "17893", + "amount": "7.005", + "parsedAmount": "7005000000000000000" + }, + { + "gotchiId": "17898", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "17899", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "17901", + "amount": "15.6825", + "parsedAmount": "15682500000000000000" + }, + { + "gotchiId": "17902", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "17903", + "amount": "8.3125", + "parsedAmount": "8312500000000000000" + }, + { + "gotchiId": "17908", + "amount": "4.744999999999999", + "parsedAmount": "4744999999999999000" + }, + { + "gotchiId": "17910", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "17911", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "17917", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "17920", + "amount": "6.2225", + "parsedAmount": "6222500000000000000" + }, + { + "gotchiId": "17921", + "amount": "18.935000000000002", + "parsedAmount": "18935000000000002000" + }, + { + "gotchiId": "17924", + "amount": "10.344999999999999", + "parsedAmount": "10344999999999999000" + }, + { + "gotchiId": "17926", + "amount": "32.1875", + "parsedAmount": "32187500000000000000" + }, + { + "gotchiId": "17928", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + } + ], + "totalAmount": "7775274999999999998500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204022, + "gasUsed": "9821188" + }, + { + "batchIndex": 17, + "transactionHash": "0xef3fdb0d14a3bd4f36af8c25ef94a48b5e17b4f57c5665edb3e789bd0b586e5b", + "timestamp": "2025-10-23T05:29:52.249Z", + "gotchiRewards": [ + { + "gotchiId": "17929", + "amount": "10.37", + "parsedAmount": "10370000000000000000" + }, + { + "gotchiId": "17938", + "amount": "7.385", + "parsedAmount": "7385000000000000000" + }, + { + "gotchiId": "17939", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "17941", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "17943", + "amount": "13.094999999999999", + "parsedAmount": "13094999999999999000" + }, + { + "gotchiId": "17944", + "amount": "954.3025", + "parsedAmount": "954302500000000000000" + }, + { + "gotchiId": "17945", + "amount": "6.23", + "parsedAmount": "6230000000000000000" + }, + { + "gotchiId": "17946", + "amount": "10.0825", + "parsedAmount": "10082500000000000000" + }, + { + "gotchiId": "17947", + "amount": "51.9525", + "parsedAmount": "51952500000000000000" + }, + { + "gotchiId": "17948", + "amount": "2.6375", + "parsedAmount": "2637500000000000000" + }, + { + "gotchiId": "17951", + "amount": "13.7", + "parsedAmount": "13700000000000000000" + }, + { + "gotchiId": "17952", + "amount": "3.7375", + "parsedAmount": "3737500000000000000" + }, + { + "gotchiId": "17954", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "17955", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "17956", + "amount": "12.614999999999998", + "parsedAmount": "12614999999999998000" + }, + { + "gotchiId": "17957", + "amount": "12.377500000000001", + "parsedAmount": "12377500000000001000" + }, + { + "gotchiId": "17958", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "17959", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "17960", + "amount": "12.5625", + "parsedAmount": "12562500000000000000" + }, + { + "gotchiId": "17967", + "amount": "18.2125", + "parsedAmount": "18212500000000000000" + }, + { + "gotchiId": "17969", + "amount": "12.0725", + "parsedAmount": "12072500000000000000" + }, + { + "gotchiId": "17970", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "17972", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "17973", + "amount": "17.5", + "parsedAmount": "17500000000000000000" + }, + { + "gotchiId": "17974", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "17975", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "17979", + "amount": "2.39", + "parsedAmount": "2390000000000000000" + }, + { + "gotchiId": "17981", + "amount": "7.19", + "parsedAmount": "7190000000000000000" + }, + { + "gotchiId": "17982", + "amount": "3.385", + "parsedAmount": "3385000000000000000" + }, + { + "gotchiId": "17985", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "17986", + "amount": "14.125", + "parsedAmount": "14125000000000000000" + }, + { + "gotchiId": "17987", + "amount": "28.575000000000003", + "parsedAmount": "28575000000000003000" + }, + { + "gotchiId": "17998", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "18001", + "amount": "2.63", + "parsedAmount": "2630000000000000000" + }, + { + "gotchiId": "18002", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "18005", + "amount": "7.785", + "parsedAmount": "7785000000000000000" + }, + { + "gotchiId": "18008", + "amount": "11.155000000000001", + "parsedAmount": "11155000000000001000" + }, + { + "gotchiId": "18009", + "amount": "123.7525", + "parsedAmount": "123752500000000000000" + }, + { + "gotchiId": "18011", + "amount": "310.65", + "parsedAmount": "310650000000000000000" + }, + { + "gotchiId": "18012", + "amount": "30.535", + "parsedAmount": "30535000000000000000" + }, + { + "gotchiId": "18013", + "amount": "12.1575", + "parsedAmount": "12157500000000000000" + }, + { + "gotchiId": "18017", + "amount": "9.2425", + "parsedAmount": "9242500000000000000" + }, + { + "gotchiId": "18018", + "amount": "11.155000000000001", + "parsedAmount": "11155000000000001000" + }, + { + "gotchiId": "18019", + "amount": "7.06", + "parsedAmount": "7060000000000000000" + }, + { + "gotchiId": "18020", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "18028", + "amount": "16.6025", + "parsedAmount": "16602500000000000000" + }, + { + "gotchiId": "18031", + "amount": "10.6775", + "parsedAmount": "10677500000000000000" + }, + { + "gotchiId": "18034", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "18035", + "amount": "57.655", + "parsedAmount": "57655000000000000000" + }, + { + "gotchiId": "18036", + "amount": "15.797500000000001", + "parsedAmount": "15797500000000001000" + }, + { + "gotchiId": "18040", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "18041", + "amount": "19.6275", + "parsedAmount": "19627500000000000000" + }, + { + "gotchiId": "18044", + "amount": "9.99", + "parsedAmount": "9990000000000000000" + }, + { + "gotchiId": "18046", + "amount": "9.7875", + "parsedAmount": "9787500000000000000" + }, + { + "gotchiId": "18048", + "amount": "14.11", + "parsedAmount": "14110000000000000000" + }, + { + "gotchiId": "18050", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "18051", + "amount": "24.697499999999998", + "parsedAmount": "24697499999999998000" + }, + { + "gotchiId": "18052", + "amount": "9.95", + "parsedAmount": "9950000000000000000" + }, + { + "gotchiId": "18053", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "18054", + "amount": "26.0025", + "parsedAmount": "26002500000000000000" + }, + { + "gotchiId": "18057", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + }, + { + "gotchiId": "18058", + "amount": "16.365", + "parsedAmount": "16365000000000000000" + }, + { + "gotchiId": "18059", + "amount": "9.515", + "parsedAmount": "9515000000000000000" + }, + { + "gotchiId": "18061", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "18064", + "amount": "29.9025", + "parsedAmount": "29902500000000000000" + }, + { + "gotchiId": "18065", + "amount": "6.81", + "parsedAmount": "6810000000000000000" + }, + { + "gotchiId": "18066", + "amount": "13.620000000000001", + "parsedAmount": "13620000000000001000" + }, + { + "gotchiId": "18067", + "amount": "13.34", + "parsedAmount": "13340000000000000000" + }, + { + "gotchiId": "18070", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "18071", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "18072", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "18073", + "amount": "7.567499999999999", + "parsedAmount": "7567499999999999000" + }, + { + "gotchiId": "18074", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "18077", + "amount": "11.3325", + "parsedAmount": "11332500000000000000" + }, + { + "gotchiId": "18081", + "amount": "44.3425", + "parsedAmount": "44342500000000000000" + }, + { + "gotchiId": "18084", + "amount": "11.342500000000001", + "parsedAmount": "11342500000000001000" + }, + { + "gotchiId": "18085", + "amount": "14.3575", + "parsedAmount": "14357500000000000000" + }, + { + "gotchiId": "18087", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "18089", + "amount": "16.1525", + "parsedAmount": "16152500000000000000" + }, + { + "gotchiId": "18091", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "18092", + "amount": "10.399999999999999", + "parsedAmount": "10399999999999999000" + }, + { + "gotchiId": "18093", + "amount": "16.23", + "parsedAmount": "16230000000000000000" + }, + { + "gotchiId": "18101", + "amount": "12.59", + "parsedAmount": "12590000000000000000" + }, + { + "gotchiId": "18103", + "amount": "7.3875", + "parsedAmount": "7387500000000000000" + }, + { + "gotchiId": "18106", + "amount": "15.802500000000002", + "parsedAmount": "15802500000000002000" + }, + { + "gotchiId": "18107", + "amount": "18.3575", + "parsedAmount": "18357500000000000000" + }, + { + "gotchiId": "18108", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "18109", + "amount": "13.15", + "parsedAmount": "13150000000000000000" + }, + { + "gotchiId": "18110", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "18111", + "amount": "72.1075", + "parsedAmount": "72107500000000000000" + }, + { + "gotchiId": "18112", + "amount": "11.96", + "parsedAmount": "11960000000000000000" + }, + { + "gotchiId": "18116", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "18118", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "18119", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "18120", + "amount": "45.602500000000006", + "parsedAmount": "45602500000000006000" + }, + { + "gotchiId": "18121", + "amount": "18.515", + "parsedAmount": "18515000000000000000" + }, + { + "gotchiId": "18123", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "18124", + "amount": "19.7975", + "parsedAmount": "19797500000000000000" + }, + { + "gotchiId": "18126", + "amount": "45.005", + "parsedAmount": "45005000000000000000" + }, + { + "gotchiId": "18127", + "amount": "7.15", + "parsedAmount": "7150000000000000000" + }, + { + "gotchiId": "18129", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "18134", + "amount": "25.595000000000002", + "parsedAmount": "25595000000000002000" + }, + { + "gotchiId": "18136", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "18138", + "amount": "15.432500000000001", + "parsedAmount": "15432500000000001000" + }, + { + "gotchiId": "18140", + "amount": "14.8475", + "parsedAmount": "14847500000000000000" + }, + { + "gotchiId": "18141", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "18142", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "18143", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "18145", + "amount": "35.410000000000004", + "parsedAmount": "35410000000000004000" + }, + { + "gotchiId": "18146", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "18149", + "amount": "2.0425", + "parsedAmount": "2042500000000000000" + }, + { + "gotchiId": "18150", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "18151", + "amount": "5.4399999999999995", + "parsedAmount": "5439999999999999500" + }, + { + "gotchiId": "18152", + "amount": "20.59", + "parsedAmount": "20590000000000000000" + }, + { + "gotchiId": "18153", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "18155", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "18156", + "amount": "11.669999999999998", + "parsedAmount": "11669999999999998000" + }, + { + "gotchiId": "18162", + "amount": "6.2475000000000005", + "parsedAmount": "6247500000000000500" + }, + { + "gotchiId": "18163", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "18164", + "amount": "14.365", + "parsedAmount": "14365000000000000000" + }, + { + "gotchiId": "18166", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "18168", + "amount": "5.675000000000001", + "parsedAmount": "5675000000000001000" + }, + { + "gotchiId": "18169", + "amount": "5.1275", + "parsedAmount": "5127500000000000000" + }, + { + "gotchiId": "18170", + "amount": "91.03500000000001", + "parsedAmount": "91035000000000010000" + }, + { + "gotchiId": "18174", + "amount": "17.9", + "parsedAmount": "17900000000000000000" + }, + { + "gotchiId": "18175", + "amount": "14.625", + "parsedAmount": "14625000000000000000" + }, + { + "gotchiId": "18178", + "amount": "8.805", + "parsedAmount": "8805000000000000000" + }, + { + "gotchiId": "18182", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "18184", + "amount": "11.772499999999999", + "parsedAmount": "11772499999999999000" + }, + { + "gotchiId": "18185", + "amount": "25.387500000000003", + "parsedAmount": "25387500000000003000" + }, + { + "gotchiId": "18186", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "18190", + "amount": "10.370000000000001", + "parsedAmount": "10370000000000001000" + }, + { + "gotchiId": "18193", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "18194", + "amount": "8.2025", + "parsedAmount": "8202500000000000000" + }, + { + "gotchiId": "18196", + "amount": "9.98", + "parsedAmount": "9980000000000000000" + }, + { + "gotchiId": "18198", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "18201", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "18204", + "amount": "21.925", + "parsedAmount": "21925000000000000000" + }, + { + "gotchiId": "18207", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "18208", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "18210", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "18215", + "amount": "10.9225", + "parsedAmount": "10922500000000000000" + }, + { + "gotchiId": "18217", + "amount": "5.2575", + "parsedAmount": "5257500000000000000" + }, + { + "gotchiId": "18218", + "amount": "8.4025", + "parsedAmount": "8402500000000000000" + }, + { + "gotchiId": "18221", + "amount": "4.835", + "parsedAmount": "4835000000000000000" + }, + { + "gotchiId": "18224", + "amount": "12.767499999999998", + "parsedAmount": "12767499999999998000" + }, + { + "gotchiId": "18227", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "18228", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "18229", + "amount": "12.94", + "parsedAmount": "12940000000000000000" + }, + { + "gotchiId": "18231", + "amount": "31.2925", + "parsedAmount": "31292500000000000000" + }, + { + "gotchiId": "18233", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "18234", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "18235", + "amount": "6.5425", + "parsedAmount": "6542500000000000000" + }, + { + "gotchiId": "18236", + "amount": "13.375", + "parsedAmount": "13375000000000000000" + }, + { + "gotchiId": "18237", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "18239", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "18240", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "18244", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "18245", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "18247", + "amount": "26.7625", + "parsedAmount": "26762500000000000000" + }, + { + "gotchiId": "18248", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "18249", + "amount": "714.805", + "parsedAmount": "714805000000000000000" + }, + { + "gotchiId": "18252", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "18256", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "18257", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "18258", + "amount": "192.1725", + "parsedAmount": "192172500000000000000" + }, + { + "gotchiId": "18259", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "18262", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "18263", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "18265", + "amount": "13.4175", + "parsedAmount": "13417500000000000000" + }, + { + "gotchiId": "18267", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "18273", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "18275", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "18280", + "amount": "46.45", + "parsedAmount": "46450000000000000000" + }, + { + "gotchiId": "18283", + "amount": "12.3275", + "parsedAmount": "12327500000000000000" + }, + { + "gotchiId": "18284", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "18287", + "amount": "46.05500000000001", + "parsedAmount": "46055000000000010000" + }, + { + "gotchiId": "18291", + "amount": "18.4675", + "parsedAmount": "18467500000000000000" + }, + { + "gotchiId": "18292", + "amount": "69.73", + "parsedAmount": "69730000000000000000" + }, + { + "gotchiId": "18293", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "18295", + "amount": "11.99", + "parsedAmount": "11990000000000000000" + }, + { + "gotchiId": "18296", + "amount": "15.747499999999999", + "parsedAmount": "15747499999999999000" + }, + { + "gotchiId": "18298", + "amount": "22.925", + "parsedAmount": "22925000000000000000" + }, + { + "gotchiId": "18300", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "18304", + "amount": "20.122500000000002", + "parsedAmount": "20122500000000002000" + }, + { + "gotchiId": "18305", + "amount": "11.8975", + "parsedAmount": "11897500000000000000" + }, + { + "gotchiId": "18306", + "amount": "8.307500000000001", + "parsedAmount": "8307500000000001000" + }, + { + "gotchiId": "18308", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "18309", + "amount": "12.559999999999999", + "parsedAmount": "12559999999999999000" + }, + { + "gotchiId": "18313", + "amount": "12.0825", + "parsedAmount": "12082500000000000000" + }, + { + "gotchiId": "18314", + "amount": "13.932500000000001", + "parsedAmount": "13932500000000001000" + }, + { + "gotchiId": "18319", + "amount": "7.1425", + "parsedAmount": "7142500000000000000" + }, + { + "gotchiId": "18320", + "amount": "8.6425", + "parsedAmount": "8642500000000000000" + }, + { + "gotchiId": "18324", + "amount": "6.07", + "parsedAmount": "6070000000000000000" + }, + { + "gotchiId": "18327", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "18328", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "18330", + "amount": "38.084999999999994", + "parsedAmount": "38084999999999994000" + }, + { + "gotchiId": "18332", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "18338", + "amount": "22.3425", + "parsedAmount": "22342500000000000000" + }, + { + "gotchiId": "18339", + "amount": "46.5925", + "parsedAmount": "46592500000000000000" + }, + { + "gotchiId": "18340", + "amount": "33.4175", + "parsedAmount": "33417500000000000000" + }, + { + "gotchiId": "18348", + "amount": "9.2925", + "parsedAmount": "9292500000000000000" + }, + { + "gotchiId": "18349", + "amount": "12.4775", + "parsedAmount": "12477500000000000000" + }, + { + "gotchiId": "18352", + "amount": "15.1675", + "parsedAmount": "15167500000000000000" + }, + { + "gotchiId": "18354", + "amount": "11.639999999999999", + "parsedAmount": "11639999999999999000" + }, + { + "gotchiId": "18356", + "amount": "17.2425", + "parsedAmount": "17242500000000000000" + }, + { + "gotchiId": "18357", + "amount": "2.0225", + "parsedAmount": "2022500000000000000" + }, + { + "gotchiId": "18360", + "amount": "11.6425", + "parsedAmount": "11642500000000000000" + }, + { + "gotchiId": "18361", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "18362", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "18363", + "amount": "5.3149999999999995", + "parsedAmount": "5314999999999999500" + }, + { + "gotchiId": "18367", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "18368", + "amount": "3.215", + "parsedAmount": "3215000000000000000" + }, + { + "gotchiId": "18370", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "18371", + "amount": "8.407499999999999", + "parsedAmount": "8407499999999999000" + }, + { + "gotchiId": "18372", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "18374", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "18375", + "amount": "10.559999999999999", + "parsedAmount": "10559999999999999000" + }, + { + "gotchiId": "18376", + "amount": "2.0325", + "parsedAmount": "2032500000000000000" + }, + { + "gotchiId": "18378", + "amount": "5.34", + "parsedAmount": "5340000000000000000" + }, + { + "gotchiId": "18379", + "amount": "5.1", + "parsedAmount": "5100000000000000000" + }, + { + "gotchiId": "18383", + "amount": "20.3575", + "parsedAmount": "20357500000000000000" + }, + { + "gotchiId": "18385", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "18387", + "amount": "12.46", + "parsedAmount": "12460000000000000000" + }, + { + "gotchiId": "18389", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "18390", + "amount": "6.077500000000001", + "parsedAmount": "6077500000000001000" + }, + { + "gotchiId": "18391", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "18392", + "amount": "7.217499999999999", + "parsedAmount": "7217499999999999000" + }, + { + "gotchiId": "18393", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "18397", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "18399", + "amount": "18.0475", + "parsedAmount": "18047500000000000000" + }, + { + "gotchiId": "18400", + "amount": "91.77250000000001", + "parsedAmount": "91772500000000010000" + }, + { + "gotchiId": "18401", + "amount": "14.165000000000001", + "parsedAmount": "14165000000000001000" + }, + { + "gotchiId": "18402", + "amount": "4.145", + "parsedAmount": "4145000000000000000" + }, + { + "gotchiId": "18403", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "18404", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "18405", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "18406", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "18408", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "18411", + "amount": "1272.0975", + "parsedAmount": "1272097500000000000000" + }, + { + "gotchiId": "18412", + "amount": "10.335", + "parsedAmount": "10335000000000000000" + }, + { + "gotchiId": "18415", + "amount": "17.595000000000002", + "parsedAmount": "17595000000000002000" + }, + { + "gotchiId": "18422", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "18426", + "amount": "12.765", + "parsedAmount": "12765000000000000000" + }, + { + "gotchiId": "18427", + "amount": "12.52", + "parsedAmount": "12520000000000000000" + }, + { + "gotchiId": "18428", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "18431", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "18432", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "18433", + "amount": "15.035", + "parsedAmount": "15035000000000000000" + }, + { + "gotchiId": "18434", + "amount": "85.49499999999999", + "parsedAmount": "85494999999999990000" + }, + { + "gotchiId": "18438", + "amount": "21.685", + "parsedAmount": "21685000000000000000" + }, + { + "gotchiId": "18441", + "amount": "36.4075", + "parsedAmount": "36407500000000000000" + }, + { + "gotchiId": "18445", + "amount": "23.159999999999997", + "parsedAmount": "23159999999999997000" + }, + { + "gotchiId": "18447", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "18449", + "amount": "14.0475", + "parsedAmount": "14047500000000000000" + }, + { + "gotchiId": "18452", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "18453", + "amount": "7.6", + "parsedAmount": "7600000000000000000" + }, + { + "gotchiId": "18454", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "18459", + "amount": "7", + "parsedAmount": "7000000000000000000" + }, + { + "gotchiId": "18460", + "amount": "12.545000000000002", + "parsedAmount": "12545000000000002000" + }, + { + "gotchiId": "18464", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "18466", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "18467", + "amount": "101.49", + "parsedAmount": "101490000000000000000" + }, + { + "gotchiId": "18469", + "amount": "50.155", + "parsedAmount": "50155000000000000000" + }, + { + "gotchiId": "18470", + "amount": "32.525", + "parsedAmount": "32525000000000000000" + }, + { + "gotchiId": "18472", + "amount": "12.762500000000001", + "parsedAmount": "12762500000000001000" + }, + { + "gotchiId": "18473", + "amount": "14.4925", + "parsedAmount": "14492500000000000000" + }, + { + "gotchiId": "18474", + "amount": "12.399999999999999", + "parsedAmount": "12399999999999999000" + }, + { + "gotchiId": "18475", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "18476", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "18477", + "amount": "75.1025", + "parsedAmount": "75102500000000000000" + }, + { + "gotchiId": "18480", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "18481", + "amount": "9.9725", + "parsedAmount": "9972500000000000000" + }, + { + "gotchiId": "18483", + "amount": "12.745000000000001", + "parsedAmount": "12745000000000001000" + }, + { + "gotchiId": "18485", + "amount": "14.43", + "parsedAmount": "14430000000000000000" + }, + { + "gotchiId": "18486", + "amount": "13.522499999999999", + "parsedAmount": "13522499999999999000" + }, + { + "gotchiId": "18487", + "amount": "24.22", + "parsedAmount": "24220000000000000000" + }, + { + "gotchiId": "18490", + "amount": "6.705", + "parsedAmount": "6705000000000000000" + }, + { + "gotchiId": "18491", + "amount": "84.2675", + "parsedAmount": "84267500000000000000" + }, + { + "gotchiId": "18492", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "18493", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "18494", + "amount": "36.0075", + "parsedAmount": "36007500000000000000" + }, + { + "gotchiId": "18495", + "amount": "12.9625", + "parsedAmount": "12962500000000000000" + }, + { + "gotchiId": "18497", + "amount": "42.6475", + "parsedAmount": "42647500000000000000" + }, + { + "gotchiId": "18499", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "18501", + "amount": "11.2975", + "parsedAmount": "11297500000000000000" + }, + { + "gotchiId": "18506", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "18508", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "18510", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "18516", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "18518", + "amount": "7.6025", + "parsedAmount": "7602500000000000000" + }, + { + "gotchiId": "18520", + "amount": "19.645", + "parsedAmount": "19645000000000000000" + }, + { + "gotchiId": "18522", + "amount": "17.697499999999998", + "parsedAmount": "17697499999999998000" + }, + { + "gotchiId": "18525", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "18530", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "18531", + "amount": "3.2175", + "parsedAmount": "3217500000000000000" + }, + { + "gotchiId": "18534", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "18535", + "amount": "8.54", + "parsedAmount": "8540000000000000000" + }, + { + "gotchiId": "18537", + "amount": "2.685", + "parsedAmount": "2685000000000000000" + }, + { + "gotchiId": "18539", + "amount": "18.435", + "parsedAmount": "18435000000000000000" + }, + { + "gotchiId": "18542", + "amount": "33.6375", + "parsedAmount": "33637500000000000000" + }, + { + "gotchiId": "18545", + "amount": "15.6875", + "parsedAmount": "15687500000000000000" + }, + { + "gotchiId": "18549", + "amount": "14.7075", + "parsedAmount": "14707500000000000000" + }, + { + "gotchiId": "18550", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "18554", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "18556", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "18557", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "18558", + "amount": "20.56", + "parsedAmount": "20560000000000000000" + }, + { + "gotchiId": "18562", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "18565", + "amount": "13.18", + "parsedAmount": "13180000000000000000" + }, + { + "gotchiId": "18567", + "amount": "20.3375", + "parsedAmount": "20337500000000000000" + }, + { + "gotchiId": "18568", + "amount": "9.9725", + "parsedAmount": "9972500000000000000" + }, + { + "gotchiId": "18573", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "18574", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "18576", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "18577", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "18578", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "18579", + "amount": "10.14", + "parsedAmount": "10140000000000000000" + }, + { + "gotchiId": "18584", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "18586", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "18588", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "18590", + "amount": "11.0275", + "parsedAmount": "11027500000000000000" + }, + { + "gotchiId": "18591", + "amount": "25.5075", + "parsedAmount": "25507500000000000000" + }, + { + "gotchiId": "18593", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "18594", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "18595", + "amount": "12.0675", + "parsedAmount": "12067500000000000000" + }, + { + "gotchiId": "18600", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "18603", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "18607", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "18609", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "18610", + "amount": "5.255", + "parsedAmount": "5255000000000000000" + }, + { + "gotchiId": "18612", + "amount": "24.3325", + "parsedAmount": "24332500000000000000" + }, + { + "gotchiId": "18613", + "amount": "16.8675", + "parsedAmount": "16867500000000000000" + }, + { + "gotchiId": "18619", + "amount": "26.75", + "parsedAmount": "26750000000000000000" + }, + { + "gotchiId": "18620", + "amount": "20.6125", + "parsedAmount": "20612500000000000000" + }, + { + "gotchiId": "18623", + "amount": "18.265", + "parsedAmount": "18265000000000000000" + }, + { + "gotchiId": "18624", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "18626", + "amount": "13.79", + "parsedAmount": "13790000000000000000" + }, + { + "gotchiId": "18627", + "amount": "5.282500000000001", + "parsedAmount": "5282500000000001000" + }, + { + "gotchiId": "18629", + "amount": "4.8", + "parsedAmount": "4800000000000000000" + }, + { + "gotchiId": "18630", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "18633", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "18634", + "amount": "5.61", + "parsedAmount": "5610000000000000000" + }, + { + "gotchiId": "18636", + "amount": "11.837499999999999", + "parsedAmount": "11837499999999999000" + }, + { + "gotchiId": "18641", + "amount": "7.8875", + "parsedAmount": "7887500000000000000" + }, + { + "gotchiId": "18642", + "amount": "6.640000000000001", + "parsedAmount": "6640000000000001000" + }, + { + "gotchiId": "18645", + "amount": "28.115000000000002", + "parsedAmount": "28115000000000002000" + }, + { + "gotchiId": "18648", + "amount": "18.572499999999998", + "parsedAmount": "18572499999999998000" + }, + { + "gotchiId": "18649", + "amount": "12.6675", + "parsedAmount": "12667500000000000000" + }, + { + "gotchiId": "18650", + "amount": "331.6775", + "parsedAmount": "331677500000000000000" + }, + { + "gotchiId": "18651", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "18653", + "amount": "15.035", + "parsedAmount": "15035000000000000000" + }, + { + "gotchiId": "18661", + "amount": "41.654999999999994", + "parsedAmount": "41654999999999994000" + }, + { + "gotchiId": "18662", + "amount": "21.439999999999998", + "parsedAmount": "21439999999999998000" + }, + { + "gotchiId": "18663", + "amount": "68.185", + "parsedAmount": "68185000000000000000" + }, + { + "gotchiId": "18664", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "18665", + "amount": "6.205", + "parsedAmount": "6205000000000000000" + }, + { + "gotchiId": "18667", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "18673", + "amount": "12.5125", + "parsedAmount": "12512500000000000000" + }, + { + "gotchiId": "18676", + "amount": "6.74", + "parsedAmount": "6740000000000000000" + }, + { + "gotchiId": "18677", + "amount": "17.395", + "parsedAmount": "17395000000000000000" + }, + { + "gotchiId": "18678", + "amount": "19.16", + "parsedAmount": "19160000000000000000" + }, + { + "gotchiId": "18680", + "amount": "10.04", + "parsedAmount": "10040000000000000000" + }, + { + "gotchiId": "18681", + "amount": "7.6775", + "parsedAmount": "7677500000000000000" + }, + { + "gotchiId": "18685", + "amount": "53.7425", + "parsedAmount": "53742500000000000000" + }, + { + "gotchiId": "18687", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "18688", + "amount": "7.705", + "parsedAmount": "7705000000000000000" + }, + { + "gotchiId": "18691", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "18693", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "18695", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "18698", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "18702", + "amount": "29.3925", + "parsedAmount": "29392500000000000000" + }, + { + "gotchiId": "18704", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "18710", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "18713", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "18719", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "18721", + "amount": "8.7875", + "parsedAmount": "8787500000000000000" + }, + { + "gotchiId": "18724", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "18729", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "18731", + "amount": "3.8825", + "parsedAmount": "3882500000000000000" + }, + { + "gotchiId": "18734", + "amount": "38.629999999999995", + "parsedAmount": "38629999999999995000" + }, + { + "gotchiId": "18737", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "18740", + "amount": "19.04", + "parsedAmount": "19040000000000000000" + }, + { + "gotchiId": "18741", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "18742", + "amount": "22.8975", + "parsedAmount": "22897500000000000000" + }, + { + "gotchiId": "18745", + "amount": "14.977500000000001", + "parsedAmount": "14977500000000001000" + }, + { + "gotchiId": "18749", + "amount": "12.792499999999999", + "parsedAmount": "12792499999999999000" + }, + { + "gotchiId": "18752", + "amount": "12.864999999999998", + "parsedAmount": "12864999999999998000" + }, + { + "gotchiId": "18753", + "amount": "20.605", + "parsedAmount": "20605000000000000000" + }, + { + "gotchiId": "18755", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "18756", + "amount": "13.4675", + "parsedAmount": "13467500000000000000" + }, + { + "gotchiId": "18762", + "amount": "18.3425", + "parsedAmount": "18342500000000000000" + }, + { + "gotchiId": "18764", + "amount": "35.97", + "parsedAmount": "35970000000000000000" + }, + { + "gotchiId": "18765", + "amount": "4.744999999999999", + "parsedAmount": "4744999999999999000" + }, + { + "gotchiId": "18771", + "amount": "7.515", + "parsedAmount": "7515000000000000000" + }, + { + "gotchiId": "18772", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "18774", + "amount": "3.16", + "parsedAmount": "3160000000000000000" + }, + { + "gotchiId": "18775", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "18777", + "amount": "36.044999999999995", + "parsedAmount": "36044999999999995000" + }, + { + "gotchiId": "18780", + "amount": "11.555", + "parsedAmount": "11555000000000000000" + }, + { + "gotchiId": "18782", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "18786", + "amount": "16.0925", + "parsedAmount": "16092500000000000000" + }, + { + "gotchiId": "18792", + "amount": "5.390000000000001", + "parsedAmount": "5390000000000001000" + }, + { + "gotchiId": "18801", + "amount": "8.155000000000001", + "parsedAmount": "8155000000000001000" + }, + { + "gotchiId": "18802", + "amount": "2.1875", + "parsedAmount": "2187500000000000000" + }, + { + "gotchiId": "18803", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "18804", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "18807", + "amount": "34.585", + "parsedAmount": "34585000000000000000" + }, + { + "gotchiId": "18808", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "18810", + "amount": "49.512499999999996", + "parsedAmount": "49512499999999996000" + }, + { + "gotchiId": "18814", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "18816", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "18819", + "amount": "6.6925", + "parsedAmount": "6692500000000000000" + }, + { + "gotchiId": "18820", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "18825", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "18827", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "18829", + "amount": "9.975", + "parsedAmount": "9975000000000000000" + }, + { + "gotchiId": "18835", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "18836", + "amount": "15.25", + "parsedAmount": "15250000000000000000" + }, + { + "gotchiId": "18839", + "amount": "15.2925", + "parsedAmount": "15292500000000000000" + }, + { + "gotchiId": "18840", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "18842", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "18844", + "amount": "25.2425", + "parsedAmount": "25242500000000000000" + }, + { + "gotchiId": "18845", + "amount": "10.032499999999999", + "parsedAmount": "10032499999999999000" + }, + { + "gotchiId": "18850", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "18852", + "amount": "7.112500000000001", + "parsedAmount": "7112500000000001000" + }, + { + "gotchiId": "18853", + "amount": "14.217500000000001", + "parsedAmount": "14217500000000001000" + }, + { + "gotchiId": "18854", + "amount": "31.9875", + "parsedAmount": "31987500000000000000" + }, + { + "gotchiId": "18856", + "amount": "29.5375", + "parsedAmount": "29537500000000000000" + }, + { + "gotchiId": "18857", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "18858", + "amount": "3.875", + "parsedAmount": "3875000000000000000" + }, + { + "gotchiId": "18859", + "amount": "35.095", + "parsedAmount": "35095000000000000000" + }, + { + "gotchiId": "18861", + "amount": "15.685", + "parsedAmount": "15685000000000000000" + }, + { + "gotchiId": "18862", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "18865", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "18866", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "18867", + "amount": "8.9475", + "parsedAmount": "8947500000000000000" + }, + { + "gotchiId": "18869", + "amount": "11.727500000000001", + "parsedAmount": "11727500000000001000" + }, + { + "gotchiId": "18870", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "18871", + "amount": "13.147499999999999", + "parsedAmount": "13147499999999999000" + }, + { + "gotchiId": "18872", + "amount": "8.355", + "parsedAmount": "8355000000000000000" + }, + { + "gotchiId": "18873", + "amount": "106.25250000000001", + "parsedAmount": "106252500000000010000" + }, + { + "gotchiId": "18874", + "amount": "12.2375", + "parsedAmount": "12237500000000000000" + }, + { + "gotchiId": "18875", + "amount": "16.032500000000002", + "parsedAmount": "16032500000000002000" + }, + { + "gotchiId": "18877", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "18879", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "18883", + "amount": "27.247500000000002", + "parsedAmount": "27247500000000002000" + }, + { + "gotchiId": "18887", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "18889", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "18891", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "18892", + "amount": "10.754999999999999", + "parsedAmount": "10754999999999999000" + }, + { + "gotchiId": "18893", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "18896", + "amount": "13.27", + "parsedAmount": "13270000000000000000" + }, + { + "gotchiId": "18898", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "18899", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "18900", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "18901", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "18902", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "18904", + "amount": "34.245", + "parsedAmount": "34245000000000000000" + }, + { + "gotchiId": "18905", + "amount": "12.6525", + "parsedAmount": "12652500000000000000" + }, + { + "gotchiId": "18908", + "amount": "24.1625", + "parsedAmount": "24162500000000000000" + }, + { + "gotchiId": "18910", + "amount": "25.2175", + "parsedAmount": "25217500000000000000" + }, + { + "gotchiId": "18911", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "18915", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "18916", + "amount": "7.55", + "parsedAmount": "7550000000000000000" + }, + { + "gotchiId": "18917", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "18919", + "amount": "6.11", + "parsedAmount": "6110000000000000000" + }, + { + "gotchiId": "18926", + "amount": "12.350000000000001", + "parsedAmount": "12350000000000001000" + }, + { + "gotchiId": "18928", + "amount": "9.3875", + "parsedAmount": "9387500000000000000" + }, + { + "gotchiId": "18929", + "amount": "7.6375", + "parsedAmount": "7637500000000000000" + }, + { + "gotchiId": "18931", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "18935", + "amount": "20.0625", + "parsedAmount": "20062500000000000000" + }, + { + "gotchiId": "18936", + "amount": "11.235", + "parsedAmount": "11235000000000000000" + }, + { + "gotchiId": "18938", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "18939", + "amount": "23.384999999999998", + "parsedAmount": "23384999999999998000" + }, + { + "gotchiId": "18942", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "18943", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "18948", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "18952", + "amount": "10.15", + "parsedAmount": "10150000000000000000" + }, + { + "gotchiId": "18954", + "amount": "2.2875", + "parsedAmount": "2287500000000000000" + }, + { + "gotchiId": "18957", + "amount": "7.395", + "parsedAmount": "7395000000000000000" + }, + { + "gotchiId": "18960", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "18962", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "18964", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "18965", + "amount": "18.682499999999997", + "parsedAmount": "18682499999999997000" + }, + { + "gotchiId": "18966", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "18968", + "amount": "11.9075", + "parsedAmount": "11907500000000000000" + }, + { + "gotchiId": "18972", + "amount": "2.515", + "parsedAmount": "2515000000000000000" + }, + { + "gotchiId": "18975", + "amount": "14.485", + "parsedAmount": "14485000000000000000" + }, + { + "gotchiId": "18977", + "amount": "9.9225", + "parsedAmount": "9922500000000000000" + }, + { + "gotchiId": "18978", + "amount": "3.15", + "parsedAmount": "3150000000000000000" + } + ], + "totalAmount": "10129377500000000021000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204023, + "gasUsed": "9564856" + }, + { + "batchIndex": 18, + "transactionHash": "0xfcc5f38304d9c555fa29dbea3a4e124350a32633dcc4ad39e2a1274e26669f20", + "timestamp": "2025-10-23T05:29:55.082Z", + "gotchiRewards": [ + { + "gotchiId": "18979", + "amount": "95.7925", + "parsedAmount": "95792500000000000000" + }, + { + "gotchiId": "18982", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "18984", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "18985", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "18986", + "amount": "14.967500000000001", + "parsedAmount": "14967500000000001000" + }, + { + "gotchiId": "18988", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "18990", + "amount": "15.415000000000001", + "parsedAmount": "15415000000000001000" + }, + { + "gotchiId": "18995", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "18996", + "amount": "92.30250000000001", + "parsedAmount": "92302500000000010000" + }, + { + "gotchiId": "19005", + "amount": "52.3825", + "parsedAmount": "52382500000000000000" + }, + { + "gotchiId": "19006", + "amount": "6.782500000000001", + "parsedAmount": "6782500000000001000" + }, + { + "gotchiId": "19007", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "19008", + "amount": "16.6675", + "parsedAmount": "16667500000000000000" + }, + { + "gotchiId": "19009", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "19010", + "amount": "5.04", + "parsedAmount": "5040000000000000000" + }, + { + "gotchiId": "19012", + "amount": "18.810000000000002", + "parsedAmount": "18810000000000002000" + }, + { + "gotchiId": "19014", + "amount": "22.325000000000003", + "parsedAmount": "22325000000000003000" + }, + { + "gotchiId": "19015", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "19016", + "amount": "588.0825", + "parsedAmount": "588082500000000000000" + }, + { + "gotchiId": "19019", + "amount": "129.9425", + "parsedAmount": "129942500000000000000" + }, + { + "gotchiId": "19020", + "amount": "11.4825", + "parsedAmount": "11482500000000000000" + }, + { + "gotchiId": "19023", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "19027", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "19030", + "amount": "49.9975", + "parsedAmount": "49997500000000000000" + }, + { + "gotchiId": "19032", + "amount": "18.1925", + "parsedAmount": "18192500000000000000" + }, + { + "gotchiId": "19033", + "amount": "21.7625", + "parsedAmount": "21762500000000000000" + }, + { + "gotchiId": "19036", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "19037", + "amount": "12.645", + "parsedAmount": "12645000000000000000" + }, + { + "gotchiId": "19045", + "amount": "8.805", + "parsedAmount": "8805000000000000000" + }, + { + "gotchiId": "19048", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "19050", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "19053", + "amount": "10.39", + "parsedAmount": "10390000000000000000" + }, + { + "gotchiId": "19054", + "amount": "10.6", + "parsedAmount": "10600000000000000000" + }, + { + "gotchiId": "19055", + "amount": "49.34", + "parsedAmount": "49340000000000000000" + }, + { + "gotchiId": "19056", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "19059", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "19062", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "19064", + "amount": "15.0975", + "parsedAmount": "15097500000000000000" + }, + { + "gotchiId": "19066", + "amount": "4.245", + "parsedAmount": "4245000000000000000" + }, + { + "gotchiId": "19067", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "19073", + "amount": "15.677499999999998", + "parsedAmount": "15677499999999998000" + }, + { + "gotchiId": "19079", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "19081", + "amount": "22.5675", + "parsedAmount": "22567500000000000000" + }, + { + "gotchiId": "19082", + "amount": "12.7225", + "parsedAmount": "12722500000000000000" + }, + { + "gotchiId": "19083", + "amount": "2.6175", + "parsedAmount": "2617500000000000000" + }, + { + "gotchiId": "19085", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "19086", + "amount": "15.0725", + "parsedAmount": "15072500000000000000" + }, + { + "gotchiId": "19088", + "amount": "6.4399999999999995", + "parsedAmount": "6439999999999999500" + }, + { + "gotchiId": "19093", + "amount": "7.1425", + "parsedAmount": "7142500000000000000" + }, + { + "gotchiId": "19095", + "amount": "3346.19", + "parsedAmount": "3346190000000000000000" + }, + { + "gotchiId": "19096", + "amount": "14.915", + "parsedAmount": "14915000000000000000" + }, + { + "gotchiId": "19099", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "19101", + "amount": "11.315000000000001", + "parsedAmount": "11315000000000001000" + }, + { + "gotchiId": "19103", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "19109", + "amount": "11.475000000000001", + "parsedAmount": "11475000000000001000" + }, + { + "gotchiId": "19110", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "19111", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "19112", + "amount": "13.817499999999999", + "parsedAmount": "13817499999999999000" + }, + { + "gotchiId": "19114", + "amount": "52.4225", + "parsedAmount": "52422500000000000000" + }, + { + "gotchiId": "19116", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "19118", + "amount": "6.605", + "parsedAmount": "6605000000000000000" + }, + { + "gotchiId": "19119", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "19123", + "amount": "17.0025", + "parsedAmount": "17002500000000000000" + }, + { + "gotchiId": "19125", + "amount": "35.1475", + "parsedAmount": "35147500000000000000" + }, + { + "gotchiId": "19126", + "amount": "12.6125", + "parsedAmount": "12612500000000000000" + }, + { + "gotchiId": "19127", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "19130", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "19131", + "amount": "46.9125", + "parsedAmount": "46912500000000000000" + }, + { + "gotchiId": "19134", + "amount": "40.037499999999994", + "parsedAmount": "40037499999999994000" + }, + { + "gotchiId": "19137", + "amount": "21.915000000000003", + "parsedAmount": "21915000000000003000" + }, + { + "gotchiId": "19140", + "amount": "30.230000000000004", + "parsedAmount": "30230000000000004000" + }, + { + "gotchiId": "19141", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "19143", + "amount": "339.19", + "parsedAmount": "339190000000000000000" + }, + { + "gotchiId": "19144", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "19146", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "19148", + "amount": "17.1725", + "parsedAmount": "17172500000000000000" + }, + { + "gotchiId": "19151", + "amount": "18.384999999999998", + "parsedAmount": "18384999999999998000" + }, + { + "gotchiId": "19154", + "amount": "4.145", + "parsedAmount": "4145000000000000000" + }, + { + "gotchiId": "19155", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "19156", + "amount": "12.7075", + "parsedAmount": "12707500000000000000" + }, + { + "gotchiId": "19157", + "amount": "16.3075", + "parsedAmount": "16307500000000000000" + }, + { + "gotchiId": "19161", + "amount": "8.307500000000001", + "parsedAmount": "8307500000000001000" + }, + { + "gotchiId": "19162", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "19163", + "amount": "53.53", + "parsedAmount": "53530000000000000000" + }, + { + "gotchiId": "19164", + "amount": "10.11", + "parsedAmount": "10110000000000000000" + }, + { + "gotchiId": "19165", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "19169", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "19170", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "19171", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "19172", + "amount": "513.6575", + "parsedAmount": "513657500000000000000" + }, + { + "gotchiId": "19174", + "amount": "38.21", + "parsedAmount": "38210000000000000000" + }, + { + "gotchiId": "19175", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "19176", + "amount": "9.545", + "parsedAmount": "9545000000000000000" + }, + { + "gotchiId": "19177", + "amount": "15.935", + "parsedAmount": "15935000000000000000" + }, + { + "gotchiId": "19178", + "amount": "8.0125", + "parsedAmount": "8012500000000000000" + }, + { + "gotchiId": "19182", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "19184", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "19186", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "19189", + "amount": "12.7625", + "parsedAmount": "12762500000000000000" + }, + { + "gotchiId": "19191", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "19198", + "amount": "20.2325", + "parsedAmount": "20232500000000000000" + }, + { + "gotchiId": "19199", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "19200", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "19201", + "amount": "2.6625", + "parsedAmount": "2662500000000000000" + }, + { + "gotchiId": "19203", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "19206", + "amount": "6.2375", + "parsedAmount": "6237500000000000000" + }, + { + "gotchiId": "19207", + "amount": "26.8225", + "parsedAmount": "26822500000000000000" + }, + { + "gotchiId": "19208", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "19209", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "19210", + "amount": "7.99", + "parsedAmount": "7990000000000000000" + }, + { + "gotchiId": "19211", + "amount": "10.95", + "parsedAmount": "10950000000000000000" + }, + { + "gotchiId": "19212", + "amount": "17.615", + "parsedAmount": "17615000000000000000" + }, + { + "gotchiId": "19215", + "amount": "53.5825", + "parsedAmount": "53582500000000000000" + }, + { + "gotchiId": "19216", + "amount": "14.435", + "parsedAmount": "14435000000000000000" + }, + { + "gotchiId": "19219", + "amount": "4.145", + "parsedAmount": "4145000000000000000" + }, + { + "gotchiId": "19220", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "19221", + "amount": "70.7525", + "parsedAmount": "70752500000000000000" + }, + { + "gotchiId": "19222", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "19225", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "19229", + "amount": "29.925", + "parsedAmount": "29925000000000000000" + }, + { + "gotchiId": "19230", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "19234", + "amount": "15.620000000000001", + "parsedAmount": "15620000000000001000" + }, + { + "gotchiId": "19236", + "amount": "6.6899999999999995", + "parsedAmount": "6689999999999999500" + }, + { + "gotchiId": "19237", + "amount": "10.7925", + "parsedAmount": "10792500000000000000" + }, + { + "gotchiId": "19239", + "amount": "7.74", + "parsedAmount": "7740000000000000000" + }, + { + "gotchiId": "19241", + "amount": "5.8100000000000005", + "parsedAmount": "5810000000000000500" + }, + { + "gotchiId": "19243", + "amount": "10.1975", + "parsedAmount": "10197500000000000000" + }, + { + "gotchiId": "19245", + "amount": "7.8825", + "parsedAmount": "7882500000000000000" + }, + { + "gotchiId": "19246", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "19247", + "amount": "17.625", + "parsedAmount": "17625000000000000000" + }, + { + "gotchiId": "19249", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "19250", + "amount": "17.447499999999998", + "parsedAmount": "17447499999999998000" + }, + { + "gotchiId": "19252", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "19255", + "amount": "13.765", + "parsedAmount": "13765000000000000000" + }, + { + "gotchiId": "19258", + "amount": "4.2175", + "parsedAmount": "4217500000000000000" + }, + { + "gotchiId": "19259", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "19260", + "amount": "99.5475", + "parsedAmount": "99547500000000000000" + }, + { + "gotchiId": "19262", + "amount": "9.4775", + "parsedAmount": "9477500000000000000" + }, + { + "gotchiId": "19263", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "19265", + "amount": "11.53", + "parsedAmount": "11530000000000000000" + }, + { + "gotchiId": "19266", + "amount": "23.0875", + "parsedAmount": "23087500000000000000" + }, + { + "gotchiId": "19269", + "amount": "7.34", + "parsedAmount": "7340000000000000000" + }, + { + "gotchiId": "19272", + "amount": "12.82", + "parsedAmount": "12820000000000000000" + }, + { + "gotchiId": "19274", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "19277", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "19278", + "amount": "9.370000000000001", + "parsedAmount": "9370000000000001000" + }, + { + "gotchiId": "19279", + "amount": "53.019999999999996", + "parsedAmount": "53019999999999996000" + }, + { + "gotchiId": "19280", + "amount": "12.3125", + "parsedAmount": "12312500000000000000" + }, + { + "gotchiId": "19283", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "19284", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "19287", + "amount": "8.3675", + "parsedAmount": "8367500000000000000" + }, + { + "gotchiId": "19288", + "amount": "14.73", + "parsedAmount": "14730000000000000000" + }, + { + "gotchiId": "19289", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "19291", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "19292", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "19293", + "amount": "15.9775", + "parsedAmount": "15977500000000000000" + }, + { + "gotchiId": "19294", + "amount": "21.5175", + "parsedAmount": "21517500000000000000" + }, + { + "gotchiId": "19295", + "amount": "143.85500000000002", + "parsedAmount": "143855000000000020000" + }, + { + "gotchiId": "19299", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "19300", + "amount": "5.71", + "parsedAmount": "5710000000000000000" + }, + { + "gotchiId": "19302", + "amount": "10.83", + "parsedAmount": "10830000000000000000" + }, + { + "gotchiId": "19304", + "amount": "40.165", + "parsedAmount": "40165000000000000000" + }, + { + "gotchiId": "19307", + "amount": "13.297500000000001", + "parsedAmount": "13297500000000001000" + }, + { + "gotchiId": "19312", + "amount": "18.5375", + "parsedAmount": "18537500000000000000" + }, + { + "gotchiId": "19313", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "19315", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "19317", + "amount": "13.6625", + "parsedAmount": "13662500000000000000" + }, + { + "gotchiId": "19318", + "amount": "18.1675", + "parsedAmount": "18167500000000000000" + }, + { + "gotchiId": "19320", + "amount": "34.91", + "parsedAmount": "34910000000000000000" + }, + { + "gotchiId": "19321", + "amount": "57.792500000000004", + "parsedAmount": "57792500000000004000" + }, + { + "gotchiId": "19322", + "amount": "13.364999999999998", + "parsedAmount": "13364999999999998000" + }, + { + "gotchiId": "19324", + "amount": "29.755", + "parsedAmount": "29755000000000000000" + }, + { + "gotchiId": "19325", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "19327", + "amount": "13.9175", + "parsedAmount": "13917500000000000000" + }, + { + "gotchiId": "19330", + "amount": "11.557500000000001", + "parsedAmount": "11557500000000001000" + }, + { + "gotchiId": "19332", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "19335", + "amount": "20.5925", + "parsedAmount": "20592500000000000000" + }, + { + "gotchiId": "19336", + "amount": "5.859999999999999", + "parsedAmount": "5859999999999999000" + }, + { + "gotchiId": "19337", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "19341", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "19343", + "amount": "118.5475", + "parsedAmount": "118547500000000000000" + }, + { + "gotchiId": "19345", + "amount": "11.61", + "parsedAmount": "11610000000000000000" + }, + { + "gotchiId": "19347", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "19348", + "amount": "3.8575", + "parsedAmount": "3857500000000000000" + }, + { + "gotchiId": "19349", + "amount": "4.11", + "parsedAmount": "4110000000000000000" + }, + { + "gotchiId": "19351", + "amount": "11.217500000000001", + "parsedAmount": "11217500000000001000" + }, + { + "gotchiId": "19354", + "amount": "4.5275", + "parsedAmount": "4527500000000000000" + }, + { + "gotchiId": "19355", + "amount": "46.777499999999996", + "parsedAmount": "46777499999999996000" + }, + { + "gotchiId": "19356", + "amount": "4.94", + "parsedAmount": "4940000000000000000" + }, + { + "gotchiId": "19359", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "19360", + "amount": "13.2875", + "parsedAmount": "13287500000000000000" + }, + { + "gotchiId": "19362", + "amount": "12.145", + "parsedAmount": "12145000000000000000" + }, + { + "gotchiId": "19371", + "amount": "15.7475", + "parsedAmount": "15747500000000000000" + }, + { + "gotchiId": "19373", + "amount": "26.7", + "parsedAmount": "26700000000000000000" + }, + { + "gotchiId": "19374", + "amount": "12.47", + "parsedAmount": "12470000000000000000" + }, + { + "gotchiId": "19380", + "amount": "15.0575", + "parsedAmount": "15057500000000000000" + }, + { + "gotchiId": "19381", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "19382", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "19388", + "amount": "51.002500000000005", + "parsedAmount": "51002500000000005000" + }, + { + "gotchiId": "19390", + "amount": "16.21", + "parsedAmount": "16210000000000000000" + }, + { + "gotchiId": "19395", + "amount": "7.2175", + "parsedAmount": "7217500000000000000" + }, + { + "gotchiId": "19398", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "19401", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "19402", + "amount": "9.675", + "parsedAmount": "9675000000000000000" + }, + { + "gotchiId": "19403", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "19405", + "amount": "19.74", + "parsedAmount": "19740000000000000000" + }, + { + "gotchiId": "19406", + "amount": "22.5075", + "parsedAmount": "22507500000000000000" + }, + { + "gotchiId": "19408", + "amount": "28.384999999999998", + "parsedAmount": "28384999999999998000" + }, + { + "gotchiId": "19410", + "amount": "16.259999999999998", + "parsedAmount": "16259999999999998000" + }, + { + "gotchiId": "19412", + "amount": "12.18", + "parsedAmount": "12180000000000000000" + }, + { + "gotchiId": "19415", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "19416", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "19417", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "19420", + "amount": "18.685", + "parsedAmount": "18685000000000000000" + }, + { + "gotchiId": "19422", + "amount": "15.155", + "parsedAmount": "15155000000000000000" + }, + { + "gotchiId": "19424", + "amount": "28.217499999999998", + "parsedAmount": "28217499999999998000" + }, + { + "gotchiId": "19425", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "19426", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "19429", + "amount": "8.032499999999999", + "parsedAmount": "8032499999999999000" + }, + { + "gotchiId": "19430", + "amount": "9.42", + "parsedAmount": "9420000000000000000" + }, + { + "gotchiId": "19433", + "amount": "4.907500000000001", + "parsedAmount": "4907500000000001000" + }, + { + "gotchiId": "19434", + "amount": "20.5825", + "parsedAmount": "20582500000000000000" + }, + { + "gotchiId": "19435", + "amount": "18.42", + "parsedAmount": "18420000000000000000" + }, + { + "gotchiId": "19436", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "19438", + "amount": "14.1575", + "parsedAmount": "14157500000000000000" + }, + { + "gotchiId": "19441", + "amount": "13.6875", + "parsedAmount": "13687500000000000000" + }, + { + "gotchiId": "19443", + "amount": "3.3375", + "parsedAmount": "3337500000000000000" + }, + { + "gotchiId": "19446", + "amount": "6.6899999999999995", + "parsedAmount": "6689999999999999500" + }, + { + "gotchiId": "19447", + "amount": "5.9025", + "parsedAmount": "5902500000000000000" + }, + { + "gotchiId": "19449", + "amount": "14.285", + "parsedAmount": "14285000000000000000" + }, + { + "gotchiId": "19450", + "amount": "10.7775", + "parsedAmount": "10777500000000000000" + }, + { + "gotchiId": "19451", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "19452", + "amount": "16.855", + "parsedAmount": "16855000000000000000" + }, + { + "gotchiId": "19453", + "amount": "10.1075", + "parsedAmount": "10107500000000000000" + }, + { + "gotchiId": "19457", + "amount": "92.9575", + "parsedAmount": "92957500000000000000" + }, + { + "gotchiId": "19458", + "amount": "13.3975", + "parsedAmount": "13397500000000000000" + }, + { + "gotchiId": "19459", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "19462", + "amount": "14.84", + "parsedAmount": "14840000000000000000" + }, + { + "gotchiId": "19463", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "19464", + "amount": "33.9075", + "parsedAmount": "33907500000000000000" + }, + { + "gotchiId": "19465", + "amount": "3.2325", + "parsedAmount": "3232500000000000000" + }, + { + "gotchiId": "19467", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "19468", + "amount": "8.8725", + "parsedAmount": "8872500000000000000" + }, + { + "gotchiId": "19469", + "amount": "16.8", + "parsedAmount": "16800000000000000000" + }, + { + "gotchiId": "19470", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "19472", + "amount": "16.1725", + "parsedAmount": "16172500000000000000" + }, + { + "gotchiId": "19475", + "amount": "15", + "parsedAmount": "15000000000000000000" + }, + { + "gotchiId": "19478", + "amount": "13.2425", + "parsedAmount": "13242500000000000000" + }, + { + "gotchiId": "19481", + "amount": "12.07", + "parsedAmount": "12070000000000000000" + }, + { + "gotchiId": "19485", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "19486", + "amount": "11.594999999999999", + "parsedAmount": "11594999999999999000" + }, + { + "gotchiId": "19487", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "19489", + "amount": "13.717500000000001", + "parsedAmount": "13717500000000001000" + }, + { + "gotchiId": "19491", + "amount": "14.592500000000001", + "parsedAmount": "14592500000000001000" + }, + { + "gotchiId": "19492", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "19495", + "amount": "19.029999999999998", + "parsedAmount": "19029999999999998000" + }, + { + "gotchiId": "19496", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "19497", + "amount": "38.62", + "parsedAmount": "38620000000000000000" + }, + { + "gotchiId": "19499", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "19501", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "19504", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "19505", + "amount": "21.985", + "parsedAmount": "21985000000000000000" + }, + { + "gotchiId": "19507", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "19510", + "amount": "12.6325", + "parsedAmount": "12632500000000000000" + }, + { + "gotchiId": "19511", + "amount": "22.437499999999996", + "parsedAmount": "22437499999999996000" + }, + { + "gotchiId": "19512", + "amount": "20.810000000000002", + "parsedAmount": "20810000000000002000" + }, + { + "gotchiId": "19514", + "amount": "3.155", + "parsedAmount": "3155000000000000000" + }, + { + "gotchiId": "19515", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "19518", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "19521", + "amount": "3.345", + "parsedAmount": "3345000000000000000" + }, + { + "gotchiId": "19526", + "amount": "30.59", + "parsedAmount": "30590000000000000000" + }, + { + "gotchiId": "19527", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "19534", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "19535", + "amount": "195.80750000000003", + "parsedAmount": "195807500000000030000" + }, + { + "gotchiId": "19536", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "19537", + "amount": "19.96", + "parsedAmount": "19960000000000000000" + }, + { + "gotchiId": "19538", + "amount": "25.2925", + "parsedAmount": "25292500000000000000" + }, + { + "gotchiId": "19540", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "19543", + "amount": "6.4875", + "parsedAmount": "6487500000000000000" + }, + { + "gotchiId": "19545", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "19546", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "19548", + "amount": "36.47", + "parsedAmount": "36470000000000000000" + }, + { + "gotchiId": "19549", + "amount": "14.405000000000001", + "parsedAmount": "14405000000000001000" + }, + { + "gotchiId": "19553", + "amount": "48.97", + "parsedAmount": "48970000000000000000" + }, + { + "gotchiId": "19554", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "19557", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19558", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "19561", + "amount": "18.8975", + "parsedAmount": "18897500000000000000" + }, + { + "gotchiId": "19562", + "amount": "22.6525", + "parsedAmount": "22652500000000000000" + }, + { + "gotchiId": "19564", + "amount": "15.764999999999999", + "parsedAmount": "15764999999999999000" + }, + { + "gotchiId": "19565", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "19566", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "19568", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "19569", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "19570", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "19571", + "amount": "26.855", + "parsedAmount": "26855000000000000000" + }, + { + "gotchiId": "19572", + "amount": "29.067500000000003", + "parsedAmount": "29067500000000003000" + }, + { + "gotchiId": "19574", + "amount": "53.3925", + "parsedAmount": "53392500000000000000" + }, + { + "gotchiId": "19577", + "amount": "12.870000000000001", + "parsedAmount": "12870000000000001000" + }, + { + "gotchiId": "19579", + "amount": "9.555", + "parsedAmount": "9555000000000000000" + }, + { + "gotchiId": "19581", + "amount": "21.217499999999998", + "parsedAmount": "21217499999999998000" + }, + { + "gotchiId": "19586", + "amount": "5.3774999999999995", + "parsedAmount": "5377499999999999500" + }, + { + "gotchiId": "19589", + "amount": "15.565000000000001", + "parsedAmount": "15565000000000001000" + }, + { + "gotchiId": "19590", + "amount": "21.205000000000002", + "parsedAmount": "21205000000000002000" + }, + { + "gotchiId": "19591", + "amount": "56.75", + "parsedAmount": "56750000000000000000" + }, + { + "gotchiId": "19592", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "19595", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "19601", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "19602", + "amount": "35.16", + "parsedAmount": "35160000000000000000" + }, + { + "gotchiId": "19603", + "amount": "6.7025", + "parsedAmount": "6702500000000000000" + }, + { + "gotchiId": "19606", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "19607", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "19608", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "19609", + "amount": "11.645", + "parsedAmount": "11645000000000000000" + }, + { + "gotchiId": "19612", + "amount": "11.27", + "parsedAmount": "11270000000000000000" + }, + { + "gotchiId": "19615", + "amount": "11.2225", + "parsedAmount": "11222500000000000000" + }, + { + "gotchiId": "19619", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "19620", + "amount": "6.8325000000000005", + "parsedAmount": "6832500000000000500" + }, + { + "gotchiId": "19621", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "19623", + "amount": "39.95", + "parsedAmount": "39950000000000000000" + }, + { + "gotchiId": "19629", + "amount": "21.03", + "parsedAmount": "21030000000000000000" + }, + { + "gotchiId": "19630", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "19631", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "19632", + "amount": "7.115", + "parsedAmount": "7115000000000000000" + }, + { + "gotchiId": "19634", + "amount": "11.2525", + "parsedAmount": "11252500000000000000" + }, + { + "gotchiId": "19635", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "19637", + "amount": "9.682500000000001", + "parsedAmount": "9682500000000001000" + }, + { + "gotchiId": "19638", + "amount": "14.1625", + "parsedAmount": "14162500000000000000" + }, + { + "gotchiId": "19639", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "19640", + "amount": "2.0225", + "parsedAmount": "2022500000000000000" + }, + { + "gotchiId": "19644", + "amount": "4.5275", + "parsedAmount": "4527500000000000000" + }, + { + "gotchiId": "19645", + "amount": "15.247499999999999", + "parsedAmount": "15247499999999999000" + }, + { + "gotchiId": "19647", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "19648", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "19649", + "amount": "15.520000000000001", + "parsedAmount": "15520000000000001000" + }, + { + "gotchiId": "19654", + "amount": "10.7825", + "parsedAmount": "10782500000000000000" + }, + { + "gotchiId": "19656", + "amount": "25.07", + "parsedAmount": "25070000000000000000" + }, + { + "gotchiId": "19657", + "amount": "53.93749999999999", + "parsedAmount": "53937499999999990000" + }, + { + "gotchiId": "19658", + "amount": "11.15", + "parsedAmount": "11150000000000000000" + }, + { + "gotchiId": "19660", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19661", + "amount": "6.9725", + "parsedAmount": "6972500000000000000" + }, + { + "gotchiId": "19663", + "amount": "12.8", + "parsedAmount": "12800000000000000000" + }, + { + "gotchiId": "19665", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "19669", + "amount": "144.62", + "parsedAmount": "144620000000000000000" + }, + { + "gotchiId": "19670", + "amount": "6.7575", + "parsedAmount": "6757500000000000000" + }, + { + "gotchiId": "19673", + "amount": "18.1125", + "parsedAmount": "18112500000000000000" + }, + { + "gotchiId": "19675", + "amount": "5.92", + "parsedAmount": "5920000000000000000" + }, + { + "gotchiId": "19677", + "amount": "3.385", + "parsedAmount": "3385000000000000000" + }, + { + "gotchiId": "19682", + "amount": "9.4175", + "parsedAmount": "9417500000000000000" + }, + { + "gotchiId": "19683", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "19688", + "amount": "19.7725", + "parsedAmount": "19772500000000000000" + }, + { + "gotchiId": "19689", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "19690", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "19691", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "19692", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "19697", + "amount": "30.392500000000002", + "parsedAmount": "30392500000000002000" + }, + { + "gotchiId": "19700", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "19701", + "amount": "9.9075", + "parsedAmount": "9907500000000000000" + }, + { + "gotchiId": "19703", + "amount": "11.4525", + "parsedAmount": "11452500000000000000" + }, + { + "gotchiId": "19705", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "19710", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "19711", + "amount": "6.6225", + "parsedAmount": "6622500000000000000" + }, + { + "gotchiId": "19713", + "amount": "6.4399999999999995", + "parsedAmount": "6439999999999999500" + }, + { + "gotchiId": "19715", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "19720", + "amount": "18.415", + "parsedAmount": "18415000000000000000" + }, + { + "gotchiId": "19721", + "amount": "8.3575", + "parsedAmount": "8357500000000000000" + }, + { + "gotchiId": "19722", + "amount": "5.4975000000000005", + "parsedAmount": "5497500000000000500" + }, + { + "gotchiId": "19723", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "19724", + "amount": "10.135", + "parsedAmount": "10135000000000000000" + }, + { + "gotchiId": "19726", + "amount": "24.3375", + "parsedAmount": "24337500000000000000" + }, + { + "gotchiId": "19727", + "amount": "5.04", + "parsedAmount": "5040000000000000000" + }, + { + "gotchiId": "19728", + "amount": "11.370000000000001", + "parsedAmount": "11370000000000001000" + }, + { + "gotchiId": "19730", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "19734", + "amount": "22.294999999999998", + "parsedAmount": "22294999999999998000" + }, + { + "gotchiId": "19735", + "amount": "33.4475", + "parsedAmount": "33447500000000000000" + }, + { + "gotchiId": "19736", + "amount": "145.2175", + "parsedAmount": "145217500000000000000" + }, + { + "gotchiId": "19740", + "amount": "11.43", + "parsedAmount": "11430000000000000000" + }, + { + "gotchiId": "19743", + "amount": "7.005000000000001", + "parsedAmount": "7005000000000001000" + }, + { + "gotchiId": "19744", + "amount": "10.375", + "parsedAmount": "10375000000000000000" + }, + { + "gotchiId": "19745", + "amount": "5.235", + "parsedAmount": "5235000000000000000" + }, + { + "gotchiId": "19746", + "amount": "8.9175", + "parsedAmount": "8917500000000000000" + }, + { + "gotchiId": "19749", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "19750", + "amount": "12.1825", + "parsedAmount": "12182500000000000000" + }, + { + "gotchiId": "19753", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "19757", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "19760", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "19761", + "amount": "8.2825", + "parsedAmount": "8282500000000000000" + }, + { + "gotchiId": "19763", + "amount": "11.6225", + "parsedAmount": "11622500000000000000" + }, + { + "gotchiId": "19764", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "19766", + "amount": "20.0975", + "parsedAmount": "20097500000000000000" + }, + { + "gotchiId": "19770", + "amount": "17.935000000000002", + "parsedAmount": "17935000000000002000" + }, + { + "gotchiId": "19773", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "19776", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "19777", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "19778", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "19779", + "amount": "4.125", + "parsedAmount": "4125000000000000000" + }, + { + "gotchiId": "19782", + "amount": "3.3875", + "parsedAmount": "3387500000000000000" + }, + { + "gotchiId": "19784", + "amount": "30.572499999999998", + "parsedAmount": "30572499999999998000" + }, + { + "gotchiId": "19785", + "amount": "6.545", + "parsedAmount": "6545000000000000000" + }, + { + "gotchiId": "19786", + "amount": "8.285", + "parsedAmount": "8285000000000000000" + }, + { + "gotchiId": "19787", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "19788", + "amount": "21.7125", + "parsedAmount": "21712500000000000000" + }, + { + "gotchiId": "19789", + "amount": "22.450000000000003", + "parsedAmount": "22450000000000003000" + }, + { + "gotchiId": "19790", + "amount": "7.395", + "parsedAmount": "7395000000000000000" + }, + { + "gotchiId": "19793", + "amount": "18.782500000000002", + "parsedAmount": "18782500000000002000" + }, + { + "gotchiId": "19795", + "amount": "22.1", + "parsedAmount": "22100000000000000000" + }, + { + "gotchiId": "19797", + "amount": "7.862500000000001", + "parsedAmount": "7862500000000001000" + }, + { + "gotchiId": "19799", + "amount": "18.0125", + "parsedAmount": "18012500000000000000" + }, + { + "gotchiId": "19801", + "amount": "8.6025", + "parsedAmount": "8602500000000000000" + }, + { + "gotchiId": "19802", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "19805", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "19808", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "19809", + "amount": "17.405", + "parsedAmount": "17405000000000000000" + }, + { + "gotchiId": "19810", + "amount": "12.567499999999999", + "parsedAmount": "12567499999999999000" + }, + { + "gotchiId": "19811", + "amount": "17.067500000000003", + "parsedAmount": "17067500000000003000" + }, + { + "gotchiId": "19813", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "19814", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "19815", + "amount": "12.055", + "parsedAmount": "12055000000000000000" + }, + { + "gotchiId": "19817", + "amount": "12.69", + "parsedAmount": "12690000000000000000" + }, + { + "gotchiId": "19819", + "amount": "14.830000000000002", + "parsedAmount": "14830000000000002000" + }, + { + "gotchiId": "19821", + "amount": "9.16", + "parsedAmount": "9160000000000000000" + }, + { + "gotchiId": "19823", + "amount": "10.1325", + "parsedAmount": "10132500000000000000" + }, + { + "gotchiId": "19824", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "19825", + "amount": "7.7125", + "parsedAmount": "7712500000000000000" + }, + { + "gotchiId": "19826", + "amount": "10.63", + "parsedAmount": "10630000000000000000" + }, + { + "gotchiId": "19831", + "amount": "7.765000000000001", + "parsedAmount": "7765000000000001000" + }, + { + "gotchiId": "19834", + "amount": "23.1325", + "parsedAmount": "23132500000000000000" + }, + { + "gotchiId": "19835", + "amount": "6.272500000000001", + "parsedAmount": "6272500000000001000" + }, + { + "gotchiId": "19837", + "amount": "9.3", + "parsedAmount": "9300000000000000000" + }, + { + "gotchiId": "19838", + "amount": "4.9125", + "parsedAmount": "4912500000000000000" + }, + { + "gotchiId": "19841", + "amount": "91.74", + "parsedAmount": "91740000000000000000" + }, + { + "gotchiId": "19842", + "amount": "8.0025", + "parsedAmount": "8002500000000000000" + }, + { + "gotchiId": "19846", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "19849", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "19850", + "amount": "72.485", + "parsedAmount": "72485000000000000000" + }, + { + "gotchiId": "19853", + "amount": "8.495000000000001", + "parsedAmount": "8495000000000001000" + }, + { + "gotchiId": "19855", + "amount": "9.2975", + "parsedAmount": "9297500000000000000" + }, + { + "gotchiId": "19858", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "19864", + "amount": "6.97", + "parsedAmount": "6970000000000000000" + }, + { + "gotchiId": "19865", + "amount": "21.765", + "parsedAmount": "21765000000000000000" + }, + { + "gotchiId": "19866", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "19867", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "19869", + "amount": "10.0675", + "parsedAmount": "10067500000000000000" + }, + { + "gotchiId": "19870", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19871", + "amount": "3.1525", + "parsedAmount": "3152500000000000000" + }, + { + "gotchiId": "19875", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "19877", + "amount": "10.295", + "parsedAmount": "10295000000000000000" + }, + { + "gotchiId": "19880", + "amount": "6.0175", + "parsedAmount": "6017500000000000000" + }, + { + "gotchiId": "19881", + "amount": "19.07", + "parsedAmount": "19070000000000000000" + }, + { + "gotchiId": "19883", + "amount": "25.845000000000002", + "parsedAmount": "25845000000000002000" + }, + { + "gotchiId": "19885", + "amount": "24.855", + "parsedAmount": "24855000000000000000" + }, + { + "gotchiId": "19886", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "19887", + "amount": "6.345000000000001", + "parsedAmount": "6345000000000001000" + }, + { + "gotchiId": "19892", + "amount": "21.900000000000002", + "parsedAmount": "21900000000000002000" + }, + { + "gotchiId": "19893", + "amount": "60.550000000000004", + "parsedAmount": "60550000000000004000" + }, + { + "gotchiId": "19895", + "amount": "13.415000000000001", + "parsedAmount": "13415000000000001000" + }, + { + "gotchiId": "19896", + "amount": "3.29", + "parsedAmount": "3290000000000000000" + }, + { + "gotchiId": "19897", + "amount": "18.892500000000002", + "parsedAmount": "18892500000000002000" + }, + { + "gotchiId": "19898", + "amount": "2.3025", + "parsedAmount": "2302500000000000000" + }, + { + "gotchiId": "19902", + "amount": "9.77", + "parsedAmount": "9770000000000000000" + }, + { + "gotchiId": "19903", + "amount": "21.619999999999997", + "parsedAmount": "21619999999999997000" + }, + { + "gotchiId": "19905", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "19907", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "19911", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "19912", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "19913", + "amount": "14.9625", + "parsedAmount": "14962500000000000000" + }, + { + "gotchiId": "19914", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "19918", + "amount": "11.565000000000001", + "parsedAmount": "11565000000000001000" + }, + { + "gotchiId": "19919", + "amount": "12.8425", + "parsedAmount": "12842500000000000000" + }, + { + "gotchiId": "19920", + "amount": "24.2975", + "parsedAmount": "24297500000000000000" + }, + { + "gotchiId": "19922", + "amount": "47.337500000000006", + "parsedAmount": "47337500000000006000" + }, + { + "gotchiId": "19924", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "19925", + "amount": "3.23", + "parsedAmount": "3230000000000000000" + }, + { + "gotchiId": "19926", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "19927", + "amount": "4.1425", + "parsedAmount": "4142500000000000000" + }, + { + "gotchiId": "19929", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "19930", + "amount": "14.055", + "parsedAmount": "14055000000000000000" + }, + { + "gotchiId": "19933", + "amount": "4.835", + "parsedAmount": "4835000000000000000" + }, + { + "gotchiId": "19937", + "amount": "91.25999999999999", + "parsedAmount": "91259999999999990000" + }, + { + "gotchiId": "19940", + "amount": "25.46", + "parsedAmount": "25460000000000000000" + }, + { + "gotchiId": "19941", + "amount": "10.412500000000001", + "parsedAmount": "10412500000000001000" + }, + { + "gotchiId": "19942", + "amount": "22.6375", + "parsedAmount": "22637500000000000000" + }, + { + "gotchiId": "19943", + "amount": "17.3625", + "parsedAmount": "17362500000000000000" + }, + { + "gotchiId": "19944", + "amount": "71.0875", + "parsedAmount": "71087500000000000000" + }, + { + "gotchiId": "19946", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "19947", + "amount": "13.5325", + "parsedAmount": "13532500000000000000" + } + ], + "totalAmount": "12162732500000000076500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204025, + "gasUsed": "9604118" + }, + { + "batchIndex": 19, + "transactionHash": "0x11b4a1261e9c198e647e4834288e0baada436727b4399c1f510dde9f2dc163b8", + "timestamp": "2025-10-23T05:30:03.060Z", + "gotchiRewards": [ + { + "gotchiId": "19949", + "amount": "12.717500000000001", + "parsedAmount": "12717500000000001000" + }, + { + "gotchiId": "19954", + "amount": "9.5225", + "parsedAmount": "9522500000000000000" + }, + { + "gotchiId": "19955", + "amount": "2.735", + "parsedAmount": "2735000000000000000" + }, + { + "gotchiId": "19956", + "amount": "3.045", + "parsedAmount": "3045000000000000000" + }, + { + "gotchiId": "19959", + "amount": "13.892500000000002", + "parsedAmount": "13892500000000002000" + }, + { + "gotchiId": "19960", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "19967", + "amount": "3.5575", + "parsedAmount": "3557500000000000000" + }, + { + "gotchiId": "19969", + "amount": "12.989999999999998", + "parsedAmount": "12989999999999998000" + }, + { + "gotchiId": "19970", + "amount": "93.27", + "parsedAmount": "93270000000000000000" + }, + { + "gotchiId": "19971", + "amount": "9.2325", + "parsedAmount": "9232500000000000000" + }, + { + "gotchiId": "19973", + "amount": "16.995", + "parsedAmount": "16995000000000000000" + }, + { + "gotchiId": "19976", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "19979", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "19980", + "amount": "13.485", + "parsedAmount": "13485000000000000000" + }, + { + "gotchiId": "19983", + "amount": "12.035000000000002", + "parsedAmount": "12035000000000002000" + }, + { + "gotchiId": "19984", + "amount": "30.889999999999997", + "parsedAmount": "30889999999999997000" + }, + { + "gotchiId": "19987", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "19988", + "amount": "23.1725", + "parsedAmount": "23172500000000000000" + }, + { + "gotchiId": "19991", + "amount": "236.29500000000002", + "parsedAmount": "236295000000000020000" + }, + { + "gotchiId": "19992", + "amount": "15.617500000000001", + "parsedAmount": "15617500000000001000" + }, + { + "gotchiId": "19993", + "amount": "3.5525", + "parsedAmount": "3552500000000000000" + }, + { + "gotchiId": "19995", + "amount": "12.5125", + "parsedAmount": "12512500000000000000" + }, + { + "gotchiId": "19996", + "amount": "7.5525", + "parsedAmount": "7552500000000000000" + }, + { + "gotchiId": "19998", + "amount": "16.475", + "parsedAmount": "16475000000000000000" + }, + { + "gotchiId": "20005", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "20006", + "amount": "7.2275", + "parsedAmount": "7227500000000000000" + }, + { + "gotchiId": "20007", + "amount": "14.417499999999999", + "parsedAmount": "14417499999999999000" + }, + { + "gotchiId": "20010", + "amount": "15.469999999999999", + "parsedAmount": "15469999999999999000" + }, + { + "gotchiId": "20013", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "20014", + "amount": "10.555", + "parsedAmount": "10555000000000000000" + }, + { + "gotchiId": "20016", + "amount": "2.5875", + "parsedAmount": "2587500000000000000" + }, + { + "gotchiId": "20017", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "20019", + "amount": "58.2", + "parsedAmount": "58200000000000000000" + }, + { + "gotchiId": "20021", + "amount": "10.342500000000001", + "parsedAmount": "10342500000000001000" + }, + { + "gotchiId": "20024", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "20025", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "20028", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "20029", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "20034", + "amount": "9.48", + "parsedAmount": "9480000000000000000" + }, + { + "gotchiId": "20035", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "20036", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "20037", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "20038", + "amount": "4.91", + "parsedAmount": "4910000000000000000" + }, + { + "gotchiId": "20040", + "amount": "7.4875", + "parsedAmount": "7487500000000000000" + }, + { + "gotchiId": "20041", + "amount": "8.6375", + "parsedAmount": "8637500000000000000" + }, + { + "gotchiId": "20044", + "amount": "19.5", + "parsedAmount": "19500000000000000000" + }, + { + "gotchiId": "20045", + "amount": "11.35", + "parsedAmount": "11350000000000000000" + }, + { + "gotchiId": "20049", + "amount": "10.432500000000001", + "parsedAmount": "10432500000000001000" + }, + { + "gotchiId": "20054", + "amount": "15.555", + "parsedAmount": "15555000000000000000" + }, + { + "gotchiId": "20057", + "amount": "14.1175", + "parsedAmount": "14117500000000000000" + }, + { + "gotchiId": "20059", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "20060", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "20061", + "amount": "15.032499999999999", + "parsedAmount": "15032499999999999000" + }, + { + "gotchiId": "20063", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "20064", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "20065", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "20067", + "amount": "28.075000000000003", + "parsedAmount": "28075000000000003000" + }, + { + "gotchiId": "20068", + "amount": "11.932500000000001", + "parsedAmount": "11932500000000001000" + }, + { + "gotchiId": "20069", + "amount": "33.652499999999996", + "parsedAmount": "33652499999999996000" + }, + { + "gotchiId": "20070", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "20074", + "amount": "15.2575", + "parsedAmount": "15257500000000000000" + }, + { + "gotchiId": "20075", + "amount": "11.0675", + "parsedAmount": "11067500000000000000" + }, + { + "gotchiId": "20080", + "amount": "12.3825", + "parsedAmount": "12382500000000000000" + }, + { + "gotchiId": "20081", + "amount": "11.54", + "parsedAmount": "11540000000000000000" + }, + { + "gotchiId": "20082", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "20084", + "amount": "10.6675", + "parsedAmount": "10667500000000000000" + }, + { + "gotchiId": "20087", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "20089", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "20092", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "20094", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "20095", + "amount": "20.612499999999997", + "parsedAmount": "20612499999999997000" + }, + { + "gotchiId": "20096", + "amount": "9.932500000000001", + "parsedAmount": "9932500000000001000" + }, + { + "gotchiId": "20097", + "amount": "14.120000000000001", + "parsedAmount": "14120000000000001000" + }, + { + "gotchiId": "20098", + "amount": "15.094999999999999", + "parsedAmount": "15094999999999999000" + }, + { + "gotchiId": "20101", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "20104", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "20105", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "20107", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "20108", + "amount": "20.122500000000002", + "parsedAmount": "20122500000000002000" + }, + { + "gotchiId": "20109", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "20110", + "amount": "14.44", + "parsedAmount": "14440000000000000000" + }, + { + "gotchiId": "20111", + "amount": "10.105", + "parsedAmount": "10105000000000000000" + }, + { + "gotchiId": "20113", + "amount": "10.979999999999999", + "parsedAmount": "10979999999999999000" + }, + { + "gotchiId": "20124", + "amount": "10.440000000000001", + "parsedAmount": "10440000000000001000" + }, + { + "gotchiId": "20125", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "20126", + "amount": "30.85", + "parsedAmount": "30850000000000000000" + }, + { + "gotchiId": "20127", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "20128", + "amount": "20.43", + "parsedAmount": "20430000000000000000" + }, + { + "gotchiId": "20129", + "amount": "14.8525", + "parsedAmount": "14852500000000000000" + }, + { + "gotchiId": "20130", + "amount": "61.3625", + "parsedAmount": "61362500000000000000" + }, + { + "gotchiId": "20134", + "amount": "7.9475", + "parsedAmount": "7947500000000000000" + }, + { + "gotchiId": "20138", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "20139", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "20140", + "amount": "8.375", + "parsedAmount": "8375000000000000000" + }, + { + "gotchiId": "20141", + "amount": "18.08", + "parsedAmount": "18080000000000000000" + }, + { + "gotchiId": "20142", + "amount": "28.45", + "parsedAmount": "28450000000000000000" + }, + { + "gotchiId": "20143", + "amount": "25.43", + "parsedAmount": "25430000000000000000" + }, + { + "gotchiId": "20144", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "20145", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "20146", + "amount": "8.9325", + "parsedAmount": "8932500000000000000" + }, + { + "gotchiId": "20147", + "amount": "11.5175", + "parsedAmount": "11517500000000000000" + }, + { + "gotchiId": "20151", + "amount": "28.03", + "parsedAmount": "28030000000000000000" + }, + { + "gotchiId": "20152", + "amount": "5.4", + "parsedAmount": "5400000000000000000" + }, + { + "gotchiId": "20153", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "20154", + "amount": "15.89", + "parsedAmount": "15890000000000000000" + }, + { + "gotchiId": "20155", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "20156", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "20157", + "amount": "17.6325", + "parsedAmount": "17632500000000000000" + }, + { + "gotchiId": "20162", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "20165", + "amount": "13.4775", + "parsedAmount": "13477500000000000000" + }, + { + "gotchiId": "20170", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "20174", + "amount": "10.755", + "parsedAmount": "10755000000000000000" + }, + { + "gotchiId": "20175", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "20177", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20178", + "amount": "17.78", + "parsedAmount": "17780000000000000000" + }, + { + "gotchiId": "20180", + "amount": "2.275", + "parsedAmount": "2275000000000000000" + }, + { + "gotchiId": "20182", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "20188", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "20189", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "20191", + "amount": "13.505", + "parsedAmount": "13505000000000000000" + }, + { + "gotchiId": "20192", + "amount": "14.790000000000001", + "parsedAmount": "14790000000000001000" + }, + { + "gotchiId": "20194", + "amount": "12.68", + "parsedAmount": "12680000000000000000" + }, + { + "gotchiId": "20195", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "20196", + "amount": "21.6475", + "parsedAmount": "21647500000000000000" + }, + { + "gotchiId": "20197", + "amount": "6.470000000000001", + "parsedAmount": "6470000000000001000" + }, + { + "gotchiId": "20200", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "20203", + "amount": "6.984999999999999", + "parsedAmount": "6984999999999999000" + }, + { + "gotchiId": "20205", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "20209", + "amount": "11.005", + "parsedAmount": "11005000000000000000" + }, + { + "gotchiId": "20216", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "20217", + "amount": "10.1125", + "parsedAmount": "10112500000000000000" + }, + { + "gotchiId": "20219", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "20220", + "amount": "7.345000000000001", + "parsedAmount": "7345000000000001000" + }, + { + "gotchiId": "20223", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "20225", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "20226", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "20228", + "amount": "13.712499999999999", + "parsedAmount": "13712499999999999000" + }, + { + "gotchiId": "20230", + "amount": "16.495", + "parsedAmount": "16495000000000000000" + }, + { + "gotchiId": "20231", + "amount": "8.1475", + "parsedAmount": "8147500000000000000" + }, + { + "gotchiId": "20232", + "amount": "72.8425", + "parsedAmount": "72842500000000000000" + }, + { + "gotchiId": "20235", + "amount": "32.5825", + "parsedAmount": "32582500000000000000" + }, + { + "gotchiId": "20236", + "amount": "20.7575", + "parsedAmount": "20757500000000000000" + }, + { + "gotchiId": "20239", + "amount": "3.095", + "parsedAmount": "3095000000000000000" + }, + { + "gotchiId": "20241", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "20242", + "amount": "4.2275", + "parsedAmount": "4227500000000000000" + }, + { + "gotchiId": "20244", + "amount": "34.4075", + "parsedAmount": "34407500000000000000" + }, + { + "gotchiId": "20246", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "20247", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "20248", + "amount": "58.175", + "parsedAmount": "58175000000000000000" + }, + { + "gotchiId": "20250", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "20254", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "20255", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "20256", + "amount": "10.755", + "parsedAmount": "10755000000000000000" + }, + { + "gotchiId": "20257", + "amount": "13.9475", + "parsedAmount": "13947500000000000000" + }, + { + "gotchiId": "20258", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "20259", + "amount": "7.095", + "parsedAmount": "7095000000000000000" + }, + { + "gotchiId": "20260", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "20261", + "amount": "28.2975", + "parsedAmount": "28297500000000000000" + }, + { + "gotchiId": "20264", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "20267", + "amount": "4.1425", + "parsedAmount": "4142500000000000000" + }, + { + "gotchiId": "20268", + "amount": "12.52", + "parsedAmount": "12520000000000000000" + }, + { + "gotchiId": "20270", + "amount": "18.58", + "parsedAmount": "18580000000000000000" + }, + { + "gotchiId": "20271", + "amount": "30.529999999999998", + "parsedAmount": "30529999999999998000" + }, + { + "gotchiId": "20272", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "20277", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "20279", + "amount": "16.142500000000002", + "parsedAmount": "16142500000000002000" + }, + { + "gotchiId": "20280", + "amount": "5.4975000000000005", + "parsedAmount": "5497500000000000500" + }, + { + "gotchiId": "20281", + "amount": "11.545", + "parsedAmount": "11545000000000000000" + }, + { + "gotchiId": "20283", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "20284", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "20286", + "amount": "14.86", + "parsedAmount": "14860000000000000000" + }, + { + "gotchiId": "20287", + "amount": "50.4125", + "parsedAmount": "50412500000000000000" + }, + { + "gotchiId": "20291", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "20293", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "20296", + "amount": "6.5525", + "parsedAmount": "6552500000000000000" + }, + { + "gotchiId": "20298", + "amount": "12.61", + "parsedAmount": "12610000000000000000" + }, + { + "gotchiId": "20299", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "20300", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "20301", + "amount": "13.065", + "parsedAmount": "13065000000000000000" + }, + { + "gotchiId": "20308", + "amount": "1922.94", + "parsedAmount": "1922940000000000000000" + }, + { + "gotchiId": "20309", + "amount": "15.065", + "parsedAmount": "15065000000000000000" + }, + { + "gotchiId": "20311", + "amount": "2.0575", + "parsedAmount": "2057500000000000000" + }, + { + "gotchiId": "20314", + "amount": "12.6125", + "parsedAmount": "12612500000000000000" + }, + { + "gotchiId": "20315", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "20317", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "20318", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "20321", + "amount": "13.2275", + "parsedAmount": "13227500000000000000" + }, + { + "gotchiId": "20325", + "amount": "22.217499999999998", + "parsedAmount": "22217499999999998000" + }, + { + "gotchiId": "20329", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "20330", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "20332", + "amount": "9.8175", + "parsedAmount": "9817500000000000000" + }, + { + "gotchiId": "20336", + "amount": "11.305", + "parsedAmount": "11305000000000000000" + }, + { + "gotchiId": "20340", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "20341", + "amount": "16.0075", + "parsedAmount": "16007500000000000000" + }, + { + "gotchiId": "20342", + "amount": "28.8275", + "parsedAmount": "28827500000000000000" + }, + { + "gotchiId": "20343", + "amount": "15.78", + "parsedAmount": "15780000000000000000" + }, + { + "gotchiId": "20346", + "amount": "7.395", + "parsedAmount": "7395000000000000000" + }, + { + "gotchiId": "20347", + "amount": "14.9725", + "parsedAmount": "14972500000000000000" + }, + { + "gotchiId": "20348", + "amount": "15.754999999999999", + "parsedAmount": "15754999999999999000" + }, + { + "gotchiId": "20353", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "20357", + "amount": "9.61", + "parsedAmount": "9610000000000000000" + }, + { + "gotchiId": "20358", + "amount": "2.07", + "parsedAmount": "2070000000000000000" + }, + { + "gotchiId": "20361", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "20362", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "20363", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "20367", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "20370", + "amount": "6.14", + "parsedAmount": "6140000000000000000" + }, + { + "gotchiId": "20372", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "20374", + "amount": "89.3475", + "parsedAmount": "89347500000000000000" + }, + { + "gotchiId": "20376", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "20381", + "amount": "9.2", + "parsedAmount": "9200000000000000000" + }, + { + "gotchiId": "20382", + "amount": "5.94", + "parsedAmount": "5940000000000000000" + }, + { + "gotchiId": "20386", + "amount": "7.2275", + "parsedAmount": "7227500000000000000" + }, + { + "gotchiId": "20387", + "amount": "11.58", + "parsedAmount": "11580000000000000000" + }, + { + "gotchiId": "20389", + "amount": "22.175", + "parsedAmount": "22175000000000000000" + }, + { + "gotchiId": "20391", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "20394", + "amount": "10.25", + "parsedAmount": "10250000000000000000" + }, + { + "gotchiId": "20395", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "20397", + "amount": "11.42", + "parsedAmount": "11420000000000000000" + }, + { + "gotchiId": "20398", + "amount": "12.700000000000001", + "parsedAmount": "12700000000000001000" + }, + { + "gotchiId": "20399", + "amount": "11.2725", + "parsedAmount": "11272500000000000000" + }, + { + "gotchiId": "20400", + "amount": "13.545", + "parsedAmount": "13545000000000000000" + }, + { + "gotchiId": "20405", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "20407", + "amount": "13.6675", + "parsedAmount": "13667500000000000000" + }, + { + "gotchiId": "20409", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "20412", + "amount": "11.4575", + "parsedAmount": "11457500000000000000" + }, + { + "gotchiId": "20418", + "amount": "10.36", + "parsedAmount": "10360000000000000000" + }, + { + "gotchiId": "20419", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "20420", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "20421", + "amount": "7.73", + "parsedAmount": "7730000000000000000" + }, + { + "gotchiId": "20423", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "20426", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "20430", + "amount": "2.6375", + "parsedAmount": "2637500000000000000" + }, + { + "gotchiId": "20431", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "20432", + "amount": "13.695", + "parsedAmount": "13695000000000000000" + }, + { + "gotchiId": "20433", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "20434", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "20435", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "20436", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "20441", + "amount": "6.0649999999999995", + "parsedAmount": "6064999999999999500" + }, + { + "gotchiId": "20442", + "amount": "10.485", + "parsedAmount": "10485000000000000000" + }, + { + "gotchiId": "20444", + "amount": "3.5575", + "parsedAmount": "3557500000000000000" + }, + { + "gotchiId": "20449", + "amount": "102.21", + "parsedAmount": "102210000000000000000" + }, + { + "gotchiId": "20451", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "20453", + "amount": "22.735", + "parsedAmount": "22735000000000000000" + }, + { + "gotchiId": "20454", + "amount": "174.705", + "parsedAmount": "174705000000000000000" + }, + { + "gotchiId": "20455", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "20459", + "amount": "5.2525", + "parsedAmount": "5252500000000000000" + }, + { + "gotchiId": "20461", + "amount": "7.185", + "parsedAmount": "7185000000000000000" + }, + { + "gotchiId": "20464", + "amount": "25.497500000000002", + "parsedAmount": "25497500000000002000" + }, + { + "gotchiId": "20465", + "amount": "12.327499999999999", + "parsedAmount": "12327499999999999000" + }, + { + "gotchiId": "20466", + "amount": "12.732500000000002", + "parsedAmount": "12732500000000002000" + }, + { + "gotchiId": "20469", + "amount": "16.3075", + "parsedAmount": "16307500000000000000" + }, + { + "gotchiId": "20471", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "20475", + "amount": "21.6975", + "parsedAmount": "21697500000000000000" + }, + { + "gotchiId": "20477", + "amount": "12.51", + "parsedAmount": "12510000000000000000" + }, + { + "gotchiId": "20478", + "amount": "60.792500000000004", + "parsedAmount": "60792500000000004000" + }, + { + "gotchiId": "20479", + "amount": "10.055", + "parsedAmount": "10055000000000000000" + }, + { + "gotchiId": "20480", + "amount": "10.305", + "parsedAmount": "10305000000000000000" + }, + { + "gotchiId": "20481", + "amount": "19.94", + "parsedAmount": "19940000000000000000" + }, + { + "gotchiId": "20483", + "amount": "21.61", + "parsedAmount": "21610000000000000000" + }, + { + "gotchiId": "20484", + "amount": "10.305", + "parsedAmount": "10305000000000000000" + }, + { + "gotchiId": "20487", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "20489", + "amount": "24.9375", + "parsedAmount": "24937500000000000000" + }, + { + "gotchiId": "20490", + "amount": "20.795", + "parsedAmount": "20795000000000000000" + }, + { + "gotchiId": "20491", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "20494", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "20495", + "amount": "9.6425", + "parsedAmount": "9642500000000000000" + }, + { + "gotchiId": "20503", + "amount": "27.8125", + "parsedAmount": "27812500000000000000" + }, + { + "gotchiId": "20509", + "amount": "12.580000000000002", + "parsedAmount": "12580000000000002000" + }, + { + "gotchiId": "20513", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "20514", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "20518", + "amount": "53.0425", + "parsedAmount": "53042500000000000000" + }, + { + "gotchiId": "20521", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20524", + "amount": "6.952500000000001", + "parsedAmount": "6952500000000001000" + }, + { + "gotchiId": "20525", + "amount": "49.050000000000004", + "parsedAmount": "49050000000000004000" + }, + { + "gotchiId": "20526", + "amount": "43.655", + "parsedAmount": "43655000000000000000" + }, + { + "gotchiId": "20528", + "amount": "3.2875", + "parsedAmount": "3287500000000000000" + }, + { + "gotchiId": "20532", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "20536", + "amount": "12.407499999999999", + "parsedAmount": "12407499999999999000" + }, + { + "gotchiId": "20537", + "amount": "20.025", + "parsedAmount": "20025000000000000000" + }, + { + "gotchiId": "20538", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "20540", + "amount": "19.6625", + "parsedAmount": "19662500000000000000" + }, + { + "gotchiId": "20544", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "20545", + "amount": "15.02", + "parsedAmount": "15020000000000000000" + }, + { + "gotchiId": "20547", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "20548", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "20554", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "20558", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "20559", + "amount": "10.245000000000001", + "parsedAmount": "10245000000000001000" + }, + { + "gotchiId": "20561", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "20566", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "20570", + "amount": "9.4", + "parsedAmount": "9400000000000000000" + }, + { + "gotchiId": "20571", + "amount": "6.745", + "parsedAmount": "6745000000000000000" + }, + { + "gotchiId": "20573", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "20574", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "20575", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "20576", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "20577", + "amount": "10.54", + "parsedAmount": "10540000000000000000" + }, + { + "gotchiId": "20578", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "20579", + "amount": "9.559999999999999", + "parsedAmount": "9559999999999999000" + }, + { + "gotchiId": "20580", + "amount": "8.245", + "parsedAmount": "8245000000000000000" + }, + { + "gotchiId": "20582", + "amount": "20.432499999999997", + "parsedAmount": "20432499999999997000" + }, + { + "gotchiId": "20583", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "20585", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "20587", + "amount": "12.67", + "parsedAmount": "12670000000000000000" + }, + { + "gotchiId": "20589", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "20592", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "20596", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "20597", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "20599", + "amount": "22.3625", + "parsedAmount": "22362500000000000000" + }, + { + "gotchiId": "20601", + "amount": "12.025", + "parsedAmount": "12025000000000000000" + }, + { + "gotchiId": "20603", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "20606", + "amount": "6.5649999999999995", + "parsedAmount": "6564999999999999500" + }, + { + "gotchiId": "20607", + "amount": "12.579999999999998", + "parsedAmount": "12579999999999998000" + }, + { + "gotchiId": "20608", + "amount": "15.9875", + "parsedAmount": "15987500000000000000" + }, + { + "gotchiId": "20609", + "amount": "8.69", + "parsedAmount": "8690000000000000000" + }, + { + "gotchiId": "20610", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "20613", + "amount": "17.28", + "parsedAmount": "17280000000000000000" + }, + { + "gotchiId": "20615", + "amount": "5.9075", + "parsedAmount": "5907500000000000000" + }, + { + "gotchiId": "20618", + "amount": "32.1875", + "parsedAmount": "32187500000000000000" + }, + { + "gotchiId": "20622", + "amount": "15.935", + "parsedAmount": "15935000000000000000" + }, + { + "gotchiId": "20626", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "20628", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "20630", + "amount": "9.065", + "parsedAmount": "9065000000000000000" + }, + { + "gotchiId": "20635", + "amount": "43.76", + "parsedAmount": "43760000000000000000" + }, + { + "gotchiId": "20636", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "20639", + "amount": "8.76", + "parsedAmount": "8760000000000000000" + }, + { + "gotchiId": "20642", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "20643", + "amount": "14.075", + "parsedAmount": "14075000000000000000" + }, + { + "gotchiId": "20645", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "20646", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "20647", + "amount": "14.3625", + "parsedAmount": "14362500000000000000" + }, + { + "gotchiId": "20649", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "20650", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "20652", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "20653", + "amount": "7.6625", + "parsedAmount": "7662500000000000000" + }, + { + "gotchiId": "20655", + "amount": "42.61750000000001", + "parsedAmount": "42617500000000010000" + }, + { + "gotchiId": "20656", + "amount": "12.2275", + "parsedAmount": "12227500000000000000" + }, + { + "gotchiId": "20657", + "amount": "16.4525", + "parsedAmount": "16452500000000000000" + }, + { + "gotchiId": "20658", + "amount": "21.9375", + "parsedAmount": "21937500000000000000" + }, + { + "gotchiId": "20659", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "20661", + "amount": "11.8475", + "parsedAmount": "11847500000000000000" + }, + { + "gotchiId": "20662", + "amount": "23.015", + "parsedAmount": "23015000000000000000" + }, + { + "gotchiId": "20663", + "amount": "14.802499999999998", + "parsedAmount": "14802499999999998000" + }, + { + "gotchiId": "20664", + "amount": "11.474999999999998", + "parsedAmount": "11474999999999998000" + }, + { + "gotchiId": "20672", + "amount": "18.17", + "parsedAmount": "18170000000000000000" + }, + { + "gotchiId": "20673", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "20674", + "amount": "10.21", + "parsedAmount": "10210000000000000000" + }, + { + "gotchiId": "20678", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "20679", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "20680", + "amount": "32.7225", + "parsedAmount": "32722500000000000000" + }, + { + "gotchiId": "20682", + "amount": "15.48", + "parsedAmount": "15480000000000000000" + }, + { + "gotchiId": "20683", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "20685", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "20686", + "amount": "2.33", + "parsedAmount": "2330000000000000000" + }, + { + "gotchiId": "20687", + "amount": "12.7725", + "parsedAmount": "12772500000000000000" + }, + { + "gotchiId": "20691", + "amount": "5.7125", + "parsedAmount": "5712500000000000000" + }, + { + "gotchiId": "20696", + "amount": "6.905", + "parsedAmount": "6905000000000000000" + }, + { + "gotchiId": "20697", + "amount": "14.412500000000001", + "parsedAmount": "14412500000000001000" + }, + { + "gotchiId": "20698", + "amount": "17.5875", + "parsedAmount": "17587500000000000000" + }, + { + "gotchiId": "20701", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "20704", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "20706", + "amount": "2.2075", + "parsedAmount": "2207500000000000000" + }, + { + "gotchiId": "20708", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "20710", + "amount": "5.5825", + "parsedAmount": "5582500000000000000" + }, + { + "gotchiId": "20713", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "20714", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "20715", + "amount": "17.04", + "parsedAmount": "17040000000000000000" + }, + { + "gotchiId": "20717", + "amount": "7.529999999999999", + "parsedAmount": "7529999999999999000" + }, + { + "gotchiId": "20718", + "amount": "6.99", + "parsedAmount": "6990000000000000000" + }, + { + "gotchiId": "20721", + "amount": "10.9425", + "parsedAmount": "10942500000000000000" + }, + { + "gotchiId": "20722", + "amount": "19.4175", + "parsedAmount": "19417500000000000000" + }, + { + "gotchiId": "20723", + "amount": "15.885", + "parsedAmount": "15885000000000000000" + }, + { + "gotchiId": "20728", + "amount": "14.2375", + "parsedAmount": "14237500000000000000" + }, + { + "gotchiId": "20735", + "amount": "11.690000000000001", + "parsedAmount": "11690000000000001000" + }, + { + "gotchiId": "20737", + "amount": "14.9775", + "parsedAmount": "14977500000000000000" + }, + { + "gotchiId": "20739", + "amount": "9.27", + "parsedAmount": "9270000000000000000" + }, + { + "gotchiId": "20740", + "amount": "15.1275", + "parsedAmount": "15127500000000000000" + }, + { + "gotchiId": "20741", + "amount": "3.74", + "parsedAmount": "3740000000000000000" + }, + { + "gotchiId": "20745", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "20746", + "amount": "2.4525", + "parsedAmount": "2452500000000000000" + }, + { + "gotchiId": "20747", + "amount": "12.6075", + "parsedAmount": "12607500000000000000" + }, + { + "gotchiId": "20749", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "20750", + "amount": "14.775", + "parsedAmount": "14775000000000000000" + }, + { + "gotchiId": "20752", + "amount": "12.3675", + "parsedAmount": "12367500000000000000" + }, + { + "gotchiId": "20753", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "20755", + "amount": "15.62", + "parsedAmount": "15620000000000000000" + }, + { + "gotchiId": "20757", + "amount": "7.6475", + "parsedAmount": "7647500000000000000" + }, + { + "gotchiId": "20758", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "20760", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "20761", + "amount": "8.57", + "parsedAmount": "8570000000000000000" + }, + { + "gotchiId": "20763", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "20764", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "20767", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "20769", + "amount": "6.985", + "parsedAmount": "6985000000000000000" + }, + { + "gotchiId": "20770", + "amount": "7.015", + "parsedAmount": "7015000000000000000" + }, + { + "gotchiId": "20771", + "amount": "22.482499999999998", + "parsedAmount": "22482499999999998000" + }, + { + "gotchiId": "20772", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "20774", + "amount": "9.6225", + "parsedAmount": "9622500000000000000" + }, + { + "gotchiId": "20775", + "amount": "5.345000000000001", + "parsedAmount": "5345000000000001000" + }, + { + "gotchiId": "20779", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "20782", + "amount": "16.982499999999998", + "parsedAmount": "16982499999999998000" + }, + { + "gotchiId": "20783", + "amount": "51.480000000000004", + "parsedAmount": "51480000000000004000" + }, + { + "gotchiId": "20784", + "amount": "5.8100000000000005", + "parsedAmount": "5810000000000000500" + }, + { + "gotchiId": "20786", + "amount": "7.7475000000000005", + "parsedAmount": "7747500000000000500" + }, + { + "gotchiId": "20791", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "20793", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "20795", + "amount": "15.440000000000001", + "parsedAmount": "15440000000000001000" + }, + { + "gotchiId": "20797", + "amount": "10.355", + "parsedAmount": "10355000000000000000" + }, + { + "gotchiId": "20804", + "amount": "12.4725", + "parsedAmount": "12472500000000000000" + }, + { + "gotchiId": "20805", + "amount": "17.2375", + "parsedAmount": "17237500000000000000" + }, + { + "gotchiId": "20807", + "amount": "7.0775", + "parsedAmount": "7077500000000000000" + }, + { + "gotchiId": "20810", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "20813", + "amount": "5.3950000000000005", + "parsedAmount": "5395000000000000500" + }, + { + "gotchiId": "20815", + "amount": "15.8225", + "parsedAmount": "15822500000000000000" + }, + { + "gotchiId": "20816", + "amount": "9.7675", + "parsedAmount": "9767500000000000000" + }, + { + "gotchiId": "20817", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "20818", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "20821", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "20824", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "20825", + "amount": "9.975", + "parsedAmount": "9975000000000000000" + }, + { + "gotchiId": "20826", + "amount": "121.38749999999999", + "parsedAmount": "121387499999999990000" + }, + { + "gotchiId": "20827", + "amount": "21.3175", + "parsedAmount": "21317500000000000000" + }, + { + "gotchiId": "20828", + "amount": "100.2025", + "parsedAmount": "100202500000000000000" + }, + { + "gotchiId": "20830", + "amount": "14.632499999999999", + "parsedAmount": "14632499999999999000" + }, + { + "gotchiId": "20831", + "amount": "20.0775", + "parsedAmount": "20077500000000000000" + }, + { + "gotchiId": "20832", + "amount": "26.8675", + "parsedAmount": "26867500000000000000" + }, + { + "gotchiId": "20837", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "20838", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "20842", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "20844", + "amount": "144.54", + "parsedAmount": "144540000000000000000" + }, + { + "gotchiId": "20845", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "20847", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "20848", + "amount": "30.027499999999996", + "parsedAmount": "30027499999999996000" + }, + { + "gotchiId": "20849", + "amount": "6.6850000000000005", + "parsedAmount": "6685000000000000500" + }, + { + "gotchiId": "20850", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "20851", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "20852", + "amount": "14.935", + "parsedAmount": "14935000000000000000" + }, + { + "gotchiId": "20853", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "20856", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "20858", + "amount": "8", + "parsedAmount": "8000000000000000000" + }, + { + "gotchiId": "20861", + "amount": "12.887500000000001", + "parsedAmount": "12887500000000001000" + }, + { + "gotchiId": "20863", + "amount": "18.2825", + "parsedAmount": "18282500000000000000" + }, + { + "gotchiId": "20865", + "amount": "2.5675", + "parsedAmount": "2567500000000000000" + }, + { + "gotchiId": "20867", + "amount": "12.88", + "parsedAmount": "12880000000000000000" + }, + { + "gotchiId": "20868", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "20869", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "20870", + "amount": "7.5649999999999995", + "parsedAmount": "7564999999999999500" + }, + { + "gotchiId": "20872", + "amount": "6.012499999999999", + "parsedAmount": "6012499999999999000" + }, + { + "gotchiId": "20873", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "20874", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "20875", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "20877", + "amount": "13.01", + "parsedAmount": "13010000000000000000" + }, + { + "gotchiId": "20878", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "20885", + "amount": "101.93249999999999", + "parsedAmount": "101932499999999990000" + }, + { + "gotchiId": "20887", + "amount": "3.5475", + "parsedAmount": "3547500000000000000" + }, + { + "gotchiId": "20890", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "20891", + "amount": "15.427499999999998", + "parsedAmount": "15427499999999998000" + }, + { + "gotchiId": "20896", + "amount": "2.51", + "parsedAmount": "2510000000000000000" + }, + { + "gotchiId": "20901", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "20906", + "amount": "15.927500000000002", + "parsedAmount": "15927500000000002000" + }, + { + "gotchiId": "20909", + "amount": "60.832499999999996", + "parsedAmount": "60832499999999996000" + }, + { + "gotchiId": "20912", + "amount": "17.5175", + "parsedAmount": "17517500000000000000" + }, + { + "gotchiId": "20913", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "20915", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "20917", + "amount": "20.869999999999997", + "parsedAmount": "20869999999999997000" + }, + { + "gotchiId": "20922", + "amount": "3.35", + "parsedAmount": "3350000000000000000" + }, + { + "gotchiId": "20927", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "20928", + "amount": "8.745000000000001", + "parsedAmount": "8745000000000001000" + }, + { + "gotchiId": "20929", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "20930", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "20932", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "20933", + "amount": "7.3075", + "parsedAmount": "7307500000000000000" + }, + { + "gotchiId": "20934", + "amount": "18.1025", + "parsedAmount": "18102500000000000000" + }, + { + "gotchiId": "20936", + "amount": "6.3875", + "parsedAmount": "6387500000000000000" + }, + { + "gotchiId": "20937", + "amount": "19.7275", + "parsedAmount": "19727500000000000000" + }, + { + "gotchiId": "20941", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "20943", + "amount": "29.495", + "parsedAmount": "29495000000000000000" + }, + { + "gotchiId": "20947", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "20948", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "20950", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "20951", + "amount": "18.3375", + "parsedAmount": "18337500000000000000" + }, + { + "gotchiId": "20952", + "amount": "44.265", + "parsedAmount": "44265000000000000000" + }, + { + "gotchiId": "20954", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "20955", + "amount": "6.965", + "parsedAmount": "6965000000000000000" + }, + { + "gotchiId": "20957", + "amount": "6.984999999999999", + "parsedAmount": "6984999999999999000" + }, + { + "gotchiId": "20961", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "20963", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "20964", + "amount": "56.255", + "parsedAmount": "56255000000000000000" + }, + { + "gotchiId": "20965", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "20966", + "amount": "53.8325", + "parsedAmount": "53832500000000000000" + } + ], + "totalAmount": "8534547500000000006500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204029, + "gasUsed": "9697061" + }, + { + "batchIndex": 20, + "transactionHash": "0xc812db444041b81775ea596d15a23ecaa70c6a8bc358e57209bea9a15f53b112", + "timestamp": "2025-10-23T05:30:07.247Z", + "gotchiRewards": [ + { + "gotchiId": "20970", + "amount": "17.11", + "parsedAmount": "17110000000000000000" + }, + { + "gotchiId": "20972", + "amount": "3.3475", + "parsedAmount": "3347500000000000000" + }, + { + "gotchiId": "20973", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "20974", + "amount": "18.1025", + "parsedAmount": "18102500000000000000" + }, + { + "gotchiId": "20976", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "20977", + "amount": "5.42", + "parsedAmount": "5420000000000000000" + }, + { + "gotchiId": "20982", + "amount": "8.8625", + "parsedAmount": "8862500000000000000" + }, + { + "gotchiId": "20983", + "amount": "6.0600000000000005", + "parsedAmount": "6060000000000000500" + }, + { + "gotchiId": "20987", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "20988", + "amount": "15.9975", + "parsedAmount": "15997500000000000000" + }, + { + "gotchiId": "20996", + "amount": "99.82000000000001", + "parsedAmount": "99820000000000010000" + }, + { + "gotchiId": "20997", + "amount": "9.6375", + "parsedAmount": "9637500000000000000" + }, + { + "gotchiId": "21005", + "amount": "2.38", + "parsedAmount": "2380000000000000000" + }, + { + "gotchiId": "21007", + "amount": "7.074999999999999", + "parsedAmount": "7074999999999999000" + }, + { + "gotchiId": "21008", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "21009", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "21013", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "21015", + "amount": "10.247499999999999", + "parsedAmount": "10247499999999999000" + }, + { + "gotchiId": "21018", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "21019", + "amount": "27.2075", + "parsedAmount": "27207500000000000000" + }, + { + "gotchiId": "21021", + "amount": "6.262499999999999", + "parsedAmount": "6262499999999999000" + }, + { + "gotchiId": "21025", + "amount": "6.1375", + "parsedAmount": "6137500000000000000" + }, + { + "gotchiId": "21026", + "amount": "6.5600000000000005", + "parsedAmount": "6560000000000000500" + }, + { + "gotchiId": "21027", + "amount": "10.1125", + "parsedAmount": "10112500000000000000" + }, + { + "gotchiId": "21028", + "amount": "14.345", + "parsedAmount": "14345000000000000000" + }, + { + "gotchiId": "21030", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "21031", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "21032", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "21034", + "amount": "7.0125", + "parsedAmount": "7012500000000000000" + }, + { + "gotchiId": "21035", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "21037", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "21038", + "amount": "21.6025", + "parsedAmount": "21602500000000000000" + }, + { + "gotchiId": "21040", + "amount": "12.4775", + "parsedAmount": "12477500000000000000" + }, + { + "gotchiId": "21042", + "amount": "13.6375", + "parsedAmount": "13637500000000000000" + }, + { + "gotchiId": "21046", + "amount": "6.86", + "parsedAmount": "6860000000000000000" + }, + { + "gotchiId": "21047", + "amount": "34.65", + "parsedAmount": "34650000000000000000" + }, + { + "gotchiId": "21048", + "amount": "19.95", + "parsedAmount": "19950000000000000000" + }, + { + "gotchiId": "21049", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "21055", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "21056", + "amount": "11.445", + "parsedAmount": "11445000000000000000" + }, + { + "gotchiId": "21059", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "21060", + "amount": "6.654999999999999", + "parsedAmount": "6654999999999999000" + }, + { + "gotchiId": "21061", + "amount": "18.735", + "parsedAmount": "18735000000000000000" + }, + { + "gotchiId": "21064", + "amount": "30.119999999999997", + "parsedAmount": "30119999999999997000" + }, + { + "gotchiId": "21066", + "amount": "16.1225", + "parsedAmount": "16122500000000000000" + }, + { + "gotchiId": "21067", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "21071", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "21075", + "amount": "6.3575", + "parsedAmount": "6357500000000000000" + }, + { + "gotchiId": "21077", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "21080", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "21082", + "amount": "49.94", + "parsedAmount": "49940000000000000000" + }, + { + "gotchiId": "21085", + "amount": "5.375", + "parsedAmount": "5375000000000000000" + }, + { + "gotchiId": "21090", + "amount": "12.432500000000001", + "parsedAmount": "12432500000000001000" + }, + { + "gotchiId": "21091", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "21093", + "amount": "18.31", + "parsedAmount": "18310000000000000000" + }, + { + "gotchiId": "21094", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "21095", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "21098", + "amount": "5.487500000000001", + "parsedAmount": "5487500000000001000" + }, + { + "gotchiId": "21100", + "amount": "23.4275", + "parsedAmount": "23427500000000000000" + }, + { + "gotchiId": "21101", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21103", + "amount": "23.2975", + "parsedAmount": "23297500000000000000" + }, + { + "gotchiId": "21105", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "21107", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "21108", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "21110", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "21113", + "amount": "26.447499999999998", + "parsedAmount": "26447499999999998000" + }, + { + "gotchiId": "21114", + "amount": "25.205", + "parsedAmount": "25205000000000000000" + }, + { + "gotchiId": "21115", + "amount": "16.3025", + "parsedAmount": "16302500000000000000" + }, + { + "gotchiId": "21121", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "21124", + "amount": "9.155", + "parsedAmount": "9155000000000000000" + }, + { + "gotchiId": "21125", + "amount": "25.8925", + "parsedAmount": "25892500000000000000" + }, + { + "gotchiId": "21126", + "amount": "27.8375", + "parsedAmount": "27837500000000000000" + }, + { + "gotchiId": "21127", + "amount": "7.9125000000000005", + "parsedAmount": "7912500000000000500" + }, + { + "gotchiId": "21130", + "amount": "22.1375", + "parsedAmount": "22137500000000000000" + }, + { + "gotchiId": "21131", + "amount": "9.422500000000001", + "parsedAmount": "9422500000000001000" + }, + { + "gotchiId": "21133", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "21134", + "amount": "35.66", + "parsedAmount": "35660000000000000000" + }, + { + "gotchiId": "21135", + "amount": "5.6925", + "parsedAmount": "5692500000000000000" + }, + { + "gotchiId": "21136", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "21140", + "amount": "11.105", + "parsedAmount": "11105000000000000000" + }, + { + "gotchiId": "21142", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "21143", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "21145", + "amount": "12.7225", + "parsedAmount": "12722500000000000000" + }, + { + "gotchiId": "21148", + "amount": "6.657500000000001", + "parsedAmount": "6657500000000001000" + }, + { + "gotchiId": "21152", + "amount": "7.065", + "parsedAmount": "7065000000000000000" + }, + { + "gotchiId": "21153", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "21154", + "amount": "97.7325", + "parsedAmount": "97732500000000000000" + }, + { + "gotchiId": "21155", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "21157", + "amount": "13.379999999999999", + "parsedAmount": "13379999999999999000" + }, + { + "gotchiId": "21158", + "amount": "13.845", + "parsedAmount": "13845000000000000000" + }, + { + "gotchiId": "21159", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "21160", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21162", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "21163", + "amount": "21.782500000000002", + "parsedAmount": "21782500000000002000" + }, + { + "gotchiId": "21171", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "21172", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "21173", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "21177", + "amount": "10.787500000000001", + "parsedAmount": "10787500000000001000" + }, + { + "gotchiId": "21179", + "amount": "19.08", + "parsedAmount": "19080000000000000000" + }, + { + "gotchiId": "21181", + "amount": "13.709999999999999", + "parsedAmount": "13709999999999999000" + }, + { + "gotchiId": "21182", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "21184", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "21185", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "21186", + "amount": "16.542499999999997", + "parsedAmount": "16542499999999997000" + }, + { + "gotchiId": "21188", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "21189", + "amount": "7.5675", + "parsedAmount": "7567500000000000000" + }, + { + "gotchiId": "21191", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "21199", + "amount": "24.2", + "parsedAmount": "24200000000000000000" + }, + { + "gotchiId": "21204", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "21207", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "21209", + "amount": "15.76", + "parsedAmount": "15760000000000000000" + }, + { + "gotchiId": "21211", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "21214", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "21215", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "21219", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "21220", + "amount": "12.6325", + "parsedAmount": "12632500000000000000" + }, + { + "gotchiId": "21223", + "amount": "7.595", + "parsedAmount": "7595000000000000000" + }, + { + "gotchiId": "21226", + "amount": "19.4775", + "parsedAmount": "19477500000000000000" + }, + { + "gotchiId": "21227", + "amount": "2.5625", + "parsedAmount": "2562500000000000000" + }, + { + "gotchiId": "21228", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "21229", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "21230", + "amount": "91.745", + "parsedAmount": "91745000000000000000" + }, + { + "gotchiId": "21231", + "amount": "23.409999999999997", + "parsedAmount": "23409999999999997000" + }, + { + "gotchiId": "21232", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "21233", + "amount": "5.6575", + "parsedAmount": "5657500000000000000" + }, + { + "gotchiId": "21236", + "amount": "14.83", + "parsedAmount": "14830000000000000000" + }, + { + "gotchiId": "21237", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "21238", + "amount": "21.735", + "parsedAmount": "21735000000000000000" + }, + { + "gotchiId": "21241", + "amount": "17.55", + "parsedAmount": "17550000000000000000" + }, + { + "gotchiId": "21243", + "amount": "26.18", + "parsedAmount": "26180000000000000000" + }, + { + "gotchiId": "21244", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "21245", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "21248", + "amount": "22.575", + "parsedAmount": "22575000000000000000" + }, + { + "gotchiId": "21249", + "amount": "28.2325", + "parsedAmount": "28232500000000000000" + }, + { + "gotchiId": "21250", + "amount": "14.84", + "parsedAmount": "14840000000000000000" + }, + { + "gotchiId": "21252", + "amount": "8.9075", + "parsedAmount": "8907500000000000000" + }, + { + "gotchiId": "21253", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "21255", + "amount": "12.905", + "parsedAmount": "12905000000000000000" + }, + { + "gotchiId": "21257", + "amount": "20.53", + "parsedAmount": "20530000000000000000" + }, + { + "gotchiId": "21258", + "amount": "10.485", + "parsedAmount": "10485000000000000000" + }, + { + "gotchiId": "21259", + "amount": "20.372500000000002", + "parsedAmount": "20372500000000002000" + }, + { + "gotchiId": "21261", + "amount": "14.0825", + "parsedAmount": "14082500000000000000" + }, + { + "gotchiId": "21262", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "21263", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "21264", + "amount": "10.9", + "parsedAmount": "10900000000000000000" + }, + { + "gotchiId": "21268", + "amount": "39.2425", + "parsedAmount": "39242500000000000000" + }, + { + "gotchiId": "21277", + "amount": "9.535", + "parsedAmount": "9535000000000000000" + }, + { + "gotchiId": "21278", + "amount": "28.475", + "parsedAmount": "28475000000000000000" + }, + { + "gotchiId": "21280", + "amount": "5.702500000000001", + "parsedAmount": "5702500000000001000" + }, + { + "gotchiId": "21282", + "amount": "17.3225", + "parsedAmount": "17322500000000000000" + }, + { + "gotchiId": "21283", + "amount": "12.2025", + "parsedAmount": "12202500000000000000" + }, + { + "gotchiId": "21284", + "amount": "12.905", + "parsedAmount": "12905000000000000000" + }, + { + "gotchiId": "21291", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "21295", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "21296", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "21299", + "amount": "26.3225", + "parsedAmount": "26322500000000000000" + }, + { + "gotchiId": "21302", + "amount": "18.85", + "parsedAmount": "18850000000000000000" + }, + { + "gotchiId": "21303", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "21305", + "amount": "15.98", + "parsedAmount": "15980000000000000000" + }, + { + "gotchiId": "21306", + "amount": "8.9275", + "parsedAmount": "8927500000000000000" + }, + { + "gotchiId": "21307", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "21308", + "amount": "11.329999999999998", + "parsedAmount": "11329999999999998000" + }, + { + "gotchiId": "21309", + "amount": "5.01", + "parsedAmount": "5010000000000000000" + }, + { + "gotchiId": "21311", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21312", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "21316", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "21320", + "amount": "94.4625", + "parsedAmount": "94462500000000000000" + }, + { + "gotchiId": "21322", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "21323", + "amount": "46.2875", + "parsedAmount": "46287500000000000000" + }, + { + "gotchiId": "21325", + "amount": "10.73", + "parsedAmount": "10730000000000000000" + }, + { + "gotchiId": "21326", + "amount": "17.4775", + "parsedAmount": "17477500000000000000" + }, + { + "gotchiId": "21331", + "amount": "10.2525", + "parsedAmount": "10252500000000000000" + }, + { + "gotchiId": "21332", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "21334", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "21337", + "amount": "36.802499999999995", + "parsedAmount": "36802499999999995000" + }, + { + "gotchiId": "21338", + "amount": "36.394999999999996", + "parsedAmount": "36394999999999996000" + }, + { + "gotchiId": "21339", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "21341", + "amount": "4.6825", + "parsedAmount": "4682500000000000000" + }, + { + "gotchiId": "21347", + "amount": "14.875", + "parsedAmount": "14875000000000000000" + }, + { + "gotchiId": "21349", + "amount": "11.432500000000001", + "parsedAmount": "11432500000000001000" + }, + { + "gotchiId": "21350", + "amount": "23.840000000000003", + "parsedAmount": "23840000000000003000" + }, + { + "gotchiId": "21351", + "amount": "8.7475", + "parsedAmount": "8747500000000000000" + }, + { + "gotchiId": "21352", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "21353", + "amount": "26.675", + "parsedAmount": "26675000000000000000" + }, + { + "gotchiId": "21354", + "amount": "4.5675", + "parsedAmount": "4567500000000000000" + }, + { + "gotchiId": "21355", + "amount": "8.912500000000001", + "parsedAmount": "8912500000000001000" + }, + { + "gotchiId": "21356", + "amount": "16.287499999999998", + "parsedAmount": "16287499999999998000" + }, + { + "gotchiId": "21357", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "21358", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "21361", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "21362", + "amount": "33.17", + "parsedAmount": "33170000000000000000" + }, + { + "gotchiId": "21364", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "21366", + "amount": "18.515", + "parsedAmount": "18515000000000000000" + }, + { + "gotchiId": "21369", + "amount": "26.9875", + "parsedAmount": "26987500000000000000" + }, + { + "gotchiId": "21371", + "amount": "20.195", + "parsedAmount": "20195000000000000000" + }, + { + "gotchiId": "21377", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "21379", + "amount": "18.0375", + "parsedAmount": "18037500000000000000" + }, + { + "gotchiId": "21382", + "amount": "16.765", + "parsedAmount": "16765000000000000000" + }, + { + "gotchiId": "21384", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "21385", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "21386", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "21387", + "amount": "21.060000000000002", + "parsedAmount": "21060000000000002000" + }, + { + "gotchiId": "21390", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "21393", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "21395", + "amount": "5.905", + "parsedAmount": "5905000000000000000" + }, + { + "gotchiId": "21396", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "21397", + "amount": "25.5825", + "parsedAmount": "25582500000000000000" + }, + { + "gotchiId": "21399", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "21400", + "amount": "23.5675", + "parsedAmount": "23567500000000000000" + }, + { + "gotchiId": "21403", + "amount": "250.80749999999998", + "parsedAmount": "250807499999999980000" + }, + { + "gotchiId": "21405", + "amount": "18.895", + "parsedAmount": "18895000000000000000" + }, + { + "gotchiId": "21407", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "21413", + "amount": "6.345000000000001", + "parsedAmount": "6345000000000001000" + }, + { + "gotchiId": "21415", + "amount": "9.48", + "parsedAmount": "9480000000000000000" + }, + { + "gotchiId": "21417", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "21418", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "21419", + "amount": "9.002500000000001", + "parsedAmount": "9002500000000001000" + }, + { + "gotchiId": "21422", + "amount": "25.005000000000003", + "parsedAmount": "25005000000000003000" + }, + { + "gotchiId": "21424", + "amount": "915.2275", + "parsedAmount": "915227500000000000000" + }, + { + "gotchiId": "21426", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "21429", + "amount": "31.8275", + "parsedAmount": "31827500000000000000" + }, + { + "gotchiId": "21431", + "amount": "17.4575", + "parsedAmount": "17457500000000000000" + }, + { + "gotchiId": "21433", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "21434", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "21435", + "amount": "58.5375", + "parsedAmount": "58537500000000000000" + }, + { + "gotchiId": "21438", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "21439", + "amount": "8.5975", + "parsedAmount": "8597500000000000000" + }, + { + "gotchiId": "21441", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "21442", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "21443", + "amount": "8.81", + "parsedAmount": "8810000000000000000" + }, + { + "gotchiId": "21445", + "amount": "8.2025", + "parsedAmount": "8202500000000000000" + }, + { + "gotchiId": "21446", + "amount": "17.0725", + "parsedAmount": "17072500000000000000" + }, + { + "gotchiId": "21456", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "21463", + "amount": "11.254999999999999", + "parsedAmount": "11254999999999999000" + }, + { + "gotchiId": "21466", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "21470", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "21471", + "amount": "16.1225", + "parsedAmount": "16122500000000000000" + }, + { + "gotchiId": "21474", + "amount": "9.815000000000001", + "parsedAmount": "9815000000000001000" + }, + { + "gotchiId": "21475", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "21477", + "amount": "83.4425", + "parsedAmount": "83442500000000000000" + }, + { + "gotchiId": "21479", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "21480", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "21482", + "amount": "13.879999999999999", + "parsedAmount": "13879999999999999000" + }, + { + "gotchiId": "21483", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "21484", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "21485", + "amount": "10.787500000000001", + "parsedAmount": "10787500000000001000" + }, + { + "gotchiId": "21487", + "amount": "16.7575", + "parsedAmount": "16757500000000000000" + }, + { + "gotchiId": "21488", + "amount": "14.510000000000002", + "parsedAmount": "14510000000000002000" + }, + { + "gotchiId": "21489", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "21493", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "21494", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "21495", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "21499", + "amount": "22.66", + "parsedAmount": "22660000000000000000" + }, + { + "gotchiId": "21501", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "21504", + "amount": "12.9125", + "parsedAmount": "12912500000000000000" + }, + { + "gotchiId": "21505", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "21508", + "amount": "525.4175", + "parsedAmount": "525417500000000000000" + }, + { + "gotchiId": "21510", + "amount": "28.642500000000002", + "parsedAmount": "28642500000000002000" + }, + { + "gotchiId": "21517", + "amount": "11.6", + "parsedAmount": "11600000000000000000" + }, + { + "gotchiId": "21518", + "amount": "17.25", + "parsedAmount": "17250000000000000000" + }, + { + "gotchiId": "21521", + "amount": "24.835", + "parsedAmount": "24835000000000000000" + }, + { + "gotchiId": "21522", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "21524", + "amount": "12.945", + "parsedAmount": "12945000000000000000" + }, + { + "gotchiId": "21526", + "amount": "16.15", + "parsedAmount": "16150000000000000000" + }, + { + "gotchiId": "21530", + "amount": "14.557500000000001", + "parsedAmount": "14557500000000001000" + }, + { + "gotchiId": "21531", + "amount": "35.5525", + "parsedAmount": "35552500000000000000" + }, + { + "gotchiId": "21532", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "21533", + "amount": "7.5825", + "parsedAmount": "7582500000000000000" + }, + { + "gotchiId": "21534", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "21536", + "amount": "6.3275", + "parsedAmount": "6327500000000000000" + }, + { + "gotchiId": "21537", + "amount": "14.16", + "parsedAmount": "14160000000000000000" + }, + { + "gotchiId": "21538", + "amount": "12.9675", + "parsedAmount": "12967500000000000000" + }, + { + "gotchiId": "21546", + "amount": "12.3275", + "parsedAmount": "12327500000000000000" + }, + { + "gotchiId": "21548", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "21549", + "amount": "12.385", + "parsedAmount": "12385000000000000000" + }, + { + "gotchiId": "21550", + "amount": "21.555", + "parsedAmount": "21555000000000000000" + }, + { + "gotchiId": "21551", + "amount": "12.102500000000001", + "parsedAmount": "12102500000000001000" + }, + { + "gotchiId": "21552", + "amount": "9.195", + "parsedAmount": "9195000000000000000" + }, + { + "gotchiId": "21553", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "21555", + "amount": "16.345", + "parsedAmount": "16345000000000000000" + }, + { + "gotchiId": "21556", + "amount": "20.295", + "parsedAmount": "20295000000000000000" + }, + { + "gotchiId": "21558", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "21559", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "21560", + "amount": "7.86", + "parsedAmount": "7860000000000000000" + }, + { + "gotchiId": "21564", + "amount": "6.442500000000001", + "parsedAmount": "6442500000000001000" + }, + { + "gotchiId": "21567", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "21568", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "21569", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "21572", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "21574", + "amount": "10.4375", + "parsedAmount": "10437500000000000000" + }, + { + "gotchiId": "21577", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "21578", + "amount": "18.16", + "parsedAmount": "18160000000000000000" + }, + { + "gotchiId": "21582", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "21583", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "21585", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "21586", + "amount": "11.190000000000001", + "parsedAmount": "11190000000000001000" + }, + { + "gotchiId": "21587", + "amount": "2.525", + "parsedAmount": "2525000000000000000" + }, + { + "gotchiId": "21591", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "21592", + "amount": "9.0475", + "parsedAmount": "9047500000000000000" + }, + { + "gotchiId": "21593", + "amount": "6.9425", + "parsedAmount": "6942500000000000000" + }, + { + "gotchiId": "21594", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "21595", + "amount": "4.835", + "parsedAmount": "4835000000000000000" + }, + { + "gotchiId": "21596", + "amount": "41.709999999999994", + "parsedAmount": "41709999999999994000" + }, + { + "gotchiId": "21599", + "amount": "5.2475000000000005", + "parsedAmount": "5247500000000000500" + }, + { + "gotchiId": "21603", + "amount": "9.185", + "parsedAmount": "9185000000000000000" + }, + { + "gotchiId": "21604", + "amount": "14.1275", + "parsedAmount": "14127500000000000000" + }, + { + "gotchiId": "21607", + "amount": "9.005", + "parsedAmount": "9005000000000000000" + }, + { + "gotchiId": "21608", + "amount": "11.535", + "parsedAmount": "11535000000000000000" + }, + { + "gotchiId": "21609", + "amount": "10.9825", + "parsedAmount": "10982500000000000000" + }, + { + "gotchiId": "21611", + "amount": "63.4025", + "parsedAmount": "63402500000000000000" + }, + { + "gotchiId": "21612", + "amount": "7.4575000000000005", + "parsedAmount": "7457500000000000500" + }, + { + "gotchiId": "21614", + "amount": "12.8675", + "parsedAmount": "12867500000000000000" + }, + { + "gotchiId": "21615", + "amount": "7.1825", + "parsedAmount": "7182500000000000000" + }, + { + "gotchiId": "21616", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "21617", + "amount": "15.3925", + "parsedAmount": "15392500000000000000" + }, + { + "gotchiId": "21619", + "amount": "10.0375", + "parsedAmount": "10037500000000000000" + }, + { + "gotchiId": "21622", + "amount": "6.8075", + "parsedAmount": "6807500000000000000" + }, + { + "gotchiId": "21623", + "amount": "12.807500000000001", + "parsedAmount": "12807500000000001000" + }, + { + "gotchiId": "21624", + "amount": "28.985", + "parsedAmount": "28985000000000000000" + }, + { + "gotchiId": "21625", + "amount": "20.27", + "parsedAmount": "20270000000000000000" + }, + { + "gotchiId": "21627", + "amount": "13.669999999999998", + "parsedAmount": "13669999999999998000" + }, + { + "gotchiId": "21628", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "21629", + "amount": "12.3325", + "parsedAmount": "12332500000000000000" + }, + { + "gotchiId": "21632", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "21633", + "amount": "4.8125", + "parsedAmount": "4812500000000000000" + }, + { + "gotchiId": "21634", + "amount": "12.254999999999999", + "parsedAmount": "12254999999999999000" + }, + { + "gotchiId": "21637", + "amount": "10.445", + "parsedAmount": "10445000000000000000" + }, + { + "gotchiId": "21640", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "21641", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "21642", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "21643", + "amount": "31.16", + "parsedAmount": "31160000000000000000" + }, + { + "gotchiId": "21644", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "21649", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "21652", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "21653", + "amount": "20.45", + "parsedAmount": "20450000000000000000" + }, + { + "gotchiId": "21655", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "21656", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "21657", + "amount": "5.422499999999999", + "parsedAmount": "5422499999999999000" + }, + { + "gotchiId": "21658", + "amount": "18.807499999999997", + "parsedAmount": "18807499999999997000" + }, + { + "gotchiId": "21660", + "amount": "163.855", + "parsedAmount": "163855000000000000000" + }, + { + "gotchiId": "21662", + "amount": "11.735", + "parsedAmount": "11735000000000000000" + }, + { + "gotchiId": "21665", + "amount": "87.9125", + "parsedAmount": "87912500000000000000" + }, + { + "gotchiId": "21666", + "amount": "8.285", + "parsedAmount": "8285000000000000000" + }, + { + "gotchiId": "21667", + "amount": "7.657500000000001", + "parsedAmount": "7657500000000001000" + }, + { + "gotchiId": "21669", + "amount": "34.089999999999996", + "parsedAmount": "34089999999999996000" + }, + { + "gotchiId": "21676", + "amount": "12.2975", + "parsedAmount": "12297500000000000000" + }, + { + "gotchiId": "21677", + "amount": "20.0325", + "parsedAmount": "20032500000000000000" + }, + { + "gotchiId": "21678", + "amount": "9.1675", + "parsedAmount": "9167500000000000000" + }, + { + "gotchiId": "21679", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "21680", + "amount": "14.242500000000001", + "parsedAmount": "14242500000000001000" + }, + { + "gotchiId": "21681", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "21687", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "21688", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "21689", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "21690", + "amount": "16.6875", + "parsedAmount": "16687500000000000000" + }, + { + "gotchiId": "21692", + "amount": "19.5225", + "parsedAmount": "19522500000000000000" + }, + { + "gotchiId": "21693", + "amount": "3.9525", + "parsedAmount": "3952500000000000000" + }, + { + "gotchiId": "21694", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "21695", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "21696", + "amount": "5.0600000000000005", + "parsedAmount": "5060000000000000500" + }, + { + "gotchiId": "21699", + "amount": "5.9975000000000005", + "parsedAmount": "5997500000000000500" + }, + { + "gotchiId": "21702", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "21703", + "amount": "13.0625", + "parsedAmount": "13062500000000000000" + }, + { + "gotchiId": "21705", + "amount": "16.755", + "parsedAmount": "16755000000000000000" + }, + { + "gotchiId": "21706", + "amount": "13.9825", + "parsedAmount": "13982500000000000000" + }, + { + "gotchiId": "21707", + "amount": "10.440000000000001", + "parsedAmount": "10440000000000001000" + }, + { + "gotchiId": "21708", + "amount": "12.725000000000001", + "parsedAmount": "12725000000000001000" + }, + { + "gotchiId": "21709", + "amount": "8.8475", + "parsedAmount": "8847500000000000000" + }, + { + "gotchiId": "21710", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "21712", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "21714", + "amount": "12.6875", + "parsedAmount": "12687500000000000000" + }, + { + "gotchiId": "21715", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "21717", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "21719", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "21721", + "amount": "12.732500000000002", + "parsedAmount": "12732500000000002000" + }, + { + "gotchiId": "21722", + "amount": "6.9975", + "parsedAmount": "6997500000000000000" + }, + { + "gotchiId": "21723", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "21724", + "amount": "10.5825", + "parsedAmount": "10582500000000000000" + }, + { + "gotchiId": "21726", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "21727", + "amount": "18.1425", + "parsedAmount": "18142500000000000000" + }, + { + "gotchiId": "21729", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "21730", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "21731", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "21733", + "amount": "18.93", + "parsedAmount": "18930000000000000000" + }, + { + "gotchiId": "21736", + "amount": "62.137499999999996", + "parsedAmount": "62137499999999996000" + }, + { + "gotchiId": "21737", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "21739", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "21740", + "amount": "17.4325", + "parsedAmount": "17432500000000000000" + }, + { + "gotchiId": "21742", + "amount": "18.8", + "parsedAmount": "18800000000000000000" + }, + { + "gotchiId": "21747", + "amount": "9.709999999999999", + "parsedAmount": "9709999999999999000" + }, + { + "gotchiId": "21749", + "amount": "34.5625", + "parsedAmount": "34562500000000000000" + }, + { + "gotchiId": "21751", + "amount": "27.91", + "parsedAmount": "27910000000000000000" + }, + { + "gotchiId": "21752", + "amount": "6.4175", + "parsedAmount": "6417500000000000000" + }, + { + "gotchiId": "21755", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "21756", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "21759", + "amount": "23.365", + "parsedAmount": "23365000000000000000" + }, + { + "gotchiId": "21760", + "amount": "4.015", + "parsedAmount": "4015000000000000000" + }, + { + "gotchiId": "21761", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "21765", + "amount": "5.6274999999999995", + "parsedAmount": "5627499999999999500" + }, + { + "gotchiId": "21767", + "amount": "17.2025", + "parsedAmount": "17202500000000000000" + }, + { + "gotchiId": "21768", + "amount": "25.4", + "parsedAmount": "25400000000000000000" + }, + { + "gotchiId": "21770", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "21772", + "amount": "6.62", + "parsedAmount": "6620000000000000000" + }, + { + "gotchiId": "21773", + "amount": "14.5825", + "parsedAmount": "14582500000000000000" + }, + { + "gotchiId": "21774", + "amount": "14.395000000000001", + "parsedAmount": "14395000000000001000" + }, + { + "gotchiId": "21776", + "amount": "19.245", + "parsedAmount": "19245000000000000000" + }, + { + "gotchiId": "21778", + "amount": "5.3425", + "parsedAmount": "5342500000000000000" + }, + { + "gotchiId": "21779", + "amount": "18.645", + "parsedAmount": "18645000000000000000" + }, + { + "gotchiId": "21781", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "21784", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "21789", + "amount": "129", + "parsedAmount": "129000000000000000000" + }, + { + "gotchiId": "21792", + "amount": "2.2375", + "parsedAmount": "2237500000000000000" + }, + { + "gotchiId": "21793", + "amount": "5.7975", + "parsedAmount": "5797500000000000000" + }, + { + "gotchiId": "21794", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "21796", + "amount": "8.5725", + "parsedAmount": "8572500000000000000" + }, + { + "gotchiId": "21797", + "amount": "110.75750000000001", + "parsedAmount": "110757500000000010000" + }, + { + "gotchiId": "21798", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "21802", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "21803", + "amount": "13.1", + "parsedAmount": "13100000000000000000" + }, + { + "gotchiId": "21806", + "amount": "21.1075", + "parsedAmount": "21107500000000000000" + }, + { + "gotchiId": "21808", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "21809", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "21813", + "amount": "27.9925", + "parsedAmount": "27992500000000000000" + }, + { + "gotchiId": "21814", + "amount": "11.1625", + "parsedAmount": "11162500000000000000" + }, + { + "gotchiId": "21816", + "amount": "14.442499999999999", + "parsedAmount": "14442499999999999000" + }, + { + "gotchiId": "21819", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "21820", + "amount": "18.127499999999998", + "parsedAmount": "18127499999999998000" + }, + { + "gotchiId": "21822", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "21824", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "21825", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "21827", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "21828", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "21830", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "21833", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "21834", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "21835", + "amount": "15.825", + "parsedAmount": "15825000000000000000" + }, + { + "gotchiId": "21836", + "amount": "14.2125", + "parsedAmount": "14212500000000000000" + }, + { + "gotchiId": "21838", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "21841", + "amount": "15.4575", + "parsedAmount": "15457500000000000000" + }, + { + "gotchiId": "21842", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "21844", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "21845", + "amount": "5.84", + "parsedAmount": "5840000000000000000" + }, + { + "gotchiId": "21846", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "21848", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "21849", + "amount": "15.807500000000001", + "parsedAmount": "15807500000000001000" + }, + { + "gotchiId": "21851", + "amount": "15.0775", + "parsedAmount": "15077500000000000000" + }, + { + "gotchiId": "21852", + "amount": "8.4575", + "parsedAmount": "8457500000000000000" + }, + { + "gotchiId": "21853", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "21857", + "amount": "10.2375", + "parsedAmount": "10237500000000000000" + }, + { + "gotchiId": "21863", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "21868", + "amount": "184.085", + "parsedAmount": "184085000000000000000" + }, + { + "gotchiId": "21869", + "amount": "6.56", + "parsedAmount": "6560000000000000000" + }, + { + "gotchiId": "21870", + "amount": "20.872500000000002", + "parsedAmount": "20872500000000002000" + }, + { + "gotchiId": "21871", + "amount": "24.2", + "parsedAmount": "24200000000000000000" + }, + { + "gotchiId": "21872", + "amount": "5.387499999999999", + "parsedAmount": "5387499999999999000" + }, + { + "gotchiId": "21874", + "amount": "11.3125", + "parsedAmount": "11312500000000000000" + }, + { + "gotchiId": "21876", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "21877", + "amount": "14.7225", + "parsedAmount": "14722500000000000000" + }, + { + "gotchiId": "21879", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "21880", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "21883", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "21889", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "21890", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "21891", + "amount": "13.2975", + "parsedAmount": "13297500000000000000" + }, + { + "gotchiId": "21894", + "amount": "14.875", + "parsedAmount": "14875000000000000000" + }, + { + "gotchiId": "21895", + "amount": "29.307500000000005", + "parsedAmount": "29307500000000005000" + }, + { + "gotchiId": "21897", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "21900", + "amount": "10.0675", + "parsedAmount": "10067500000000000000" + }, + { + "gotchiId": "21903", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "21904", + "amount": "6.362500000000001", + "parsedAmount": "6362500000000001000" + }, + { + "gotchiId": "21906", + "amount": "23.669999999999998", + "parsedAmount": "23669999999999998000" + }, + { + "gotchiId": "21907", + "amount": "8.785", + "parsedAmount": "8785000000000000000" + }, + { + "gotchiId": "21908", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "21911", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "21913", + "amount": "22.065", + "parsedAmount": "22065000000000000000" + }, + { + "gotchiId": "21915", + "amount": "18.0325", + "parsedAmount": "18032500000000000000" + }, + { + "gotchiId": "21916", + "amount": "18.525", + "parsedAmount": "18525000000000000000" + }, + { + "gotchiId": "21920", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "21922", + "amount": "10.205", + "parsedAmount": "10205000000000000000" + }, + { + "gotchiId": "21923", + "amount": "10.7725", + "parsedAmount": "10772500000000000000" + }, + { + "gotchiId": "21926", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "21927", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "21928", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "21929", + "amount": "15.5875", + "parsedAmount": "15587500000000000000" + }, + { + "gotchiId": "21930", + "amount": "4.135", + "parsedAmount": "4135000000000000000" + }, + { + "gotchiId": "21931", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "21933", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + }, + { + "gotchiId": "21934", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "21936", + "amount": "5.1225", + "parsedAmount": "5122500000000000000" + }, + { + "gotchiId": "21937", + "amount": "30.550000000000004", + "parsedAmount": "30550000000000004000" + }, + { + "gotchiId": "21938", + "amount": "12.829999999999998", + "parsedAmount": "12829999999999998000" + }, + { + "gotchiId": "21940", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "21941", + "amount": "17.5925", + "parsedAmount": "17592500000000000000" + } + ], + "totalAmount": "8288059999999999992000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204031, + "gasUsed": "9829890" + }, + { + "batchIndex": 21, + "transactionHash": "0x0bb038719540249f2139d384e07835fae367ea91a00d0dca77f60000490e416e", + "timestamp": "2025-10-23T05:30:15.543Z", + "gotchiRewards": [ + { + "gotchiId": "21943", + "amount": "18.415", + "parsedAmount": "18415000000000000000" + }, + { + "gotchiId": "21947", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "21950", + "amount": "27.422500000000003", + "parsedAmount": "27422500000000003000" + }, + { + "gotchiId": "21952", + "amount": "12.709999999999999", + "parsedAmount": "12709999999999999000" + }, + { + "gotchiId": "21957", + "amount": "6.907500000000001", + "parsedAmount": "6907500000000001000" + }, + { + "gotchiId": "21959", + "amount": "70.345", + "parsedAmount": "70345000000000000000" + }, + { + "gotchiId": "21960", + "amount": "7.9725", + "parsedAmount": "7972500000000000000" + }, + { + "gotchiId": "21962", + "amount": "4.09", + "parsedAmount": "4090000000000000000" + }, + { + "gotchiId": "21964", + "amount": "11.2825", + "parsedAmount": "11282500000000000000" + }, + { + "gotchiId": "21965", + "amount": "16.4625", + "parsedAmount": "16462500000000000000" + }, + { + "gotchiId": "21966", + "amount": "5.324999999999999", + "parsedAmount": "5324999999999999000" + }, + { + "gotchiId": "21968", + "amount": "29.6875", + "parsedAmount": "29687500000000000000" + }, + { + "gotchiId": "21969", + "amount": "12.085", + "parsedAmount": "12085000000000000000" + }, + { + "gotchiId": "21970", + "amount": "20.4625", + "parsedAmount": "20462500000000000000" + }, + { + "gotchiId": "21971", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "21973", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "21974", + "amount": "19.0525", + "parsedAmount": "19052500000000000000" + }, + { + "gotchiId": "21976", + "amount": "8.1925", + "parsedAmount": "8192500000000000000" + }, + { + "gotchiId": "21977", + "amount": "4.4625", + "parsedAmount": "4462500000000000000" + }, + { + "gotchiId": "21980", + "amount": "9.905000000000001", + "parsedAmount": "9905000000000001000" + }, + { + "gotchiId": "21984", + "amount": "10.785", + "parsedAmount": "10785000000000000000" + }, + { + "gotchiId": "21987", + "amount": "10.662500000000001", + "parsedAmount": "10662500000000001000" + }, + { + "gotchiId": "21990", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "21996", + "amount": "5.272500000000001", + "parsedAmount": "5272500000000001000" + }, + { + "gotchiId": "21999", + "amount": "24.91", + "parsedAmount": "24910000000000000000" + }, + { + "gotchiId": "22001", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "22004", + "amount": "33.9175", + "parsedAmount": "33917500000000000000" + }, + { + "gotchiId": "22005", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "22006", + "amount": "9.275", + "parsedAmount": "9275000000000000000" + }, + { + "gotchiId": "22007", + "amount": "11.927500000000002", + "parsedAmount": "11927500000000002000" + }, + { + "gotchiId": "22010", + "amount": "16.82", + "parsedAmount": "16820000000000000000" + }, + { + "gotchiId": "22011", + "amount": "18.625", + "parsedAmount": "18625000000000000000" + }, + { + "gotchiId": "22013", + "amount": "25.29", + "parsedAmount": "25290000000000000000" + }, + { + "gotchiId": "22017", + "amount": "18.5975", + "parsedAmount": "18597500000000000000" + }, + { + "gotchiId": "22018", + "amount": "55.3025", + "parsedAmount": "55302500000000000000" + }, + { + "gotchiId": "22019", + "amount": "11.635", + "parsedAmount": "11635000000000000000" + }, + { + "gotchiId": "22023", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "22028", + "amount": "10.6975", + "parsedAmount": "10697500000000000000" + }, + { + "gotchiId": "22030", + "amount": "6.915", + "parsedAmount": "6915000000000000000" + }, + { + "gotchiId": "22031", + "amount": "18.585", + "parsedAmount": "18585000000000000000" + }, + { + "gotchiId": "22032", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "22033", + "amount": "7.1125", + "parsedAmount": "7112500000000000000" + }, + { + "gotchiId": "22037", + "amount": "1092.7725", + "parsedAmount": "1092772500000000000000" + }, + { + "gotchiId": "22039", + "amount": "2.3175", + "parsedAmount": "2317500000000000000" + }, + { + "gotchiId": "22040", + "amount": "11.7675", + "parsedAmount": "11767500000000000000" + }, + { + "gotchiId": "22051", + "amount": "10.6925", + "parsedAmount": "10692500000000000000" + }, + { + "gotchiId": "22053", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "22054", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "22055", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "22056", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "22057", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "22058", + "amount": "10.780000000000001", + "parsedAmount": "10780000000000001000" + }, + { + "gotchiId": "22060", + "amount": "12.157499999999999", + "parsedAmount": "12157499999999999000" + }, + { + "gotchiId": "22061", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "22062", + "amount": "136.0025", + "parsedAmount": "136002500000000000000" + }, + { + "gotchiId": "22064", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "22065", + "amount": "31.52", + "parsedAmount": "31520000000000000000" + }, + { + "gotchiId": "22066", + "amount": "7.0775", + "parsedAmount": "7077500000000000000" + }, + { + "gotchiId": "22070", + "amount": "12.745000000000001", + "parsedAmount": "12745000000000001000" + }, + { + "gotchiId": "22074", + "amount": "15.352500000000001", + "parsedAmount": "15352500000000001000" + }, + { + "gotchiId": "22075", + "amount": "45.365", + "parsedAmount": "45365000000000000000" + }, + { + "gotchiId": "22078", + "amount": "24.21", + "parsedAmount": "24210000000000000000" + }, + { + "gotchiId": "22079", + "amount": "16.580000000000002", + "parsedAmount": "16580000000000002000" + }, + { + "gotchiId": "22080", + "amount": "11.135", + "parsedAmount": "11135000000000000000" + }, + { + "gotchiId": "22082", + "amount": "5.545", + "parsedAmount": "5545000000000000000" + }, + { + "gotchiId": "22083", + "amount": "29.32", + "parsedAmount": "29320000000000000000" + }, + { + "gotchiId": "22085", + "amount": "52.7875", + "parsedAmount": "52787500000000000000" + }, + { + "gotchiId": "22089", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "22091", + "amount": "6.62", + "parsedAmount": "6620000000000000000" + }, + { + "gotchiId": "22094", + "amount": "17.88", + "parsedAmount": "17880000000000000000" + }, + { + "gotchiId": "22095", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "22097", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "22099", + "amount": "6.859999999999999", + "parsedAmount": "6859999999999999000" + }, + { + "gotchiId": "22102", + "amount": "12.85", + "parsedAmount": "12850000000000000000" + }, + { + "gotchiId": "22106", + "amount": "44.067499999999995", + "parsedAmount": "44067499999999995000" + }, + { + "gotchiId": "22107", + "amount": "44.3975", + "parsedAmount": "44397500000000000000" + }, + { + "gotchiId": "22108", + "amount": "11.3075", + "parsedAmount": "11307500000000000000" + }, + { + "gotchiId": "22109", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "22110", + "amount": "8.7675", + "parsedAmount": "8767500000000000000" + }, + { + "gotchiId": "22111", + "amount": "14.842500000000001", + "parsedAmount": "14842500000000001000" + }, + { + "gotchiId": "22112", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "22113", + "amount": "16.515", + "parsedAmount": "16515000000000000000" + }, + { + "gotchiId": "22114", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "22115", + "amount": "4.4625", + "parsedAmount": "4462500000000000000" + }, + { + "gotchiId": "22118", + "amount": "65.3675", + "parsedAmount": "65367500000000000000" + }, + { + "gotchiId": "22120", + "amount": "6.727499999999999", + "parsedAmount": "6727499999999999000" + }, + { + "gotchiId": "22122", + "amount": "15.77", + "parsedAmount": "15770000000000000000" + }, + { + "gotchiId": "22124", + "amount": "8.605", + "parsedAmount": "8605000000000000000" + }, + { + "gotchiId": "22125", + "amount": "6.702500000000001", + "parsedAmount": "6702500000000001000" + }, + { + "gotchiId": "22126", + "amount": "18.689999999999998", + "parsedAmount": "18689999999999998000" + }, + { + "gotchiId": "22128", + "amount": "251.02999999999997", + "parsedAmount": "251029999999999970000" + }, + { + "gotchiId": "22132", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "22133", + "amount": "263.47749999999996", + "parsedAmount": "263477499999999960000" + }, + { + "gotchiId": "22138", + "amount": "7.1725", + "parsedAmount": "7172500000000000000" + }, + { + "gotchiId": "22140", + "amount": "10.3225", + "parsedAmount": "10322500000000000000" + }, + { + "gotchiId": "22142", + "amount": "5.1225", + "parsedAmount": "5122500000000000000" + }, + { + "gotchiId": "22143", + "amount": "10.967500000000001", + "parsedAmount": "10967500000000001000" + }, + { + "gotchiId": "22144", + "amount": "15.4925", + "parsedAmount": "15492500000000000000" + }, + { + "gotchiId": "22145", + "amount": "17.5975", + "parsedAmount": "17597500000000000000" + }, + { + "gotchiId": "22146", + "amount": "7.0925", + "parsedAmount": "7092500000000000000" + }, + { + "gotchiId": "22147", + "amount": "11.424999999999999", + "parsedAmount": "11424999999999999000" + }, + { + "gotchiId": "22150", + "amount": "3.0675", + "parsedAmount": "3067500000000000000" + }, + { + "gotchiId": "22152", + "amount": "11.004999999999999", + "parsedAmount": "11004999999999999000" + }, + { + "gotchiId": "22153", + "amount": "32.7925", + "parsedAmount": "32792500000000000000" + }, + { + "gotchiId": "22155", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "22158", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "22160", + "amount": "8.467500000000001", + "parsedAmount": "8467500000000001000" + }, + { + "gotchiId": "22161", + "amount": "6.93", + "parsedAmount": "6930000000000000000" + }, + { + "gotchiId": "22163", + "amount": "27.145", + "parsedAmount": "27145000000000000000" + }, + { + "gotchiId": "22164", + "amount": "10.7175", + "parsedAmount": "10717500000000000000" + }, + { + "gotchiId": "22172", + "amount": "11.63", + "parsedAmount": "11630000000000000000" + }, + { + "gotchiId": "22175", + "amount": "16.945", + "parsedAmount": "16945000000000000000" + }, + { + "gotchiId": "22179", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "22182", + "amount": "11.21", + "parsedAmount": "11210000000000000000" + }, + { + "gotchiId": "22183", + "amount": "13.334999999999999", + "parsedAmount": "13334999999999999000" + }, + { + "gotchiId": "22194", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "22197", + "amount": "309.895", + "parsedAmount": "309895000000000000000" + }, + { + "gotchiId": "22198", + "amount": "17.0175", + "parsedAmount": "17017500000000000000" + }, + { + "gotchiId": "22220", + "amount": "2.545", + "parsedAmount": "2545000000000000000" + }, + { + "gotchiId": "22221", + "amount": "9.977500000000001", + "parsedAmount": "9977500000000001000" + }, + { + "gotchiId": "22222", + "amount": "14.945", + "parsedAmount": "14945000000000000000" + }, + { + "gotchiId": "22225", + "amount": "24.205000000000002", + "parsedAmount": "24205000000000002000" + }, + { + "gotchiId": "22226", + "amount": "10.955", + "parsedAmount": "10955000000000000000" + }, + { + "gotchiId": "22227", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "22231", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "22232", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "22234", + "amount": "13.002500000000001", + "parsedAmount": "13002500000000001000" + }, + { + "gotchiId": "22237", + "amount": "6.585000000000001", + "parsedAmount": "6585000000000001000" + }, + { + "gotchiId": "22239", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "22240", + "amount": "24.485", + "parsedAmount": "24485000000000000000" + }, + { + "gotchiId": "22241", + "amount": "12.947500000000002", + "parsedAmount": "12947500000000002000" + }, + { + "gotchiId": "22244", + "amount": "15.1825", + "parsedAmount": "15182500000000000000" + }, + { + "gotchiId": "22247", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "22249", + "amount": "393.45", + "parsedAmount": "393450000000000000000" + }, + { + "gotchiId": "22251", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "22254", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "22255", + "amount": "9.7575", + "parsedAmount": "9757500000000000000" + }, + { + "gotchiId": "22257", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "22259", + "amount": "10.925", + "parsedAmount": "10925000000000000000" + }, + { + "gotchiId": "22260", + "amount": "6.1000000000000005", + "parsedAmount": "6100000000000000500" + }, + { + "gotchiId": "22261", + "amount": "33.3025", + "parsedAmount": "33302500000000000000" + }, + { + "gotchiId": "22262", + "amount": "7.5525", + "parsedAmount": "7552500000000000000" + }, + { + "gotchiId": "22264", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "22269", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "22270", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "22271", + "amount": "10.445", + "parsedAmount": "10445000000000000000" + }, + { + "gotchiId": "22273", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "22275", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "22278", + "amount": "9.5275", + "parsedAmount": "9527500000000000000" + }, + { + "gotchiId": "22282", + "amount": "4.782500000000001", + "parsedAmount": "4782500000000001000" + }, + { + "gotchiId": "22283", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "22285", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "22287", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "22292", + "amount": "7.845", + "parsedAmount": "7845000000000000000" + }, + { + "gotchiId": "22293", + "amount": "6.2700000000000005", + "parsedAmount": "6270000000000000500" + }, + { + "gotchiId": "22294", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "22296", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "22299", + "amount": "11.325", + "parsedAmount": "11325000000000000000" + }, + { + "gotchiId": "22300", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "22301", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "22302", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "22305", + "amount": "6.3425", + "parsedAmount": "6342500000000000000" + }, + { + "gotchiId": "22307", + "amount": "11.75", + "parsedAmount": "11750000000000000000" + }, + { + "gotchiId": "22309", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "22310", + "amount": "12.75", + "parsedAmount": "12750000000000000000" + }, + { + "gotchiId": "22311", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "22313", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "22322", + "amount": "4.6525", + "parsedAmount": "4652500000000000000" + }, + { + "gotchiId": "22324", + "amount": "56.06999999999999", + "parsedAmount": "56069999999999990000" + }, + { + "gotchiId": "22327", + "amount": "7.9425", + "parsedAmount": "7942500000000000000" + }, + { + "gotchiId": "22329", + "amount": "18.71", + "parsedAmount": "18710000000000000000" + }, + { + "gotchiId": "22330", + "amount": "17.345", + "parsedAmount": "17345000000000000000" + }, + { + "gotchiId": "22331", + "amount": "16.310000000000002", + "parsedAmount": "16310000000000002000" + }, + { + "gotchiId": "22332", + "amount": "9.985000000000001", + "parsedAmount": "9985000000000001000" + }, + { + "gotchiId": "22334", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "22335", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "22338", + "amount": "20.25", + "parsedAmount": "20250000000000000000" + }, + { + "gotchiId": "22339", + "amount": "2.5925", + "parsedAmount": "2592500000000000000" + }, + { + "gotchiId": "22342", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "22344", + "amount": "13.06", + "parsedAmount": "13060000000000000000" + }, + { + "gotchiId": "22345", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "22346", + "amount": "13.5575", + "parsedAmount": "13557500000000000000" + }, + { + "gotchiId": "22351", + "amount": "10.577499999999999", + "parsedAmount": "10577499999999999000" + }, + { + "gotchiId": "22352", + "amount": "43.23", + "parsedAmount": "43230000000000000000" + }, + { + "gotchiId": "22354", + "amount": "7.8825", + "parsedAmount": "7882500000000000000" + }, + { + "gotchiId": "22355", + "amount": "8.7925", + "parsedAmount": "8792500000000000000" + }, + { + "gotchiId": "22356", + "amount": "6.7625", + "parsedAmount": "6762500000000000000" + }, + { + "gotchiId": "22357", + "amount": "5.2475", + "parsedAmount": "5247500000000000000" + }, + { + "gotchiId": "22358", + "amount": "64.99", + "parsedAmount": "64990000000000000000" + }, + { + "gotchiId": "22361", + "amount": "2.7825", + "parsedAmount": "2782500000000000000" + }, + { + "gotchiId": "22362", + "amount": "15.9125", + "parsedAmount": "15912500000000000000" + }, + { + "gotchiId": "22366", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "22369", + "amount": "52.08", + "parsedAmount": "52080000000000000000" + }, + { + "gotchiId": "22370", + "amount": "2.6425", + "parsedAmount": "2642500000000000000" + }, + { + "gotchiId": "22374", + "amount": "5.425", + "parsedAmount": "5425000000000000000" + }, + { + "gotchiId": "22378", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "22380", + "amount": "6.852499999999999", + "parsedAmount": "6852499999999999000" + }, + { + "gotchiId": "22383", + "amount": "5.717499999999999", + "parsedAmount": "5717499999999999000" + }, + { + "gotchiId": "22384", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "22385", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "22387", + "amount": "4.3475", + "parsedAmount": "4347500000000000000" + }, + { + "gotchiId": "22392", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "22394", + "amount": "30.2075", + "parsedAmount": "30207500000000000000" + }, + { + "gotchiId": "22398", + "amount": "2.6575", + "parsedAmount": "2657500000000000000" + }, + { + "gotchiId": "22402", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "22405", + "amount": "10.515", + "parsedAmount": "10515000000000000000" + }, + { + "gotchiId": "22407", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "22408", + "amount": "11.0775", + "parsedAmount": "11077500000000000000" + }, + { + "gotchiId": "22409", + "amount": "12.26", + "parsedAmount": "12260000000000000000" + }, + { + "gotchiId": "22411", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "22412", + "amount": "22.505", + "parsedAmount": "22505000000000000000" + }, + { + "gotchiId": "22414", + "amount": "9.094999999999999", + "parsedAmount": "9094999999999999000" + }, + { + "gotchiId": "22415", + "amount": "9.622499999999999", + "parsedAmount": "9622499999999999000" + }, + { + "gotchiId": "22420", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "22423", + "amount": "2.33", + "parsedAmount": "2330000000000000000" + }, + { + "gotchiId": "22424", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "22426", + "amount": "22.595", + "parsedAmount": "22595000000000000000" + }, + { + "gotchiId": "22429", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "22431", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "22432", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "22434", + "amount": "11.1525", + "parsedAmount": "11152500000000000000" + }, + { + "gotchiId": "22436", + "amount": "36.6675", + "parsedAmount": "36667500000000000000" + }, + { + "gotchiId": "22437", + "amount": "13.1575", + "parsedAmount": "13157500000000000000" + }, + { + "gotchiId": "22438", + "amount": "14.53", + "parsedAmount": "14530000000000000000" + }, + { + "gotchiId": "22442", + "amount": "10.9225", + "parsedAmount": "10922500000000000000" + }, + { + "gotchiId": "22445", + "amount": "13.285", + "parsedAmount": "13285000000000000000" + }, + { + "gotchiId": "22449", + "amount": "6.4975", + "parsedAmount": "6497500000000000000" + }, + { + "gotchiId": "22451", + "amount": "19.880000000000003", + "parsedAmount": "19880000000000003000" + }, + { + "gotchiId": "22453", + "amount": "11.5225", + "parsedAmount": "11522500000000000000" + }, + { + "gotchiId": "22454", + "amount": "17.065", + "parsedAmount": "17065000000000000000" + }, + { + "gotchiId": "22455", + "amount": "745.2575", + "parsedAmount": "745257500000000000000" + }, + { + "gotchiId": "22456", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "22460", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "22462", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "22464", + "amount": "8.36", + "parsedAmount": "8360000000000000000" + }, + { + "gotchiId": "22466", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "22467", + "amount": "2.105", + "parsedAmount": "2105000000000000000" + }, + { + "gotchiId": "22468", + "amount": "3.66", + "parsedAmount": "3660000000000000000" + }, + { + "gotchiId": "22470", + "amount": "100.21", + "parsedAmount": "100210000000000000000" + }, + { + "gotchiId": "22472", + "amount": "5.525", + "parsedAmount": "5525000000000000000" + }, + { + "gotchiId": "22473", + "amount": "68.83250000000001", + "parsedAmount": "68832500000000010000" + }, + { + "gotchiId": "22476", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "22477", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "22479", + "amount": "21.285", + "parsedAmount": "21285000000000000000" + }, + { + "gotchiId": "22483", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "22484", + "amount": "8.0875", + "parsedAmount": "8087500000000000000" + }, + { + "gotchiId": "22486", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "22487", + "amount": "16.235", + "parsedAmount": "16235000000000000000" + }, + { + "gotchiId": "22488", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "22494", + "amount": "6.605", + "parsedAmount": "6605000000000000000" + }, + { + "gotchiId": "22495", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "22498", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "22500", + "amount": "10.325", + "parsedAmount": "10325000000000000000" + }, + { + "gotchiId": "22506", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "22507", + "amount": "22.55", + "parsedAmount": "22550000000000000000" + }, + { + "gotchiId": "22508", + "amount": "34.2025", + "parsedAmount": "34202500000000000000" + }, + { + "gotchiId": "22510", + "amount": "7.72", + "parsedAmount": "7720000000000000000" + }, + { + "gotchiId": "22512", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "22513", + "amount": "17.455", + "parsedAmount": "17455000000000000000" + }, + { + "gotchiId": "22514", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "22516", + "amount": "11.675", + "parsedAmount": "11675000000000000000" + }, + { + "gotchiId": "22518", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "22519", + "amount": "97.575", + "parsedAmount": "97575000000000000000" + }, + { + "gotchiId": "22523", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "22531", + "amount": "18.4525", + "parsedAmount": "18452500000000000000" + }, + { + "gotchiId": "22533", + "amount": "8.399999999999999", + "parsedAmount": "8399999999999999000" + }, + { + "gotchiId": "22534", + "amount": "3.1525", + "parsedAmount": "3152500000000000000" + }, + { + "gotchiId": "22535", + "amount": "10.6075", + "parsedAmount": "10607500000000000000" + }, + { + "gotchiId": "22536", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "22537", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "22549", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "22553", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "22554", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "22558", + "amount": "12.549999999999999", + "parsedAmount": "12549999999999999000" + }, + { + "gotchiId": "22559", + "amount": "3.3775", + "parsedAmount": "3377500000000000000" + }, + { + "gotchiId": "22560", + "amount": "6.225", + "parsedAmount": "6225000000000000000" + }, + { + "gotchiId": "22563", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "22564", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "22565", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "22566", + "amount": "160.21", + "parsedAmount": "160210000000000000000" + }, + { + "gotchiId": "22568", + "amount": "2.465", + "parsedAmount": "2465000000000000000" + }, + { + "gotchiId": "22570", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "22571", + "amount": "7.7125", + "parsedAmount": "7712500000000000000" + }, + { + "gotchiId": "22572", + "amount": "18.65", + "parsedAmount": "18650000000000000000" + }, + { + "gotchiId": "22573", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "22574", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "22576", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "22577", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "22578", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "22579", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "22580", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "22585", + "amount": "16.0925", + "parsedAmount": "16092500000000000000" + }, + { + "gotchiId": "22586", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "22587", + "amount": "31.1", + "parsedAmount": "31100000000000000000" + }, + { + "gotchiId": "22588", + "amount": "6.545", + "parsedAmount": "6545000000000000000" + }, + { + "gotchiId": "22594", + "amount": "3.365", + "parsedAmount": "3365000000000000000" + }, + { + "gotchiId": "22597", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "22598", + "amount": "2.0675", + "parsedAmount": "2067500000000000000" + }, + { + "gotchiId": "22599", + "amount": "45.59", + "parsedAmount": "45590000000000000000" + }, + { + "gotchiId": "22600", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "22603", + "amount": "14.8025", + "parsedAmount": "14802500000000000000" + }, + { + "gotchiId": "22604", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "22609", + "amount": "8.712499999999999", + "parsedAmount": "8712499999999999000" + }, + { + "gotchiId": "22610", + "amount": "119.17750000000001", + "parsedAmount": "119177500000000010000" + }, + { + "gotchiId": "22619", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "22620", + "amount": "9.325", + "parsedAmount": "9325000000000000000" + }, + { + "gotchiId": "22622", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "22626", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "22627", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "22628", + "amount": "7.6225000000000005", + "parsedAmount": "7622500000000000500" + }, + { + "gotchiId": "22630", + "amount": "30.5175", + "parsedAmount": "30517500000000000000" + }, + { + "gotchiId": "22636", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "22637", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "22638", + "amount": "11.067499999999999", + "parsedAmount": "11067499999999999000" + }, + { + "gotchiId": "22642", + "amount": "9.125", + "parsedAmount": "9125000000000000000" + }, + { + "gotchiId": "22643", + "amount": "7.6875", + "parsedAmount": "7687500000000000000" + }, + { + "gotchiId": "22644", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "22645", + "amount": "13.74", + "parsedAmount": "13740000000000000000" + }, + { + "gotchiId": "22652", + "amount": "16.119999999999997", + "parsedAmount": "16119999999999997000" + }, + { + "gotchiId": "22653", + "amount": "17.76", + "parsedAmount": "17760000000000000000" + }, + { + "gotchiId": "22654", + "amount": "2.3475", + "parsedAmount": "2347500000000000000" + }, + { + "gotchiId": "22655", + "amount": "7.484999999999999", + "parsedAmount": "7484999999999999000" + }, + { + "gotchiId": "22656", + "amount": "6.245", + "parsedAmount": "6245000000000000000" + }, + { + "gotchiId": "22658", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "22659", + "amount": "21.294999999999998", + "parsedAmount": "21294999999999998000" + }, + { + "gotchiId": "22660", + "amount": "10.535", + "parsedAmount": "10535000000000000000" + }, + { + "gotchiId": "22661", + "amount": "4.8775", + "parsedAmount": "4877500000000000000" + }, + { + "gotchiId": "22665", + "amount": "12.645000000000001", + "parsedAmount": "12645000000000001000" + }, + { + "gotchiId": "22666", + "amount": "9.315", + "parsedAmount": "9315000000000000000" + }, + { + "gotchiId": "22667", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "22669", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "22672", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "22674", + "amount": "7.3075", + "parsedAmount": "7307500000000000000" + }, + { + "gotchiId": "22676", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "22678", + "amount": "30.027500000000003", + "parsedAmount": "30027500000000003000" + }, + { + "gotchiId": "22679", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "22684", + "amount": "31.355", + "parsedAmount": "31355000000000000000" + }, + { + "gotchiId": "22685", + "amount": "9.02", + "parsedAmount": "9020000000000000000" + }, + { + "gotchiId": "22690", + "amount": "25.279999999999998", + "parsedAmount": "25279999999999998000" + }, + { + "gotchiId": "22691", + "amount": "3.385", + "parsedAmount": "3385000000000000000" + }, + { + "gotchiId": "22692", + "amount": "3.0775", + "parsedAmount": "3077500000000000000" + }, + { + "gotchiId": "22693", + "amount": "11.445", + "parsedAmount": "11445000000000000000" + }, + { + "gotchiId": "22694", + "amount": "6.5575", + "parsedAmount": "6557500000000000000" + }, + { + "gotchiId": "22695", + "amount": "13.51", + "parsedAmount": "13510000000000000000" + }, + { + "gotchiId": "22698", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "22699", + "amount": "4.6775", + "parsedAmount": "4677500000000000000" + }, + { + "gotchiId": "22700", + "amount": "18.73", + "parsedAmount": "18730000000000000000" + }, + { + "gotchiId": "22704", + "amount": "204.4375", + "parsedAmount": "204437500000000000000" + }, + { + "gotchiId": "22705", + "amount": "48.857499999999995", + "parsedAmount": "48857499999999995000" + }, + { + "gotchiId": "22706", + "amount": "27.6875", + "parsedAmount": "27687500000000000000" + }, + { + "gotchiId": "22709", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "22713", + "amount": "1125.7549999999999", + "parsedAmount": "1125754999999999900000" + }, + { + "gotchiId": "22714", + "amount": "208.7625", + "parsedAmount": "208762500000000000000" + }, + { + "gotchiId": "22718", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "22720", + "amount": "205.71", + "parsedAmount": "205710000000000000000" + }, + { + "gotchiId": "22721", + "amount": "16.44", + "parsedAmount": "16440000000000000000" + }, + { + "gotchiId": "22722", + "amount": "10.6375", + "parsedAmount": "10637500000000000000" + }, + { + "gotchiId": "22724", + "amount": "66.60249999999999", + "parsedAmount": "66602499999999990000" + }, + { + "gotchiId": "22726", + "amount": "7.2124999999999995", + "parsedAmount": "7212499999999999500" + }, + { + "gotchiId": "22732", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "22733", + "amount": "14.315000000000001", + "parsedAmount": "14315000000000001000" + }, + { + "gotchiId": "22736", + "amount": "6.477500000000001", + "parsedAmount": "6477500000000001000" + }, + { + "gotchiId": "22737", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "22738", + "amount": "15.857500000000002", + "parsedAmount": "15857500000000002000" + }, + { + "gotchiId": "22740", + "amount": "16.97", + "parsedAmount": "16970000000000000000" + }, + { + "gotchiId": "22744", + "amount": "2.7675", + "parsedAmount": "2767500000000000000" + }, + { + "gotchiId": "22745", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "22747", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "22748", + "amount": "3.6625", + "parsedAmount": "3662500000000000000" + }, + { + "gotchiId": "22749", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "22750", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "22751", + "amount": "86.96", + "parsedAmount": "86960000000000000000" + }, + { + "gotchiId": "22752", + "amount": "7.9399999999999995", + "parsedAmount": "7939999999999999500" + }, + { + "gotchiId": "22753", + "amount": "8.6825", + "parsedAmount": "8682500000000000000" + }, + { + "gotchiId": "22757", + "amount": "6.49", + "parsedAmount": "6490000000000000000" + }, + { + "gotchiId": "22760", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "22762", + "amount": "8.31", + "parsedAmount": "8310000000000000000" + }, + { + "gotchiId": "22763", + "amount": "12.22", + "parsedAmount": "12220000000000000000" + }, + { + "gotchiId": "22764", + "amount": "15.09", + "parsedAmount": "15090000000000000000" + }, + { + "gotchiId": "22765", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "22766", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "22767", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22768", + "amount": "17.3725", + "parsedAmount": "17372500000000000000" + }, + { + "gotchiId": "22771", + "amount": "18.490000000000002", + "parsedAmount": "18490000000000002000" + }, + { + "gotchiId": "22772", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "22773", + "amount": "11.344999999999999", + "parsedAmount": "11344999999999999000" + }, + { + "gotchiId": "22774", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "22776", + "amount": "17.915", + "parsedAmount": "17915000000000000000" + }, + { + "gotchiId": "22777", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "22779", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "22780", + "amount": "11.32", + "parsedAmount": "11320000000000000000" + }, + { + "gotchiId": "22784", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "22785", + "amount": "42.6425", + "parsedAmount": "42642500000000000000" + }, + { + "gotchiId": "22788", + "amount": "10.7775", + "parsedAmount": "10777500000000000000" + }, + { + "gotchiId": "22790", + "amount": "7.725", + "parsedAmount": "7725000000000000000" + }, + { + "gotchiId": "22792", + "amount": "5.109999999999999", + "parsedAmount": "5109999999999999000" + }, + { + "gotchiId": "22793", + "amount": "64.475", + "parsedAmount": "64475000000000000000" + }, + { + "gotchiId": "22795", + "amount": "11.875", + "parsedAmount": "11875000000000000000" + }, + { + "gotchiId": "22796", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "22797", + "amount": "11.129999999999999", + "parsedAmount": "11129999999999999000" + }, + { + "gotchiId": "22798", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "22800", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "22806", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "22808", + "amount": "9.195", + "parsedAmount": "9195000000000000000" + }, + { + "gotchiId": "22809", + "amount": "11.265", + "parsedAmount": "11265000000000000000" + }, + { + "gotchiId": "22810", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "22813", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "22815", + "amount": "9.735", + "parsedAmount": "9735000000000000000" + }, + { + "gotchiId": "22819", + "amount": "13.3525", + "parsedAmount": "13352500000000000000" + }, + { + "gotchiId": "22820", + "amount": "12.725", + "parsedAmount": "12725000000000000000" + }, + { + "gotchiId": "22826", + "amount": "20.189999999999998", + "parsedAmount": "20189999999999998000" + }, + { + "gotchiId": "22834", + "amount": "15.95", + "parsedAmount": "15950000000000000000" + }, + { + "gotchiId": "22835", + "amount": "18.3075", + "parsedAmount": "18307500000000000000" + }, + { + "gotchiId": "22839", + "amount": "8.8875", + "parsedAmount": "8887500000000000000" + }, + { + "gotchiId": "22842", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "22844", + "amount": "414.82", + "parsedAmount": "414820000000000000000" + }, + { + "gotchiId": "22845", + "amount": "4.015", + "parsedAmount": "4015000000000000000" + }, + { + "gotchiId": "22846", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "22848", + "amount": "7.9875", + "parsedAmount": "7987500000000000000" + }, + { + "gotchiId": "22850", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "22851", + "amount": "17.065", + "parsedAmount": "17065000000000000000" + }, + { + "gotchiId": "22853", + "amount": "7.82", + "parsedAmount": "7820000000000000000" + }, + { + "gotchiId": "22854", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "22855", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "22857", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "22858", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "22859", + "amount": "9.1275", + "parsedAmount": "9127500000000000000" + }, + { + "gotchiId": "22861", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "22863", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "22864", + "amount": "138.865", + "parsedAmount": "138865000000000000000" + }, + { + "gotchiId": "22866", + "amount": "10.3575", + "parsedAmount": "10357500000000000000" + }, + { + "gotchiId": "22867", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "22872", + "amount": "8.43", + "parsedAmount": "8430000000000000000" + }, + { + "gotchiId": "22873", + "amount": "12.285", + "parsedAmount": "12285000000000000000" + }, + { + "gotchiId": "22876", + "amount": "7.4125", + "parsedAmount": "7412500000000000000" + }, + { + "gotchiId": "22877", + "amount": "15.27", + "parsedAmount": "15270000000000000000" + }, + { + "gotchiId": "22878", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "22880", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "22882", + "amount": "4.58", + "parsedAmount": "4580000000000000000" + }, + { + "gotchiId": "22883", + "amount": "169.60500000000002", + "parsedAmount": "169605000000000020000" + }, + { + "gotchiId": "22884", + "amount": "2.5325", + "parsedAmount": "2532500000000000000" + }, + { + "gotchiId": "22885", + "amount": "105.39750000000001", + "parsedAmount": "105397500000000010000" + }, + { + "gotchiId": "22886", + "amount": "6.8275", + "parsedAmount": "6827500000000000000" + }, + { + "gotchiId": "22888", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "22889", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "22891", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "22892", + "amount": "518.6275", + "parsedAmount": "518627500000000000000" + }, + { + "gotchiId": "22894", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "22897", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "22898", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "22899", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "22900", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "22901", + "amount": "7.0125", + "parsedAmount": "7012500000000000000" + }, + { + "gotchiId": "22902", + "amount": "14.7925", + "parsedAmount": "14792500000000000000" + }, + { + "gotchiId": "22904", + "amount": "10.565", + "parsedAmount": "10565000000000000000" + }, + { + "gotchiId": "22905", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "22909", + "amount": "12.9925", + "parsedAmount": "12992500000000000000" + }, + { + "gotchiId": "22911", + "amount": "7.355", + "parsedAmount": "7355000000000000000" + }, + { + "gotchiId": "22912", + "amount": "7.2575", + "parsedAmount": "7257500000000000000" + }, + { + "gotchiId": "22915", + "amount": "14.8375", + "parsedAmount": "14837500000000000000" + }, + { + "gotchiId": "22916", + "amount": "10.6", + "parsedAmount": "10600000000000000000" + }, + { + "gotchiId": "22917", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "22918", + "amount": "14.0275", + "parsedAmount": "14027500000000000000" + }, + { + "gotchiId": "22921", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "22922", + "amount": "9.497499999999999", + "parsedAmount": "9497499999999999000" + }, + { + "gotchiId": "22925", + "amount": "12.385000000000002", + "parsedAmount": "12385000000000002000" + }, + { + "gotchiId": "22926", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "22927", + "amount": "10.8175", + "parsedAmount": "10817500000000000000" + }, + { + "gotchiId": "22928", + "amount": "8.9075", + "parsedAmount": "8907500000000000000" + }, + { + "gotchiId": "22930", + "amount": "15.815", + "parsedAmount": "15815000000000000000" + }, + { + "gotchiId": "22931", + "amount": "14.854999999999999", + "parsedAmount": "14854999999999999000" + }, + { + "gotchiId": "22933", + "amount": "7.4075", + "parsedAmount": "7407500000000000000" + }, + { + "gotchiId": "22934", + "amount": "13.77", + "parsedAmount": "13770000000000000000" + }, + { + "gotchiId": "22936", + "amount": "9.872499999999999", + "parsedAmount": "9872499999999999000" + }, + { + "gotchiId": "22939", + "amount": "28.5425", + "parsedAmount": "28542500000000000000" + }, + { + "gotchiId": "22940", + "amount": "10.31", + "parsedAmount": "10310000000000000000" + }, + { + "gotchiId": "22941", + "amount": "52.78", + "parsedAmount": "52780000000000000000" + }, + { + "gotchiId": "22945", + "amount": "5.300000000000001", + "parsedAmount": "5300000000000001000" + }, + { + "gotchiId": "22949", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "22950", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "22952", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22958", + "amount": "87.735", + "parsedAmount": "87735000000000000000" + }, + { + "gotchiId": "22965", + "amount": "27.7825", + "parsedAmount": "27782500000000000000" + }, + { + "gotchiId": "22971", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "22972", + "amount": "6.0825000000000005", + "parsedAmount": "6082500000000000500" + }, + { + "gotchiId": "22974", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "22975", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "22976", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "22977", + "amount": "29.215", + "parsedAmount": "29215000000000000000" + }, + { + "gotchiId": "22979", + "amount": "19.175", + "parsedAmount": "19175000000000000000" + }, + { + "gotchiId": "22980", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "22982", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "22985", + "amount": "13.54", + "parsedAmount": "13540000000000000000" + }, + { + "gotchiId": "22986", + "amount": "7.790000000000001", + "parsedAmount": "7790000000000001000" + }, + { + "gotchiId": "22987", + "amount": "15.47", + "parsedAmount": "15470000000000000000" + } + ], + "totalAmount": "12368064999999999860500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204035, + "gasUsed": "9837919" + }, + { + "batchIndex": 22, + "transactionHash": "0x8de719f6e7bd3b8378c9738d3737ffa505ac4fa192f33ca1cd0349a8911757f6", + "timestamp": "2025-10-23T05:30:18.107Z", + "gotchiRewards": [ + { + "gotchiId": "22988", + "amount": "7.3950000000000005", + "parsedAmount": "7395000000000000500" + }, + { + "gotchiId": "22992", + "amount": "8.515", + "parsedAmount": "8515000000000000000" + }, + { + "gotchiId": "22995", + "amount": "22.137500000000003", + "parsedAmount": "22137500000000003000" + }, + { + "gotchiId": "22996", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "22998", + "amount": "24.48", + "parsedAmount": "24480000000000000000" + }, + { + "gotchiId": "22999", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "23001", + "amount": "6.3725000000000005", + "parsedAmount": "6372500000000000500" + }, + { + "gotchiId": "23004", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "23006", + "amount": "6.1825", + "parsedAmount": "6182500000000000000" + }, + { + "gotchiId": "23007", + "amount": "16.73", + "parsedAmount": "16730000000000000000" + }, + { + "gotchiId": "23008", + "amount": "56.305", + "parsedAmount": "56305000000000000000" + }, + { + "gotchiId": "23010", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "23013", + "amount": "9.41", + "parsedAmount": "9410000000000000000" + }, + { + "gotchiId": "23021", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "23028", + "amount": "12.8525", + "parsedAmount": "12852500000000000000" + }, + { + "gotchiId": "23029", + "amount": "8.365", + "parsedAmount": "8365000000000000000" + }, + { + "gotchiId": "23030", + "amount": "12.2475", + "parsedAmount": "12247500000000000000" + }, + { + "gotchiId": "23033", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "23041", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "23063", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "23064", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "23065", + "amount": "115.3", + "parsedAmount": "115300000000000000000" + }, + { + "gotchiId": "23067", + "amount": "251.50500000000002", + "parsedAmount": "251505000000000020000" + }, + { + "gotchiId": "23068", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "23072", + "amount": "12.265", + "parsedAmount": "12265000000000000000" + }, + { + "gotchiId": "23073", + "amount": "16.682499999999997", + "parsedAmount": "16682499999999997000" + }, + { + "gotchiId": "23077", + "amount": "15.355", + "parsedAmount": "15355000000000000000" + }, + { + "gotchiId": "23082", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "23085", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "23086", + "amount": "13.0025", + "parsedAmount": "13002500000000000000" + }, + { + "gotchiId": "23088", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "23095", + "amount": "17.8725", + "parsedAmount": "17872500000000000000" + }, + { + "gotchiId": "23096", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "23097", + "amount": "17.925", + "parsedAmount": "17925000000000000000" + }, + { + "gotchiId": "23098", + "amount": "69.55499999999999", + "parsedAmount": "69554999999999990000" + }, + { + "gotchiId": "23099", + "amount": "9.305", + "parsedAmount": "9305000000000000000" + }, + { + "gotchiId": "23102", + "amount": "63.6575", + "parsedAmount": "63657500000000000000" + }, + { + "gotchiId": "23104", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "23110", + "amount": "14.415000000000001", + "parsedAmount": "14415000000000001000" + }, + { + "gotchiId": "23111", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "23113", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "23115", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "23116", + "amount": "11.04", + "parsedAmount": "11040000000000000000" + }, + { + "gotchiId": "23117", + "amount": "14.46", + "parsedAmount": "14460000000000000000" + }, + { + "gotchiId": "23122", + "amount": "7.505", + "parsedAmount": "7505000000000000000" + }, + { + "gotchiId": "23123", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "23124", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "23125", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "23127", + "amount": "16.235", + "parsedAmount": "16235000000000000000" + }, + { + "gotchiId": "23128", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "23129", + "amount": "21.5975", + "parsedAmount": "21597500000000000000" + }, + { + "gotchiId": "23132", + "amount": "19.8625", + "parsedAmount": "19862500000000000000" + }, + { + "gotchiId": "23134", + "amount": "12.544999999999998", + "parsedAmount": "12544999999999998000" + }, + { + "gotchiId": "23138", + "amount": "8.1125", + "parsedAmount": "8112500000000000000" + }, + { + "gotchiId": "23140", + "amount": "23.245", + "parsedAmount": "23245000000000000000" + }, + { + "gotchiId": "23141", + "amount": "9.265", + "parsedAmount": "9265000000000000000" + }, + { + "gotchiId": "23142", + "amount": "5.095", + "parsedAmount": "5095000000000000000" + }, + { + "gotchiId": "23145", + "amount": "12.350000000000001", + "parsedAmount": "12350000000000001000" + }, + { + "gotchiId": "23146", + "amount": "18.405", + "parsedAmount": "18405000000000000000" + }, + { + "gotchiId": "23153", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "23156", + "amount": "6.7875000000000005", + "parsedAmount": "6787500000000000500" + }, + { + "gotchiId": "23157", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "23161", + "amount": "7.720000000000001", + "parsedAmount": "7720000000000001000" + }, + { + "gotchiId": "23163", + "amount": "11.334999999999999", + "parsedAmount": "11334999999999999000" + }, + { + "gotchiId": "23164", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "23167", + "amount": "8.575", + "parsedAmount": "8575000000000000000" + }, + { + "gotchiId": "23168", + "amount": "34.235", + "parsedAmount": "34235000000000000000" + }, + { + "gotchiId": "23170", + "amount": "10.0525", + "parsedAmount": "10052500000000000000" + }, + { + "gotchiId": "23171", + "amount": "19.8575", + "parsedAmount": "19857500000000000000" + }, + { + "gotchiId": "23174", + "amount": "109.24000000000001", + "parsedAmount": "109240000000000010000" + }, + { + "gotchiId": "23175", + "amount": "5.0525", + "parsedAmount": "5052500000000000000" + }, + { + "gotchiId": "23183", + "amount": "18.6825", + "parsedAmount": "18682500000000000000" + }, + { + "gotchiId": "23192", + "amount": "53.445", + "parsedAmount": "53445000000000000000" + }, + { + "gotchiId": "23193", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "23198", + "amount": "7.870000000000001", + "parsedAmount": "7870000000000001000" + }, + { + "gotchiId": "23199", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "23201", + "amount": "406.1525", + "parsedAmount": "406152500000000000000" + }, + { + "gotchiId": "23202", + "amount": "10.709999999999999", + "parsedAmount": "10709999999999999000" + }, + { + "gotchiId": "23205", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "23209", + "amount": "5.387499999999999", + "parsedAmount": "5387499999999999000" + }, + { + "gotchiId": "23211", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "23213", + "amount": "22.2875", + "parsedAmount": "22287500000000000000" + }, + { + "gotchiId": "23216", + "amount": "8.1225", + "parsedAmount": "8122500000000000000" + }, + { + "gotchiId": "23221", + "amount": "26.81", + "parsedAmount": "26810000000000000000" + }, + { + "gotchiId": "23224", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "23226", + "amount": "37.792500000000004", + "parsedAmount": "37792500000000004000" + }, + { + "gotchiId": "23227", + "amount": "5.085", + "parsedAmount": "5085000000000000000" + }, + { + "gotchiId": "23229", + "amount": "6.0375", + "parsedAmount": "6037500000000000000" + }, + { + "gotchiId": "23230", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "23231", + "amount": "7.545", + "parsedAmount": "7545000000000000000" + }, + { + "gotchiId": "23235", + "amount": "25.497500000000002", + "parsedAmount": "25497500000000002000" + }, + { + "gotchiId": "23236", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "23238", + "amount": "24.32", + "parsedAmount": "24320000000000000000" + }, + { + "gotchiId": "23239", + "amount": "28.635", + "parsedAmount": "28635000000000000000" + }, + { + "gotchiId": "23241", + "amount": "51.555", + "parsedAmount": "51555000000000000000" + }, + { + "gotchiId": "23242", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "23244", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "23245", + "amount": "38.67250000000001", + "parsedAmount": "38672500000000010000" + }, + { + "gotchiId": "23249", + "amount": "38.447500000000005", + "parsedAmount": "38447500000000005000" + }, + { + "gotchiId": "23250", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "23255", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "23257", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "23258", + "amount": "25.915", + "parsedAmount": "25915000000000000000" + }, + { + "gotchiId": "23261", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "23265", + "amount": "18.8925", + "parsedAmount": "18892500000000000000" + }, + { + "gotchiId": "23269", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "23270", + "amount": "28.6925", + "parsedAmount": "28692500000000000000" + }, + { + "gotchiId": "23271", + "amount": "23.33", + "parsedAmount": "23330000000000000000" + }, + { + "gotchiId": "23272", + "amount": "4.14", + "parsedAmount": "4140000000000000000" + }, + { + "gotchiId": "23274", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "23280", + "amount": "29.835", + "parsedAmount": "29835000000000000000" + }, + { + "gotchiId": "23288", + "amount": "7.295", + "parsedAmount": "7295000000000000000" + }, + { + "gotchiId": "23293", + "amount": "21.202499999999997", + "parsedAmount": "21202499999999997000" + }, + { + "gotchiId": "23295", + "amount": "5.282500000000001", + "parsedAmount": "5282500000000001000" + }, + { + "gotchiId": "23298", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "23302", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "23303", + "amount": "20.3375", + "parsedAmount": "20337500000000000000" + }, + { + "gotchiId": "23309", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "23312", + "amount": "6.2475", + "parsedAmount": "6247500000000000000" + }, + { + "gotchiId": "23313", + "amount": "24.46", + "parsedAmount": "24460000000000000000" + }, + { + "gotchiId": "23317", + "amount": "5.0675", + "parsedAmount": "5067500000000000000" + }, + { + "gotchiId": "23319", + "amount": "29.384999999999998", + "parsedAmount": "29384999999999998000" + }, + { + "gotchiId": "23320", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "23321", + "amount": "83.3225", + "parsedAmount": "83322500000000000000" + }, + { + "gotchiId": "23324", + "amount": "15.100000000000001", + "parsedAmount": "15100000000000001000" + }, + { + "gotchiId": "23325", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "23326", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "23329", + "amount": "20.81", + "parsedAmount": "20810000000000000000" + }, + { + "gotchiId": "23336", + "amount": "5.279999999999999", + "parsedAmount": "5279999999999999000" + }, + { + "gotchiId": "23338", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "23340", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "23343", + "amount": "11.7025", + "parsedAmount": "11702500000000000000" + }, + { + "gotchiId": "23345", + "amount": "22.7875", + "parsedAmount": "22787500000000000000" + }, + { + "gotchiId": "23347", + "amount": "17.1575", + "parsedAmount": "17157500000000000000" + }, + { + "gotchiId": "23348", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "23349", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "23351", + "amount": "6.06", + "parsedAmount": "6060000000000000000" + }, + { + "gotchiId": "23352", + "amount": "37.39", + "parsedAmount": "37390000000000000000" + }, + { + "gotchiId": "23353", + "amount": "12.372499999999999", + "parsedAmount": "12372499999999999000" + }, + { + "gotchiId": "23355", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "23356", + "amount": "12.4175", + "parsedAmount": "12417500000000000000" + }, + { + "gotchiId": "23362", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "23364", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "23367", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "23368", + "amount": "17.2975", + "parsedAmount": "17297500000000000000" + }, + { + "gotchiId": "23373", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "23377", + "amount": "24.277499999999996", + "parsedAmount": "24277499999999996000" + }, + { + "gotchiId": "23387", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "23390", + "amount": "17.7175", + "parsedAmount": "17717500000000000000" + }, + { + "gotchiId": "23392", + "amount": "11.5675", + "parsedAmount": "11567500000000000000" + }, + { + "gotchiId": "23393", + "amount": "7.352500000000001", + "parsedAmount": "7352500000000001000" + }, + { + "gotchiId": "23397", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "23399", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "23400", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "23402", + "amount": "13.844999999999999", + "parsedAmount": "13844999999999999000" + }, + { + "gotchiId": "23403", + "amount": "13.0525", + "parsedAmount": "13052500000000000000" + }, + { + "gotchiId": "23407", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "23408", + "amount": "5.1075", + "parsedAmount": "5107500000000000000" + }, + { + "gotchiId": "23411", + "amount": "3.67", + "parsedAmount": "3670000000000000000" + }, + { + "gotchiId": "23413", + "amount": "13.6875", + "parsedAmount": "13687500000000000000" + }, + { + "gotchiId": "23414", + "amount": "62.220000000000006", + "parsedAmount": "62220000000000006000" + }, + { + "gotchiId": "23415", + "amount": "11.7925", + "parsedAmount": "11792500000000000000" + }, + { + "gotchiId": "23418", + "amount": "98.4025", + "parsedAmount": "98402500000000000000" + }, + { + "gotchiId": "23420", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "23422", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "23423", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "23424", + "amount": "11.8125", + "parsedAmount": "11812500000000000000" + }, + { + "gotchiId": "23425", + "amount": "21.3975", + "parsedAmount": "21397500000000000000" + }, + { + "gotchiId": "23430", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "23432", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "23433", + "amount": "9.72", + "parsedAmount": "9720000000000000000" + }, + { + "gotchiId": "23434", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "23437", + "amount": "28.800000000000004", + "parsedAmount": "28800000000000004000" + }, + { + "gotchiId": "23438", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "23439", + "amount": "13.7075", + "parsedAmount": "13707500000000000000" + }, + { + "gotchiId": "23443", + "amount": "11.805", + "parsedAmount": "11805000000000000000" + }, + { + "gotchiId": "23448", + "amount": "9.7475", + "parsedAmount": "9747500000000000000" + }, + { + "gotchiId": "23449", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "23450", + "amount": "6.785", + "parsedAmount": "6785000000000000000" + }, + { + "gotchiId": "23455", + "amount": "34.5625", + "parsedAmount": "34562500000000000000" + }, + { + "gotchiId": "23460", + "amount": "47.002500000000005", + "parsedAmount": "47002500000000005000" + }, + { + "gotchiId": "23461", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "23462", + "amount": "5.075", + "parsedAmount": "5075000000000000000" + }, + { + "gotchiId": "23465", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "23468", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "23469", + "amount": "17.19", + "parsedAmount": "17190000000000000000" + }, + { + "gotchiId": "23470", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "23476", + "amount": "4.6575", + "parsedAmount": "4657500000000000000" + }, + { + "gotchiId": "23477", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "23479", + "amount": "243.775", + "parsedAmount": "243775000000000000000" + }, + { + "gotchiId": "23481", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "23488", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "23490", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "23492", + "amount": "35.685", + "parsedAmount": "35685000000000000000" + }, + { + "gotchiId": "23494", + "amount": "11.8125", + "parsedAmount": "11812500000000000000" + }, + { + "gotchiId": "23495", + "amount": "7.897500000000001", + "parsedAmount": "7897500000000001000" + }, + { + "gotchiId": "23496", + "amount": "23.7825", + "parsedAmount": "23782500000000000000" + }, + { + "gotchiId": "23500", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "23501", + "amount": "59.785000000000004", + "parsedAmount": "59785000000000004000" + }, + { + "gotchiId": "23502", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "23503", + "amount": "8.16", + "parsedAmount": "8160000000000000000" + }, + { + "gotchiId": "23505", + "amount": "13.87", + "parsedAmount": "13870000000000000000" + }, + { + "gotchiId": "23507", + "amount": "13.0875", + "parsedAmount": "13087500000000000000" + }, + { + "gotchiId": "23512", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "23514", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "23515", + "amount": "24.78", + "parsedAmount": "24780000000000000000" + }, + { + "gotchiId": "23518", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "23519", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "23523", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "23524", + "amount": "18.8725", + "parsedAmount": "18872500000000000000" + }, + { + "gotchiId": "23525", + "amount": "17.07", + "parsedAmount": "17070000000000000000" + }, + { + "gotchiId": "23526", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "23527", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "23529", + "amount": "22.615", + "parsedAmount": "22615000000000000000" + }, + { + "gotchiId": "23531", + "amount": "16.134999999999998", + "parsedAmount": "16134999999999998000" + }, + { + "gotchiId": "23533", + "amount": "6.577500000000001", + "parsedAmount": "6577500000000001000" + }, + { + "gotchiId": "23535", + "amount": "15.8325", + "parsedAmount": "15832500000000000000" + }, + { + "gotchiId": "23537", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "23539", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "23541", + "amount": "43.34", + "parsedAmount": "43340000000000000000" + }, + { + "gotchiId": "23547", + "amount": "13.767499999999998", + "parsedAmount": "13767499999999998000" + }, + { + "gotchiId": "23548", + "amount": "12.9625", + "parsedAmount": "12962500000000000000" + }, + { + "gotchiId": "23574", + "amount": "20.0775", + "parsedAmount": "20077500000000000000" + }, + { + "gotchiId": "23576", + "amount": "38.765", + "parsedAmount": "38765000000000000000" + }, + { + "gotchiId": "23577", + "amount": "27.24", + "parsedAmount": "27240000000000000000" + }, + { + "gotchiId": "23579", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "23580", + "amount": "4.9425", + "parsedAmount": "4942500000000000000" + }, + { + "gotchiId": "23581", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "23583", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "23587", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "23588", + "amount": "11.51", + "parsedAmount": "11510000000000000000" + }, + { + "gotchiId": "23589", + "amount": "5.5725", + "parsedAmount": "5572500000000000000" + }, + { + "gotchiId": "23590", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "23593", + "amount": "16.8325", + "parsedAmount": "16832500000000000000" + }, + { + "gotchiId": "23595", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "23596", + "amount": "3.045", + "parsedAmount": "3045000000000000000" + }, + { + "gotchiId": "23599", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "23600", + "amount": "17.0925", + "parsedAmount": "17092500000000000000" + }, + { + "gotchiId": "23601", + "amount": "17.34", + "parsedAmount": "17340000000000000000" + }, + { + "gotchiId": "23607", + "amount": "5.525", + "parsedAmount": "5525000000000000000" + }, + { + "gotchiId": "23611", + "amount": "8.01", + "parsedAmount": "8010000000000000000" + }, + { + "gotchiId": "23612", + "amount": "8.155", + "parsedAmount": "8155000000000000000" + }, + { + "gotchiId": "23614", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "23618", + "amount": "2.245", + "parsedAmount": "2245000000000000000" + }, + { + "gotchiId": "23619", + "amount": "98.0775", + "parsedAmount": "98077500000000000000" + }, + { + "gotchiId": "23620", + "amount": "21.1325", + "parsedAmount": "21132500000000000000" + }, + { + "gotchiId": "23623", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "23629", + "amount": "29.765", + "parsedAmount": "29765000000000000000" + }, + { + "gotchiId": "23632", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "23638", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "23642", + "amount": "13.065000000000001", + "parsedAmount": "13065000000000001000" + }, + { + "gotchiId": "23643", + "amount": "6.8525", + "parsedAmount": "6852500000000000000" + }, + { + "gotchiId": "23648", + "amount": "6.5125", + "parsedAmount": "6512500000000000000" + }, + { + "gotchiId": "23652", + "amount": "7.887499999999999", + "parsedAmount": "7887499999999999000" + }, + { + "gotchiId": "23654", + "amount": "10.0325", + "parsedAmount": "10032500000000000000" + }, + { + "gotchiId": "23659", + "amount": "8.0175", + "parsedAmount": "8017500000000000000" + }, + { + "gotchiId": "23660", + "amount": "9.8775", + "parsedAmount": "9877500000000000000" + }, + { + "gotchiId": "23663", + "amount": "5.095000000000001", + "parsedAmount": "5095000000000001000" + }, + { + "gotchiId": "23666", + "amount": "22", + "parsedAmount": "22000000000000000000" + }, + { + "gotchiId": "23670", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "23671", + "amount": "4.015", + "parsedAmount": "4015000000000000000" + }, + { + "gotchiId": "23672", + "amount": "13.035", + "parsedAmount": "13035000000000000000" + }, + { + "gotchiId": "23673", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "23674", + "amount": "9.2225", + "parsedAmount": "9222500000000000000" + }, + { + "gotchiId": "23675", + "amount": "6.3774999999999995", + "parsedAmount": "6377499999999999500" + }, + { + "gotchiId": "23679", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "23680", + "amount": "13.3025", + "parsedAmount": "13302500000000000000" + }, + { + "gotchiId": "23689", + "amount": "18.634999999999998", + "parsedAmount": "18634999999999998000" + }, + { + "gotchiId": "23690", + "amount": "17.1925", + "parsedAmount": "17192500000000000000" + }, + { + "gotchiId": "23691", + "amount": "4.9575", + "parsedAmount": "4957500000000000000" + }, + { + "gotchiId": "23692", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "23694", + "amount": "6.9750000000000005", + "parsedAmount": "6975000000000000500" + }, + { + "gotchiId": "23698", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "23701", + "amount": "7.595", + "parsedAmount": "7595000000000000000" + }, + { + "gotchiId": "23702", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "23703", + "amount": "12.2575", + "parsedAmount": "12257500000000000000" + }, + { + "gotchiId": "23704", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "23705", + "amount": "15.905", + "parsedAmount": "15905000000000000000" + }, + { + "gotchiId": "23706", + "amount": "10.352500000000001", + "parsedAmount": "10352500000000001000" + }, + { + "gotchiId": "23709", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "23710", + "amount": "11.4125", + "parsedAmount": "11412500000000000000" + }, + { + "gotchiId": "23711", + "amount": "349.23999999999995", + "parsedAmount": "349239999999999950000" + }, + { + "gotchiId": "23712", + "amount": "38.7825", + "parsedAmount": "38782500000000000000" + }, + { + "gotchiId": "23717", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "23723", + "amount": "19.990000000000002", + "parsedAmount": "19990000000000002000" + }, + { + "gotchiId": "23729", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "23730", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "23741", + "amount": "29.277500000000003", + "parsedAmount": "29277500000000003000" + }, + { + "gotchiId": "23747", + "amount": "7.94", + "parsedAmount": "7940000000000000000" + }, + { + "gotchiId": "23748", + "amount": "9.1775", + "parsedAmount": "9177500000000000000" + }, + { + "gotchiId": "23749", + "amount": "5.11", + "parsedAmount": "5110000000000000000" + }, + { + "gotchiId": "23751", + "amount": "66.725", + "parsedAmount": "66725000000000000000" + }, + { + "gotchiId": "23753", + "amount": "15.794999999999998", + "parsedAmount": "15794999999999998000" + }, + { + "gotchiId": "23755", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "23757", + "amount": "48.464999999999996", + "parsedAmount": "48464999999999996000" + }, + { + "gotchiId": "23766", + "amount": "21.12", + "parsedAmount": "21120000000000000000" + }, + { + "gotchiId": "23767", + "amount": "10.87", + "parsedAmount": "10870000000000000000" + }, + { + "gotchiId": "23771", + "amount": "2.3525", + "parsedAmount": "2352500000000000000" + }, + { + "gotchiId": "23773", + "amount": "55.427499999999995", + "parsedAmount": "55427499999999995000" + }, + { + "gotchiId": "23774", + "amount": "13.2325", + "parsedAmount": "13232500000000000000" + }, + { + "gotchiId": "23775", + "amount": "8.405", + "parsedAmount": "8405000000000000000" + }, + { + "gotchiId": "23777", + "amount": "13.780000000000001", + "parsedAmount": "13780000000000001000" + }, + { + "gotchiId": "23779", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "23780", + "amount": "29.162499999999994", + "parsedAmount": "29162499999999994000" + }, + { + "gotchiId": "23785", + "amount": "16.78", + "parsedAmount": "16780000000000000000" + }, + { + "gotchiId": "23786", + "amount": "5.5024999999999995", + "parsedAmount": "5502499999999999500" + }, + { + "gotchiId": "23789", + "amount": "6.202500000000001", + "parsedAmount": "6202500000000001000" + }, + { + "gotchiId": "23791", + "amount": "12.795", + "parsedAmount": "12795000000000000000" + }, + { + "gotchiId": "23792", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "23793", + "amount": "8.9375", + "parsedAmount": "8937500000000000000" + }, + { + "gotchiId": "23794", + "amount": "9.73", + "parsedAmount": "9730000000000000000" + }, + { + "gotchiId": "23795", + "amount": "15756.0175", + "parsedAmount": "15756017500000000000000" + }, + { + "gotchiId": "23798", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "23799", + "amount": "57.8625", + "parsedAmount": "57862500000000000000" + }, + { + "gotchiId": "23800", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "23801", + "amount": "20.6475", + "parsedAmount": "20647500000000000000" + }, + { + "gotchiId": "23802", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "23803", + "amount": "12.005", + "parsedAmount": "12005000000000000000" + }, + { + "gotchiId": "23804", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "23809", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "23811", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "23812", + "amount": "21.895000000000003", + "parsedAmount": "21895000000000003000" + }, + { + "gotchiId": "23813", + "amount": "12.8875", + "parsedAmount": "12887500000000000000" + }, + { + "gotchiId": "23814", + "amount": "3.2075", + "parsedAmount": "3207500000000000000" + }, + { + "gotchiId": "23816", + "amount": "4.6225000000000005", + "parsedAmount": "4622500000000000500" + }, + { + "gotchiId": "23818", + "amount": "15.1425", + "parsedAmount": "15142500000000000000" + }, + { + "gotchiId": "23819", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "23820", + "amount": "3.8925", + "parsedAmount": "3892500000000000000" + }, + { + "gotchiId": "23822", + "amount": "11.7125", + "parsedAmount": "11712500000000000000" + }, + { + "gotchiId": "23829", + "amount": "14.4475", + "parsedAmount": "14447500000000000000" + }, + { + "gotchiId": "23833", + "amount": "21.835", + "parsedAmount": "21835000000000000000" + }, + { + "gotchiId": "23837", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "23838", + "amount": "37.8675", + "parsedAmount": "37867500000000000000" + }, + { + "gotchiId": "23840", + "amount": "2.0325", + "parsedAmount": "2032500000000000000" + }, + { + "gotchiId": "23841", + "amount": "11.0325", + "parsedAmount": "11032500000000000000" + }, + { + "gotchiId": "23842", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "23845", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "23848", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "23852", + "amount": "7.8", + "parsedAmount": "7800000000000000000" + }, + { + "gotchiId": "23853", + "amount": "14.6675", + "parsedAmount": "14667500000000000000" + }, + { + "gotchiId": "23856", + "amount": "3.67", + "parsedAmount": "3670000000000000000" + }, + { + "gotchiId": "23858", + "amount": "13.9175", + "parsedAmount": "13917500000000000000" + }, + { + "gotchiId": "23859", + "amount": "9.5225", + "parsedAmount": "9522500000000000000" + }, + { + "gotchiId": "23860", + "amount": "10.295", + "parsedAmount": "10295000000000000000" + }, + { + "gotchiId": "23861", + "amount": "11.967500000000001", + "parsedAmount": "11967500000000001000" + }, + { + "gotchiId": "23862", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "23863", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "23864", + "amount": "17.2125", + "parsedAmount": "17212500000000000000" + }, + { + "gotchiId": "23867", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "23868", + "amount": "6.605", + "parsedAmount": "6605000000000000000" + }, + { + "gotchiId": "23871", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "23872", + "amount": "31.6025", + "parsedAmount": "31602500000000000000" + }, + { + "gotchiId": "23873", + "amount": "21.415", + "parsedAmount": "21415000000000000000" + }, + { + "gotchiId": "23878", + "amount": "17.23", + "parsedAmount": "17230000000000000000" + }, + { + "gotchiId": "23881", + "amount": "2235.4025", + "parsedAmount": "2235402500000000000000" + }, + { + "gotchiId": "23884", + "amount": "16.4575", + "parsedAmount": "16457500000000000000" + }, + { + "gotchiId": "23888", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "23890", + "amount": "11.004999999999999", + "parsedAmount": "11004999999999999000" + }, + { + "gotchiId": "23891", + "amount": "7.665000000000001", + "parsedAmount": "7665000000000001000" + }, + { + "gotchiId": "23892", + "amount": "40.42", + "parsedAmount": "40420000000000000000" + }, + { + "gotchiId": "23899", + "amount": "18.55", + "parsedAmount": "18550000000000000000" + }, + { + "gotchiId": "23901", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "23903", + "amount": "12.397499999999999", + "parsedAmount": "12397499999999999000" + }, + { + "gotchiId": "23907", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "23908", + "amount": "18.4375", + "parsedAmount": "18437500000000000000" + }, + { + "gotchiId": "23911", + "amount": "7.4025", + "parsedAmount": "7402500000000000000" + }, + { + "gotchiId": "23913", + "amount": "3.2975", + "parsedAmount": "3297500000000000000" + }, + { + "gotchiId": "23914", + "amount": "10.725000000000001", + "parsedAmount": "10725000000000001000" + }, + { + "gotchiId": "23916", + "amount": "5.12", + "parsedAmount": "5120000000000000000" + }, + { + "gotchiId": "23918", + "amount": "11.837499999999999", + "parsedAmount": "11837499999999999000" + }, + { + "gotchiId": "23919", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "23920", + "amount": "9.5125", + "parsedAmount": "9512500000000000000" + }, + { + "gotchiId": "23921", + "amount": "450.32000000000005", + "parsedAmount": "450320000000000050000" + }, + { + "gotchiId": "23923", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "23924", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "23925", + "amount": "8.0625", + "parsedAmount": "8062500000000000000" + }, + { + "gotchiId": "23928", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "23930", + "amount": "13.987499999999999", + "parsedAmount": "13987499999999999000" + }, + { + "gotchiId": "23931", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "23935", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "23936", + "amount": "14.6625", + "parsedAmount": "14662500000000000000" + }, + { + "gotchiId": "23940", + "amount": "12.6725", + "parsedAmount": "12672500000000000000" + }, + { + "gotchiId": "23941", + "amount": "14.005", + "parsedAmount": "14005000000000000000" + }, + { + "gotchiId": "23943", + "amount": "23.724999999999998", + "parsedAmount": "23724999999999998000" + }, + { + "gotchiId": "23950", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "23951", + "amount": "20.935", + "parsedAmount": "20935000000000000000" + }, + { + "gotchiId": "23957", + "amount": "8.870000000000001", + "parsedAmount": "8870000000000001000" + }, + { + "gotchiId": "23964", + "amount": "16.7625", + "parsedAmount": "16762500000000000000" + }, + { + "gotchiId": "23968", + "amount": "10.0825", + "parsedAmount": "10082500000000000000" + }, + { + "gotchiId": "23970", + "amount": "15.59", + "parsedAmount": "15590000000000000000" + }, + { + "gotchiId": "23971", + "amount": "5.175000000000001", + "parsedAmount": "5175000000000001000" + }, + { + "gotchiId": "23972", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "23974", + "amount": "39.315", + "parsedAmount": "39315000000000000000" + }, + { + "gotchiId": "23975", + "amount": "8.6625", + "parsedAmount": "8662500000000000000" + }, + { + "gotchiId": "23977", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "23978", + "amount": "20.155", + "parsedAmount": "20155000000000000000" + }, + { + "gotchiId": "23979", + "amount": "21.6225", + "parsedAmount": "21622500000000000000" + }, + { + "gotchiId": "23983", + "amount": "17.002499999999998", + "parsedAmount": "17002499999999998000" + }, + { + "gotchiId": "23984", + "amount": "15.120000000000001", + "parsedAmount": "15120000000000001000" + }, + { + "gotchiId": "23985", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "23986", + "amount": "28.0775", + "parsedAmount": "28077500000000000000" + }, + { + "gotchiId": "23988", + "amount": "6.9750000000000005", + "parsedAmount": "6975000000000000500" + }, + { + "gotchiId": "23991", + "amount": "11.56", + "parsedAmount": "11560000000000000000" + }, + { + "gotchiId": "23993", + "amount": "5.595000000000001", + "parsedAmount": "5595000000000001000" + }, + { + "gotchiId": "23994", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "23995", + "amount": "4.125", + "parsedAmount": "4125000000000000000" + }, + { + "gotchiId": "23996", + "amount": "3.43", + "parsedAmount": "3430000000000000000" + }, + { + "gotchiId": "23997", + "amount": "20.19", + "parsedAmount": "20190000000000000000" + }, + { + "gotchiId": "24002", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "24004", + "amount": "12.157499999999999", + "parsedAmount": "12157499999999999000" + }, + { + "gotchiId": "24011", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "24013", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "24021", + "amount": "7.12", + "parsedAmount": "7120000000000000000" + }, + { + "gotchiId": "24024", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "24026", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "24028", + "amount": "6.6075", + "parsedAmount": "6607500000000000000" + }, + { + "gotchiId": "24029", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "24032", + "amount": "15.0325", + "parsedAmount": "15032500000000000000" + }, + { + "gotchiId": "24033", + "amount": "5.7975", + "parsedAmount": "5797500000000000000" + }, + { + "gotchiId": "24034", + "amount": "13.754999999999999", + "parsedAmount": "13754999999999999000" + }, + { + "gotchiId": "24035", + "amount": "6.0375", + "parsedAmount": "6037500000000000000" + }, + { + "gotchiId": "24041", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "24046", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "24052", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "24053", + "amount": "17.06", + "parsedAmount": "17060000000000000000" + }, + { + "gotchiId": "24054", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "24056", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "24063", + "amount": "10.225000000000001", + "parsedAmount": "10225000000000001000" + }, + { + "gotchiId": "24064", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "24066", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "24067", + "amount": "14.934999999999999", + "parsedAmount": "14934999999999999000" + }, + { + "gotchiId": "24069", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "24071", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "24074", + "amount": "17.485", + "parsedAmount": "17485000000000000000" + }, + { + "gotchiId": "24075", + "amount": "10.5125", + "parsedAmount": "10512500000000000000" + }, + { + "gotchiId": "24076", + "amount": "40.405", + "parsedAmount": "40405000000000000000" + }, + { + "gotchiId": "24077", + "amount": "72.8575", + "parsedAmount": "72857500000000000000" + }, + { + "gotchiId": "24079", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "24082", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "24085", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "24087", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "24088", + "amount": "18.5325", + "parsedAmount": "18532500000000000000" + }, + { + "gotchiId": "24089", + "amount": "36.2", + "parsedAmount": "36200000000000000000" + }, + { + "gotchiId": "24091", + "amount": "13.2625", + "parsedAmount": "13262500000000000000" + }, + { + "gotchiId": "24092", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "24093", + "amount": "12.0275", + "parsedAmount": "12027500000000000000" + }, + { + "gotchiId": "24094", + "amount": "16.2875", + "parsedAmount": "16287500000000000000" + }, + { + "gotchiId": "24096", + "amount": "16.7375", + "parsedAmount": "16737500000000000000" + }, + { + "gotchiId": "24099", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "24101", + "amount": "7.64", + "parsedAmount": "7640000000000000000" + }, + { + "gotchiId": "24102", + "amount": "12.102500000000001", + "parsedAmount": "12102500000000001000" + }, + { + "gotchiId": "24104", + "amount": "6.16", + "parsedAmount": "6160000000000000000" + }, + { + "gotchiId": "24105", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "24106", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "24108", + "amount": "15.737499999999999", + "parsedAmount": "15737499999999999000" + }, + { + "gotchiId": "24109", + "amount": "29.775", + "parsedAmount": "29775000000000000000" + }, + { + "gotchiId": "24110", + "amount": "17.915", + "parsedAmount": "17915000000000000000" + }, + { + "gotchiId": "24113", + "amount": "17.6525", + "parsedAmount": "17652500000000000000" + }, + { + "gotchiId": "24114", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "24115", + "amount": "21.577499999999997", + "parsedAmount": "21577499999999997000" + }, + { + "gotchiId": "24116", + "amount": "5.68", + "parsedAmount": "5680000000000000000" + }, + { + "gotchiId": "24121", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "24123", + "amount": "17.39", + "parsedAmount": "17390000000000000000" + }, + { + "gotchiId": "24125", + "amount": "19.072499999999998", + "parsedAmount": "19072499999999998000" + }, + { + "gotchiId": "24129", + "amount": "8.4225", + "parsedAmount": "8422500000000000000" + }, + { + "gotchiId": "24130", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "24139", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "24140", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "24146", + "amount": "11.987499999999999", + "parsedAmount": "11987499999999999000" + }, + { + "gotchiId": "24148", + "amount": "10.2275", + "parsedAmount": "10227500000000000000" + }, + { + "gotchiId": "24149", + "amount": "18.865000000000002", + "parsedAmount": "18865000000000002000" + }, + { + "gotchiId": "24152", + "amount": "40.23", + "parsedAmount": "40230000000000000000" + }, + { + "gotchiId": "24155", + "amount": "15.5675", + "parsedAmount": "15567500000000000000" + }, + { + "gotchiId": "24159", + "amount": "9.8225", + "parsedAmount": "9822500000000000000" + }, + { + "gotchiId": "24161", + "amount": "10.7625", + "parsedAmount": "10762500000000000000" + }, + { + "gotchiId": "24163", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "24164", + "amount": "6.195", + "parsedAmount": "6195000000000000000" + }, + { + "gotchiId": "24165", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "24169", + "amount": "22.564999999999998", + "parsedAmount": "22564999999999998000" + }, + { + "gotchiId": "24171", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "24172", + "amount": "10.3225", + "parsedAmount": "10322500000000000000" + }, + { + "gotchiId": "24173", + "amount": "18.497500000000002", + "parsedAmount": "18497500000000002000" + }, + { + "gotchiId": "24174", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "24179", + "amount": "15.444999999999999", + "parsedAmount": "15444999999999999000" + }, + { + "gotchiId": "24180", + "amount": "6.109999999999999", + "parsedAmount": "6109999999999999000" + }, + { + "gotchiId": "24181", + "amount": "11.73", + "parsedAmount": "11730000000000000000" + }, + { + "gotchiId": "24185", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "24186", + "amount": "16.380000000000003", + "parsedAmount": "16380000000000003000" + }, + { + "gotchiId": "24248", + "amount": "18.88", + "parsedAmount": "18880000000000000000" + }, + { + "gotchiId": "24249", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "24253", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + } + ], + "totalAmount": "26134302500000000036500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204036, + "gasUsed": "9838780" + }, + { + "batchIndex": 23, + "transactionHash": "0xcc4ec53a2cbb4173f394240d89559da979f6eda1832fcb9568aa6ffc33ad1615", + "timestamp": "2025-10-23T05:30:20.423Z", + "gotchiRewards": [ + { + "gotchiId": "24256", + "amount": "475.3625", + "parsedAmount": "475362500000000000000" + }, + { + "gotchiId": "24264", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "24285", + "amount": "6.21", + "parsedAmount": "6210000000000000000" + }, + { + "gotchiId": "24286", + "amount": "20.377499999999998", + "parsedAmount": "20377499999999998000" + }, + { + "gotchiId": "24287", + "amount": "6.0649999999999995", + "parsedAmount": "6064999999999999500" + }, + { + "gotchiId": "24290", + "amount": "22.6", + "parsedAmount": "22600000000000000000" + }, + { + "gotchiId": "24291", + "amount": "3.3825", + "parsedAmount": "3382500000000000000" + }, + { + "gotchiId": "24292", + "amount": "10.567499999999999", + "parsedAmount": "10567499999999999000" + }, + { + "gotchiId": "24294", + "amount": "3.6425", + "parsedAmount": "3642500000000000000" + }, + { + "gotchiId": "24300", + "amount": "5.5825", + "parsedAmount": "5582500000000000000" + }, + { + "gotchiId": "24304", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "24306", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "24307", + "amount": "9.3725", + "parsedAmount": "9372500000000000000" + }, + { + "gotchiId": "24310", + "amount": "16.365000000000002", + "parsedAmount": "16365000000000002000" + }, + { + "gotchiId": "24336", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "24352", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "24369", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "24370", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "24372", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "24374", + "amount": "7.5375", + "parsedAmount": "7537500000000000000" + }, + { + "gotchiId": "24375", + "amount": "3.635", + "parsedAmount": "3635000000000000000" + }, + { + "gotchiId": "24377", + "amount": "20.357499999999998", + "parsedAmount": "20357499999999998000" + }, + { + "gotchiId": "24378", + "amount": "14.485", + "parsedAmount": "14485000000000000000" + }, + { + "gotchiId": "24379", + "amount": "17.725", + "parsedAmount": "17725000000000000000" + }, + { + "gotchiId": "24381", + "amount": "208.52999999999997", + "parsedAmount": "208529999999999970000" + }, + { + "gotchiId": "24383", + "amount": "37.49", + "parsedAmount": "37490000000000000000" + }, + { + "gotchiId": "24386", + "amount": "9.45", + "parsedAmount": "9450000000000000000" + }, + { + "gotchiId": "24387", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "24388", + "amount": "3.4525", + "parsedAmount": "3452500000000000000" + }, + { + "gotchiId": "24389", + "amount": "7.5825", + "parsedAmount": "7582500000000000000" + }, + { + "gotchiId": "24390", + "amount": "6.827500000000001", + "parsedAmount": "6827500000000001000" + }, + { + "gotchiId": "24391", + "amount": "17.0225", + "parsedAmount": "17022500000000000000" + }, + { + "gotchiId": "24394", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "24396", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "24397", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "24398", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "24402", + "amount": "8.7325", + "parsedAmount": "8732500000000000000" + }, + { + "gotchiId": "24404", + "amount": "64.745", + "parsedAmount": "64745000000000000000" + }, + { + "gotchiId": "24406", + "amount": "6.0325", + "parsedAmount": "6032500000000000000" + }, + { + "gotchiId": "24408", + "amount": "13.677500000000002", + "parsedAmount": "13677500000000002000" + }, + { + "gotchiId": "24409", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "24410", + "amount": "384.67750000000007", + "parsedAmount": "384677500000000070000" + }, + { + "gotchiId": "24412", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "24413", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "24414", + "amount": "22.93", + "parsedAmount": "22930000000000000000" + }, + { + "gotchiId": "24415", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "24416", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "24417", + "amount": "28.564999999999998", + "parsedAmount": "28564999999999998000" + }, + { + "gotchiId": "24418", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "24419", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "24420", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "24422", + "amount": "689.2925", + "parsedAmount": "689292500000000000000" + }, + { + "gotchiId": "24427", + "amount": "7.0125", + "parsedAmount": "7012500000000000000" + }, + { + "gotchiId": "24429", + "amount": "4.4625", + "parsedAmount": "4462500000000000000" + }, + { + "gotchiId": "24435", + "amount": "34.45", + "parsedAmount": "34450000000000000000" + }, + { + "gotchiId": "24437", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "24439", + "amount": "31.03", + "parsedAmount": "31030000000000000000" + }, + { + "gotchiId": "24441", + "amount": "8.65", + "parsedAmount": "8650000000000000000" + }, + { + "gotchiId": "24443", + "amount": "13.5475", + "parsedAmount": "13547500000000000000" + }, + { + "gotchiId": "24449", + "amount": "32.0175", + "parsedAmount": "32017500000000000000" + }, + { + "gotchiId": "24451", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "24455", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "24459", + "amount": "8.4625", + "parsedAmount": "8462500000000000000" + }, + { + "gotchiId": "24466", + "amount": "11.25", + "parsedAmount": "11250000000000000000" + }, + { + "gotchiId": "24467", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "24468", + "amount": "9.692499999999999", + "parsedAmount": "9692499999999999000" + }, + { + "gotchiId": "24469", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "24471", + "amount": "16.49", + "parsedAmount": "16490000000000000000" + }, + { + "gotchiId": "24472", + "amount": "8.965", + "parsedAmount": "8965000000000000000" + }, + { + "gotchiId": "24473", + "amount": "9.434999999999999", + "parsedAmount": "9434999999999999000" + }, + { + "gotchiId": "24476", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "24478", + "amount": "13.925", + "parsedAmount": "13925000000000000000" + }, + { + "gotchiId": "24479", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "24483", + "amount": "5.0625", + "parsedAmount": "5062500000000000000" + }, + { + "gotchiId": "24484", + "amount": "27.104999999999997", + "parsedAmount": "27104999999999997000" + }, + { + "gotchiId": "24485", + "amount": "6.297499999999999", + "parsedAmount": "6297499999999999000" + }, + { + "gotchiId": "24488", + "amount": "11.515", + "parsedAmount": "11515000000000000000" + }, + { + "gotchiId": "24491", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "24492", + "amount": "10.405000000000001", + "parsedAmount": "10405000000000001000" + }, + { + "gotchiId": "24498", + "amount": "35.059999999999995", + "parsedAmount": "35059999999999995000" + }, + { + "gotchiId": "24499", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "24500", + "amount": "14.7175", + "parsedAmount": "14717500000000000000" + }, + { + "gotchiId": "24501", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "24502", + "amount": "11.645", + "parsedAmount": "11645000000000000000" + }, + { + "gotchiId": "24503", + "amount": "39.0775", + "parsedAmount": "39077500000000000000" + }, + { + "gotchiId": "24504", + "amount": "16.0425", + "parsedAmount": "16042500000000000000" + }, + { + "gotchiId": "24506", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "24509", + "amount": "210.74", + "parsedAmount": "210740000000000000000" + }, + { + "gotchiId": "24510", + "amount": "90.2275", + "parsedAmount": "90227500000000000000" + }, + { + "gotchiId": "24516", + "amount": "11.53", + "parsedAmount": "11530000000000000000" + }, + { + "gotchiId": "24522", + "amount": "5.1274999999999995", + "parsedAmount": "5127499999999999500" + }, + { + "gotchiId": "24523", + "amount": "16.4925", + "parsedAmount": "16492500000000000000" + }, + { + "gotchiId": "24524", + "amount": "61.83", + "parsedAmount": "61830000000000000000" + }, + { + "gotchiId": "24525", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "24526", + "amount": "5.109999999999999", + "parsedAmount": "5109999999999999000" + }, + { + "gotchiId": "24527", + "amount": "5.105", + "parsedAmount": "5105000000000000000" + }, + { + "gotchiId": "24534", + "amount": "5.119999999999999", + "parsedAmount": "5119999999999999000" + }, + { + "gotchiId": "24535", + "amount": "30.787499999999998", + "parsedAmount": "30787499999999998000" + }, + { + "gotchiId": "24541", + "amount": "4.5575", + "parsedAmount": "4557500000000000000" + }, + { + "gotchiId": "24542", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "24544", + "amount": "11.66", + "parsedAmount": "11660000000000000000" + }, + { + "gotchiId": "24545", + "amount": "22.314999999999998", + "parsedAmount": "22314999999999998000" + }, + { + "gotchiId": "24547", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "24549", + "amount": "15.264999999999999", + "parsedAmount": "15264999999999999000" + }, + { + "gotchiId": "24550", + "amount": "9.49", + "parsedAmount": "9490000000000000000" + }, + { + "gotchiId": "24551", + "amount": "15.18", + "parsedAmount": "15180000000000000000" + }, + { + "gotchiId": "24553", + "amount": "7.887499999999999", + "parsedAmount": "7887499999999999000" + }, + { + "gotchiId": "24554", + "amount": "30.7875", + "parsedAmount": "30787500000000000000" + }, + { + "gotchiId": "24555", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "24557", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "24564", + "amount": "10.805", + "parsedAmount": "10805000000000000000" + }, + { + "gotchiId": "24566", + "amount": "19.04", + "parsedAmount": "19040000000000000000" + }, + { + "gotchiId": "24568", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "24571", + "amount": "16.6625", + "parsedAmount": "16662500000000000000" + }, + { + "gotchiId": "24576", + "amount": "17.770000000000003", + "parsedAmount": "17770000000000003000" + }, + { + "gotchiId": "24577", + "amount": "17.1775", + "parsedAmount": "17177500000000000000" + }, + { + "gotchiId": "24582", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "24586", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "24588", + "amount": "6.8875", + "parsedAmount": "6887500000000000000" + }, + { + "gotchiId": "24590", + "amount": "9.36", + "parsedAmount": "9360000000000000000" + }, + { + "gotchiId": "24591", + "amount": "11.8475", + "parsedAmount": "11847500000000000000" + }, + { + "gotchiId": "24592", + "amount": "5.557499999999999", + "parsedAmount": "5557499999999999000" + }, + { + "gotchiId": "24594", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "24597", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "24598", + "amount": "7.569999999999999", + "parsedAmount": "7569999999999999000" + }, + { + "gotchiId": "24601", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "24603", + "amount": "4.665", + "parsedAmount": "4665000000000000000" + }, + { + "gotchiId": "24605", + "amount": "5.1225", + "parsedAmount": "5122500000000000000" + }, + { + "gotchiId": "24607", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "24610", + "amount": "70.97", + "parsedAmount": "70970000000000000000" + }, + { + "gotchiId": "24611", + "amount": "3.3225", + "parsedAmount": "3322500000000000000" + }, + { + "gotchiId": "24615", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "24617", + "amount": "13.4875", + "parsedAmount": "13487500000000000000" + }, + { + "gotchiId": "24622", + "amount": "8.9475", + "parsedAmount": "8947500000000000000" + }, + { + "gotchiId": "24624", + "amount": "43.19", + "parsedAmount": "43190000000000000000" + }, + { + "gotchiId": "24631", + "amount": "4.245", + "parsedAmount": "4245000000000000000" + }, + { + "gotchiId": "24632", + "amount": "13.3", + "parsedAmount": "13300000000000000000" + }, + { + "gotchiId": "24634", + "amount": "11.2475", + "parsedAmount": "11247500000000000000" + }, + { + "gotchiId": "24636", + "amount": "11.625", + "parsedAmount": "11625000000000000000" + }, + { + "gotchiId": "24637", + "amount": "8.932500000000001", + "parsedAmount": "8932500000000001000" + }, + { + "gotchiId": "24638", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "24640", + "amount": "16.5775", + "parsedAmount": "16577500000000000000" + }, + { + "gotchiId": "24642", + "amount": "8.2175", + "parsedAmount": "8217500000000000000" + }, + { + "gotchiId": "24645", + "amount": "11.3275", + "parsedAmount": "11327500000000000000" + }, + { + "gotchiId": "24651", + "amount": "10.415", + "parsedAmount": "10415000000000000000" + }, + { + "gotchiId": "24653", + "amount": "34.295", + "parsedAmount": "34295000000000000000" + }, + { + "gotchiId": "24654", + "amount": "7.505", + "parsedAmount": "7505000000000000000" + }, + { + "gotchiId": "24655", + "amount": "11.265", + "parsedAmount": "11265000000000000000" + }, + { + "gotchiId": "24659", + "amount": "6.680000000000001", + "parsedAmount": "6680000000000001000" + }, + { + "gotchiId": "24660", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "24661", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "24662", + "amount": "23.4775", + "parsedAmount": "23477500000000000000" + }, + { + "gotchiId": "24665", + "amount": "18.305", + "parsedAmount": "18305000000000000000" + }, + { + "gotchiId": "24667", + "amount": "7.8975", + "parsedAmount": "7897500000000000000" + }, + { + "gotchiId": "24668", + "amount": "5.8149999999999995", + "parsedAmount": "5814999999999999500" + }, + { + "gotchiId": "24671", + "amount": "3.5475", + "parsedAmount": "3547500000000000000" + }, + { + "gotchiId": "24672", + "amount": "4.1025", + "parsedAmount": "4102500000000000000" + }, + { + "gotchiId": "24674", + "amount": "3.67", + "parsedAmount": "3670000000000000000" + }, + { + "gotchiId": "24675", + "amount": "12.14", + "parsedAmount": "12140000000000000000" + }, + { + "gotchiId": "24677", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "24682", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "24684", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "24685", + "amount": "6.0525", + "parsedAmount": "6052500000000000000" + }, + { + "gotchiId": "24686", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "24688", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "24690", + "amount": "8.1675", + "parsedAmount": "8167500000000000000" + }, + { + "gotchiId": "24691", + "amount": "12.9225", + "parsedAmount": "12922500000000000000" + }, + { + "gotchiId": "24692", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "24694", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "24697", + "amount": "19.66", + "parsedAmount": "19660000000000000000" + }, + { + "gotchiId": "24698", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "24699", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "24700", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "24702", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "24703", + "amount": "2.1425", + "parsedAmount": "2142500000000000000" + }, + { + "gotchiId": "24707", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "24709", + "amount": "10.354999999999999", + "parsedAmount": "10354999999999999000" + }, + { + "gotchiId": "24711", + "amount": "11.635", + "parsedAmount": "11635000000000000000" + }, + { + "gotchiId": "24712", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "24714", + "amount": "23.7", + "parsedAmount": "23700000000000000000" + }, + { + "gotchiId": "24716", + "amount": "7.279999999999999", + "parsedAmount": "7279999999999999000" + }, + { + "gotchiId": "24718", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "24719", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "24720", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "24723", + "amount": "4.0125", + "parsedAmount": "4012500000000000000" + }, + { + "gotchiId": "24726", + "amount": "12.55", + "parsedAmount": "12550000000000000000" + }, + { + "gotchiId": "24727", + "amount": "15.965", + "parsedAmount": "15965000000000000000" + }, + { + "gotchiId": "24729", + "amount": "4.3475", + "parsedAmount": "4347500000000000000" + }, + { + "gotchiId": "24730", + "amount": "44.3875", + "parsedAmount": "44387500000000000000" + }, + { + "gotchiId": "24732", + "amount": "3.8825", + "parsedAmount": "3882500000000000000" + }, + { + "gotchiId": "24733", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "24735", + "amount": "2.725", + "parsedAmount": "2725000000000000000" + }, + { + "gotchiId": "24736", + "amount": "2.9275", + "parsedAmount": "2927500000000000000" + }, + { + "gotchiId": "24738", + "amount": "12.7875", + "parsedAmount": "12787500000000000000" + }, + { + "gotchiId": "24739", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "24740", + "amount": "2.6075", + "parsedAmount": "2607500000000000000" + }, + { + "gotchiId": "24741", + "amount": "9.67", + "parsedAmount": "9670000000000000000" + }, + { + "gotchiId": "24746", + "amount": "19.46", + "parsedAmount": "19460000000000000000" + }, + { + "gotchiId": "24747", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "24750", + "amount": "7.44", + "parsedAmount": "7440000000000000000" + }, + { + "gotchiId": "24751", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "24754", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "24756", + "amount": "2.305", + "parsedAmount": "2305000000000000000" + }, + { + "gotchiId": "24760", + "amount": "2.5875", + "parsedAmount": "2587500000000000000" + }, + { + "gotchiId": "24762", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "24763", + "amount": "36.6125", + "parsedAmount": "36612500000000000000" + }, + { + "gotchiId": "24765", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "24766", + "amount": "3.7825", + "parsedAmount": "3782500000000000000" + }, + { + "gotchiId": "24767", + "amount": "53.225", + "parsedAmount": "53225000000000000000" + }, + { + "gotchiId": "24768", + "amount": "9.725", + "parsedAmount": "9725000000000000000" + }, + { + "gotchiId": "24769", + "amount": "13.9975", + "parsedAmount": "13997500000000000000" + }, + { + "gotchiId": "24771", + "amount": "15.435", + "parsedAmount": "15435000000000000000" + }, + { + "gotchiId": "24772", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "24773", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "24774", + "amount": "5.2524999999999995", + "parsedAmount": "5252499999999999500" + }, + { + "gotchiId": "24776", + "amount": "12.997499999999999", + "parsedAmount": "12997499999999999000" + }, + { + "gotchiId": "24779", + "amount": "16.1025", + "parsedAmount": "16102500000000000000" + }, + { + "gotchiId": "24781", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "24786", + "amount": "110.13749999999999", + "parsedAmount": "110137499999999990000" + }, + { + "gotchiId": "24788", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "24790", + "amount": "8.3025", + "parsedAmount": "8302500000000000000" + }, + { + "gotchiId": "24792", + "amount": "8.83", + "parsedAmount": "8830000000000000000" + }, + { + "gotchiId": "24793", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "24794", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "24795", + "amount": "22.47", + "parsedAmount": "22470000000000000000" + }, + { + "gotchiId": "24798", + "amount": "15.8625", + "parsedAmount": "15862500000000000000" + }, + { + "gotchiId": "24799", + "amount": "49.0425", + "parsedAmount": "49042500000000000000" + }, + { + "gotchiId": "24800", + "amount": "38.292500000000004", + "parsedAmount": "38292500000000004000" + }, + { + "gotchiId": "24802", + "amount": "19.6925", + "parsedAmount": "19692500000000000000" + }, + { + "gotchiId": "24814", + "amount": "2.6425", + "parsedAmount": "2642500000000000000" + }, + { + "gotchiId": "24816", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "24823", + "amount": "11.13", + "parsedAmount": "11130000000000000000" + }, + { + "gotchiId": "24824", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "24832", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "24834", + "amount": "10.307500000000001", + "parsedAmount": "10307500000000001000" + }, + { + "gotchiId": "24835", + "amount": "9.445", + "parsedAmount": "9445000000000000000" + }, + { + "gotchiId": "24836", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "24839", + "amount": "14.9025", + "parsedAmount": "14902500000000000000" + }, + { + "gotchiId": "24840", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "24841", + "amount": "3.5575", + "parsedAmount": "3557500000000000000" + }, + { + "gotchiId": "24843", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "24844", + "amount": "16.6925", + "parsedAmount": "16692500000000000000" + }, + { + "gotchiId": "24845", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "24846", + "amount": "14.315000000000001", + "parsedAmount": "14315000000000001000" + }, + { + "gotchiId": "24847", + "amount": "8.655000000000001", + "parsedAmount": "8655000000000001000" + }, + { + "gotchiId": "24848", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "24850", + "amount": "12.982500000000002", + "parsedAmount": "12982500000000002000" + }, + { + "gotchiId": "24852", + "amount": "16.8625", + "parsedAmount": "16862500000000000000" + }, + { + "gotchiId": "24853", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "24854", + "amount": "101.74", + "parsedAmount": "101740000000000000000" + }, + { + "gotchiId": "24855", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "24856", + "amount": "28.8575", + "parsedAmount": "28857500000000000000" + }, + { + "gotchiId": "24857", + "amount": "16.697499999999998", + "parsedAmount": "16697499999999998000" + }, + { + "gotchiId": "24859", + "amount": "22.002499999999998", + "parsedAmount": "22002499999999998000" + }, + { + "gotchiId": "24860", + "amount": "3.63", + "parsedAmount": "3630000000000000000" + }, + { + "gotchiId": "24861", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "24862", + "amount": "10.2925", + "parsedAmount": "10292500000000000000" + }, + { + "gotchiId": "24863", + "amount": "13.177499999999998", + "parsedAmount": "13177499999999998000" + }, + { + "gotchiId": "24864", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "24872", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "24873", + "amount": "10.935", + "parsedAmount": "10935000000000000000" + }, + { + "gotchiId": "24874", + "amount": "14.39", + "parsedAmount": "14390000000000000000" + }, + { + "gotchiId": "24877", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "24878", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "24880", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "24881", + "amount": "25.604999999999997", + "parsedAmount": "25604999999999997000" + }, + { + "gotchiId": "24882", + "amount": "9.3675", + "parsedAmount": "9367500000000000000" + }, + { + "gotchiId": "24883", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "24884", + "amount": "19.91", + "parsedAmount": "19910000000000000000" + }, + { + "gotchiId": "24887", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "24893", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "24894", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "24895", + "amount": "13.76", + "parsedAmount": "13760000000000000000" + }, + { + "gotchiId": "24898", + "amount": "7.324999999999999", + "parsedAmount": "7324999999999999000" + }, + { + "gotchiId": "24899", + "amount": "15.477500000000001", + "parsedAmount": "15477500000000001000" + }, + { + "gotchiId": "24900", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "24902", + "amount": "8.1525", + "parsedAmount": "8152500000000000000" + }, + { + "gotchiId": "24903", + "amount": "12.592500000000001", + "parsedAmount": "12592500000000001000" + }, + { + "gotchiId": "24906", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "24909", + "amount": "8.2", + "parsedAmount": "8200000000000000000" + }, + { + "gotchiId": "24912", + "amount": "64.63", + "parsedAmount": "64630000000000000000" + }, + { + "gotchiId": "24913", + "amount": "102.36500000000001", + "parsedAmount": "102365000000000010000" + }, + { + "gotchiId": "24916", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "24920", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "24923", + "amount": "8.825", + "parsedAmount": "8825000000000000000" + }, + { + "gotchiId": "24926", + "amount": "28.105", + "parsedAmount": "28105000000000000000" + }, + { + "gotchiId": "24928", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "24930", + "amount": "13.967500000000001", + "parsedAmount": "13967500000000001000" + }, + { + "gotchiId": "24931", + "amount": "12.6125", + "parsedAmount": "12612500000000000000" + }, + { + "gotchiId": "24932", + "amount": "18.8825", + "parsedAmount": "18882500000000000000" + }, + { + "gotchiId": "24933", + "amount": "14.950000000000001", + "parsedAmount": "14950000000000001000" + }, + { + "gotchiId": "24934", + "amount": "22.34", + "parsedAmount": "22340000000000000000" + }, + { + "gotchiId": "24935", + "amount": "11.9725", + "parsedAmount": "11972500000000000000" + }, + { + "gotchiId": "24936", + "amount": "14.2125", + "parsedAmount": "14212500000000000000" + }, + { + "gotchiId": "24939", + "amount": "8.64", + "parsedAmount": "8640000000000000000" + }, + { + "gotchiId": "24940", + "amount": "3.2", + "parsedAmount": "3200000000000000000" + }, + { + "gotchiId": "24941", + "amount": "76.5625", + "parsedAmount": "76562500000000000000" + }, + { + "gotchiId": "24943", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "24944", + "amount": "17.2975", + "parsedAmount": "17297500000000000000" + }, + { + "gotchiId": "24945", + "amount": "11.4275", + "parsedAmount": "11427500000000000000" + }, + { + "gotchiId": "24946", + "amount": "9.2575", + "parsedAmount": "9257500000000000000" + }, + { + "gotchiId": "24948", + "amount": "47.6175", + "parsedAmount": "47617500000000000000" + }, + { + "gotchiId": "24951", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "24953", + "amount": "7.5025", + "parsedAmount": "7502500000000000000" + }, + { + "gotchiId": "24957", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "24958", + "amount": "14.48", + "parsedAmount": "14480000000000000000" + }, + { + "gotchiId": "24960", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "24961", + "amount": "11.919999999999998", + "parsedAmount": "11919999999999998000" + }, + { + "gotchiId": "24962", + "amount": "62.0125", + "parsedAmount": "62012500000000000000" + }, + { + "gotchiId": "24963", + "amount": "17.537499999999998", + "parsedAmount": "17537499999999998000" + }, + { + "gotchiId": "24964", + "amount": "18.425", + "parsedAmount": "18425000000000000000" + }, + { + "gotchiId": "24965", + "amount": "25.382499999999997", + "parsedAmount": "25382499999999997000" + }, + { + "gotchiId": "24966", + "amount": "9.715", + "parsedAmount": "9715000000000000000" + }, + { + "gotchiId": "24971", + "amount": "13.2325", + "parsedAmount": "13232500000000000000" + }, + { + "gotchiId": "24972", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "24974", + "amount": "88.66749999999999", + "parsedAmount": "88667499999999990000" + }, + { + "gotchiId": "24975", + "amount": "110.28", + "parsedAmount": "110280000000000000000" + }, + { + "gotchiId": "24976", + "amount": "53.8825", + "parsedAmount": "53882500000000000000" + }, + { + "gotchiId": "24980", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "24981", + "amount": "2.735", + "parsedAmount": "2735000000000000000" + }, + { + "gotchiId": "24984", + "amount": "56.1325", + "parsedAmount": "56132500000000000000" + }, + { + "gotchiId": "24994", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "24997", + "amount": "5.395", + "parsedAmount": "5395000000000000000" + }, + { + "gotchiId": "24998", + "amount": "3.67", + "parsedAmount": "3670000000000000000" + } + ], + "totalAmount": "6408607500000000005500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37204037, + "gasUsed": "6621277" + } + ], + "completedGotchiIds": [ + "3", + "31", + "32", + "34", + "35", + "37", + "39", + "41", + "44", + "46", + "47", + "48", + "51", + "53", + "54", + "56", + "58", + "59", + "67", + "68", + "69", + "92", + "93", + "97", + "100", + "101", + "102", + "106", + "111", + "112", + "113", + "114", + "115", + "116", + "122", + "123", + "124", + "125", + "131", + "135", + "137", + "138", + "139", + "141", + "142", + "151", + "154", + "156", + "159", + "162", + "164", + "167", + "168", + "169", + "172", + "181", + "183", + "185", + "186", + "190", + "191", + "192", + "201", + "205", + "206", + "207", + "208", + "218", + "219", + "221", + "225", + "226", + "228", + "229", + "231", + "233", + "234", + "235", + "236", + "238", + "240", + "241", + "243", + "260", + "261", + "262", + "263", + "264", + "266", + "267", + "269", + "270", + "271", + "272", + "274", + "275", + "278", + "282", + "285", + "289", + "290", + "296", + "301", + "304", + "307", + "308", + "314", + "315", + "317", + "319", + "339", + "343", + "357", + "358", + "359", + "366", + "367", + "375", + "377", + "378", + "380", + "382", + "383", + "390", + "391", + "392", + "396", + "406", + "407", + "408", + "409", + "410", + "411", + "413", + "414", + "418", + "420", + "428", + "430", + "431", + "439", + "442", + "448", + "449", + "453", + "454", + "455", + "458", + "461", + "463", + "469", + "473", + "474", + "475", + "479", + "480", + "481", + "482", + "483", + "486", + "487", + "489", + "490", + "492", + "493", + "499", + "502", + "506", + "509", + "511", + "512", + "514", + "519", + "520", + "522", + "523", + "524", + "528", + "529", + "531", + "538", + "539", + "540", + "543", + "544", + "549", + "550", + "552", + "555", + "556", + "557", + "567", + "568", + "569", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "584", + "585", + "587", + "588", + "591", + "594", + "596", + "597", + "598", + "600", + "601", + "607", + "608", + "630", + "632", + "637", + "642", + "645", + "646", + "647", + "648", + "649", + "650", + "660", + "661", + "662", + "663", + "664", + "671", + "672", + "673", + "674", + "677", + "681", + "684", + "689", + "692", + "695", + "696", + "697", + "698", + "699", + "700", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "716", + "717", + "718", + "719", + "722", + "725", + "726", + "728", + "729", + "733", + "734", + "735", + "736", + "738", + "739", + "743", + "744", + "746", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "763", + "766", + "769", + "784", + "786", + "787", + "789", + "794", + "796", + "799", + "801", + "805", + "806", + "807", + "808", + "810", + "811", + "814", + "815", + "817", + "819", + "820", + "821", + "822", + "823", + "824", + "826", + "828", + "836", + "841", + "844", + "851", + "853", + "854", + "870", + "897", + "899", + "903", + "904", + "908", + "909", + "911", + "912", + "914", + "915", + "918", + "922", + "924", + "925", + "928", + "929", + "931", + "932", + "933", + "934", + "936", + "937", + "938", + "940", + "946", + "947", + "951", + "954", + "956", + "957", + "965", + "966", + "967", + "968", + "970", + "971", + "973", + "974", + "976", + "978", + "979", + "980", + "981", + "983", + "984", + "985", + "987", + "988", + "989", + "992", + "997", + "998", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016", + "1017", + "1019", + "1020", + "1021", + "1022", + "1027", + "1030", + "1032", + "1043", + "1044", + "1046", + "1054", + "1055", + "1057", + "1058", + "1062", + "1063", + "1065", + "1068", + "1071", + "1074", + "1078", + "1079", + "1083", + "1085", + "1089", + "1090", + "1098", + "1100", + "1103", + "1108", + "1109", + "1111", + "1122", + "1124", + "1126", + "1128", + "1133", + "1134", + "1135", + "1136", + "1137", + "1138", + "1140", + "1145", + "1147", + "1150", + "1155", + "1157", + "1164", + "1165", + "1169", + "1170", + "1171", + "1173", + "1177", + "1178", + "1179", + "1183", + "1188", + "1189", + "1190", + "1191", + "1192", + "1193", + "1195", + "1196", + "1197", + "1199", + "1200", + "1203", + "1207", + "1218", + "1219", + "1220", + "1228", + "1231", + "1232", + "1233", + "1234", + "1235", + "1240", + "1241", + "1244", + "1248", + "1249", + "1253", + "1254", + "1257", + "1259", + "1260", + "1261", + "1263", + "1264", + "1265", + "1267", + "1269", + "1273", + "1274", + "1277", + "1282", + "1283", + "1285", + "1292", + "1293", + "1294", + "1295", + "1299", + "1301", + "1302", + "1304", + "1305", + "1306", + "1308", + "1314", + "1316", + "1320", + "1321", + "1323", + "1324", + "1333", + "1334", + "1335", + "1336", + "1339", + "1345", + "1347", + "1348", + "1349", + "1351", + "1353", + "1354", + "1355", + "1357", + "1358", + "1359", + "1360", + "1367", + "1368", + "1370", + "1371", + "1372", + "1373", + "1375", + "1379", + "1381", + "1383", + "1385", + "1387", + "1388", + "1389", + "1392", + "1393", + "1395", + "1396", + "1398", + "1400", + "1401", + "1403", + "1404", + "1405", + "1408", + "1410", + "1412", + "1413", + "1414", + "1416", + "1417", + "1419", + "1421", + "1422", + "1423", + "1425", + "1426", + "1427", + "1429", + "1430", + "1432", + "1433", + "1436", + "1441", + "1443", + "1445", + "1447", + "1448", + "1449", + "1451", + "1454", + "1455", + "1457", + "1459", + "1469", + "1470", + "1473", + "1474", + "1475", + "1477", + "1478", + "1481", + "1483", + "1484", + "1485", + "1486", + "1487", + "1491", + "1508", + "1509", + "1510", + "1511", + "1512", + "1518", + "1520", + "1531", + "1535", + "1536", + "1538", + "1539", + "1542", + "1543", + "1545", + "1547", + "1549", + "1557", + "1558", + "1562", + "1563", + "1564", + "1565", + "1568", + "1570", + "1571", + "1572", + "1574", + "1575", + "1576", + "1580", + "1583", + "1584", + "1585", + "1586", + "1588", + "1589", + "1590", + "1591", + "1595", + "1598", + "1600", + "1604", + "1627", + "1633", + "1637", + "1638", + "1639", + "1647", + "1652", + "1653", + "1657", + "1660", + "1661", + "1662", + "1665", + "1667", + "1668", + "1672", + "1677", + "1679", + "1680", + "1683", + "1684", + "1689", + "1690", + "1691", + "1693", + "1694", + "1699", + "1702", + "1703", + "1704", + "1708", + "1709", + "1710", + "1711", + "1715", + "1722", + "1723", + "1724", + "1728", + "1729", + "1732", + "1735", + "1740", + "1743", + "1745", + "1751", + "1752", + "1759", + "1762", + "1763", + "1765", + "1767", + "1768", + "1770", + "1771", + "1774", + "1775", + "1779", + "1780", + "1781", + "1782", + "1784", + "1785", + "1786", + "1787", + "1788", + "1789", + "1790", + "1802", + "1803", + "1806", + "1808", + "1809", + "1811", + "1812", + "1822", + "1828", + "1829", + "1831", + "1836", + "1837", + "1838", + "1839", + "1840", + "1843", + "1844", + "1845", + "1847", + "1849", + "1850", + "1852", + "1853", + "1855", + "1857", + "1859", + "1862", + "1866", + "1868", + "1874", + "1876", + "1878", + "1879", + "1880", + "1883", + "1884", + "1886", + "1887", + "1901", + "1904", + "1905", + "1906", + "1911", + "1917", + "1920", + "1921", + "1923", + "1924", + "1926", + "1927", + "1929", + "1930", + "1931", + "1932", + "1934", + "1935", + "1936", + "1937", + "1939", + "1940", + "1941", + "1942", + "1944", + "1949", + "1950", + "1952", + "1954", + "1956", + "1959", + "1961", + "1962", + "1963", + "1969", + "1971", + "1973", + "1974", + "1975", + "1976", + "1977", + "1980", + "1981", + "1984", + "1986", + "1987", + "1989", + "1992", + "1993", + "1994", + "1995", + "1996", + "1998", + "2014", + "2018", + "2021", + "2026", + "2027", + "2028", + "2029", + "2030", + "2031", + "2034", + "2035", + "2042", + "2053", + "2054", + "2057", + "2058", + "2062", + "2068", + "2072", + "2073", + "2077", + "2081", + "2084", + "2085", + "2087", + "2090", + "2091", + "2093", + "2094", + "2095", + "2096", + "2097", + "2099", + "2100", + "2101", + "2104", + "2105", + "2107", + "2110", + "2111", + "2113", + "2115", + "2116", + "2117", + "2118", + "2120", + "2122", + "2123", + "2124", + "2125", + "2126", + "2128", + "2129", + "2134", + "2136", + "2138", + "2143", + "2145", + "2147", + "2148", + "2152", + "2153", + "2156", + "2157", + "2160", + "2162", + "2165", + "2167", + "2172", + "2178", + "2181", + "2182", + "2183", + "2185", + "2195", + "2197", + "2198", + "2202", + "2209", + "2212", + "2213", + "2223", + "2225", + "2226", + "2230", + "2232", + "2234", + "2235", + "2236", + "2238", + "2240", + "2242", + "2243", + "2244", + "2245", + "2246", + "2249", + "2250", + "2251", + "2255", + "2256", + "2260", + "2261", + "2263", + "2265", + "2266", + "2267", + "2269", + "2270", + "2271", + "2272", + "2274", + "2277", + "2278", + "2281", + "2286", + "2287", + "2290", + "2291", + "2292", + "2293", + "2294", + "2296", + "2300", + "2301", + "2305", + "2318", + "2319", + "2321", + "2324", + "2325", + "2326", + "2330", + "2333", + "2336", + "2339", + "2344", + "2345", + "2346", + "2347", + "2348", + "2350", + "2351", + "2354", + "2358", + "2359", + "2360", + "2362", + "2364", + "2367", + "2368", + "2369", + "2380", + "2382", + "2384", + "2386", + "2387", + "2391", + "2393", + "2394", + "2396", + "2399", + "2402", + "2403", + "2404", + "2405", + "2406", + "2407", + "2408", + "2409", + "2414", + "2415", + "2419", + "2421", + "2424", + "2432", + "2436", + "2438", + "2439", + "2440", + "2441", + "2442", + "2443", + "2445", + "2446", + "2448", + "2449", + "2450", + "2451", + "2452", + "2453", + "2454", + "2455", + "2456", + "2457", + "2459", + "2460", + "2461", + "2462", + "2463", + "2468", + "2471", + "2475", + "2478", + "2487", + "2491", + "2492", + "2500", + "2501", + "2503", + "2504", + "2505", + "2506", + "2509", + "2512", + "2515", + "2517", + "2518", + "2523", + "2524", + "2528", + "2529", + "2530", + "2531", + "2538", + "2542", + "2544", + "2546", + "2550", + "2552", + "2553", + "2554", + "2555", + "2557", + "2558", + "2559", + "2562", + "2566", + "2569", + "2574", + "2578", + "2581", + "2582", + "2583", + "2585", + "2588", + "2589", + "2591", + "2594", + "2596", + "2600", + "2603", + "2605", + "2607", + "2609", + "2612", + "2613", + "2614", + "2616", + "2617", + "2620", + "2623", + "2624", + "2626", + "2643", + "2644", + "2647", + "2649", + "2650", + "2652", + "2655", + "2657", + "2659", + "2660", + "2663", + "2666", + "2667", + "2670", + "2671", + "2674", + "2675", + "2676", + "2678", + "2679", + "2680", + "2681", + "2683", + "2684", + "2685", + "2686", + "2687", + "2688", + "2689", + "2690", + "2691", + "2693", + "2694", + "2696", + "2698", + "2699", + "2701", + "2703", + "2707", + "2713", + "2716", + "2717", + "2719", + "2720", + "2722", + "2724", + "2725", + "2726", + "2727", + "2729", + "2732", + "2734", + "2738", + "2739", + "2740", + "2744", + "2745", + "2748", + "2749", + "2750", + "2753", + "2755", + "2758", + "2759", + "2760", + "2761", + "2773", + "2774", + "2775", + "2779", + "2783", + "2784", + "2786", + "2787", + "2788", + "2792", + "2793", + "2795", + "2796", + "2797", + "2798", + "2799", + "2801", + "2803", + "2808", + "2811", + "2812", + "2822", + "2824", + "2825", + "2826", + "2828", + "2829", + "2833", + "2834", + "2837", + "2839", + "2840", + "2841", + "2842", + "2843", + "2844", + "2845", + "2847", + "2848", + "2849", + "2850", + "2851", + "2853", + "2854", + "2856", + "2860", + "2861", + "2863", + "2865", + "2866", + "2871", + "2872", + "2874", + "2876", + "2879", + "2881", + "2882", + "2886", + "2888", + "2891", + "2895", + "2898", + "2901", + "2902", + "2903", + "2905", + "2906", + "2907", + "2908", + "2909", + "2910", + "2913", + "2914", + "2915", + "2920", + "2922", + "2923", + "2928", + "2929", + "2930", + "2931", + "2932", + "2935", + "2936", + "2941", + "2942", + "2943", + "2944", + "2945", + "2946", + "2949", + "2950", + "2951", + "2953", + "2954", + "2956", + "2957", + "2959", + "2962", + "2965", + "2966", + "2967", + "2968", + "2972", + "2973", + "2976", + "2987", + "2990", + "2995", + "2997", + "2999", + "3004", + "3007", + "3012", + "3013", + "3016", + "3017", + "3019", + "3021", + "3023", + "3024", + "3025", + "3026", + "3028", + "3029", + "3033", + "3034", + "3035", + "3036", + "3037", + "3040", + "3041", + "3043", + "3044", + "3045", + "3046", + "3047", + "3050", + "3051", + "3052", + "3053", + "3057", + "3059", + "3062", + "3063", + "3064", + "3067", + "3072", + "3084", + "3085", + "3090", + "3091", + "3092", + "3093", + "3094", + "3104", + "3106", + "3107", + "3109", + "3110", + "3112", + "3113", + "3115", + "3116", + "3117", + "3121", + "3122", + "3124", + "3126", + "3127", + "3128", + "3129", + "3130", + "3131", + "3132", + "3134", + "3144", + "3146", + "3149", + "3152", + "3154", + "3155", + "3156", + "3159", + "3160", + "3164", + "3166", + "3168", + "3169", + "3170", + "3171", + "3173", + "3177", + "3178", + "3179", + "3180", + "3184", + "3186", + "3199", + "3200", + "3201", + "3203", + "3205", + "3208", + "3218", + "3225", + "3226", + "3228", + "3232", + "3233", + "3235", + "3236", + "3237", + "3238", + "3240", + "3248", + "3253", + "3254", + "3255", + "3256", + "3260", + "3261", + "3262", + "3264", + "3265", + "3267", + "3268", + "3269", + "3271", + "3272", + "3273", + "3274", + "3275", + "3276", + "3280", + "3281", + "3285", + "3288", + "3290", + "3291", + "3292", + "3293", + "3294", + "3295", + "3296", + "3297", + "3298", + "3299", + "3301", + "3302", + "3305", + "3306", + "3308", + "3309", + "3310", + "3311", + "3312", + "3314", + "3316", + "3317", + "3318", + "3319", + "3320", + "3322", + "3326", + "3328", + "3329", + "3330", + "3331", + "3332", + "3335", + "3339", + "3340", + "3341", + "3342", + "3344", + "3347", + "3348", + "3354", + "3356", + "3357", + "3360", + "3361", + "3362", + "3364", + "3370", + "3371", + "3372", + "3376", + "3378", + "3379", + "3380", + "3382", + "3385", + "3386", + "3387", + "3388", + "3391", + "3392", + "3397", + "3399", + "3400", + "3402", + "3403", + "3407", + "3408", + "3410", + "3411", + "3420", + "3423", + "3424", + "3425", + "3427", + "3429", + "3430", + "3431", + "3432", + "3433", + "3434", + "3435", + "3437", + "3440", + "3441", + "3443", + "3444", + "3447", + "3448", + "3451", + "3452", + "3454", + "3457", + "3462", + "3467", + "3470", + "3472", + "3475", + "3476", + "3477", + "3478", + "3479", + "3480", + "3481", + "3483", + "3487", + "3490", + "3498", + "3500", + "3501", + "3508", + "3510", + "3513", + "3515", + "3516", + "3517", + "3522", + "3523", + "3524", + "3525", + "3526", + "3527", + "3528", + "3538", + "3539", + "3541", + "3542", + "3549", + "3554", + "3555", + "3556", + "3560", + "3565", + "3568", + "3569", + "3571", + "3572", + "3573", + "3577", + "3580", + "3581", + "3584", + "3585", + "3590", + "3592", + "3593", + "3594", + "3595", + "3596", + "3598", + "3599", + "3600", + "3601", + "3602", + "3607", + "3610", + "3613", + "3615", + "3619", + "3633", + "3636", + "3637", + "3642", + "3643", + "3644", + "3645", + "3647", + "3649", + "3650", + "3652", + "3654", + "3659", + "3660", + "3662", + "3664", + "3665", + "3667", + "3671", + "3672", + "3673", + "3674", + "3676", + "3678", + "3679", + "3680", + "3682", + "3683", + "3684", + "3687", + "3690", + "3691", + "3696", + "3699", + "3701", + "3702", + "3709", + "3710", + "3711", + "3712", + "3713", + "3717", + "3718", + "3720", + "3722", + "3724", + "3725", + "3727", + "3728", + "3729", + "3731", + "3734", + "3735", + "3736", + "3738", + "3741", + "3742", + "3744", + "3747", + "3749", + "3752", + "3753", + "3754", + "3759", + "3762", + "3764", + "3767", + "3769", + "3770", + "3771", + "3772", + "3773", + "3774", + "3776", + "3782", + "3783", + "3784", + "3785", + "3787", + "3788", + "3789", + "3790", + "3792", + "3793", + "3794", + "3796", + "3799", + "3801", + "3802", + "3805", + "3807", + "3815", + "3816", + "3818", + "3819", + "3820", + "3831", + "3834", + "3835", + "3837", + "3838", + "3839", + "3840", + "3841", + "3842", + "3843", + "3844", + "3846", + "3847", + "3848", + "3849", + "3850", + "3852", + "3853", + "3855", + "3856", + "3857", + "3858", + "3859", + "3860", + "3861", + "3862", + "3863", + "3864", + "3865", + "3866", + "3867", + "3868", + "3869", + "3873", + "3874", + "3875", + "3876", + "3877", + "3879", + "3880", + "3881", + "3884", + "3891", + "3893", + "3895", + "3898", + "3899", + "3900", + "3905", + "3907", + "3908", + "3914", + "3917", + "3922", + "3924", + "3925", + "3928", + "3929", + "3931", + "3932", + "3933", + "3934", + "3935", + "3936", + "3938", + "3939", + "3942", + "3946", + "3948", + "3949", + "3952", + "3954", + "3955", + "3958", + "3959", + "3961", + "3962", + "3963", + "3964", + "3965", + "3966", + "3967", + "3968", + "3969", + "3970", + "3971", + "3972", + "3973", + "3974", + "3975", + "3976", + "3977", + "3978", + "3979", + "3980", + "3981", + "3982", + "3983", + "3984", + "3985", + "3986", + "3987", + "3989", + "3991", + "3992", + "3993", + "3997", + "3998", + "3999", + "4003", + "4005", + "4006", + "4013", + "4020", + "4021", + "4025", + "4026", + "4028", + "4030", + "4032", + "4033", + "4034", + "4036", + "4038", + "4040", + "4041", + "4044", + "4047", + "4048", + "4050", + "4051", + "4052", + "4055", + "4057", + "4058", + "4059", + "4060", + "4061", + "4062", + "4064", + "4067", + "4068", + "4069", + "4070", + "4071", + "4072", + "4075", + "4076", + "4078", + "4079", + "4081", + "4082", + "4083", + "4090", + "4091", + "4092", + "4095", + "4097", + "4100", + "4101", + "4102", + "4103", + "4104", + "4106", + "4107", + "4109", + "4111", + "4112", + "4113", + "4115", + "4117", + "4119", + "4120", + "4121", + "4122", + "4124", + "4125", + "4127", + "4128", + "4129", + "4130", + "4131", + "4134", + "4141", + "4142", + "4143", + "4144", + "4146", + "4147", + "4148", + "4150", + "4154", + "4156", + "4159", + "4163", + "4164", + "4165", + "4166", + "4167", + "4168", + "4170", + "4174", + "4175", + "4180", + "4182", + "4186", + "4187", + "4190", + "4192", + "4196", + "4197", + "4200", + "4206", + "4211", + "4214", + "4215", + "4216", + "4217", + "4218", + "4221", + "4223", + "4228", + "4230", + "4231", + "4232", + "4233", + "4236", + "4237", + "4238", + "4239", + "4240", + "4243", + "4248", + "4249", + "4251", + "4263", + "4264", + "4266", + "4271", + "4272", + "4273", + "4274", + "4277", + "4278", + "4280", + "4282", + "4283", + "4285", + "4286", + "4291", + "4292", + "4293", + "4294", + "4297", + "4298", + "4300", + "4301", + "4302", + "4309", + "4310", + "4311", + "4315", + "4317", + "4320", + "4321", + "4322", + "4323", + "4324", + "4326", + "4333", + "4334", + "4336", + "4343", + "4344", + "4348", + "4349", + "4350", + "4351", + "4352", + "4355", + "4356", + "4358", + "4359", + "4363", + "4365", + "4366", + "4367", + "4368", + "4369", + "4370", + "4371", + "4372", + "4373", + "4374", + "4375", + "4376", + "4377", + "4378", + "4379", + "4387", + "4391", + "4392", + "4394", + "4395", + "4396", + "4397", + "4404", + "4405", + "4406", + "4410", + "4411", + "4412", + "4414", + "4416", + "4417", + "4419", + "4421", + "4422", + "4424", + "4426", + "4429", + "4431", + "4433", + "4434", + "4435", + "4436", + "4438", + "4441", + "4444", + "4446", + "4449", + "4450", + "4452", + "4453", + "4456", + "4458", + "4461", + "4462", + "4464", + "4465", + "4467", + "4468", + "4469", + "4470", + "4471", + "4472", + "4473", + "4475", + "4476", + "4478", + "4479", + "4480", + "4481", + "4483", + "4485", + "4486", + "4487", + "4488", + "4489", + "4495", + "4497", + "4501", + "4503", + "4504", + "4505", + "4506", + "4509", + "4510", + "4517", + "4518", + "4519", + "4521", + "4524", + "4527", + "4531", + "4533", + "4534", + "4536", + "4539", + "4540", + "4542", + "4550", + "4551", + "4556", + "4560", + "4561", + "4564", + "4566", + "4567", + "4568", + "4577", + "4581", + "4589", + "4590", + "4591", + "4595", + "4597", + "4598", + "4599", + "4607", + "4608", + "4612", + "4613", + "4614", + "4616", + "4617", + "4620", + "4621", + "4622", + "4624", + "4628", + "4630", + "4634", + "4636", + "4639", + "4640", + "4642", + "4646", + "4649", + "4650", + "4651", + "4652", + "4660", + "4662", + "4663", + "4665", + "4669", + "4670", + "4673", + "4675", + "4676", + "4677", + "4678", + "4679", + "4680", + "4681", + "4682", + "4683", + "4684", + "4685", + "4689", + "4690", + "4691", + "4692", + "4693", + "4694", + "4695", + "4696", + "4698", + "4700", + "4701", + "4702", + "4703", + "4706", + "4707", + "4708", + "4709", + "4710", + "4711", + "4713", + "4714", + "4715", + "4716", + "4717", + "4718", + "4720", + "4721", + "4722", + "4723", + "4724", + "4727", + "4728", + "4729", + "4732", + "4733", + "4735", + "4738", + "4739", + "4740", + "4742", + "4743", + "4744", + "4745", + "4747", + "4749", + "4750", + "4751", + "4753", + "4754", + "4756", + "4763", + "4764", + "4765", + "4777", + "4778", + "4783", + "4784", + "4786", + "4789", + "4790", + "4791", + "4793", + "4794", + "4795", + "4797", + "4798", + "4799", + "4802", + "4803", + "4806", + "4807", + "4809", + "4810", + "4813", + "4814", + "4816", + "4817", + "4820", + "4827", + "4828", + "4834", + "4836", + "4837", + "4838", + "4839", + "4840", + "4841", + "4842", + "4844", + "4845", + "4847", + "4849", + "4850", + "4851", + "4856", + "4859", + "4860", + "4862", + "4864", + "4866", + "4868", + "4870", + "4872", + "4873", + "4875", + "4877", + "4879", + "4882", + "4883", + "4884", + "4885", + "4886", + "4888", + "4889", + "4890", + "4892", + "4894", + "4895", + "4896", + "4899", + "4900", + "4901", + "4902", + "4903", + "4906", + "4907", + "4913", + "4914", + "4915", + "4917", + "4919", + "4920", + "4921", + "4922", + "4923", + "4924", + "4925", + "4926", + "4927", + "4928", + "4929", + "4930", + "4931", + "4932", + "4933", + "4937", + "4944", + "4945", + "4948", + "4955", + "4959", + "4965", + "4967", + "4968", + "4978", + "4981", + "4984", + "4985", + "4986", + "4988", + "4990", + "4992", + "4997", + "4998", + "4999", + "5000", + "5003", + "5004", + "5006", + "5007", + "5008", + "5011", + "5012", + "5013", + "5016", + "5017", + "5025", + "5027", + "5028", + "5029", + "5031", + "5032", + "5034", + "5036", + "5040", + "5041", + "5048", + "5052", + "5053", + "5061", + "5063", + "5065", + "5066", + "5069", + "5075", + "5076", + "5077", + "5079", + "5081", + "5082", + "5084", + "5091", + "5093", + "5094", + "5097", + "5101", + "5102", + "5106", + "5109", + "5110", + "5119", + "5120", + "5123", + "5125", + "5126", + "5128", + "5130", + "5133", + "5134", + "5135", + "5136", + "5139", + "5140", + "5141", + "5142", + "5143", + "5146", + "5147", + "5152", + "5154", + "5155", + "5156", + "5157", + "5158", + "5159", + "5160", + "5161", + "5162", + "5166", + "5168", + "5173", + "5188", + "5191", + "5192", + "5193", + "5194", + "5195", + "5198", + "5200", + "5205", + "5207", + "5209", + "5210", + "5211", + "5212", + "5218", + "5219", + "5220", + "5221", + "5222", + "5224", + "5226", + "5227", + "5228", + "5230", + "5232", + "5234", + "5238", + "5240", + "5241", + "5242", + "5243", + "5245", + "5247", + "5250", + "5257", + "5259", + "5260", + "5262", + "5263", + "5264", + "5266", + "5271", + "5273", + "5275", + "5276", + "5280", + "5281", + "5283", + "5290", + "5292", + "5293", + "5295", + "5296", + "5297", + "5298", + "5299", + "5300", + "5301", + "5304", + "5305", + "5306", + "5308", + "5309", + "5316", + "5317", + "5318", + "5320", + "5321", + "5326", + "5328", + "5330", + "5331", + "5334", + "5335", + "5337", + "5338", + "5340", + "5343", + "5344", + "5346", + "5349", + "5351", + "5352", + "5358", + "5365", + "5368", + "5369", + "5372", + "5374", + "5375", + "5376", + "5377", + "5378", + "5381", + "5383", + "5386", + "5387", + "5388", + "5389", + "5392", + "5393", + "5400", + "5401", + "5402", + "5404", + "5405", + "5407", + "5408", + "5409", + "5410", + "5411", + "5413", + "5414", + "5416", + "5418", + "5419", + "5420", + "5423", + "5425", + "5431", + "5432", + "5433", + "5435", + "5437", + "5440", + "5441", + "5442", + "5446", + "5451", + "5460", + "5469", + "5470", + "5471", + "5472", + "5474", + "5475", + "5478", + "5482", + "5485", + "5487", + "5488", + "5493", + "5496", + "5497", + "5499", + "5500", + "5501", + "5502", + "5503", + "5504", + "5506", + "5507", + "5508", + "5511", + "5512", + "5513", + "5514", + "5515", + "5517", + "5518", + "5520", + "5521", + "5522", + "5524", + "5527", + "5528", + "5529", + "5530", + "5531", + "5533", + "5535", + "5536", + "5537", + "5538", + "5539", + "5540", + "5542", + "5549", + "5551", + "5556", + "5557", + "5560", + "5561", + "5562", + "5570", + "5572", + "5574", + "5575", + "5582", + "5583", + "5588", + "5592", + "5593", + "5596", + "5597", + "5601", + "5602", + "5604", + "5605", + "5612", + "5623", + "5626", + "5629", + "5631", + "5632", + "5633", + "5637", + "5639", + "5640", + "5641", + "5642", + "5643", + "5644", + "5645", + "5646", + "5647", + "5649", + "5650", + "5651", + "5658", + "5659", + "5660", + "5664", + "5666", + "5667", + "5669", + "5676", + "5679", + "5681", + "5682", + "5683", + "5684", + "5686", + "5689", + "5691", + "5692", + "5694", + "5697", + "5698", + "5699", + "5700", + "5701", + "5702", + "5703", + "5704", + "5705", + "5706", + "5708", + "5711", + "5712", + "5713", + "5715", + "5716", + "5717", + "5718", + "5719", + "5720", + "5722", + "5724", + "5725", + "5727", + "5730", + "5731", + "5733", + "5736", + "5737", + "5738", + "5743", + "5744", + "5747", + "5751", + "5752", + "5754", + "5755", + "5764", + "5765", + "5769", + "5772", + "5774", + "5781", + "5783", + "5786", + "5790", + "5792", + "5795", + "5796", + "5798", + "5799", + "5802", + "5803", + "5804", + "5806", + "5807", + "5809", + "5817", + "5818", + "5819", + "5821", + "5823", + "5824", + "5825", + "5826", + "5828", + "5831", + "5833", + "5834", + "5846", + "5847", + "5850", + "5855", + "5858", + "5862", + "5863", + "5864", + "5865", + "5873", + "5874", + "5877", + "5878", + "5882", + "5883", + "5888", + "5890", + "5897", + "5898", + "5900", + "5902", + "5903", + "5904", + "5905", + "5906", + "5907", + "5908", + "5912", + "5913", + "5915", + "5917", + "5923", + "5924", + "5926", + "5927", + "5931", + "5932", + "5934", + "5935", + "5938", + "5939", + "5940", + "5941", + "5942", + "5945", + "5946", + "5947", + "5949", + "5950", + "5951", + "5953", + "5954", + "5955", + "5956", + "5959", + "5960", + "5967", + "5970", + "5972", + "5974", + "5975", + "5976", + "5980", + "5981", + "5983", + "5984", + "5992", + "5993", + "5994", + "5995", + "5996", + "5997", + "5998", + "5999", + "6000", + "6001", + "6003", + "6004", + "6006", + "6009", + "6011", + "6012", + "6013", + "6014", + "6015", + "6017", + "6018", + "6019", + "6020", + "6021", + "6022", + "6026", + "6030", + "6033", + "6034", + "6035", + "6036", + "6037", + "6038", + "6039", + "6040", + "6041", + "6047", + "6052", + "6054", + "6055", + "6057", + "6058", + "6060", + "6063", + "6065", + "6068", + "6069", + "6079", + "6080", + "6081", + "6083", + "6085", + "6086", + "6087", + "6089", + "6094", + "6101", + "6102", + "6103", + "6104", + "6105", + "6107", + "6109", + "6110", + "6111", + "6117", + "6118", + "6119", + "6120", + "6121", + "6122", + "6123", + "6128", + "6129", + "6130", + "6131", + "6132", + "6135", + "6136", + "6138", + "6140", + "6142", + "6145", + "6146", + "6147", + "6148", + "6149", + "6151", + "6155", + "6156", + "6158", + "6159", + "6160", + "6163", + "6164", + "6165", + "6166", + "6168", + "6169", + "6170", + "6171", + "6172", + "6174", + "6176", + "6177", + "6178", + "6179", + "6182", + "6183", + "6187", + "6189", + "6190", + "6192", + "6193", + "6199", + "6202", + "6203", + "6204", + "6205", + "6208", + "6209", + "6212", + "6213", + "6214", + "6216", + "6222", + "6223", + "6224", + "6233", + "6235", + "6236", + "6239", + "6241", + "6247", + "6250", + "6252", + "6254", + "6255", + "6256", + "6257", + "6259", + "6260", + "6263", + "6264", + "6265", + "6266", + "6268", + "6271", + "6273", + "6274", + "6276", + "6278", + "6279", + "6288", + "6293", + "6296", + "6305", + "6307", + "6308", + "6309", + "6310", + "6311", + "6313", + "6318", + "6321", + "6323", + "6324", + "6327", + "6335", + "6336", + "6341", + "6342", + "6345", + "6350", + "6351", + "6352", + "6354", + "6355", + "6357", + "6358", + "6359", + "6362", + "6366", + "6370", + "6371", + "6372", + "6373", + "6374", + "6375", + "6376", + "6379", + "6380", + "6382", + "6383", + "6385", + "6386", + "6389", + "6390", + "6392", + "6393", + "6394", + "6395", + "6396", + "6397", + "6398", + "6400", + "6401", + "6403", + "6406", + "6407", + "6409", + "6413", + "6418", + "6419", + "6420", + "6421", + "6422", + "6423", + "6424", + "6428", + "6431", + "6434", + "6435", + "6437", + "6438", + "6439", + "6440", + "6442", + "6443", + "6444", + "6445", + "6446", + "6447", + "6448", + "6450", + "6451", + "6452", + "6453", + "6454", + "6459", + "6460", + "6462", + "6463", + "6465", + "6468", + "6471", + "6473", + "6475", + "6477", + "6478", + "6480", + "6482", + "6485", + "6486", + "6487", + "6489", + "6490", + "6505", + "6506", + "6507", + "6508", + "6509", + "6510", + "6511", + "6512", + "6513", + "6514", + "6515", + "6516", + "6517", + "6518", + "6519", + "6525", + "6529", + "6531", + "6532", + "6533", + "6534", + "6536", + "6538", + "6539", + "6541", + "6549", + "6550", + "6555", + "6557", + "6558", + "6560", + "6562", + "6564", + "6565", + "6566", + "6570", + "6574", + "6576", + "6581", + "6582", + "6584", + "6585", + "6588", + "6589", + "6592", + "6593", + "6595", + "6600", + "6601", + "6602", + "6603", + "6604", + "6605", + "6608", + "6609", + "6610", + "6611", + "6613", + "6615", + "6618", + "6624", + "6628", + "6630", + "6631", + "6632", + "6633", + "6634", + "6635", + "6636", + "6637", + "6639", + "6640", + "6641", + "6642", + "6643", + "6644", + "6645", + "6652", + "6653", + "6655", + "6656", + "6657", + "6659", + "6662", + "6664", + "6665", + "6670", + "6671", + "6673", + "6674", + "6675", + "6676", + "6677", + "6678", + "6679", + "6681", + "6682", + "6683", + "6684", + "6685", + "6688", + "6689", + "6690", + "6691", + "6692", + "6693", + "6694", + "6695", + "6697", + "6700", + "6704", + "6707", + "6709", + "6710", + "6711", + "6712", + "6713", + "6720", + "6723", + "6729", + "6731", + "6732", + "6734", + "6735", + "6741", + "6742", + "6743", + "6745", + "6746", + "6750", + "6751", + "6752", + "6756", + "6764", + "6765", + "6766", + "6769", + "6771", + "6773", + "6780", + "6781", + "6785", + "6786", + "6788", + "6789", + "6792", + "6794", + "6796", + "6797", + "6798", + "6801", + "6802", + "6804", + "6807", + "6811", + "6812", + "6813", + "6816", + "6817", + "6819", + "6821", + "6823", + "6824", + "6826", + "6827", + "6828", + "6835", + "6837", + "6839", + "6843", + "6845", + "6846", + "6847", + "6849", + "6851", + "6852", + "6853", + "6854", + "6855", + "6857", + "6858", + "6860", + "6861", + "6866", + "6871", + "6877", + "6879", + "6880", + "6881", + "6882", + "6884", + "6885", + "6887", + "6888", + "6889", + "6890", + "6892", + "6893", + "6895", + "6901", + "6902", + "6906", + "6908", + "6912", + "6913", + "6916", + "6917", + "6918", + "6919", + "6920", + "6929", + "6931", + "6932", + "6933", + "6938", + "6939", + "6941", + "6942", + "6944", + "6946", + "6947", + "6951", + "6952", + "6953", + "6962", + "6963", + "6966", + "6967", + "6968", + "6973", + "6974", + "6975", + "6976", + "6978", + "6981", + "6984", + "6985", + "6989", + "6992", + "6993", + "6997", + "7001", + "7005", + "7023", + "7024", + "7025", + "7026", + "7028", + "7030", + "7031", + "7033", + "7034", + "7035", + "7036", + "7038", + "7042", + "7044", + "7046", + "7047", + "7050", + "7052", + "7055", + "7056", + "7058", + "7060", + "7062", + "7063", + "7064", + "7065", + "7066", + "7067", + "7068", + "7069", + "7073", + "7076", + "7078", + "7080", + "7081", + "7082", + "7083", + "7084", + "7090", + "7095", + "7097", + "7099", + "7101", + "7103", + "7104", + "7106", + "7110", + "7111", + "7112", + "7113", + "7119", + "7124", + "7129", + "7130", + "7137", + "7138", + "7141", + "7143", + "7144", + "7147", + "7148", + "7151", + "7153", + "7156", + "7161", + "7164", + "7167", + "7169", + "7171", + "7172", + "7178", + "7179", + "7181", + "7183", + "7184", + "7185", + "7187", + "7190", + "7191", + "7192", + "7193", + "7194", + "7195", + "7196", + "7200", + "7202", + "7203", + "7204", + "7205", + "7206", + "7209", + "7210", + "7211", + "7212", + "7213", + "7215", + "7216", + "7217", + "7225", + "7226", + "7229", + "7230", + "7232", + "7234", + "7236", + "7239", + "7240", + "7245", + "7246", + "7247", + "7248", + "7250", + "7251", + "7256", + "7257", + "7259", + "7260", + "7264", + "7265", + "7266", + "7267", + "7268", + "7271", + "7275", + "7277", + "7284", + "7286", + "7288", + "7290", + "7291", + "7292", + "7293", + "7298", + "7299", + "7300", + "7301", + "7303", + "7304", + "7305", + "7306", + "7310", + "7311", + "7312", + "7316", + "7317", + "7318", + "7319", + "7320", + "7324", + "7327", + "7328", + "7329", + "7331", + "7332", + "7336", + "7341", + "7343", + "7346", + "7347", + "7348", + "7350", + "7353", + "7354", + "7355", + "7361", + "7365", + "7368", + "7369", + "7370", + "7374", + "7377", + "7382", + "7383", + "7384", + "7385", + "7387", + "7389", + "7390", + "7391", + "7393", + "7394", + "7396", + "7397", + "7398", + "7401", + "7403", + "7404", + "7407", + "7410", + "7411", + "7412", + "7413", + "7414", + "7416", + "7420", + "7421", + "7422", + "7423", + "7424", + "7425", + "7426", + "7428", + "7429", + "7430", + "7431", + "7432", + "7433", + "7434", + "7436", + "7437", + "7438", + "7443", + "7444", + "7445", + "7449", + "7453", + "7454", + "7455", + "7456", + "7457", + "7458", + "7459", + "7460", + "7462", + "7463", + "7464", + "7465", + "7466", + "7468", + "7471", + "7473", + "7474", + "7475", + "7476", + "7477", + "7478", + "7480", + "7483", + "7484", + "7486", + "7487", + "7488", + "7489", + "7492", + "7494", + "7495", + "7497", + "7500", + "7502", + "7504", + "7505", + "7506", + "7509", + "7512", + "7513", + "7516", + "7517", + "7519", + "7520", + "7523", + "7525", + "7526", + "7527", + "7528", + "7529", + "7530", + "7533", + "7534", + "7536", + "7537", + "7539", + "7540", + "7541", + "7542", + "7543", + "7544", + "7545", + "7547", + "7548", + "7552", + "7555", + "7562", + "7563", + "7565", + "7566", + "7567", + "7569", + "7570", + "7571", + "7572", + "7573", + "7577", + "7578", + "7582", + "7583", + "7584", + "7585", + "7586", + "7587", + "7588", + "7589", + "7590", + "7594", + "7597", + "7598", + "7599", + "7600", + "7601", + "7603", + "7604", + "7607", + "7608", + "7611", + "7614", + "7615", + "7617", + "7625", + "7626", + "7629", + "7632", + "7633", + "7636", + "7639", + "7642", + "7643", + "7644", + "7645", + "7647", + "7649", + "7651", + "7653", + "7655", + "7656", + "7657", + "7658", + "7660", + "7661", + "7662", + "7664", + "7667", + "7670", + "7675", + "7678", + "7679", + "7680", + "7681", + "7682", + "7685", + "7687", + "7688", + "7689", + "7694", + "7697", + "7700", + "7708", + "7709", + "7716", + "7717", + "7718", + "7721", + "7722", + "7723", + "7727", + "7729", + "7731", + "7732", + "7735", + "7739", + "7740", + "7743", + "7744", + "7745", + "7746", + "7747", + "7748", + "7749", + "7752", + "7753", + "7754", + "7755", + "7758", + "7760", + "7764", + "7765", + "7766", + "7767", + "7768", + "7770", + "7771", + "7772", + "7773", + "7774", + "7779", + "7780", + "7782", + "7784", + "7786", + "7787", + "7791", + "7792", + "7794", + "7795", + "7796", + "7800", + "7802", + "7804", + "7807", + "7808", + "7816", + "7817", + "7818", + "7820", + "7823", + "7824", + "7828", + "7829", + "7830", + "7831", + "7832", + "7834", + "7835", + "7836", + "7837", + "7839", + "7840", + "7842", + "7843", + "7844", + "7845", + "7846", + "7848", + "7850", + "7852", + "7853", + "7854", + "7858", + "7860", + "7863", + "7864", + "7865", + "7867", + "7868", + "7872", + "7875", + "7876", + "7880", + "7881", + "7885", + "7887", + "7888", + "7889", + "7890", + "7892", + "7893", + "7895", + "7897", + "7898", + "7900", + "7907", + "7908", + "7909", + "7912", + "7914", + "7919", + "7922", + "7927", + "7929", + "7931", + "7932", + "7933", + "7935", + "7936", + "7937", + "7938", + "7941", + "7943", + "7944", + "7945", + "7952", + "7953", + "7955", + "7957", + "7958", + "7960", + "7961", + "7963", + "7965", + "7969", + "7971", + "7972", + "7973", + "7976", + "7977", + "7979", + "7980", + "7986", + "7987", + "7990", + "7992", + "7993", + "7994", + "7995", + "8006", + "8008", + "8011", + "8012", + "8015", + "8016", + "8019", + "8022", + "8023", + "8025", + "8028", + "8030", + "8031", + "8032", + "8038", + "8040", + "8042", + "8047", + "8048", + "8049", + "8050", + "8054", + "8055", + "8057", + "8059", + "8060", + "8061", + "8062", + "8064", + "8067", + "8068", + "8069", + "8070", + "8071", + "8075", + "8079", + "8081", + "8082", + "8084", + "8086", + "8089", + "8090", + "8091", + "8092", + "8093", + "8097", + "8099", + "8102", + "8103", + "8106", + "8107", + "8110", + "8111", + "8112", + "8115", + "8116", + "8121", + "8122", + "8124", + "8127", + "8129", + "8130", + "8140", + "8142", + "8143", + "8144", + "8145", + "8147", + "8148", + "8149", + "8150", + "8154", + "8158", + "8159", + "8160", + "8161", + "8162", + "8163", + "8164", + "8165", + "8166", + "8167", + "8168", + "8169", + "8175", + "8176", + "8181", + "8182", + "8184", + "8186", + "8196", + "8198", + "8205", + "8207", + "8209", + "8210", + "8212", + "8213", + "8217", + "8218", + "8221", + "8222", + "8226", + "8229", + "8230", + "8235", + "8237", + "8239", + "8243", + "8245", + "8246", + "8247", + "8249", + "8250", + "8253", + "8254", + "8255", + "8256", + "8259", + "8260", + "8265", + "8266", + "8269", + "8272", + "8277", + "8278", + "8280", + "8281", + "8284", + "8287", + "8292", + "8295", + "8296", + "8297", + "8298", + "8299", + "8303", + "8311", + "8323", + "8325", + "8326", + "8327", + "8328", + "8329", + "8332", + "8344", + "8346", + "8355", + "8358", + "8360", + "8361", + "8364", + "8365", + "8367", + "8369", + "8372", + "8373", + "8376", + "8377", + "8378", + "8379", + "8380", + "8382", + "8383", + "8385", + "8386", + "8388", + "8389", + "8390", + "8392", + "8396", + "8398", + "8400", + "8403", + "8409", + "8416", + "8419", + "8420", + "8421", + "8424", + "8425", + "8427", + "8429", + "8431", + "8432", + "8433", + "8434", + "8439", + "8440", + "8442", + "8443", + "8444", + "8446", + "8451", + "8452", + "8453", + "8455", + "8456", + "8461", + "8463", + "8464", + "8465", + "8467", + "8469", + "8472", + "8473", + "8474", + "8475", + "8476", + "8477", + "8478", + "8479", + "8480", + "8483", + "8485", + "8486", + "8490", + "8492", + "8493", + "8497", + "8499", + "8500", + "8501", + "8502", + "8503", + "8505", + "8512", + "8513", + "8515", + "8516", + "8517", + "8518", + "8520", + "8521", + "8522", + "8529", + "8531", + "8532", + "8533", + "8534", + "8536", + "8542", + "8543", + "8544", + "8547", + "8549", + "8552", + "8553", + "8554", + "8556", + "8557", + "8559", + "8562", + "8563", + "8564", + "8565", + "8567", + "8568", + "8572", + "8573", + "8576", + "8581", + "8582", + "8583", + "8585", + "8587", + "8588", + "8589", + "8590", + "8591", + "8593", + "8595", + "8596", + "8598", + "8600", + "8601", + "8603", + "8604", + "8605", + "8607", + "8609", + "8611", + "8612", + "8615", + "8616", + "8617", + "8618", + "8621", + "8622", + "8623", + "8624", + "8625", + "8626", + "8629", + "8631", + "8632", + "8633", + "8641", + "8642", + "8648", + "8651", + "8652", + "8653", + "8655", + "8657", + "8662", + "8664", + "8665", + "8666", + "8667", + "8668", + "8669", + "8674", + "8676", + "8677", + "8679", + "8680", + "8681", + "8687", + "8688", + "8689", + "8691", + "8692", + "8693", + "8694", + "8695", + "8699", + "8702", + "8704", + "8705", + "8707", + "8712", + "8716", + "8718", + "8719", + "8720", + "8722", + "8724", + "8726", + "8732", + "8734", + "8735", + "8737", + "8738", + "8739", + "8741", + "8745", + "8746", + "8750", + "8752", + "8753", + "8756", + "8757", + "8763", + "8764", + "8768", + "8770", + "8773", + "8774", + "8775", + "8778", + "8779", + "8780", + "8781", + "8782", + "8783", + "8784", + "8785", + "8786", + "8787", + "8789", + "8790", + "8797", + "8798", + "8800", + "8805", + "8806", + "8809", + "8811", + "8812", + "8814", + "8821", + "8823", + "8825", + "8829", + "8831", + "8836", + "8837", + "8838", + "8839", + "8840", + "8845", + "8847", + "8856", + "8858", + "8860", + "8861", + "8862", + "8863", + "8864", + "8866", + "8867", + "8868", + "8869", + "8872", + "8873", + "8876", + "8877", + "8878", + "8880", + "8881", + "8884", + "8885", + "8886", + "8887", + "8889", + "8890", + "8891", + "8892", + "8893", + "8896", + "8897", + "8898", + "8902", + "8905", + "8910", + "8911", + "8914", + "8916", + "8918", + "8921", + "8922", + "8926", + "8927", + "8929", + "8930", + "8931", + "8932", + "8933", + "8934", + "8936", + "8941", + "8942", + "8943", + "8947", + "8949", + "8950", + "8951", + "8953", + "8954", + "8955", + "8956", + "8960", + "8961", + "8963", + "8964", + "8965", + "8966", + "8967", + "8968", + "8969", + "8970", + "8971", + "8972", + "8973", + "8974", + "8975", + "8976", + "8977", + "8978", + "8979", + "8980", + "8981", + "8985", + "8986", + "8987", + "8988", + "8989", + "8990", + "8995", + "8999", + "9001", + "9003", + "9005", + "9016", + "9017", + "9021", + "9022", + "9023", + "9024", + "9026", + "9027", + "9029", + "9030", + "9031", + "9035", + "9036", + "9038", + "9040", + "9044", + "9045", + "9047", + "9048", + "9049", + "9054", + "9059", + "9060", + "9064", + "9068", + "9069", + "9071", + "9072", + "9073", + "9074", + "9083", + "9085", + "9086", + "9088", + "9091", + "9097", + "9099", + "9100", + "9101", + "9103", + "9106", + "9108", + "9111", + "9117", + "9118", + "9121", + "9123", + "9124", + "9125", + "9128", + "9129", + "9130", + "9133", + "9135", + "9136", + "9137", + "9139", + "9142", + "9143", + "9145", + "9146", + "9147", + "9153", + "9154", + "9155", + "9156", + "9157", + "9158", + "9162", + "9163", + "9168", + "9169", + "9171", + "9173", + "9174", + "9175", + "9176", + "9178", + "9179", + "9183", + "9187", + "9189", + "9191", + "9192", + "9197", + "9205", + "9206", + "9210", + "9211", + "9212", + "9214", + "9215", + "9242", + "9243", + "9248", + "9250", + "9252", + "9254", + "9255", + "9256", + "9257", + "9258", + "9260", + "9262", + "9264", + "9265", + "9266", + "9270", + "9272", + "9274", + "9275", + "9280", + "9281", + "9284", + "9285", + "9286", + "9287", + "9288", + "9289", + "9290", + "9291", + "9294", + "9295", + "9299", + "9302", + "9304", + "9306", + "9311", + "9312", + "9321", + "9330", + "9334", + "9335", + "9336", + "9337", + "9338", + "9340", + "9341", + "9342", + "9343", + "9344", + "9346", + "9347", + "9349", + "9350", + "9352", + "9353", + "9354", + "9357", + "9358", + "9359", + "9360", + "9362", + "9366", + "9367", + "9368", + "9369", + "9370", + "9371", + "9372", + "9373", + "9376", + "9380", + "9381", + "9382", + "9383", + "9386", + "9387", + "9388", + "9390", + "9391", + "9393", + "9394", + "9395", + "9396", + "9398", + "9399", + "9404", + "9409", + "9411", + "9412", + "9419", + "9423", + "9433", + "9438", + "9440", + "9442", + "9443", + "9448", + "9449", + "9450", + "9451", + "9452", + "9453", + "9455", + "9456", + "9457", + "9458", + "9459", + "9461", + "9462", + "9463", + "9466", + "9468", + "9469", + "9475", + "9479", + "9480", + "9481", + "9482", + "9483", + "9485", + "9487", + "9489", + "9490", + "9492", + "9493", + "9494", + "9497", + "9500", + "9501", + "9502", + "9503", + "9505", + "9506", + "9507", + "9508", + "9509", + "9510", + "9513", + "9514", + "9516", + "9523", + "9524", + "9525", + "9528", + "9529", + "9535", + "9536", + "9537", + "9540", + "9541", + "9542", + "9545", + "9546", + "9547", + "9548", + "9549", + "9550", + "9551", + "9552", + "9553", + "9554", + "9559", + "9560", + "9561", + "9565", + "9568", + "9570", + "9575", + "9578", + "9583", + "9586", + "9588", + "9589", + "9590", + "9591", + "9593", + "9594", + "9595", + "9598", + "9602", + "9603", + "9604", + "9607", + "9608", + "9610", + "9612", + "9614", + "9616", + "9620", + "9622", + "9626", + "9628", + "9634", + "9635", + "9636", + "9638", + "9640", + "9643", + "9644", + "9647", + "9649", + "9650", + "9652", + "9654", + "9655", + "9656", + "9658", + "9661", + "9664", + "9665", + "9672", + "9673", + "9674", + "9676", + "9677", + "9678", + "9680", + "9681", + "9685", + "9687", + "9688", + "9689", + "9690", + "9692", + "9693", + "9694", + "9698", + "9699", + "9700", + "9701", + "9702", + "9703", + "9704", + "9708", + "9709", + "9713", + "9716", + "9719", + "9723", + "9730", + "9731", + "9732", + "9733", + "9735", + "9738", + "9745", + "9747", + "9748", + "9751", + "9752", + "9753", + "9754", + "9756", + "9758", + "9760", + "9762", + "9763", + "9767", + "9768", + "9769", + "9770", + "9771", + "9772", + "9774", + "9775", + "9780", + "9781", + "9790", + "9792", + "9793", + "9795", + "9799", + "9802", + "9803", + "9808", + "9810", + "9811", + "9812", + "9813", + "9814", + "9815", + "9816", + "9817", + "9818", + "9819", + "9821", + "9822", + "9823", + "9824", + "9826", + "9828", + "9829", + "9831", + "9832", + "9836", + "9837", + "9838", + "9841", + "9842", + "9845", + "9846", + "9848", + "9849", + "9850", + "9851", + "9852", + "9853", + "9856", + "9857", + "9860", + "9862", + "9865", + "9866", + "9867", + "9869", + "9871", + "9872", + "9873", + "9875", + "9876", + "9877", + "9878", + "9879", + "9880", + "9881", + "9884", + "9885", + "9886", + "9889", + "9891", + "9892", + "9893", + "9896", + "9899", + "9900", + "9929", + "9930", + "9932", + "9934", + "9935", + "9936", + "9937", + "9939", + "9940", + "9941", + "9942", + "9946", + "9948", + "9949", + "9950", + "9957", + "9958", + "9962", + "9963", + "9965", + "9966", + "9967", + "9968", + "9970", + "9975", + "9977", + "9978", + "9979", + "9980", + "9982", + "9983", + "9985", + "9987", + "9988", + "9990", + "9996", + "9997", + "10019", + "10020", + "10021", + "10023", + "10024", + "10025", + "10027", + "10028", + "10036", + "10038", + "10039", + "10043", + "10044", + "10046", + "10051", + "10054", + "10058", + "10060", + "10062", + "10063", + "10064", + "10065", + "10068", + "10075", + "10077", + "10079", + "10080", + "10083", + "10087", + "10090", + "10092", + "10093", + "10095", + "10097", + "10106", + "10116", + "10119", + "10122", + "10123", + "10124", + "10126", + "10127", + "10128", + "10130", + "10131", + "10135", + "10138", + "10139", + "10140", + "10146", + "10150", + "10152", + "10154", + "10155", + "10156", + "10157", + "10159", + "10163", + "10167", + "10173", + "10175", + "10177", + "10178", + "10179", + "10180", + "10183", + "10184", + "10185", + "10189", + "10190", + "10191", + "10199", + "10205", + "10206", + "10208", + "10211", + "10216", + "10217", + "10219", + "10221", + "10222", + "10223", + "10227", + "10229", + "10230", + "10233", + "10237", + "10240", + "10241", + "10242", + "10243", + "10244", + "10248", + "10249", + "10252", + "10253", + "10254", + "10259", + "10260", + "10265", + "10267", + "10268", + "10273", + "10274", + "10278", + "10281", + "10282", + "10283", + "10284", + "10287", + "10288", + "10292", + "10293", + "10294", + "10296", + "10297", + "10299", + "10304", + "10306", + "10308", + "10309", + "10311", + "10312", + "10314", + "10315", + "10316", + "10317", + "10318", + "10321", + "10324", + "10325", + "10326", + "10328", + "10329", + "10333", + "10335", + "10338", + "10345", + "10346", + "10347", + "10348", + "10349", + "10351", + "10354", + "10355", + "10356", + "10360", + "10361", + "10364", + "10367", + "10368", + "10369", + "10370", + "10372", + "10373", + "10375", + "10376", + "10377", + "10379", + "10380", + "10383", + "10384", + "10385", + "10386", + "10387", + "10388", + "10390", + "10392", + "10393", + "10394", + "10396", + "10398", + "10400", + "10402", + "10405", + "10406", + "10408", + "10410", + "10413", + "10415", + "10417", + "10421", + "10425", + "10427", + "10428", + "10430", + "10433", + "10434", + "10437", + "10438", + "10442", + "10443", + "10451", + "10453", + "10456", + "10459", + "10460", + "10463", + "10464", + "10468", + "10470", + "10471", + "10472", + "10475", + "10477", + "10478", + "10487", + "10489", + "10492", + "10493", + "10494", + "10496", + "10498", + "10499", + "10501", + "10502", + "10503", + "10507", + "10512", + "10513", + "10517", + "10518", + "10519", + "10520", + "10521", + "10523", + "10525", + "10530", + "10534", + "10536", + "10537", + "10539", + "10540", + "10541", + "10542", + "10543", + "10548", + "10549", + "10551", + "10552", + "10556", + "10557", + "10560", + "10561", + "10564", + "10565", + "10566", + "10567", + "10569", + "10571", + "10574", + "10576", + "10577", + "10580", + "10582", + "10584", + "10589", + "10593", + "10594", + "10595", + "10596", + "10602", + "10611", + "10614", + "10615", + "10616", + "10618", + "10619", + "10620", + "10624", + "10625", + "10626", + "10627", + "10630", + "10631", + "10632", + "10633", + "10634", + "10637", + "10638", + "10644", + "10646", + "10647", + "10649", + "10650", + "10652", + "10653", + "10654", + "10656", + "10660", + "10662", + "10664", + "10665", + "10667", + "10668", + "10669", + "10675", + "10677", + "10682", + "10685", + "10687", + "10689", + "10690", + "10692", + "10698", + "10704", + "10705", + "10708", + "10715", + "10717", + "10718", + "10722", + "10727", + "10730", + "10733", + "10734", + "10735", + "10736", + "10738", + "10739", + "10745", + "10746", + "10750", + "10751", + "10752", + "10753", + "10759", + "10760", + "10763", + "10764", + "10766", + "10768", + "10771", + "10773", + "10774", + "10775", + "10778", + "10779", + "10780", + "10781", + "10783", + "10785", + "10786", + "10787", + "10793", + "10794", + "10798", + "10800", + "10802", + "10803", + "10808", + "10810", + "10812", + "10814", + "10818", + "10819", + "10820", + "10821", + "10827", + "10829", + "10830", + "10831", + "10833", + "10834", + "10837", + "10841", + "10842", + "10843", + "10844", + "10847", + "10848", + "10849", + "10851", + "10852", + "10853", + "10854", + "10858", + "10859", + "10861", + "10862", + "10864", + "10868", + "10869", + "10871", + "10877", + "10879", + "10880", + "10882", + "10884", + "10886", + "10892", + "10896", + "10902", + "10906", + "10908", + "10909", + "10911", + "10912", + "10913", + "10915", + "10916", + "10918", + "10921", + "10925", + "10926", + "10928", + "10929", + "10935", + "10936", + "10937", + "10938", + "10939", + "10941", + "10951", + "10952", + "10953", + "10955", + "10956", + "10958", + "10959", + "10960", + "10964", + "10967", + "10968", + "10969", + "10971", + "10972", + "10974", + "10977", + "10979", + "10983", + "10984", + "10985", + "10988", + "10990", + "10992", + "10994", + "10996", + "10998", + "11000", + "11003", + "11005", + "11006", + "11007", + "11008", + "11009", + "11010", + "11012", + "11013", + "11014", + "11015", + "11017", + "11019", + "11020", + "11021", + "11023", + "11024", + "11026", + "11027", + "11029", + "11030", + "11031", + "11033", + "11034", + "11035", + "11038", + "11040", + "11041", + "11043", + "11045", + "11047", + "11048", + "11049", + "11051", + "11055", + "11056", + "11057", + "11059", + "11061", + "11065", + "11068", + "11070", + "11071", + "11073", + "11076", + "11078", + "11079", + "11081", + "11082", + "11084", + "11085", + "11086", + "11088", + "11091", + "11093", + "11094", + "11098", + "11099", + "11102", + "11103", + "11104", + "11105", + "11106", + "11112", + "11116", + "11123", + "11126", + "11129", + "11130", + "11133", + "11134", + "11136", + "11138", + "11139", + "11141", + "11142", + "11143", + "11144", + "11148", + "11150", + "11155", + "11156", + "11157", + "11160", + "11161", + "11162", + "11168", + "11169", + "11170", + "11177", + "11181", + "11182", + "11186", + "11188", + "11189", + "11190", + "11191", + "11192", + "11194", + "11195", + "11196", + "11197", + "11199", + "11200", + "11202", + "11204", + "11205", + "11208", + "11212", + "11213", + "11214", + "11218", + "11219", + "11220", + "11222", + "11226", + "11227", + "11230", + "11231", + "11232", + "11234", + "11235", + "11237", + "11238", + "11242", + "11243", + "11245", + "11248", + "11253", + "11254", + "11257", + "11259", + "11266", + "11267", + "11268", + "11270", + "11273", + "11275", + "11278", + "11279", + "11281", + "11283", + "11285", + "11286", + "11287", + "11288", + "11289", + "11291", + "11293", + "11294", + "11295", + "11301", + "11302", + "11304", + "11307", + "11309", + "11312", + "11316", + "11317", + "11319", + "11323", + "11325", + "11327", + "11330", + "11336", + "11338", + "11341", + "11342", + "11346", + "11349", + "11350", + "11351", + "11353", + "11354", + "11359", + "11362", + "11363", + "11364", + "11366", + "11368", + "11370", + "11371", + "11373", + "11374", + "11375", + "11376", + "11377", + "11378", + "11380", + "11381", + "11382", + "11383", + "11386", + "11387", + "11391", + "11392", + "11393", + "11395", + "11398", + "11401", + "11402", + "11405", + "11406", + "11418", + "11419", + "11421", + "11422", + "11423", + "11428", + "11429", + "11430", + "11431", + "11432", + "11433", + "11437", + "11441", + "11443", + "11447", + "11456", + "11457", + "11458", + "11459", + "11462", + "11463", + "11468", + "11470", + "11472", + "11478", + "11479", + "11482", + "11487", + "11492", + "11496", + "11501", + "11506", + "11507", + "11510", + "11513", + "11516", + "11517", + "11519", + "11521", + "11523", + "11524", + "11525", + "11526", + "11527", + "11528", + "11529", + "11530", + "11531", + "11534", + "11535", + "11537", + "11540", + "11543", + "11544", + "11545", + "11546", + "11548", + "11549", + "11551", + "11553", + "11554", + "11556", + "11563", + "11566", + "11567", + "11569", + "11570", + "11572", + "11575", + "11578", + "11580", + "11582", + "11584", + "11585", + "11587", + "11588", + "11589", + "11590", + "11593", + "11594", + "11598", + "11604", + "11605", + "11607", + "11610", + "11611", + "11612", + "11613", + "11614", + "11615", + "11616", + "11619", + "11620", + "11621", + "11624", + "11630", + "11637", + "11643", + "11644", + "11647", + "11650", + "11651", + "11655", + "11656", + "11657", + "11658", + "11659", + "11661", + "11663", + "11669", + "11672", + "11673", + "11677", + "11678", + "11680", + "11681", + "11684", + "11687", + "11690", + "11692", + "11694", + "11697", + "11699", + "11703", + "11704", + "11705", + "11706", + "11712", + "11714", + "11715", + "11716", + "11717", + "11718", + "11720", + "11722", + "11723", + "11724", + "11725", + "11726", + "11727", + "11728", + "11730", + "11732", + "11733", + "11734", + "11736", + "11738", + "11746", + "11749", + "11756", + "11759", + "11760", + "11762", + "11763", + "11764", + "11765", + "11766", + "11769", + "11770", + "11771", + "11774", + "11775", + "11777", + "11779", + "11780", + "11782", + "11785", + "11786", + "11787", + "11788", + "11789", + "11791", + "11792", + "11793", + "11794", + "11795", + "11798", + "11802", + "11803", + "11806", + "11808", + "11810", + "11813", + "11816", + "11817", + "11818", + "11819", + "11821", + "11824", + "11833", + "11834", + "11835", + "11836", + "11837", + "11841", + "11842", + "11844", + "11852", + "11853", + "11858", + "11859", + "11862", + "11866", + "11869", + "11870", + "11871", + "11872", + "11875", + "11877", + "11883", + "11884", + "11886", + "11887", + "11891", + "11892", + "11893", + "11894", + "11895", + "11896", + "11897", + "11902", + "11903", + "11907", + "11913", + "11914", + "11916", + "11919", + "11920", + "11921", + "11924", + "11925", + "11926", + "11927", + "11928", + "11930", + "11931", + "11936", + "11938", + "11940", + "11943", + "11949", + "11956", + "11960", + "11963", + "11966", + "11968", + "11973", + "11976", + "11977", + "11979", + "11980", + "11982", + "11983", + "11985", + "11987", + "11988", + "11989", + "11990", + "11991", + "11992", + "11994", + "11998", + "12002", + "12004", + "12006", + "12008", + "12011", + "12012", + "12014", + "12016", + "12018", + "12019", + "12020", + "12021", + "12022", + "12028", + "12030", + "12031", + "12032", + "12034", + "12035", + "12036", + "12038", + "12039", + "12040", + "12042", + "12043", + "12044", + "12047", + "12048", + "12049", + "12052", + "12053", + "12056", + "12057", + "12059", + "12060", + "12062", + "12063", + "12065", + "12069", + "12073", + "12075", + "12076", + "12077", + "12079", + "12082", + "12084", + "12086", + "12087", + "12089", + "12090", + "12092", + "12093", + "12096", + "12097", + "12098", + "12101", + "12103", + "12105", + "12109", + "12111", + "12112", + "12113", + "12117", + "12118", + "12123", + "12125", + "12126", + "12127", + "12128", + "12129", + "12132", + "12133", + "12135", + "12137", + "12138", + "12143", + "12144", + "12145", + "12147", + "12148", + "12150", + "12151", + "12153", + "12154", + "12156", + "12160", + "12162", + "12163", + "12164", + "12165", + "12166", + "12167", + "12169", + "12170", + "12171", + "12175", + "12177", + "12182", + "12188", + "12189", + "12191", + "12194", + "12196", + "12198", + "12202", + "12204", + "12207", + "12210", + "12211", + "12212", + "12213", + "12214", + "12217", + "12219", + "12221", + "12223", + "12224", + "12228", + "12229", + "12231", + "12233", + "12234", + "12237", + "12238", + "12241", + "12243", + "12244", + "12247", + "12248", + "12252", + "12255", + "12257", + "12258", + "12259", + "12263", + "12265", + "12266", + "12268", + "12269", + "12270", + "12271", + "12272", + "12273", + "12278", + "12280", + "12281", + "12287", + "12288", + "12289", + "12290", + "12295", + "12297", + "12298", + "12299", + "12300", + "12302", + "12303", + "12305", + "12308", + "12309", + "12310", + "12311", + "12312", + "12315", + "12318", + "12319", + "12325", + "12327", + "12328", + "12332", + "12333", + "12335", + "12337", + "12338", + "12339", + "12340", + "12347", + "12349", + "12350", + "12353", + "12354", + "12355", + "12359", + "12367", + "12368", + "12369", + "12370", + "12371", + "12372", + "12373", + "12374", + "12375", + "12376", + "12378", + "12379", + "12381", + "12382", + "12384", + "12386", + "12387", + "12388", + "12389", + "12392", + "12393", + "12396", + "12397", + "12398", + "12399", + "12400", + "12402", + "12403", + "12405", + "12406", + "12409", + "12413", + "12415", + "12416", + "12417", + "12420", + "12422", + "12423", + "12427", + "12428", + "12429", + "12430", + "12431", + "12436", + "12438", + "12444", + "12448", + "12450", + "12452", + "12453", + "12454", + "12457", + "12459", + "12461", + "12464", + "12466", + "12467", + "12469", + "12471", + "12472", + "12473", + "12474", + "12475", + "12477", + "12482", + "12484", + "12486", + "12488", + "12489", + "12493", + "12494", + "12496", + "12499", + "12501", + "12502", + "12503", + "12504", + "12506", + "12508", + "12509", + "12511", + "12512", + "12513", + "12514", + "12515", + "12516", + "12518", + "12519", + "12521", + "12522", + "12523", + "12524", + "12525", + "12526", + "12527", + "12528", + "12529", + "12530", + "12531", + "12532", + "12533", + "12537", + "12538", + "12539", + "12540", + "12541", + "12543", + "12546", + "12549", + "12550", + "12551", + "12555", + "12557", + "12558", + "12559", + "12560", + "12561", + "12564", + "12569", + "12570", + "12571", + "12572", + "12573", + "12575", + "12577", + "12580", + "12581", + "12583", + "12587", + "12589", + "12592", + "12593", + "12594", + "12600", + "12606", + "12609", + "12611", + "12612", + "12616", + "12617", + "12619", + "12620", + "12621", + "12622", + "12623", + "12624", + "12627", + "12628", + "12629", + "12631", + "12634", + "12635", + "12637", + "12650", + "12652", + "12653", + "12654", + "12656", + "12657", + "12660", + "12662", + "12663", + "12664", + "12671", + "12672", + "12677", + "12678", + "12681", + "12684", + "12685", + "12686", + "12688", + "12689", + "12690", + "12691", + "12693", + "12694", + "12695", + "12696", + "12698", + "12700", + "12702", + "12704", + "12705", + "12707", + "12710", + "12713", + "12714", + "12715", + "12716", + "12718", + "12719", + "12723", + "12725", + "12727", + "12728", + "12730", + "12731", + "12736", + "12738", + "12740", + "12741", + "12743", + "12744", + "12745", + "12749", + "12750", + "12755", + "12757", + "12758", + "12759", + "12760", + "12762", + "12764", + "12765", + "12766", + "12767", + "12768", + "12770", + "12771", + "12772", + "12774", + "12778", + "12779", + "12782", + "12784", + "12785", + "12789", + "12790", + "12794", + "12798", + "12800", + "12801", + "12805", + "12806", + "12807", + "12810", + "12813", + "12814", + "12815", + "12819", + "12820", + "12822", + "12823", + "12825", + "12826", + "12827", + "12830", + "12831", + "12833", + "12835", + "12836", + "12845", + "12846", + "12847", + "12848", + "12849", + "12850", + "12852", + "12853", + "12854", + "12856", + "12858", + "12861", + "12864", + "12865", + "12867", + "12868", + "12870", + "12871", + "12873", + "12875", + "12877", + "12878", + "12879", + "12882", + "12883", + "12884", + "12885", + "12886", + "12888", + "12890", + "12891", + "12893", + "12897", + "12898", + "12903", + "12905", + "12910", + "12911", + "12913", + "12914", + "12918", + "12920", + "12922", + "12925", + "12927", + "12928", + "12931", + "12932", + "12934", + "12940", + "12942", + "12947", + "12949", + "12950", + "12951", + "12954", + "12955", + "12956", + "12958", + "12960", + "12962", + "12966", + "12967", + "12969", + "12970", + "12972", + "12973", + "12974", + "12976", + "12977", + "12978", + "12980", + "12981", + "12984", + "12986", + "12990", + "12996", + "12998", + "13006", + "13008", + "13010", + "13011", + "13014", + "13015", + "13016", + "13017", + "13020", + "13021", + "13022", + "13024", + "13030", + "13031", + "13033", + "13038", + "13040", + "13043", + "13046", + "13047", + "13052", + "13053", + "13054", + "13055", + "13057", + "13061", + "13064", + "13065", + "13066", + "13069", + "13070", + "13071", + "13072", + "13073", + "13074", + "13075", + "13076", + "13077", + "13082", + "13085", + "13086", + "13088", + "13090", + "13093", + "13094", + "13098", + "13099", + "13100", + "13103", + "13104", + "13106", + "13107", + "13108", + "13112", + "13114", + "13115", + "13116", + "13118", + "13119", + "13120", + "13121", + "13122", + "13123", + "13124", + "13126", + "13129", + "13134", + "13135", + "13137", + "13143", + "13150", + "13152", + "13153", + "13159", + "13162", + "13165", + "13166", + "13169", + "13170", + "13171", + "13172", + "13182", + "13185", + "13186", + "13187", + "13191", + "13192", + "13193", + "13194", + "13195", + "13199", + "13203", + "13205", + "13208", + "13209", + "13210", + "13212", + "13216", + "13217", + "13218", + "13219", + "13222", + "13223", + "13225", + "13226", + "13230", + "13233", + "13236", + "13237", + "13238", + "13241", + "13242", + "13247", + "13250", + "13251", + "13252", + "13256", + "13260", + "13261", + "13262", + "13264", + "13267", + "13268", + "13276", + "13281", + "13282", + "13283", + "13284", + "13285", + "13288", + "13289", + "13293", + "13295", + "13296", + "13299", + "13300", + "13302", + "13304", + "13305", + "13311", + "13317", + "13318", + "13319", + "13320", + "13321", + "13323", + "13324", + "13325", + "13326", + "13329", + "13336", + "13338", + "13342", + "13343", + "13344", + "13346", + "13347", + "13349", + "13351", + "13352", + "13353", + "13354", + "13357", + "13358", + "13363", + "13364", + "13367", + "13369", + "13372", + "13379", + "13380", + "13381", + "13383", + "13384", + "13386", + "13387", + "13391", + "13396", + "13398", + "13399", + "13401", + "13404", + "13407", + "13411", + "13413", + "13414", + "13415", + "13416", + "13417", + "13420", + "13422", + "13424", + "13425", + "13427", + "13428", + "13430", + "13431", + "13432", + "13433", + "13435", + "13436", + "13438", + "13440", + "13443", + "13444", + "13445", + "13446", + "13449", + "13450", + "13451", + "13454", + "13455", + "13464", + "13465", + "13469", + "13470", + "13475", + "13480", + "13482", + "13485", + "13486", + "13487", + "13489", + "13491", + "13492", + "13493", + "13494", + "13495", + "13496", + "13497", + "13498", + "13499", + "13501", + "13503", + "13504", + "13505", + "13507", + "13508", + "13509", + "13511", + "13513", + "13514", + "13516", + "13517", + "13518", + "13520", + "13521", + "13522", + "13523", + "13524", + "13528", + "13529", + "13535", + "13536", + "13538", + "13539", + "13543", + "13544", + "13545", + "13549", + "13550", + "13551", + "13553", + "13554", + "13555", + "13556", + "13557", + "13559", + "13560", + "13563", + "13564", + "13565", + "13567", + "13570", + "13574", + "13577", + "13580", + "13581", + "13582", + "13585", + "13586", + "13587", + "13588", + "13590", + "13595", + "13596", + "13597", + "13600", + "13602", + "13603", + "13605", + "13607", + "13608", + "13611", + "13613", + "13615", + "13616", + "13617", + "13619", + "13620", + "13622", + "13625", + "13626", + "13627", + "13630", + "13631", + "13632", + "13633", + "13638", + "13639", + "13640", + "13643", + "13644", + "13646", + "13648", + "13649", + "13653", + "13655", + "13657", + "13658", + "13660", + "13661", + "13663", + "13664", + "13665", + "13668", + "13669", + "13673", + "13674", + "13676", + "13677", + "13681", + "13682", + "13684", + "13687", + "13689", + "13690", + "13691", + "13694", + "13696", + "13700", + "13702", + "13703", + "13704", + "13712", + "13713", + "13716", + "13717", + "13718", + "13719", + "13722", + "13724", + "13730", + "13731", + "13732", + "13735", + "13736", + "13740", + "13741", + "13743", + "13744", + "13746", + "13750", + "13751", + "13753", + "13756", + "13759", + "13760", + "13764", + "13765", + "13766", + "13767", + "13769", + "13770", + "13771", + "13772", + "13774", + "13776", + "13778", + "13781", + "13786", + "13788", + "13789", + "13792", + "13793", + "13795", + "13796", + "13797", + "13800", + "13801", + "13802", + "13807", + "13808", + "13811", + "13812", + "13813", + "13814", + "13816", + "13817", + "13819", + "13820", + "13823", + "13824", + "13825", + "13829", + "13830", + "13831", + "13832", + "13836", + "13838", + "13839", + "13841", + "13842", + "13844", + "13845", + "13846", + "13847", + "13849", + "13850", + "13851", + "13852", + "13853", + "13858", + "13859", + "13863", + "13865", + "13867", + "13868", + "13869", + "13870", + "13871", + "13872", + "13874", + "13875", + "13878", + "13879", + "13880", + "13883", + "13884", + "13886", + "13887", + "13889", + "13891", + "13892", + "13897", + "13898", + "13900", + "13904", + "13905", + "13908", + "13909", + "13910", + "13911", + "13913", + "13916", + "13919", + "13920", + "13921", + "13923", + "13925", + "13926", + "13931", + "13933", + "13939", + "13941", + "13947", + "13949", + "13951", + "13952", + "13953", + "13954", + "13955", + "13957", + "13958", + "13959", + "13961", + "13963", + "13964", + "13965", + "13969", + "13972", + "13974", + "13978", + "13979", + "13981", + "13983", + "13984", + "13985", + "13987", + "13989", + "13990", + "13991", + "13992", + "13994", + "13996", + "13997", + "13998", + "14002", + "14006", + "14008", + "14009", + "14010", + "14011", + "14013", + "14015", + "14018", + "14020", + "14022", + "14024", + "14025", + "14026", + "14027", + "14028", + "14029", + "14030", + "14032", + "14033", + "14034", + "14035", + "14038", + "14039", + "14044", + "14045", + "14046", + "14047", + "14052", + "14054", + "14059", + "14067", + "14073", + "14076", + "14078", + "14079", + "14082", + "14084", + "14085", + "14087", + "14088", + "14090", + "14092", + "14093", + "14094", + "14097", + "14098", + "14099", + "14103", + "14104", + "14109", + "14110", + "14114", + "14115", + "14117", + "14118", + "14120", + "14121", + "14128", + "14130", + "14132", + "14133", + "14135", + "14136", + "14139", + "14140", + "14142", + "14145", + "14147", + "14148", + "14149", + "14151", + "14152", + "14153", + "14154", + "14155", + "14156", + "14157", + "14160", + "14163", + "14164", + "14165", + "14167", + "14168", + "14172", + "14174", + "14176", + "14177", + "14178", + "14183", + "14184", + "14188", + "14192", + "14193", + "14194", + "14202", + "14203", + "14204", + "14208", + "14210", + "14212", + "14216", + "14217", + "14220", + "14222", + "14224", + "14225", + "14226", + "14233", + "14234", + "14235", + "14236", + "14243", + "14245", + "14247", + "14249", + "14250", + "14251", + "14252", + "14253", + "14255", + "14256", + "14257", + "14258", + "14259", + "14260", + "14261", + "14263", + "14265", + "14266", + "14267", + "14269", + "14270", + "14274", + "14277", + "14280", + "14281", + "14284", + "14285", + "14286", + "14288", + "14289", + "14290", + "14291", + "14293", + "14294", + "14296", + "14298", + "14299", + "14300", + "14301", + "14302", + "14308", + "14310", + "14316", + "14318", + "14320", + "14322", + "14323", + "14328", + "14330", + "14332", + "14334", + "14335", + "14336", + "14337", + "14338", + "14339", + "14341", + "14343", + "14345", + "14350", + "14354", + "14355", + "14356", + "14357", + "14358", + "14359", + "14361", + "14362", + "14369", + "14370", + "14371", + "14375", + "14377", + "14387", + "14390", + "14391", + "14396", + "14398", + "14399", + "14402", + "14405", + "14407", + "14408", + "14409", + "14411", + "14412", + "14413", + "14414", + "14415", + "14417", + "14418", + "14419", + "14420", + "14424", + "14425", + "14426", + "14427", + "14428", + "14432", + "14433", + "14435", + "14436", + "14437", + "14438", + "14439", + "14442", + "14446", + "14447", + "14449", + "14452", + "14453", + "14454", + "14456", + "14457", + "14458", + "14462", + "14467", + "14469", + "14470", + "14471", + "14473", + "14476", + "14480", + "14482", + "14484", + "14485", + "14489", + "14490", + "14491", + "14493", + "14496", + "14497", + "14499", + "14501", + "14503", + "14505", + "14510", + "14511", + "14513", + "14515", + "14517", + "14518", + "14519", + "14521", + "14522", + "14524", + "14526", + "14527", + "14528", + "14529", + "14530", + "14534", + "14540", + "14541", + "14542", + "14544", + "14550", + "14551", + "14553", + "14554", + "14555", + "14557", + "14559", + "14560", + "14563", + "14565", + "14567", + "14568", + "14570", + "14573", + "14574", + "14579", + "14580", + "14582", + "14587", + "14592", + "14594", + "14596", + "14601", + "14603", + "14605", + "14611", + "14612", + "14614", + "14616", + "14617", + "14618", + "14622", + "14624", + "14625", + "14626", + "14627", + "14628", + "14631", + "14632", + "14634", + "14635", + "14637", + "14639", + "14640", + "14641", + "14643", + "14646", + "14647", + "14648", + "14649", + "14651", + "14653", + "14654", + "14656", + "14657", + "14660", + "14661", + "14662", + "14663", + "14664", + "14667", + "14670", + "14672", + "14673", + "14675", + "14676", + "14678", + "14680", + "14681", + "14683", + "14685", + "14690", + "14695", + "14696", + "14697", + "14699", + "14702", + "14703", + "14707", + "14708", + "14709", + "14711", + "14713", + "14714", + "14715", + "14716", + "14717", + "14718", + "14724", + "14725", + "14732", + "14734", + "14736", + "14737", + "14739", + "14741", + "14742", + "14743", + "14746", + "14748", + "14749", + "14750", + "14751", + "14752", + "14753", + "14754", + "14755", + "14760", + "14762", + "14763", + "14766", + "14769", + "14770", + "14774", + "14775", + "14776", + "14778", + "14779", + "14781", + "14782", + "14789", + "14791", + "14793", + "14794", + "14796", + "14797", + "14799", + "14801", + "14803", + "14804", + "14807", + "14811", + "14814", + "14816", + "14817", + "14818", + "14825", + "14826", + "14832", + "14836", + "14837", + "14839", + "14842", + "14844", + "14845", + "14847", + "14848", + "14849", + "14852", + "14853", + "14854", + "14855", + "14856", + "14858", + "14860", + "14861", + "14862", + "14865", + "14868", + "14869", + "14870", + "14873", + "14875", + "14876", + "14877", + "14881", + "14882", + "14886", + "14888", + "14890", + "14891", + "14894", + "14895", + "14897", + "14898", + "14900", + "14901", + "14902", + "14906", + "14907", + "14908", + "14909", + "14912", + "14916", + "14920", + "14921", + "14922", + "14923", + "14924", + "14925", + "14927", + "14929", + "14931", + "14932", + "14933", + "14935", + "14938", + "14941", + "14944", + "14946", + "14949", + "14950", + "14951", + "14955", + "14956", + "14958", + "14959", + "14961", + "14964", + "14967", + "14969", + "14971", + "14975", + "14978", + "14980", + "14981", + "14984", + "14987", + "14990", + "14991", + "14992", + "14997", + "15002", + "15003", + "15007", + "15008", + "15009", + "15012", + "15017", + "15018", + "15019", + "15021", + "15022", + "15026", + "15029", + "15030", + "15032", + "15035", + "15036", + "15037", + "15038", + "15039", + "15040", + "15044", + "15045", + "15046", + "15047", + "15051", + "15053", + "15056", + "15057", + "15059", + "15061", + "15062", + "15064", + "15069", + "15073", + "15074", + "15075", + "15076", + "15079", + "15082", + "15083", + "15084", + "15089", + "15095", + "15100", + "15101", + "15107", + "15108", + "15109", + "15113", + "15115", + "15116", + "15117", + "15118", + "15120", + "15121", + "15123", + "15124", + "15125", + "15128", + "15130", + "15135", + "15137", + "15138", + "15139", + "15143", + "15145", + "15146", + "15147", + "15152", + "15153", + "15154", + "15155", + "15156", + "15159", + "15163", + "15164", + "15165", + "15166", + "15167", + "15169", + "15171", + "15174", + "15175", + "15176", + "15177", + "15178", + "15181", + "15182", + "15187", + "15190", + "15192", + "15194", + "15195", + "15196", + "15197", + "15200", + "15202", + "15203", + "15211", + "15214", + "15215", + "15216", + "15217", + "15218", + "15219", + "15220", + "15223", + "15224", + "15225", + "15226", + "15228", + "15230", + "15231", + "15237", + "15243", + "15246", + "15254", + "15255", + "15257", + "15262", + "15264", + "15271", + "15273", + "15275", + "15278", + "15279", + "15280", + "15281", + "15282", + "15284", + "15286", + "15287", + "15288", + "15290", + "15291", + "15293", + "15295", + "15296", + "15297", + "15299", + "15302", + "15304", + "15305", + "15308", + "15309", + "15310", + "15311", + "15316", + "15317", + "15318", + "15319", + "15320", + "15321", + "15322", + "15324", + "15327", + "15328", + "15330", + "15331", + "15333", + "15334", + "15335", + "15336", + "15337", + "15338", + "15339", + "15340", + "15344", + "15346", + "15347", + "15348", + "15349", + "15350", + "15354", + "15355", + "15357", + "15359", + "15361", + "15362", + "15363", + "15365", + "15367", + "15368", + "15369", + "15371", + "15377", + "15378", + "15379", + "15381", + "15387", + "15390", + "15392", + "15396", + "15397", + "15399", + "15403", + "15405", + "15408", + "15409", + "15414", + "15417", + "15420", + "15423", + "15426", + "15427", + "15428", + "15431", + "15432", + "15433", + "15434", + "15439", + "15442", + "15446", + "15449", + "15450", + "15453", + "15454", + "15455", + "15456", + "15458", + "15459", + "15460", + "15462", + "15466", + "15469", + "15471", + "15473", + "15475", + "15479", + "15480", + "15481", + "15482", + "15483", + "15486", + "15490", + "15495", + "15499", + "15500", + "15501", + "15505", + "15506", + "15509", + "15510", + "15511", + "15513", + "15514", + "15515", + "15518", + "15519", + "15521", + "15522", + "15524", + "15525", + "15533", + "15535", + "15536", + "15537", + "15541", + "15543", + "15547", + "15548", + "15549", + "15550", + "15551", + "15552", + "15553", + "15554", + "15558", + "15560", + "15562", + "15564", + "15565", + "15567", + "15568", + "15571", + "15572", + "15574", + "15575", + "15578", + "15579", + "15580", + "15581", + "15583", + "15585", + "15587", + "15590", + "15592", + "15593", + "15594", + "15595", + "15598", + "15600", + "15601", + "15604", + "15605", + "15609", + "15610", + "15612", + "15614", + "15615", + "15616", + "15618", + "15619", + "15620", + "15623", + "15625", + "15626", + "15627", + "15628", + "15629", + "15630", + "15631", + "15633", + "15634", + "15635", + "15638", + "15642", + "15647", + "15648", + "15650", + "15651", + "15652", + "15653", + "15656", + "15661", + "15663", + "15667", + "15670", + "15672", + "15674", + "15675", + "15676", + "15678", + "15680", + "15682", + "15691", + "15693", + "15694", + "15695", + "15697", + "15698", + "15702", + "15704", + "15705", + "15707", + "15708", + "15709", + "15710", + "15711", + "15713", + "15717", + "15718", + "15719", + "15724", + "15729", + "15732", + "15734", + "15735", + "15736", + "15737", + "15739", + "15740", + "15744", + "15746", + "15747", + "15748", + "15749", + "15750", + "15751", + "15758", + "15760", + "15764", + "15768", + "15769", + "15770", + "15772", + "15774", + "15776", + "15779", + "15781", + "15784", + "15787", + "15792", + "15796", + "15797", + "15798", + "15801", + "15808", + "15809", + "15812", + "15818", + "15821", + "15823", + "15825", + "15826", + "15830", + "15832", + "15834", + "15836", + "15837", + "15838", + "15839", + "15841", + "15843", + "15845", + "15846", + "15847", + "15848", + "15849", + "15852", + "15853", + "15854", + "15857", + "15859", + "15863", + "15864", + "15865", + "15867", + "15869", + "15872", + "15875", + "15878", + "15880", + "15881", + "15883", + "15884", + "15886", + "15889", + "15892", + "15894", + "15898", + "15899", + "15900", + "15904", + "15905", + "15907", + "15912", + "15917", + "15918", + "15921", + "15922", + "15923", + "15924", + "15926", + "15927", + "15928", + "15930", + "15932", + "15933", + "15935", + "15939", + "15944", + "15945", + "15946", + "15950", + "15953", + "15954", + "15957", + "15960", + "15965", + "15966", + "15970", + "15971", + "15974", + "15975", + "15977", + "15978", + "15980", + "15981", + "15982", + "15984", + "15987", + "15991", + "15993", + "15994", + "15995", + "15996", + "15998", + "16003", + "16005", + "16008", + "16009", + "16010", + "16014", + "16016", + "16019", + "16021", + "16025", + "16028", + "16030", + "16033", + "16034", + "16037", + "16040", + "16042", + "16043", + "16050", + "16051", + "16052", + "16053", + "16055", + "16058", + "16059", + "16063", + "16064", + "16066", + "16067", + "16068", + "16069", + "16070", + "16073", + "16076", + "16077", + "16078", + "16079", + "16080", + "16083", + "16085", + "16089", + "16091", + "16093", + "16095", + "16096", + "16097", + "16099", + "16107", + "16109", + "16114", + "16115", + "16116", + "16118", + "16122", + "16123", + "16126", + "16128", + "16133", + "16134", + "16137", + "16138", + "16139", + "16140", + "16141", + "16144", + "16145", + "16147", + "16148", + "16150", + "16154", + "16155", + "16156", + "16157", + "16160", + "16161", + "16163", + "16165", + "16166", + "16169", + "16170", + "16171", + "16172", + "16176", + "16177", + "16182", + "16184", + "16186", + "16195", + "16199", + "16202", + "16206", + "16207", + "16208", + "16209", + "16210", + "16211", + "16212", + "16213", + "16216", + "16217", + "16220", + "16223", + "16224", + "16226", + "16228", + "16232", + "16234", + "16238", + "16239", + "16245", + "16247", + "16248", + "16249", + "16250", + "16255", + "16260", + "16261", + "16265", + "16269", + "16270", + "16272", + "16273", + "16276", + "16277", + "16278", + "16280", + "16281", + "16282", + "16286", + "16287", + "16290", + "16291", + "16293", + "16297", + "16298", + "16302", + "16303", + "16304", + "16305", + "16307", + "16309", + "16310", + "16312", + "16313", + "16316", + "16317", + "16318", + "16319", + "16322", + "16323", + "16326", + "16327", + "16328", + "16329", + "16335", + "16336", + "16338", + "16341", + "16342", + "16345", + "16346", + "16347", + "16348", + "16349", + "16351", + "16352", + "16353", + "16354", + "16355", + "16356", + "16357", + "16358", + "16361", + "16362", + "16363", + "16364", + "16365", + "16366", + "16368", + "16371", + "16373", + "16375", + "16376", + "16379", + "16380", + "16381", + "16382", + "16383", + "16384", + "16386", + "16387", + "16388", + "16389", + "16390", + "16398", + "16402", + "16405", + "16406", + "16408", + "16411", + "16414", + "16415", + "16416", + "16417", + "16418", + "16419", + "16420", + "16424", + "16425", + "16427", + "16428", + "16429", + "16430", + "16431", + "16432", + "16433", + "16439", + "16441", + "16442", + "16443", + "16444", + "16445", + "16446", + "16448", + "16449", + "16450", + "16451", + "16452", + "16454", + "16455", + "16456", + "16457", + "16461", + "16462", + "16463", + "16464", + "16469", + "16470", + "16471", + "16477", + "16479", + "16483", + "16484", + "16485", + "16486", + "16488", + "16489", + "16492", + "16493", + "16494", + "16495", + "16496", + "16497", + "16498", + "16502", + "16503", + "16504", + "16505", + "16507", + "16512", + "16516", + "16517", + "16518", + "16523", + "16524", + "16526", + "16527", + "16528", + "16529", + "16530", + "16533", + "16534", + "16535", + "16538", + "16539", + "16541", + "16542", + "16543", + "16546", + "16548", + "16549", + "16550", + "16551", + "16553", + "16554", + "16556", + "16559", + "16560", + "16561", + "16564", + "16566", + "16567", + "16573", + "16574", + "16582", + "16583", + "16585", + "16586", + "16587", + "16588", + "16590", + "16591", + "16593", + "16594", + "16595", + "16596", + "16597", + "16598", + "16599", + "16605", + "16608", + "16609", + "16611", + "16613", + "16615", + "16616", + "16617", + "16619", + "16620", + "16621", + "16624", + "16625", + "16626", + "16627", + "16629", + "16630", + "16633", + "16635", + "16638", + "16641", + "16642", + "16649", + "16652", + "16653", + "16659", + "16660", + "16662", + "16664", + "16668", + "16671", + "16673", + "16676", + "16677", + "16679", + "16688", + "16689", + "16691", + "16694", + "16695", + "16696", + "16699", + "16701", + "16702", + "16703", + "16704", + "16705", + "16708", + "16710", + "16712", + "16715", + "16716", + "16718", + "16722", + "16723", + "16724", + "16726", + "16727", + "16728", + "16731", + "16732", + "16736", + "16738", + "16739", + "16743", + "16745", + "16746", + "16747", + "16748", + "16749", + "16750", + "16752", + "16755", + "16756", + "16757", + "16759", + "16762", + "16765", + "16769", + "16770", + "16771", + "16772", + "16773", + "16778", + "16782", + "16784", + "16785", + "16786", + "16787", + "16793", + "16794", + "16795", + "16798", + "16799", + "16801", + "16804", + "16806", + "16810", + "16813", + "16814", + "16815", + "16817", + "16818", + "16819", + "16822", + "16823", + "16825", + "16826", + "16829", + "16834", + "16840", + "16841", + "16842", + "16843", + "16845", + "16847", + "16849", + "16853", + "16854", + "16858", + "16859", + "16860", + "16861", + "16863", + "16878", + "16883", + "16887", + "16888", + "16889", + "16890", + "16894", + "16895", + "16900", + "16901", + "16902", + "16904", + "16906", + "16907", + "16908", + "16910", + "16922", + "16923", + "16924", + "16925", + "16926", + "16927", + "16928", + "16929", + "16931", + "16934", + "16935", + "16943", + "16946", + "16947", + "16948", + "16949", + "16950", + "16952", + "16953", + "16955", + "16956", + "16959", + "16961", + "16963", + "16964", + "16965", + "16967", + "16968", + "16969", + "16970", + "16971", + "16974", + "16975", + "16978", + "16980", + "16981", + "16985", + "16995", + "16997", + "16998", + "17004", + "17005", + "17008", + "17011", + "17012", + "17013", + "17014", + "17015", + "17018", + "17021", + "17022", + "17024", + "17026", + "17027", + "17028", + "17029", + "17033", + "17035", + "17036", + "17037", + "17039", + "17040", + "17042", + "17043", + "17045", + "17048", + "17049", + "17052", + "17055", + "17057", + "17058", + "17060", + "17061", + "17062", + "17063", + "17064", + "17065", + "17068", + "17069", + "17071", + "17072", + "17074", + "17075", + "17080", + "17082", + "17086", + "17090", + "17091", + "17092", + "17093", + "17095", + "17096", + "17097", + "17099", + "17100", + "17101", + "17102", + "17104", + "17105", + "17107", + "17109", + "17113", + "17115", + "17117", + "17120", + "17122", + "17123", + "17124", + "17127", + "17129", + "17130", + "17131", + "17134", + "17137", + "17139", + "17141", + "17144", + "17148", + "17153", + "17155", + "17157", + "17158", + "17160", + "17161", + "17163", + "17164", + "17166", + "17167", + "17169", + "17171", + "17173", + "17175", + "17177", + "17182", + "17186", + "17188", + "17189", + "17192", + "17196", + "17198", + "17199", + "17203", + "17205", + "17208", + "17210", + "17212", + "17214", + "17217", + "17218", + "17219", + "17222", + "17226", + "17230", + "17233", + "17234", + "17236", + "17239", + "17241", + "17242", + "17243", + "17244", + "17246", + "17248", + "17250", + "17251", + "17256", + "17257", + "17258", + "17263", + "17264", + "17265", + "17267", + "17270", + "17272", + "17276", + "17279", + "17280", + "17282", + "17283", + "17284", + "17286", + "17290", + "17292", + "17294", + "17296", + "17298", + "17300", + "17303", + "17305", + "17306", + "17307", + "17308", + "17314", + "17318", + "17322", + "17323", + "17327", + "17329", + "17332", + "17334", + "17335", + "17341", + "17342", + "17343", + "17344", + "17345", + "17346", + "17348", + "17350", + "17352", + "17353", + "17355", + "17357", + "17358", + "17361", + "17368", + "17369", + "17370", + "17372", + "17379", + "17382", + "17386", + "17387", + "17390", + "17395", + "17397", + "17400", + "17402", + "17404", + "17405", + "17407", + "17408", + "17409", + "17411", + "17413", + "17415", + "17417", + "17419", + "17422", + "17425", + "17427", + "17429", + "17431", + "17433", + "17439", + "17441", + "17442", + "17444", + "17447", + "17449", + "17452", + "17453", + "17454", + "17455", + "17460", + "17465", + "17466", + "17467", + "17472", + "17475", + "17477", + "17479", + "17482", + "17484", + "17487", + "17488", + "17490", + "17491", + "17492", + "17493", + "17494", + "17496", + "17497", + "17499", + "17502", + "17503", + "17504", + "17505", + "17509", + "17512", + "17515", + "17516", + "17517", + "17518", + "17519", + "17521", + "17522", + "17529", + "17530", + "17531", + "17532", + "17536", + "17538", + "17539", + "17540", + "17542", + "17544", + "17551", + "17553", + "17558", + "17559", + "17563", + "17564", + "17565", + "17568", + "17569", + "17570", + "17571", + "17573", + "17574", + "17575", + "17576", + "17591", + "17593", + "17599", + "17600", + "17601", + "17602", + "17603", + "17604", + "17605", + "17607", + "17612", + "17613", + "17614", + "17616", + "17617", + "17619", + "17620", + "17623", + "17625", + "17629", + "17631", + "17633", + "17635", + "17636", + "17637", + "17638", + "17641", + "17642", + "17644", + "17645", + "17646", + "17651", + "17659", + "17660", + "17662", + "17663", + "17668", + "17669", + "17672", + "17674", + "17677", + "17680", + "17682", + "17684", + "17690", + "17692", + "17694", + "17698", + "17699", + "17701", + "17702", + "17703", + "17704", + "17705", + "17708", + "17710", + "17712", + "17713", + "17716", + "17717", + "17719", + "17721", + "17723", + "17725", + "17726", + "17728", + "17729", + "17731", + "17732", + "17735", + "17736", + "17737", + "17738", + "17739", + "17741", + "17745", + "17746", + "17747", + "17748", + "17749", + "17751", + "17755", + "17759", + "17761", + "17762", + "17764", + "17772", + "17773", + "17776", + "17780", + "17781", + "17783", + "17786", + "17787", + "17790", + "17793", + "17795", + "17797", + "17798", + "17799", + "17800", + "17802", + "17806", + "17813", + "17814", + "17820", + "17821", + "17822", + "17824", + "17825", + "17827", + "17828", + "17831", + "17832", + "17833", + "17834", + "17836", + "17837", + "17839", + "17843", + "17848", + "17850", + "17852", + "17855", + "17856", + "17861", + "17865", + "17866", + "17869", + "17870", + "17872", + "17873", + "17874", + "17875", + "17879", + "17881", + "17883", + "17885", + "17887", + "17888", + "17889", + "17890", + "17891", + "17893", + "17898", + "17899", + "17901", + "17902", + "17903", + "17908", + "17910", + "17911", + "17917", + "17920", + "17921", + "17924", + "17926", + "17928", + "17929", + "17938", + "17939", + "17941", + "17943", + "17944", + "17945", + "17946", + "17947", + "17948", + "17951", + "17952", + "17954", + "17955", + "17956", + "17957", + "17958", + "17959", + "17960", + "17967", + "17969", + "17970", + "17972", + "17973", + "17974", + "17975", + "17979", + "17981", + "17982", + "17985", + "17986", + "17987", + "17998", + "18001", + "18002", + "18005", + "18008", + "18009", + "18011", + "18012", + "18013", + "18017", + "18018", + "18019", + "18020", + "18028", + "18031", + "18034", + "18035", + "18036", + "18040", + "18041", + "18044", + "18046", + "18048", + "18050", + "18051", + "18052", + "18053", + "18054", + "18057", + "18058", + "18059", + "18061", + "18064", + "18065", + "18066", + "18067", + "18070", + "18071", + "18072", + "18073", + "18074", + "18077", + "18081", + "18084", + "18085", + "18087", + "18089", + "18091", + "18092", + "18093", + "18101", + "18103", + "18106", + "18107", + "18108", + "18109", + "18110", + "18111", + "18112", + "18116", + "18118", + "18119", + "18120", + "18121", + "18123", + "18124", + "18126", + "18127", + "18129", + "18134", + "18136", + "18138", + "18140", + "18141", + "18142", + "18143", + "18145", + "18146", + "18149", + "18150", + "18151", + "18152", + "18153", + "18155", + "18156", + "18162", + "18163", + "18164", + "18166", + "18168", + "18169", + "18170", + "18174", + "18175", + "18178", + "18182", + "18184", + "18185", + "18186", + "18190", + "18193", + "18194", + "18196", + "18198", + "18201", + "18204", + "18207", + "18208", + "18210", + "18215", + "18217", + "18218", + "18221", + "18224", + "18227", + "18228", + "18229", + "18231", + "18233", + "18234", + "18235", + "18236", + "18237", + "18239", + "18240", + "18244", + "18245", + "18247", + "18248", + "18249", + "18252", + "18256", + "18257", + "18258", + "18259", + "18262", + "18263", + "18265", + "18267", + "18273", + "18275", + "18280", + "18283", + "18284", + "18287", + "18291", + "18292", + "18293", + "18295", + "18296", + "18298", + "18300", + "18304", + "18305", + "18306", + "18308", + "18309", + "18313", + "18314", + "18319", + "18320", + "18324", + "18327", + "18328", + "18330", + "18332", + "18338", + "18339", + "18340", + "18348", + "18349", + "18352", + "18354", + "18356", + "18357", + "18360", + "18361", + "18362", + "18363", + "18367", + "18368", + "18370", + "18371", + "18372", + "18374", + "18375", + "18376", + "18378", + "18379", + "18383", + "18385", + "18387", + "18389", + "18390", + "18391", + "18392", + "18393", + "18397", + "18399", + "18400", + "18401", + "18402", + "18403", + "18404", + "18405", + "18406", + "18408", + "18411", + "18412", + "18415", + "18422", + "18426", + "18427", + "18428", + "18431", + "18432", + "18433", + "18434", + "18438", + "18441", + "18445", + "18447", + "18449", + "18452", + "18453", + "18454", + "18459", + "18460", + "18464", + "18466", + "18467", + "18469", + "18470", + "18472", + "18473", + "18474", + "18475", + "18476", + "18477", + "18480", + "18481", + "18483", + "18485", + "18486", + "18487", + "18490", + "18491", + "18492", + "18493", + "18494", + "18495", + "18497", + "18499", + "18501", + "18506", + "18508", + "18510", + "18516", + "18518", + "18520", + "18522", + "18525", + "18530", + "18531", + "18534", + "18535", + "18537", + "18539", + "18542", + "18545", + "18549", + "18550", + "18554", + "18556", + "18557", + "18558", + "18562", + "18565", + "18567", + "18568", + "18573", + "18574", + "18576", + "18577", + "18578", + "18579", + "18584", + "18586", + "18588", + "18590", + "18591", + "18593", + "18594", + "18595", + "18600", + "18603", + "18607", + "18609", + "18610", + "18612", + "18613", + "18619", + "18620", + "18623", + "18624", + "18626", + "18627", + "18629", + "18630", + "18633", + "18634", + "18636", + "18641", + "18642", + "18645", + "18648", + "18649", + "18650", + "18651", + "18653", + "18661", + "18662", + "18663", + "18664", + "18665", + "18667", + "18673", + "18676", + "18677", + "18678", + "18680", + "18681", + "18685", + "18687", + "18688", + "18691", + "18693", + "18695", + "18698", + "18702", + "18704", + "18710", + "18713", + "18719", + "18721", + "18724", + "18729", + "18731", + "18734", + "18737", + "18740", + "18741", + "18742", + "18745", + "18749", + "18752", + "18753", + "18755", + "18756", + "18762", + "18764", + "18765", + "18771", + "18772", + "18774", + "18775", + "18777", + "18780", + "18782", + "18786", + "18792", + "18801", + "18802", + "18803", + "18804", + "18807", + "18808", + "18810", + "18814", + "18816", + "18819", + "18820", + "18825", + "18827", + "18829", + "18835", + "18836", + "18839", + "18840", + "18842", + "18844", + "18845", + "18850", + "18852", + "18853", + "18854", + "18856", + "18857", + "18858", + "18859", + "18861", + "18862", + "18865", + "18866", + "18867", + "18869", + "18870", + "18871", + "18872", + "18873", + "18874", + "18875", + "18877", + "18879", + "18883", + "18887", + "18889", + "18891", + "18892", + "18893", + "18896", + "18898", + "18899", + "18900", + "18901", + "18902", + "18904", + "18905", + "18908", + "18910", + "18911", + "18915", + "18916", + "18917", + "18919", + "18926", + "18928", + "18929", + "18931", + "18935", + "18936", + "18938", + "18939", + "18942", + "18943", + "18948", + "18952", + "18954", + "18957", + "18960", + "18962", + "18964", + "18965", + "18966", + "18968", + "18972", + "18975", + "18977", + "18978", + "18979", + "18982", + "18984", + "18985", + "18986", + "18988", + "18990", + "18995", + "18996", + "19005", + "19006", + "19007", + "19008", + "19009", + "19010", + "19012", + "19014", + "19015", + "19016", + "19019", + "19020", + "19023", + "19027", + "19030", + "19032", + "19033", + "19036", + "19037", + "19045", + "19048", + "19050", + "19053", + "19054", + "19055", + "19056", + "19059", + "19062", + "19064", + "19066", + "19067", + "19073", + "19079", + "19081", + "19082", + "19083", + "19085", + "19086", + "19088", + "19093", + "19095", + "19096", + "19099", + "19101", + "19103", + "19109", + "19110", + "19111", + "19112", + "19114", + "19116", + "19118", + "19119", + "19123", + "19125", + "19126", + "19127", + "19130", + "19131", + "19134", + "19137", + "19140", + "19141", + "19143", + "19144", + "19146", + "19148", + "19151", + "19154", + "19155", + "19156", + "19157", + "19161", + "19162", + "19163", + "19164", + "19165", + "19169", + "19170", + "19171", + "19172", + "19174", + "19175", + "19176", + "19177", + "19178", + "19182", + "19184", + "19186", + "19189", + "19191", + "19198", + "19199", + "19200", + "19201", + "19203", + "19206", + "19207", + "19208", + "19209", + "19210", + "19211", + "19212", + "19215", + "19216", + "19219", + "19220", + "19221", + "19222", + "19225", + "19229", + "19230", + "19234", + "19236", + "19237", + "19239", + "19241", + "19243", + "19245", + "19246", + "19247", + "19249", + "19250", + "19252", + "19255", + "19258", + "19259", + "19260", + "19262", + "19263", + "19265", + "19266", + "19269", + "19272", + "19274", + "19277", + "19278", + "19279", + "19280", + "19283", + "19284", + "19287", + "19288", + "19289", + "19291", + "19292", + "19293", + "19294", + "19295", + "19299", + "19300", + "19302", + "19304", + "19307", + "19312", + "19313", + "19315", + "19317", + "19318", + "19320", + "19321", + "19322", + "19324", + "19325", + "19327", + "19330", + "19332", + "19335", + "19336", + "19337", + "19341", + "19343", + "19345", + "19347", + "19348", + "19349", + "19351", + "19354", + "19355", + "19356", + "19359", + "19360", + "19362", + "19371", + "19373", + "19374", + "19380", + "19381", + "19382", + "19388", + "19390", + "19395", + "19398", + "19401", + "19402", + "19403", + "19405", + "19406", + "19408", + "19410", + "19412", + "19415", + "19416", + "19417", + "19420", + "19422", + "19424", + "19425", + "19426", + "19429", + "19430", + "19433", + "19434", + "19435", + "19436", + "19438", + "19441", + "19443", + "19446", + "19447", + "19449", + "19450", + "19451", + "19452", + "19453", + "19457", + "19458", + "19459", + "19462", + "19463", + "19464", + "19465", + "19467", + "19468", + "19469", + "19470", + "19472", + "19475", + "19478", + "19481", + "19485", + "19486", + "19487", + "19489", + "19491", + "19492", + "19495", + "19496", + "19497", + "19499", + "19501", + "19504", + "19505", + "19507", + "19510", + "19511", + "19512", + "19514", + "19515", + "19518", + "19521", + "19526", + "19527", + "19534", + "19535", + "19536", + "19537", + "19538", + "19540", + "19543", + "19545", + "19546", + "19548", + "19549", + "19553", + "19554", + "19557", + "19558", + "19561", + "19562", + "19564", + "19565", + "19566", + "19568", + "19569", + "19570", + "19571", + "19572", + "19574", + "19577", + "19579", + "19581", + "19586", + "19589", + "19590", + "19591", + "19592", + "19595", + "19601", + "19602", + "19603", + "19606", + "19607", + "19608", + "19609", + "19612", + "19615", + "19619", + "19620", + "19621", + "19623", + "19629", + "19630", + "19631", + "19632", + "19634", + "19635", + "19637", + "19638", + "19639", + "19640", + "19644", + "19645", + "19647", + "19648", + "19649", + "19654", + "19656", + "19657", + "19658", + "19660", + "19661", + "19663", + "19665", + "19669", + "19670", + "19673", + "19675", + "19677", + "19682", + "19683", + "19688", + "19689", + "19690", + "19691", + "19692", + "19697", + "19700", + "19701", + "19703", + "19705", + "19710", + "19711", + "19713", + "19715", + "19720", + "19721", + "19722", + "19723", + "19724", + "19726", + "19727", + "19728", + "19730", + "19734", + "19735", + "19736", + "19740", + "19743", + "19744", + "19745", + "19746", + "19749", + "19750", + "19753", + "19757", + "19760", + "19761", + "19763", + "19764", + "19766", + "19770", + "19773", + "19776", + "19777", + "19778", + "19779", + "19782", + "19784", + "19785", + "19786", + "19787", + "19788", + "19789", + "19790", + "19793", + "19795", + "19797", + "19799", + "19801", + "19802", + "19805", + "19808", + "19809", + "19810", + "19811", + "19813", + "19814", + "19815", + "19817", + "19819", + "19821", + "19823", + "19824", + "19825", + "19826", + "19831", + "19834", + "19835", + "19837", + "19838", + "19841", + "19842", + "19846", + "19849", + "19850", + "19853", + "19855", + "19858", + "19864", + "19865", + "19866", + "19867", + "19869", + "19870", + "19871", + "19875", + "19877", + "19880", + "19881", + "19883", + "19885", + "19886", + "19887", + "19892", + "19893", + "19895", + "19896", + "19897", + "19898", + "19902", + "19903", + "19905", + "19907", + "19911", + "19912", + "19913", + "19914", + "19918", + "19919", + "19920", + "19922", + "19924", + "19925", + "19926", + "19927", + "19929", + "19930", + "19933", + "19937", + "19940", + "19941", + "19942", + "19943", + "19944", + "19946", + "19947", + "19949", + "19954", + "19955", + "19956", + "19959", + "19960", + "19967", + "19969", + "19970", + "19971", + "19973", + "19976", + "19979", + "19980", + "19983", + "19984", + "19987", + "19988", + "19991", + "19992", + "19993", + "19995", + "19996", + "19998", + "20005", + "20006", + "20007", + "20010", + "20013", + "20014", + "20016", + "20017", + "20019", + "20021", + "20024", + "20025", + "20028", + "20029", + "20034", + "20035", + "20036", + "20037", + "20038", + "20040", + "20041", + "20044", + "20045", + "20049", + "20054", + "20057", + "20059", + "20060", + "20061", + "20063", + "20064", + "20065", + "20067", + "20068", + "20069", + "20070", + "20074", + "20075", + "20080", + "20081", + "20082", + "20084", + "20087", + "20089", + "20092", + "20094", + "20095", + "20096", + "20097", + "20098", + "20101", + "20104", + "20105", + "20107", + "20108", + "20109", + "20110", + "20111", + "20113", + "20124", + "20125", + "20126", + "20127", + "20128", + "20129", + "20130", + "20134", + "20138", + "20139", + "20140", + "20141", + "20142", + "20143", + "20144", + "20145", + "20146", + "20147", + "20151", + "20152", + "20153", + "20154", + "20155", + "20156", + "20157", + "20162", + "20165", + "20170", + "20174", + "20175", + "20177", + "20178", + "20180", + "20182", + "20188", + "20189", + "20191", + "20192", + "20194", + "20195", + "20196", + "20197", + "20200", + "20203", + "20205", + "20209", + "20216", + "20217", + "20219", + "20220", + "20223", + "20225", + "20226", + "20228", + "20230", + "20231", + "20232", + "20235", + "20236", + "20239", + "20241", + "20242", + "20244", + "20246", + "20247", + "20248", + "20250", + "20254", + "20255", + "20256", + "20257", + "20258", + "20259", + "20260", + "20261", + "20264", + "20267", + "20268", + "20270", + "20271", + "20272", + "20277", + "20279", + "20280", + "20281", + "20283", + "20284", + "20286", + "20287", + "20291", + "20293", + "20296", + "20298", + "20299", + "20300", + "20301", + "20308", + "20309", + "20311", + "20314", + "20315", + "20317", + "20318", + "20321", + "20325", + "20329", + "20330", + "20332", + "20336", + "20340", + "20341", + "20342", + "20343", + "20346", + "20347", + "20348", + "20353", + "20357", + "20358", + "20361", + "20362", + "20363", + "20367", + "20370", + "20372", + "20374", + "20376", + "20381", + "20382", + "20386", + "20387", + "20389", + "20391", + "20394", + "20395", + "20397", + "20398", + "20399", + "20400", + "20405", + "20407", + "20409", + "20412", + "20418", + "20419", + "20420", + "20421", + "20423", + "20426", + "20430", + "20431", + "20432", + "20433", + "20434", + "20435", + "20436", + "20441", + "20442", + "20444", + "20449", + "20451", + "20453", + "20454", + "20455", + "20459", + "20461", + "20464", + "20465", + "20466", + "20469", + "20471", + "20475", + "20477", + "20478", + "20479", + "20480", + "20481", + "20483", + "20484", + "20487", + "20489", + "20490", + "20491", + "20494", + "20495", + "20503", + "20509", + "20513", + "20514", + "20518", + "20521", + "20524", + "20525", + "20526", + "20528", + "20532", + "20536", + "20537", + "20538", + "20540", + "20544", + "20545", + "20547", + "20548", + "20554", + "20558", + "20559", + "20561", + "20566", + "20570", + "20571", + "20573", + "20574", + "20575", + "20576", + "20577", + "20578", + "20579", + "20580", + "20582", + "20583", + "20585", + "20587", + "20589", + "20592", + "20596", + "20597", + "20599", + "20601", + "20603", + "20606", + "20607", + "20608", + "20609", + "20610", + "20613", + "20615", + "20618", + "20622", + "20626", + "20628", + "20630", + "20635", + "20636", + "20639", + "20642", + "20643", + "20645", + "20646", + "20647", + "20649", + "20650", + "20652", + "20653", + "20655", + "20656", + "20657", + "20658", + "20659", + "20661", + "20662", + "20663", + "20664", + "20672", + "20673", + "20674", + "20678", + "20679", + "20680", + "20682", + "20683", + "20685", + "20686", + "20687", + "20691", + "20696", + "20697", + "20698", + "20701", + "20704", + "20706", + "20708", + "20710", + "20713", + "20714", + "20715", + "20717", + "20718", + "20721", + "20722", + "20723", + "20728", + "20735", + "20737", + "20739", + "20740", + "20741", + "20745", + "20746", + "20747", + "20749", + "20750", + "20752", + "20753", + "20755", + "20757", + "20758", + "20760", + "20761", + "20763", + "20764", + "20767", + "20769", + "20770", + "20771", + "20772", + "20774", + "20775", + "20779", + "20782", + "20783", + "20784", + "20786", + "20791", + "20793", + "20795", + "20797", + "20804", + "20805", + "20807", + "20810", + "20813", + "20815", + "20816", + "20817", + "20818", + "20821", + "20824", + "20825", + "20826", + "20827", + "20828", + "20830", + "20831", + "20832", + "20837", + "20838", + "20842", + "20844", + "20845", + "20847", + "20848", + "20849", + "20850", + "20851", + "20852", + "20853", + "20856", + "20858", + "20861", + "20863", + "20865", + "20867", + "20868", + "20869", + "20870", + "20872", + "20873", + "20874", + "20875", + "20877", + "20878", + "20885", + "20887", + "20890", + "20891", + "20896", + "20901", + "20906", + "20909", + "20912", + "20913", + "20915", + "20917", + "20922", + "20927", + "20928", + "20929", + "20930", + "20932", + "20933", + "20934", + "20936", + "20937", + "20941", + "20943", + "20947", + "20948", + "20950", + "20951", + "20952", + "20954", + "20955", + "20957", + "20961", + "20963", + "20964", + "20965", + "20966", + "20970", + "20972", + "20973", + "20974", + "20976", + "20977", + "20982", + "20983", + "20987", + "20988", + "20996", + "20997", + "21005", + "21007", + "21008", + "21009", + "21013", + "21015", + "21018", + "21019", + "21021", + "21025", + "21026", + "21027", + "21028", + "21030", + "21031", + "21032", + "21034", + "21035", + "21037", + "21038", + "21040", + "21042", + "21046", + "21047", + "21048", + "21049", + "21055", + "21056", + "21059", + "21060", + "21061", + "21064", + "21066", + "21067", + "21071", + "21075", + "21077", + "21080", + "21082", + "21085", + "21090", + "21091", + "21093", + "21094", + "21095", + "21098", + "21100", + "21101", + "21103", + "21105", + "21107", + "21108", + "21110", + "21113", + "21114", + "21115", + "21121", + "21124", + "21125", + "21126", + "21127", + "21130", + "21131", + "21133", + "21134", + "21135", + "21136", + "21140", + "21142", + "21143", + "21145", + "21148", + "21152", + "21153", + "21154", + "21155", + "21157", + "21158", + "21159", + "21160", + "21162", + "21163", + "21171", + "21172", + "21173", + "21177", + "21179", + "21181", + "21182", + "21184", + "21185", + "21186", + "21188", + "21189", + "21191", + "21199", + "21204", + "21207", + "21209", + "21211", + "21214", + "21215", + "21219", + "21220", + "21223", + "21226", + "21227", + "21228", + "21229", + "21230", + "21231", + "21232", + "21233", + "21236", + "21237", + "21238", + "21241", + "21243", + "21244", + "21245", + "21248", + "21249", + "21250", + "21252", + "21253", + "21255", + "21257", + "21258", + "21259", + "21261", + "21262", + "21263", + "21264", + "21268", + "21277", + "21278", + "21280", + "21282", + "21283", + "21284", + "21291", + "21295", + "21296", + "21299", + "21302", + "21303", + "21305", + "21306", + "21307", + "21308", + "21309", + "21311", + "21312", + "21316", + "21320", + "21322", + "21323", + "21325", + "21326", + "21331", + "21332", + "21334", + "21337", + "21338", + "21339", + "21341", + "21347", + "21349", + "21350", + "21351", + "21352", + "21353", + "21354", + "21355", + "21356", + "21357", + "21358", + "21361", + "21362", + "21364", + "21366", + "21369", + "21371", + "21377", + "21379", + "21382", + "21384", + "21385", + "21386", + "21387", + "21390", + "21393", + "21395", + "21396", + "21397", + "21399", + "21400", + "21403", + "21405", + "21407", + "21413", + "21415", + "21417", + "21418", + "21419", + "21422", + "21424", + "21426", + "21429", + "21431", + "21433", + "21434", + "21435", + "21438", + "21439", + "21441", + "21442", + "21443", + "21445", + "21446", + "21456", + "21463", + "21466", + "21470", + "21471", + "21474", + "21475", + "21477", + "21479", + "21480", + "21482", + "21483", + "21484", + "21485", + "21487", + "21488", + "21489", + "21493", + "21494", + "21495", + "21499", + "21501", + "21504", + "21505", + "21508", + "21510", + "21517", + "21518", + "21521", + "21522", + "21524", + "21526", + "21530", + "21531", + "21532", + "21533", + "21534", + "21536", + "21537", + "21538", + "21546", + "21548", + "21549", + "21550", + "21551", + "21552", + "21553", + "21555", + "21556", + "21558", + "21559", + "21560", + "21564", + "21567", + "21568", + "21569", + "21572", + "21574", + "21577", + "21578", + "21582", + "21583", + "21585", + "21586", + "21587", + "21591", + "21592", + "21593", + "21594", + "21595", + "21596", + "21599", + "21603", + "21604", + "21607", + "21608", + "21609", + "21611", + "21612", + "21614", + "21615", + "21616", + "21617", + "21619", + "21622", + "21623", + "21624", + "21625", + "21627", + "21628", + "21629", + "21632", + "21633", + "21634", + "21637", + "21640", + "21641", + "21642", + "21643", + "21644", + "21649", + "21652", + "21653", + "21655", + "21656", + "21657", + "21658", + "21660", + "21662", + "21665", + "21666", + "21667", + "21669", + "21676", + "21677", + "21678", + "21679", + "21680", + "21681", + "21687", + "21688", + "21689", + "21690", + "21692", + "21693", + "21694", + "21695", + "21696", + "21699", + "21702", + "21703", + "21705", + "21706", + "21707", + "21708", + "21709", + "21710", + "21712", + "21714", + "21715", + "21717", + "21719", + "21721", + "21722", + "21723", + "21724", + "21726", + "21727", + "21729", + "21730", + "21731", + "21733", + "21736", + "21737", + "21739", + "21740", + "21742", + "21747", + "21749", + "21751", + "21752", + "21755", + "21756", + "21759", + "21760", + "21761", + "21765", + "21767", + "21768", + "21770", + "21772", + "21773", + "21774", + "21776", + "21778", + "21779", + "21781", + "21784", + "21789", + "21792", + "21793", + "21794", + "21796", + "21797", + "21798", + "21802", + "21803", + "21806", + "21808", + "21809", + "21813", + "21814", + "21816", + "21819", + "21820", + "21822", + "21824", + "21825", + "21827", + "21828", + "21830", + "21833", + "21834", + "21835", + "21836", + "21838", + "21841", + "21842", + "21844", + "21845", + "21846", + "21848", + "21849", + "21851", + "21852", + "21853", + "21857", + "21863", + "21868", + "21869", + "21870", + "21871", + "21872", + "21874", + "21876", + "21877", + "21879", + "21880", + "21883", + "21889", + "21890", + "21891", + "21894", + "21895", + "21897", + "21900", + "21903", + "21904", + "21906", + "21907", + "21908", + "21911", + "21913", + "21915", + "21916", + "21920", + "21922", + "21923", + "21926", + "21927", + "21928", + "21929", + "21930", + "21931", + "21933", + "21934", + "21936", + "21937", + "21938", + "21940", + "21941", + "21943", + "21947", + "21950", + "21952", + "21957", + "21959", + "21960", + "21962", + "21964", + "21965", + "21966", + "21968", + "21969", + "21970", + "21971", + "21973", + "21974", + "21976", + "21977", + "21980", + "21984", + "21987", + "21990", + "21996", + "21999", + "22001", + "22004", + "22005", + "22006", + "22007", + "22010", + "22011", + "22013", + "22017", + "22018", + "22019", + "22023", + "22028", + "22030", + "22031", + "22032", + "22033", + "22037", + "22039", + "22040", + "22051", + "22053", + "22054", + "22055", + "22056", + "22057", + "22058", + "22060", + "22061", + "22062", + "22064", + "22065", + "22066", + "22070", + "22074", + "22075", + "22078", + "22079", + "22080", + "22082", + "22083", + "22085", + "22089", + "22091", + "22094", + "22095", + "22097", + "22099", + "22102", + "22106", + "22107", + "22108", + "22109", + "22110", + "22111", + "22112", + "22113", + "22114", + "22115", + "22118", + "22120", + "22122", + "22124", + "22125", + "22126", + "22128", + "22132", + "22133", + "22138", + "22140", + "22142", + "22143", + "22144", + "22145", + "22146", + "22147", + "22150", + "22152", + "22153", + "22155", + "22158", + "22160", + "22161", + "22163", + "22164", + "22172", + "22175", + "22179", + "22182", + "22183", + "22194", + "22197", + "22198", + "22220", + "22221", + "22222", + "22225", + "22226", + "22227", + "22231", + "22232", + "22234", + "22237", + "22239", + "22240", + "22241", + "22244", + "22247", + "22249", + "22251", + "22254", + "22255", + "22257", + "22259", + "22260", + "22261", + "22262", + "22264", + "22269", + "22270", + "22271", + "22273", + "22275", + "22278", + "22282", + "22283", + "22285", + "22287", + "22292", + "22293", + "22294", + "22296", + "22299", + "22300", + "22301", + "22302", + "22305", + "22307", + "22309", + "22310", + "22311", + "22313", + "22322", + "22324", + "22327", + "22329", + "22330", + "22331", + "22332", + "22334", + "22335", + "22338", + "22339", + "22342", + "22344", + "22345", + "22346", + "22351", + "22352", + "22354", + "22355", + "22356", + "22357", + "22358", + "22361", + "22362", + "22366", + "22369", + "22370", + "22374", + "22378", + "22380", + "22383", + "22384", + "22385", + "22387", + "22392", + "22394", + "22398", + "22402", + "22405", + "22407", + "22408", + "22409", + "22411", + "22412", + "22414", + "22415", + "22420", + "22423", + "22424", + "22426", + "22429", + "22431", + "22432", + "22434", + "22436", + "22437", + "22438", + "22442", + "22445", + "22449", + "22451", + "22453", + "22454", + "22455", + "22456", + "22460", + "22462", + "22464", + "22466", + "22467", + "22468", + "22470", + "22472", + "22473", + "22476", + "22477", + "22479", + "22483", + "22484", + "22486", + "22487", + "22488", + "22494", + "22495", + "22498", + "22500", + "22506", + "22507", + "22508", + "22510", + "22512", + "22513", + "22514", + "22516", + "22518", + "22519", + "22523", + "22531", + "22533", + "22534", + "22535", + "22536", + "22537", + "22549", + "22553", + "22554", + "22558", + "22559", + "22560", + "22563", + "22564", + "22565", + "22566", + "22568", + "22570", + "22571", + "22572", + "22573", + "22574", + "22576", + "22577", + "22578", + "22579", + "22580", + "22585", + "22586", + "22587", + "22588", + "22594", + "22597", + "22598", + "22599", + "22600", + "22603", + "22604", + "22609", + "22610", + "22619", + "22620", + "22622", + "22626", + "22627", + "22628", + "22630", + "22636", + "22637", + "22638", + "22642", + "22643", + "22644", + "22645", + "22652", + "22653", + "22654", + "22655", + "22656", + "22658", + "22659", + "22660", + "22661", + "22665", + "22666", + "22667", + "22669", + "22672", + "22674", + "22676", + "22678", + "22679", + "22684", + "22685", + "22690", + "22691", + "22692", + "22693", + "22694", + "22695", + "22698", + "22699", + "22700", + "22704", + "22705", + "22706", + "22709", + "22713", + "22714", + "22718", + "22720", + "22721", + "22722", + "22724", + "22726", + "22732", + "22733", + "22736", + "22737", + "22738", + "22740", + "22744", + "22745", + "22747", + "22748", + "22749", + "22750", + "22751", + "22752", + "22753", + "22757", + "22760", + "22762", + "22763", + "22764", + "22765", + "22766", + "22767", + "22768", + "22771", + "22772", + "22773", + "22774", + "22776", + "22777", + "22779", + "22780", + "22784", + "22785", + "22788", + "22790", + "22792", + "22793", + "22795", + "22796", + "22797", + "22798", + "22800", + "22806", + "22808", + "22809", + "22810", + "22813", + "22815", + "22819", + "22820", + "22826", + "22834", + "22835", + "22839", + "22842", + "22844", + "22845", + "22846", + "22848", + "22850", + "22851", + "22853", + "22854", + "22855", + "22857", + "22858", + "22859", + "22861", + "22863", + "22864", + "22866", + "22867", + "22872", + "22873", + "22876", + "22877", + "22878", + "22880", + "22882", + "22883", + "22884", + "22885", + "22886", + "22888", + "22889", + "22891", + "22892", + "22894", + "22897", + "22898", + "22899", + "22900", + "22901", + "22902", + "22904", + "22905", + "22909", + "22911", + "22912", + "22915", + "22916", + "22917", + "22918", + "22921", + "22922", + "22925", + "22926", + "22927", + "22928", + "22930", + "22931", + "22933", + "22934", + "22936", + "22939", + "22940", + "22941", + "22945", + "22949", + "22950", + "22952", + "22958", + "22965", + "22971", + "22972", + "22974", + "22975", + "22976", + "22977", + "22979", + "22980", + "22982", + "22985", + "22986", + "22987", + "22988", + "22992", + "22995", + "22996", + "22998", + "22999", + "23001", + "23004", + "23006", + "23007", + "23008", + "23010", + "23013", + "23021", + "23028", + "23029", + "23030", + "23033", + "23041", + "23063", + "23064", + "23065", + "23067", + "23068", + "23072", + "23073", + "23077", + "23082", + "23085", + "23086", + "23088", + "23095", + "23096", + "23097", + "23098", + "23099", + "23102", + "23104", + "23110", + "23111", + "23113", + "23115", + "23116", + "23117", + "23122", + "23123", + "23124", + "23125", + "23127", + "23128", + "23129", + "23132", + "23134", + "23138", + "23140", + "23141", + "23142", + "23145", + "23146", + "23153", + "23156", + "23157", + "23161", + "23163", + "23164", + "23167", + "23168", + "23170", + "23171", + "23174", + "23175", + "23183", + "23192", + "23193", + "23198", + "23199", + "23201", + "23202", + "23205", + "23209", + "23211", + "23213", + "23216", + "23221", + "23224", + "23226", + "23227", + "23229", + "23230", + "23231", + "23235", + "23236", + "23238", + "23239", + "23241", + "23242", + "23244", + "23245", + "23249", + "23250", + "23255", + "23257", + "23258", + "23261", + "23265", + "23269", + "23270", + "23271", + "23272", + "23274", + "23280", + "23288", + "23293", + "23295", + "23298", + "23302", + "23303", + "23309", + "23312", + "23313", + "23317", + "23319", + "23320", + "23321", + "23324", + "23325", + "23326", + "23329", + "23336", + "23338", + "23340", + "23343", + "23345", + "23347", + "23348", + "23349", + "23351", + "23352", + "23353", + "23355", + "23356", + "23362", + "23364", + "23367", + "23368", + "23373", + "23377", + "23387", + "23390", + "23392", + "23393", + "23397", + "23399", + "23400", + "23402", + "23403", + "23407", + "23408", + "23411", + "23413", + "23414", + "23415", + "23418", + "23420", + "23422", + "23423", + "23424", + "23425", + "23430", + "23432", + "23433", + "23434", + "23437", + "23438", + "23439", + "23443", + "23448", + "23449", + "23450", + "23455", + "23460", + "23461", + "23462", + "23465", + "23468", + "23469", + "23470", + "23476", + "23477", + "23479", + "23481", + "23488", + "23490", + "23492", + "23494", + "23495", + "23496", + "23500", + "23501", + "23502", + "23503", + "23505", + "23507", + "23512", + "23514", + "23515", + "23518", + "23519", + "23523", + "23524", + "23525", + "23526", + "23527", + "23529", + "23531", + "23533", + "23535", + "23537", + "23539", + "23541", + "23547", + "23548", + "23574", + "23576", + "23577", + "23579", + "23580", + "23581", + "23583", + "23587", + "23588", + "23589", + "23590", + "23593", + "23595", + "23596", + "23599", + "23600", + "23601", + "23607", + "23611", + "23612", + "23614", + "23618", + "23619", + "23620", + "23623", + "23629", + "23632", + "23638", + "23642", + "23643", + "23648", + "23652", + "23654", + "23659", + "23660", + "23663", + "23666", + "23670", + "23671", + "23672", + "23673", + "23674", + "23675", + "23679", + "23680", + "23689", + "23690", + "23691", + "23692", + "23694", + "23698", + "23701", + "23702", + "23703", + "23704", + "23705", + "23706", + "23709", + "23710", + "23711", + "23712", + "23717", + "23723", + "23729", + "23730", + "23741", + "23747", + "23748", + "23749", + "23751", + "23753", + "23755", + "23757", + "23766", + "23767", + "23771", + "23773", + "23774", + "23775", + "23777", + "23779", + "23780", + "23785", + "23786", + "23789", + "23791", + "23792", + "23793", + "23794", + "23795", + "23798", + "23799", + "23800", + "23801", + "23802", + "23803", + "23804", + "23809", + "23811", + "23812", + "23813", + "23814", + "23816", + "23818", + "23819", + "23820", + "23822", + "23829", + "23833", + "23837", + "23838", + "23840", + "23841", + "23842", + "23845", + "23848", + "23852", + "23853", + "23856", + "23858", + "23859", + "23860", + "23861", + "23862", + "23863", + "23864", + "23867", + "23868", + "23871", + "23872", + "23873", + "23878", + "23881", + "23884", + "23888", + "23890", + "23891", + "23892", + "23899", + "23901", + "23903", + "23907", + "23908", + "23911", + "23913", + "23914", + "23916", + "23918", + "23919", + "23920", + "23921", + "23923", + "23924", + "23925", + "23928", + "23930", + "23931", + "23935", + "23936", + "23940", + "23941", + "23943", + "23950", + "23951", + "23957", + "23964", + "23968", + "23970", + "23971", + "23972", + "23974", + "23975", + "23977", + "23978", + "23979", + "23983", + "23984", + "23985", + "23986", + "23988", + "23991", + "23993", + "23994", + "23995", + "23996", + "23997", + "24002", + "24004", + "24011", + "24013", + "24021", + "24024", + "24026", + "24028", + "24029", + "24032", + "24033", + "24034", + "24035", + "24041", + "24046", + "24052", + "24053", + "24054", + "24056", + "24063", + "24064", + "24066", + "24067", + "24069", + "24071", + "24074", + "24075", + "24076", + "24077", + "24079", + "24082", + "24085", + "24087", + "24088", + "24089", + "24091", + "24092", + "24093", + "24094", + "24096", + "24099", + "24101", + "24102", + "24104", + "24105", + "24106", + "24108", + "24109", + "24110", + "24113", + "24114", + "24115", + "24116", + "24121", + "24123", + "24125", + "24129", + "24130", + "24139", + "24140", + "24146", + "24148", + "24149", + "24152", + "24155", + "24159", + "24161", + "24163", + "24164", + "24165", + "24169", + "24171", + "24172", + "24173", + "24174", + "24179", + "24180", + "24181", + "24185", + "24186", + "24248", + "24249", + "24253", + "24256", + "24264", + "24285", + "24286", + "24287", + "24290", + "24291", + "24292", + "24294", + "24300", + "24304", + "24306", + "24307", + "24310", + "24336", + "24352", + "24369", + "24370", + "24372", + "24374", + "24375", + "24377", + "24378", + "24379", + "24381", + "24383", + "24386", + "24387", + "24388", + "24389", + "24390", + "24391", + "24394", + "24396", + "24397", + "24398", + "24402", + "24404", + "24406", + "24408", + "24409", + "24410", + "24412", + "24413", + "24414", + "24415", + "24416", + "24417", + "24418", + "24419", + "24420", + "24422", + "24427", + "24429", + "24435", + "24437", + "24439", + "24441", + "24443", + "24449", + "24451", + "24455", + "24459", + "24466", + "24467", + "24468", + "24469", + "24471", + "24472", + "24473", + "24476", + "24478", + "24479", + "24483", + "24484", + "24485", + "24488", + "24491", + "24492", + "24498", + "24499", + "24500", + "24501", + "24502", + "24503", + "24504", + "24506", + "24509", + "24510", + "24516", + "24522", + "24523", + "24524", + "24525", + "24526", + "24527", + "24534", + "24535", + "24541", + "24542", + "24544", + "24545", + "24547", + "24549", + "24550", + "24551", + "24553", + "24554", + "24555", + "24557", + "24564", + "24566", + "24568", + "24571", + "24576", + "24577", + "24582", + "24586", + "24588", + "24590", + "24591", + "24592", + "24594", + "24597", + "24598", + "24601", + "24603", + "24605", + "24607", + "24610", + "24611", + "24615", + "24617", + "24622", + "24624", + "24631", + "24632", + "24634", + "24636", + "24637", + "24638", + "24640", + "24642", + "24645", + "24651", + "24653", + "24654", + "24655", + "24659", + "24660", + "24661", + "24662", + "24665", + "24667", + "24668", + "24671", + "24672", + "24674", + "24675", + "24677", + "24682", + "24684", + "24685", + "24686", + "24688", + "24690", + "24691", + "24692", + "24694", + "24697", + "24698", + "24699", + "24700", + "24702", + "24703", + "24707", + "24709", + "24711", + "24712", + "24714", + "24716", + "24718", + "24719", + "24720", + "24723", + "24726", + "24727", + "24729", + "24730", + "24732", + "24733", + "24735", + "24736", + "24738", + "24739", + "24740", + "24741", + "24746", + "24747", + "24750", + "24751", + "24754", + "24756", + "24760", + "24762", + "24763", + "24765", + "24766", + "24767", + "24768", + "24769", + "24771", + "24772", + "24773", + "24774", + "24776", + "24779", + "24781", + "24786", + "24788", + "24790", + "24792", + "24793", + "24794", + "24795", + "24798", + "24799", + "24800", + "24802", + "24814", + "24816", + "24823", + "24824", + "24832", + "24834", + "24835", + "24836", + "24839", + "24840", + "24841", + "24843", + "24844", + "24845", + "24846", + "24847", + "24848", + "24850", + "24852", + "24853", + "24854", + "24855", + "24856", + "24857", + "24859", + "24860", + "24861", + "24862", + "24863", + "24864", + "24872", + "24873", + "24874", + "24877", + "24878", + "24880", + "24881", + "24882", + "24883", + "24884", + "24887", + "24893", + "24894", + "24895", + "24898", + "24899", + "24900", + "24902", + "24903", + "24906", + "24909", + "24912", + "24913", + "24916", + "24920", + "24923", + "24926", + "24928", + "24930", + "24931", + "24932", + "24933", + "24934", + "24935", + "24936", + "24939", + "24940", + "24941", + "24943", + "24944", + "24945", + "24946", + "24948", + "24951", + "24953", + "24957", + "24958", + "24960", + "24961", + "24962", + "24963", + "24964", + "24965", + "24966", + "24971", + "24972", + "24974", + "24975", + "24976", + "24980", + "24981", + "24984", + "24994", + "24997", + "24998" + ] +} \ No newline at end of file diff --git a/progress-szn12-rnd1-chain8453.json b/progress-szn12-rnd1-chain8453.json new file mode 100644 index 00000000..bdc2148d --- /dev/null +++ b/progress-szn12-rnd1-chain8453.json @@ -0,0 +1,70318 @@ +{ + "season": "12", + "round": "rnd1", + "chainId": 8453, + "totalBatches": 24, + "completedBatches": [ + { + "batchIndex": 0, + "transactionHash": "0x15b27ae4e3ed40b0fc3c47d45f4ac11dddd688eb20934cdeb787f80d4ff4acd0", + "timestamp": "2025-11-05T07:04:30.559Z", + "gotchiRewards": [ + { + "gotchiId": "3", + "amount": "125.5325", + "parsedAmount": "125532500000000000000" + }, + { + "gotchiId": "31", + "amount": "14.0525", + "parsedAmount": "14052500000000000000" + }, + { + "gotchiId": "32", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "34", + "amount": "7.147499999999999", + "parsedAmount": "7147499999999999000" + }, + { + "gotchiId": "35", + "amount": "118.0425", + "parsedAmount": "118042500000000000000" + }, + { + "gotchiId": "37", + "amount": "63.3525", + "parsedAmount": "63352500000000000000" + }, + { + "gotchiId": "39", + "amount": "19.5325", + "parsedAmount": "19532500000000000000" + }, + { + "gotchiId": "41", + "amount": "7.1025", + "parsedAmount": "7102500000000000000" + }, + { + "gotchiId": "44", + "amount": "28.83", + "parsedAmount": "28830000000000000000" + }, + { + "gotchiId": "46", + "amount": "2.4125", + "parsedAmount": "2412500000000000000" + }, + { + "gotchiId": "47", + "amount": "8.4675", + "parsedAmount": "8467500000000000000" + }, + { + "gotchiId": "48", + "amount": "59.67", + "parsedAmount": "59670000000000000000" + }, + { + "gotchiId": "51", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "53", + "amount": "10.127500000000001", + "parsedAmount": "10127500000000001000" + }, + { + "gotchiId": "54", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "56", + "amount": "6.8525", + "parsedAmount": "6852500000000000000" + }, + { + "gotchiId": "58", + "amount": "12.5375", + "parsedAmount": "12537500000000000000" + }, + { + "gotchiId": "59", + "amount": "15.51", + "parsedAmount": "15510000000000000000" + }, + { + "gotchiId": "67", + "amount": "127.665", + "parsedAmount": "127665000000000000000" + }, + { + "gotchiId": "68", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "69", + "amount": "15.2425", + "parsedAmount": "15242500000000000000" + }, + { + "gotchiId": "92", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "93", + "amount": "22.0425", + "parsedAmount": "22042500000000000000" + }, + { + "gotchiId": "97", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "100", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "101", + "amount": "14.07", + "parsedAmount": "14070000000000000000" + }, + { + "gotchiId": "102", + "amount": "8.7225", + "parsedAmount": "8722500000000000000" + }, + { + "gotchiId": "106", + "amount": "35.985", + "parsedAmount": "35985000000000000000" + }, + { + "gotchiId": "111", + "amount": "17.2825", + "parsedAmount": "17282500000000000000" + }, + { + "gotchiId": "112", + "amount": "45.04", + "parsedAmount": "45040000000000000000" + }, + { + "gotchiId": "113", + "amount": "5.762499999999999", + "parsedAmount": "5762499999999999000" + }, + { + "gotchiId": "114", + "amount": "50.3575", + "parsedAmount": "50357500000000000000" + }, + { + "gotchiId": "115", + "amount": "3.62", + "parsedAmount": "3620000000000000000" + }, + { + "gotchiId": "116", + "amount": "2.525", + "parsedAmount": "2525000000000000000" + }, + { + "gotchiId": "122", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "123", + "amount": "28.634999999999998", + "parsedAmount": "28634999999999998000" + }, + { + "gotchiId": "124", + "amount": "16.5825", + "parsedAmount": "16582500000000000000" + }, + { + "gotchiId": "125", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "131", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "135", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "137", + "amount": "10.935", + "parsedAmount": "10935000000000000000" + }, + { + "gotchiId": "138", + "amount": "7.4425", + "parsedAmount": "7442500000000000000" + }, + { + "gotchiId": "139", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "141", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "142", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "151", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "154", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "156", + "amount": "8.190000000000001", + "parsedAmount": "8190000000000001000" + }, + { + "gotchiId": "159", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "162", + "amount": "14.3525", + "parsedAmount": "14352500000000000000" + }, + { + "gotchiId": "164", + "amount": "23.5475", + "parsedAmount": "23547500000000000000" + }, + { + "gotchiId": "167", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "168", + "amount": "36.6125", + "parsedAmount": "36612500000000000000" + }, + { + "gotchiId": "169", + "amount": "30.3825", + "parsedAmount": "30382500000000000000" + }, + { + "gotchiId": "172", + "amount": "317.9775", + "parsedAmount": "317977500000000000000" + }, + { + "gotchiId": "181", + "amount": "138.26749999999998", + "parsedAmount": "138267499999999980000" + }, + { + "gotchiId": "183", + "amount": "18.2025", + "parsedAmount": "18202500000000000000" + }, + { + "gotchiId": "185", + "amount": "26.1875", + "parsedAmount": "26187500000000000000" + }, + { + "gotchiId": "186", + "amount": "18.2225", + "parsedAmount": "18222500000000000000" + }, + { + "gotchiId": "190", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "191", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "192", + "amount": "7.5225", + "parsedAmount": "7522500000000000000" + }, + { + "gotchiId": "201", + "amount": "30.415", + "parsedAmount": "30415000000000000000" + }, + { + "gotchiId": "205", + "amount": "10.319999999999999", + "parsedAmount": "10319999999999999000" + }, + { + "gotchiId": "206", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "207", + "amount": "11.469999999999999", + "parsedAmount": "11469999999999999000" + }, + { + "gotchiId": "208", + "amount": "5.5225", + "parsedAmount": "5522500000000000000" + }, + { + "gotchiId": "218", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "219", + "amount": "11.35", + "parsedAmount": "11350000000000000000" + }, + { + "gotchiId": "221", + "amount": "147.5725", + "parsedAmount": "147572500000000000000" + }, + { + "gotchiId": "225", + "amount": "10.0625", + "parsedAmount": "10062500000000000000" + }, + { + "gotchiId": "226", + "amount": "6.5225", + "parsedAmount": "6522500000000000000" + }, + { + "gotchiId": "228", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "229", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "231", + "amount": "8.86", + "parsedAmount": "8860000000000000000" + }, + { + "gotchiId": "233", + "amount": "72.6325", + "parsedAmount": "72632500000000000000" + }, + { + "gotchiId": "234", + "amount": "8.49", + "parsedAmount": "8490000000000000000" + }, + { + "gotchiId": "235", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "236", + "amount": "30.33", + "parsedAmount": "30330000000000000000" + }, + { + "gotchiId": "238", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "240", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "241", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "243", + "amount": "23.2175", + "parsedAmount": "23217500000000000000" + }, + { + "gotchiId": "260", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "261", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "262", + "amount": "14.2725", + "parsedAmount": "14272500000000000000" + }, + { + "gotchiId": "263", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "264", + "amount": "16.627499999999998", + "parsedAmount": "16627499999999998000" + }, + { + "gotchiId": "266", + "amount": "161.955", + "parsedAmount": "161955000000000000000" + }, + { + "gotchiId": "267", + "amount": "45.3575", + "parsedAmount": "45357500000000000000" + }, + { + "gotchiId": "269", + "amount": "12.0375", + "parsedAmount": "12037500000000000000" + }, + { + "gotchiId": "270", + "amount": "3.08", + "parsedAmount": "3080000000000000000" + }, + { + "gotchiId": "271", + "amount": "13.79", + "parsedAmount": "13790000000000000000" + }, + { + "gotchiId": "272", + "amount": "2.2625", + "parsedAmount": "2262500000000000000" + }, + { + "gotchiId": "274", + "amount": "6.485", + "parsedAmount": "6485000000000000000" + }, + { + "gotchiId": "275", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "278", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "282", + "amount": "66.3125", + "parsedAmount": "66312500000000000000" + }, + { + "gotchiId": "285", + "amount": "13.350000000000001", + "parsedAmount": "13350000000000001000" + }, + { + "gotchiId": "289", + "amount": "18.8", + "parsedAmount": "18800000000000000000" + }, + { + "gotchiId": "290", + "amount": "8.247499999999999", + "parsedAmount": "8247499999999999000" + }, + { + "gotchiId": "296", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "301", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "304", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "307", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "308", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "314", + "amount": "8.787500000000001", + "parsedAmount": "8787500000000001000" + }, + { + "gotchiId": "315", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "317", + "amount": "6.345000000000001", + "parsedAmount": "6345000000000001000" + }, + { + "gotchiId": "319", + "amount": "22.325", + "parsedAmount": "22325000000000000000" + }, + { + "gotchiId": "339", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "343", + "amount": "14.71", + "parsedAmount": "14710000000000000000" + }, + { + "gotchiId": "357", + "amount": "7.865", + "parsedAmount": "7865000000000000000" + }, + { + "gotchiId": "358", + "amount": "8.1325", + "parsedAmount": "8132500000000000000" + }, + { + "gotchiId": "359", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "366", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "367", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "375", + "amount": "10.385", + "parsedAmount": "10385000000000000000" + }, + { + "gotchiId": "377", + "amount": "7.515000000000001", + "parsedAmount": "7515000000000001000" + }, + { + "gotchiId": "378", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "380", + "amount": "5.6375", + "parsedAmount": "5637500000000000000" + }, + { + "gotchiId": "382", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "383", + "amount": "53.620000000000005", + "parsedAmount": "53620000000000005000" + }, + { + "gotchiId": "390", + "amount": "9.435", + "parsedAmount": "9435000000000000000" + }, + { + "gotchiId": "391", + "amount": "15.844999999999999", + "parsedAmount": "15844999999999999000" + }, + { + "gotchiId": "392", + "amount": "19.542499999999997", + "parsedAmount": "19542499999999997000" + }, + { + "gotchiId": "396", + "amount": "53.8225", + "parsedAmount": "53822500000000000000" + }, + { + "gotchiId": "406", + "amount": "37.3875", + "parsedAmount": "37387500000000000000" + }, + { + "gotchiId": "407", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "408", + "amount": "34.1075", + "parsedAmount": "34107500000000000000" + }, + { + "gotchiId": "409", + "amount": "7.6475", + "parsedAmount": "7647500000000000000" + }, + { + "gotchiId": "410", + "amount": "9.8", + "parsedAmount": "9800000000000000000" + }, + { + "gotchiId": "411", + "amount": "7.3425", + "parsedAmount": "7342500000000000000" + }, + { + "gotchiId": "413", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "414", + "amount": "22.9", + "parsedAmount": "22900000000000000000" + }, + { + "gotchiId": "418", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "420", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "428", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "430", + "amount": "20.0975", + "parsedAmount": "20097500000000000000" + }, + { + "gotchiId": "431", + "amount": "4.9175", + "parsedAmount": "4917500000000000000" + }, + { + "gotchiId": "439", + "amount": "7.9025", + "parsedAmount": "7902500000000000000" + }, + { + "gotchiId": "442", + "amount": "6.31", + "parsedAmount": "6310000000000000000" + }, + { + "gotchiId": "448", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "449", + "amount": "37.987500000000004", + "parsedAmount": "37987500000000004000" + }, + { + "gotchiId": "453", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "454", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "455", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "458", + "amount": "35.945", + "parsedAmount": "35945000000000000000" + }, + { + "gotchiId": "461", + "amount": "3.205", + "parsedAmount": "3205000000000000000" + }, + { + "gotchiId": "463", + "amount": "15.499999999999998", + "parsedAmount": "15499999999999998000" + }, + { + "gotchiId": "469", + "amount": "12.052499999999998", + "parsedAmount": "12052499999999998000" + }, + { + "gotchiId": "473", + "amount": "16.825", + "parsedAmount": "16825000000000000000" + }, + { + "gotchiId": "474", + "amount": "384.0975", + "parsedAmount": "384097500000000000000" + }, + { + "gotchiId": "475", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "479", + "amount": "31.9775", + "parsedAmount": "31977500000000000000" + }, + { + "gotchiId": "480", + "amount": "23.195", + "parsedAmount": "23195000000000000000" + }, + { + "gotchiId": "481", + "amount": "9.575", + "parsedAmount": "9575000000000000000" + }, + { + "gotchiId": "482", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "483", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "486", + "amount": "20.8525", + "parsedAmount": "20852500000000000000" + }, + { + "gotchiId": "487", + "amount": "87.42500000000001", + "parsedAmount": "87425000000000010000" + }, + { + "gotchiId": "489", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "490", + "amount": "12.32", + "parsedAmount": "12320000000000000000" + }, + { + "gotchiId": "492", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "493", + "amount": "2.0725", + "parsedAmount": "2072500000000000000" + }, + { + "gotchiId": "499", + "amount": "14.045", + "parsedAmount": "14045000000000000000" + }, + { + "gotchiId": "502", + "amount": "36.97", + "parsedAmount": "36970000000000000000" + }, + { + "gotchiId": "506", + "amount": "35.89", + "parsedAmount": "35890000000000000000" + }, + { + "gotchiId": "509", + "amount": "23.1025", + "parsedAmount": "23102500000000000000" + }, + { + "gotchiId": "511", + "amount": "31.384999999999998", + "parsedAmount": "31384999999999998000" + }, + { + "gotchiId": "512", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "514", + "amount": "71.05250000000001", + "parsedAmount": "71052500000000010000" + }, + { + "gotchiId": "519", + "amount": "13.87", + "parsedAmount": "13870000000000000000" + }, + { + "gotchiId": "520", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "522", + "amount": "47.875", + "parsedAmount": "47875000000000000000" + }, + { + "gotchiId": "523", + "amount": "20.495", + "parsedAmount": "20495000000000000000" + }, + { + "gotchiId": "524", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "528", + "amount": "20.77", + "parsedAmount": "20770000000000000000" + }, + { + "gotchiId": "529", + "amount": "45.465", + "parsedAmount": "45465000000000000000" + }, + { + "gotchiId": "531", + "amount": "7.2275", + "parsedAmount": "7227500000000000000" + }, + { + "gotchiId": "538", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "539", + "amount": "16.76", + "parsedAmount": "16760000000000000000" + }, + { + "gotchiId": "540", + "amount": "5.952500000000001", + "parsedAmount": "5952500000000001000" + }, + { + "gotchiId": "543", + "amount": "59.0275", + "parsedAmount": "59027500000000000000" + }, + { + "gotchiId": "544", + "amount": "105.8875", + "parsedAmount": "105887500000000000000" + }, + { + "gotchiId": "549", + "amount": "58.5025", + "parsedAmount": "58502500000000000000" + }, + { + "gotchiId": "550", + "amount": "10.0775", + "parsedAmount": "10077500000000000000" + }, + { + "gotchiId": "552", + "amount": "17.722499999999997", + "parsedAmount": "17722499999999997000" + }, + { + "gotchiId": "555", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "556", + "amount": "46.0475", + "parsedAmount": "46047500000000000000" + }, + { + "gotchiId": "557", + "amount": "9.325", + "parsedAmount": "9325000000000000000" + }, + { + "gotchiId": "567", + "amount": "59.295", + "parsedAmount": "59295000000000000000" + }, + { + "gotchiId": "568", + "amount": "100.535", + "parsedAmount": "100535000000000000000" + }, + { + "gotchiId": "569", + "amount": "78.86250000000001", + "parsedAmount": "78862500000000010000" + }, + { + "gotchiId": "571", + "amount": "95.08749999999999", + "parsedAmount": "95087499999999990000" + }, + { + "gotchiId": "572", + "amount": "240.405", + "parsedAmount": "240405000000000000000" + }, + { + "gotchiId": "573", + "amount": "83.7", + "parsedAmount": "83700000000000000000" + }, + { + "gotchiId": "574", + "amount": "103.94999999999999", + "parsedAmount": "103949999999999990000" + }, + { + "gotchiId": "575", + "amount": "102.36000000000001", + "parsedAmount": "102360000000000010000" + }, + { + "gotchiId": "576", + "amount": "97.315", + "parsedAmount": "97315000000000000000" + }, + { + "gotchiId": "577", + "amount": "103.3525", + "parsedAmount": "103352500000000000000" + }, + { + "gotchiId": "578", + "amount": "58.805", + "parsedAmount": "58805000000000000000" + }, + { + "gotchiId": "579", + "amount": "25.214999999999996", + "parsedAmount": "25214999999999996000" + }, + { + "gotchiId": "580", + "amount": "89", + "parsedAmount": "89000000000000000000" + }, + { + "gotchiId": "581", + "amount": "56.839999999999996", + "parsedAmount": "56839999999999996000" + }, + { + "gotchiId": "584", + "amount": "19.5675", + "parsedAmount": "19567500000000000000" + }, + { + "gotchiId": "585", + "amount": "14.545", + "parsedAmount": "14545000000000000000" + }, + { + "gotchiId": "587", + "amount": "11.9975", + "parsedAmount": "11997500000000000000" + }, + { + "gotchiId": "588", + "amount": "13.565000000000001", + "parsedAmount": "13565000000000001000" + }, + { + "gotchiId": "591", + "amount": "3.32", + "parsedAmount": "3320000000000000000" + }, + { + "gotchiId": "594", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "596", + "amount": "6.682499999999999", + "parsedAmount": "6682499999999999000" + }, + { + "gotchiId": "597", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "598", + "amount": "65.52250000000001", + "parsedAmount": "65522500000000010000" + }, + { + "gotchiId": "600", + "amount": "61.8875", + "parsedAmount": "61887500000000000000" + }, + { + "gotchiId": "601", + "amount": "7.449999999999999", + "parsedAmount": "7449999999999999000" + }, + { + "gotchiId": "607", + "amount": "78.4525", + "parsedAmount": "78452500000000000000" + }, + { + "gotchiId": "608", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "630", + "amount": "20.722499999999997", + "parsedAmount": "20722499999999997000" + }, + { + "gotchiId": "632", + "amount": "23.904999999999998", + "parsedAmount": "23904999999999998000" + }, + { + "gotchiId": "637", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "642", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "645", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "646", + "amount": "8.032499999999999", + "parsedAmount": "8032499999999999000" + }, + { + "gotchiId": "647", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "648", + "amount": "11.715", + "parsedAmount": "11715000000000000000" + }, + { + "gotchiId": "649", + "amount": "24.845", + "parsedAmount": "24845000000000000000" + }, + { + "gotchiId": "650", + "amount": "4.6925", + "parsedAmount": "4692500000000000000" + }, + { + "gotchiId": "660", + "amount": "28.380000000000003", + "parsedAmount": "28380000000000003000" + }, + { + "gotchiId": "661", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "662", + "amount": "201.01250000000002", + "parsedAmount": "201012500000000020000" + }, + { + "gotchiId": "663", + "amount": "35.205", + "parsedAmount": "35205000000000000000" + }, + { + "gotchiId": "664", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "671", + "amount": "11.6", + "parsedAmount": "11600000000000000000" + }, + { + "gotchiId": "672", + "amount": "25.855", + "parsedAmount": "25855000000000000000" + }, + { + "gotchiId": "673", + "amount": "127.35", + "parsedAmount": "127350000000000000000" + }, + { + "gotchiId": "674", + "amount": "19.775000000000002", + "parsedAmount": "19775000000000002000" + }, + { + "gotchiId": "677", + "amount": "54.945", + "parsedAmount": "54945000000000000000" + }, + { + "gotchiId": "681", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "684", + "amount": "37.9675", + "parsedAmount": "37967500000000000000" + }, + { + "gotchiId": "689", + "amount": "28.439999999999998", + "parsedAmount": "28439999999999998000" + }, + { + "gotchiId": "692", + "amount": "90.255", + "parsedAmount": "90255000000000000000" + }, + { + "gotchiId": "695", + "amount": "5.5375", + "parsedAmount": "5537500000000000000" + }, + { + "gotchiId": "696", + "amount": "20.02", + "parsedAmount": "20020000000000000000" + }, + { + "gotchiId": "697", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "698", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "699", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "700", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "702", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "703", + "amount": "156.33", + "parsedAmount": "156330000000000000000" + }, + { + "gotchiId": "704", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "705", + "amount": "30.1475", + "parsedAmount": "30147500000000000000" + }, + { + "gotchiId": "706", + "amount": "5.4", + "parsedAmount": "5400000000000000000" + }, + { + "gotchiId": "707", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "708", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "709", + "amount": "5.4075", + "parsedAmount": "5407500000000000000" + }, + { + "gotchiId": "710", + "amount": "15.850000000000001", + "parsedAmount": "15850000000000001000" + }, + { + "gotchiId": "711", + "amount": "5.3975", + "parsedAmount": "5397500000000000000" + }, + { + "gotchiId": "712", + "amount": "16.865000000000002", + "parsedAmount": "16865000000000002000" + }, + { + "gotchiId": "713", + "amount": "109.125", + "parsedAmount": "109125000000000000000" + }, + { + "gotchiId": "714", + "amount": "11.3575", + "parsedAmount": "11357500000000000000" + }, + { + "gotchiId": "716", + "amount": "13.030000000000001", + "parsedAmount": "13030000000000001000" + }, + { + "gotchiId": "717", + "amount": "5.41", + "parsedAmount": "5410000000000000000" + }, + { + "gotchiId": "718", + "amount": "5.3875", + "parsedAmount": "5387500000000000000" + }, + { + "gotchiId": "719", + "amount": "5.425", + "parsedAmount": "5425000000000000000" + }, + { + "gotchiId": "722", + "amount": "18.6125", + "parsedAmount": "18612500000000000000" + }, + { + "gotchiId": "725", + "amount": "17.525", + "parsedAmount": "17525000000000000000" + }, + { + "gotchiId": "726", + "amount": "2.395", + "parsedAmount": "2395000000000000000" + }, + { + "gotchiId": "728", + "amount": "27.060000000000002", + "parsedAmount": "27060000000000002000" + }, + { + "gotchiId": "729", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "733", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "734", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "735", + "amount": "7.6925", + "parsedAmount": "7692500000000000000" + }, + { + "gotchiId": "736", + "amount": "15.815000000000001", + "parsedAmount": "15815000000000001000" + }, + { + "gotchiId": "738", + "amount": "14.3325", + "parsedAmount": "14332500000000000000" + }, + { + "gotchiId": "739", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "743", + "amount": "9.805", + "parsedAmount": "9805000000000000000" + }, + { + "gotchiId": "744", + "amount": "15.057500000000001", + "parsedAmount": "15057500000000001000" + }, + { + "gotchiId": "746", + "amount": "19.49", + "parsedAmount": "19490000000000000000" + }, + { + "gotchiId": "750", + "amount": "8.965", + "parsedAmount": "8965000000000000000" + }, + { + "gotchiId": "751", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "752", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "753", + "amount": "30.557499999999997", + "parsedAmount": "30557499999999997000" + }, + { + "gotchiId": "754", + "amount": "28.700000000000003", + "parsedAmount": "28700000000000003000" + }, + { + "gotchiId": "755", + "amount": "18.2525", + "parsedAmount": "18252500000000000000" + }, + { + "gotchiId": "756", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "757", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "758", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "759", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "763", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "766", + "amount": "241.55", + "parsedAmount": "241550000000000000000" + }, + { + "gotchiId": "769", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "784", + "amount": "8.1625", + "parsedAmount": "8162500000000000000" + }, + { + "gotchiId": "786", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "787", + "amount": "25.625", + "parsedAmount": "25625000000000000000" + }, + { + "gotchiId": "789", + "amount": "33.69", + "parsedAmount": "33690000000000000000" + }, + { + "gotchiId": "794", + "amount": "11.4475", + "parsedAmount": "11447500000000000000" + }, + { + "gotchiId": "796", + "amount": "3.2075", + "parsedAmount": "3207500000000000000" + }, + { + "gotchiId": "799", + "amount": "6.047499999999999", + "parsedAmount": "6047499999999999000" + }, + { + "gotchiId": "801", + "amount": "3.1025", + "parsedAmount": "3102500000000000000" + }, + { + "gotchiId": "805", + "amount": "9.8825", + "parsedAmount": "9882500000000000000" + }, + { + "gotchiId": "806", + "amount": "15.365", + "parsedAmount": "15365000000000000000" + }, + { + "gotchiId": "807", + "amount": "9.752500000000001", + "parsedAmount": "9752500000000001000" + }, + { + "gotchiId": "808", + "amount": "25.5875", + "parsedAmount": "25587500000000000000" + }, + { + "gotchiId": "810", + "amount": "14.705", + "parsedAmount": "14705000000000000000" + }, + { + "gotchiId": "811", + "amount": "7.44", + "parsedAmount": "7440000000000000000" + }, + { + "gotchiId": "814", + "amount": "15.435", + "parsedAmount": "15435000000000000000" + }, + { + "gotchiId": "815", + "amount": "33.815", + "parsedAmount": "33815000000000000000" + }, + { + "gotchiId": "817", + "amount": "35.3925", + "parsedAmount": "35392500000000000000" + }, + { + "gotchiId": "819", + "amount": "7.9750000000000005", + "parsedAmount": "7975000000000000500" + }, + { + "gotchiId": "820", + "amount": "33.29", + "parsedAmount": "33290000000000000000" + }, + { + "gotchiId": "821", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "822", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "823", + "amount": "16.505000000000003", + "parsedAmount": "16505000000000003000" + }, + { + "gotchiId": "824", + "amount": "11.125", + "parsedAmount": "11125000000000000000" + }, + { + "gotchiId": "826", + "amount": "646.1674999999999", + "parsedAmount": "646167499999999900000" + }, + { + "gotchiId": "828", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "836", + "amount": "52.7025", + "parsedAmount": "52702500000000000000" + }, + { + "gotchiId": "841", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "844", + "amount": "3.32", + "parsedAmount": "3320000000000000000" + }, + { + "gotchiId": "851", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "853", + "amount": "9.3225", + "parsedAmount": "9322500000000000000" + }, + { + "gotchiId": "854", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "870", + "amount": "19.26", + "parsedAmount": "19260000000000000000" + }, + { + "gotchiId": "897", + "amount": "59.7175", + "parsedAmount": "59717500000000000000" + }, + { + "gotchiId": "899", + "amount": "8.7725", + "parsedAmount": "8772500000000000000" + }, + { + "gotchiId": "903", + "amount": "2.18", + "parsedAmount": "2180000000000000000" + }, + { + "gotchiId": "904", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "908", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "909", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "911", + "amount": "9.7825", + "parsedAmount": "9782500000000000000" + }, + { + "gotchiId": "912", + "amount": "31.4625", + "parsedAmount": "31462500000000000000" + }, + { + "gotchiId": "914", + "amount": "13.120000000000001", + "parsedAmount": "13120000000000001000" + }, + { + "gotchiId": "915", + "amount": "21.669999999999998", + "parsedAmount": "21669999999999998000" + }, + { + "gotchiId": "918", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "922", + "amount": "32.682500000000005", + "parsedAmount": "32682500000000005000" + }, + { + "gotchiId": "924", + "amount": "37.9875", + "parsedAmount": "37987500000000000000" + }, + { + "gotchiId": "925", + "amount": "9.6775", + "parsedAmount": "9677500000000000000" + }, + { + "gotchiId": "928", + "amount": "13.807500000000001", + "parsedAmount": "13807500000000001000" + }, + { + "gotchiId": "929", + "amount": "11.025", + "parsedAmount": "11025000000000000000" + }, + { + "gotchiId": "931", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "932", + "amount": "2.295", + "parsedAmount": "2295000000000000000" + }, + { + "gotchiId": "933", + "amount": "6.5525", + "parsedAmount": "6552500000000000000" + }, + { + "gotchiId": "934", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "936", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "937", + "amount": "8.7025", + "parsedAmount": "8702500000000000000" + }, + { + "gotchiId": "938", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "940", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "946", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "947", + "amount": "9.002500000000001", + "parsedAmount": "9002500000000001000" + }, + { + "gotchiId": "951", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "954", + "amount": "5.387499999999999", + "parsedAmount": "5387499999999999000" + }, + { + "gotchiId": "956", + "amount": "14.6175", + "parsedAmount": "14617500000000000000" + }, + { + "gotchiId": "957", + "amount": "28.59", + "parsedAmount": "28590000000000000000" + }, + { + "gotchiId": "965", + "amount": "12.1875", + "parsedAmount": "12187500000000000000" + }, + { + "gotchiId": "966", + "amount": "307.65000000000003", + "parsedAmount": "307650000000000030000" + }, + { + "gotchiId": "967", + "amount": "9.51", + "parsedAmount": "9510000000000000000" + }, + { + "gotchiId": "968", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "970", + "amount": "19.575", + "parsedAmount": "19575000000000000000" + }, + { + "gotchiId": "971", + "amount": "9.435", + "parsedAmount": "9435000000000000000" + }, + { + "gotchiId": "973", + "amount": "30.0775", + "parsedAmount": "30077500000000000000" + }, + { + "gotchiId": "974", + "amount": "5.415", + "parsedAmount": "5415000000000000000" + }, + { + "gotchiId": "976", + "amount": "6.23", + "parsedAmount": "6230000000000000000" + }, + { + "gotchiId": "978", + "amount": "31.477500000000003", + "parsedAmount": "31477500000000003000" + }, + { + "gotchiId": "979", + "amount": "23.3775", + "parsedAmount": "23377500000000000000" + }, + { + "gotchiId": "980", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "981", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "983", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "984", + "amount": "14.7975", + "parsedAmount": "14797500000000000000" + }, + { + "gotchiId": "985", + "amount": "2.375", + "parsedAmount": "2375000000000000000" + }, + { + "gotchiId": "987", + "amount": "130.595", + "parsedAmount": "130595000000000000000" + }, + { + "gotchiId": "988", + "amount": "15.185", + "parsedAmount": "15185000000000000000" + }, + { + "gotchiId": "989", + "amount": "57.47", + "parsedAmount": "57470000000000000000" + }, + { + "gotchiId": "992", + "amount": "5.7725", + "parsedAmount": "5772500000000000000" + }, + { + "gotchiId": "997", + "amount": "13.605", + "parsedAmount": "13605000000000000000" + }, + { + "gotchiId": "998", + "amount": "11.1075", + "parsedAmount": "11107500000000000000" + }, + { + "gotchiId": "1009", + "amount": "23.697499999999998", + "parsedAmount": "23697499999999998000" + }, + { + "gotchiId": "1010", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "1011", + "amount": "93.5025", + "parsedAmount": "93502500000000000000" + }, + { + "gotchiId": "1012", + "amount": "66.1675", + "parsedAmount": "66167500000000000000" + }, + { + "gotchiId": "1013", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "1014", + "amount": "112.085", + "parsedAmount": "112085000000000000000" + }, + { + "gotchiId": "1015", + "amount": "27.887499999999996", + "parsedAmount": "27887499999999996000" + }, + { + "gotchiId": "1016", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "1017", + "amount": "16.24", + "parsedAmount": "16240000000000000000" + }, + { + "gotchiId": "1019", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "1020", + "amount": "18.29", + "parsedAmount": "18290000000000000000" + }, + { + "gotchiId": "1021", + "amount": "94.53250000000001", + "parsedAmount": "94532500000000010000" + }, + { + "gotchiId": "1022", + "amount": "6.7175", + "parsedAmount": "6717500000000000000" + }, + { + "gotchiId": "1027", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "1030", + "amount": "28.852499999999996", + "parsedAmount": "28852499999999996000" + }, + { + "gotchiId": "1032", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "1043", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "1044", + "amount": "33.19", + "parsedAmount": "33190000000000000000" + }, + { + "gotchiId": "1046", + "amount": "31.3125", + "parsedAmount": "31312500000000000000" + }, + { + "gotchiId": "1054", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "1055", + "amount": "44.13249999999999", + "parsedAmount": "44132499999999990000" + }, + { + "gotchiId": "1057", + "amount": "5.8325000000000005", + "parsedAmount": "5832500000000000500" + }, + { + "gotchiId": "1058", + "amount": "18.025", + "parsedAmount": "18025000000000000000" + }, + { + "gotchiId": "1062", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "1063", + "amount": "31.57", + "parsedAmount": "31570000000000000000" + }, + { + "gotchiId": "1065", + "amount": "15.2025", + "parsedAmount": "15202500000000000000" + }, + { + "gotchiId": "1068", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "1071", + "amount": "22.935", + "parsedAmount": "22935000000000000000" + }, + { + "gotchiId": "1074", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "1078", + "amount": "1.82", + "parsedAmount": "1820000000000000000" + }, + { + "gotchiId": "1079", + "amount": "7.9425", + "parsedAmount": "7942500000000000000" + }, + { + "gotchiId": "1083", + "amount": "99.49249999999999", + "parsedAmount": "99492499999999990000" + }, + { + "gotchiId": "1085", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "1089", + "amount": "61.035", + "parsedAmount": "61035000000000000000" + }, + { + "gotchiId": "1090", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "1098", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "1100", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "1103", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "1108", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "1109", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "1111", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "1122", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1124", + "amount": "26.955", + "parsedAmount": "26955000000000000000" + }, + { + "gotchiId": "1126", + "amount": "62.175000000000004", + "parsedAmount": "62175000000000004000" + }, + { + "gotchiId": "1128", + "amount": "7.3275", + "parsedAmount": "7327500000000000000" + }, + { + "gotchiId": "1133", + "amount": "42.050000000000004", + "parsedAmount": "42050000000000004000" + }, + { + "gotchiId": "1134", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "1135", + "amount": "5.9925", + "parsedAmount": "5992500000000000000" + }, + { + "gotchiId": "1136", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "1137", + "amount": "3.3", + "parsedAmount": "3300000000000000000" + }, + { + "gotchiId": "1138", + "amount": "5.0825", + "parsedAmount": "5082500000000000000" + }, + { + "gotchiId": "1140", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "1145", + "amount": "8.365", + "parsedAmount": "8365000000000000000" + }, + { + "gotchiId": "1147", + "amount": "26.792499999999997", + "parsedAmount": "26792499999999997000" + }, + { + "gotchiId": "1150", + "amount": "25.175000000000004", + "parsedAmount": "25175000000000004000" + }, + { + "gotchiId": "1155", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "1157", + "amount": "13.877499999999998", + "parsedAmount": "13877499999999998000" + }, + { + "gotchiId": "1164", + "amount": "7.9875", + "parsedAmount": "7987500000000000000" + }, + { + "gotchiId": "1165", + "amount": "5.6375", + "parsedAmount": "5637500000000000000" + }, + { + "gotchiId": "1169", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "1170", + "amount": "23.317500000000003", + "parsedAmount": "23317500000000003000" + }, + { + "gotchiId": "1171", + "amount": "26.405", + "parsedAmount": "26405000000000000000" + }, + { + "gotchiId": "1173", + "amount": "15.915", + "parsedAmount": "15915000000000000000" + }, + { + "gotchiId": "1177", + "amount": "2.0275", + "parsedAmount": "2027500000000000000" + }, + { + "gotchiId": "1178", + "amount": "6.154999999999999", + "parsedAmount": "6154999999999999000" + }, + { + "gotchiId": "1179", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "1183", + "amount": "5.375", + "parsedAmount": "5375000000000000000" + }, + { + "gotchiId": "1188", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "1189", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "1190", + "amount": "14.977500000000001", + "parsedAmount": "14977500000000001000" + }, + { + "gotchiId": "1191", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "1192", + "amount": "9.5925", + "parsedAmount": "9592500000000000000" + }, + { + "gotchiId": "1193", + "amount": "25.345", + "parsedAmount": "25345000000000000000" + }, + { + "gotchiId": "1195", + "amount": "19.759999999999998", + "parsedAmount": "19759999999999998000" + }, + { + "gotchiId": "1196", + "amount": "21.3625", + "parsedAmount": "21362500000000000000" + }, + { + "gotchiId": "1197", + "amount": "71.02", + "parsedAmount": "71020000000000000000" + }, + { + "gotchiId": "1199", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1200", + "amount": "18.705000000000002", + "parsedAmount": "18705000000000002000" + }, + { + "gotchiId": "1203", + "amount": "20.682499999999997", + "parsedAmount": "20682499999999997000" + }, + { + "gotchiId": "1207", + "amount": "68.455", + "parsedAmount": "68455000000000000000" + }, + { + "gotchiId": "1218", + "amount": "61.8175", + "parsedAmount": "61817500000000000000" + }, + { + "gotchiId": "1219", + "amount": "12.57", + "parsedAmount": "12570000000000000000" + }, + { + "gotchiId": "1220", + "amount": "2.3675", + "parsedAmount": "2367500000000000000" + }, + { + "gotchiId": "1228", + "amount": "16.375", + "parsedAmount": "16375000000000000000" + }, + { + "gotchiId": "1231", + "amount": "27.1975", + "parsedAmount": "27197500000000000000" + }, + { + "gotchiId": "1232", + "amount": "6.2675", + "parsedAmount": "6267500000000000000" + }, + { + "gotchiId": "1233", + "amount": "5.0575", + "parsedAmount": "5057500000000000000" + }, + { + "gotchiId": "1234", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "1235", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "1240", + "amount": "120.52749999999999", + "parsedAmount": "120527499999999990000" + }, + { + "gotchiId": "1241", + "amount": "17.849999999999998", + "parsedAmount": "17849999999999998000" + }, + { + "gotchiId": "1244", + "amount": "40.395", + "parsedAmount": "40395000000000000000" + }, + { + "gotchiId": "1248", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1249", + "amount": "22.525", + "parsedAmount": "22525000000000000000" + }, + { + "gotchiId": "1253", + "amount": "23.87", + "parsedAmount": "23870000000000000000" + }, + { + "gotchiId": "1254", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "1257", + "amount": "74.365", + "parsedAmount": "74365000000000000000" + }, + { + "gotchiId": "1259", + "amount": "13.43", + "parsedAmount": "13430000000000000000" + }, + { + "gotchiId": "1260", + "amount": "13.072500000000002", + "parsedAmount": "13072500000000002000" + }, + { + "gotchiId": "1261", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "1263", + "amount": "12.919999999999998", + "parsedAmount": "12919999999999998000" + }, + { + "gotchiId": "1264", + "amount": "112.41499999999999", + "parsedAmount": "112414999999999990000" + }, + { + "gotchiId": "1265", + "amount": "9.18", + "parsedAmount": "9180000000000000000" + }, + { + "gotchiId": "1267", + "amount": "5.84", + "parsedAmount": "5840000000000000000" + }, + { + "gotchiId": "1269", + "amount": "7.3425", + "parsedAmount": "7342500000000000000" + }, + { + "gotchiId": "1273", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "1274", + "amount": "22.4075", + "parsedAmount": "22407500000000000000" + }, + { + "gotchiId": "1277", + "amount": "2.0725", + "parsedAmount": "2072500000000000000" + }, + { + "gotchiId": "1282", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "1283", + "amount": "3.4", + "parsedAmount": "3400000000000000000" + }, + { + "gotchiId": "1285", + "amount": "24.125", + "parsedAmount": "24125000000000000000" + }, + { + "gotchiId": "1292", + "amount": "17.939999999999998", + "parsedAmount": "17939999999999998000" + }, + { + "gotchiId": "1293", + "amount": "32.66", + "parsedAmount": "32660000000000000000" + }, + { + "gotchiId": "1294", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "1295", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "1299", + "amount": "2.4875", + "parsedAmount": "2487500000000000000" + }, + { + "gotchiId": "1301", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "1302", + "amount": "31.4175", + "parsedAmount": "31417500000000000000" + }, + { + "gotchiId": "1304", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "1305", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "1306", + "amount": "198.025", + "parsedAmount": "198025000000000000000" + }, + { + "gotchiId": "1308", + "amount": "22.237499999999997", + "parsedAmount": "22237499999999997000" + }, + { + "gotchiId": "1314", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "1316", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + } + ], + "totalAmount": "12744494999999999921500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768463, + "gasUsed": "9799121" + }, + { + "batchIndex": 1, + "transactionHash": "0x637c3b792960e0dd72f590832ad5ead041dd9d7edcc792a3a1ab5c0396c5af44", + "timestamp": "2025-11-05T07:04:34.954Z", + "gotchiRewards": [ + { + "gotchiId": "1320", + "amount": "36.7825", + "parsedAmount": "36782500000000000000" + }, + { + "gotchiId": "1321", + "amount": "23.035", + "parsedAmount": "23035000000000000000" + }, + { + "gotchiId": "1323", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "1324", + "amount": "7.6450000000000005", + "parsedAmount": "7645000000000000500" + }, + { + "gotchiId": "1333", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "1334", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "1335", + "amount": "56.777499999999996", + "parsedAmount": "56777499999999996000" + }, + { + "gotchiId": "1336", + "amount": "15.2575", + "parsedAmount": "15257500000000000000" + }, + { + "gotchiId": "1339", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "1345", + "amount": "110.965", + "parsedAmount": "110965000000000000000" + }, + { + "gotchiId": "1347", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "1348", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "1349", + "amount": "12.525", + "parsedAmount": "12525000000000000000" + }, + { + "gotchiId": "1351", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "1353", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1354", + "amount": "9.155000000000001", + "parsedAmount": "9155000000000001000" + }, + { + "gotchiId": "1355", + "amount": "7.102499999999999", + "parsedAmount": "7102499999999999000" + }, + { + "gotchiId": "1357", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "1358", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "1359", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "1360", + "amount": "7.5975", + "parsedAmount": "7597500000000000000" + }, + { + "gotchiId": "1367", + "amount": "56.5075", + "parsedAmount": "56507500000000000000" + }, + { + "gotchiId": "1368", + "amount": "27.47", + "parsedAmount": "27470000000000000000" + }, + { + "gotchiId": "1370", + "amount": "23.7925", + "parsedAmount": "23792500000000000000" + }, + { + "gotchiId": "1371", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "1372", + "amount": "13.545000000000002", + "parsedAmount": "13545000000000002000" + }, + { + "gotchiId": "1373", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "1375", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "1379", + "amount": "15.9025", + "parsedAmount": "15902500000000000000" + }, + { + "gotchiId": "1381", + "amount": "20.27", + "parsedAmount": "20270000000000000000" + }, + { + "gotchiId": "1383", + "amount": "2.955", + "parsedAmount": "2955000000000000000" + }, + { + "gotchiId": "1385", + "amount": "13.885", + "parsedAmount": "13885000000000000000" + }, + { + "gotchiId": "1387", + "amount": "12.5075", + "parsedAmount": "12507500000000000000" + }, + { + "gotchiId": "1388", + "amount": "19.075", + "parsedAmount": "19075000000000000000" + }, + { + "gotchiId": "1389", + "amount": "13.68", + "parsedAmount": "13680000000000000000" + }, + { + "gotchiId": "1392", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "1393", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "1395", + "amount": "21.36", + "parsedAmount": "21360000000000000000" + }, + { + "gotchiId": "1396", + "amount": "22.490000000000002", + "parsedAmount": "22490000000000002000" + }, + { + "gotchiId": "1398", + "amount": "13.3025", + "parsedAmount": "13302500000000000000" + }, + { + "gotchiId": "1400", + "amount": "8.6225", + "parsedAmount": "8622500000000000000" + }, + { + "gotchiId": "1401", + "amount": "12.715", + "parsedAmount": "12715000000000000000" + }, + { + "gotchiId": "1403", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "1404", + "amount": "14.59", + "parsedAmount": "14590000000000000000" + }, + { + "gotchiId": "1405", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "1408", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "1410", + "amount": "9.125", + "parsedAmount": "9125000000000000000" + }, + { + "gotchiId": "1412", + "amount": "40.345", + "parsedAmount": "40345000000000000000" + }, + { + "gotchiId": "1413", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "1414", + "amount": "5.7275", + "parsedAmount": "5727500000000000000" + }, + { + "gotchiId": "1416", + "amount": "92.51499999999999", + "parsedAmount": "92514999999999990000" + }, + { + "gotchiId": "1417", + "amount": "7.82", + "parsedAmount": "7820000000000000000" + }, + { + "gotchiId": "1419", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "1421", + "amount": "18.787499999999998", + "parsedAmount": "18787499999999998000" + }, + { + "gotchiId": "1422", + "amount": "19.505", + "parsedAmount": "19505000000000000000" + }, + { + "gotchiId": "1423", + "amount": "27.772499999999997", + "parsedAmount": "27772499999999997000" + }, + { + "gotchiId": "1425", + "amount": "99.78499999999998", + "parsedAmount": "99784999999999980000" + }, + { + "gotchiId": "1426", + "amount": "43.8625", + "parsedAmount": "43862500000000000000" + }, + { + "gotchiId": "1427", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "1429", + "amount": "7.205", + "parsedAmount": "7205000000000000000" + }, + { + "gotchiId": "1430", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "1432", + "amount": "47.15", + "parsedAmount": "47150000000000000000" + }, + { + "gotchiId": "1433", + "amount": "12.092500000000001", + "parsedAmount": "12092500000000001000" + }, + { + "gotchiId": "1436", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "1441", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "1443", + "amount": "8.21", + "parsedAmount": "8210000000000000000" + }, + { + "gotchiId": "1445", + "amount": "21.79", + "parsedAmount": "21790000000000000000" + }, + { + "gotchiId": "1447", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "1448", + "amount": "1388.6924999999999", + "parsedAmount": "1388692499999999900000" + }, + { + "gotchiId": "1449", + "amount": "100.805", + "parsedAmount": "100805000000000000000" + }, + { + "gotchiId": "1451", + "amount": "5.327500000000001", + "parsedAmount": "5327500000000001000" + }, + { + "gotchiId": "1454", + "amount": "282.445", + "parsedAmount": "282445000000000000000" + }, + { + "gotchiId": "1455", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "1457", + "amount": "37.8125", + "parsedAmount": "37812500000000000000" + }, + { + "gotchiId": "1459", + "amount": "19.5775", + "parsedAmount": "19577500000000000000" + }, + { + "gotchiId": "1469", + "amount": "8.665", + "parsedAmount": "8665000000000000000" + }, + { + "gotchiId": "1470", + "amount": "60.6525", + "parsedAmount": "60652500000000000000" + }, + { + "gotchiId": "1473", + "amount": "14.142500000000002", + "parsedAmount": "14142500000000002000" + }, + { + "gotchiId": "1474", + "amount": "7.185", + "parsedAmount": "7185000000000000000" + }, + { + "gotchiId": "1475", + "amount": "174.95", + "parsedAmount": "174950000000000000000" + }, + { + "gotchiId": "1477", + "amount": "12.9175", + "parsedAmount": "12917500000000000000" + }, + { + "gotchiId": "1478", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "1481", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "1483", + "amount": "168.0975", + "parsedAmount": "168097500000000000000" + }, + { + "gotchiId": "1484", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "1485", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "1486", + "amount": "6.657500000000001", + "parsedAmount": "6657500000000001000" + }, + { + "gotchiId": "1487", + "amount": "52.1875", + "parsedAmount": "52187500000000000000" + }, + { + "gotchiId": "1491", + "amount": "17.72", + "parsedAmount": "17720000000000000000" + }, + { + "gotchiId": "1508", + "amount": "2.8375", + "parsedAmount": "2837500000000000000" + }, + { + "gotchiId": "1509", + "amount": "2.8375", + "parsedAmount": "2837500000000000000" + }, + { + "gotchiId": "1510", + "amount": "12.8275", + "parsedAmount": "12827500000000000000" + }, + { + "gotchiId": "1511", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "1512", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "1518", + "amount": "8.872499999999999", + "parsedAmount": "8872499999999999000" + }, + { + "gotchiId": "1520", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1531", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "1535", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "1536", + "amount": "8.35", + "parsedAmount": "8350000000000000000" + }, + { + "gotchiId": "1538", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "1539", + "amount": "16.9925", + "parsedAmount": "16992500000000000000" + }, + { + "gotchiId": "1542", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "1543", + "amount": "11.175", + "parsedAmount": "11175000000000000000" + }, + { + "gotchiId": "1545", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "1547", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "1549", + "amount": "124.61749999999999", + "parsedAmount": "124617499999999990000" + }, + { + "gotchiId": "1557", + "amount": "23.615", + "parsedAmount": "23615000000000000000" + }, + { + "gotchiId": "1558", + "amount": "23.175", + "parsedAmount": "23175000000000000000" + }, + { + "gotchiId": "1562", + "amount": "9.345", + "parsedAmount": "9345000000000000000" + }, + { + "gotchiId": "1563", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "1564", + "amount": "26.015", + "parsedAmount": "26015000000000000000" + }, + { + "gotchiId": "1565", + "amount": "169.10750000000002", + "parsedAmount": "169107500000000020000" + }, + { + "gotchiId": "1568", + "amount": "3.995", + "parsedAmount": "3995000000000000000" + }, + { + "gotchiId": "1570", + "amount": "11.0625", + "parsedAmount": "11062500000000000000" + }, + { + "gotchiId": "1571", + "amount": "16.5275", + "parsedAmount": "16527500000000000000" + }, + { + "gotchiId": "1572", + "amount": "5.5625", + "parsedAmount": "5562500000000000000" + }, + { + "gotchiId": "1574", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "1575", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "1576", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "1580", + "amount": "22.825000000000003", + "parsedAmount": "22825000000000003000" + }, + { + "gotchiId": "1583", + "amount": "10.74", + "parsedAmount": "10740000000000000000" + }, + { + "gotchiId": "1584", + "amount": "34.95", + "parsedAmount": "34950000000000000000" + }, + { + "gotchiId": "1585", + "amount": "20.5475", + "parsedAmount": "20547500000000000000" + }, + { + "gotchiId": "1586", + "amount": "40.575", + "parsedAmount": "40575000000000000000" + }, + { + "gotchiId": "1588", + "amount": "7.2725", + "parsedAmount": "7272500000000000000" + }, + { + "gotchiId": "1589", + "amount": "25.93", + "parsedAmount": "25930000000000000000" + }, + { + "gotchiId": "1590", + "amount": "16.19", + "parsedAmount": "16190000000000000000" + }, + { + "gotchiId": "1591", + "amount": "24.83", + "parsedAmount": "24830000000000000000" + }, + { + "gotchiId": "1595", + "amount": "23.1975", + "parsedAmount": "23197500000000000000" + }, + { + "gotchiId": "1598", + "amount": "9.7525", + "parsedAmount": "9752500000000000000" + }, + { + "gotchiId": "1600", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "1604", + "amount": "39.89", + "parsedAmount": "39890000000000000000" + }, + { + "gotchiId": "1627", + "amount": "279.3175", + "parsedAmount": "279317500000000000000" + }, + { + "gotchiId": "1633", + "amount": "29.0925", + "parsedAmount": "29092500000000000000" + }, + { + "gotchiId": "1637", + "amount": "7.18", + "parsedAmount": "7180000000000000000" + }, + { + "gotchiId": "1638", + "amount": "68.135", + "parsedAmount": "68135000000000000000" + }, + { + "gotchiId": "1639", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "1647", + "amount": "6.11", + "parsedAmount": "6110000000000000000" + }, + { + "gotchiId": "1652", + "amount": "8.1425", + "parsedAmount": "8142500000000000000" + }, + { + "gotchiId": "1653", + "amount": "30.865", + "parsedAmount": "30865000000000000000" + }, + { + "gotchiId": "1657", + "amount": "8.0225", + "parsedAmount": "8022500000000000000" + }, + { + "gotchiId": "1660", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "1661", + "amount": "49.5075", + "parsedAmount": "49507500000000000000" + }, + { + "gotchiId": "1662", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "1665", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "1667", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "1668", + "amount": "166.08749999999998", + "parsedAmount": "166087499999999980000" + }, + { + "gotchiId": "1672", + "amount": "17.3925", + "parsedAmount": "17392500000000000000" + }, + { + "gotchiId": "1677", + "amount": "182.98", + "parsedAmount": "182980000000000000000" + }, + { + "gotchiId": "1679", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "1680", + "amount": "9.58", + "parsedAmount": "9580000000000000000" + }, + { + "gotchiId": "1683", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "1684", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "1689", + "amount": "11.7975", + "parsedAmount": "11797500000000000000" + }, + { + "gotchiId": "1690", + "amount": "42.4775", + "parsedAmount": "42477500000000000000" + }, + { + "gotchiId": "1691", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "1693", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "1694", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "1699", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "1702", + "amount": "65.21000000000001", + "parsedAmount": "65210000000000010000" + }, + { + "gotchiId": "1703", + "amount": "25.834999999999997", + "parsedAmount": "25834999999999997000" + }, + { + "gotchiId": "1704", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "1708", + "amount": "17.2025", + "parsedAmount": "17202500000000000000" + }, + { + "gotchiId": "1709", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "1710", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "1711", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "1715", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "1722", + "amount": "10.925", + "parsedAmount": "10925000000000000000" + }, + { + "gotchiId": "1723", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "1724", + "amount": "48.18", + "parsedAmount": "48180000000000000000" + }, + { + "gotchiId": "1728", + "amount": "22.1", + "parsedAmount": "22100000000000000000" + }, + { + "gotchiId": "1729", + "amount": "5.9175", + "parsedAmount": "5917500000000000000" + }, + { + "gotchiId": "1732", + "amount": "9.575", + "parsedAmount": "9575000000000000000" + }, + { + "gotchiId": "1735", + "amount": "54.277499999999996", + "parsedAmount": "54277499999999996000" + }, + { + "gotchiId": "1740", + "amount": "33.14", + "parsedAmount": "33140000000000000000" + }, + { + "gotchiId": "1743", + "amount": "1705.6025", + "parsedAmount": "1705602500000000000000" + }, + { + "gotchiId": "1745", + "amount": "25.8525", + "parsedAmount": "25852500000000000000" + }, + { + "gotchiId": "1751", + "amount": "8.1925", + "parsedAmount": "8192500000000000000" + }, + { + "gotchiId": "1752", + "amount": "18.66", + "parsedAmount": "18660000000000000000" + }, + { + "gotchiId": "1759", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "1762", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "1763", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "1765", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "1767", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "1768", + "amount": "25.13", + "parsedAmount": "25130000000000000000" + }, + { + "gotchiId": "1770", + "amount": "25.975", + "parsedAmount": "25975000000000000000" + }, + { + "gotchiId": "1771", + "amount": "30.6725", + "parsedAmount": "30672500000000000000" + }, + { + "gotchiId": "1774", + "amount": "10.005", + "parsedAmount": "10005000000000000000" + }, + { + "gotchiId": "1775", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "1779", + "amount": "43.724999999999994", + "parsedAmount": "43724999999999994000" + }, + { + "gotchiId": "1780", + "amount": "51.6675", + "parsedAmount": "51667500000000000000" + }, + { + "gotchiId": "1781", + "amount": "8.1025", + "parsedAmount": "8102500000000000000" + }, + { + "gotchiId": "1782", + "amount": "48.28", + "parsedAmount": "48280000000000000000" + }, + { + "gotchiId": "1784", + "amount": "22.56", + "parsedAmount": "22560000000000000000" + }, + { + "gotchiId": "1785", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "1786", + "amount": "12.0375", + "parsedAmount": "12037500000000000000" + }, + { + "gotchiId": "1787", + "amount": "25.732499999999998", + "parsedAmount": "25732499999999998000" + }, + { + "gotchiId": "1788", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "1789", + "amount": "7.0775", + "parsedAmount": "7077500000000000000" + }, + { + "gotchiId": "1790", + "amount": "5.75", + "parsedAmount": "5750000000000000000" + }, + { + "gotchiId": "1802", + "amount": "20.1675", + "parsedAmount": "20167500000000000000" + }, + { + "gotchiId": "1803", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "1806", + "amount": "23.927500000000002", + "parsedAmount": "23927500000000002000" + }, + { + "gotchiId": "1808", + "amount": "25.744999999999997", + "parsedAmount": "25744999999999997000" + }, + { + "gotchiId": "1809", + "amount": "7.78", + "parsedAmount": "7780000000000000000" + }, + { + "gotchiId": "1811", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "1812", + "amount": "58.1", + "parsedAmount": "58100000000000000000" + }, + { + "gotchiId": "1822", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "1828", + "amount": "25.040000000000003", + "parsedAmount": "25040000000000003000" + }, + { + "gotchiId": "1829", + "amount": "36.4975", + "parsedAmount": "36497500000000000000" + }, + { + "gotchiId": "1831", + "amount": "10.635", + "parsedAmount": "10635000000000000000" + }, + { + "gotchiId": "1836", + "amount": "371.0675", + "parsedAmount": "371067500000000000000" + }, + { + "gotchiId": "1837", + "amount": "10.2125", + "parsedAmount": "10212500000000000000" + }, + { + "gotchiId": "1838", + "amount": "304.21000000000004", + "parsedAmount": "304210000000000040000" + }, + { + "gotchiId": "1839", + "amount": "10.209999999999999", + "parsedAmount": "10209999999999999000" + }, + { + "gotchiId": "1840", + "amount": "463.62249999999995", + "parsedAmount": "463622499999999950000" + }, + { + "gotchiId": "1843", + "amount": "9.29", + "parsedAmount": "9290000000000000000" + }, + { + "gotchiId": "1844", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "1845", + "amount": "17.4975", + "parsedAmount": "17497500000000000000" + }, + { + "gotchiId": "1847", + "amount": "67.08", + "parsedAmount": "67080000000000000000" + }, + { + "gotchiId": "1849", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "1850", + "amount": "6.3625", + "parsedAmount": "6362500000000000000" + }, + { + "gotchiId": "1852", + "amount": "47.635", + "parsedAmount": "47635000000000000000" + }, + { + "gotchiId": "1853", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "1855", + "amount": "13.8425", + "parsedAmount": "13842500000000000000" + }, + { + "gotchiId": "1857", + "amount": "15.425", + "parsedAmount": "15425000000000000000" + }, + { + "gotchiId": "1859", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "1862", + "amount": "55.385000000000005", + "parsedAmount": "55385000000000005000" + }, + { + "gotchiId": "1866", + "amount": "29.674999999999997", + "parsedAmount": "29674999999999997000" + }, + { + "gotchiId": "1868", + "amount": "33.347500000000004", + "parsedAmount": "33347500000000004000" + }, + { + "gotchiId": "1874", + "amount": "37.175", + "parsedAmount": "37175000000000000000" + }, + { + "gotchiId": "1876", + "amount": "41.3925", + "parsedAmount": "41392500000000000000" + }, + { + "gotchiId": "1878", + "amount": "16.165", + "parsedAmount": "16165000000000000000" + }, + { + "gotchiId": "1879", + "amount": "53.4825", + "parsedAmount": "53482500000000000000" + }, + { + "gotchiId": "1880", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "1883", + "amount": "6.084999999999999", + "parsedAmount": "6084999999999999000" + }, + { + "gotchiId": "1884", + "amount": "26.7225", + "parsedAmount": "26722500000000000000" + }, + { + "gotchiId": "1886", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "1887", + "amount": "6.5975", + "parsedAmount": "6597500000000000000" + }, + { + "gotchiId": "1901", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "1904", + "amount": "12.4175", + "parsedAmount": "12417500000000000000" + }, + { + "gotchiId": "1905", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "1906", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "1911", + "amount": "15.732499999999998", + "parsedAmount": "15732499999999998000" + }, + { + "gotchiId": "1917", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "1920", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "1921", + "amount": "3.2", + "parsedAmount": "3200000000000000000" + }, + { + "gotchiId": "1923", + "amount": "3.165", + "parsedAmount": "3165000000000000000" + }, + { + "gotchiId": "1924", + "amount": "3.2225", + "parsedAmount": "3222500000000000000" + }, + { + "gotchiId": "1926", + "amount": "7.51", + "parsedAmount": "7510000000000000000" + }, + { + "gotchiId": "1927", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "1929", + "amount": "11.934999999999999", + "parsedAmount": "11934999999999999000" + }, + { + "gotchiId": "1930", + "amount": "5.1274999999999995", + "parsedAmount": "5127499999999999500" + }, + { + "gotchiId": "1931", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "1932", + "amount": "15.840000000000002", + "parsedAmount": "15840000000000002000" + }, + { + "gotchiId": "1934", + "amount": "10.325", + "parsedAmount": "10325000000000000000" + }, + { + "gotchiId": "1935", + "amount": "20.905", + "parsedAmount": "20905000000000000000" + }, + { + "gotchiId": "1936", + "amount": "25.0075", + "parsedAmount": "25007500000000000000" + }, + { + "gotchiId": "1937", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "1939", + "amount": "29.135", + "parsedAmount": "29135000000000000000" + }, + { + "gotchiId": "1940", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "1941", + "amount": "9.655", + "parsedAmount": "9655000000000000000" + }, + { + "gotchiId": "1942", + "amount": "9.18", + "parsedAmount": "9180000000000000000" + }, + { + "gotchiId": "1944", + "amount": "25.27", + "parsedAmount": "25270000000000000000" + }, + { + "gotchiId": "1949", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "1950", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "1952", + "amount": "31.627499999999998", + "parsedAmount": "31627499999999998000" + }, + { + "gotchiId": "1954", + "amount": "36.85000000000001", + "parsedAmount": "36850000000000010000" + }, + { + "gotchiId": "1956", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "1959", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "1961", + "amount": "75.44", + "parsedAmount": "75440000000000000000" + }, + { + "gotchiId": "1962", + "amount": "20.55", + "parsedAmount": "20550000000000000000" + }, + { + "gotchiId": "1963", + "amount": "23.715", + "parsedAmount": "23715000000000000000" + }, + { + "gotchiId": "1969", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "1971", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "1973", + "amount": "9.7475", + "parsedAmount": "9747500000000000000" + }, + { + "gotchiId": "1974", + "amount": "31.9525", + "parsedAmount": "31952500000000000000" + }, + { + "gotchiId": "1975", + "amount": "14.77", + "parsedAmount": "14770000000000000000" + }, + { + "gotchiId": "1976", + "amount": "15.912500000000001", + "parsedAmount": "15912500000000001000" + }, + { + "gotchiId": "1977", + "amount": "18.659999999999997", + "parsedAmount": "18659999999999997000" + }, + { + "gotchiId": "1980", + "amount": "24.905", + "parsedAmount": "24905000000000000000" + }, + { + "gotchiId": "1981", + "amount": "20.1175", + "parsedAmount": "20117500000000000000" + }, + { + "gotchiId": "1984", + "amount": "16.9325", + "parsedAmount": "16932500000000000000" + }, + { + "gotchiId": "1986", + "amount": "31.3725", + "parsedAmount": "31372500000000000000" + }, + { + "gotchiId": "1987", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "1989", + "amount": "18.6175", + "parsedAmount": "18617500000000000000" + }, + { + "gotchiId": "1992", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "1993", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "1994", + "amount": "23.935000000000002", + "parsedAmount": "23935000000000002000" + }, + { + "gotchiId": "1995", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "1996", + "amount": "16.375", + "parsedAmount": "16375000000000000000" + }, + { + "gotchiId": "1998", + "amount": "567.8824999999999", + "parsedAmount": "567882499999999900000" + }, + { + "gotchiId": "2014", + "amount": "20.7225", + "parsedAmount": "20722500000000000000" + }, + { + "gotchiId": "2018", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "2021", + "amount": "14.129999999999999", + "parsedAmount": "14129999999999999000" + }, + { + "gotchiId": "2026", + "amount": "10.46", + "parsedAmount": "10460000000000000000" + }, + { + "gotchiId": "2027", + "amount": "21.73", + "parsedAmount": "21730000000000000000" + }, + { + "gotchiId": "2028", + "amount": "23.23", + "parsedAmount": "23230000000000000000" + }, + { + "gotchiId": "2029", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "2030", + "amount": "17.669999999999998", + "parsedAmount": "17669999999999998000" + }, + { + "gotchiId": "2031", + "amount": "25.947499999999998", + "parsedAmount": "25947499999999998000" + }, + { + "gotchiId": "2034", + "amount": "20.26", + "parsedAmount": "20260000000000000000" + }, + { + "gotchiId": "2035", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "2042", + "amount": "9.0625", + "parsedAmount": "9062500000000000000" + }, + { + "gotchiId": "2053", + "amount": "2.805", + "parsedAmount": "2805000000000000000" + }, + { + "gotchiId": "2054", + "amount": "35.1125", + "parsedAmount": "35112500000000000000" + }, + { + "gotchiId": "2057", + "amount": "297.08250000000004", + "parsedAmount": "297082500000000040000" + }, + { + "gotchiId": "2058", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "2062", + "amount": "10.6075", + "parsedAmount": "10607500000000000000" + }, + { + "gotchiId": "2068", + "amount": "9.1275", + "parsedAmount": "9127500000000000000" + }, + { + "gotchiId": "2072", + "amount": "13.7375", + "parsedAmount": "13737500000000000000" + }, + { + "gotchiId": "2073", + "amount": "7.03", + "parsedAmount": "7030000000000000000" + }, + { + "gotchiId": "2077", + "amount": "14.7925", + "parsedAmount": "14792500000000000000" + }, + { + "gotchiId": "2081", + "amount": "11.087499999999999", + "parsedAmount": "11087499999999999000" + }, + { + "gotchiId": "2084", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "2085", + "amount": "80.965", + "parsedAmount": "80965000000000000000" + }, + { + "gotchiId": "2087", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "2090", + "amount": "17.35", + "parsedAmount": "17350000000000000000" + }, + { + "gotchiId": "2091", + "amount": "8.545", + "parsedAmount": "8545000000000000000" + }, + { + "gotchiId": "2093", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "2094", + "amount": "16.4025", + "parsedAmount": "16402500000000000000" + }, + { + "gotchiId": "2095", + "amount": "22.392500000000002", + "parsedAmount": "22392500000000002000" + }, + { + "gotchiId": "2096", + "amount": "17.645", + "parsedAmount": "17645000000000000000" + }, + { + "gotchiId": "2097", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "2099", + "amount": "24.1325", + "parsedAmount": "24132500000000000000" + }, + { + "gotchiId": "2100", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "2101", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "2104", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "2105", + "amount": "6.005000000000001", + "parsedAmount": "6005000000000001000" + }, + { + "gotchiId": "2107", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "2110", + "amount": "13.61", + "parsedAmount": "13610000000000000000" + }, + { + "gotchiId": "2111", + "amount": "19.47", + "parsedAmount": "19470000000000000000" + }, + { + "gotchiId": "2113", + "amount": "8.12", + "parsedAmount": "8120000000000000000" + }, + { + "gotchiId": "2115", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "2116", + "amount": "9.2675", + "parsedAmount": "9267500000000000000" + }, + { + "gotchiId": "2117", + "amount": "8.584999999999999", + "parsedAmount": "8584999999999999000" + }, + { + "gotchiId": "2118", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "2120", + "amount": "22.405", + "parsedAmount": "22405000000000000000" + }, + { + "gotchiId": "2122", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "2123", + "amount": "13.957500000000001", + "parsedAmount": "13957500000000001000" + }, + { + "gotchiId": "2124", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "2125", + "amount": "5.7675", + "parsedAmount": "5767500000000000000" + }, + { + "gotchiId": "2126", + "amount": "4.04", + "parsedAmount": "4040000000000000000" + }, + { + "gotchiId": "2128", + "amount": "67.8825", + "parsedAmount": "67882500000000000000" + }, + { + "gotchiId": "2129", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "2134", + "amount": "22.902500000000003", + "parsedAmount": "22902500000000003000" + }, + { + "gotchiId": "2136", + "amount": "38.07", + "parsedAmount": "38070000000000000000" + }, + { + "gotchiId": "2138", + "amount": "19.01", + "parsedAmount": "19010000000000000000" + }, + { + "gotchiId": "2143", + "amount": "7.7125", + "parsedAmount": "7712500000000000000" + }, + { + "gotchiId": "2145", + "amount": "31.470000000000002", + "parsedAmount": "31470000000000002000" + }, + { + "gotchiId": "2147", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "2148", + "amount": "37.45", + "parsedAmount": "37450000000000000000" + }, + { + "gotchiId": "2152", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "2153", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "2156", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "2157", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "2160", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "2162", + "amount": "6.345000000000001", + "parsedAmount": "6345000000000001000" + }, + { + "gotchiId": "2165", + "amount": "312.09999999999997", + "parsedAmount": "312099999999999970000" + }, + { + "gotchiId": "2167", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "2172", + "amount": "77.9825", + "parsedAmount": "77982500000000000000" + }, + { + "gotchiId": "2178", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "2181", + "amount": "35.92", + "parsedAmount": "35920000000000000000" + }, + { + "gotchiId": "2182", + "amount": "54.13", + "parsedAmount": "54130000000000000000" + }, + { + "gotchiId": "2183", + "amount": "17.4525", + "parsedAmount": "17452500000000000000" + }, + { + "gotchiId": "2185", + "amount": "9.5775", + "parsedAmount": "9577500000000000000" + }, + { + "gotchiId": "2195", + "amount": "224.3175", + "parsedAmount": "224317500000000000000" + }, + { + "gotchiId": "2197", + "amount": "23.68", + "parsedAmount": "23680000000000000000" + }, + { + "gotchiId": "2198", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "2202", + "amount": "14.284999999999998", + "parsedAmount": "14284999999999998000" + }, + { + "gotchiId": "2209", + "amount": "105.9325", + "parsedAmount": "105932500000000000000" + }, + { + "gotchiId": "2212", + "amount": "13.010000000000002", + "parsedAmount": "13010000000000002000" + }, + { + "gotchiId": "2213", + "amount": "15.855", + "parsedAmount": "15855000000000000000" + }, + { + "gotchiId": "2223", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "2225", + "amount": "3.4575", + "parsedAmount": "3457500000000000000" + }, + { + "gotchiId": "2226", + "amount": "7.112500000000001", + "parsedAmount": "7112500000000001000" + }, + { + "gotchiId": "2230", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "2232", + "amount": "8.247499999999999", + "parsedAmount": "8247499999999999000" + }, + { + "gotchiId": "2234", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "2235", + "amount": "9.504999999999999", + "parsedAmount": "9504999999999999000" + }, + { + "gotchiId": "2236", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "2238", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "2240", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "2242", + "amount": "12.375", + "parsedAmount": "12375000000000000000" + }, + { + "gotchiId": "2243", + "amount": "10.92", + "parsedAmount": "10920000000000000000" + }, + { + "gotchiId": "2244", + "amount": "15.56", + "parsedAmount": "15560000000000000000" + }, + { + "gotchiId": "2245", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "2246", + "amount": "10.1475", + "parsedAmount": "10147500000000000000" + }, + { + "gotchiId": "2249", + "amount": "23.675", + "parsedAmount": "23675000000000000000" + }, + { + "gotchiId": "2250", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "2251", + "amount": "28.6925", + "parsedAmount": "28692500000000000000" + }, + { + "gotchiId": "2255", + "amount": "33.1925", + "parsedAmount": "33192500000000000000" + }, + { + "gotchiId": "2256", + "amount": "14.445", + "parsedAmount": "14445000000000000000" + }, + { + "gotchiId": "2260", + "amount": "22.8375", + "parsedAmount": "22837500000000000000" + }, + { + "gotchiId": "2261", + "amount": "103.1125", + "parsedAmount": "103112500000000000000" + }, + { + "gotchiId": "2263", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "2265", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "2266", + "amount": "82.86", + "parsedAmount": "82860000000000000000" + }, + { + "gotchiId": "2267", + "amount": "134.9325", + "parsedAmount": "134932500000000000000" + }, + { + "gotchiId": "2269", + "amount": "19.005", + "parsedAmount": "19005000000000000000" + }, + { + "gotchiId": "2270", + "amount": "226.425", + "parsedAmount": "226425000000000000000" + }, + { + "gotchiId": "2271", + "amount": "21.995", + "parsedAmount": "21995000000000000000" + }, + { + "gotchiId": "2272", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "2274", + "amount": "18.37", + "parsedAmount": "18370000000000000000" + }, + { + "gotchiId": "2277", + "amount": "2.7925", + "parsedAmount": "2792500000000000000" + }, + { + "gotchiId": "2278", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "2281", + "amount": "27.9125", + "parsedAmount": "27912500000000000000" + }, + { + "gotchiId": "2286", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "2287", + "amount": "6.6075", + "parsedAmount": "6607500000000000000" + }, + { + "gotchiId": "2290", + "amount": "105.8425", + "parsedAmount": "105842500000000000000" + }, + { + "gotchiId": "2291", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "2292", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "2293", + "amount": "8.685", + "parsedAmount": "8685000000000000000" + }, + { + "gotchiId": "2294", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "2296", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "2300", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "2301", + "amount": "22.5325", + "parsedAmount": "22532500000000000000" + }, + { + "gotchiId": "2305", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "2318", + "amount": "3.14", + "parsedAmount": "3140000000000000000" + }, + { + "gotchiId": "2319", + "amount": "11.5575", + "parsedAmount": "11557500000000000000" + }, + { + "gotchiId": "2321", + "amount": "7.325", + "parsedAmount": "7325000000000000000" + }, + { + "gotchiId": "2324", + "amount": "22.127499999999998", + "parsedAmount": "22127499999999998000" + }, + { + "gotchiId": "2325", + "amount": "39.16", + "parsedAmount": "39160000000000000000" + }, + { + "gotchiId": "2326", + "amount": "21.7825", + "parsedAmount": "21782500000000000000" + }, + { + "gotchiId": "2330", + "amount": "3.09", + "parsedAmount": "3090000000000000000" + }, + { + "gotchiId": "2333", + "amount": "14.29", + "parsedAmount": "14290000000000000000" + }, + { + "gotchiId": "2336", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "2339", + "amount": "14.950000000000001", + "parsedAmount": "14950000000000001000" + }, + { + "gotchiId": "2344", + "amount": "18.595", + "parsedAmount": "18595000000000000000" + }, + { + "gotchiId": "2345", + "amount": "14.415", + "parsedAmount": "14415000000000000000" + }, + { + "gotchiId": "2346", + "amount": "9.5625", + "parsedAmount": "9562500000000000000" + }, + { + "gotchiId": "2347", + "amount": "5.645", + "parsedAmount": "5645000000000000000" + }, + { + "gotchiId": "2348", + "amount": "103.1475", + "parsedAmount": "103147500000000000000" + }, + { + "gotchiId": "2350", + "amount": "29.384999999999998", + "parsedAmount": "29384999999999998000" + }, + { + "gotchiId": "2351", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "2354", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "2358", + "amount": "9.772499999999999", + "parsedAmount": "9772499999999999000" + }, + { + "gotchiId": "2359", + "amount": "71.54249999999999", + "parsedAmount": "71542499999999990000" + }, + { + "gotchiId": "2360", + "amount": "50.46", + "parsedAmount": "50460000000000000000" + }, + { + "gotchiId": "2362", + "amount": "7.7775", + "parsedAmount": "7777500000000000000" + }, + { + "gotchiId": "2364", + "amount": "40.177499999999995", + "parsedAmount": "40177499999999995000" + }, + { + "gotchiId": "2367", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "2368", + "amount": "56.785", + "parsedAmount": "56785000000000000000" + }, + { + "gotchiId": "2369", + "amount": "5.2425", + "parsedAmount": "5242500000000000000" + }, + { + "gotchiId": "2380", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "2382", + "amount": "21.575", + "parsedAmount": "21575000000000000000" + }, + { + "gotchiId": "2384", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "2386", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "2387", + "amount": "20.785000000000004", + "parsedAmount": "20785000000000004000" + }, + { + "gotchiId": "2391", + "amount": "46.900000000000006", + "parsedAmount": "46900000000000006000" + }, + { + "gotchiId": "2393", + "amount": "73.85", + "parsedAmount": "73850000000000000000" + }, + { + "gotchiId": "2394", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "2396", + "amount": "15.28", + "parsedAmount": "15280000000000000000" + }, + { + "gotchiId": "2399", + "amount": "13.1775", + "parsedAmount": "13177500000000000000" + }, + { + "gotchiId": "2402", + "amount": "8.309999999999999", + "parsedAmount": "8309999999999999000" + }, + { + "gotchiId": "2403", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "2404", + "amount": "6.1425", + "parsedAmount": "6142500000000000000" + }, + { + "gotchiId": "2405", + "amount": "3.035", + "parsedAmount": "3035000000000000000" + }, + { + "gotchiId": "2406", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "2407", + "amount": "3.02", + "parsedAmount": "3020000000000000000" + }, + { + "gotchiId": "2408", + "amount": "3.045", + "parsedAmount": "3045000000000000000" + }, + { + "gotchiId": "2409", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "2414", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "2415", + "amount": "30.382500000000004", + "parsedAmount": "30382500000000004000" + }, + { + "gotchiId": "2419", + "amount": "14.9625", + "parsedAmount": "14962500000000000000" + }, + { + "gotchiId": "2421", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "2424", + "amount": "14.055", + "parsedAmount": "14055000000000000000" + }, + { + "gotchiId": "2432", + "amount": "3.9825", + "parsedAmount": "3982500000000000000" + }, + { + "gotchiId": "2436", + "amount": "6.6525", + "parsedAmount": "6652500000000000000" + }, + { + "gotchiId": "2438", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "2439", + "amount": "13.697500000000002", + "parsedAmount": "13697500000000002000" + }, + { + "gotchiId": "2440", + "amount": "9.2325", + "parsedAmount": "9232500000000000000" + }, + { + "gotchiId": "2441", + "amount": "10.7075", + "parsedAmount": "10707500000000000000" + }, + { + "gotchiId": "2442", + "amount": "9.6", + "parsedAmount": "9600000000000000000" + }, + { + "gotchiId": "2443", + "amount": "83.4775", + "parsedAmount": "83477500000000000000" + }, + { + "gotchiId": "2445", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "2446", + "amount": "13.685", + "parsedAmount": "13685000000000000000" + }, + { + "gotchiId": "2448", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "2449", + "amount": "9.4125", + "parsedAmount": "9412500000000000000" + }, + { + "gotchiId": "2450", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "2451", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "2452", + "amount": "11.8525", + "parsedAmount": "11852500000000000000" + }, + { + "gotchiId": "2453", + "amount": "16.665", + "parsedAmount": "16665000000000000000" + }, + { + "gotchiId": "2454", + "amount": "9.872499999999999", + "parsedAmount": "9872499999999999000" + }, + { + "gotchiId": "2455", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "2456", + "amount": "4.0075", + "parsedAmount": "4007500000000000000" + }, + { + "gotchiId": "2457", + "amount": "12.86", + "parsedAmount": "12860000000000000000" + }, + { + "gotchiId": "2459", + "amount": "12.885", + "parsedAmount": "12885000000000000000" + }, + { + "gotchiId": "2460", + "amount": "9.6075", + "parsedAmount": "9607500000000000000" + }, + { + "gotchiId": "2461", + "amount": "5.5625", + "parsedAmount": "5562500000000000000" + }, + { + "gotchiId": "2462", + "amount": "54.455", + "parsedAmount": "54455000000000000000" + }, + { + "gotchiId": "2463", + "amount": "31.3875", + "parsedAmount": "31387500000000000000" + }, + { + "gotchiId": "2468", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "2471", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "2475", + "amount": "16.29", + "parsedAmount": "16290000000000000000" + }, + { + "gotchiId": "2478", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "2487", + "amount": "9.6925", + "parsedAmount": "9692500000000000000" + }, + { + "gotchiId": "2491", + "amount": "39.64", + "parsedAmount": "39640000000000000000" + }, + { + "gotchiId": "2492", + "amount": "18.64", + "parsedAmount": "18640000000000000000" + } + ], + "totalAmount": "15662939999999999767000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768465, + "gasUsed": "9479151" + }, + { + "batchIndex": 2, + "transactionHash": "0x7eb5c5ec7ff5164d2d816094ffa141dbbfff30f4b075bed952343562e020c66d", + "timestamp": "2025-11-05T07:04:39.613Z", + "gotchiRewards": [ + { + "gotchiId": "2500", + "amount": "79.8275", + "parsedAmount": "79827500000000000000" + }, + { + "gotchiId": "2501", + "amount": "90.96749999999999", + "parsedAmount": "90967499999999990000" + }, + { + "gotchiId": "2503", + "amount": "15.114999999999998", + "parsedAmount": "15114999999999998000" + }, + { + "gotchiId": "2504", + "amount": "21.8675", + "parsedAmount": "21867500000000000000" + }, + { + "gotchiId": "2505", + "amount": "85.1675", + "parsedAmount": "85167500000000000000" + }, + { + "gotchiId": "2506", + "amount": "26.485000000000003", + "parsedAmount": "26485000000000003000" + }, + { + "gotchiId": "2509", + "amount": "3.965", + "parsedAmount": "3965000000000000000" + }, + { + "gotchiId": "2512", + "amount": "19.5525", + "parsedAmount": "19552500000000000000" + }, + { + "gotchiId": "2515", + "amount": "14.342500000000001", + "parsedAmount": "14342500000000001000" + }, + { + "gotchiId": "2517", + "amount": "16.1175", + "parsedAmount": "16117500000000000000" + }, + { + "gotchiId": "2518", + "amount": "7.08", + "parsedAmount": "7080000000000000000" + }, + { + "gotchiId": "2523", + "amount": "49.5875", + "parsedAmount": "49587500000000000000" + }, + { + "gotchiId": "2524", + "amount": "15.9175", + "parsedAmount": "15917500000000000000" + }, + { + "gotchiId": "2528", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "2529", + "amount": "32.73500000000001", + "parsedAmount": "32735000000000010000" + }, + { + "gotchiId": "2530", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "2531", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "2538", + "amount": "17.265", + "parsedAmount": "17265000000000000000" + }, + { + "gotchiId": "2542", + "amount": "34.2475", + "parsedAmount": "34247500000000000000" + }, + { + "gotchiId": "2544", + "amount": "13.2575", + "parsedAmount": "13257500000000000000" + }, + { + "gotchiId": "2546", + "amount": "13.615", + "parsedAmount": "13615000000000000000" + }, + { + "gotchiId": "2550", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "2552", + "amount": "28.25", + "parsedAmount": "28250000000000000000" + }, + { + "gotchiId": "2553", + "amount": "57.037499999999994", + "parsedAmount": "57037499999999994000" + }, + { + "gotchiId": "2554", + "amount": "10.1", + "parsedAmount": "10100000000000000000" + }, + { + "gotchiId": "2555", + "amount": "65.3675", + "parsedAmount": "65367500000000000000" + }, + { + "gotchiId": "2557", + "amount": "14.67", + "parsedAmount": "14670000000000000000" + }, + { + "gotchiId": "2558", + "amount": "18.8275", + "parsedAmount": "18827500000000000000" + }, + { + "gotchiId": "2559", + "amount": "28.725", + "parsedAmount": "28725000000000000000" + }, + { + "gotchiId": "2562", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "2566", + "amount": "13.799999999999999", + "parsedAmount": "13799999999999999000" + }, + { + "gotchiId": "2569", + "amount": "17.7925", + "parsedAmount": "17792500000000000000" + }, + { + "gotchiId": "2574", + "amount": "20.35", + "parsedAmount": "20350000000000000000" + }, + { + "gotchiId": "2578", + "amount": "35.675", + "parsedAmount": "35675000000000000000" + }, + { + "gotchiId": "2581", + "amount": "11.485", + "parsedAmount": "11485000000000000000" + }, + { + "gotchiId": "2582", + "amount": "13.58", + "parsedAmount": "13580000000000000000" + }, + { + "gotchiId": "2583", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "2585", + "amount": "13.004999999999999", + "parsedAmount": "13004999999999999000" + }, + { + "gotchiId": "2588", + "amount": "15.7775", + "parsedAmount": "15777500000000000000" + }, + { + "gotchiId": "2589", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "2591", + "amount": "11.45", + "parsedAmount": "11450000000000000000" + }, + { + "gotchiId": "2594", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "2596", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "2600", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "2603", + "amount": "17.7425", + "parsedAmount": "17742500000000000000" + }, + { + "gotchiId": "2605", + "amount": "15.85", + "parsedAmount": "15850000000000000000" + }, + { + "gotchiId": "2607", + "amount": "45.0175", + "parsedAmount": "45017500000000000000" + }, + { + "gotchiId": "2609", + "amount": "9.265", + "parsedAmount": "9265000000000000000" + }, + { + "gotchiId": "2612", + "amount": "9.745", + "parsedAmount": "9745000000000000000" + }, + { + "gotchiId": "2613", + "amount": "20.285", + "parsedAmount": "20285000000000000000" + }, + { + "gotchiId": "2614", + "amount": "18.85", + "parsedAmount": "18850000000000000000" + }, + { + "gotchiId": "2616", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "2617", + "amount": "10.63", + "parsedAmount": "10630000000000000000" + }, + { + "gotchiId": "2620", + "amount": "9.3475", + "parsedAmount": "9347500000000000000" + }, + { + "gotchiId": "2623", + "amount": "5.9375", + "parsedAmount": "5937500000000000000" + }, + { + "gotchiId": "2624", + "amount": "24.525", + "parsedAmount": "24525000000000000000" + }, + { + "gotchiId": "2626", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "2643", + "amount": "16.84", + "parsedAmount": "16840000000000000000" + }, + { + "gotchiId": "2644", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "2647", + "amount": "15.8025", + "parsedAmount": "15802500000000000000" + }, + { + "gotchiId": "2649", + "amount": "7.755000000000001", + "parsedAmount": "7755000000000001000" + }, + { + "gotchiId": "2650", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "2652", + "amount": "19.24", + "parsedAmount": "19240000000000000000" + }, + { + "gotchiId": "2655", + "amount": "5.4", + "parsedAmount": "5400000000000000000" + }, + { + "gotchiId": "2657", + "amount": "30.932499999999997", + "parsedAmount": "30932499999999997000" + }, + { + "gotchiId": "2659", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "2660", + "amount": "4.970000000000001", + "parsedAmount": "4970000000000001000" + }, + { + "gotchiId": "2663", + "amount": "12.4125", + "parsedAmount": "12412500000000000000" + }, + { + "gotchiId": "2666", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "2667", + "amount": "78.765", + "parsedAmount": "78765000000000000000" + }, + { + "gotchiId": "2670", + "amount": "9.8825", + "parsedAmount": "9882500000000000000" + }, + { + "gotchiId": "2671", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "2674", + "amount": "33.4025", + "parsedAmount": "33402500000000000000" + }, + { + "gotchiId": "2675", + "amount": "18.802500000000002", + "parsedAmount": "18802500000000002000" + }, + { + "gotchiId": "2676", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "2678", + "amount": "27.009999999999998", + "parsedAmount": "27009999999999998000" + }, + { + "gotchiId": "2679", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "2680", + "amount": "4.9825", + "parsedAmount": "4982500000000000000" + }, + { + "gotchiId": "2681", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "2683", + "amount": "32.614999999999995", + "parsedAmount": "32614999999999995000" + }, + { + "gotchiId": "2684", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "2685", + "amount": "49.91", + "parsedAmount": "49910000000000000000" + }, + { + "gotchiId": "2686", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "2687", + "amount": "26.964999999999996", + "parsedAmount": "26964999999999996000" + }, + { + "gotchiId": "2688", + "amount": "4.4025", + "parsedAmount": "4402500000000000000" + }, + { + "gotchiId": "2689", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "2690", + "amount": "12.319999999999999", + "parsedAmount": "12319999999999999000" + }, + { + "gotchiId": "2691", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "2693", + "amount": "8.17", + "parsedAmount": "8170000000000000000" + }, + { + "gotchiId": "2694", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "2696", + "amount": "11.05", + "parsedAmount": "11050000000000000000" + }, + { + "gotchiId": "2698", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "2699", + "amount": "22.73", + "parsedAmount": "22730000000000000000" + }, + { + "gotchiId": "2701", + "amount": "24.36", + "parsedAmount": "24360000000000000000" + }, + { + "gotchiId": "2703", + "amount": "10.0375", + "parsedAmount": "10037500000000000000" + }, + { + "gotchiId": "2707", + "amount": "7.7325", + "parsedAmount": "7732500000000000000" + }, + { + "gotchiId": "2713", + "amount": "13.6725", + "parsedAmount": "13672500000000000000" + }, + { + "gotchiId": "2716", + "amount": "59.1125", + "parsedAmount": "59112500000000000000" + }, + { + "gotchiId": "2717", + "amount": "31.3", + "parsedAmount": "31300000000000000000" + }, + { + "gotchiId": "2719", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "2720", + "amount": "69.3825", + "parsedAmount": "69382500000000000000" + }, + { + "gotchiId": "2722", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "2724", + "amount": "4.82", + "parsedAmount": "4820000000000000000" + }, + { + "gotchiId": "2725", + "amount": "15.445", + "parsedAmount": "15445000000000000000" + }, + { + "gotchiId": "2726", + "amount": "20.759999999999998", + "parsedAmount": "20759999999999998000" + }, + { + "gotchiId": "2727", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "2729", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "2732", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "2734", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "2738", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "2739", + "amount": "57.7", + "parsedAmount": "57700000000000000000" + }, + { + "gotchiId": "2740", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "2744", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "2745", + "amount": "59.3525", + "parsedAmount": "59352500000000000000" + }, + { + "gotchiId": "2748", + "amount": "18.4325", + "parsedAmount": "18432500000000000000" + }, + { + "gotchiId": "2749", + "amount": "130.985", + "parsedAmount": "130985000000000000000" + }, + { + "gotchiId": "2750", + "amount": "25.1325", + "parsedAmount": "25132500000000000000" + }, + { + "gotchiId": "2753", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "2755", + "amount": "8.9675", + "parsedAmount": "8967500000000000000" + }, + { + "gotchiId": "2758", + "amount": "6.1899999999999995", + "parsedAmount": "6189999999999999500" + }, + { + "gotchiId": "2759", + "amount": "28.44", + "parsedAmount": "28440000000000000000" + }, + { + "gotchiId": "2760", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "2761", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "2773", + "amount": "7.5375", + "parsedAmount": "7537500000000000000" + }, + { + "gotchiId": "2774", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "2775", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "2779", + "amount": "11.9275", + "parsedAmount": "11927500000000000000" + }, + { + "gotchiId": "2783", + "amount": "23.3175", + "parsedAmount": "23317500000000000000" + }, + { + "gotchiId": "2784", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "2786", + "amount": "32.2425", + "parsedAmount": "32242500000000000000" + }, + { + "gotchiId": "2787", + "amount": "28.21", + "parsedAmount": "28210000000000000000" + }, + { + "gotchiId": "2788", + "amount": "17.79", + "parsedAmount": "17790000000000000000" + }, + { + "gotchiId": "2792", + "amount": "25.74", + "parsedAmount": "25740000000000000000" + }, + { + "gotchiId": "2793", + "amount": "63.055", + "parsedAmount": "63055000000000000000" + }, + { + "gotchiId": "2795", + "amount": "20.8525", + "parsedAmount": "20852500000000000000" + }, + { + "gotchiId": "2796", + "amount": "20.05", + "parsedAmount": "20050000000000000000" + }, + { + "gotchiId": "2797", + "amount": "29.3675", + "parsedAmount": "29367500000000000000" + }, + { + "gotchiId": "2798", + "amount": "29.29", + "parsedAmount": "29290000000000000000" + }, + { + "gotchiId": "2799", + "amount": "18.16", + "parsedAmount": "18160000000000000000" + }, + { + "gotchiId": "2801", + "amount": "6.4075", + "parsedAmount": "6407500000000000000" + }, + { + "gotchiId": "2803", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "2808", + "amount": "5.1475", + "parsedAmount": "5147500000000000000" + }, + { + "gotchiId": "2811", + "amount": "71.5025", + "parsedAmount": "71502500000000000000" + }, + { + "gotchiId": "2812", + "amount": "46.5525", + "parsedAmount": "46552500000000000000" + }, + { + "gotchiId": "2822", + "amount": "8.2275", + "parsedAmount": "8227500000000000000" + }, + { + "gotchiId": "2824", + "amount": "52.1425", + "parsedAmount": "52142500000000000000" + }, + { + "gotchiId": "2825", + "amount": "12.662500000000001", + "parsedAmount": "12662500000000001000" + }, + { + "gotchiId": "2826", + "amount": "9.7375", + "parsedAmount": "9737500000000000000" + }, + { + "gotchiId": "2828", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "2829", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "2833", + "amount": "24.0925", + "parsedAmount": "24092500000000000000" + }, + { + "gotchiId": "2834", + "amount": "35.2", + "parsedAmount": "35200000000000000000" + }, + { + "gotchiId": "2837", + "amount": "16.265", + "parsedAmount": "16265000000000000000" + }, + { + "gotchiId": "2839", + "amount": "12.7325", + "parsedAmount": "12732500000000000000" + }, + { + "gotchiId": "2840", + "amount": "19.4675", + "parsedAmount": "19467500000000000000" + }, + { + "gotchiId": "2841", + "amount": "12.862499999999999", + "parsedAmount": "12862499999999999000" + }, + { + "gotchiId": "2842", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "2843", + "amount": "12.815", + "parsedAmount": "12815000000000000000" + }, + { + "gotchiId": "2844", + "amount": "12.8875", + "parsedAmount": "12887500000000000000" + }, + { + "gotchiId": "2845", + "amount": "16.375", + "parsedAmount": "16375000000000000000" + }, + { + "gotchiId": "2847", + "amount": "12.665000000000001", + "parsedAmount": "12665000000000001000" + }, + { + "gotchiId": "2848", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "2849", + "amount": "12.8", + "parsedAmount": "12800000000000000000" + }, + { + "gotchiId": "2850", + "amount": "12.782499999999999", + "parsedAmount": "12782499999999999000" + }, + { + "gotchiId": "2851", + "amount": "115.3575", + "parsedAmount": "115357500000000000000" + }, + { + "gotchiId": "2853", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "2854", + "amount": "100.10000000000001", + "parsedAmount": "100100000000000010000" + }, + { + "gotchiId": "2856", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "2860", + "amount": "5.765", + "parsedAmount": "5765000000000000000" + }, + { + "gotchiId": "2861", + "amount": "28.472499999999997", + "parsedAmount": "28472499999999997000" + }, + { + "gotchiId": "2863", + "amount": "76.55250000000001", + "parsedAmount": "76552500000000010000" + }, + { + "gotchiId": "2865", + "amount": "7.4375", + "parsedAmount": "7437500000000000000" + }, + { + "gotchiId": "2866", + "amount": "2.1075", + "parsedAmount": "2107500000000000000" + }, + { + "gotchiId": "2871", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "2872", + "amount": "6.1275", + "parsedAmount": "6127500000000000000" + }, + { + "gotchiId": "2874", + "amount": "5.01", + "parsedAmount": "5010000000000000000" + }, + { + "gotchiId": "2876", + "amount": "17.7625", + "parsedAmount": "17762500000000000000" + }, + { + "gotchiId": "2879", + "amount": "34.7425", + "parsedAmount": "34742500000000000000" + }, + { + "gotchiId": "2881", + "amount": "6.8275", + "parsedAmount": "6827500000000000000" + }, + { + "gotchiId": "2882", + "amount": "12.815", + "parsedAmount": "12815000000000000000" + }, + { + "gotchiId": "2886", + "amount": "44.36", + "parsedAmount": "44360000000000000000" + }, + { + "gotchiId": "2888", + "amount": "30.8825", + "parsedAmount": "30882500000000000000" + }, + { + "gotchiId": "2891", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "2895", + "amount": "7.145", + "parsedAmount": "7145000000000000000" + }, + { + "gotchiId": "2898", + "amount": "19.85", + "parsedAmount": "19850000000000000000" + }, + { + "gotchiId": "2901", + "amount": "13.1375", + "parsedAmount": "13137500000000000000" + }, + { + "gotchiId": "2902", + "amount": "14.087499999999999", + "parsedAmount": "14087499999999999000" + }, + { + "gotchiId": "2903", + "amount": "31.5625", + "parsedAmount": "31562500000000000000" + }, + { + "gotchiId": "2905", + "amount": "44.0825", + "parsedAmount": "44082500000000000000" + }, + { + "gotchiId": "2906", + "amount": "24.37", + "parsedAmount": "24370000000000000000" + }, + { + "gotchiId": "2907", + "amount": "39.285", + "parsedAmount": "39285000000000000000" + }, + { + "gotchiId": "2908", + "amount": "3.095", + "parsedAmount": "3095000000000000000" + }, + { + "gotchiId": "2909", + "amount": "48.9175", + "parsedAmount": "48917500000000000000" + }, + { + "gotchiId": "2910", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "2913", + "amount": "32.822500000000005", + "parsedAmount": "32822500000000005000" + }, + { + "gotchiId": "2914", + "amount": "12.997499999999999", + "parsedAmount": "12997499999999999000" + }, + { + "gotchiId": "2915", + "amount": "7.75", + "parsedAmount": "7750000000000000000" + }, + { + "gotchiId": "2920", + "amount": "15.1275", + "parsedAmount": "15127500000000000000" + }, + { + "gotchiId": "2922", + "amount": "22.445", + "parsedAmount": "22445000000000000000" + }, + { + "gotchiId": "2923", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "2928", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "2929", + "amount": "14.6925", + "parsedAmount": "14692500000000000000" + }, + { + "gotchiId": "2930", + "amount": "8.719999999999999", + "parsedAmount": "8719999999999999000" + }, + { + "gotchiId": "2931", + "amount": "98.635", + "parsedAmount": "98635000000000000000" + }, + { + "gotchiId": "2932", + "amount": "38.635", + "parsedAmount": "38635000000000000000" + }, + { + "gotchiId": "2935", + "amount": "14.2225", + "parsedAmount": "14222500000000000000" + }, + { + "gotchiId": "2936", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "2941", + "amount": "55.24", + "parsedAmount": "55240000000000000000" + }, + { + "gotchiId": "2942", + "amount": "3.805", + "parsedAmount": "3805000000000000000" + }, + { + "gotchiId": "2943", + "amount": "8.065", + "parsedAmount": "8065000000000000000" + }, + { + "gotchiId": "2944", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "2945", + "amount": "27.9825", + "parsedAmount": "27982500000000000000" + }, + { + "gotchiId": "2946", + "amount": "12.690000000000001", + "parsedAmount": "12690000000000001000" + }, + { + "gotchiId": "2949", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "2950", + "amount": "9.1075", + "parsedAmount": "9107500000000000000" + }, + { + "gotchiId": "2951", + "amount": "19.15", + "parsedAmount": "19150000000000000000" + }, + { + "gotchiId": "2953", + "amount": "18.3275", + "parsedAmount": "18327500000000000000" + }, + { + "gotchiId": "2954", + "amount": "16.0075", + "parsedAmount": "16007500000000000000" + }, + { + "gotchiId": "2956", + "amount": "5.035", + "parsedAmount": "5035000000000000000" + }, + { + "gotchiId": "2957", + "amount": "18.995", + "parsedAmount": "18995000000000000000" + }, + { + "gotchiId": "2959", + "amount": "9.94", + "parsedAmount": "9940000000000000000" + }, + { + "gotchiId": "2962", + "amount": "73.1425", + "parsedAmount": "73142500000000000000" + }, + { + "gotchiId": "2965", + "amount": "16.7425", + "parsedAmount": "16742500000000000000" + }, + { + "gotchiId": "2966", + "amount": "17.6125", + "parsedAmount": "17612500000000000000" + }, + { + "gotchiId": "2967", + "amount": "48.120000000000005", + "parsedAmount": "48120000000000005000" + }, + { + "gotchiId": "2968", + "amount": "8.6", + "parsedAmount": "8600000000000000000" + }, + { + "gotchiId": "2972", + "amount": "4.1175", + "parsedAmount": "4117500000000000000" + }, + { + "gotchiId": "2973", + "amount": "17.51", + "parsedAmount": "17510000000000000000" + }, + { + "gotchiId": "2976", + "amount": "26.3275", + "parsedAmount": "26327500000000000000" + }, + { + "gotchiId": "2987", + "amount": "18.215", + "parsedAmount": "18215000000000000000" + }, + { + "gotchiId": "2990", + "amount": "23.13", + "parsedAmount": "23130000000000000000" + }, + { + "gotchiId": "2995", + "amount": "58.395", + "parsedAmount": "58395000000000000000" + }, + { + "gotchiId": "2997", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "2999", + "amount": "8.5175", + "parsedAmount": "8517500000000000000" + }, + { + "gotchiId": "3004", + "amount": "12.4825", + "parsedAmount": "12482500000000000000" + }, + { + "gotchiId": "3007", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "3012", + "amount": "35.917500000000004", + "parsedAmount": "35917500000000004000" + }, + { + "gotchiId": "3013", + "amount": "2.255", + "parsedAmount": "2255000000000000000" + }, + { + "gotchiId": "3016", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "3017", + "amount": "7.1175", + "parsedAmount": "7117500000000000000" + }, + { + "gotchiId": "3019", + "amount": "6.765", + "parsedAmount": "6765000000000000000" + }, + { + "gotchiId": "3021", + "amount": "9.48", + "parsedAmount": "9480000000000000000" + }, + { + "gotchiId": "3023", + "amount": "8.5475", + "parsedAmount": "8547500000000000000" + }, + { + "gotchiId": "3024", + "amount": "17.75", + "parsedAmount": "17750000000000000000" + }, + { + "gotchiId": "3025", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "3026", + "amount": "18.765", + "parsedAmount": "18765000000000000000" + }, + { + "gotchiId": "3028", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "3029", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "3033", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "3034", + "amount": "11.392499999999998", + "parsedAmount": "11392499999999998000" + }, + { + "gotchiId": "3035", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "3036", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "3037", + "amount": "44.93", + "parsedAmount": "44930000000000000000" + }, + { + "gotchiId": "3040", + "amount": "27.4775", + "parsedAmount": "27477500000000000000" + }, + { + "gotchiId": "3041", + "amount": "28.3325", + "parsedAmount": "28332500000000000000" + }, + { + "gotchiId": "3043", + "amount": "10.075", + "parsedAmount": "10075000000000000000" + }, + { + "gotchiId": "3044", + "amount": "26.545", + "parsedAmount": "26545000000000000000" + }, + { + "gotchiId": "3045", + "amount": "8.555", + "parsedAmount": "8555000000000000000" + }, + { + "gotchiId": "3046", + "amount": "64.295", + "parsedAmount": "64295000000000000000" + }, + { + "gotchiId": "3047", + "amount": "13.7775", + "parsedAmount": "13777500000000000000" + }, + { + "gotchiId": "3050", + "amount": "7.3475", + "parsedAmount": "7347500000000000000" + }, + { + "gotchiId": "3051", + "amount": "22.605", + "parsedAmount": "22605000000000000000" + }, + { + "gotchiId": "3052", + "amount": "2467.7625", + "parsedAmount": "2467762500000000000000" + }, + { + "gotchiId": "3053", + "amount": "28.39", + "parsedAmount": "28390000000000000000" + }, + { + "gotchiId": "3057", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "3059", + "amount": "5.4075", + "parsedAmount": "5407500000000000000" + }, + { + "gotchiId": "3062", + "amount": "17.912499999999998", + "parsedAmount": "17912499999999998000" + }, + { + "gotchiId": "3063", + "amount": "14.195", + "parsedAmount": "14195000000000000000" + }, + { + "gotchiId": "3064", + "amount": "11.64", + "parsedAmount": "11640000000000000000" + }, + { + "gotchiId": "3067", + "amount": "39.0925", + "parsedAmount": "39092500000000000000" + }, + { + "gotchiId": "3072", + "amount": "26.909999999999997", + "parsedAmount": "26909999999999997000" + }, + { + "gotchiId": "3084", + "amount": "37.2775", + "parsedAmount": "37277500000000000000" + }, + { + "gotchiId": "3085", + "amount": "20.7975", + "parsedAmount": "20797500000000000000" + }, + { + "gotchiId": "3090", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "3091", + "amount": "8.6175", + "parsedAmount": "8617500000000000000" + }, + { + "gotchiId": "3092", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "3093", + "amount": "15.1825", + "parsedAmount": "15182500000000000000" + }, + { + "gotchiId": "3094", + "amount": "8.085", + "parsedAmount": "8085000000000000000" + }, + { + "gotchiId": "3104", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "3106", + "amount": "9.595", + "parsedAmount": "9595000000000000000" + }, + { + "gotchiId": "3107", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "3109", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "3110", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "3112", + "amount": "5.6575", + "parsedAmount": "5657500000000000000" + }, + { + "gotchiId": "3113", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "3115", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "3116", + "amount": "17.1525", + "parsedAmount": "17152500000000000000" + }, + { + "gotchiId": "3117", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "3121", + "amount": "17.11", + "parsedAmount": "17110000000000000000" + }, + { + "gotchiId": "3122", + "amount": "2.465", + "parsedAmount": "2465000000000000000" + }, + { + "gotchiId": "3124", + "amount": "61.535000000000004", + "parsedAmount": "61535000000000004000" + }, + { + "gotchiId": "3126", + "amount": "109.26", + "parsedAmount": "109260000000000000000" + }, + { + "gotchiId": "3127", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "3128", + "amount": "21.75", + "parsedAmount": "21750000000000000000" + }, + { + "gotchiId": "3129", + "amount": "8.44", + "parsedAmount": "8440000000000000000" + }, + { + "gotchiId": "3130", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "3131", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "3132", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "3134", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "3144", + "amount": "22.712500000000002", + "parsedAmount": "22712500000000002000" + }, + { + "gotchiId": "3146", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "3149", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "3152", + "amount": "31.25", + "parsedAmount": "31250000000000000000" + }, + { + "gotchiId": "3154", + "amount": "33.065", + "parsedAmount": "33065000000000000000" + }, + { + "gotchiId": "3155", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "3156", + "amount": "59.835", + "parsedAmount": "59835000000000000000" + }, + { + "gotchiId": "3159", + "amount": "55.02250000000001", + "parsedAmount": "55022500000000010000" + }, + { + "gotchiId": "3160", + "amount": "80.46499999999999", + "parsedAmount": "80464999999999990000" + }, + { + "gotchiId": "3164", + "amount": "8.225", + "parsedAmount": "8225000000000000000" + }, + { + "gotchiId": "3166", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "3168", + "amount": "136.5725", + "parsedAmount": "136572500000000000000" + }, + { + "gotchiId": "3169", + "amount": "313.84000000000003", + "parsedAmount": "313840000000000030000" + }, + { + "gotchiId": "3170", + "amount": "3.225", + "parsedAmount": "3225000000000000000" + }, + { + "gotchiId": "3171", + "amount": "68.55", + "parsedAmount": "68550000000000000000" + }, + { + "gotchiId": "3173", + "amount": "83.8375", + "parsedAmount": "83837500000000000000" + }, + { + "gotchiId": "3177", + "amount": "50.397499999999994", + "parsedAmount": "50397499999999994000" + }, + { + "gotchiId": "3178", + "amount": "52.46", + "parsedAmount": "52460000000000000000" + }, + { + "gotchiId": "3179", + "amount": "43.5175", + "parsedAmount": "43517500000000000000" + }, + { + "gotchiId": "3180", + "amount": "9.2575", + "parsedAmount": "9257500000000000000" + }, + { + "gotchiId": "3184", + "amount": "57.7975", + "parsedAmount": "57797500000000000000" + }, + { + "gotchiId": "3186", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "3199", + "amount": "12.83", + "parsedAmount": "12830000000000000000" + }, + { + "gotchiId": "3200", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "3201", + "amount": "60.4325", + "parsedAmount": "60432500000000000000" + }, + { + "gotchiId": "3203", + "amount": "9.115", + "parsedAmount": "9115000000000000000" + }, + { + "gotchiId": "3205", + "amount": "169.91", + "parsedAmount": "169910000000000000000" + }, + { + "gotchiId": "3208", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "3218", + "amount": "30.3275", + "parsedAmount": "30327500000000000000" + }, + { + "gotchiId": "3225", + "amount": "4.515", + "parsedAmount": "4515000000000000000" + }, + { + "gotchiId": "3226", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "3228", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "3232", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "3233", + "amount": "13.745", + "parsedAmount": "13745000000000000000" + }, + { + "gotchiId": "3235", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "3236", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "3237", + "amount": "44.29", + "parsedAmount": "44290000000000000000" + }, + { + "gotchiId": "3238", + "amount": "9.18", + "parsedAmount": "9180000000000000000" + }, + { + "gotchiId": "3240", + "amount": "9.205", + "parsedAmount": "9205000000000000000" + }, + { + "gotchiId": "3248", + "amount": "19.475", + "parsedAmount": "19475000000000000000" + }, + { + "gotchiId": "3253", + "amount": "6.677499999999999", + "parsedAmount": "6677499999999999000" + }, + { + "gotchiId": "3254", + "amount": "4.1625", + "parsedAmount": "4162500000000000000" + }, + { + "gotchiId": "3255", + "amount": "9.06", + "parsedAmount": "9060000000000000000" + }, + { + "gotchiId": "3256", + "amount": "150.73", + "parsedAmount": "150730000000000000000" + }, + { + "gotchiId": "3260", + "amount": "21.485", + "parsedAmount": "21485000000000000000" + }, + { + "gotchiId": "3261", + "amount": "33.13", + "parsedAmount": "33130000000000000000" + }, + { + "gotchiId": "3262", + "amount": "16.297500000000003", + "parsedAmount": "16297500000000003000" + }, + { + "gotchiId": "3264", + "amount": "9.747499999999999", + "parsedAmount": "9747499999999999000" + }, + { + "gotchiId": "3265", + "amount": "23.38", + "parsedAmount": "23380000000000000000" + }, + { + "gotchiId": "3267", + "amount": "38.21", + "parsedAmount": "38210000000000000000" + }, + { + "gotchiId": "3268", + "amount": "4.8975", + "parsedAmount": "4897500000000000000" + }, + { + "gotchiId": "3269", + "amount": "14.1025", + "parsedAmount": "14102500000000000000" + }, + { + "gotchiId": "3271", + "amount": "16.877499999999998", + "parsedAmount": "16877499999999998000" + }, + { + "gotchiId": "3272", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "3273", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "3274", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "3275", + "amount": "23.71", + "parsedAmount": "23710000000000000000" + }, + { + "gotchiId": "3276", + "amount": "11.92", + "parsedAmount": "11920000000000000000" + }, + { + "gotchiId": "3280", + "amount": "32.69", + "parsedAmount": "32690000000000000000" + }, + { + "gotchiId": "3281", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "3285", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "3288", + "amount": "102.35499999999999", + "parsedAmount": "102354999999999990000" + }, + { + "gotchiId": "3290", + "amount": "8.81", + "parsedAmount": "8810000000000000000" + }, + { + "gotchiId": "3291", + "amount": "14.522499999999999", + "parsedAmount": "14522499999999999000" + }, + { + "gotchiId": "3292", + "amount": "35.425", + "parsedAmount": "35425000000000000000" + }, + { + "gotchiId": "3293", + "amount": "8.8625", + "parsedAmount": "8862500000000000000" + }, + { + "gotchiId": "3294", + "amount": "8.842500000000001", + "parsedAmount": "8842500000000001000" + }, + { + "gotchiId": "3295", + "amount": "254.22", + "parsedAmount": "254220000000000000000" + }, + { + "gotchiId": "3296", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "3297", + "amount": "8.73", + "parsedAmount": "8730000000000000000" + }, + { + "gotchiId": "3298", + "amount": "19.262500000000003", + "parsedAmount": "19262500000000003000" + }, + { + "gotchiId": "3299", + "amount": "211.355", + "parsedAmount": "211355000000000000000" + }, + { + "gotchiId": "3301", + "amount": "19.259999999999998", + "parsedAmount": "19259999999999998000" + }, + { + "gotchiId": "3302", + "amount": "24.9875", + "parsedAmount": "24987500000000000000" + }, + { + "gotchiId": "3305", + "amount": "8.6475", + "parsedAmount": "8647500000000000000" + }, + { + "gotchiId": "3306", + "amount": "20.512499999999996", + "parsedAmount": "20512499999999996000" + }, + { + "gotchiId": "3308", + "amount": "157.73000000000002", + "parsedAmount": "157730000000000020000" + }, + { + "gotchiId": "3309", + "amount": "124.33", + "parsedAmount": "124330000000000000000" + }, + { + "gotchiId": "3310", + "amount": "14.725000000000001", + "parsedAmount": "14725000000000001000" + }, + { + "gotchiId": "3311", + "amount": "15.1375", + "parsedAmount": "15137500000000000000" + }, + { + "gotchiId": "3312", + "amount": "33.910000000000004", + "parsedAmount": "33910000000000004000" + }, + { + "gotchiId": "3314", + "amount": "16.165", + "parsedAmount": "16165000000000000000" + }, + { + "gotchiId": "3316", + "amount": "10.675", + "parsedAmount": "10675000000000000000" + }, + { + "gotchiId": "3317", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "3318", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "3319", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "3320", + "amount": "9.4", + "parsedAmount": "9400000000000000000" + }, + { + "gotchiId": "3322", + "amount": "51.0375", + "parsedAmount": "51037500000000000000" + }, + { + "gotchiId": "3326", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "3328", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "3329", + "amount": "34.1375", + "parsedAmount": "34137500000000000000" + }, + { + "gotchiId": "3330", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "3331", + "amount": "47.474999999999994", + "parsedAmount": "47474999999999994000" + }, + { + "gotchiId": "3332", + "amount": "15.832500000000001", + "parsedAmount": "15832500000000001000" + }, + { + "gotchiId": "3335", + "amount": "4.7225", + "parsedAmount": "4722500000000000000" + }, + { + "gotchiId": "3339", + "amount": "9.3125", + "parsedAmount": "9312500000000000000" + }, + { + "gotchiId": "3340", + "amount": "9.122499999999999", + "parsedAmount": "9122499999999999000" + }, + { + "gotchiId": "3341", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "3342", + "amount": "39.5375", + "parsedAmount": "39537500000000000000" + }, + { + "gotchiId": "3344", + "amount": "11.26", + "parsedAmount": "11260000000000000000" + }, + { + "gotchiId": "3347", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "3348", + "amount": "10.9175", + "parsedAmount": "10917500000000000000" + }, + { + "gotchiId": "3354", + "amount": "16.8525", + "parsedAmount": "16852500000000000000" + }, + { + "gotchiId": "3356", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "3357", + "amount": "98.1475", + "parsedAmount": "98147500000000000000" + }, + { + "gotchiId": "3360", + "amount": "5.595", + "parsedAmount": "5595000000000000000" + }, + { + "gotchiId": "3361", + "amount": "8.905000000000001", + "parsedAmount": "8905000000000001000" + }, + { + "gotchiId": "3362", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "3364", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "3370", + "amount": "31.612499999999997", + "parsedAmount": "31612499999999997000" + }, + { + "gotchiId": "3371", + "amount": "66.27000000000001", + "parsedAmount": "66270000000000010000" + }, + { + "gotchiId": "3372", + "amount": "11.365", + "parsedAmount": "11365000000000000000" + }, + { + "gotchiId": "3376", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "3378", + "amount": "254.085", + "parsedAmount": "254085000000000000000" + }, + { + "gotchiId": "3379", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "3380", + "amount": "7.06", + "parsedAmount": "7060000000000000000" + }, + { + "gotchiId": "3382", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "3385", + "amount": "5.2225", + "parsedAmount": "5222500000000000000" + }, + { + "gotchiId": "3386", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "3387", + "amount": "33.79", + "parsedAmount": "33790000000000000000" + }, + { + "gotchiId": "3388", + "amount": "21.55", + "parsedAmount": "21550000000000000000" + }, + { + "gotchiId": "3391", + "amount": "12.95", + "parsedAmount": "12950000000000000000" + }, + { + "gotchiId": "3392", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "3397", + "amount": "37.89", + "parsedAmount": "37890000000000000000" + }, + { + "gotchiId": "3399", + "amount": "5.9375", + "parsedAmount": "5937500000000000000" + }, + { + "gotchiId": "3400", + "amount": "6.1475", + "parsedAmount": "6147500000000000000" + }, + { + "gotchiId": "3402", + "amount": "9.62", + "parsedAmount": "9620000000000000000" + }, + { + "gotchiId": "3403", + "amount": "48.1725", + "parsedAmount": "48172500000000000000" + }, + { + "gotchiId": "3407", + "amount": "129.41750000000002", + "parsedAmount": "129417500000000020000" + }, + { + "gotchiId": "3408", + "amount": "17.895", + "parsedAmount": "17895000000000000000" + }, + { + "gotchiId": "3410", + "amount": "17.3575", + "parsedAmount": "17357500000000000000" + }, + { + "gotchiId": "3411", + "amount": "99.9375", + "parsedAmount": "99937500000000000000" + }, + { + "gotchiId": "3420", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "3423", + "amount": "21.020000000000003", + "parsedAmount": "21020000000000003000" + }, + { + "gotchiId": "3424", + "amount": "13.265", + "parsedAmount": "13265000000000000000" + }, + { + "gotchiId": "3425", + "amount": "152.91500000000002", + "parsedAmount": "152915000000000020000" + }, + { + "gotchiId": "3427", + "amount": "20.3925", + "parsedAmount": "20392500000000000000" + }, + { + "gotchiId": "3429", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "3430", + "amount": "13.182500000000001", + "parsedAmount": "13182500000000001000" + }, + { + "gotchiId": "3431", + "amount": "87.1825", + "parsedAmount": "87182500000000000000" + }, + { + "gotchiId": "3432", + "amount": "6.0825", + "parsedAmount": "6082500000000000000" + }, + { + "gotchiId": "3433", + "amount": "60.6875", + "parsedAmount": "60687500000000000000" + }, + { + "gotchiId": "3434", + "amount": "12.997499999999999", + "parsedAmount": "12997499999999999000" + }, + { + "gotchiId": "3435", + "amount": "21.265", + "parsedAmount": "21265000000000000000" + }, + { + "gotchiId": "3437", + "amount": "16.545", + "parsedAmount": "16545000000000000000" + }, + { + "gotchiId": "3440", + "amount": "29.3525", + "parsedAmount": "29352500000000000000" + }, + { + "gotchiId": "3441", + "amount": "19.1925", + "parsedAmount": "19192500000000000000" + }, + { + "gotchiId": "3443", + "amount": "12.445", + "parsedAmount": "12445000000000000000" + }, + { + "gotchiId": "3444", + "amount": "7.6225", + "parsedAmount": "7622500000000000000" + }, + { + "gotchiId": "3447", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "3448", + "amount": "7.62", + "parsedAmount": "7620000000000000000" + }, + { + "gotchiId": "3451", + "amount": "12.6225", + "parsedAmount": "12622500000000000000" + }, + { + "gotchiId": "3452", + "amount": "6.5825", + "parsedAmount": "6582500000000000000" + }, + { + "gotchiId": "3454", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "3457", + "amount": "11.465", + "parsedAmount": "11465000000000000000" + }, + { + "gotchiId": "3462", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "3467", + "amount": "42.9525", + "parsedAmount": "42952500000000000000" + }, + { + "gotchiId": "3470", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "3472", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "3475", + "amount": "63.0925", + "parsedAmount": "63092500000000000000" + }, + { + "gotchiId": "3476", + "amount": "6.4125", + "parsedAmount": "6412500000000000000" + }, + { + "gotchiId": "3477", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "3478", + "amount": "4.0625", + "parsedAmount": "4062500000000000000" + }, + { + "gotchiId": "3479", + "amount": "14.13", + "parsedAmount": "14130000000000000000" + }, + { + "gotchiId": "3480", + "amount": "8.7325", + "parsedAmount": "8732500000000000000" + }, + { + "gotchiId": "3481", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "3483", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "3487", + "amount": "21.98", + "parsedAmount": "21980000000000000000" + }, + { + "gotchiId": "3490", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "3498", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "3500", + "amount": "3.57", + "parsedAmount": "3570000000000000000" + }, + { + "gotchiId": "3501", + "amount": "45.105", + "parsedAmount": "45105000000000000000" + }, + { + "gotchiId": "3508", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "3510", + "amount": "12.8325", + "parsedAmount": "12832500000000000000" + }, + { + "gotchiId": "3513", + "amount": "116.9375", + "parsedAmount": "116937500000000000000" + }, + { + "gotchiId": "3515", + "amount": "101.28750000000001", + "parsedAmount": "101287500000000010000" + }, + { + "gotchiId": "3516", + "amount": "44.93", + "parsedAmount": "44930000000000000000" + }, + { + "gotchiId": "3517", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "3522", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "3523", + "amount": "30.0475", + "parsedAmount": "30047500000000000000" + }, + { + "gotchiId": "3524", + "amount": "29.654999999999998", + "parsedAmount": "29654999999999998000" + }, + { + "gotchiId": "3525", + "amount": "29.1", + "parsedAmount": "29100000000000000000" + }, + { + "gotchiId": "3526", + "amount": "40.875", + "parsedAmount": "40875000000000000000" + }, + { + "gotchiId": "3527", + "amount": "29.15", + "parsedAmount": "29150000000000000000" + }, + { + "gotchiId": "3528", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "3538", + "amount": "21.6525", + "parsedAmount": "21652500000000000000" + }, + { + "gotchiId": "3539", + "amount": "21.564999999999998", + "parsedAmount": "21564999999999998000" + }, + { + "gotchiId": "3541", + "amount": "20.065", + "parsedAmount": "20065000000000000000" + }, + { + "gotchiId": "3542", + "amount": "25.7", + "parsedAmount": "25700000000000000000" + }, + { + "gotchiId": "3549", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "3554", + "amount": "9.335", + "parsedAmount": "9335000000000000000" + }, + { + "gotchiId": "3555", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "3556", + "amount": "32.5925", + "parsedAmount": "32592500000000000000" + }, + { + "gotchiId": "3560", + "amount": "12.087499999999999", + "parsedAmount": "12087499999999999000" + }, + { + "gotchiId": "3565", + "amount": "12.52", + "parsedAmount": "12520000000000000000" + }, + { + "gotchiId": "3568", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "3569", + "amount": "8.6625", + "parsedAmount": "8662500000000000000" + }, + { + "gotchiId": "3571", + "amount": "42.8725", + "parsedAmount": "42872500000000000000" + } + ], + "totalAmount": "14160745000000000093000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768467, + "gasUsed": "9932592" + }, + { + "batchIndex": 3, + "transactionHash": "0x5eaebacca99bd6a1ba4d48fb8569a1804a48dd527ef90735af3aed6f66266de3", + "timestamp": "2025-11-05T07:04:43.478Z", + "gotchiRewards": [ + { + "gotchiId": "3572", + "amount": "19.9825", + "parsedAmount": "19982500000000000000" + }, + { + "gotchiId": "3573", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "3577", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "3580", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "3581", + "amount": "35.88", + "parsedAmount": "35880000000000000000" + }, + { + "gotchiId": "3584", + "amount": "21.89", + "parsedAmount": "21890000000000000000" + }, + { + "gotchiId": "3585", + "amount": "35.972500000000004", + "parsedAmount": "35972500000000004000" + }, + { + "gotchiId": "3590", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "3592", + "amount": "70.8125", + "parsedAmount": "70812500000000000000" + }, + { + "gotchiId": "3593", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "3594", + "amount": "24.2875", + "parsedAmount": "24287500000000000000" + }, + { + "gotchiId": "3595", + "amount": "41.11750000000001", + "parsedAmount": "41117500000000010000" + }, + { + "gotchiId": "3596", + "amount": "17.5875", + "parsedAmount": "17587500000000000000" + }, + { + "gotchiId": "3598", + "amount": "20.087500000000002", + "parsedAmount": "20087500000000002000" + }, + { + "gotchiId": "3599", + "amount": "8.7475", + "parsedAmount": "8747500000000000000" + }, + { + "gotchiId": "3600", + "amount": "20.53", + "parsedAmount": "20530000000000000000" + }, + { + "gotchiId": "3601", + "amount": "8.0375", + "parsedAmount": "8037500000000000000" + }, + { + "gotchiId": "3602", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "3607", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "3610", + "amount": "19.5825", + "parsedAmount": "19582500000000000000" + }, + { + "gotchiId": "3613", + "amount": "35.095", + "parsedAmount": "35095000000000000000" + }, + { + "gotchiId": "3615", + "amount": "18.1575", + "parsedAmount": "18157500000000000000" + }, + { + "gotchiId": "3619", + "amount": "2.2425", + "parsedAmount": "2242500000000000000" + }, + { + "gotchiId": "3633", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "3636", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "3637", + "amount": "21.1675", + "parsedAmount": "21167500000000000000" + }, + { + "gotchiId": "3642", + "amount": "6.629999999999999", + "parsedAmount": "6629999999999999000" + }, + { + "gotchiId": "3643", + "amount": "21.5025", + "parsedAmount": "21502500000000000000" + }, + { + "gotchiId": "3644", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "3645", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "3647", + "amount": "35.71", + "parsedAmount": "35710000000000000000" + }, + { + "gotchiId": "3649", + "amount": "3.55", + "parsedAmount": "3550000000000000000" + }, + { + "gotchiId": "3650", + "amount": "60.21", + "parsedAmount": "60210000000000000000" + }, + { + "gotchiId": "3652", + "amount": "17.19", + "parsedAmount": "17190000000000000000" + }, + { + "gotchiId": "3654", + "amount": "7.49", + "parsedAmount": "7490000000000000000" + }, + { + "gotchiId": "3659", + "amount": "28.755000000000003", + "parsedAmount": "28755000000000003000" + }, + { + "gotchiId": "3660", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "3662", + "amount": "55.2325", + "parsedAmount": "55232500000000000000" + }, + { + "gotchiId": "3664", + "amount": "8.0775", + "parsedAmount": "8077500000000000000" + }, + { + "gotchiId": "3665", + "amount": "14.2575", + "parsedAmount": "14257500000000000000" + }, + { + "gotchiId": "3667", + "amount": "16.0425", + "parsedAmount": "16042500000000000000" + }, + { + "gotchiId": "3671", + "amount": "8.692499999999999", + "parsedAmount": "8692499999999999000" + }, + { + "gotchiId": "3672", + "amount": "13.3225", + "parsedAmount": "13322500000000000000" + }, + { + "gotchiId": "3673", + "amount": "26.205", + "parsedAmount": "26205000000000000000" + }, + { + "gotchiId": "3674", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "3676", + "amount": "2.265", + "parsedAmount": "2265000000000000000" + }, + { + "gotchiId": "3678", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "3679", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "3680", + "amount": "26.897499999999997", + "parsedAmount": "26897499999999997000" + }, + { + "gotchiId": "3682", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "3683", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "3684", + "amount": "3.3675", + "parsedAmount": "3367500000000000000" + }, + { + "gotchiId": "3687", + "amount": "15.8425", + "parsedAmount": "15842500000000000000" + }, + { + "gotchiId": "3690", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "3691", + "amount": "10.805", + "parsedAmount": "10805000000000000000" + }, + { + "gotchiId": "3696", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "3699", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "3701", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "3702", + "amount": "11.145", + "parsedAmount": "11145000000000000000" + }, + { + "gotchiId": "3709", + "amount": "10.364999999999998", + "parsedAmount": "10364999999999998000" + }, + { + "gotchiId": "3710", + "amount": "23.0425", + "parsedAmount": "23042500000000000000" + }, + { + "gotchiId": "3711", + "amount": "35.7575", + "parsedAmount": "35757500000000000000" + }, + { + "gotchiId": "3712", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "3713", + "amount": "7.23", + "parsedAmount": "7230000000000000000" + }, + { + "gotchiId": "3717", + "amount": "5.345000000000001", + "parsedAmount": "5345000000000001000" + }, + { + "gotchiId": "3718", + "amount": "6.44", + "parsedAmount": "6440000000000000000" + }, + { + "gotchiId": "3720", + "amount": "23.065", + "parsedAmount": "23065000000000000000" + }, + { + "gotchiId": "3722", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "3724", + "amount": "508.53749999999997", + "parsedAmount": "508537499999999970000" + }, + { + "gotchiId": "3725", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "3727", + "amount": "19.119999999999997", + "parsedAmount": "19119999999999997000" + }, + { + "gotchiId": "3728", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "3729", + "amount": "10.4575", + "parsedAmount": "10457500000000000000" + }, + { + "gotchiId": "3731", + "amount": "38.965", + "parsedAmount": "38965000000000000000" + }, + { + "gotchiId": "3734", + "amount": "42.795", + "parsedAmount": "42795000000000000000" + }, + { + "gotchiId": "3735", + "amount": "12.33", + "parsedAmount": "12330000000000000000" + }, + { + "gotchiId": "3736", + "amount": "131.0425", + "parsedAmount": "131042500000000000000" + }, + { + "gotchiId": "3738", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "3741", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "3742", + "amount": "17.044999999999998", + "parsedAmount": "17044999999999998000" + }, + { + "gotchiId": "3744", + "amount": "7.7524999999999995", + "parsedAmount": "7752499999999999500" + }, + { + "gotchiId": "3747", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "3749", + "amount": "191.945", + "parsedAmount": "191945000000000000000" + }, + { + "gotchiId": "3752", + "amount": "29.052500000000002", + "parsedAmount": "29052500000000002000" + }, + { + "gotchiId": "3753", + "amount": "23.21", + "parsedAmount": "23210000000000000000" + }, + { + "gotchiId": "3754", + "amount": "9.58", + "parsedAmount": "9580000000000000000" + }, + { + "gotchiId": "3759", + "amount": "7.0600000000000005", + "parsedAmount": "7060000000000000500" + }, + { + "gotchiId": "3762", + "amount": "11.182500000000001", + "parsedAmount": "11182500000000001000" + }, + { + "gotchiId": "3764", + "amount": "29.92", + "parsedAmount": "29920000000000000000" + }, + { + "gotchiId": "3767", + "amount": "8.8825", + "parsedAmount": "8882500000000000000" + }, + { + "gotchiId": "3769", + "amount": "5.85", + "parsedAmount": "5850000000000000000" + }, + { + "gotchiId": "3770", + "amount": "5.5975", + "parsedAmount": "5597500000000000000" + }, + { + "gotchiId": "3771", + "amount": "5.8525", + "parsedAmount": "5852500000000000000" + }, + { + "gotchiId": "3772", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "3773", + "amount": "16.96", + "parsedAmount": "16960000000000000000" + }, + { + "gotchiId": "3774", + "amount": "17.64", + "parsedAmount": "17640000000000000000" + }, + { + "gotchiId": "3776", + "amount": "3.18", + "parsedAmount": "3180000000000000000" + }, + { + "gotchiId": "3782", + "amount": "58.5225", + "parsedAmount": "58522500000000000000" + }, + { + "gotchiId": "3783", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "3784", + "amount": "12.425", + "parsedAmount": "12425000000000000000" + }, + { + "gotchiId": "3785", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "3787", + "amount": "39.5075", + "parsedAmount": "39507500000000000000" + }, + { + "gotchiId": "3788", + "amount": "102.965", + "parsedAmount": "102965000000000000000" + }, + { + "gotchiId": "3789", + "amount": "35.6075", + "parsedAmount": "35607500000000000000" + }, + { + "gotchiId": "3790", + "amount": "26.03", + "parsedAmount": "26030000000000000000" + }, + { + "gotchiId": "3792", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "3793", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "3794", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "3796", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "3799", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "3801", + "amount": "27.99", + "parsedAmount": "27990000000000000000" + }, + { + "gotchiId": "3802", + "amount": "6.385", + "parsedAmount": "6385000000000000000" + }, + { + "gotchiId": "3805", + "amount": "30.0675", + "parsedAmount": "30067500000000000000" + }, + { + "gotchiId": "3807", + "amount": "16.33", + "parsedAmount": "16330000000000000000" + }, + { + "gotchiId": "3815", + "amount": "9.1425", + "parsedAmount": "9142500000000000000" + }, + { + "gotchiId": "3816", + "amount": "21.7675", + "parsedAmount": "21767500000000000000" + }, + { + "gotchiId": "3818", + "amount": "8.15", + "parsedAmount": "8150000000000000000" + }, + { + "gotchiId": "3819", + "amount": "55.504999999999995", + "parsedAmount": "55504999999999995000" + }, + { + "gotchiId": "3820", + "amount": "59.11", + "parsedAmount": "59110000000000000000" + }, + { + "gotchiId": "3831", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "3834", + "amount": "3.7825", + "parsedAmount": "3782500000000000000" + }, + { + "gotchiId": "3835", + "amount": "62.1575", + "parsedAmount": "62157500000000000000" + }, + { + "gotchiId": "3837", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "3838", + "amount": "22.47", + "parsedAmount": "22470000000000000000" + }, + { + "gotchiId": "3839", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "3840", + "amount": "7.077500000000001", + "parsedAmount": "7077500000000001000" + }, + { + "gotchiId": "3841", + "amount": "3.0225", + "parsedAmount": "3022500000000000000" + }, + { + "gotchiId": "3842", + "amount": "25.4675", + "parsedAmount": "25467500000000000000" + }, + { + "gotchiId": "3843", + "amount": "11.955", + "parsedAmount": "11955000000000000000" + }, + { + "gotchiId": "3844", + "amount": "5.735", + "parsedAmount": "5735000000000000000" + }, + { + "gotchiId": "3846", + "amount": "26.81", + "parsedAmount": "26810000000000000000" + }, + { + "gotchiId": "3847", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "3848", + "amount": "6.6925", + "parsedAmount": "6692500000000000000" + }, + { + "gotchiId": "3849", + "amount": "39.777499999999996", + "parsedAmount": "39777499999999996000" + }, + { + "gotchiId": "3850", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "3852", + "amount": "79.97", + "parsedAmount": "79970000000000000000" + }, + { + "gotchiId": "3853", + "amount": "46.37", + "parsedAmount": "46370000000000000000" + }, + { + "gotchiId": "3855", + "amount": "27.622500000000002", + "parsedAmount": "27622500000000002000" + }, + { + "gotchiId": "3856", + "amount": "9.4225", + "parsedAmount": "9422500000000000000" + }, + { + "gotchiId": "3857", + "amount": "12.959999999999999", + "parsedAmount": "12959999999999999000" + }, + { + "gotchiId": "3858", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "3859", + "amount": "18.1325", + "parsedAmount": "18132500000000000000" + }, + { + "gotchiId": "3860", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "3861", + "amount": "41.7725", + "parsedAmount": "41772500000000000000" + }, + { + "gotchiId": "3862", + "amount": "27.925", + "parsedAmount": "27925000000000000000" + }, + { + "gotchiId": "3863", + "amount": "13.15", + "parsedAmount": "13150000000000000000" + }, + { + "gotchiId": "3864", + "amount": "31.637500000000003", + "parsedAmount": "31637500000000003000" + }, + { + "gotchiId": "3865", + "amount": "16.04", + "parsedAmount": "16040000000000000000" + }, + { + "gotchiId": "3866", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "3867", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "3868", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "3869", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "3873", + "amount": "22.7025", + "parsedAmount": "22702500000000000000" + }, + { + "gotchiId": "3874", + "amount": "45.60750000000001", + "parsedAmount": "45607500000000010000" + }, + { + "gotchiId": "3875", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "3876", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "3877", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "3879", + "amount": "18.3875", + "parsedAmount": "18387500000000000000" + }, + { + "gotchiId": "3880", + "amount": "2.25", + "parsedAmount": "2250000000000000000" + }, + { + "gotchiId": "3881", + "amount": "12.375", + "parsedAmount": "12375000000000000000" + }, + { + "gotchiId": "3884", + "amount": "6.11", + "parsedAmount": "6110000000000000000" + }, + { + "gotchiId": "3891", + "amount": "33.2775", + "parsedAmount": "33277500000000000000" + }, + { + "gotchiId": "3893", + "amount": "12.0175", + "parsedAmount": "12017500000000000000" + }, + { + "gotchiId": "3895", + "amount": "13.6675", + "parsedAmount": "13667500000000000000" + }, + { + "gotchiId": "3898", + "amount": "21.085", + "parsedAmount": "21085000000000000000" + }, + { + "gotchiId": "3899", + "amount": "21.432499999999997", + "parsedAmount": "21432499999999997000" + }, + { + "gotchiId": "3900", + "amount": "27.6275", + "parsedAmount": "27627500000000000000" + }, + { + "gotchiId": "3905", + "amount": "21.947499999999998", + "parsedAmount": "21947499999999998000" + }, + { + "gotchiId": "3907", + "amount": "23.4425", + "parsedAmount": "23442500000000000000" + }, + { + "gotchiId": "3908", + "amount": "5.67", + "parsedAmount": "5670000000000000000" + }, + { + "gotchiId": "3914", + "amount": "2.1275", + "parsedAmount": "2127500000000000000" + }, + { + "gotchiId": "3917", + "amount": "33.2325", + "parsedAmount": "33232500000000000000" + }, + { + "gotchiId": "3922", + "amount": "4.555", + "parsedAmount": "4555000000000000000" + }, + { + "gotchiId": "3924", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "3925", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "3928", + "amount": "32.545", + "parsedAmount": "32545000000000000000" + }, + { + "gotchiId": "3929", + "amount": "66.625", + "parsedAmount": "66625000000000000000" + }, + { + "gotchiId": "3931", + "amount": "127.655", + "parsedAmount": "127655000000000000000" + }, + { + "gotchiId": "3932", + "amount": "62.86", + "parsedAmount": "62860000000000000000" + }, + { + "gotchiId": "3933", + "amount": "54.915", + "parsedAmount": "54915000000000000000" + }, + { + "gotchiId": "3934", + "amount": "90.705", + "parsedAmount": "90705000000000000000" + }, + { + "gotchiId": "3935", + "amount": "115.72749999999999", + "parsedAmount": "115727499999999990000" + }, + { + "gotchiId": "3936", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "3938", + "amount": "69.3875", + "parsedAmount": "69387500000000000000" + }, + { + "gotchiId": "3939", + "amount": "58.195", + "parsedAmount": "58195000000000000000" + }, + { + "gotchiId": "3942", + "amount": "104.02250000000001", + "parsedAmount": "104022500000000010000" + }, + { + "gotchiId": "3946", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "3948", + "amount": "82.2525", + "parsedAmount": "82252500000000000000" + }, + { + "gotchiId": "3949", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "3952", + "amount": "6.3125", + "parsedAmount": "6312500000000000000" + }, + { + "gotchiId": "3954", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "3955", + "amount": "9.535", + "parsedAmount": "9535000000000000000" + }, + { + "gotchiId": "3958", + "amount": "9.2125", + "parsedAmount": "9212500000000000000" + }, + { + "gotchiId": "3959", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "3961", + "amount": "9.2025", + "parsedAmount": "9202500000000000000" + }, + { + "gotchiId": "3962", + "amount": "5.545", + "parsedAmount": "5545000000000000000" + }, + { + "gotchiId": "3963", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "3964", + "amount": "9.395", + "parsedAmount": "9395000000000000000" + }, + { + "gotchiId": "3965", + "amount": "5.69", + "parsedAmount": "5690000000000000000" + }, + { + "gotchiId": "3966", + "amount": "10.370000000000001", + "parsedAmount": "10370000000000001000" + }, + { + "gotchiId": "3967", + "amount": "41.205", + "parsedAmount": "41205000000000000000" + }, + { + "gotchiId": "3968", + "amount": "5.54", + "parsedAmount": "5540000000000000000" + }, + { + "gotchiId": "3969", + "amount": "5.51", + "parsedAmount": "5510000000000000000" + }, + { + "gotchiId": "3970", + "amount": "5.545", + "parsedAmount": "5545000000000000000" + }, + { + "gotchiId": "3971", + "amount": "32.83", + "parsedAmount": "32830000000000000000" + }, + { + "gotchiId": "3972", + "amount": "5.515", + "parsedAmount": "5515000000000000000" + }, + { + "gotchiId": "3973", + "amount": "5.5375", + "parsedAmount": "5537500000000000000" + }, + { + "gotchiId": "3974", + "amount": "38.48", + "parsedAmount": "38480000000000000000" + }, + { + "gotchiId": "3975", + "amount": "5.5225", + "parsedAmount": "5522500000000000000" + }, + { + "gotchiId": "3976", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "3977", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "3978", + "amount": "5.5425", + "parsedAmount": "5542500000000000000" + }, + { + "gotchiId": "3979", + "amount": "9.13", + "parsedAmount": "9130000000000000000" + }, + { + "gotchiId": "3980", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "3981", + "amount": "23.795", + "parsedAmount": "23795000000000000000" + }, + { + "gotchiId": "3982", + "amount": "10.399999999999999", + "parsedAmount": "10399999999999999000" + }, + { + "gotchiId": "3983", + "amount": "15.5825", + "parsedAmount": "15582500000000000000" + }, + { + "gotchiId": "3984", + "amount": "5.095", + "parsedAmount": "5095000000000000000" + }, + { + "gotchiId": "3985", + "amount": "19.3275", + "parsedAmount": "19327500000000000000" + }, + { + "gotchiId": "3986", + "amount": "79.1925", + "parsedAmount": "79192500000000000000" + }, + { + "gotchiId": "3987", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "3989", + "amount": "52.3075", + "parsedAmount": "52307500000000000000" + }, + { + "gotchiId": "3991", + "amount": "6.26", + "parsedAmount": "6260000000000000000" + }, + { + "gotchiId": "3992", + "amount": "9.105", + "parsedAmount": "9105000000000000000" + }, + { + "gotchiId": "3993", + "amount": "3.2725", + "parsedAmount": "3272500000000000000" + }, + { + "gotchiId": "3997", + "amount": "32.1975", + "parsedAmount": "32197500000000000000" + }, + { + "gotchiId": "3998", + "amount": "25", + "parsedAmount": "25000000000000000000" + }, + { + "gotchiId": "3999", + "amount": "31.025", + "parsedAmount": "31025000000000000000" + }, + { + "gotchiId": "4003", + "amount": "11.2075", + "parsedAmount": "11207500000000000000" + }, + { + "gotchiId": "4005", + "amount": "51.227500000000006", + "parsedAmount": "51227500000000006000" + }, + { + "gotchiId": "4006", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "4013", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "4020", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "4021", + "amount": "30.7275", + "parsedAmount": "30727500000000000000" + }, + { + "gotchiId": "4025", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "4026", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "4028", + "amount": "17.73", + "parsedAmount": "17730000000000000000" + }, + { + "gotchiId": "4030", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "4032", + "amount": "14.950000000000001", + "parsedAmount": "14950000000000001000" + }, + { + "gotchiId": "4033", + "amount": "8.3675", + "parsedAmount": "8367500000000000000" + }, + { + "gotchiId": "4034", + "amount": "3.0675", + "parsedAmount": "3067500000000000000" + }, + { + "gotchiId": "4036", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "4038", + "amount": "41.4575", + "parsedAmount": "41457500000000000000" + }, + { + "gotchiId": "4040", + "amount": "13.532499999999999", + "parsedAmount": "13532499999999999000" + }, + { + "gotchiId": "4041", + "amount": "9.155", + "parsedAmount": "9155000000000000000" + }, + { + "gotchiId": "4044", + "amount": "21.465", + "parsedAmount": "21465000000000000000" + }, + { + "gotchiId": "4047", + "amount": "9.6975", + "parsedAmount": "9697500000000000000" + }, + { + "gotchiId": "4048", + "amount": "3.1975", + "parsedAmount": "3197500000000000000" + }, + { + "gotchiId": "4050", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "4051", + "amount": "3.075", + "parsedAmount": "3075000000000000000" + }, + { + "gotchiId": "4052", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "4055", + "amount": "23.189999999999998", + "parsedAmount": "23189999999999998000" + }, + { + "gotchiId": "4057", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "4058", + "amount": "16.8", + "parsedAmount": "16800000000000000000" + }, + { + "gotchiId": "4059", + "amount": "22.05", + "parsedAmount": "22050000000000000000" + }, + { + "gotchiId": "4060", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "4061", + "amount": "11.7275", + "parsedAmount": "11727500000000000000" + }, + { + "gotchiId": "4062", + "amount": "11.045", + "parsedAmount": "11045000000000000000" + }, + { + "gotchiId": "4064", + "amount": "32.2925", + "parsedAmount": "32292500000000000000" + }, + { + "gotchiId": "4067", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "4068", + "amount": "12.055", + "parsedAmount": "12055000000000000000" + }, + { + "gotchiId": "4069", + "amount": "38.8125", + "parsedAmount": "38812500000000000000" + }, + { + "gotchiId": "4070", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "4071", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "4072", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "4075", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "4076", + "amount": "2.8525", + "parsedAmount": "2852500000000000000" + }, + { + "gotchiId": "4078", + "amount": "15.985", + "parsedAmount": "15985000000000000000" + }, + { + "gotchiId": "4079", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "4081", + "amount": "13.635", + "parsedAmount": "13635000000000000000" + }, + { + "gotchiId": "4082", + "amount": "16.3075", + "parsedAmount": "16307500000000000000" + }, + { + "gotchiId": "4083", + "amount": "74.8925", + "parsedAmount": "74892500000000000000" + }, + { + "gotchiId": "4090", + "amount": "160.1375", + "parsedAmount": "160137500000000000000" + }, + { + "gotchiId": "4091", + "amount": "8.82", + "parsedAmount": "8820000000000000000" + }, + { + "gotchiId": "4092", + "amount": "17.8925", + "parsedAmount": "17892500000000000000" + }, + { + "gotchiId": "4095", + "amount": "39.04", + "parsedAmount": "39040000000000000000" + }, + { + "gotchiId": "4097", + "amount": "9.2375", + "parsedAmount": "9237500000000000000" + }, + { + "gotchiId": "4100", + "amount": "5.135", + "parsedAmount": "5135000000000000000" + }, + { + "gotchiId": "4101", + "amount": "14.405", + "parsedAmount": "14405000000000000000" + }, + { + "gotchiId": "4102", + "amount": "54.0475", + "parsedAmount": "54047500000000000000" + }, + { + "gotchiId": "4103", + "amount": "7.3875", + "parsedAmount": "7387500000000000000" + }, + { + "gotchiId": "4104", + "amount": "12.92", + "parsedAmount": "12920000000000000000" + }, + { + "gotchiId": "4106", + "amount": "31.8825", + "parsedAmount": "31882500000000000000" + }, + { + "gotchiId": "4107", + "amount": "23.764999999999997", + "parsedAmount": "23764999999999997000" + }, + { + "gotchiId": "4109", + "amount": "10.915", + "parsedAmount": "10915000000000000000" + }, + { + "gotchiId": "4111", + "amount": "6.2225", + "parsedAmount": "6222500000000000000" + }, + { + "gotchiId": "4112", + "amount": "31.0775", + "parsedAmount": "31077500000000000000" + }, + { + "gotchiId": "4113", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "4115", + "amount": "26.69", + "parsedAmount": "26690000000000000000" + }, + { + "gotchiId": "4117", + "amount": "23.442500000000003", + "parsedAmount": "23442500000000003000" + }, + { + "gotchiId": "4119", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "4120", + "amount": "5.65", + "parsedAmount": "5650000000000000000" + }, + { + "gotchiId": "4121", + "amount": "11.405", + "parsedAmount": "11405000000000000000" + }, + { + "gotchiId": "4122", + "amount": "9.3125", + "parsedAmount": "9312500000000000000" + }, + { + "gotchiId": "4124", + "amount": "9.2625", + "parsedAmount": "9262500000000000000" + }, + { + "gotchiId": "4125", + "amount": "53.81", + "parsedAmount": "53810000000000000000" + }, + { + "gotchiId": "4127", + "amount": "14.06", + "parsedAmount": "14060000000000000000" + }, + { + "gotchiId": "4128", + "amount": "2.5225", + "parsedAmount": "2522500000000000000" + }, + { + "gotchiId": "4129", + "amount": "8.540000000000001", + "parsedAmount": "8540000000000001000" + }, + { + "gotchiId": "4130", + "amount": "14.5875", + "parsedAmount": "14587500000000000000" + }, + { + "gotchiId": "4131", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "4134", + "amount": "5.74", + "parsedAmount": "5740000000000000000" + }, + { + "gotchiId": "4141", + "amount": "5.095000000000001", + "parsedAmount": "5095000000000001000" + }, + { + "gotchiId": "4142", + "amount": "18.085", + "parsedAmount": "18085000000000000000" + }, + { + "gotchiId": "4143", + "amount": "13.785", + "parsedAmount": "13785000000000000000" + }, + { + "gotchiId": "4144", + "amount": "35.5475", + "parsedAmount": "35547500000000000000" + }, + { + "gotchiId": "4146", + "amount": "8.7825", + "parsedAmount": "8782500000000000000" + }, + { + "gotchiId": "4147", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "4148", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "4150", + "amount": "27.1825", + "parsedAmount": "27182500000000000000" + }, + { + "gotchiId": "4154", + "amount": "10.2425", + "parsedAmount": "10242500000000000000" + }, + { + "gotchiId": "4156", + "amount": "42.5625", + "parsedAmount": "42562500000000000000" + }, + { + "gotchiId": "4159", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "4163", + "amount": "11.66", + "parsedAmount": "11660000000000000000" + }, + { + "gotchiId": "4164", + "amount": "17.9225", + "parsedAmount": "17922500000000000000" + }, + { + "gotchiId": "4165", + "amount": "37.745", + "parsedAmount": "37745000000000000000" + }, + { + "gotchiId": "4166", + "amount": "17.119999999999997", + "parsedAmount": "17119999999999997000" + }, + { + "gotchiId": "4167", + "amount": "12.434999999999999", + "parsedAmount": "12434999999999999000" + }, + { + "gotchiId": "4168", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "4170", + "amount": "21.04", + "parsedAmount": "21040000000000000000" + }, + { + "gotchiId": "4174", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "4175", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "4180", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "4182", + "amount": "31.615", + "parsedAmount": "31615000000000000000" + }, + { + "gotchiId": "4186", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "4187", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "4190", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "4192", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "4196", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "4197", + "amount": "12.93", + "parsedAmount": "12930000000000000000" + }, + { + "gotchiId": "4200", + "amount": "5.675000000000001", + "parsedAmount": "5675000000000001000" + }, + { + "gotchiId": "4206", + "amount": "4.5475", + "parsedAmount": "4547500000000000000" + }, + { + "gotchiId": "4211", + "amount": "6.2425", + "parsedAmount": "6242500000000000000" + }, + { + "gotchiId": "4214", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "4215", + "amount": "151.31000000000003", + "parsedAmount": "151310000000000030000" + }, + { + "gotchiId": "4216", + "amount": "13.1575", + "parsedAmount": "13157500000000000000" + }, + { + "gotchiId": "4217", + "amount": "7.8774999999999995", + "parsedAmount": "7877499999999999500" + }, + { + "gotchiId": "4218", + "amount": "12.532499999999999", + "parsedAmount": "12532499999999999000" + }, + { + "gotchiId": "4221", + "amount": "16.845", + "parsedAmount": "16845000000000000000" + }, + { + "gotchiId": "4223", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "4228", + "amount": "41.1875", + "parsedAmount": "41187500000000000000" + }, + { + "gotchiId": "4230", + "amount": "113.4825", + "parsedAmount": "113482500000000000000" + }, + { + "gotchiId": "4231", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "4232", + "amount": "127.71499999999999", + "parsedAmount": "127714999999999990000" + }, + { + "gotchiId": "4233", + "amount": "6.237500000000001", + "parsedAmount": "6237500000000001000" + }, + { + "gotchiId": "4236", + "amount": "11.290000000000001", + "parsedAmount": "11290000000000001000" + }, + { + "gotchiId": "4237", + "amount": "13.065", + "parsedAmount": "13065000000000000000" + }, + { + "gotchiId": "4238", + "amount": "27.84", + "parsedAmount": "27840000000000000000" + }, + { + "gotchiId": "4239", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "4240", + "amount": "16.685", + "parsedAmount": "16685000000000000000" + }, + { + "gotchiId": "4243", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "4248", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "4249", + "amount": "17.475", + "parsedAmount": "17475000000000000000" + }, + { + "gotchiId": "4251", + "amount": "3.5225", + "parsedAmount": "3522500000000000000" + }, + { + "gotchiId": "4263", + "amount": "55.28", + "parsedAmount": "55280000000000000000" + }, + { + "gotchiId": "4264", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "4266", + "amount": "30.71", + "parsedAmount": "30710000000000000000" + }, + { + "gotchiId": "4271", + "amount": "225.85000000000002", + "parsedAmount": "225850000000000020000" + }, + { + "gotchiId": "4272", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "4273", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "4274", + "amount": "14.075000000000001", + "parsedAmount": "14075000000000001000" + }, + { + "gotchiId": "4277", + "amount": "12.8325", + "parsedAmount": "12832500000000000000" + }, + { + "gotchiId": "4278", + "amount": "7.327500000000001", + "parsedAmount": "7327500000000001000" + }, + { + "gotchiId": "4280", + "amount": "20.839999999999996", + "parsedAmount": "20839999999999996000" + }, + { + "gotchiId": "4282", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "4283", + "amount": "27.6175", + "parsedAmount": "27617500000000000000" + }, + { + "gotchiId": "4285", + "amount": "392.90999999999997", + "parsedAmount": "392909999999999970000" + }, + { + "gotchiId": "4286", + "amount": "13.377500000000001", + "parsedAmount": "13377500000000001000" + }, + { + "gotchiId": "4291", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "4292", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "4293", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "4294", + "amount": "6.115", + "parsedAmount": "6115000000000000000" + }, + { + "gotchiId": "4297", + "amount": "9.0775", + "parsedAmount": "9077500000000000000" + }, + { + "gotchiId": "4298", + "amount": "71.5375", + "parsedAmount": "71537500000000000000" + }, + { + "gotchiId": "4300", + "amount": "5.445", + "parsedAmount": "5445000000000000000" + }, + { + "gotchiId": "4301", + "amount": "155.165", + "parsedAmount": "155165000000000000000" + }, + { + "gotchiId": "4302", + "amount": "157.155", + "parsedAmount": "157155000000000000000" + }, + { + "gotchiId": "4309", + "amount": "10.4475", + "parsedAmount": "10447500000000000000" + }, + { + "gotchiId": "4310", + "amount": "5.2775", + "parsedAmount": "5277500000000000000" + }, + { + "gotchiId": "4311", + "amount": "3.92", + "parsedAmount": "3920000000000000000" + }, + { + "gotchiId": "4315", + "amount": "6.055", + "parsedAmount": "6055000000000000000" + }, + { + "gotchiId": "4317", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "4320", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "4321", + "amount": "30.3825", + "parsedAmount": "30382500000000000000" + }, + { + "gotchiId": "4322", + "amount": "6.605", + "parsedAmount": "6605000000000000000" + }, + { + "gotchiId": "4323", + "amount": "29.634999999999998", + "parsedAmount": "29634999999999998000" + }, + { + "gotchiId": "4324", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "4326", + "amount": "12.145", + "parsedAmount": "12145000000000000000" + }, + { + "gotchiId": "4333", + "amount": "4.98", + "parsedAmount": "4980000000000000000" + }, + { + "gotchiId": "4334", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "4336", + "amount": "5.637499999999999", + "parsedAmount": "5637499999999999000" + }, + { + "gotchiId": "4343", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "4344", + "amount": "19.152500000000003", + "parsedAmount": "19152500000000003000" + }, + { + "gotchiId": "4348", + "amount": "34.1475", + "parsedAmount": "34147500000000000000" + }, + { + "gotchiId": "4349", + "amount": "28.5825", + "parsedAmount": "28582500000000000000" + }, + { + "gotchiId": "4350", + "amount": "747.66", + "parsedAmount": "747660000000000000000" + }, + { + "gotchiId": "4351", + "amount": "30.0075", + "parsedAmount": "30007500000000000000" + }, + { + "gotchiId": "4352", + "amount": "29.064999999999998", + "parsedAmount": "29064999999999998000" + }, + { + "gotchiId": "4355", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "4356", + "amount": "12.16", + "parsedAmount": "12160000000000000000" + }, + { + "gotchiId": "4358", + "amount": "2.4475", + "parsedAmount": "2447500000000000000" + }, + { + "gotchiId": "4359", + "amount": "11.715", + "parsedAmount": "11715000000000000000" + }, + { + "gotchiId": "4363", + "amount": "21.1575", + "parsedAmount": "21157500000000000000" + }, + { + "gotchiId": "4365", + "amount": "26.862499999999997", + "parsedAmount": "26862499999999997000" + }, + { + "gotchiId": "4366", + "amount": "21.4075", + "parsedAmount": "21407500000000000000" + }, + { + "gotchiId": "4367", + "amount": "35.6025", + "parsedAmount": "35602500000000000000" + }, + { + "gotchiId": "4368", + "amount": "41.22", + "parsedAmount": "41220000000000000000" + }, + { + "gotchiId": "4369", + "amount": "25.155", + "parsedAmount": "25155000000000000000" + }, + { + "gotchiId": "4370", + "amount": "27.1", + "parsedAmount": "27100000000000000000" + }, + { + "gotchiId": "4371", + "amount": "25.4625", + "parsedAmount": "25462500000000000000" + }, + { + "gotchiId": "4372", + "amount": "75.2175", + "parsedAmount": "75217500000000000000" + }, + { + "gotchiId": "4373", + "amount": "21.4625", + "parsedAmount": "21462500000000000000" + }, + { + "gotchiId": "4374", + "amount": "27.792499999999997", + "parsedAmount": "27792499999999997000" + }, + { + "gotchiId": "4375", + "amount": "33.865", + "parsedAmount": "33865000000000000000" + }, + { + "gotchiId": "4376", + "amount": "21.380000000000003", + "parsedAmount": "21380000000000003000" + }, + { + "gotchiId": "4377", + "amount": "21.49", + "parsedAmount": "21490000000000000000" + }, + { + "gotchiId": "4378", + "amount": "21.525", + "parsedAmount": "21525000000000000000" + }, + { + "gotchiId": "4379", + "amount": "21.605", + "parsedAmount": "21605000000000000000" + }, + { + "gotchiId": "4387", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "4391", + "amount": "25.9175", + "parsedAmount": "25917500000000000000" + }, + { + "gotchiId": "4392", + "amount": "12.5575", + "parsedAmount": "12557500000000000000" + }, + { + "gotchiId": "4394", + "amount": "22.705000000000002", + "parsedAmount": "22705000000000002000" + }, + { + "gotchiId": "4395", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "4396", + "amount": "12.54", + "parsedAmount": "12540000000000000000" + }, + { + "gotchiId": "4397", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "4404", + "amount": "7.27", + "parsedAmount": "7270000000000000000" + }, + { + "gotchiId": "4405", + "amount": "127.5125", + "parsedAmount": "127512500000000000000" + }, + { + "gotchiId": "4406", + "amount": "13.7075", + "parsedAmount": "13707500000000000000" + }, + { + "gotchiId": "4410", + "amount": "15.415", + "parsedAmount": "15415000000000000000" + }, + { + "gotchiId": "4411", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "4412", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "4414", + "amount": "27.335", + "parsedAmount": "27335000000000000000" + }, + { + "gotchiId": "4416", + "amount": "18", + "parsedAmount": "18000000000000000000" + }, + { + "gotchiId": "4417", + "amount": "25.89", + "parsedAmount": "25890000000000000000" + }, + { + "gotchiId": "4419", + "amount": "31.73", + "parsedAmount": "31730000000000000000" + }, + { + "gotchiId": "4421", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "4422", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "4424", + "amount": "26.612499999999997", + "parsedAmount": "26612499999999997000" + }, + { + "gotchiId": "4426", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "4429", + "amount": "7.37", + "parsedAmount": "7370000000000000000" + }, + { + "gotchiId": "4431", + "amount": "14.315", + "parsedAmount": "14315000000000000000" + }, + { + "gotchiId": "4433", + "amount": "32.9325", + "parsedAmount": "32932500000000000000" + }, + { + "gotchiId": "4434", + "amount": "16.415", + "parsedAmount": "16415000000000000000" + }, + { + "gotchiId": "4435", + "amount": "8.1725", + "parsedAmount": "8172500000000000000" + }, + { + "gotchiId": "4436", + "amount": "90.175", + "parsedAmount": "90175000000000000000" + }, + { + "gotchiId": "4438", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "4441", + "amount": "196.1325", + "parsedAmount": "196132500000000000000" + }, + { + "gotchiId": "4444", + "amount": "29.845", + "parsedAmount": "29845000000000000000" + }, + { + "gotchiId": "4446", + "amount": "26.085", + "parsedAmount": "26085000000000000000" + }, + { + "gotchiId": "4449", + "amount": "7.6275", + "parsedAmount": "7627500000000000000" + }, + { + "gotchiId": "4450", + "amount": "8.372499999999999", + "parsedAmount": "8372499999999999000" + }, + { + "gotchiId": "4452", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "4453", + "amount": "12.755", + "parsedAmount": "12755000000000000000" + }, + { + "gotchiId": "4456", + "amount": "8.7075", + "parsedAmount": "8707500000000000000" + }, + { + "gotchiId": "4458", + "amount": "11.705", + "parsedAmount": "11705000000000000000" + }, + { + "gotchiId": "4461", + "amount": "15.5225", + "parsedAmount": "15522500000000000000" + }, + { + "gotchiId": "4462", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "4464", + "amount": "9.635", + "parsedAmount": "9635000000000000000" + }, + { + "gotchiId": "4465", + "amount": "48.919999999999995", + "parsedAmount": "48919999999999995000" + }, + { + "gotchiId": "4467", + "amount": "46.45", + "parsedAmount": "46450000000000000000" + }, + { + "gotchiId": "4468", + "amount": "26.4825", + "parsedAmount": "26482500000000000000" + }, + { + "gotchiId": "4469", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "4470", + "amount": "15.19", + "parsedAmount": "15190000000000000000" + }, + { + "gotchiId": "4471", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "4472", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "4473", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "4475", + "amount": "8.29", + "parsedAmount": "8290000000000000000" + }, + { + "gotchiId": "4476", + "amount": "28.925", + "parsedAmount": "28925000000000000000" + }, + { + "gotchiId": "4478", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "4479", + "amount": "564.8775", + "parsedAmount": "564877500000000000000" + }, + { + "gotchiId": "4480", + "amount": "9.29", + "parsedAmount": "9290000000000000000" + }, + { + "gotchiId": "4481", + "amount": "60.74250000000001", + "parsedAmount": "60742500000000010000" + }, + { + "gotchiId": "4483", + "amount": "16.5", + "parsedAmount": "16500000000000000000" + }, + { + "gotchiId": "4485", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "4486", + "amount": "52.2825", + "parsedAmount": "52282500000000000000" + }, + { + "gotchiId": "4487", + "amount": "6.1775", + "parsedAmount": "6177500000000000000" + }, + { + "gotchiId": "4488", + "amount": "5.140000000000001", + "parsedAmount": "5140000000000001000" + }, + { + "gotchiId": "4489", + "amount": "103.63749999999999", + "parsedAmount": "103637499999999990000" + }, + { + "gotchiId": "4495", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "4497", + "amount": "15.295", + "parsedAmount": "15295000000000000000" + }, + { + "gotchiId": "4501", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "4503", + "amount": "55.3025", + "parsedAmount": "55302500000000000000" + }, + { + "gotchiId": "4504", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "4505", + "amount": "16.485", + "parsedAmount": "16485000000000000000" + }, + { + "gotchiId": "4506", + "amount": "12.875", + "parsedAmount": "12875000000000000000" + }, + { + "gotchiId": "4509", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "4510", + "amount": "19.6575", + "parsedAmount": "19657500000000000000" + }, + { + "gotchiId": "4517", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "4518", + "amount": "460.90000000000003", + "parsedAmount": "460900000000000030000" + }, + { + "gotchiId": "4519", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "4521", + "amount": "23.805", + "parsedAmount": "23805000000000000000" + }, + { + "gotchiId": "4524", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "4527", + "amount": "22.3625", + "parsedAmount": "22362500000000000000" + }, + { + "gotchiId": "4531", + "amount": "19.5375", + "parsedAmount": "19537500000000000000" + }, + { + "gotchiId": "4533", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "4534", + "amount": "302.34499999999997", + "parsedAmount": "302344999999999970000" + }, + { + "gotchiId": "4536", + "amount": "17.927500000000002", + "parsedAmount": "17927500000000002000" + }, + { + "gotchiId": "4539", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "4540", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "4542", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + } + ], + "totalAmount": "13208104999999999985500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768469, + "gasUsed": "9851141" + }, + { + "batchIndex": 4, + "transactionHash": "0xdcd6e669721c75e83baccca94134b26da5c195c751cd3b89338d854dd3b4a18b", + "timestamp": "2025-11-05T07:04:52.071Z", + "gotchiRewards": [ + { + "gotchiId": "4550", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "4551", + "amount": "22.215", + "parsedAmount": "22215000000000000000" + }, + { + "gotchiId": "4556", + "amount": "10.1075", + "parsedAmount": "10107500000000000000" + }, + { + "gotchiId": "4560", + "amount": "72.815", + "parsedAmount": "72815000000000000000" + }, + { + "gotchiId": "4561", + "amount": "269.2325", + "parsedAmount": "269232500000000000000" + }, + { + "gotchiId": "4564", + "amount": "288.16249999999997", + "parsedAmount": "288162499999999970000" + }, + { + "gotchiId": "4566", + "amount": "428.32", + "parsedAmount": "428320000000000000000" + }, + { + "gotchiId": "4567", + "amount": "298.1925", + "parsedAmount": "298192500000000000000" + }, + { + "gotchiId": "4568", + "amount": "3.0075", + "parsedAmount": "3007500000000000000" + }, + { + "gotchiId": "4577", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "4581", + "amount": "157.23", + "parsedAmount": "157230000000000000000" + }, + { + "gotchiId": "4589", + "amount": "58.26", + "parsedAmount": "58260000000000000000" + }, + { + "gotchiId": "4590", + "amount": "10.4025", + "parsedAmount": "10402500000000000000" + }, + { + "gotchiId": "4591", + "amount": "32.5775", + "parsedAmount": "32577500000000000000" + }, + { + "gotchiId": "4595", + "amount": "31.017500000000002", + "parsedAmount": "31017500000000002000" + }, + { + "gotchiId": "4597", + "amount": "13.7725", + "parsedAmount": "13772500000000000000" + }, + { + "gotchiId": "4598", + "amount": "26.4225", + "parsedAmount": "26422500000000000000" + }, + { + "gotchiId": "4599", + "amount": "14.967500000000001", + "parsedAmount": "14967500000000001000" + }, + { + "gotchiId": "4607", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "4608", + "amount": "3.3875", + "parsedAmount": "3387500000000000000" + }, + { + "gotchiId": "4612", + "amount": "13.415000000000001", + "parsedAmount": "13415000000000001000" + }, + { + "gotchiId": "4613", + "amount": "12.489999999999998", + "parsedAmount": "12489999999999998000" + }, + { + "gotchiId": "4614", + "amount": "5.890000000000001", + "parsedAmount": "5890000000000001000" + }, + { + "gotchiId": "4616", + "amount": "255.65999999999997", + "parsedAmount": "255659999999999970000" + }, + { + "gotchiId": "4617", + "amount": "18.2125", + "parsedAmount": "18212500000000000000" + }, + { + "gotchiId": "4620", + "amount": "7.2025", + "parsedAmount": "7202500000000000000" + }, + { + "gotchiId": "4621", + "amount": "11.575", + "parsedAmount": "11575000000000000000" + }, + { + "gotchiId": "4622", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "4624", + "amount": "9.44", + "parsedAmount": "9440000000000000000" + }, + { + "gotchiId": "4628", + "amount": "12.0225", + "parsedAmount": "12022500000000000000" + }, + { + "gotchiId": "4630", + "amount": "9.297500000000001", + "parsedAmount": "9297500000000001000" + }, + { + "gotchiId": "4634", + "amount": "5.69", + "parsedAmount": "5690000000000000000" + }, + { + "gotchiId": "4636", + "amount": "48.035", + "parsedAmount": "48035000000000000000" + }, + { + "gotchiId": "4639", + "amount": "70.075", + "parsedAmount": "70075000000000000000" + }, + { + "gotchiId": "4640", + "amount": "73.4975", + "parsedAmount": "73497500000000000000" + }, + { + "gotchiId": "4642", + "amount": "8.829999999999998", + "parsedAmount": "8829999999999998000" + }, + { + "gotchiId": "4646", + "amount": "9.5875", + "parsedAmount": "9587500000000000000" + }, + { + "gotchiId": "4649", + "amount": "8.3725", + "parsedAmount": "8372500000000000000" + }, + { + "gotchiId": "4650", + "amount": "149.59750000000003", + "parsedAmount": "149597500000000030000" + }, + { + "gotchiId": "4651", + "amount": "20.3625", + "parsedAmount": "20362500000000000000" + }, + { + "gotchiId": "4652", + "amount": "14.955", + "parsedAmount": "14955000000000000000" + }, + { + "gotchiId": "4660", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "4662", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "4663", + "amount": "6.1225000000000005", + "parsedAmount": "6122500000000000500" + }, + { + "gotchiId": "4665", + "amount": "11.2325", + "parsedAmount": "11232500000000000000" + }, + { + "gotchiId": "4669", + "amount": "15.945", + "parsedAmount": "15945000000000000000" + }, + { + "gotchiId": "4670", + "amount": "61.375", + "parsedAmount": "61375000000000000000" + }, + { + "gotchiId": "4673", + "amount": "6.9875", + "parsedAmount": "6987500000000000000" + }, + { + "gotchiId": "4675", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "4676", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "4677", + "amount": "195.7525", + "parsedAmount": "195752500000000000000" + }, + { + "gotchiId": "4678", + "amount": "36.527499999999996", + "parsedAmount": "36527499999999996000" + }, + { + "gotchiId": "4679", + "amount": "206.6775", + "parsedAmount": "206677500000000000000" + }, + { + "gotchiId": "4680", + "amount": "190.82250000000002", + "parsedAmount": "190822500000000020000" + }, + { + "gotchiId": "4681", + "amount": "181.77749999999997", + "parsedAmount": "181777499999999970000" + }, + { + "gotchiId": "4682", + "amount": "222.8975", + "parsedAmount": "222897500000000000000" + }, + { + "gotchiId": "4683", + "amount": "186.155", + "parsedAmount": "186155000000000000000" + }, + { + "gotchiId": "4684", + "amount": "177.64249999999998", + "parsedAmount": "177642499999999980000" + }, + { + "gotchiId": "4685", + "amount": "82.56750000000001", + "parsedAmount": "82567500000000010000" + }, + { + "gotchiId": "4689", + "amount": "17", + "parsedAmount": "17000000000000000000" + }, + { + "gotchiId": "4690", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "4691", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "4692", + "amount": "23.225", + "parsedAmount": "23225000000000000000" + }, + { + "gotchiId": "4693", + "amount": "107.29499999999999", + "parsedAmount": "107294999999999990000" + }, + { + "gotchiId": "4694", + "amount": "11.092500000000001", + "parsedAmount": "11092500000000001000" + }, + { + "gotchiId": "4695", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "4696", + "amount": "27.01", + "parsedAmount": "27010000000000000000" + }, + { + "gotchiId": "4698", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "4700", + "amount": "59.8925", + "parsedAmount": "59892500000000000000" + }, + { + "gotchiId": "4701", + "amount": "73.7825", + "parsedAmount": "73782500000000000000" + }, + { + "gotchiId": "4702", + "amount": "5.52", + "parsedAmount": "5520000000000000000" + }, + { + "gotchiId": "4703", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "4706", + "amount": "10.5775", + "parsedAmount": "10577500000000000000" + }, + { + "gotchiId": "4707", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "4708", + "amount": "16.955", + "parsedAmount": "16955000000000000000" + }, + { + "gotchiId": "4709", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "4710", + "amount": "12.54", + "parsedAmount": "12540000000000000000" + }, + { + "gotchiId": "4711", + "amount": "9.855", + "parsedAmount": "9855000000000000000" + }, + { + "gotchiId": "4713", + "amount": "13.075", + "parsedAmount": "13075000000000000000" + }, + { + "gotchiId": "4714", + "amount": "24.515", + "parsedAmount": "24515000000000000000" + }, + { + "gotchiId": "4715", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "4716", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "4717", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "4718", + "amount": "10.184999999999999", + "parsedAmount": "10184999999999999000" + }, + { + "gotchiId": "4720", + "amount": "33.3575", + "parsedAmount": "33357500000000000000" + }, + { + "gotchiId": "4721", + "amount": "5.1375", + "parsedAmount": "5137500000000000000" + }, + { + "gotchiId": "4722", + "amount": "17.6325", + "parsedAmount": "17632500000000000000" + }, + { + "gotchiId": "4723", + "amount": "5.5425", + "parsedAmount": "5542500000000000000" + }, + { + "gotchiId": "4724", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "4727", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "4728", + "amount": "24.705", + "parsedAmount": "24705000000000000000" + }, + { + "gotchiId": "4729", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "4732", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "4733", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "4735", + "amount": "37.9", + "parsedAmount": "37900000000000000000" + }, + { + "gotchiId": "4738", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "4739", + "amount": "8.6075", + "parsedAmount": "8607500000000000000" + }, + { + "gotchiId": "4740", + "amount": "94.64", + "parsedAmount": "94640000000000000000" + }, + { + "gotchiId": "4742", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "4743", + "amount": "34.505", + "parsedAmount": "34505000000000000000" + }, + { + "gotchiId": "4744", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "4745", + "amount": "5.2525", + "parsedAmount": "5252500000000000000" + }, + { + "gotchiId": "4747", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "4749", + "amount": "83.18750000000001", + "parsedAmount": "83187500000000010000" + }, + { + "gotchiId": "4750", + "amount": "8.8975", + "parsedAmount": "8897500000000000000" + }, + { + "gotchiId": "4751", + "amount": "10.432500000000001", + "parsedAmount": "10432500000000001000" + }, + { + "gotchiId": "4753", + "amount": "27.45", + "parsedAmount": "27450000000000000000" + }, + { + "gotchiId": "4754", + "amount": "20.7675", + "parsedAmount": "20767500000000000000" + }, + { + "gotchiId": "4756", + "amount": "40.42999999999999", + "parsedAmount": "40429999999999990000" + }, + { + "gotchiId": "4763", + "amount": "11.844999999999999", + "parsedAmount": "11844999999999999000" + }, + { + "gotchiId": "4764", + "amount": "70.1825", + "parsedAmount": "70182500000000000000" + }, + { + "gotchiId": "4765", + "amount": "28.122500000000002", + "parsedAmount": "28122500000000002000" + }, + { + "gotchiId": "4777", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "4778", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "4783", + "amount": "15.5775", + "parsedAmount": "15577500000000000000" + }, + { + "gotchiId": "4784", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "4786", + "amount": "21.62", + "parsedAmount": "21620000000000000000" + }, + { + "gotchiId": "4789", + "amount": "109.2875", + "parsedAmount": "109287500000000000000" + }, + { + "gotchiId": "4790", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "4791", + "amount": "10.9925", + "parsedAmount": "10992500000000000000" + }, + { + "gotchiId": "4793", + "amount": "8.475", + "parsedAmount": "8475000000000000000" + }, + { + "gotchiId": "4794", + "amount": "76.72999999999999", + "parsedAmount": "76729999999999990000" + }, + { + "gotchiId": "4795", + "amount": "8.47", + "parsedAmount": "8470000000000000000" + }, + { + "gotchiId": "4797", + "amount": "20.8775", + "parsedAmount": "20877500000000000000" + }, + { + "gotchiId": "4798", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "4799", + "amount": "25.625", + "parsedAmount": "25625000000000000000" + }, + { + "gotchiId": "4802", + "amount": "28.6225", + "parsedAmount": "28622500000000000000" + }, + { + "gotchiId": "4803", + "amount": "5.95", + "parsedAmount": "5950000000000000000" + }, + { + "gotchiId": "4806", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "4807", + "amount": "19", + "parsedAmount": "19000000000000000000" + }, + { + "gotchiId": "4809", + "amount": "50.8525", + "parsedAmount": "50852500000000000000" + }, + { + "gotchiId": "4810", + "amount": "40.6975", + "parsedAmount": "40697500000000000000" + }, + { + "gotchiId": "4813", + "amount": "32.97", + "parsedAmount": "32970000000000000000" + }, + { + "gotchiId": "4814", + "amount": "34.435", + "parsedAmount": "34435000000000000000" + }, + { + "gotchiId": "4816", + "amount": "36.129999999999995", + "parsedAmount": "36129999999999995000" + }, + { + "gotchiId": "4817", + "amount": "34.18", + "parsedAmount": "34180000000000000000" + }, + { + "gotchiId": "4820", + "amount": "627.37", + "parsedAmount": "627370000000000000000" + }, + { + "gotchiId": "4827", + "amount": "2.665", + "parsedAmount": "2665000000000000000" + }, + { + "gotchiId": "4828", + "amount": "6.9775", + "parsedAmount": "6977500000000000000" + }, + { + "gotchiId": "4834", + "amount": "22.2", + "parsedAmount": "22200000000000000000" + }, + { + "gotchiId": "4836", + "amount": "10.8225", + "parsedAmount": "10822500000000000000" + }, + { + "gotchiId": "4837", + "amount": "37.3725", + "parsedAmount": "37372500000000000000" + }, + { + "gotchiId": "4838", + "amount": "21.2825", + "parsedAmount": "21282500000000000000" + }, + { + "gotchiId": "4839", + "amount": "18.185", + "parsedAmount": "18185000000000000000" + }, + { + "gotchiId": "4840", + "amount": "6.9825", + "parsedAmount": "6982500000000000000" + }, + { + "gotchiId": "4841", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "4842", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "4844", + "amount": "10.6375", + "parsedAmount": "10637500000000000000" + }, + { + "gotchiId": "4845", + "amount": "4.2", + "parsedAmount": "4200000000000000000" + }, + { + "gotchiId": "4847", + "amount": "16.3925", + "parsedAmount": "16392500000000000000" + }, + { + "gotchiId": "4849", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "4850", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "4851", + "amount": "28.0225", + "parsedAmount": "28022500000000000000" + }, + { + "gotchiId": "4856", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "4859", + "amount": "11.094999999999999", + "parsedAmount": "11094999999999999000" + }, + { + "gotchiId": "4860", + "amount": "5.72", + "parsedAmount": "5720000000000000000" + }, + { + "gotchiId": "4862", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "4864", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "4866", + "amount": "6.172499999999999", + "parsedAmount": "6172499999999999000" + }, + { + "gotchiId": "4868", + "amount": "12.377500000000001", + "parsedAmount": "12377500000000001000" + }, + { + "gotchiId": "4870", + "amount": "19.8175", + "parsedAmount": "19817500000000000000" + }, + { + "gotchiId": "4872", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "4873", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "4875", + "amount": "10.63", + "parsedAmount": "10630000000000000000" + }, + { + "gotchiId": "4877", + "amount": "30.48", + "parsedAmount": "30480000000000000000" + }, + { + "gotchiId": "4879", + "amount": "23.9775", + "parsedAmount": "23977500000000000000" + }, + { + "gotchiId": "4882", + "amount": "13.175", + "parsedAmount": "13175000000000000000" + }, + { + "gotchiId": "4883", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "4884", + "amount": "23.02", + "parsedAmount": "23020000000000000000" + }, + { + "gotchiId": "4885", + "amount": "14.879999999999999", + "parsedAmount": "14879999999999999000" + }, + { + "gotchiId": "4886", + "amount": "14.6925", + "parsedAmount": "14692500000000000000" + }, + { + "gotchiId": "4888", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "4889", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "4890", + "amount": "48.4375", + "parsedAmount": "48437500000000000000" + }, + { + "gotchiId": "4892", + "amount": "18.3575", + "parsedAmount": "18357500000000000000" + }, + { + "gotchiId": "4894", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "4895", + "amount": "105.675", + "parsedAmount": "105675000000000000000" + }, + { + "gotchiId": "4896", + "amount": "3.21", + "parsedAmount": "3210000000000000000" + }, + { + "gotchiId": "4899", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "4900", + "amount": "10.7675", + "parsedAmount": "10767500000000000000" + }, + { + "gotchiId": "4901", + "amount": "2.5575", + "parsedAmount": "2557500000000000000" + }, + { + "gotchiId": "4902", + "amount": "10.032499999999999", + "parsedAmount": "10032499999999999000" + }, + { + "gotchiId": "4903", + "amount": "9.9575", + "parsedAmount": "9957500000000000000" + }, + { + "gotchiId": "4906", + "amount": "231.37", + "parsedAmount": "231370000000000000000" + }, + { + "gotchiId": "4907", + "amount": "6.772499999999999", + "parsedAmount": "6772499999999999000" + }, + { + "gotchiId": "4913", + "amount": "19.765", + "parsedAmount": "19765000000000000000" + }, + { + "gotchiId": "4914", + "amount": "31.14", + "parsedAmount": "31140000000000000000" + }, + { + "gotchiId": "4915", + "amount": "25.695", + "parsedAmount": "25695000000000000000" + }, + { + "gotchiId": "4917", + "amount": "22.1875", + "parsedAmount": "22187500000000000000" + }, + { + "gotchiId": "4919", + "amount": "4.1275", + "parsedAmount": "4127500000000000000" + }, + { + "gotchiId": "4920", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "4921", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "4922", + "amount": "4.54", + "parsedAmount": "4540000000000000000" + }, + { + "gotchiId": "4923", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "4924", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "4925", + "amount": "4.54", + "parsedAmount": "4540000000000000000" + }, + { + "gotchiId": "4926", + "amount": "3.98", + "parsedAmount": "3980000000000000000" + }, + { + "gotchiId": "4927", + "amount": "4.565", + "parsedAmount": "4565000000000000000" + }, + { + "gotchiId": "4928", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "4929", + "amount": "4.565", + "parsedAmount": "4565000000000000000" + }, + { + "gotchiId": "4930", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "4931", + "amount": "8.467500000000001", + "parsedAmount": "8467500000000001000" + }, + { + "gotchiId": "4932", + "amount": "4.5625", + "parsedAmount": "4562500000000000000" + }, + { + "gotchiId": "4933", + "amount": "4.2225", + "parsedAmount": "4222500000000000000" + }, + { + "gotchiId": "4937", + "amount": "14.215", + "parsedAmount": "14215000000000000000" + }, + { + "gotchiId": "4944", + "amount": "57.972500000000004", + "parsedAmount": "57972500000000004000" + }, + { + "gotchiId": "4945", + "amount": "8.2675", + "parsedAmount": "8267500000000000000" + }, + { + "gotchiId": "4948", + "amount": "19.9275", + "parsedAmount": "19927500000000000000" + }, + { + "gotchiId": "4955", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "4959", + "amount": "7.785", + "parsedAmount": "7785000000000000000" + }, + { + "gotchiId": "4965", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "4967", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "4968", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "4978", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "4981", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "4984", + "amount": "27.105", + "parsedAmount": "27105000000000000000" + }, + { + "gotchiId": "4985", + "amount": "37.277499999999996", + "parsedAmount": "37277499999999996000" + }, + { + "gotchiId": "4986", + "amount": "10.0525", + "parsedAmount": "10052500000000000000" + }, + { + "gotchiId": "4988", + "amount": "13.3275", + "parsedAmount": "13327500000000000000" + }, + { + "gotchiId": "4990", + "amount": "2.415", + "parsedAmount": "2415000000000000000" + }, + { + "gotchiId": "4992", + "amount": "64.6325", + "parsedAmount": "64632500000000000000" + }, + { + "gotchiId": "4997", + "amount": "8.4825", + "parsedAmount": "8482500000000000000" + }, + { + "gotchiId": "4998", + "amount": "4.2575", + "parsedAmount": "4257500000000000000" + }, + { + "gotchiId": "4999", + "amount": "14.8925", + "parsedAmount": "14892500000000000000" + }, + { + "gotchiId": "5000", + "amount": "3.0525", + "parsedAmount": "3052500000000000000" + }, + { + "gotchiId": "5003", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "5004", + "amount": "21.2875", + "parsedAmount": "21287500000000000000" + }, + { + "gotchiId": "5006", + "amount": "7.095", + "parsedAmount": "7095000000000000000" + }, + { + "gotchiId": "5007", + "amount": "10.395", + "parsedAmount": "10395000000000000000" + }, + { + "gotchiId": "5008", + "amount": "10.33", + "parsedAmount": "10330000000000000000" + }, + { + "gotchiId": "5011", + "amount": "61.3625", + "parsedAmount": "61362500000000000000" + }, + { + "gotchiId": "5012", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "5013", + "amount": "40.355", + "parsedAmount": "40355000000000000000" + }, + { + "gotchiId": "5016", + "amount": "27.0625", + "parsedAmount": "27062500000000000000" + }, + { + "gotchiId": "5017", + "amount": "52.652499999999996", + "parsedAmount": "52652499999999996000" + }, + { + "gotchiId": "5025", + "amount": "17.455", + "parsedAmount": "17455000000000000000" + }, + { + "gotchiId": "5027", + "amount": "74.3625", + "parsedAmount": "74362500000000000000" + }, + { + "gotchiId": "5028", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "5029", + "amount": "31.740000000000002", + "parsedAmount": "31740000000000002000" + }, + { + "gotchiId": "5031", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "5032", + "amount": "12.325", + "parsedAmount": "12325000000000000000" + }, + { + "gotchiId": "5034", + "amount": "27.7275", + "parsedAmount": "27727500000000000000" + }, + { + "gotchiId": "5036", + "amount": "23.31", + "parsedAmount": "23310000000000000000" + }, + { + "gotchiId": "5040", + "amount": "13.0525", + "parsedAmount": "13052500000000000000" + }, + { + "gotchiId": "5041", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "5048", + "amount": "19.2975", + "parsedAmount": "19297500000000000000" + }, + { + "gotchiId": "5052", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "5053", + "amount": "10.462499999999999", + "parsedAmount": "10462499999999999000" + }, + { + "gotchiId": "5061", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "5063", + "amount": "15.2475", + "parsedAmount": "15247500000000000000" + }, + { + "gotchiId": "5065", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "5066", + "amount": "7.965", + "parsedAmount": "7965000000000000000" + }, + { + "gotchiId": "5069", + "amount": "11.3675", + "parsedAmount": "11367500000000000000" + }, + { + "gotchiId": "5075", + "amount": "55.432500000000005", + "parsedAmount": "55432500000000005000" + }, + { + "gotchiId": "5076", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "5077", + "amount": "22.5525", + "parsedAmount": "22552500000000000000" + }, + { + "gotchiId": "5079", + "amount": "92.19", + "parsedAmount": "92190000000000000000" + }, + { + "gotchiId": "5081", + "amount": "12.3375", + "parsedAmount": "12337500000000000000" + }, + { + "gotchiId": "5082", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "5084", + "amount": "34.235", + "parsedAmount": "34235000000000000000" + }, + { + "gotchiId": "5091", + "amount": "14.675", + "parsedAmount": "14675000000000000000" + }, + { + "gotchiId": "5093", + "amount": "8.8475", + "parsedAmount": "8847500000000000000" + }, + { + "gotchiId": "5094", + "amount": "16.6", + "parsedAmount": "16600000000000000000" + }, + { + "gotchiId": "5097", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "5101", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "5102", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "5106", + "amount": "68.39500000000001", + "parsedAmount": "68395000000000010000" + }, + { + "gotchiId": "5109", + "amount": "186.89499999999998", + "parsedAmount": "186894999999999980000" + }, + { + "gotchiId": "5110", + "amount": "13.1175", + "parsedAmount": "13117500000000000000" + }, + { + "gotchiId": "5119", + "amount": "17.580000000000002", + "parsedAmount": "17580000000000002000" + }, + { + "gotchiId": "5120", + "amount": "14.5725", + "parsedAmount": "14572500000000000000" + }, + { + "gotchiId": "5123", + "amount": "69.1525", + "parsedAmount": "69152500000000000000" + }, + { + "gotchiId": "5125", + "amount": "10.7725", + "parsedAmount": "10772500000000000000" + }, + { + "gotchiId": "5126", + "amount": "18.9725", + "parsedAmount": "18972500000000000000" + }, + { + "gotchiId": "5128", + "amount": "6.6725", + "parsedAmount": "6672500000000000000" + }, + { + "gotchiId": "5130", + "amount": "7.4925", + "parsedAmount": "7492500000000000000" + }, + { + "gotchiId": "5133", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "5134", + "amount": "15.625", + "parsedAmount": "15625000000000000000" + }, + { + "gotchiId": "5135", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "5136", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "5139", + "amount": "196.90999999999997", + "parsedAmount": "196909999999999970000" + }, + { + "gotchiId": "5140", + "amount": "43.8025", + "parsedAmount": "43802500000000000000" + }, + { + "gotchiId": "5141", + "amount": "33.417500000000004", + "parsedAmount": "33417500000000004000" + }, + { + "gotchiId": "5142", + "amount": "8.370000000000001", + "parsedAmount": "8370000000000001000" + }, + { + "gotchiId": "5143", + "amount": "5.575", + "parsedAmount": "5575000000000000000" + }, + { + "gotchiId": "5146", + "amount": "45.1975", + "parsedAmount": "45197500000000000000" + }, + { + "gotchiId": "5147", + "amount": "46.6175", + "parsedAmount": "46617500000000000000" + }, + { + "gotchiId": "5152", + "amount": "36.0525", + "parsedAmount": "36052500000000000000" + }, + { + "gotchiId": "5154", + "amount": "155.03750000000002", + "parsedAmount": "155037500000000020000" + }, + { + "gotchiId": "5155", + "amount": "38.495000000000005", + "parsedAmount": "38495000000000005000" + }, + { + "gotchiId": "5156", + "amount": "26.17", + "parsedAmount": "26170000000000000000" + }, + { + "gotchiId": "5157", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "5158", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "5159", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "5160", + "amount": "39.075", + "parsedAmount": "39075000000000000000" + }, + { + "gotchiId": "5161", + "amount": "27.8475", + "parsedAmount": "27847500000000000000" + }, + { + "gotchiId": "5162", + "amount": "13.552499999999998", + "parsedAmount": "13552499999999998000" + }, + { + "gotchiId": "5166", + "amount": "6.825", + "parsedAmount": "6825000000000000000" + }, + { + "gotchiId": "5168", + "amount": "124.0475", + "parsedAmount": "124047500000000000000" + }, + { + "gotchiId": "5173", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "5188", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "5191", + "amount": "13.4175", + "parsedAmount": "13417500000000000000" + }, + { + "gotchiId": "5192", + "amount": "22.072499999999998", + "parsedAmount": "22072499999999998000" + }, + { + "gotchiId": "5193", + "amount": "8.6425", + "parsedAmount": "8642500000000000000" + }, + { + "gotchiId": "5194", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "5195", + "amount": "7.595", + "parsedAmount": "7595000000000000000" + }, + { + "gotchiId": "5198", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "5200", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "5205", + "amount": "319.07", + "parsedAmount": "319070000000000000000" + }, + { + "gotchiId": "5207", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "5209", + "amount": "9.4675", + "parsedAmount": "9467500000000000000" + }, + { + "gotchiId": "5210", + "amount": "7.145", + "parsedAmount": "7145000000000000000" + }, + { + "gotchiId": "5211", + "amount": "11.317499999999999", + "parsedAmount": "11317499999999999000" + }, + { + "gotchiId": "5212", + "amount": "12.35", + "parsedAmount": "12350000000000000000" + }, + { + "gotchiId": "5218", + "amount": "4.79", + "parsedAmount": "4790000000000000000" + }, + { + "gotchiId": "5219", + "amount": "5.550000000000001", + "parsedAmount": "5550000000000001000" + }, + { + "gotchiId": "5220", + "amount": "17.78", + "parsedAmount": "17780000000000000000" + }, + { + "gotchiId": "5221", + "amount": "103.31750000000001", + "parsedAmount": "103317500000000010000" + }, + { + "gotchiId": "5222", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "5224", + "amount": "3.2625", + "parsedAmount": "3262500000000000000" + }, + { + "gotchiId": "5226", + "amount": "31.417499999999997", + "parsedAmount": "31417499999999997000" + }, + { + "gotchiId": "5227", + "amount": "31.265", + "parsedAmount": "31265000000000000000" + }, + { + "gotchiId": "5228", + "amount": "33.7575", + "parsedAmount": "33757500000000000000" + }, + { + "gotchiId": "5230", + "amount": "38.34", + "parsedAmount": "38340000000000000000" + }, + { + "gotchiId": "5232", + "amount": "22.3325", + "parsedAmount": "22332500000000000000" + }, + { + "gotchiId": "5234", + "amount": "16.0675", + "parsedAmount": "16067500000000000000" + }, + { + "gotchiId": "5238", + "amount": "18.1125", + "parsedAmount": "18112500000000000000" + }, + { + "gotchiId": "5240", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "5241", + "amount": "2.83", + "parsedAmount": "2830000000000000000" + }, + { + "gotchiId": "5242", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "5243", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "5245", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "5247", + "amount": "26.9925", + "parsedAmount": "26992500000000000000" + }, + { + "gotchiId": "5250", + "amount": "21.66", + "parsedAmount": "21660000000000000000" + }, + { + "gotchiId": "5257", + "amount": "3.225", + "parsedAmount": "3225000000000000000" + }, + { + "gotchiId": "5259", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "5260", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "5262", + "amount": "8.36", + "parsedAmount": "8360000000000000000" + }, + { + "gotchiId": "5263", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "5264", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "5266", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "5271", + "amount": "15.864999999999998", + "parsedAmount": "15864999999999998000" + }, + { + "gotchiId": "5273", + "amount": "28.4325", + "parsedAmount": "28432500000000000000" + }, + { + "gotchiId": "5275", + "amount": "15.5", + "parsedAmount": "15500000000000000000" + }, + { + "gotchiId": "5276", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "5280", + "amount": "20.395000000000003", + "parsedAmount": "20395000000000003000" + }, + { + "gotchiId": "5281", + "amount": "9.040000000000001", + "parsedAmount": "9040000000000001000" + }, + { + "gotchiId": "5283", + "amount": "16.6525", + "parsedAmount": "16652500000000000000" + }, + { + "gotchiId": "5290", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "5292", + "amount": "11.7575", + "parsedAmount": "11757500000000000000" + }, + { + "gotchiId": "5293", + "amount": "13.5775", + "parsedAmount": "13577500000000000000" + }, + { + "gotchiId": "5295", + "amount": "38.462500000000006", + "parsedAmount": "38462500000000006000" + }, + { + "gotchiId": "5296", + "amount": "6.077500000000001", + "parsedAmount": "6077500000000001000" + }, + { + "gotchiId": "5297", + "amount": "15.3475", + "parsedAmount": "15347500000000000000" + }, + { + "gotchiId": "5298", + "amount": "7.85", + "parsedAmount": "7850000000000000000" + }, + { + "gotchiId": "5299", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "5300", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "5301", + "amount": "11.6325", + "parsedAmount": "11632500000000000000" + }, + { + "gotchiId": "5304", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "5305", + "amount": "53.485", + "parsedAmount": "53485000000000000000" + }, + { + "gotchiId": "5306", + "amount": "39.16499999999999", + "parsedAmount": "39164999999999990000" + }, + { + "gotchiId": "5308", + "amount": "2.43", + "parsedAmount": "2430000000000000000" + }, + { + "gotchiId": "5309", + "amount": "4.225", + "parsedAmount": "4225000000000000000" + }, + { + "gotchiId": "5316", + "amount": "15.219999999999999", + "parsedAmount": "15219999999999999000" + }, + { + "gotchiId": "5317", + "amount": "2.1875", + "parsedAmount": "2187500000000000000" + }, + { + "gotchiId": "5318", + "amount": "7.63", + "parsedAmount": "7630000000000000000" + }, + { + "gotchiId": "5320", + "amount": "17.6325", + "parsedAmount": "17632500000000000000" + }, + { + "gotchiId": "5321", + "amount": "73.325", + "parsedAmount": "73325000000000000000" + }, + { + "gotchiId": "5326", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "5328", + "amount": "28.14", + "parsedAmount": "28140000000000000000" + }, + { + "gotchiId": "5330", + "amount": "13.56", + "parsedAmount": "13560000000000000000" + }, + { + "gotchiId": "5331", + "amount": "12.129999999999999", + "parsedAmount": "12129999999999999000" + }, + { + "gotchiId": "5334", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "5335", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "5337", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "5338", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "5340", + "amount": "8.907499999999999", + "parsedAmount": "8907499999999999000" + }, + { + "gotchiId": "5343", + "amount": "26.965", + "parsedAmount": "26965000000000000000" + }, + { + "gotchiId": "5344", + "amount": "9.295", + "parsedAmount": "9295000000000000000" + }, + { + "gotchiId": "5346", + "amount": "17.805", + "parsedAmount": "17805000000000000000" + }, + { + "gotchiId": "5349", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "5351", + "amount": "11.334999999999999", + "parsedAmount": "11334999999999999000" + }, + { + "gotchiId": "5352", + "amount": "6.987500000000001", + "parsedAmount": "6987500000000001000" + }, + { + "gotchiId": "5358", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "5365", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "5368", + "amount": "9.5525", + "parsedAmount": "9552500000000000000" + }, + { + "gotchiId": "5369", + "amount": "36.0225", + "parsedAmount": "36022500000000000000" + }, + { + "gotchiId": "5372", + "amount": "59.410000000000004", + "parsedAmount": "59410000000000004000" + }, + { + "gotchiId": "5374", + "amount": "12.8975", + "parsedAmount": "12897500000000000000" + }, + { + "gotchiId": "5375", + "amount": "55.11", + "parsedAmount": "55110000000000000000" + }, + { + "gotchiId": "5376", + "amount": "20.49", + "parsedAmount": "20490000000000000000" + }, + { + "gotchiId": "5377", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "5378", + "amount": "12.9575", + "parsedAmount": "12957500000000000000" + }, + { + "gotchiId": "5381", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "5383", + "amount": "36.5475", + "parsedAmount": "36547500000000000000" + }, + { + "gotchiId": "5386", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "5387", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "5388", + "amount": "10.0225", + "parsedAmount": "10022500000000000000" + }, + { + "gotchiId": "5389", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "5392", + "amount": "19.32", + "parsedAmount": "19320000000000000000" + }, + { + "gotchiId": "5393", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "5400", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "5401", + "amount": "18.305", + "parsedAmount": "18305000000000000000" + }, + { + "gotchiId": "5402", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "5404", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "5405", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "5407", + "amount": "8.9825", + "parsedAmount": "8982500000000000000" + }, + { + "gotchiId": "5408", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "5409", + "amount": "34.075", + "parsedAmount": "34075000000000000000" + }, + { + "gotchiId": "5410", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "5411", + "amount": "262.65999999999997", + "parsedAmount": "262659999999999970000" + }, + { + "gotchiId": "5413", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "5414", + "amount": "13.71", + "parsedAmount": "13710000000000000000" + }, + { + "gotchiId": "5416", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "5418", + "amount": "20.52", + "parsedAmount": "20520000000000000000" + }, + { + "gotchiId": "5419", + "amount": "28.317500000000003", + "parsedAmount": "28317500000000003000" + }, + { + "gotchiId": "5420", + "amount": "146.03", + "parsedAmount": "146030000000000000000" + }, + { + "gotchiId": "5423", + "amount": "26.387500000000003", + "parsedAmount": "26387500000000003000" + }, + { + "gotchiId": "5425", + "amount": "7.4475", + "parsedAmount": "7447500000000000000" + }, + { + "gotchiId": "5431", + "amount": "31.5075", + "parsedAmount": "31507500000000000000" + }, + { + "gotchiId": "5432", + "amount": "2.3075", + "parsedAmount": "2307500000000000000" + }, + { + "gotchiId": "5433", + "amount": "27.58", + "parsedAmount": "27580000000000000000" + }, + { + "gotchiId": "5435", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "5437", + "amount": "6.852499999999999", + "parsedAmount": "6852499999999999000" + }, + { + "gotchiId": "5440", + "amount": "5.5024999999999995", + "parsedAmount": "5502499999999999500" + }, + { + "gotchiId": "5441", + "amount": "38.195", + "parsedAmount": "38195000000000000000" + }, + { + "gotchiId": "5442", + "amount": "17.765", + "parsedAmount": "17765000000000000000" + }, + { + "gotchiId": "5446", + "amount": "57.955", + "parsedAmount": "57955000000000000000" + }, + { + "gotchiId": "5451", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "5460", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "5469", + "amount": "7.615", + "parsedAmount": "7615000000000000000" + }, + { + "gotchiId": "5470", + "amount": "32.317499999999995", + "parsedAmount": "32317499999999995000" + }, + { + "gotchiId": "5471", + "amount": "13.344999999999999", + "parsedAmount": "13344999999999999000" + }, + { + "gotchiId": "5472", + "amount": "8.82", + "parsedAmount": "8820000000000000000" + }, + { + "gotchiId": "5474", + "amount": "11.09", + "parsedAmount": "11090000000000000000" + }, + { + "gotchiId": "5475", + "amount": "6.0725", + "parsedAmount": "6072500000000000000" + }, + { + "gotchiId": "5478", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "5482", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "5485", + "amount": "21.78", + "parsedAmount": "21780000000000000000" + }, + { + "gotchiId": "5487", + "amount": "8.7325", + "parsedAmount": "8732500000000000000" + }, + { + "gotchiId": "5488", + "amount": "52.7025", + "parsedAmount": "52702500000000000000" + }, + { + "gotchiId": "5493", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "5496", + "amount": "43.6425", + "parsedAmount": "43642500000000000000" + }, + { + "gotchiId": "5497", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "5499", + "amount": "34.185", + "parsedAmount": "34185000000000000000" + }, + { + "gotchiId": "5500", + "amount": "19.3675", + "parsedAmount": "19367500000000000000" + }, + { + "gotchiId": "5501", + "amount": "21.2", + "parsedAmount": "21200000000000000000" + }, + { + "gotchiId": "5502", + "amount": "8.735", + "parsedAmount": "8735000000000000000" + }, + { + "gotchiId": "5503", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "5504", + "amount": "36.6625", + "parsedAmount": "36662500000000000000" + }, + { + "gotchiId": "5506", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "5507", + "amount": "95.67", + "parsedAmount": "95670000000000000000" + }, + { + "gotchiId": "5508", + "amount": "32.91", + "parsedAmount": "32910000000000000000" + }, + { + "gotchiId": "5511", + "amount": "26.067500000000003", + "parsedAmount": "26067500000000003000" + }, + { + "gotchiId": "5512", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "5513", + "amount": "20.515", + "parsedAmount": "20515000000000000000" + }, + { + "gotchiId": "5514", + "amount": "21.58", + "parsedAmount": "21580000000000000000" + }, + { + "gotchiId": "5515", + "amount": "9.31", + "parsedAmount": "9310000000000000000" + }, + { + "gotchiId": "5517", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "5518", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "5520", + "amount": "22.075", + "parsedAmount": "22075000000000000000" + }, + { + "gotchiId": "5521", + "amount": "26.82", + "parsedAmount": "26820000000000000000" + }, + { + "gotchiId": "5522", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "5524", + "amount": "35.412499999999994", + "parsedAmount": "35412499999999994000" + }, + { + "gotchiId": "5527", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "5528", + "amount": "5.935", + "parsedAmount": "5935000000000000000" + }, + { + "gotchiId": "5529", + "amount": "12.625", + "parsedAmount": "12625000000000000000" + }, + { + "gotchiId": "5530", + "amount": "12.68", + "parsedAmount": "12680000000000000000" + }, + { + "gotchiId": "5531", + "amount": "18.3475", + "parsedAmount": "18347500000000000000" + }, + { + "gotchiId": "5533", + "amount": "35.707499999999996", + "parsedAmount": "35707499999999996000" + }, + { + "gotchiId": "5535", + "amount": "404.2125", + "parsedAmount": "404212500000000000000" + }, + { + "gotchiId": "5536", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "5537", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "5538", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "5539", + "amount": "6.4624999999999995", + "parsedAmount": "6462499999999999500" + }, + { + "gotchiId": "5540", + "amount": "39.724999999999994", + "parsedAmount": "39724999999999994000" + }, + { + "gotchiId": "5542", + "amount": "15.925", + "parsedAmount": "15925000000000000000" + }, + { + "gotchiId": "5549", + "amount": "56.525", + "parsedAmount": "56525000000000000000" + }, + { + "gotchiId": "5551", + "amount": "52.2175", + "parsedAmount": "52217500000000000000" + }, + { + "gotchiId": "5556", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "5557", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "5560", + "amount": "33.0575", + "parsedAmount": "33057500000000000000" + }, + { + "gotchiId": "5561", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "5562", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "5570", + "amount": "18.8975", + "parsedAmount": "18897500000000000000" + }, + { + "gotchiId": "5572", + "amount": "9.754999999999999", + "parsedAmount": "9754999999999999000" + }, + { + "gotchiId": "5574", + "amount": "12.4775", + "parsedAmount": "12477500000000000000" + }, + { + "gotchiId": "5575", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "5582", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "5583", + "amount": "53.2725", + "parsedAmount": "53272500000000000000" + }, + { + "gotchiId": "5588", + "amount": "18.3525", + "parsedAmount": "18352500000000000000" + }, + { + "gotchiId": "5592", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "5593", + "amount": "12.932500000000001", + "parsedAmount": "12932500000000001000" + }, + { + "gotchiId": "5596", + "amount": "24.115", + "parsedAmount": "24115000000000000000" + }, + { + "gotchiId": "5597", + "amount": "7.7725", + "parsedAmount": "7772500000000000000" + }, + { + "gotchiId": "5601", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "5602", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "5604", + "amount": "50.28", + "parsedAmount": "50280000000000000000" + }, + { + "gotchiId": "5605", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + } + ], + "totalAmount": "14221532499999999874500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768474, + "gasUsed": "10231887" + }, + { + "batchIndex": 5, + "transactionHash": "0xca0d5f367842eb292a71ecb585d66edb53bdc2030219d55d7f171b0cfc238549", + "timestamp": "2025-11-05T07:05:00.144Z", + "gotchiRewards": [ + { + "gotchiId": "5612", + "amount": "19.0975", + "parsedAmount": "19097500000000000000" + }, + { + "gotchiId": "5623", + "amount": "4.595", + "parsedAmount": "4595000000000000000" + }, + { + "gotchiId": "5626", + "amount": "12.7475", + "parsedAmount": "12747500000000000000" + }, + { + "gotchiId": "5629", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "5631", + "amount": "2.865", + "parsedAmount": "2865000000000000000" + }, + { + "gotchiId": "5632", + "amount": "9.9775", + "parsedAmount": "9977500000000000000" + }, + { + "gotchiId": "5633", + "amount": "18.1875", + "parsedAmount": "18187500000000000000" + }, + { + "gotchiId": "5637", + "amount": "20.6", + "parsedAmount": "20600000000000000000" + }, + { + "gotchiId": "5639", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "5640", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "5641", + "amount": "38.405", + "parsedAmount": "38405000000000000000" + }, + { + "gotchiId": "5642", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "5643", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "5644", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "5645", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "5646", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "5647", + "amount": "125.47", + "parsedAmount": "125470000000000000000" + }, + { + "gotchiId": "5649", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "5650", + "amount": "9.2125", + "parsedAmount": "9212500000000000000" + }, + { + "gotchiId": "5651", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "5658", + "amount": "37.845", + "parsedAmount": "37845000000000000000" + }, + { + "gotchiId": "5659", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "5660", + "amount": "38.465", + "parsedAmount": "38465000000000000000" + }, + { + "gotchiId": "5664", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "5666", + "amount": "58.5125", + "parsedAmount": "58512500000000000000" + }, + { + "gotchiId": "5667", + "amount": "35.4125", + "parsedAmount": "35412500000000000000" + }, + { + "gotchiId": "5669", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "5676", + "amount": "34.5975", + "parsedAmount": "34597500000000000000" + }, + { + "gotchiId": "5679", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "5681", + "amount": "44.58", + "parsedAmount": "44580000000000000000" + }, + { + "gotchiId": "5682", + "amount": "106.49249999999999", + "parsedAmount": "106492499999999990000" + }, + { + "gotchiId": "5683", + "amount": "25.582500000000003", + "parsedAmount": "25582500000000003000" + }, + { + "gotchiId": "5684", + "amount": "102.77250000000001", + "parsedAmount": "102772500000000010000" + }, + { + "gotchiId": "5686", + "amount": "8.0025", + "parsedAmount": "8002500000000000000" + }, + { + "gotchiId": "5689", + "amount": "20.1675", + "parsedAmount": "20167500000000000000" + }, + { + "gotchiId": "5691", + "amount": "328.0125", + "parsedAmount": "328012500000000000000" + }, + { + "gotchiId": "5692", + "amount": "22.7475", + "parsedAmount": "22747500000000000000" + }, + { + "gotchiId": "5694", + "amount": "11.4725", + "parsedAmount": "11472500000000000000" + }, + { + "gotchiId": "5697", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "5698", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "5699", + "amount": "8.4625", + "parsedAmount": "8462500000000000000" + }, + { + "gotchiId": "5700", + "amount": "28.169999999999995", + "parsedAmount": "28169999999999995000" + }, + { + "gotchiId": "5701", + "amount": "39.464999999999996", + "parsedAmount": "39464999999999996000" + }, + { + "gotchiId": "5702", + "amount": "70.5875", + "parsedAmount": "70587500000000000000" + }, + { + "gotchiId": "5703", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "5704", + "amount": "36.0225", + "parsedAmount": "36022500000000000000" + }, + { + "gotchiId": "5705", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "5706", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "5708", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "5711", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "5712", + "amount": "7.705", + "parsedAmount": "7705000000000000000" + }, + { + "gotchiId": "5713", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "5715", + "amount": "23.849999999999998", + "parsedAmount": "23849999999999998000" + }, + { + "gotchiId": "5716", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "5717", + "amount": "15.700000000000001", + "parsedAmount": "15700000000000001000" + }, + { + "gotchiId": "5718", + "amount": "32.252500000000005", + "parsedAmount": "32252500000000005000" + }, + { + "gotchiId": "5719", + "amount": "6.895", + "parsedAmount": "6895000000000000000" + }, + { + "gotchiId": "5720", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "5722", + "amount": "37.6675", + "parsedAmount": "37667500000000000000" + }, + { + "gotchiId": "5724", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "5725", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "5727", + "amount": "3.0475", + "parsedAmount": "3047500000000000000" + }, + { + "gotchiId": "5730", + "amount": "46.0775", + "parsedAmount": "46077500000000000000" + }, + { + "gotchiId": "5731", + "amount": "72.6025", + "parsedAmount": "72602500000000000000" + }, + { + "gotchiId": "5733", + "amount": "97.8125", + "parsedAmount": "97812500000000000000" + }, + { + "gotchiId": "5736", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "5737", + "amount": "126.4775", + "parsedAmount": "126477500000000000000" + }, + { + "gotchiId": "5738", + "amount": "38.1475", + "parsedAmount": "38147500000000000000" + }, + { + "gotchiId": "5743", + "amount": "109.9625", + "parsedAmount": "109962500000000000000" + }, + { + "gotchiId": "5744", + "amount": "6.195", + "parsedAmount": "6195000000000000000" + }, + { + "gotchiId": "5747", + "amount": "22.395000000000003", + "parsedAmount": "22395000000000003000" + }, + { + "gotchiId": "5751", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "5752", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "5754", + "amount": "9.74", + "parsedAmount": "9740000000000000000" + }, + { + "gotchiId": "5755", + "amount": "13.554999999999998", + "parsedAmount": "13554999999999998000" + }, + { + "gotchiId": "5764", + "amount": "54.654999999999994", + "parsedAmount": "54654999999999994000" + }, + { + "gotchiId": "5765", + "amount": "11.62", + "parsedAmount": "11620000000000000000" + }, + { + "gotchiId": "5769", + "amount": "38.260000000000005", + "parsedAmount": "38260000000000005000" + }, + { + "gotchiId": "5772", + "amount": "14.055", + "parsedAmount": "14055000000000000000" + }, + { + "gotchiId": "5774", + "amount": "13.6525", + "parsedAmount": "13652500000000000000" + }, + { + "gotchiId": "5781", + "amount": "5.1325", + "parsedAmount": "5132500000000000000" + }, + { + "gotchiId": "5783", + "amount": "14.385", + "parsedAmount": "14385000000000000000" + }, + { + "gotchiId": "5786", + "amount": "11.285", + "parsedAmount": "11285000000000000000" + }, + { + "gotchiId": "5790", + "amount": "79.7075", + "parsedAmount": "79707500000000000000" + }, + { + "gotchiId": "5792", + "amount": "96.76750000000001", + "parsedAmount": "96767500000000010000" + }, + { + "gotchiId": "5795", + "amount": "19.335", + "parsedAmount": "19335000000000000000" + }, + { + "gotchiId": "5796", + "amount": "15.9175", + "parsedAmount": "15917500000000000000" + }, + { + "gotchiId": "5798", + "amount": "57.2175", + "parsedAmount": "57217500000000000000" + }, + { + "gotchiId": "5799", + "amount": "8.815000000000001", + "parsedAmount": "8815000000000001000" + }, + { + "gotchiId": "5802", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "5803", + "amount": "20.4125", + "parsedAmount": "20412500000000000000" + }, + { + "gotchiId": "5804", + "amount": "23.12", + "parsedAmount": "23120000000000000000" + }, + { + "gotchiId": "5806", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "5807", + "amount": "25.945", + "parsedAmount": "25945000000000000000" + }, + { + "gotchiId": "5809", + "amount": "27.7625", + "parsedAmount": "27762500000000000000" + }, + { + "gotchiId": "5817", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "5818", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "5819", + "amount": "15.2375", + "parsedAmount": "15237500000000000000" + }, + { + "gotchiId": "5821", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "5823", + "amount": "5.4425", + "parsedAmount": "5442500000000000000" + }, + { + "gotchiId": "5824", + "amount": "5.275", + "parsedAmount": "5275000000000000000" + }, + { + "gotchiId": "5825", + "amount": "14.02", + "parsedAmount": "14020000000000000000" + }, + { + "gotchiId": "5826", + "amount": "8.2025", + "parsedAmount": "8202500000000000000" + }, + { + "gotchiId": "5828", + "amount": "16.355", + "parsedAmount": "16355000000000000000" + }, + { + "gotchiId": "5831", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "5833", + "amount": "36.555", + "parsedAmount": "36555000000000000000" + }, + { + "gotchiId": "5834", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "5846", + "amount": "126.925", + "parsedAmount": "126925000000000000000" + }, + { + "gotchiId": "5847", + "amount": "14.64", + "parsedAmount": "14640000000000000000" + }, + { + "gotchiId": "5850", + "amount": "7.5", + "parsedAmount": "7500000000000000000" + }, + { + "gotchiId": "5855", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "5858", + "amount": "25.35", + "parsedAmount": "25350000000000000000" + }, + { + "gotchiId": "5862", + "amount": "3.9175", + "parsedAmount": "3917500000000000000" + }, + { + "gotchiId": "5863", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "5864", + "amount": "15.559999999999999", + "parsedAmount": "15559999999999999000" + }, + { + "gotchiId": "5865", + "amount": "22.425", + "parsedAmount": "22425000000000000000" + }, + { + "gotchiId": "5873", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "5874", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "5877", + "amount": "103.685", + "parsedAmount": "103685000000000000000" + }, + { + "gotchiId": "5878", + "amount": "5.720000000000001", + "parsedAmount": "5720000000000001000" + }, + { + "gotchiId": "5882", + "amount": "8.46", + "parsedAmount": "8460000000000000000" + }, + { + "gotchiId": "5883", + "amount": "21.14", + "parsedAmount": "21140000000000000000" + }, + { + "gotchiId": "5888", + "amount": "20.955", + "parsedAmount": "20955000000000000000" + }, + { + "gotchiId": "5890", + "amount": "9.9025", + "parsedAmount": "9902500000000000000" + }, + { + "gotchiId": "5897", + "amount": "10.8325", + "parsedAmount": "10832500000000000000" + }, + { + "gotchiId": "5898", + "amount": "7.2375", + "parsedAmount": "7237500000000000000" + }, + { + "gotchiId": "5900", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "5902", + "amount": "6.37", + "parsedAmount": "6370000000000000000" + }, + { + "gotchiId": "5903", + "amount": "15.060000000000002", + "parsedAmount": "15060000000000002000" + }, + { + "gotchiId": "5904", + "amount": "16.119999999999997", + "parsedAmount": "16119999999999997000" + }, + { + "gotchiId": "5905", + "amount": "10.0025", + "parsedAmount": "10002500000000000000" + }, + { + "gotchiId": "5906", + "amount": "13.1675", + "parsedAmount": "13167500000000000000" + }, + { + "gotchiId": "5907", + "amount": "16.4025", + "parsedAmount": "16402500000000000000" + }, + { + "gotchiId": "5908", + "amount": "32.495000000000005", + "parsedAmount": "32495000000000005000" + }, + { + "gotchiId": "5912", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "5913", + "amount": "38.052499999999995", + "parsedAmount": "38052499999999995000" + }, + { + "gotchiId": "5915", + "amount": "31.337500000000002", + "parsedAmount": "31337500000000002000" + }, + { + "gotchiId": "5917", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "5923", + "amount": "25.295", + "parsedAmount": "25295000000000000000" + }, + { + "gotchiId": "5924", + "amount": "6.95", + "parsedAmount": "6950000000000000000" + }, + { + "gotchiId": "5926", + "amount": "9.809999999999999", + "parsedAmount": "9809999999999999000" + }, + { + "gotchiId": "5927", + "amount": "4.55", + "parsedAmount": "4550000000000000000" + }, + { + "gotchiId": "5931", + "amount": "14.032499999999999", + "parsedAmount": "14032499999999999000" + }, + { + "gotchiId": "5932", + "amount": "16.07", + "parsedAmount": "16070000000000000000" + }, + { + "gotchiId": "5934", + "amount": "436.2925", + "parsedAmount": "436292500000000000000" + }, + { + "gotchiId": "5935", + "amount": "366.455", + "parsedAmount": "366455000000000000000" + }, + { + "gotchiId": "5938", + "amount": "58.709999999999994", + "parsedAmount": "58709999999999994000" + }, + { + "gotchiId": "5939", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "5940", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "5941", + "amount": "4.485", + "parsedAmount": "4485000000000000000" + }, + { + "gotchiId": "5942", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "5945", + "amount": "72.96", + "parsedAmount": "72960000000000000000" + }, + { + "gotchiId": "5946", + "amount": "5.217499999999999", + "parsedAmount": "5217499999999999000" + }, + { + "gotchiId": "5947", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "5949", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "5950", + "amount": "4.9350000000000005", + "parsedAmount": "4935000000000000500" + }, + { + "gotchiId": "5951", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "5953", + "amount": "24.9975", + "parsedAmount": "24997500000000000000" + }, + { + "gotchiId": "5954", + "amount": "49.515", + "parsedAmount": "49515000000000000000" + }, + { + "gotchiId": "5955", + "amount": "15.4275", + "parsedAmount": "15427500000000000000" + }, + { + "gotchiId": "5956", + "amount": "18.855", + "parsedAmount": "18855000000000000000" + }, + { + "gotchiId": "5959", + "amount": "10.5525", + "parsedAmount": "10552500000000000000" + }, + { + "gotchiId": "5960", + "amount": "3.145", + "parsedAmount": "3145000000000000000" + }, + { + "gotchiId": "5967", + "amount": "15.2475", + "parsedAmount": "15247500000000000000" + }, + { + "gotchiId": "5970", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "5972", + "amount": "16.1425", + "parsedAmount": "16142500000000000000" + }, + { + "gotchiId": "5974", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "5975", + "amount": "17.450000000000003", + "parsedAmount": "17450000000000003000" + }, + { + "gotchiId": "5976", + "amount": "7.155", + "parsedAmount": "7155000000000000000" + }, + { + "gotchiId": "5980", + "amount": "46.9975", + "parsedAmount": "46997500000000000000" + }, + { + "gotchiId": "5981", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "5983", + "amount": "4.7575", + "parsedAmount": "4757500000000000000" + }, + { + "gotchiId": "5984", + "amount": "13.315000000000001", + "parsedAmount": "13315000000000001000" + }, + { + "gotchiId": "5992", + "amount": "20.7875", + "parsedAmount": "20787500000000000000" + }, + { + "gotchiId": "5993", + "amount": "73.605", + "parsedAmount": "73605000000000000000" + }, + { + "gotchiId": "5994", + "amount": "20.725", + "parsedAmount": "20725000000000000000" + }, + { + "gotchiId": "5995", + "amount": "25.060000000000002", + "parsedAmount": "25060000000000002000" + }, + { + "gotchiId": "5996", + "amount": "20.4925", + "parsedAmount": "20492500000000000000" + }, + { + "gotchiId": "5997", + "amount": "47.272499999999994", + "parsedAmount": "47272499999999994000" + }, + { + "gotchiId": "5998", + "amount": "26.0425", + "parsedAmount": "26042500000000000000" + }, + { + "gotchiId": "5999", + "amount": "28.14", + "parsedAmount": "28140000000000000000" + }, + { + "gotchiId": "6000", + "amount": "39.432500000000005", + "parsedAmount": "39432500000000005000" + }, + { + "gotchiId": "6001", + "amount": "25.182499999999997", + "parsedAmount": "25182499999999997000" + }, + { + "gotchiId": "6003", + "amount": "8.3", + "parsedAmount": "8300000000000000000" + }, + { + "gotchiId": "6004", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "6006", + "amount": "4.2925", + "parsedAmount": "4292500000000000000" + }, + { + "gotchiId": "6009", + "amount": "39.9575", + "parsedAmount": "39957500000000000000" + }, + { + "gotchiId": "6011", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "6012", + "amount": "29.907500000000002", + "parsedAmount": "29907500000000002000" + }, + { + "gotchiId": "6013", + "amount": "2.095", + "parsedAmount": "2095000000000000000" + }, + { + "gotchiId": "6014", + "amount": "22.29", + "parsedAmount": "22290000000000000000" + }, + { + "gotchiId": "6015", + "amount": "12.535", + "parsedAmount": "12535000000000000000" + }, + { + "gotchiId": "6017", + "amount": "6.4375", + "parsedAmount": "6437500000000000000" + }, + { + "gotchiId": "6018", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "6019", + "amount": "9.2325", + "parsedAmount": "9232500000000000000" + }, + { + "gotchiId": "6020", + "amount": "2.5175", + "parsedAmount": "2517500000000000000" + }, + { + "gotchiId": "6021", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "6022", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "6026", + "amount": "11.2525", + "parsedAmount": "11252500000000000000" + }, + { + "gotchiId": "6030", + "amount": "7.055", + "parsedAmount": "7055000000000000000" + }, + { + "gotchiId": "6033", + "amount": "20.9075", + "parsedAmount": "20907500000000000000" + }, + { + "gotchiId": "6034", + "amount": "10.93", + "parsedAmount": "10930000000000000000" + }, + { + "gotchiId": "6035", + "amount": "10.885", + "parsedAmount": "10885000000000000000" + }, + { + "gotchiId": "6036", + "amount": "11.07", + "parsedAmount": "11070000000000000000" + }, + { + "gotchiId": "6037", + "amount": "11.0025", + "parsedAmount": "11002500000000000000" + }, + { + "gotchiId": "6038", + "amount": "30.455000000000002", + "parsedAmount": "30455000000000002000" + }, + { + "gotchiId": "6039", + "amount": "15.4475", + "parsedAmount": "15447500000000000000" + }, + { + "gotchiId": "6040", + "amount": "18.497500000000002", + "parsedAmount": "18497500000000002000" + }, + { + "gotchiId": "6041", + "amount": "23.6425", + "parsedAmount": "23642500000000000000" + }, + { + "gotchiId": "6047", + "amount": "56.277499999999996", + "parsedAmount": "56277499999999996000" + }, + { + "gotchiId": "6052", + "amount": "81.1275", + "parsedAmount": "81127500000000000000" + }, + { + "gotchiId": "6054", + "amount": "14.200000000000001", + "parsedAmount": "14200000000000001000" + }, + { + "gotchiId": "6055", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "6057", + "amount": "13.7925", + "parsedAmount": "13792500000000000000" + }, + { + "gotchiId": "6058", + "amount": "65.25", + "parsedAmount": "65250000000000000000" + }, + { + "gotchiId": "6060", + "amount": "21.417499999999997", + "parsedAmount": "21417499999999997000" + }, + { + "gotchiId": "6063", + "amount": "7.75", + "parsedAmount": "7750000000000000000" + }, + { + "gotchiId": "6065", + "amount": "14.7275", + "parsedAmount": "14727500000000000000" + }, + { + "gotchiId": "6068", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "6069", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "6079", + "amount": "5.7075", + "parsedAmount": "5707500000000000000" + }, + { + "gotchiId": "6080", + "amount": "22.3875", + "parsedAmount": "22387500000000000000" + }, + { + "gotchiId": "6081", + "amount": "6.452500000000001", + "parsedAmount": "6452500000000001000" + }, + { + "gotchiId": "6083", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "6085", + "amount": "28.0575", + "parsedAmount": "28057500000000000000" + }, + { + "gotchiId": "6086", + "amount": "3.8675", + "parsedAmount": "3867500000000000000" + }, + { + "gotchiId": "6087", + "amount": "21.0225", + "parsedAmount": "21022500000000000000" + }, + { + "gotchiId": "6089", + "amount": "75.97", + "parsedAmount": "75970000000000000000" + }, + { + "gotchiId": "6094", + "amount": "58.0975", + "parsedAmount": "58097500000000000000" + }, + { + "gotchiId": "6101", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "6102", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "6103", + "amount": "24.235", + "parsedAmount": "24235000000000000000" + }, + { + "gotchiId": "6104", + "amount": "21.54", + "parsedAmount": "21540000000000000000" + }, + { + "gotchiId": "6105", + "amount": "10.4025", + "parsedAmount": "10402500000000000000" + }, + { + "gotchiId": "6107", + "amount": "20.972499999999997", + "parsedAmount": "20972499999999997000" + }, + { + "gotchiId": "6109", + "amount": "178.54250000000002", + "parsedAmount": "178542500000000020000" + }, + { + "gotchiId": "6110", + "amount": "7.86", + "parsedAmount": "7860000000000000000" + }, + { + "gotchiId": "6111", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "6117", + "amount": "14.017499999999998", + "parsedAmount": "14017499999999998000" + }, + { + "gotchiId": "6118", + "amount": "1.845", + "parsedAmount": "1845000000000000000" + }, + { + "gotchiId": "6119", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "6120", + "amount": "2.085", + "parsedAmount": "2085000000000000000" + }, + { + "gotchiId": "6121", + "amount": "12.055", + "parsedAmount": "12055000000000000000" + }, + { + "gotchiId": "6122", + "amount": "56.535", + "parsedAmount": "56535000000000000000" + }, + { + "gotchiId": "6123", + "amount": "8.37", + "parsedAmount": "8370000000000000000" + }, + { + "gotchiId": "6128", + "amount": "29.895000000000003", + "parsedAmount": "29895000000000003000" + }, + { + "gotchiId": "6129", + "amount": "21.68", + "parsedAmount": "21680000000000000000" + }, + { + "gotchiId": "6130", + "amount": "2.745", + "parsedAmount": "2745000000000000000" + }, + { + "gotchiId": "6131", + "amount": "22.71", + "parsedAmount": "22710000000000000000" + }, + { + "gotchiId": "6132", + "amount": "29.7025", + "parsedAmount": "29702500000000000000" + }, + { + "gotchiId": "6135", + "amount": "10.190000000000001", + "parsedAmount": "10190000000000001000" + }, + { + "gotchiId": "6136", + "amount": "34.287499999999994", + "parsedAmount": "34287499999999994000" + }, + { + "gotchiId": "6138", + "amount": "132.29999999999998", + "parsedAmount": "132299999999999980000" + }, + { + "gotchiId": "6140", + "amount": "9.8975", + "parsedAmount": "9897500000000000000" + }, + { + "gotchiId": "6142", + "amount": "32.0975", + "parsedAmount": "32097500000000000000" + }, + { + "gotchiId": "6145", + "amount": "64.9025", + "parsedAmount": "64902500000000000000" + }, + { + "gotchiId": "6146", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "6147", + "amount": "123.73500000000001", + "parsedAmount": "123735000000000010000" + }, + { + "gotchiId": "6148", + "amount": "19.66", + "parsedAmount": "19660000000000000000" + }, + { + "gotchiId": "6149", + "amount": "10.21", + "parsedAmount": "10210000000000000000" + }, + { + "gotchiId": "6151", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "6155", + "amount": "38.575", + "parsedAmount": "38575000000000000000" + }, + { + "gotchiId": "6156", + "amount": "39.75", + "parsedAmount": "39750000000000000000" + }, + { + "gotchiId": "6158", + "amount": "11.595", + "parsedAmount": "11595000000000000000" + }, + { + "gotchiId": "6159", + "amount": "8.5825", + "parsedAmount": "8582500000000000000" + }, + { + "gotchiId": "6160", + "amount": "45.2975", + "parsedAmount": "45297500000000000000" + }, + { + "gotchiId": "6163", + "amount": "20.42", + "parsedAmount": "20420000000000000000" + }, + { + "gotchiId": "6164", + "amount": "111.72999999999999", + "parsedAmount": "111729999999999990000" + }, + { + "gotchiId": "6165", + "amount": "15.7925", + "parsedAmount": "15792500000000000000" + }, + { + "gotchiId": "6166", + "amount": "17.0875", + "parsedAmount": "17087500000000000000" + }, + { + "gotchiId": "6168", + "amount": "14.905000000000001", + "parsedAmount": "14905000000000001000" + }, + { + "gotchiId": "6169", + "amount": "14.047500000000001", + "parsedAmount": "14047500000000001000" + }, + { + "gotchiId": "6170", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "6171", + "amount": "4.365", + "parsedAmount": "4365000000000000000" + }, + { + "gotchiId": "6172", + "amount": "8.615", + "parsedAmount": "8615000000000000000" + }, + { + "gotchiId": "6174", + "amount": "48.395", + "parsedAmount": "48395000000000000000" + }, + { + "gotchiId": "6176", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "6177", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "6178", + "amount": "31.990000000000002", + "parsedAmount": "31990000000000002000" + }, + { + "gotchiId": "6179", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "6182", + "amount": "9.7725", + "parsedAmount": "9772500000000000000" + }, + { + "gotchiId": "6183", + "amount": "36.135", + "parsedAmount": "36135000000000000000" + }, + { + "gotchiId": "6187", + "amount": "11.735", + "parsedAmount": "11735000000000000000" + }, + { + "gotchiId": "6189", + "amount": "32.080000000000005", + "parsedAmount": "32080000000000005000" + }, + { + "gotchiId": "6190", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "6192", + "amount": "24.1075", + "parsedAmount": "24107500000000000000" + }, + { + "gotchiId": "6193", + "amount": "37.067499999999995", + "parsedAmount": "37067499999999995000" + }, + { + "gotchiId": "6199", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "6202", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "6203", + "amount": "7.4525", + "parsedAmount": "7452500000000000000" + }, + { + "gotchiId": "6204", + "amount": "49.5375", + "parsedAmount": "49537500000000000000" + }, + { + "gotchiId": "6205", + "amount": "6.5225", + "parsedAmount": "6522500000000000000" + }, + { + "gotchiId": "6208", + "amount": "32.995000000000005", + "parsedAmount": "32995000000000005000" + }, + { + "gotchiId": "6209", + "amount": "37.67", + "parsedAmount": "37670000000000000000" + }, + { + "gotchiId": "6212", + "amount": "9.35", + "parsedAmount": "9350000000000000000" + }, + { + "gotchiId": "6213", + "amount": "19.197499999999998", + "parsedAmount": "19197499999999998000" + }, + { + "gotchiId": "6214", + "amount": "4.16", + "parsedAmount": "4160000000000000000" + }, + { + "gotchiId": "6216", + "amount": "11.48", + "parsedAmount": "11480000000000000000" + }, + { + "gotchiId": "6222", + "amount": "33.015", + "parsedAmount": "33015000000000000000" + }, + { + "gotchiId": "6223", + "amount": "11.567499999999999", + "parsedAmount": "11567499999999999000" + }, + { + "gotchiId": "6224", + "amount": "22.13", + "parsedAmount": "22130000000000000000" + }, + { + "gotchiId": "6233", + "amount": "45.7875", + "parsedAmount": "45787500000000000000" + }, + { + "gotchiId": "6235", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "6236", + "amount": "18.2875", + "parsedAmount": "18287500000000000000" + }, + { + "gotchiId": "6239", + "amount": "62.285000000000004", + "parsedAmount": "62285000000000004000" + }, + { + "gotchiId": "6241", + "amount": "10.67", + "parsedAmount": "10670000000000000000" + }, + { + "gotchiId": "6247", + "amount": "11.2125", + "parsedAmount": "11212500000000000000" + }, + { + "gotchiId": "6250", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "6252", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "6254", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "6255", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "6256", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "6257", + "amount": "59.7625", + "parsedAmount": "59762500000000000000" + }, + { + "gotchiId": "6259", + "amount": "9.8475", + "parsedAmount": "9847500000000000000" + }, + { + "gotchiId": "6260", + "amount": "83.2", + "parsedAmount": "83200000000000000000" + }, + { + "gotchiId": "6263", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "6264", + "amount": "23.5925", + "parsedAmount": "23592500000000000000" + }, + { + "gotchiId": "6265", + "amount": "19.1075", + "parsedAmount": "19107500000000000000" + }, + { + "gotchiId": "6266", + "amount": "53.5025", + "parsedAmount": "53502500000000000000" + }, + { + "gotchiId": "6268", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "6271", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "6273", + "amount": "3.96", + "parsedAmount": "3960000000000000000" + }, + { + "gotchiId": "6274", + "amount": "81.38499999999999", + "parsedAmount": "81384999999999990000" + }, + { + "gotchiId": "6276", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "6278", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "6279", + "amount": "33.135", + "parsedAmount": "33135000000000000000" + }, + { + "gotchiId": "6288", + "amount": "21.15", + "parsedAmount": "21150000000000000000" + }, + { + "gotchiId": "6293", + "amount": "6.085", + "parsedAmount": "6085000000000000000" + }, + { + "gotchiId": "6296", + "amount": "14.71", + "parsedAmount": "14710000000000000000" + }, + { + "gotchiId": "6305", + "amount": "58.06", + "parsedAmount": "58060000000000000000" + }, + { + "gotchiId": "6307", + "amount": "13.6425", + "parsedAmount": "13642500000000000000" + }, + { + "gotchiId": "6308", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "6309", + "amount": "8.0725", + "parsedAmount": "8072500000000000000" + }, + { + "gotchiId": "6310", + "amount": "8.440000000000001", + "parsedAmount": "8440000000000001000" + }, + { + "gotchiId": "6311", + "amount": "6.5649999999999995", + "parsedAmount": "6564999999999999500" + }, + { + "gotchiId": "6313", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "6318", + "amount": "3.0525", + "parsedAmount": "3052500000000000000" + }, + { + "gotchiId": "6321", + "amount": "72.95", + "parsedAmount": "72950000000000000000" + }, + { + "gotchiId": "6323", + "amount": "10.35", + "parsedAmount": "10350000000000000000" + }, + { + "gotchiId": "6324", + "amount": "18.48", + "parsedAmount": "18480000000000000000" + }, + { + "gotchiId": "6327", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "6335", + "amount": "139.0625", + "parsedAmount": "139062500000000000000" + }, + { + "gotchiId": "6336", + "amount": "7.525", + "parsedAmount": "7525000000000000000" + }, + { + "gotchiId": "6341", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "6342", + "amount": "41.7275", + "parsedAmount": "41727500000000000000" + }, + { + "gotchiId": "6345", + "amount": "89.42500000000001", + "parsedAmount": "89425000000000010000" + }, + { + "gotchiId": "6350", + "amount": "299.065", + "parsedAmount": "299065000000000000000" + }, + { + "gotchiId": "6351", + "amount": "92.39750000000001", + "parsedAmount": "92397500000000010000" + }, + { + "gotchiId": "6352", + "amount": "31.7925", + "parsedAmount": "31792500000000000000" + }, + { + "gotchiId": "6354", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "6355", + "amount": "18.200000000000003", + "parsedAmount": "18200000000000003000" + }, + { + "gotchiId": "6357", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "6358", + "amount": "7.1975", + "parsedAmount": "7197500000000000000" + }, + { + "gotchiId": "6359", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "6362", + "amount": "6.65", + "parsedAmount": "6650000000000000000" + }, + { + "gotchiId": "6366", + "amount": "69.2225", + "parsedAmount": "69222500000000000000" + }, + { + "gotchiId": "6370", + "amount": "8.8475", + "parsedAmount": "8847500000000000000" + }, + { + "gotchiId": "6371", + "amount": "16.52", + "parsedAmount": "16520000000000000000" + }, + { + "gotchiId": "6372", + "amount": "21.7925", + "parsedAmount": "21792500000000000000" + }, + { + "gotchiId": "6373", + "amount": "17.7175", + "parsedAmount": "17717500000000000000" + }, + { + "gotchiId": "6374", + "amount": "56.58", + "parsedAmount": "56580000000000000000" + }, + { + "gotchiId": "6375", + "amount": "65.8375", + "parsedAmount": "65837500000000000000" + }, + { + "gotchiId": "6376", + "amount": "55.3525", + "parsedAmount": "55352500000000000000" + }, + { + "gotchiId": "6379", + "amount": "11.8875", + "parsedAmount": "11887500000000000000" + }, + { + "gotchiId": "6380", + "amount": "34.8425", + "parsedAmount": "34842500000000000000" + }, + { + "gotchiId": "6382", + "amount": "23.7625", + "parsedAmount": "23762500000000000000" + }, + { + "gotchiId": "6383", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "6385", + "amount": "12.920000000000002", + "parsedAmount": "12920000000000002000" + }, + { + "gotchiId": "6386", + "amount": "53.9925", + "parsedAmount": "53992500000000000000" + }, + { + "gotchiId": "6389", + "amount": "15.6025", + "parsedAmount": "15602500000000000000" + }, + { + "gotchiId": "6390", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "6392", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "6393", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "6394", + "amount": "97.85249999999999", + "parsedAmount": "97852499999999990000" + }, + { + "gotchiId": "6395", + "amount": "9.4175", + "parsedAmount": "9417500000000000000" + }, + { + "gotchiId": "6396", + "amount": "62.88", + "parsedAmount": "62880000000000000000" + }, + { + "gotchiId": "6397", + "amount": "25.517500000000002", + "parsedAmount": "25517500000000002000" + }, + { + "gotchiId": "6398", + "amount": "8.675", + "parsedAmount": "8675000000000000000" + }, + { + "gotchiId": "6400", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "6401", + "amount": "7.147500000000001", + "parsedAmount": "7147500000000001000" + }, + { + "gotchiId": "6403", + "amount": "10.6475", + "parsedAmount": "10647500000000000000" + }, + { + "gotchiId": "6406", + "amount": "17.2525", + "parsedAmount": "17252500000000000000" + }, + { + "gotchiId": "6407", + "amount": "202.56", + "parsedAmount": "202560000000000000000" + }, + { + "gotchiId": "6409", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "6413", + "amount": "47.47", + "parsedAmount": "47470000000000000000" + }, + { + "gotchiId": "6418", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "6419", + "amount": "22.465", + "parsedAmount": "22465000000000000000" + }, + { + "gotchiId": "6420", + "amount": "22.945", + "parsedAmount": "22945000000000000000" + }, + { + "gotchiId": "6421", + "amount": "21.73", + "parsedAmount": "21730000000000000000" + }, + { + "gotchiId": "6422", + "amount": "108.92750000000001", + "parsedAmount": "108927500000000010000" + }, + { + "gotchiId": "6423", + "amount": "2.84", + "parsedAmount": "2840000000000000000" + }, + { + "gotchiId": "6424", + "amount": "11.93", + "parsedAmount": "11930000000000000000" + }, + { + "gotchiId": "6428", + "amount": "29.4325", + "parsedAmount": "29432500000000000000" + }, + { + "gotchiId": "6431", + "amount": "53.975", + "parsedAmount": "53975000000000000000" + }, + { + "gotchiId": "6434", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "6435", + "amount": "31.15", + "parsedAmount": "31150000000000000000" + }, + { + "gotchiId": "6437", + "amount": "15.357500000000002", + "parsedAmount": "15357500000000002000" + }, + { + "gotchiId": "6438", + "amount": "60.0775", + "parsedAmount": "60077500000000000000" + }, + { + "gotchiId": "6439", + "amount": "24.3425", + "parsedAmount": "24342500000000000000" + }, + { + "gotchiId": "6440", + "amount": "2.1075", + "parsedAmount": "2107500000000000000" + }, + { + "gotchiId": "6442", + "amount": "11.265", + "parsedAmount": "11265000000000000000" + }, + { + "gotchiId": "6443", + "amount": "42.0375", + "parsedAmount": "42037500000000000000" + }, + { + "gotchiId": "6444", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "6445", + "amount": "5.7125", + "parsedAmount": "5712500000000000000" + }, + { + "gotchiId": "6446", + "amount": "9.7475", + "parsedAmount": "9747500000000000000" + }, + { + "gotchiId": "6447", + "amount": "276.1225", + "parsedAmount": "276122500000000000000" + }, + { + "gotchiId": "6448", + "amount": "8.27", + "parsedAmount": "8270000000000000000" + }, + { + "gotchiId": "6450", + "amount": "7.425", + "parsedAmount": "7425000000000000000" + }, + { + "gotchiId": "6451", + "amount": "72.57249999999999", + "parsedAmount": "72572499999999990000" + }, + { + "gotchiId": "6452", + "amount": "5.692500000000001", + "parsedAmount": "5692500000000001000" + }, + { + "gotchiId": "6453", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "6454", + "amount": "21.215", + "parsedAmount": "21215000000000000000" + }, + { + "gotchiId": "6459", + "amount": "17.282500000000002", + "parsedAmount": "17282500000000002000" + }, + { + "gotchiId": "6460", + "amount": "22.1325", + "parsedAmount": "22132500000000000000" + }, + { + "gotchiId": "6462", + "amount": "2.42", + "parsedAmount": "2420000000000000000" + }, + { + "gotchiId": "6463", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "6465", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "6468", + "amount": "5.8100000000000005", + "parsedAmount": "5810000000000000500" + }, + { + "gotchiId": "6471", + "amount": "5.140000000000001", + "parsedAmount": "5140000000000001000" + }, + { + "gotchiId": "6473", + "amount": "14.6675", + "parsedAmount": "14667500000000000000" + }, + { + "gotchiId": "6475", + "amount": "59.265", + "parsedAmount": "59265000000000000000" + }, + { + "gotchiId": "6477", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "6478", + "amount": "17.09", + "parsedAmount": "17090000000000000000" + }, + { + "gotchiId": "6480", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "6482", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "6485", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "6486", + "amount": "21.5425", + "parsedAmount": "21542500000000000000" + }, + { + "gotchiId": "6487", + "amount": "9.46", + "parsedAmount": "9460000000000000000" + }, + { + "gotchiId": "6489", + "amount": "27.2275", + "parsedAmount": "27227500000000000000" + }, + { + "gotchiId": "6490", + "amount": "25.2625", + "parsedAmount": "25262500000000000000" + }, + { + "gotchiId": "6505", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "6506", + "amount": "14.829999999999998", + "parsedAmount": "14829999999999998000" + }, + { + "gotchiId": "6507", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "6508", + "amount": "11.085", + "parsedAmount": "11085000000000000000" + }, + { + "gotchiId": "6509", + "amount": "11.09", + "parsedAmount": "11090000000000000000" + }, + { + "gotchiId": "6510", + "amount": "10.995000000000001", + "parsedAmount": "10995000000000001000" + }, + { + "gotchiId": "6511", + "amount": "15.217500000000001", + "parsedAmount": "15217500000000001000" + }, + { + "gotchiId": "6512", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "6513", + "amount": "15.0375", + "parsedAmount": "15037500000000000000" + }, + { + "gotchiId": "6514", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "6515", + "amount": "15.1525", + "parsedAmount": "15152500000000000000" + }, + { + "gotchiId": "6516", + "amount": "6.0275", + "parsedAmount": "6027500000000000000" + }, + { + "gotchiId": "6517", + "amount": "10.9875", + "parsedAmount": "10987500000000000000" + }, + { + "gotchiId": "6518", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "6519", + "amount": "10.895", + "parsedAmount": "10895000000000000000" + }, + { + "gotchiId": "6525", + "amount": "10.530000000000001", + "parsedAmount": "10530000000000001000" + }, + { + "gotchiId": "6529", + "amount": "22.6475", + "parsedAmount": "22647500000000000000" + }, + { + "gotchiId": "6531", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "6532", + "amount": "3.685", + "parsedAmount": "3685000000000000000" + }, + { + "gotchiId": "6533", + "amount": "58.81", + "parsedAmount": "58810000000000000000" + }, + { + "gotchiId": "6534", + "amount": "7.172499999999999", + "parsedAmount": "7172499999999999000" + }, + { + "gotchiId": "6536", + "amount": "13.675", + "parsedAmount": "13675000000000000000" + }, + { + "gotchiId": "6538", + "amount": "6.7475", + "parsedAmount": "6747500000000000000" + }, + { + "gotchiId": "6539", + "amount": "12.05", + "parsedAmount": "12050000000000000000" + }, + { + "gotchiId": "6541", + "amount": "35.7825", + "parsedAmount": "35782500000000000000" + }, + { + "gotchiId": "6549", + "amount": "94.425", + "parsedAmount": "94425000000000000000" + }, + { + "gotchiId": "6550", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "6555", + "amount": "16.75", + "parsedAmount": "16750000000000000000" + }, + { + "gotchiId": "6557", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "6558", + "amount": "5.6899999999999995", + "parsedAmount": "5689999999999999500" + }, + { + "gotchiId": "6560", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "6562", + "amount": "35.5475", + "parsedAmount": "35547500000000000000" + }, + { + "gotchiId": "6564", + "amount": "31.6075", + "parsedAmount": "31607500000000000000" + }, + { + "gotchiId": "6565", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "6566", + "amount": "23.1425", + "parsedAmount": "23142500000000000000" + }, + { + "gotchiId": "6570", + "amount": "3.3925", + "parsedAmount": "3392500000000000000" + }, + { + "gotchiId": "6574", + "amount": "7.6125", + "parsedAmount": "7612500000000000000" + }, + { + "gotchiId": "6576", + "amount": "11.135000000000002", + "parsedAmount": "11135000000000002000" + }, + { + "gotchiId": "6581", + "amount": "8.4975", + "parsedAmount": "8497500000000000000" + }, + { + "gotchiId": "6582", + "amount": "50.504999999999995", + "parsedAmount": "50504999999999995000" + }, + { + "gotchiId": "6584", + "amount": "29.244999999999997", + "parsedAmount": "29244999999999997000" + }, + { + "gotchiId": "6585", + "amount": "2.2825", + "parsedAmount": "2282500000000000000" + }, + { + "gotchiId": "6588", + "amount": "30.6325", + "parsedAmount": "30632500000000000000" + }, + { + "gotchiId": "6589", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "6592", + "amount": "50.605000000000004", + "parsedAmount": "50605000000000004000" + }, + { + "gotchiId": "6593", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "6595", + "amount": "8.5275", + "parsedAmount": "8527500000000000000" + }, + { + "gotchiId": "6600", + "amount": "15.5675", + "parsedAmount": "15567500000000000000" + }, + { + "gotchiId": "6601", + "amount": "20.3125", + "parsedAmount": "20312500000000000000" + }, + { + "gotchiId": "6602", + "amount": "11.9975", + "parsedAmount": "11997500000000000000" + }, + { + "gotchiId": "6603", + "amount": "8.26", + "parsedAmount": "8260000000000000000" + }, + { + "gotchiId": "6604", + "amount": "8.24", + "parsedAmount": "8240000000000000000" + }, + { + "gotchiId": "6605", + "amount": "10.5625", + "parsedAmount": "10562500000000000000" + }, + { + "gotchiId": "6608", + "amount": "20.685", + "parsedAmount": "20685000000000000000" + }, + { + "gotchiId": "6609", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "6610", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "6611", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "6613", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "6615", + "amount": "42.5125", + "parsedAmount": "42512500000000000000" + }, + { + "gotchiId": "6618", + "amount": "10.6925", + "parsedAmount": "10692500000000000000" + }, + { + "gotchiId": "6624", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "6628", + "amount": "6.035", + "parsedAmount": "6035000000000000000" + }, + { + "gotchiId": "6630", + "amount": "15.809999999999999", + "parsedAmount": "15809999999999999000" + }, + { + "gotchiId": "6631", + "amount": "20.740000000000002", + "parsedAmount": "20740000000000002000" + }, + { + "gotchiId": "6632", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "6633", + "amount": "37.92", + "parsedAmount": "37920000000000000000" + }, + { + "gotchiId": "6634", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "6635", + "amount": "2.88", + "parsedAmount": "2880000000000000000" + }, + { + "gotchiId": "6636", + "amount": "6.0375", + "parsedAmount": "6037500000000000000" + } + ], + "totalAmount": "12544992500000000020000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768478, + "gasUsed": "9240339" + }, + { + "batchIndex": 6, + "transactionHash": "0xc94f5c0638afd91702dca2ec30468bbaa7ca298cb68629eabc01bf04184458ab", + "timestamp": "2025-11-05T07:05:09.109Z", + "gotchiRewards": [ + { + "gotchiId": "6637", + "amount": "53.057500000000005", + "parsedAmount": "53057500000000005000" + }, + { + "gotchiId": "6639", + "amount": "32.9375", + "parsedAmount": "32937500000000000000" + }, + { + "gotchiId": "6640", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "6641", + "amount": "18.8025", + "parsedAmount": "18802500000000000000" + }, + { + "gotchiId": "6642", + "amount": "21.8975", + "parsedAmount": "21897500000000000000" + }, + { + "gotchiId": "6643", + "amount": "6.07", + "parsedAmount": "6070000000000000000" + }, + { + "gotchiId": "6644", + "amount": "31.7725", + "parsedAmount": "31772500000000000000" + }, + { + "gotchiId": "6645", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "6652", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "6653", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "6655", + "amount": "2.9775", + "parsedAmount": "2977500000000000000" + }, + { + "gotchiId": "6656", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "6657", + "amount": "14.6575", + "parsedAmount": "14657500000000000000" + }, + { + "gotchiId": "6659", + "amount": "14.2225", + "parsedAmount": "14222500000000000000" + }, + { + "gotchiId": "6662", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "6664", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "6665", + "amount": "29.735", + "parsedAmount": "29735000000000000000" + }, + { + "gotchiId": "6670", + "amount": "34.5425", + "parsedAmount": "34542500000000000000" + }, + { + "gotchiId": "6671", + "amount": "6.699999999999999", + "parsedAmount": "6699999999999999000" + }, + { + "gotchiId": "6673", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "6674", + "amount": "29.5175", + "parsedAmount": "29517500000000000000" + }, + { + "gotchiId": "6675", + "amount": "34.7975", + "parsedAmount": "34797500000000000000" + }, + { + "gotchiId": "6676", + "amount": "29.36", + "parsedAmount": "29360000000000000000" + }, + { + "gotchiId": "6677", + "amount": "37.89", + "parsedAmount": "37890000000000000000" + }, + { + "gotchiId": "6678", + "amount": "29.9375", + "parsedAmount": "29937500000000000000" + }, + { + "gotchiId": "6679", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "6681", + "amount": "23.3425", + "parsedAmount": "23342500000000000000" + }, + { + "gotchiId": "6682", + "amount": "13.4375", + "parsedAmount": "13437500000000000000" + }, + { + "gotchiId": "6683", + "amount": "16.942500000000003", + "parsedAmount": "16942500000000003000" + }, + { + "gotchiId": "6684", + "amount": "23.495", + "parsedAmount": "23495000000000000000" + }, + { + "gotchiId": "6685", + "amount": "3.7525", + "parsedAmount": "3752500000000000000" + }, + { + "gotchiId": "6688", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "6689", + "amount": "15.31", + "parsedAmount": "15310000000000000000" + }, + { + "gotchiId": "6690", + "amount": "9.775", + "parsedAmount": "9775000000000000000" + }, + { + "gotchiId": "6691", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "6692", + "amount": "6.994999999999999", + "parsedAmount": "6994999999999999000" + }, + { + "gotchiId": "6693", + "amount": "16.9025", + "parsedAmount": "16902500000000000000" + }, + { + "gotchiId": "6694", + "amount": "6.9725", + "parsedAmount": "6972500000000000000" + }, + { + "gotchiId": "6695", + "amount": "112.4225", + "parsedAmount": "112422500000000000000" + }, + { + "gotchiId": "6697", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "6700", + "amount": "8.6575", + "parsedAmount": "8657500000000000000" + }, + { + "gotchiId": "6704", + "amount": "7.7425", + "parsedAmount": "7742500000000000000" + }, + { + "gotchiId": "6707", + "amount": "17.6225", + "parsedAmount": "17622500000000000000" + }, + { + "gotchiId": "6709", + "amount": "53.58", + "parsedAmount": "53580000000000000000" + }, + { + "gotchiId": "6710", + "amount": "12.8175", + "parsedAmount": "12817500000000000000" + }, + { + "gotchiId": "6711", + "amount": "14.86", + "parsedAmount": "14860000000000000000" + }, + { + "gotchiId": "6712", + "amount": "13.73", + "parsedAmount": "13730000000000000000" + }, + { + "gotchiId": "6713", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "6720", + "amount": "5.255", + "parsedAmount": "5255000000000000000" + }, + { + "gotchiId": "6723", + "amount": "13.100000000000001", + "parsedAmount": "13100000000000001000" + }, + { + "gotchiId": "6729", + "amount": "12.2875", + "parsedAmount": "12287500000000000000" + }, + { + "gotchiId": "6731", + "amount": "5.11", + "parsedAmount": "5110000000000000000" + }, + { + "gotchiId": "6732", + "amount": "13.037500000000001", + "parsedAmount": "13037500000000001000" + }, + { + "gotchiId": "6734", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "6735", + "amount": "63.309999999999995", + "parsedAmount": "63309999999999995000" + }, + { + "gotchiId": "6741", + "amount": "23.0475", + "parsedAmount": "23047500000000000000" + }, + { + "gotchiId": "6742", + "amount": "24.2125", + "parsedAmount": "24212500000000000000" + }, + { + "gotchiId": "6743", + "amount": "12.395", + "parsedAmount": "12395000000000000000" + }, + { + "gotchiId": "6745", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "6746", + "amount": "69.595", + "parsedAmount": "69595000000000000000" + }, + { + "gotchiId": "6750", + "amount": "13.83", + "parsedAmount": "13830000000000000000" + }, + { + "gotchiId": "6751", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "6752", + "amount": "16.8625", + "parsedAmount": "16862500000000000000" + }, + { + "gotchiId": "6756", + "amount": "7.6575", + "parsedAmount": "7657500000000000000" + }, + { + "gotchiId": "6764", + "amount": "4.225", + "parsedAmount": "4225000000000000000" + }, + { + "gotchiId": "6765", + "amount": "13.195", + "parsedAmount": "13195000000000000000" + }, + { + "gotchiId": "6766", + "amount": "31.442500000000003", + "parsedAmount": "31442500000000003000" + }, + { + "gotchiId": "6769", + "amount": "25.9975", + "parsedAmount": "25997500000000000000" + }, + { + "gotchiId": "6771", + "amount": "12.4175", + "parsedAmount": "12417500000000000000" + }, + { + "gotchiId": "6773", + "amount": "11.495", + "parsedAmount": "11495000000000000000" + }, + { + "gotchiId": "6780", + "amount": "14.09", + "parsedAmount": "14090000000000000000" + }, + { + "gotchiId": "6781", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "6785", + "amount": "38.12", + "parsedAmount": "38120000000000000000" + }, + { + "gotchiId": "6786", + "amount": "38.769999999999996", + "parsedAmount": "38769999999999996000" + }, + { + "gotchiId": "6788", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "6789", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "6792", + "amount": "42.49", + "parsedAmount": "42490000000000000000" + }, + { + "gotchiId": "6794", + "amount": "3.2975", + "parsedAmount": "3297500000000000000" + }, + { + "gotchiId": "6796", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "6797", + "amount": "17.2675", + "parsedAmount": "17267500000000000000" + }, + { + "gotchiId": "6798", + "amount": "19.0625", + "parsedAmount": "19062500000000000000" + }, + { + "gotchiId": "6801", + "amount": "6.075", + "parsedAmount": "6075000000000000000" + }, + { + "gotchiId": "6802", + "amount": "17.795", + "parsedAmount": "17795000000000000000" + }, + { + "gotchiId": "6804", + "amount": "16.47", + "parsedAmount": "16470000000000000000" + }, + { + "gotchiId": "6807", + "amount": "35.94", + "parsedAmount": "35940000000000000000" + }, + { + "gotchiId": "6811", + "amount": "5.390000000000001", + "parsedAmount": "5390000000000001000" + }, + { + "gotchiId": "6812", + "amount": "5.5725", + "parsedAmount": "5572500000000000000" + }, + { + "gotchiId": "6813", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "6816", + "amount": "2.22", + "parsedAmount": "2220000000000000000" + }, + { + "gotchiId": "6817", + "amount": "7.685", + "parsedAmount": "7685000000000000000" + }, + { + "gotchiId": "6819", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "6821", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "6823", + "amount": "4.7525", + "parsedAmount": "4752500000000000000" + }, + { + "gotchiId": "6824", + "amount": "14.305", + "parsedAmount": "14305000000000000000" + }, + { + "gotchiId": "6826", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "6827", + "amount": "130.1275", + "parsedAmount": "130127500000000000000" + }, + { + "gotchiId": "6828", + "amount": "28.042499999999997", + "parsedAmount": "28042499999999997000" + }, + { + "gotchiId": "6835", + "amount": "3.0175", + "parsedAmount": "3017500000000000000" + }, + { + "gotchiId": "6837", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "6839", + "amount": "39.03", + "parsedAmount": "39030000000000000000" + }, + { + "gotchiId": "6843", + "amount": "59.330000000000005", + "parsedAmount": "59330000000000005000" + }, + { + "gotchiId": "6845", + "amount": "8.8575", + "parsedAmount": "8857500000000000000" + }, + { + "gotchiId": "6846", + "amount": "12.32", + "parsedAmount": "12320000000000000000" + }, + { + "gotchiId": "6847", + "amount": "53.9625", + "parsedAmount": "53962500000000000000" + }, + { + "gotchiId": "6849", + "amount": "27.134999999999998", + "parsedAmount": "27134999999999998000" + }, + { + "gotchiId": "6851", + "amount": "60.155", + "parsedAmount": "60155000000000000000" + }, + { + "gotchiId": "6852", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "6853", + "amount": "116.7225", + "parsedAmount": "116722500000000000000" + }, + { + "gotchiId": "6854", + "amount": "33.1825", + "parsedAmount": "33182500000000000000" + }, + { + "gotchiId": "6855", + "amount": "6.93", + "parsedAmount": "6930000000000000000" + }, + { + "gotchiId": "6857", + "amount": "12.682500000000001", + "parsedAmount": "12682500000000001000" + }, + { + "gotchiId": "6858", + "amount": "6.78", + "parsedAmount": "6780000000000000000" + }, + { + "gotchiId": "6860", + "amount": "31.79", + "parsedAmount": "31790000000000000000" + }, + { + "gotchiId": "6861", + "amount": "7.2", + "parsedAmount": "7200000000000000000" + }, + { + "gotchiId": "6866", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "6871", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "6877", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "6879", + "amount": "36.535000000000004", + "parsedAmount": "36535000000000004000" + }, + { + "gotchiId": "6880", + "amount": "59.7225", + "parsedAmount": "59722500000000000000" + }, + { + "gotchiId": "6881", + "amount": "46.94", + "parsedAmount": "46940000000000000000" + }, + { + "gotchiId": "6882", + "amount": "56.1025", + "parsedAmount": "56102500000000000000" + }, + { + "gotchiId": "6884", + "amount": "36.7475", + "parsedAmount": "36747500000000000000" + }, + { + "gotchiId": "6885", + "amount": "7.6525", + "parsedAmount": "7652500000000000000" + }, + { + "gotchiId": "6887", + "amount": "42.7175", + "parsedAmount": "42717500000000000000" + }, + { + "gotchiId": "6888", + "amount": "10.91", + "parsedAmount": "10910000000000000000" + }, + { + "gotchiId": "6889", + "amount": "17.5225", + "parsedAmount": "17522500000000000000" + }, + { + "gotchiId": "6890", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "6892", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "6893", + "amount": "15.372499999999999", + "parsedAmount": "15372499999999999000" + }, + { + "gotchiId": "6895", + "amount": "16.37", + "parsedAmount": "16370000000000000000" + }, + { + "gotchiId": "6901", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "6902", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "6906", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "6908", + "amount": "21.8475", + "parsedAmount": "21847500000000000000" + }, + { + "gotchiId": "6912", + "amount": "110.455", + "parsedAmount": "110455000000000000000" + }, + { + "gotchiId": "6913", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "6916", + "amount": "22.865", + "parsedAmount": "22865000000000000000" + }, + { + "gotchiId": "6917", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "6918", + "amount": "23.0975", + "parsedAmount": "23097500000000000000" + }, + { + "gotchiId": "6919", + "amount": "22.58", + "parsedAmount": "22580000000000000000" + }, + { + "gotchiId": "6920", + "amount": "23.46", + "parsedAmount": "23460000000000000000" + }, + { + "gotchiId": "6929", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "6931", + "amount": "81.75", + "parsedAmount": "81750000000000000000" + }, + { + "gotchiId": "6932", + "amount": "589.0749999999999", + "parsedAmount": "589074999999999900000" + }, + { + "gotchiId": "6933", + "amount": "60.8525", + "parsedAmount": "60852500000000000000" + }, + { + "gotchiId": "6938", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "6939", + "amount": "17.57", + "parsedAmount": "17570000000000000000" + }, + { + "gotchiId": "6941", + "amount": "9.5825", + "parsedAmount": "9582500000000000000" + }, + { + "gotchiId": "6942", + "amount": "16.689999999999998", + "parsedAmount": "16689999999999998000" + }, + { + "gotchiId": "6944", + "amount": "7.852500000000001", + "parsedAmount": "7852500000000001000" + }, + { + "gotchiId": "6946", + "amount": "30.8775", + "parsedAmount": "30877500000000000000" + }, + { + "gotchiId": "6947", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "6951", + "amount": "108.31", + "parsedAmount": "108310000000000000000" + }, + { + "gotchiId": "6952", + "amount": "179.9125", + "parsedAmount": "179912500000000000000" + }, + { + "gotchiId": "6953", + "amount": "51.4375", + "parsedAmount": "51437500000000000000" + }, + { + "gotchiId": "6962", + "amount": "9.985", + "parsedAmount": "9985000000000000000" + }, + { + "gotchiId": "6963", + "amount": "19.1025", + "parsedAmount": "19102500000000000000" + }, + { + "gotchiId": "6966", + "amount": "20.575", + "parsedAmount": "20575000000000000000" + }, + { + "gotchiId": "6967", + "amount": "22.8", + "parsedAmount": "22800000000000000000" + }, + { + "gotchiId": "6968", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "6973", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "6974", + "amount": "10.065", + "parsedAmount": "10065000000000000000" + }, + { + "gotchiId": "6975", + "amount": "30.212500000000002", + "parsedAmount": "30212500000000002000" + }, + { + "gotchiId": "6976", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "6978", + "amount": "2.835", + "parsedAmount": "2835000000000000000" + }, + { + "gotchiId": "6981", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "6984", + "amount": "10.024999999999999", + "parsedAmount": "10024999999999999000" + }, + { + "gotchiId": "6985", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "6989", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "6992", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "6993", + "amount": "7.8675", + "parsedAmount": "7867500000000000000" + }, + { + "gotchiId": "6997", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "7001", + "amount": "1489.9200000000003", + "parsedAmount": "1489920000000000300000" + }, + { + "gotchiId": "7005", + "amount": "122.9125", + "parsedAmount": "122912500000000000000" + }, + { + "gotchiId": "7023", + "amount": "10.3675", + "parsedAmount": "10367500000000000000" + }, + { + "gotchiId": "7024", + "amount": "17.8975", + "parsedAmount": "17897500000000000000" + }, + { + "gotchiId": "7025", + "amount": "38.315", + "parsedAmount": "38315000000000000000" + }, + { + "gotchiId": "7026", + "amount": "48.1475", + "parsedAmount": "48147500000000000000" + }, + { + "gotchiId": "7028", + "amount": "7.0375", + "parsedAmount": "7037500000000000000" + }, + { + "gotchiId": "7030", + "amount": "15.637500000000001", + "parsedAmount": "15637500000000001000" + }, + { + "gotchiId": "7031", + "amount": "7.6675", + "parsedAmount": "7667500000000000000" + }, + { + "gotchiId": "7033", + "amount": "48.08", + "parsedAmount": "48080000000000000000" + }, + { + "gotchiId": "7034", + "amount": "16.3425", + "parsedAmount": "16342500000000000000" + }, + { + "gotchiId": "7035", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "7036", + "amount": "23.6925", + "parsedAmount": "23692500000000000000" + }, + { + "gotchiId": "7038", + "amount": "16.7375", + "parsedAmount": "16737500000000000000" + }, + { + "gotchiId": "7042", + "amount": "25.2425", + "parsedAmount": "25242500000000000000" + }, + { + "gotchiId": "7044", + "amount": "11.7275", + "parsedAmount": "11727500000000000000" + }, + { + "gotchiId": "7046", + "amount": "10.4475", + "parsedAmount": "10447500000000000000" + }, + { + "gotchiId": "7047", + "amount": "28.555", + "parsedAmount": "28555000000000000000" + }, + { + "gotchiId": "7050", + "amount": "7.21", + "parsedAmount": "7210000000000000000" + }, + { + "gotchiId": "7052", + "amount": "29.945", + "parsedAmount": "29945000000000000000" + }, + { + "gotchiId": "7055", + "amount": "35.235", + "parsedAmount": "35235000000000000000" + }, + { + "gotchiId": "7056", + "amount": "14.552499999999998", + "parsedAmount": "14552499999999998000" + }, + { + "gotchiId": "7058", + "amount": "30.145", + "parsedAmount": "30145000000000000000" + }, + { + "gotchiId": "7060", + "amount": "58.1525", + "parsedAmount": "58152500000000000000" + }, + { + "gotchiId": "7062", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "7063", + "amount": "18.8825", + "parsedAmount": "18882500000000000000" + }, + { + "gotchiId": "7064", + "amount": "2.885", + "parsedAmount": "2885000000000000000" + }, + { + "gotchiId": "7065", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "7066", + "amount": "18.88", + "parsedAmount": "18880000000000000000" + }, + { + "gotchiId": "7067", + "amount": "46.4225", + "parsedAmount": "46422500000000000000" + }, + { + "gotchiId": "7068", + "amount": "122.84500000000001", + "parsedAmount": "122845000000000010000" + }, + { + "gotchiId": "7069", + "amount": "10.59", + "parsedAmount": "10590000000000000000" + }, + { + "gotchiId": "7073", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "7076", + "amount": "2.095", + "parsedAmount": "2095000000000000000" + }, + { + "gotchiId": "7078", + "amount": "12.2025", + "parsedAmount": "12202500000000000000" + }, + { + "gotchiId": "7080", + "amount": "13.147499999999999", + "parsedAmount": "13147499999999999000" + }, + { + "gotchiId": "7081", + "amount": "9.745", + "parsedAmount": "9745000000000000000" + }, + { + "gotchiId": "7082", + "amount": "46.7675", + "parsedAmount": "46767500000000000000" + }, + { + "gotchiId": "7083", + "amount": "40.85", + "parsedAmount": "40850000000000000000" + }, + { + "gotchiId": "7084", + "amount": "34.6425", + "parsedAmount": "34642500000000000000" + }, + { + "gotchiId": "7090", + "amount": "11.2075", + "parsedAmount": "11207500000000000000" + }, + { + "gotchiId": "7095", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "7097", + "amount": "8.97", + "parsedAmount": "8970000000000000000" + }, + { + "gotchiId": "7099", + "amount": "14.680000000000001", + "parsedAmount": "14680000000000001000" + }, + { + "gotchiId": "7101", + "amount": "9.9725", + "parsedAmount": "9972500000000000000" + }, + { + "gotchiId": "7103", + "amount": "10.184999999999999", + "parsedAmount": "10184999999999999000" + }, + { + "gotchiId": "7104", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "7106", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "7110", + "amount": "33.2725", + "parsedAmount": "33272500000000000000" + }, + { + "gotchiId": "7111", + "amount": "13.764999999999999", + "parsedAmount": "13764999999999999000" + }, + { + "gotchiId": "7112", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "7113", + "amount": "29.025", + "parsedAmount": "29025000000000000000" + }, + { + "gotchiId": "7119", + "amount": "10.9225", + "parsedAmount": "10922500000000000000" + }, + { + "gotchiId": "7124", + "amount": "14.61", + "parsedAmount": "14610000000000000000" + }, + { + "gotchiId": "7129", + "amount": "17.4225", + "parsedAmount": "17422500000000000000" + }, + { + "gotchiId": "7130", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "7137", + "amount": "11.2575", + "parsedAmount": "11257500000000000000" + }, + { + "gotchiId": "7138", + "amount": "7.02", + "parsedAmount": "7020000000000000000" + }, + { + "gotchiId": "7141", + "amount": "6.842499999999999", + "parsedAmount": "6842499999999999000" + }, + { + "gotchiId": "7143", + "amount": "26.407500000000002", + "parsedAmount": "26407500000000002000" + }, + { + "gotchiId": "7144", + "amount": "28.6575", + "parsedAmount": "28657500000000000000" + }, + { + "gotchiId": "7147", + "amount": "4.5625", + "parsedAmount": "4562500000000000000" + }, + { + "gotchiId": "7148", + "amount": "11.39", + "parsedAmount": "11390000000000000000" + }, + { + "gotchiId": "7151", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "7153", + "amount": "5.44", + "parsedAmount": "5440000000000000000" + }, + { + "gotchiId": "7156", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "7161", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "7164", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "7167", + "amount": "23.009999999999998", + "parsedAmount": "23009999999999998000" + }, + { + "gotchiId": "7169", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7171", + "amount": "16.810000000000002", + "parsedAmount": "16810000000000002000" + }, + { + "gotchiId": "7172", + "amount": "11.1025", + "parsedAmount": "11102500000000000000" + }, + { + "gotchiId": "7178", + "amount": "7.1625", + "parsedAmount": "7162500000000000000" + }, + { + "gotchiId": "7179", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "7181", + "amount": "8.192499999999999", + "parsedAmount": "8192499999999999000" + }, + { + "gotchiId": "7183", + "amount": "6.435", + "parsedAmount": "6435000000000000000" + }, + { + "gotchiId": "7184", + "amount": "32.59", + "parsedAmount": "32590000000000000000" + }, + { + "gotchiId": "7185", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "7187", + "amount": "81.0675", + "parsedAmount": "81067500000000000000" + }, + { + "gotchiId": "7190", + "amount": "33.6725", + "parsedAmount": "33672500000000000000" + }, + { + "gotchiId": "7191", + "amount": "34.9675", + "parsedAmount": "34967500000000000000" + }, + { + "gotchiId": "7192", + "amount": "37.17", + "parsedAmount": "37170000000000000000" + }, + { + "gotchiId": "7193", + "amount": "32.34", + "parsedAmount": "32340000000000000000" + }, + { + "gotchiId": "7194", + "amount": "7.8475", + "parsedAmount": "7847500000000000000" + }, + { + "gotchiId": "7195", + "amount": "3.545", + "parsedAmount": "3545000000000000000" + }, + { + "gotchiId": "7196", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "7200", + "amount": "44.347500000000004", + "parsedAmount": "44347500000000004000" + }, + { + "gotchiId": "7202", + "amount": "30.795", + "parsedAmount": "30795000000000000000" + }, + { + "gotchiId": "7203", + "amount": "23.8575", + "parsedAmount": "23857500000000000000" + }, + { + "gotchiId": "7204", + "amount": "23.3375", + "parsedAmount": "23337500000000000000" + }, + { + "gotchiId": "7205", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "7206", + "amount": "30.775", + "parsedAmount": "30775000000000000000" + }, + { + "gotchiId": "7209", + "amount": "46.2675", + "parsedAmount": "46267500000000000000" + }, + { + "gotchiId": "7210", + "amount": "19.107499999999998", + "parsedAmount": "19107499999999998000" + }, + { + "gotchiId": "7211", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "7212", + "amount": "17.0875", + "parsedAmount": "17087500000000000000" + }, + { + "gotchiId": "7213", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "7215", + "amount": "17.947499999999998", + "parsedAmount": "17947499999999998000" + }, + { + "gotchiId": "7216", + "amount": "10.285", + "parsedAmount": "10285000000000000000" + }, + { + "gotchiId": "7217", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "7225", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "7226", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "7229", + "amount": "6.0075", + "parsedAmount": "6007500000000000000" + }, + { + "gotchiId": "7230", + "amount": "7.3975", + "parsedAmount": "7397500000000000000" + }, + { + "gotchiId": "7232", + "amount": "24.1875", + "parsedAmount": "24187500000000000000" + }, + { + "gotchiId": "7234", + "amount": "4.4825", + "parsedAmount": "4482500000000000000" + }, + { + "gotchiId": "7236", + "amount": "25.247500000000002", + "parsedAmount": "25247500000000002000" + }, + { + "gotchiId": "7239", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "7240", + "amount": "28.3925", + "parsedAmount": "28392500000000000000" + }, + { + "gotchiId": "7245", + "amount": "6.022500000000001", + "parsedAmount": "6022500000000001000" + }, + { + "gotchiId": "7246", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "7247", + "amount": "50.927499999999995", + "parsedAmount": "50927499999999995000" + }, + { + "gotchiId": "7248", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "7250", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "7251", + "amount": "6.3225", + "parsedAmount": "6322500000000000000" + }, + { + "gotchiId": "7256", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "7257", + "amount": "36.5", + "parsedAmount": "36500000000000000000" + }, + { + "gotchiId": "7259", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "7260", + "amount": "17.3325", + "parsedAmount": "17332500000000000000" + }, + { + "gotchiId": "7264", + "amount": "12.5125", + "parsedAmount": "12512500000000000000" + }, + { + "gotchiId": "7265", + "amount": "2.9525", + "parsedAmount": "2952500000000000000" + }, + { + "gotchiId": "7266", + "amount": "24.205000000000002", + "parsedAmount": "24205000000000002000" + }, + { + "gotchiId": "7267", + "amount": "6.0649999999999995", + "parsedAmount": "6064999999999999500" + }, + { + "gotchiId": "7268", + "amount": "4.9350000000000005", + "parsedAmount": "4935000000000000500" + }, + { + "gotchiId": "7271", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "7275", + "amount": "3.9625", + "parsedAmount": "3962500000000000000" + }, + { + "gotchiId": "7277", + "amount": "10.4825", + "parsedAmount": "10482500000000000000" + }, + { + "gotchiId": "7284", + "amount": "32.7975", + "parsedAmount": "32797500000000000000" + }, + { + "gotchiId": "7286", + "amount": "28.975", + "parsedAmount": "28975000000000000000" + }, + { + "gotchiId": "7288", + "amount": "30.119999999999997", + "parsedAmount": "30119999999999997000" + }, + { + "gotchiId": "7290", + "amount": "10.6675", + "parsedAmount": "10667500000000000000" + }, + { + "gotchiId": "7291", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "7292", + "amount": "6.55", + "parsedAmount": "6550000000000000000" + }, + { + "gotchiId": "7293", + "amount": "6.6499999999999995", + "parsedAmount": "6649999999999999500" + }, + { + "gotchiId": "7298", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "7299", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "7300", + "amount": "13.057500000000001", + "parsedAmount": "13057500000000001000" + }, + { + "gotchiId": "7301", + "amount": "14.6825", + "parsedAmount": "14682500000000000000" + }, + { + "gotchiId": "7303", + "amount": "102.5675", + "parsedAmount": "102567500000000000000" + }, + { + "gotchiId": "7304", + "amount": "32.66", + "parsedAmount": "32660000000000000000" + }, + { + "gotchiId": "7305", + "amount": "8.032499999999999", + "parsedAmount": "8032499999999999000" + }, + { + "gotchiId": "7306", + "amount": "18.205", + "parsedAmount": "18205000000000000000" + }, + { + "gotchiId": "7310", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "7311", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "7312", + "amount": "39.927499999999995", + "parsedAmount": "39927499999999995000" + }, + { + "gotchiId": "7316", + "amount": "111.4675", + "parsedAmount": "111467500000000000000" + }, + { + "gotchiId": "7317", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "7318", + "amount": "11.0975", + "parsedAmount": "11097500000000000000" + }, + { + "gotchiId": "7319", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "7320", + "amount": "7.952500000000001", + "parsedAmount": "7952500000000001000" + }, + { + "gotchiId": "7323", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "7324", + "amount": "27.11", + "parsedAmount": "27110000000000000000" + }, + { + "gotchiId": "7327", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "7328", + "amount": "1.85", + "parsedAmount": "1850000000000000000" + }, + { + "gotchiId": "7329", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "7331", + "amount": "33.9", + "parsedAmount": "33900000000000000000" + }, + { + "gotchiId": "7332", + "amount": "48.38", + "parsedAmount": "48380000000000000000" + }, + { + "gotchiId": "7336", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "7341", + "amount": "11.06", + "parsedAmount": "11060000000000000000" + }, + { + "gotchiId": "7343", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "7346", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "7347", + "amount": "24.73", + "parsedAmount": "24730000000000000000" + }, + { + "gotchiId": "7348", + "amount": "13.145", + "parsedAmount": "13145000000000000000" + }, + { + "gotchiId": "7350", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "7353", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "7354", + "amount": "12.47", + "parsedAmount": "12470000000000000000" + }, + { + "gotchiId": "7355", + "amount": "6.989999999999999", + "parsedAmount": "6989999999999999000" + }, + { + "gotchiId": "7361", + "amount": "7.1075", + "parsedAmount": "7107500000000000000" + }, + { + "gotchiId": "7365", + "amount": "9.995000000000001", + "parsedAmount": "9995000000000001000" + }, + { + "gotchiId": "7368", + "amount": "12.282499999999999", + "parsedAmount": "12282499999999999000" + }, + { + "gotchiId": "7369", + "amount": "42.385000000000005", + "parsedAmount": "42385000000000005000" + }, + { + "gotchiId": "7370", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "7374", + "amount": "14.08", + "parsedAmount": "14080000000000000000" + }, + { + "gotchiId": "7377", + "amount": "32.215", + "parsedAmount": "32215000000000000000" + }, + { + "gotchiId": "7382", + "amount": "23.225", + "parsedAmount": "23225000000000000000" + }, + { + "gotchiId": "7383", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "7384", + "amount": "173.76", + "parsedAmount": "173760000000000000000" + }, + { + "gotchiId": "7385", + "amount": "30.415", + "parsedAmount": "30415000000000000000" + }, + { + "gotchiId": "7387", + "amount": "7.365", + "parsedAmount": "7365000000000000000" + }, + { + "gotchiId": "7389", + "amount": "4.0975", + "parsedAmount": "4097500000000000000" + }, + { + "gotchiId": "7390", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "7391", + "amount": "8.745000000000001", + "parsedAmount": "8745000000000001000" + }, + { + "gotchiId": "7393", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "7394", + "amount": "6.8425", + "parsedAmount": "6842500000000000000" + }, + { + "gotchiId": "7396", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "7397", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "7398", + "amount": "5.859999999999999", + "parsedAmount": "5859999999999999000" + }, + { + "gotchiId": "7401", + "amount": "36.8575", + "parsedAmount": "36857500000000000000" + }, + { + "gotchiId": "7403", + "amount": "55.4425", + "parsedAmount": "55442500000000000000" + }, + { + "gotchiId": "7404", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "7407", + "amount": "10.065000000000001", + "parsedAmount": "10065000000000001000" + }, + { + "gotchiId": "7410", + "amount": "27.985", + "parsedAmount": "27985000000000000000" + }, + { + "gotchiId": "7411", + "amount": "13.6775", + "parsedAmount": "13677500000000000000" + }, + { + "gotchiId": "7412", + "amount": "52.347500000000004", + "parsedAmount": "52347500000000004000" + }, + { + "gotchiId": "7413", + "amount": "90.22", + "parsedAmount": "90220000000000000000" + }, + { + "gotchiId": "7414", + "amount": "5.7625", + "parsedAmount": "5762500000000000000" + }, + { + "gotchiId": "7416", + "amount": "19.765", + "parsedAmount": "19765000000000000000" + }, + { + "gotchiId": "7420", + "amount": "38.705", + "parsedAmount": "38705000000000000000" + }, + { + "gotchiId": "7421", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "7422", + "amount": "1344.305", + "parsedAmount": "1344305000000000000000" + }, + { + "gotchiId": "7423", + "amount": "5.9075", + "parsedAmount": "5907500000000000000" + }, + { + "gotchiId": "7424", + "amount": "14.33", + "parsedAmount": "14330000000000000000" + }, + { + "gotchiId": "7425", + "amount": "57.7525", + "parsedAmount": "57752500000000000000" + }, + { + "gotchiId": "7426", + "amount": "37.225", + "parsedAmount": "37225000000000000000" + }, + { + "gotchiId": "7428", + "amount": "18.12", + "parsedAmount": "18120000000000000000" + }, + { + "gotchiId": "7429", + "amount": "12.5", + "parsedAmount": "12500000000000000000" + }, + { + "gotchiId": "7430", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "7431", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "7432", + "amount": "22.672500000000003", + "parsedAmount": "22672500000000003000" + }, + { + "gotchiId": "7433", + "amount": "53.4", + "parsedAmount": "53400000000000000000" + }, + { + "gotchiId": "7434", + "amount": "34.5225", + "parsedAmount": "34522500000000000000" + }, + { + "gotchiId": "7436", + "amount": "41.12", + "parsedAmount": "41120000000000000000" + }, + { + "gotchiId": "7437", + "amount": "33.845", + "parsedAmount": "33845000000000000000" + }, + { + "gotchiId": "7438", + "amount": "18.54", + "parsedAmount": "18540000000000000000" + }, + { + "gotchiId": "7443", + "amount": "6.2525", + "parsedAmount": "6252500000000000000" + }, + { + "gotchiId": "7444", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "7445", + "amount": "4.255", + "parsedAmount": "4255000000000000000" + }, + { + "gotchiId": "7449", + "amount": "23.48", + "parsedAmount": "23480000000000000000" + }, + { + "gotchiId": "7453", + "amount": "19.2", + "parsedAmount": "19200000000000000000" + }, + { + "gotchiId": "7454", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "7455", + "amount": "11.9775", + "parsedAmount": "11977500000000000000" + }, + { + "gotchiId": "7456", + "amount": "41.792500000000004", + "parsedAmount": "41792500000000004000" + }, + { + "gotchiId": "7457", + "amount": "60.8725", + "parsedAmount": "60872500000000000000" + }, + { + "gotchiId": "7458", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "7459", + "amount": "18.9225", + "parsedAmount": "18922500000000000000" + }, + { + "gotchiId": "7460", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "7462", + "amount": "39.73", + "parsedAmount": "39730000000000000000" + }, + { + "gotchiId": "7463", + "amount": "15.3375", + "parsedAmount": "15337500000000000000" + }, + { + "gotchiId": "7464", + "amount": "7.27", + "parsedAmount": "7270000000000000000" + }, + { + "gotchiId": "7465", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "7466", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "7468", + "amount": "17.310000000000002", + "parsedAmount": "17310000000000002000" + }, + { + "gotchiId": "7471", + "amount": "28.009999999999998", + "parsedAmount": "28009999999999998000" + }, + { + "gotchiId": "7473", + "amount": "8.9375", + "parsedAmount": "8937500000000000000" + }, + { + "gotchiId": "7474", + "amount": "57.6825", + "parsedAmount": "57682500000000000000" + }, + { + "gotchiId": "7475", + "amount": "12.120000000000001", + "parsedAmount": "12120000000000001000" + }, + { + "gotchiId": "7476", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "7477", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "7478", + "amount": "11.5325", + "parsedAmount": "11532500000000000000" + }, + { + "gotchiId": "7480", + "amount": "79.885", + "parsedAmount": "79885000000000000000" + }, + { + "gotchiId": "7483", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "7484", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "7486", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "7487", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "7488", + "amount": "34.8875", + "parsedAmount": "34887500000000000000" + }, + { + "gotchiId": "7489", + "amount": "3.8", + "parsedAmount": "3800000000000000000" + }, + { + "gotchiId": "7492", + "amount": "19.925", + "parsedAmount": "19925000000000000000" + }, + { + "gotchiId": "7494", + "amount": "14.809999999999999", + "parsedAmount": "14809999999999999000" + }, + { + "gotchiId": "7495", + "amount": "49.9325", + "parsedAmount": "49932500000000000000" + }, + { + "gotchiId": "7497", + "amount": "6.17", + "parsedAmount": "6170000000000000000" + }, + { + "gotchiId": "7500", + "amount": "8.9475", + "parsedAmount": "8947500000000000000" + }, + { + "gotchiId": "7502", + "amount": "14.229999999999999", + "parsedAmount": "14229999999999999000" + }, + { + "gotchiId": "7504", + "amount": "43.434999999999995", + "parsedAmount": "43434999999999995000" + }, + { + "gotchiId": "7505", + "amount": "24.025", + "parsedAmount": "24025000000000000000" + }, + { + "gotchiId": "7506", + "amount": "3.125", + "parsedAmount": "3125000000000000000" + }, + { + "gotchiId": "7509", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "7512", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "7513", + "amount": "7.8625", + "parsedAmount": "7862500000000000000" + }, + { + "gotchiId": "7516", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "7517", + "amount": "31.37", + "parsedAmount": "31370000000000000000" + }, + { + "gotchiId": "7519", + "amount": "3.125", + "parsedAmount": "3125000000000000000" + }, + { + "gotchiId": "7520", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "7523", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "7525", + "amount": "8.0725", + "parsedAmount": "8072500000000000000" + }, + { + "gotchiId": "7526", + "amount": "8.105", + "parsedAmount": "8105000000000000000" + }, + { + "gotchiId": "7527", + "amount": "27.9575", + "parsedAmount": "27957500000000000000" + }, + { + "gotchiId": "7528", + "amount": "16.3975", + "parsedAmount": "16397500000000000000" + }, + { + "gotchiId": "7529", + "amount": "24.965", + "parsedAmount": "24965000000000000000" + }, + { + "gotchiId": "7530", + "amount": "20.03", + "parsedAmount": "20030000000000000000" + }, + { + "gotchiId": "7533", + "amount": "15.8025", + "parsedAmount": "15802500000000000000" + }, + { + "gotchiId": "7534", + "amount": "13.8825", + "parsedAmount": "13882500000000000000" + }, + { + "gotchiId": "7536", + "amount": "9.092500000000001", + "parsedAmount": "9092500000000001000" + }, + { + "gotchiId": "7537", + "amount": "6.952500000000001", + "parsedAmount": "6952500000000001000" + }, + { + "gotchiId": "7539", + "amount": "4.6625", + "parsedAmount": "4662500000000000000" + }, + { + "gotchiId": "7540", + "amount": "4.665", + "parsedAmount": "4665000000000000000" + }, + { + "gotchiId": "7541", + "amount": "11.22", + "parsedAmount": "11220000000000000000" + }, + { + "gotchiId": "7542", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "7543", + "amount": "9.469999999999999", + "parsedAmount": "9469999999999999000" + }, + { + "gotchiId": "7544", + "amount": "8.719999999999999", + "parsedAmount": "8719999999999999000" + }, + { + "gotchiId": "7545", + "amount": "31.637500000000003", + "parsedAmount": "31637500000000003000" + }, + { + "gotchiId": "7547", + "amount": "22.830000000000002", + "parsedAmount": "22830000000000002000" + }, + { + "gotchiId": "7548", + "amount": "15.0925", + "parsedAmount": "15092500000000000000" + }, + { + "gotchiId": "7552", + "amount": "9.212499999999999", + "parsedAmount": "9212499999999999000" + }, + { + "gotchiId": "7555", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "7562", + "amount": "39.05", + "parsedAmount": "39050000000000000000" + }, + { + "gotchiId": "7563", + "amount": "58.2475", + "parsedAmount": "58247500000000000000" + }, + { + "gotchiId": "7565", + "amount": "11.697500000000002", + "parsedAmount": "11697500000000002000" + }, + { + "gotchiId": "7566", + "amount": "12.692499999999999", + "parsedAmount": "12692499999999999000" + }, + { + "gotchiId": "7567", + "amount": "19.08", + "parsedAmount": "19080000000000000000" + }, + { + "gotchiId": "7569", + "amount": "47.225", + "parsedAmount": "47225000000000000000" + }, + { + "gotchiId": "7570", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "7571", + "amount": "63.68", + "parsedAmount": "63680000000000000000" + }, + { + "gotchiId": "7572", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "7573", + "amount": "13.9175", + "parsedAmount": "13917500000000000000" + }, + { + "gotchiId": "7577", + "amount": "17.2525", + "parsedAmount": "17252500000000000000" + }, + { + "gotchiId": "7578", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "7582", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "7583", + "amount": "12.375", + "parsedAmount": "12375000000000000000" + }, + { + "gotchiId": "7584", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "7585", + "amount": "57.8575", + "parsedAmount": "57857500000000000000" + }, + { + "gotchiId": "7586", + "amount": "13.485", + "parsedAmount": "13485000000000000000" + }, + { + "gotchiId": "7587", + "amount": "13.4225", + "parsedAmount": "13422500000000000000" + }, + { + "gotchiId": "7588", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "7589", + "amount": "99.8975", + "parsedAmount": "99897500000000000000" + }, + { + "gotchiId": "7590", + "amount": "17.2125", + "parsedAmount": "17212500000000000000" + }, + { + "gotchiId": "7594", + "amount": "8.1825", + "parsedAmount": "8182500000000000000" + }, + { + "gotchiId": "7597", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "7598", + "amount": "2.18", + "parsedAmount": "2180000000000000000" + }, + { + "gotchiId": "7599", + "amount": "13.182500000000001", + "parsedAmount": "13182500000000001000" + }, + { + "gotchiId": "7600", + "amount": "9.235", + "parsedAmount": "9235000000000000000" + }, + { + "gotchiId": "7601", + "amount": "18.9525", + "parsedAmount": "18952500000000000000" + }, + { + "gotchiId": "7603", + "amount": "47.67", + "parsedAmount": "47670000000000000000" + }, + { + "gotchiId": "7604", + "amount": "3.1225", + "parsedAmount": "3122500000000000000" + }, + { + "gotchiId": "7607", + "amount": "30.29", + "parsedAmount": "30290000000000000000" + }, + { + "gotchiId": "7608", + "amount": "24.265", + "parsedAmount": "24265000000000000000" + }, + { + "gotchiId": "7611", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "7614", + "amount": "10.065000000000001", + "parsedAmount": "10065000000000001000" + }, + { + "gotchiId": "7615", + "amount": "83.995", + "parsedAmount": "83995000000000000000" + }, + { + "gotchiId": "7617", + "amount": "68.35", + "parsedAmount": "68350000000000000000" + }, + { + "gotchiId": "7625", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "7626", + "amount": "19.025", + "parsedAmount": "19025000000000000000" + }, + { + "gotchiId": "7629", + "amount": "29.827499999999997", + "parsedAmount": "29827499999999997000" + }, + { + "gotchiId": "7632", + "amount": "11.3875", + "parsedAmount": "11387500000000000000" + }, + { + "gotchiId": "7633", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "7636", + "amount": "10.0975", + "parsedAmount": "10097500000000000000" + } + ], + "totalAmount": "13249102500000000220500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768482, + "gasUsed": "10172136" + }, + { + "batchIndex": 7, + "transactionHash": "0x6d4d95e77d0353e145ebfbde0fcc65b931745497d76923facbadc2e65b7c7ec7", + "timestamp": "2025-11-05T07:05:13.253Z", + "gotchiRewards": [ + { + "gotchiId": "7639", + "amount": "31.337500000000002", + "parsedAmount": "31337500000000002000" + }, + { + "gotchiId": "7642", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "7643", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "7644", + "amount": "12.559999999999999", + "parsedAmount": "12559999999999999000" + }, + { + "gotchiId": "7645", + "amount": "56.37", + "parsedAmount": "56370000000000000000" + }, + { + "gotchiId": "7647", + "amount": "19.409999999999997", + "parsedAmount": "19409999999999997000" + }, + { + "gotchiId": "7649", + "amount": "8.4575", + "parsedAmount": "8457500000000000000" + }, + { + "gotchiId": "7651", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "7653", + "amount": "339.6275", + "parsedAmount": "339627500000000000000" + }, + { + "gotchiId": "7655", + "amount": "4.975", + "parsedAmount": "4975000000000000000" + }, + { + "gotchiId": "7656", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "7657", + "amount": "8.9625", + "parsedAmount": "8962500000000000000" + }, + { + "gotchiId": "7658", + "amount": "12.287499999999998", + "parsedAmount": "12287499999999998000" + }, + { + "gotchiId": "7660", + "amount": "7.6425", + "parsedAmount": "7642500000000000000" + }, + { + "gotchiId": "7661", + "amount": "22.5925", + "parsedAmount": "22592500000000000000" + }, + { + "gotchiId": "7662", + "amount": "10.1", + "parsedAmount": "10100000000000000000" + }, + { + "gotchiId": "7664", + "amount": "21.775", + "parsedAmount": "21775000000000000000" + }, + { + "gotchiId": "7667", + "amount": "21.9325", + "parsedAmount": "21932500000000000000" + }, + { + "gotchiId": "7670", + "amount": "5.987500000000001", + "parsedAmount": "5987500000000001000" + }, + { + "gotchiId": "7675", + "amount": "23.63", + "parsedAmount": "23630000000000000000" + }, + { + "gotchiId": "7678", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "7679", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "7680", + "amount": "16.215", + "parsedAmount": "16215000000000000000" + }, + { + "gotchiId": "7681", + "amount": "9.53", + "parsedAmount": "9530000000000000000" + }, + { + "gotchiId": "7682", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "7685", + "amount": "8.0325", + "parsedAmount": "8032500000000000000" + }, + { + "gotchiId": "7687", + "amount": "26.375", + "parsedAmount": "26375000000000000000" + }, + { + "gotchiId": "7688", + "amount": "4.48", + "parsedAmount": "4480000000000000000" + }, + { + "gotchiId": "7689", + "amount": "32.945", + "parsedAmount": "32945000000000000000" + }, + { + "gotchiId": "7694", + "amount": "3.5575", + "parsedAmount": "3557500000000000000" + }, + { + "gotchiId": "7697", + "amount": "15.2825", + "parsedAmount": "15282500000000000000" + }, + { + "gotchiId": "7700", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "7708", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "7709", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "7716", + "amount": "7.7875000000000005", + "parsedAmount": "7787500000000000500" + }, + { + "gotchiId": "7717", + "amount": "108.3875", + "parsedAmount": "108387500000000000000" + }, + { + "gotchiId": "7718", + "amount": "25.375", + "parsedAmount": "25375000000000000000" + }, + { + "gotchiId": "7721", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "7722", + "amount": "12.56", + "parsedAmount": "12560000000000000000" + }, + { + "gotchiId": "7723", + "amount": "5.02", + "parsedAmount": "5020000000000000000" + }, + { + "gotchiId": "7727", + "amount": "3.3575", + "parsedAmount": "3357500000000000000" + }, + { + "gotchiId": "7729", + "amount": "30.7325", + "parsedAmount": "30732500000000000000" + }, + { + "gotchiId": "7731", + "amount": "4.0375", + "parsedAmount": "4037500000000000000" + }, + { + "gotchiId": "7732", + "amount": "11.465", + "parsedAmount": "11465000000000000000" + }, + { + "gotchiId": "7735", + "amount": "12.162500000000001", + "parsedAmount": "12162500000000001000" + }, + { + "gotchiId": "7739", + "amount": "11.9475", + "parsedAmount": "11947500000000000000" + }, + { + "gotchiId": "7740", + "amount": "11.9775", + "parsedAmount": "11977500000000000000" + }, + { + "gotchiId": "7743", + "amount": "11.3725", + "parsedAmount": "11372500000000000000" + }, + { + "gotchiId": "7744", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "7745", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "7746", + "amount": "6.8100000000000005", + "parsedAmount": "6810000000000000500" + }, + { + "gotchiId": "7747", + "amount": "2.71", + "parsedAmount": "2710000000000000000" + }, + { + "gotchiId": "7748", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "7749", + "amount": "9.835", + "parsedAmount": "9835000000000000000" + }, + { + "gotchiId": "7752", + "amount": "5.44", + "parsedAmount": "5440000000000000000" + }, + { + "gotchiId": "7753", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "7754", + "amount": "15.09", + "parsedAmount": "15090000000000000000" + }, + { + "gotchiId": "7755", + "amount": "146.115", + "parsedAmount": "146115000000000000000" + }, + { + "gotchiId": "7758", + "amount": "12.557500000000001", + "parsedAmount": "12557500000000001000" + }, + { + "gotchiId": "7760", + "amount": "9.945", + "parsedAmount": "9945000000000000000" + }, + { + "gotchiId": "7764", + "amount": "12.87", + "parsedAmount": "12870000000000000000" + }, + { + "gotchiId": "7765", + "amount": "2404.3925", + "parsedAmount": "2404392500000000000000" + }, + { + "gotchiId": "7766", + "amount": "34.6125", + "parsedAmount": "34612500000000000000" + }, + { + "gotchiId": "7767", + "amount": "42.225", + "parsedAmount": "42225000000000000000" + }, + { + "gotchiId": "7768", + "amount": "40.945", + "parsedAmount": "40945000000000000000" + }, + { + "gotchiId": "7770", + "amount": "3.55", + "parsedAmount": "3550000000000000000" + }, + { + "gotchiId": "7771", + "amount": "40.7875", + "parsedAmount": "40787500000000000000" + }, + { + "gotchiId": "7772", + "amount": "23.2375", + "parsedAmount": "23237500000000000000" + }, + { + "gotchiId": "7773", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "7774", + "amount": "5.970000000000001", + "parsedAmount": "5970000000000001000" + }, + { + "gotchiId": "7779", + "amount": "33.9275", + "parsedAmount": "33927500000000000000" + }, + { + "gotchiId": "7780", + "amount": "6.87", + "parsedAmount": "6870000000000000000" + }, + { + "gotchiId": "7782", + "amount": "222.7475", + "parsedAmount": "222747500000000000000" + }, + { + "gotchiId": "7784", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "7786", + "amount": "6.695", + "parsedAmount": "6695000000000000000" + }, + { + "gotchiId": "7787", + "amount": "12.162500000000001", + "parsedAmount": "12162500000000001000" + }, + { + "gotchiId": "7791", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "7792", + "amount": "10.2925", + "parsedAmount": "10292500000000000000" + }, + { + "gotchiId": "7794", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "7795", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "7796", + "amount": "39.995000000000005", + "parsedAmount": "39995000000000005000" + }, + { + "gotchiId": "7800", + "amount": "31.1", + "parsedAmount": "31100000000000000000" + }, + { + "gotchiId": "7802", + "amount": "30.2075", + "parsedAmount": "30207500000000000000" + }, + { + "gotchiId": "7804", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "7807", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "7808", + "amount": "18.835", + "parsedAmount": "18835000000000000000" + }, + { + "gotchiId": "7816", + "amount": "7.057499999999999", + "parsedAmount": "7057499999999999000" + }, + { + "gotchiId": "7817", + "amount": "22.455", + "parsedAmount": "22455000000000000000" + }, + { + "gotchiId": "7818", + "amount": "7.6125", + "parsedAmount": "7612500000000000000" + }, + { + "gotchiId": "7820", + "amount": "5.96", + "parsedAmount": "5960000000000000000" + }, + { + "gotchiId": "7823", + "amount": "7.64", + "parsedAmount": "7640000000000000000" + }, + { + "gotchiId": "7824", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "7828", + "amount": "33.895", + "parsedAmount": "33895000000000000000" + }, + { + "gotchiId": "7829", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "7830", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "7831", + "amount": "5.71", + "parsedAmount": "5710000000000000000" + }, + { + "gotchiId": "7832", + "amount": "54.1575", + "parsedAmount": "54157500000000000000" + }, + { + "gotchiId": "7834", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "7835", + "amount": "13.367500000000001", + "parsedAmount": "13367500000000001000" + }, + { + "gotchiId": "7836", + "amount": "8.0925", + "parsedAmount": "8092500000000000000" + }, + { + "gotchiId": "7837", + "amount": "6.390000000000001", + "parsedAmount": "6390000000000001000" + }, + { + "gotchiId": "7839", + "amount": "10.39", + "parsedAmount": "10390000000000000000" + }, + { + "gotchiId": "7840", + "amount": "10.2275", + "parsedAmount": "10227500000000000000" + }, + { + "gotchiId": "7842", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "7843", + "amount": "8.835", + "parsedAmount": "8835000000000000000" + }, + { + "gotchiId": "7844", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "7845", + "amount": "123.8275", + "parsedAmount": "123827500000000000000" + }, + { + "gotchiId": "7846", + "amount": "4.55", + "parsedAmount": "4550000000000000000" + }, + { + "gotchiId": "7848", + "amount": "1114.0100000000002", + "parsedAmount": "1114010000000000200000" + }, + { + "gotchiId": "7850", + "amount": "14.3725", + "parsedAmount": "14372500000000000000" + }, + { + "gotchiId": "7852", + "amount": "8.34", + "parsedAmount": "8340000000000000000" + }, + { + "gotchiId": "7853", + "amount": "39.787499999999994", + "parsedAmount": "39787499999999994000" + }, + { + "gotchiId": "7854", + "amount": "4.9975000000000005", + "parsedAmount": "4997500000000000500" + }, + { + "gotchiId": "7858", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "7860", + "amount": "10.219999999999999", + "parsedAmount": "10219999999999999000" + }, + { + "gotchiId": "7863", + "amount": "54.447500000000005", + "parsedAmount": "54447500000000005000" + }, + { + "gotchiId": "7864", + "amount": "55.352500000000006", + "parsedAmount": "55352500000000006000" + }, + { + "gotchiId": "7865", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "7867", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "7868", + "amount": "65.795", + "parsedAmount": "65795000000000000000" + }, + { + "gotchiId": "7872", + "amount": "8.655000000000001", + "parsedAmount": "8655000000000001000" + }, + { + "gotchiId": "7875", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "7876", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "7880", + "amount": "17.9375", + "parsedAmount": "17937500000000000000" + }, + { + "gotchiId": "7881", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "7885", + "amount": "65.7525", + "parsedAmount": "65752500000000000000" + }, + { + "gotchiId": "7887", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "7888", + "amount": "9.035", + "parsedAmount": "9035000000000000000" + }, + { + "gotchiId": "7889", + "amount": "36.269999999999996", + "parsedAmount": "36269999999999996000" + }, + { + "gotchiId": "7890", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "7892", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "7893", + "amount": "82.43", + "parsedAmount": "82430000000000000000" + }, + { + "gotchiId": "7895", + "amount": "86.5875", + "parsedAmount": "86587500000000000000" + }, + { + "gotchiId": "7897", + "amount": "7.7725", + "parsedAmount": "7772500000000000000" + }, + { + "gotchiId": "7898", + "amount": "15.4925", + "parsedAmount": "15492500000000000000" + }, + { + "gotchiId": "7900", + "amount": "4.1575", + "parsedAmount": "4157500000000000000" + }, + { + "gotchiId": "7907", + "amount": "10.125", + "parsedAmount": "10125000000000000000" + }, + { + "gotchiId": "7908", + "amount": "11.8825", + "parsedAmount": "11882500000000000000" + }, + { + "gotchiId": "7909", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "7912", + "amount": "25.2175", + "parsedAmount": "25217500000000000000" + }, + { + "gotchiId": "7914", + "amount": "6.0575", + "parsedAmount": "6057500000000000000" + }, + { + "gotchiId": "7919", + "amount": "9.3075", + "parsedAmount": "9307500000000000000" + }, + { + "gotchiId": "7922", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "7927", + "amount": "26.847500000000004", + "parsedAmount": "26847500000000004000" + }, + { + "gotchiId": "7929", + "amount": "9.1175", + "parsedAmount": "9117500000000000000" + }, + { + "gotchiId": "7931", + "amount": "25.04", + "parsedAmount": "25040000000000000000" + }, + { + "gotchiId": "7932", + "amount": "11.77", + "parsedAmount": "11770000000000000000" + }, + { + "gotchiId": "7933", + "amount": "5.5925", + "parsedAmount": "5592500000000000000" + }, + { + "gotchiId": "7935", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "7936", + "amount": "21.6375", + "parsedAmount": "21637500000000000000" + }, + { + "gotchiId": "7937", + "amount": "13.53", + "parsedAmount": "13530000000000000000" + }, + { + "gotchiId": "7938", + "amount": "28.8975", + "parsedAmount": "28897500000000000000" + }, + { + "gotchiId": "7941", + "amount": "12.465", + "parsedAmount": "12465000000000000000" + }, + { + "gotchiId": "7943", + "amount": "50.58", + "parsedAmount": "50580000000000000000" + }, + { + "gotchiId": "7944", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "7945", + "amount": "8.6875", + "parsedAmount": "8687500000000000000" + }, + { + "gotchiId": "7952", + "amount": "4.7175", + "parsedAmount": "4717500000000000000" + }, + { + "gotchiId": "7953", + "amount": "26.0525", + "parsedAmount": "26052500000000000000" + }, + { + "gotchiId": "7955", + "amount": "10.1625", + "parsedAmount": "10162500000000000000" + }, + { + "gotchiId": "7957", + "amount": "35.2675", + "parsedAmount": "35267500000000000000" + }, + { + "gotchiId": "7958", + "amount": "31.055", + "parsedAmount": "31055000000000000000" + }, + { + "gotchiId": "7960", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "7961", + "amount": "14.895", + "parsedAmount": "14895000000000000000" + }, + { + "gotchiId": "7963", + "amount": "25.945", + "parsedAmount": "25945000000000000000" + }, + { + "gotchiId": "7965", + "amount": "19.255000000000003", + "parsedAmount": "19255000000000003000" + }, + { + "gotchiId": "7969", + "amount": "59.13249999999999", + "parsedAmount": "59132499999999990000" + }, + { + "gotchiId": "7971", + "amount": "9.5275", + "parsedAmount": "9527500000000000000" + }, + { + "gotchiId": "7972", + "amount": "14.0675", + "parsedAmount": "14067500000000000000" + }, + { + "gotchiId": "7973", + "amount": "17.060000000000002", + "parsedAmount": "17060000000000002000" + }, + { + "gotchiId": "7976", + "amount": "4.5925", + "parsedAmount": "4592500000000000000" + }, + { + "gotchiId": "7977", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "7979", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "7980", + "amount": "44.042500000000004", + "parsedAmount": "44042500000000004000" + }, + { + "gotchiId": "7986", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "7987", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "7990", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "7992", + "amount": "130.10999999999999", + "parsedAmount": "130109999999999990000" + }, + { + "gotchiId": "7993", + "amount": "4.2975", + "parsedAmount": "4297500000000000000" + }, + { + "gotchiId": "7994", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "7995", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "8006", + "amount": "6.2075", + "parsedAmount": "6207500000000000000" + }, + { + "gotchiId": "8008", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "8011", + "amount": "52.305", + "parsedAmount": "52305000000000000000" + }, + { + "gotchiId": "8012", + "amount": "33.5", + "parsedAmount": "33500000000000000000" + }, + { + "gotchiId": "8015", + "amount": "35.6125", + "parsedAmount": "35612500000000000000" + }, + { + "gotchiId": "8016", + "amount": "38.285000000000004", + "parsedAmount": "38285000000000004000" + }, + { + "gotchiId": "8019", + "amount": "11.722499999999998", + "parsedAmount": "11722499999999998000" + }, + { + "gotchiId": "8022", + "amount": "11.8275", + "parsedAmount": "11827500000000000000" + }, + { + "gotchiId": "8023", + "amount": "15.215", + "parsedAmount": "15215000000000000000" + }, + { + "gotchiId": "8025", + "amount": "3.6275", + "parsedAmount": "3627500000000000000" + }, + { + "gotchiId": "8028", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "8030", + "amount": "65.6625", + "parsedAmount": "65662500000000000000" + }, + { + "gotchiId": "8031", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "8032", + "amount": "50.635000000000005", + "parsedAmount": "50635000000000005000" + }, + { + "gotchiId": "8038", + "amount": "20.705", + "parsedAmount": "20705000000000000000" + }, + { + "gotchiId": "8040", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "8042", + "amount": "11.8025", + "parsedAmount": "11802500000000000000" + }, + { + "gotchiId": "8047", + "amount": "10.7075", + "parsedAmount": "10707500000000000000" + }, + { + "gotchiId": "8048", + "amount": "9.3975", + "parsedAmount": "9397500000000000000" + }, + { + "gotchiId": "8049", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "8050", + "amount": "52.765", + "parsedAmount": "52765000000000000000" + }, + { + "gotchiId": "8054", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "8055", + "amount": "7.449999999999999", + "parsedAmount": "7449999999999999000" + }, + { + "gotchiId": "8057", + "amount": "7.612500000000001", + "parsedAmount": "7612500000000001000" + }, + { + "gotchiId": "8059", + "amount": "11.23", + "parsedAmount": "11230000000000000000" + }, + { + "gotchiId": "8060", + "amount": "7.75", + "parsedAmount": "7750000000000000000" + }, + { + "gotchiId": "8061", + "amount": "154.82999999999998", + "parsedAmount": "154829999999999980000" + }, + { + "gotchiId": "8062", + "amount": "342.08", + "parsedAmount": "342080000000000000000" + }, + { + "gotchiId": "8064", + "amount": "56.587500000000006", + "parsedAmount": "56587500000000006000" + }, + { + "gotchiId": "8067", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "8068", + "amount": "24.634999999999998", + "parsedAmount": "24634999999999998000" + }, + { + "gotchiId": "8069", + "amount": "41.0025", + "parsedAmount": "41002500000000000000" + }, + { + "gotchiId": "8070", + "amount": "15.66", + "parsedAmount": "15660000000000000000" + }, + { + "gotchiId": "8071", + "amount": "4.3675", + "parsedAmount": "4367500000000000000" + }, + { + "gotchiId": "8075", + "amount": "16.4875", + "parsedAmount": "16487500000000000000" + }, + { + "gotchiId": "8079", + "amount": "26.9175", + "parsedAmount": "26917500000000000000" + }, + { + "gotchiId": "8081", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "8082", + "amount": "84.89", + "parsedAmount": "84890000000000000000" + }, + { + "gotchiId": "8084", + "amount": "188.39749999999998", + "parsedAmount": "188397499999999980000" + }, + { + "gotchiId": "8086", + "amount": "16.2375", + "parsedAmount": "16237500000000000000" + }, + { + "gotchiId": "8089", + "amount": "4.744999999999999", + "parsedAmount": "4744999999999999000" + }, + { + "gotchiId": "8090", + "amount": "4.9375", + "parsedAmount": "4937500000000000000" + }, + { + "gotchiId": "8091", + "amount": "18.25", + "parsedAmount": "18250000000000000000" + }, + { + "gotchiId": "8092", + "amount": "4.744999999999999", + "parsedAmount": "4744999999999999000" + }, + { + "gotchiId": "8093", + "amount": "12.0075", + "parsedAmount": "12007500000000000000" + }, + { + "gotchiId": "8097", + "amount": "10.620000000000001", + "parsedAmount": "10620000000000001000" + }, + { + "gotchiId": "8099", + "amount": "129.105", + "parsedAmount": "129105000000000000000" + }, + { + "gotchiId": "8102", + "amount": "89.9725", + "parsedAmount": "89972500000000000000" + }, + { + "gotchiId": "8103", + "amount": "6.2525", + "parsedAmount": "6252500000000000000" + }, + { + "gotchiId": "8106", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "8107", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "8110", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "8111", + "amount": "16.880000000000003", + "parsedAmount": "16880000000000003000" + }, + { + "gotchiId": "8112", + "amount": "8.84", + "parsedAmount": "8840000000000000000" + }, + { + "gotchiId": "8115", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "8116", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "8121", + "amount": "637.6525", + "parsedAmount": "637652500000000000000" + }, + { + "gotchiId": "8122", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "8124", + "amount": "9.765", + "parsedAmount": "9765000000000000000" + }, + { + "gotchiId": "8127", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "8129", + "amount": "18.51", + "parsedAmount": "18510000000000000000" + }, + { + "gotchiId": "8130", + "amount": "16.505", + "parsedAmount": "16505000000000000000" + }, + { + "gotchiId": "8140", + "amount": "7.390000000000001", + "parsedAmount": "7390000000000001000" + }, + { + "gotchiId": "8142", + "amount": "6.6325", + "parsedAmount": "6632500000000000000" + }, + { + "gotchiId": "8143", + "amount": "6.215", + "parsedAmount": "6215000000000000000" + }, + { + "gotchiId": "8144", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "8145", + "amount": "6.5575", + "parsedAmount": "6557500000000000000" + }, + { + "gotchiId": "8147", + "amount": "16.475", + "parsedAmount": "16475000000000000000" + }, + { + "gotchiId": "8148", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "8149", + "amount": "16.51", + "parsedAmount": "16510000000000000000" + }, + { + "gotchiId": "8150", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "8154", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "8158", + "amount": "35.112500000000004", + "parsedAmount": "35112500000000004000" + }, + { + "gotchiId": "8159", + "amount": "28.615", + "parsedAmount": "28615000000000000000" + }, + { + "gotchiId": "8160", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "8161", + "amount": "6.315", + "parsedAmount": "6315000000000000000" + }, + { + "gotchiId": "8162", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "8163", + "amount": "178.0725", + "parsedAmount": "178072500000000000000" + }, + { + "gotchiId": "8164", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "8165", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "8166", + "amount": "8.0775", + "parsedAmount": "8077500000000000000" + }, + { + "gotchiId": "8167", + "amount": "29.545", + "parsedAmount": "29545000000000000000" + }, + { + "gotchiId": "8168", + "amount": "3.1075", + "parsedAmount": "3107500000000000000" + }, + { + "gotchiId": "8169", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "8175", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "8176", + "amount": "13.68", + "parsedAmount": "13680000000000000000" + }, + { + "gotchiId": "8181", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "8182", + "amount": "39.8225", + "parsedAmount": "39822500000000000000" + }, + { + "gotchiId": "8184", + "amount": "4.85", + "parsedAmount": "4850000000000000000" + }, + { + "gotchiId": "8186", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "8196", + "amount": "7.345000000000001", + "parsedAmount": "7345000000000001000" + }, + { + "gotchiId": "8198", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "8205", + "amount": "77.6575", + "parsedAmount": "77657500000000000000" + }, + { + "gotchiId": "8207", + "amount": "56.2875", + "parsedAmount": "56287500000000000000" + }, + { + "gotchiId": "8209", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "8210", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "8212", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "8213", + "amount": "56.1675", + "parsedAmount": "56167500000000000000" + }, + { + "gotchiId": "8217", + "amount": "15.915", + "parsedAmount": "15915000000000000000" + }, + { + "gotchiId": "8218", + "amount": "33.565", + "parsedAmount": "33565000000000000000" + }, + { + "gotchiId": "8221", + "amount": "7.0175", + "parsedAmount": "7017500000000000000" + }, + { + "gotchiId": "8222", + "amount": "18.875", + "parsedAmount": "18875000000000000000" + }, + { + "gotchiId": "8226", + "amount": "36.57", + "parsedAmount": "36570000000000000000" + }, + { + "gotchiId": "8229", + "amount": "26.95", + "parsedAmount": "26950000000000000000" + }, + { + "gotchiId": "8230", + "amount": "8.200000000000001", + "parsedAmount": "8200000000000001000" + }, + { + "gotchiId": "8235", + "amount": "23.23", + "parsedAmount": "23230000000000000000" + }, + { + "gotchiId": "8237", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "8239", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "8243", + "amount": "37.585", + "parsedAmount": "37585000000000000000" + }, + { + "gotchiId": "8245", + "amount": "13.3475", + "parsedAmount": "13347500000000000000" + }, + { + "gotchiId": "8246", + "amount": "32.5025", + "parsedAmount": "32502500000000000000" + }, + { + "gotchiId": "8247", + "amount": "38.087500000000006", + "parsedAmount": "38087500000000006000" + }, + { + "gotchiId": "8249", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "8250", + "amount": "5.654999999999999", + "parsedAmount": "5654999999999999000" + }, + { + "gotchiId": "8253", + "amount": "46.545", + "parsedAmount": "46545000000000000000" + }, + { + "gotchiId": "8254", + "amount": "58.7", + "parsedAmount": "58700000000000000000" + }, + { + "gotchiId": "8255", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "8256", + "amount": "62.2025", + "parsedAmount": "62202500000000000000" + }, + { + "gotchiId": "8259", + "amount": "13.5175", + "parsedAmount": "13517500000000000000" + }, + { + "gotchiId": "8260", + "amount": "26.115000000000002", + "parsedAmount": "26115000000000002000" + }, + { + "gotchiId": "8265", + "amount": "42.64", + "parsedAmount": "42640000000000000000" + }, + { + "gotchiId": "8266", + "amount": "3.7825", + "parsedAmount": "3782500000000000000" + }, + { + "gotchiId": "8269", + "amount": "10.495", + "parsedAmount": "10495000000000000000" + }, + { + "gotchiId": "8272", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "8277", + "amount": "20.11", + "parsedAmount": "20110000000000000000" + }, + { + "gotchiId": "8278", + "amount": "11.5775", + "parsedAmount": "11577500000000000000" + }, + { + "gotchiId": "8280", + "amount": "6.99", + "parsedAmount": "6990000000000000000" + }, + { + "gotchiId": "8281", + "amount": "18.7625", + "parsedAmount": "18762500000000000000" + }, + { + "gotchiId": "8284", + "amount": "24.02", + "parsedAmount": "24020000000000000000" + }, + { + "gotchiId": "8287", + "amount": "50.66", + "parsedAmount": "50660000000000000000" + }, + { + "gotchiId": "8292", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "8295", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "8296", + "amount": "6.335000000000001", + "parsedAmount": "6335000000000001000" + }, + { + "gotchiId": "8297", + "amount": "12.115", + "parsedAmount": "12115000000000000000" + }, + { + "gotchiId": "8298", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "8299", + "amount": "17.31", + "parsedAmount": "17310000000000000000" + }, + { + "gotchiId": "8303", + "amount": "28.5975", + "parsedAmount": "28597500000000000000" + }, + { + "gotchiId": "8311", + "amount": "16.294999999999998", + "parsedAmount": "16294999999999998000" + }, + { + "gotchiId": "8323", + "amount": "5.2075", + "parsedAmount": "5207500000000000000" + }, + { + "gotchiId": "8325", + "amount": "5.21", + "parsedAmount": "5210000000000000000" + }, + { + "gotchiId": "8326", + "amount": "3.8625", + "parsedAmount": "3862500000000000000" + }, + { + "gotchiId": "8327", + "amount": "32.53", + "parsedAmount": "32530000000000000000" + }, + { + "gotchiId": "8328", + "amount": "16.15", + "parsedAmount": "16150000000000000000" + }, + { + "gotchiId": "8329", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "8332", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "8344", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "8346", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "8355", + "amount": "12.91", + "parsedAmount": "12910000000000000000" + }, + { + "gotchiId": "8358", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "8360", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "8361", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "8364", + "amount": "78.7425", + "parsedAmount": "78742500000000000000" + }, + { + "gotchiId": "8365", + "amount": "25.9225", + "parsedAmount": "25922500000000000000" + }, + { + "gotchiId": "8367", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "8369", + "amount": "2.1075", + "parsedAmount": "2107500000000000000" + }, + { + "gotchiId": "8372", + "amount": "46.2425", + "parsedAmount": "46242500000000000000" + }, + { + "gotchiId": "8373", + "amount": "16.225", + "parsedAmount": "16225000000000000000" + }, + { + "gotchiId": "8376", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "8377", + "amount": "13.445", + "parsedAmount": "13445000000000000000" + }, + { + "gotchiId": "8378", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "8379", + "amount": "15.48", + "parsedAmount": "15480000000000000000" + }, + { + "gotchiId": "8380", + "amount": "4.3975", + "parsedAmount": "4397500000000000000" + }, + { + "gotchiId": "8382", + "amount": "49.940000000000005", + "parsedAmount": "49940000000000005000" + }, + { + "gotchiId": "8383", + "amount": "65.44", + "parsedAmount": "65440000000000000000" + }, + { + "gotchiId": "8385", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "8386", + "amount": "13.4725", + "parsedAmount": "13472500000000000000" + }, + { + "gotchiId": "8388", + "amount": "8.149999999999999", + "parsedAmount": "8149999999999999000" + }, + { + "gotchiId": "8389", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "8390", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "8392", + "amount": "66.545", + "parsedAmount": "66545000000000000000" + }, + { + "gotchiId": "8396", + "amount": "1467.6699999999998", + "parsedAmount": "1467669999999999800000" + }, + { + "gotchiId": "8398", + "amount": "27.895", + "parsedAmount": "27895000000000000000" + }, + { + "gotchiId": "8400", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "8403", + "amount": "36.4", + "parsedAmount": "36400000000000000000" + }, + { + "gotchiId": "8409", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "8416", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "8419", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "8420", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "8421", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "8424", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "8425", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "8427", + "amount": "14.7625", + "parsedAmount": "14762500000000000000" + }, + { + "gotchiId": "8429", + "amount": "14.78", + "parsedAmount": "14780000000000000000" + }, + { + "gotchiId": "8431", + "amount": "17.09", + "parsedAmount": "17090000000000000000" + }, + { + "gotchiId": "8432", + "amount": "12.2425", + "parsedAmount": "12242500000000000000" + }, + { + "gotchiId": "8433", + "amount": "8.74", + "parsedAmount": "8740000000000000000" + }, + { + "gotchiId": "8434", + "amount": "37.1175", + "parsedAmount": "37117500000000000000" + }, + { + "gotchiId": "8439", + "amount": "152.885", + "parsedAmount": "152885000000000000000" + }, + { + "gotchiId": "8440", + "amount": "149.2275", + "parsedAmount": "149227500000000000000" + }, + { + "gotchiId": "8442", + "amount": "51.03", + "parsedAmount": "51030000000000000000" + }, + { + "gotchiId": "8443", + "amount": "136.175", + "parsedAmount": "136175000000000000000" + }, + { + "gotchiId": "8444", + "amount": "41.977500000000006", + "parsedAmount": "41977500000000006000" + }, + { + "gotchiId": "8446", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "8451", + "amount": "3.74", + "parsedAmount": "3740000000000000000" + }, + { + "gotchiId": "8452", + "amount": "8.1625", + "parsedAmount": "8162500000000000000" + }, + { + "gotchiId": "8453", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "8455", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "8456", + "amount": "3.42", + "parsedAmount": "3420000000000000000" + }, + { + "gotchiId": "8461", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "8463", + "amount": "11.9625", + "parsedAmount": "11962500000000000000" + }, + { + "gotchiId": "8464", + "amount": "6.835000000000001", + "parsedAmount": "6835000000000001000" + }, + { + "gotchiId": "8465", + "amount": "21.155", + "parsedAmount": "21155000000000000000" + }, + { + "gotchiId": "8467", + "amount": "17.912499999999998", + "parsedAmount": "17912499999999998000" + }, + { + "gotchiId": "8469", + "amount": "13.774999999999999", + "parsedAmount": "13774999999999999000" + }, + { + "gotchiId": "8472", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "8473", + "amount": "10.53", + "parsedAmount": "10530000000000000000" + }, + { + "gotchiId": "8474", + "amount": "21.08", + "parsedAmount": "21080000000000000000" + }, + { + "gotchiId": "8475", + "amount": "3.9225", + "parsedAmount": "3922500000000000000" + }, + { + "gotchiId": "8476", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "8477", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "8478", + "amount": "8.692499999999999", + "parsedAmount": "8692499999999999000" + }, + { + "gotchiId": "8479", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "8480", + "amount": "25.255", + "parsedAmount": "25255000000000000000" + }, + { + "gotchiId": "8483", + "amount": "11.54", + "parsedAmount": "11540000000000000000" + }, + { + "gotchiId": "8485", + "amount": "9.8625", + "parsedAmount": "9862500000000000000" + }, + { + "gotchiId": "8486", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "8490", + "amount": "30.815", + "parsedAmount": "30815000000000000000" + }, + { + "gotchiId": "8492", + "amount": "5.145", + "parsedAmount": "5145000000000000000" + }, + { + "gotchiId": "8493", + "amount": "13.19", + "parsedAmount": "13190000000000000000" + }, + { + "gotchiId": "8497", + "amount": "12.85", + "parsedAmount": "12850000000000000000" + }, + { + "gotchiId": "8499", + "amount": "13.0825", + "parsedAmount": "13082500000000000000" + }, + { + "gotchiId": "8500", + "amount": "13.79", + "parsedAmount": "13790000000000000000" + }, + { + "gotchiId": "8501", + "amount": "31.770000000000003", + "parsedAmount": "31770000000000003000" + }, + { + "gotchiId": "8502", + "amount": "10.2225", + "parsedAmount": "10222500000000000000" + }, + { + "gotchiId": "8503", + "amount": "33.6975", + "parsedAmount": "33697500000000000000" + }, + { + "gotchiId": "8505", + "amount": "6.815", + "parsedAmount": "6815000000000000000" + }, + { + "gotchiId": "8512", + "amount": "12.7125", + "parsedAmount": "12712500000000000000" + }, + { + "gotchiId": "8513", + "amount": "1.8425", + "parsedAmount": "1842500000000000000" + }, + { + "gotchiId": "8515", + "amount": "5.835", + "parsedAmount": "5835000000000000000" + }, + { + "gotchiId": "8516", + "amount": "7.785", + "parsedAmount": "7785000000000000000" + }, + { + "gotchiId": "8517", + "amount": "105.32499999999999", + "parsedAmount": "105324999999999990000" + }, + { + "gotchiId": "8518", + "amount": "20.1275", + "parsedAmount": "20127500000000000000" + }, + { + "gotchiId": "8520", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "8521", + "amount": "24.3425", + "parsedAmount": "24342500000000000000" + }, + { + "gotchiId": "8522", + "amount": "17.697499999999998", + "parsedAmount": "17697499999999998000" + }, + { + "gotchiId": "8529", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "8531", + "amount": "135.2175", + "parsedAmount": "135217500000000000000" + }, + { + "gotchiId": "8532", + "amount": "3.46", + "parsedAmount": "3460000000000000000" + }, + { + "gotchiId": "8533", + "amount": "7.27", + "parsedAmount": "7270000000000000000" + }, + { + "gotchiId": "8534", + "amount": "22.4975", + "parsedAmount": "22497500000000000000" + }, + { + "gotchiId": "8536", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "8542", + "amount": "61.155", + "parsedAmount": "61155000000000000000" + }, + { + "gotchiId": "8543", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "8547", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "8549", + "amount": "11.17", + "parsedAmount": "11170000000000000000" + }, + { + "gotchiId": "8552", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "8553", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "8554", + "amount": "315.0325", + "parsedAmount": "315032500000000000000" + }, + { + "gotchiId": "8556", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "8557", + "amount": "28.9425", + "parsedAmount": "28942500000000000000" + }, + { + "gotchiId": "8559", + "amount": "11.925", + "parsedAmount": "11925000000000000000" + }, + { + "gotchiId": "8562", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "8563", + "amount": "8.5525", + "parsedAmount": "8552500000000000000" + }, + { + "gotchiId": "8564", + "amount": "8.805", + "parsedAmount": "8805000000000000000" + }, + { + "gotchiId": "8565", + "amount": "8.015", + "parsedAmount": "8015000000000000000" + }, + { + "gotchiId": "8567", + "amount": "71.91499999999999", + "parsedAmount": "71914999999999990000" + }, + { + "gotchiId": "8568", + "amount": "34.3925", + "parsedAmount": "34392500000000000000" + }, + { + "gotchiId": "8572", + "amount": "21.9625", + "parsedAmount": "21962500000000000000" + }, + { + "gotchiId": "8573", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "8576", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "8581", + "amount": "6.137499999999999", + "parsedAmount": "6137499999999999000" + }, + { + "gotchiId": "8582", + "amount": "12.18", + "parsedAmount": "12180000000000000000" + }, + { + "gotchiId": "8583", + "amount": "85.67", + "parsedAmount": "85670000000000000000" + }, + { + "gotchiId": "8585", + "amount": "173.8975", + "parsedAmount": "173897500000000000000" + }, + { + "gotchiId": "8587", + "amount": "14.674999999999999", + "parsedAmount": "14674999999999999000" + }, + { + "gotchiId": "8588", + "amount": "93.065", + "parsedAmount": "93065000000000000000" + }, + { + "gotchiId": "8589", + "amount": "13.6325", + "parsedAmount": "13632500000000000000" + }, + { + "gotchiId": "8590", + "amount": "63.1325", + "parsedAmount": "63132500000000000000" + }, + { + "gotchiId": "8591", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "8593", + "amount": "5.7524999999999995", + "parsedAmount": "5752499999999999500" + }, + { + "gotchiId": "8595", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "8596", + "amount": "3.915", + "parsedAmount": "3915000000000000000" + }, + { + "gotchiId": "8598", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "8600", + "amount": "11.035", + "parsedAmount": "11035000000000000000" + }, + { + "gotchiId": "8601", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "8603", + "amount": "11.834999999999999", + "parsedAmount": "11834999999999999000" + }, + { + "gotchiId": "8604", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "8605", + "amount": "28.575", + "parsedAmount": "28575000000000000000" + }, + { + "gotchiId": "8607", + "amount": "38.5325", + "parsedAmount": "38532500000000000000" + }, + { + "gotchiId": "8609", + "amount": "154.9725", + "parsedAmount": "154972500000000000000" + }, + { + "gotchiId": "8611", + "amount": "67.9325", + "parsedAmount": "67932500000000000000" + }, + { + "gotchiId": "8612", + "amount": "837.5849999999999", + "parsedAmount": "837584999999999900000" + }, + { + "gotchiId": "8615", + "amount": "29.997500000000002", + "parsedAmount": "29997500000000002000" + }, + { + "gotchiId": "8616", + "amount": "9.4", + "parsedAmount": "9400000000000000000" + }, + { + "gotchiId": "8617", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "8618", + "amount": "4.5325", + "parsedAmount": "4532500000000000000" + }, + { + "gotchiId": "8621", + "amount": "27.962500000000002", + "parsedAmount": "27962500000000002000" + }, + { + "gotchiId": "8622", + "amount": "26.775", + "parsedAmount": "26775000000000000000" + }, + { + "gotchiId": "8623", + "amount": "796.38", + "parsedAmount": "796380000000000000000" + }, + { + "gotchiId": "8624", + "amount": "20.22", + "parsedAmount": "20220000000000000000" + }, + { + "gotchiId": "8625", + "amount": "26.5475", + "parsedAmount": "26547500000000000000" + }, + { + "gotchiId": "8626", + "amount": "46.042500000000004", + "parsedAmount": "46042500000000004000" + }, + { + "gotchiId": "8629", + "amount": "3.0175", + "parsedAmount": "3017500000000000000" + }, + { + "gotchiId": "8631", + "amount": "27.174999999999997", + "parsedAmount": "27174999999999997000" + }, + { + "gotchiId": "8632", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "8633", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "8641", + "amount": "27.314999999999998", + "parsedAmount": "27314999999999998000" + }, + { + "gotchiId": "8642", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "8648", + "amount": "20.6225", + "parsedAmount": "20622500000000000000" + }, + { + "gotchiId": "8651", + "amount": "41.9325", + "parsedAmount": "41932500000000000000" + }, + { + "gotchiId": "8652", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "8653", + "amount": "10.375", + "parsedAmount": "10375000000000000000" + }, + { + "gotchiId": "8655", + "amount": "26.939999999999998", + "parsedAmount": "26939999999999998000" + }, + { + "gotchiId": "8657", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "8662", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "8664", + "amount": "16.6775", + "parsedAmount": "16677500000000000000" + }, + { + "gotchiId": "8665", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "8666", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "8667", + "amount": "37.095", + "parsedAmount": "37095000000000000000" + }, + { + "gotchiId": "8668", + "amount": "22.215", + "parsedAmount": "22215000000000000000" + }, + { + "gotchiId": "8669", + "amount": "5.9", + "parsedAmount": "5900000000000000000" + }, + { + "gotchiId": "8674", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "8676", + "amount": "158.385", + "parsedAmount": "158385000000000000000" + }, + { + "gotchiId": "8677", + "amount": "9.005", + "parsedAmount": "9005000000000000000" + }, + { + "gotchiId": "8679", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "8680", + "amount": "8.895", + "parsedAmount": "8895000000000000000" + }, + { + "gotchiId": "8681", + "amount": "18.805", + "parsedAmount": "18805000000000000000" + }, + { + "gotchiId": "8687", + "amount": "7.35", + "parsedAmount": "7350000000000000000" + } + ], + "totalAmount": "18544267499999999874000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768484, + "gasUsed": "9808478" + }, + { + "batchIndex": 8, + "transactionHash": "0x5a7aeb0423366c6b78a4cffb121d4fa550f2d69e8d3cab0cac6c3dd019f08010", + "timestamp": "2025-11-05T07:05:18.496Z", + "gotchiRewards": [ + { + "gotchiId": "8688", + "amount": "8.455", + "parsedAmount": "8455000000000000000" + }, + { + "gotchiId": "8689", + "amount": "9.7325", + "parsedAmount": "9732500000000000000" + }, + { + "gotchiId": "8691", + "amount": "38.28", + "parsedAmount": "38280000000000000000" + }, + { + "gotchiId": "8692", + "amount": "3.04", + "parsedAmount": "3040000000000000000" + }, + { + "gotchiId": "8693", + "amount": "49.92999999999999", + "parsedAmount": "49929999999999990000" + }, + { + "gotchiId": "8694", + "amount": "44.995000000000005", + "parsedAmount": "44995000000000005000" + }, + { + "gotchiId": "8695", + "amount": "29.7775", + "parsedAmount": "29777500000000000000" + }, + { + "gotchiId": "8699", + "amount": "11.599999999999998", + "parsedAmount": "11599999999999998000" + }, + { + "gotchiId": "8702", + "amount": "3.1225", + "parsedAmount": "3122500000000000000" + }, + { + "gotchiId": "8704", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "8705", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "8707", + "amount": "31.527500000000003", + "parsedAmount": "31527500000000003000" + }, + { + "gotchiId": "8712", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "8716", + "amount": "8.7375", + "parsedAmount": "8737500000000000000" + }, + { + "gotchiId": "8718", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "8719", + "amount": "8.1275", + "parsedAmount": "8127500000000000000" + }, + { + "gotchiId": "8720", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "8722", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "8724", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "8726", + "amount": "28.8325", + "parsedAmount": "28832500000000000000" + }, + { + "gotchiId": "8732", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "8734", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "8735", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "8737", + "amount": "4.887499999999999", + "parsedAmount": "4887499999999999000" + }, + { + "gotchiId": "8738", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "8739", + "amount": "19.94", + "parsedAmount": "19940000000000000000" + }, + { + "gotchiId": "8741", + "amount": "7.385", + "parsedAmount": "7385000000000000000" + }, + { + "gotchiId": "8745", + "amount": "6.925", + "parsedAmount": "6925000000000000000" + }, + { + "gotchiId": "8746", + "amount": "8.075", + "parsedAmount": "8075000000000000000" + }, + { + "gotchiId": "8750", + "amount": "16.4025", + "parsedAmount": "16402500000000000000" + }, + { + "gotchiId": "8752", + "amount": "10.22", + "parsedAmount": "10220000000000000000" + }, + { + "gotchiId": "8753", + "amount": "8.6925", + "parsedAmount": "8692500000000000000" + }, + { + "gotchiId": "8756", + "amount": "72.145", + "parsedAmount": "72145000000000000000" + }, + { + "gotchiId": "8757", + "amount": "17.2375", + "parsedAmount": "17237500000000000000" + }, + { + "gotchiId": "8763", + "amount": "8.635", + "parsedAmount": "8635000000000000000" + }, + { + "gotchiId": "8764", + "amount": "41.1075", + "parsedAmount": "41107500000000000000" + }, + { + "gotchiId": "8768", + "amount": "6.1625", + "parsedAmount": "6162500000000000000" + }, + { + "gotchiId": "8770", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "8773", + "amount": "13.5525", + "parsedAmount": "13552500000000000000" + }, + { + "gotchiId": "8774", + "amount": "11.1075", + "parsedAmount": "11107500000000000000" + }, + { + "gotchiId": "8775", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "8778", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "8779", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "8780", + "amount": "15.7475", + "parsedAmount": "15747500000000000000" + }, + { + "gotchiId": "8781", + "amount": "18.3425", + "parsedAmount": "18342500000000000000" + }, + { + "gotchiId": "8782", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "8783", + "amount": "3.705", + "parsedAmount": "3705000000000000000" + }, + { + "gotchiId": "8784", + "amount": "14.3825", + "parsedAmount": "14382500000000000000" + }, + { + "gotchiId": "8785", + "amount": "22.544999999999998", + "parsedAmount": "22544999999999998000" + }, + { + "gotchiId": "8786", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "8787", + "amount": "16.2725", + "parsedAmount": "16272500000000000000" + }, + { + "gotchiId": "8789", + "amount": "22.595", + "parsedAmount": "22595000000000000000" + }, + { + "gotchiId": "8790", + "amount": "33.364999999999995", + "parsedAmount": "33364999999999995000" + }, + { + "gotchiId": "8797", + "amount": "26.9125", + "parsedAmount": "26912500000000000000" + }, + { + "gotchiId": "8798", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "8800", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "8805", + "amount": "10.215", + "parsedAmount": "10215000000000000000" + }, + { + "gotchiId": "8806", + "amount": "49.6525", + "parsedAmount": "49652500000000000000" + }, + { + "gotchiId": "8809", + "amount": "34.65", + "parsedAmount": "34650000000000000000" + }, + { + "gotchiId": "8811", + "amount": "13.2275", + "parsedAmount": "13227500000000000000" + }, + { + "gotchiId": "8812", + "amount": "20.67", + "parsedAmount": "20670000000000000000" + }, + { + "gotchiId": "8814", + "amount": "17.375", + "parsedAmount": "17375000000000000000" + }, + { + "gotchiId": "8821", + "amount": "35.945", + "parsedAmount": "35945000000000000000" + }, + { + "gotchiId": "8823", + "amount": "115.00750000000001", + "parsedAmount": "115007500000000010000" + }, + { + "gotchiId": "8825", + "amount": "15.1625", + "parsedAmount": "15162500000000000000" + }, + { + "gotchiId": "8829", + "amount": "20.142500000000002", + "parsedAmount": "20142500000000002000" + }, + { + "gotchiId": "8831", + "amount": "17.419999999999998", + "parsedAmount": "17419999999999998000" + }, + { + "gotchiId": "8836", + "amount": "4.68", + "parsedAmount": "4680000000000000000" + }, + { + "gotchiId": "8837", + "amount": "23.612499999999997", + "parsedAmount": "23612499999999997000" + }, + { + "gotchiId": "8838", + "amount": "14.3125", + "parsedAmount": "14312500000000000000" + }, + { + "gotchiId": "8839", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "8840", + "amount": "9.1475", + "parsedAmount": "9147500000000000000" + }, + { + "gotchiId": "8845", + "amount": "976.0925", + "parsedAmount": "976092500000000000000" + }, + { + "gotchiId": "8847", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "8856", + "amount": "5.71", + "parsedAmount": "5710000000000000000" + }, + { + "gotchiId": "8858", + "amount": "6.4475", + "parsedAmount": "6447500000000000000" + }, + { + "gotchiId": "8860", + "amount": "152.765", + "parsedAmount": "152765000000000000000" + }, + { + "gotchiId": "8861", + "amount": "112.01750000000001", + "parsedAmount": "112017500000000010000" + }, + { + "gotchiId": "8862", + "amount": "149.44500000000002", + "parsedAmount": "149445000000000020000" + }, + { + "gotchiId": "8863", + "amount": "259.92999999999995", + "parsedAmount": "259929999999999950000" + }, + { + "gotchiId": "8864", + "amount": "124.2275", + "parsedAmount": "124227500000000000000" + }, + { + "gotchiId": "8866", + "amount": "7.65", + "parsedAmount": "7650000000000000000" + }, + { + "gotchiId": "8867", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "8868", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "8869", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "8872", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "8873", + "amount": "3.63", + "parsedAmount": "3630000000000000000" + }, + { + "gotchiId": "8876", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "8877", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "8878", + "amount": "3.305", + "parsedAmount": "3305000000000000000" + }, + { + "gotchiId": "8880", + "amount": "8.22", + "parsedAmount": "8220000000000000000" + }, + { + "gotchiId": "8881", + "amount": "11.295000000000002", + "parsedAmount": "11295000000000002000" + }, + { + "gotchiId": "8884", + "amount": "27.5", + "parsedAmount": "27500000000000000000" + }, + { + "gotchiId": "8885", + "amount": "9.510000000000002", + "parsedAmount": "9510000000000002000" + }, + { + "gotchiId": "8886", + "amount": "10.9075", + "parsedAmount": "10907500000000000000" + }, + { + "gotchiId": "8887", + "amount": "8.5425", + "parsedAmount": "8542500000000000000" + }, + { + "gotchiId": "8889", + "amount": "27.81", + "parsedAmount": "27810000000000000000" + }, + { + "gotchiId": "8890", + "amount": "56.724999999999994", + "parsedAmount": "56724999999999994000" + }, + { + "gotchiId": "8891", + "amount": "42.0275", + "parsedAmount": "42027500000000000000" + }, + { + "gotchiId": "8892", + "amount": "13.7225", + "parsedAmount": "13722500000000000000" + }, + { + "gotchiId": "8893", + "amount": "133.52999999999997", + "parsedAmount": "133529999999999970000" + }, + { + "gotchiId": "8896", + "amount": "10.09", + "parsedAmount": "10090000000000000000" + }, + { + "gotchiId": "8897", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "8898", + "amount": "37.3275", + "parsedAmount": "37327500000000000000" + }, + { + "gotchiId": "8902", + "amount": "36.434999999999995", + "parsedAmount": "36434999999999995000" + }, + { + "gotchiId": "8905", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "8910", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "8911", + "amount": "159.705", + "parsedAmount": "159705000000000000000" + }, + { + "gotchiId": "8914", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "8916", + "amount": "12.9725", + "parsedAmount": "12972500000000000000" + }, + { + "gotchiId": "8918", + "amount": "9.8075", + "parsedAmount": "9807500000000000000" + }, + { + "gotchiId": "8921", + "amount": "16.1575", + "parsedAmount": "16157500000000000000" + }, + { + "gotchiId": "8922", + "amount": "48.7775", + "parsedAmount": "48777500000000000000" + }, + { + "gotchiId": "8926", + "amount": "20.635", + "parsedAmount": "20635000000000000000" + }, + { + "gotchiId": "8927", + "amount": "17.5875", + "parsedAmount": "17587500000000000000" + }, + { + "gotchiId": "8929", + "amount": "25.185", + "parsedAmount": "25185000000000000000" + }, + { + "gotchiId": "8930", + "amount": "7.61", + "parsedAmount": "7610000000000000000" + }, + { + "gotchiId": "8931", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "8932", + "amount": "11.905", + "parsedAmount": "11905000000000000000" + }, + { + "gotchiId": "8933", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "8934", + "amount": "26.93", + "parsedAmount": "26930000000000000000" + }, + { + "gotchiId": "8936", + "amount": "52.974999999999994", + "parsedAmount": "52974999999999994000" + }, + { + "gotchiId": "8941", + "amount": "14.9225", + "parsedAmount": "14922500000000000000" + }, + { + "gotchiId": "8942", + "amount": "9.9775", + "parsedAmount": "9977500000000000000" + }, + { + "gotchiId": "8943", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "8947", + "amount": "11.9325", + "parsedAmount": "11932500000000000000" + }, + { + "gotchiId": "8949", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "8950", + "amount": "8.6725", + "parsedAmount": "8672500000000000000" + }, + { + "gotchiId": "8951", + "amount": "19.895", + "parsedAmount": "19895000000000000000" + }, + { + "gotchiId": "8953", + "amount": "9.287500000000001", + "parsedAmount": "9287500000000001000" + }, + { + "gotchiId": "8954", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "8955", + "amount": "60.425000000000004", + "parsedAmount": "60425000000000004000" + }, + { + "gotchiId": "8956", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "8960", + "amount": "22.3825", + "parsedAmount": "22382500000000000000" + }, + { + "gotchiId": "8961", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "8963", + "amount": "13.775", + "parsedAmount": "13775000000000000000" + }, + { + "gotchiId": "8964", + "amount": "23", + "parsedAmount": "23000000000000000000" + }, + { + "gotchiId": "8965", + "amount": "18.355", + "parsedAmount": "18355000000000000000" + }, + { + "gotchiId": "8966", + "amount": "40.91", + "parsedAmount": "40910000000000000000" + }, + { + "gotchiId": "8967", + "amount": "33.987500000000004", + "parsedAmount": "33987500000000004000" + }, + { + "gotchiId": "8968", + "amount": "28.6425", + "parsedAmount": "28642500000000000000" + }, + { + "gotchiId": "8969", + "amount": "30.605", + "parsedAmount": "30605000000000000000" + }, + { + "gotchiId": "8970", + "amount": "5.7375", + "parsedAmount": "5737500000000000000" + }, + { + "gotchiId": "8971", + "amount": "31.305", + "parsedAmount": "31305000000000000000" + }, + { + "gotchiId": "8972", + "amount": "29.2775", + "parsedAmount": "29277500000000000000" + }, + { + "gotchiId": "8973", + "amount": "35.8525", + "parsedAmount": "35852500000000000000" + }, + { + "gotchiId": "8974", + "amount": "28.6975", + "parsedAmount": "28697500000000000000" + }, + { + "gotchiId": "8975", + "amount": "34.5525", + "parsedAmount": "34552500000000000000" + }, + { + "gotchiId": "8976", + "amount": "37.269999999999996", + "parsedAmount": "37269999999999996000" + }, + { + "gotchiId": "8977", + "amount": "5.7225", + "parsedAmount": "5722500000000000000" + }, + { + "gotchiId": "8978", + "amount": "34.0625", + "parsedAmount": "34062500000000000000" + }, + { + "gotchiId": "8979", + "amount": "30.8325", + "parsedAmount": "30832500000000000000" + }, + { + "gotchiId": "8980", + "amount": "42.099999999999994", + "parsedAmount": "42099999999999994000" + }, + { + "gotchiId": "8981", + "amount": "30.54", + "parsedAmount": "30540000000000000000" + }, + { + "gotchiId": "8985", + "amount": "6.25", + "parsedAmount": "6250000000000000000" + }, + { + "gotchiId": "8986", + "amount": "39.6575", + "parsedAmount": "39657500000000000000" + }, + { + "gotchiId": "8987", + "amount": "29.8625", + "parsedAmount": "29862500000000000000" + }, + { + "gotchiId": "8988", + "amount": "28.237499999999997", + "parsedAmount": "28237499999999997000" + }, + { + "gotchiId": "8989", + "amount": "34.85", + "parsedAmount": "34850000000000000000" + }, + { + "gotchiId": "8990", + "amount": "34.63", + "parsedAmount": "34630000000000000000" + }, + { + "gotchiId": "8995", + "amount": "17.365000000000002", + "parsedAmount": "17365000000000002000" + }, + { + "gotchiId": "8999", + "amount": "3.2025", + "parsedAmount": "3202500000000000000" + }, + { + "gotchiId": "9001", + "amount": "19.705", + "parsedAmount": "19705000000000000000" + }, + { + "gotchiId": "9003", + "amount": "13.6225", + "parsedAmount": "13622500000000000000" + }, + { + "gotchiId": "9005", + "amount": "2.2225", + "parsedAmount": "2222500000000000000" + }, + { + "gotchiId": "9016", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "9017", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "9021", + "amount": "61.192499999999995", + "parsedAmount": "61192499999999995000" + }, + { + "gotchiId": "9022", + "amount": "2.96", + "parsedAmount": "2960000000000000000" + }, + { + "gotchiId": "9023", + "amount": "123.205", + "parsedAmount": "123205000000000000000" + }, + { + "gotchiId": "9024", + "amount": "6.2700000000000005", + "parsedAmount": "6270000000000000500" + }, + { + "gotchiId": "9026", + "amount": "11.5475", + "parsedAmount": "11547500000000000000" + }, + { + "gotchiId": "9027", + "amount": "275.62", + "parsedAmount": "275620000000000000000" + }, + { + "gotchiId": "9029", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "9030", + "amount": "13.440000000000001", + "parsedAmount": "13440000000000001000" + }, + { + "gotchiId": "9031", + "amount": "12.095", + "parsedAmount": "12095000000000000000" + }, + { + "gotchiId": "9035", + "amount": "12.81", + "parsedAmount": "12810000000000000000" + }, + { + "gotchiId": "9036", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "9038", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "9040", + "amount": "6.3", + "parsedAmount": "6300000000000000000" + }, + { + "gotchiId": "9044", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "9045", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "9047", + "amount": "27.5175", + "parsedAmount": "27517500000000000000" + }, + { + "gotchiId": "9048", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "9049", + "amount": "4.825", + "parsedAmount": "4825000000000000000" + }, + { + "gotchiId": "9054", + "amount": "10.445", + "parsedAmount": "10445000000000000000" + }, + { + "gotchiId": "9059", + "amount": "7.82", + "parsedAmount": "7820000000000000000" + }, + { + "gotchiId": "9060", + "amount": "2.8625", + "parsedAmount": "2862500000000000000" + }, + { + "gotchiId": "9064", + "amount": "8.0225", + "parsedAmount": "8022500000000000000" + }, + { + "gotchiId": "9068", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "9069", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "9071", + "amount": "56.9925", + "parsedAmount": "56992500000000000000" + }, + { + "gotchiId": "9072", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "9073", + "amount": "18.7825", + "parsedAmount": "18782500000000000000" + }, + { + "gotchiId": "9074", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "9083", + "amount": "34.175", + "parsedAmount": "34175000000000000000" + }, + { + "gotchiId": "9085", + "amount": "6.1025", + "parsedAmount": "6102500000000000000" + }, + { + "gotchiId": "9086", + "amount": "9.98", + "parsedAmount": "9980000000000000000" + }, + { + "gotchiId": "9091", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "9097", + "amount": "13.455000000000002", + "parsedAmount": "13455000000000002000" + }, + { + "gotchiId": "9099", + "amount": "8.23", + "parsedAmount": "8230000000000000000" + }, + { + "gotchiId": "9100", + "amount": "18.9075", + "parsedAmount": "18907500000000000000" + }, + { + "gotchiId": "9101", + "amount": "7.79", + "parsedAmount": "7790000000000000000" + }, + { + "gotchiId": "9103", + "amount": "14.5625", + "parsedAmount": "14562500000000000000" + }, + { + "gotchiId": "9106", + "amount": "511.5525", + "parsedAmount": "511552500000000000000" + }, + { + "gotchiId": "9108", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "9111", + "amount": "93.5975", + "parsedAmount": "93597500000000000000" + }, + { + "gotchiId": "9117", + "amount": "21.197499999999998", + "parsedAmount": "21197499999999998000" + }, + { + "gotchiId": "9118", + "amount": "7.4875", + "parsedAmount": "7487500000000000000" + }, + { + "gotchiId": "9121", + "amount": "25.619999999999997", + "parsedAmount": "25619999999999997000" + }, + { + "gotchiId": "9123", + "amount": "9.9175", + "parsedAmount": "9917500000000000000" + }, + { + "gotchiId": "9124", + "amount": "11.877500000000001", + "parsedAmount": "11877500000000001000" + }, + { + "gotchiId": "9125", + "amount": "51.735", + "parsedAmount": "51735000000000000000" + }, + { + "gotchiId": "9128", + "amount": "5.91", + "parsedAmount": "5910000000000000000" + }, + { + "gotchiId": "9129", + "amount": "28.5025", + "parsedAmount": "28502500000000000000" + }, + { + "gotchiId": "9130", + "amount": "6.640000000000001", + "parsedAmount": "6640000000000001000" + }, + { + "gotchiId": "9133", + "amount": "39.865", + "parsedAmount": "39865000000000000000" + }, + { + "gotchiId": "9135", + "amount": "9.9825", + "parsedAmount": "9982500000000000000" + }, + { + "gotchiId": "9136", + "amount": "7.4225", + "parsedAmount": "7422500000000000000" + }, + { + "gotchiId": "9137", + "amount": "31.555", + "parsedAmount": "31555000000000000000" + }, + { + "gotchiId": "9139", + "amount": "22.432499999999997", + "parsedAmount": "22432499999999997000" + }, + { + "gotchiId": "9142", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "9143", + "amount": "12.0825", + "parsedAmount": "12082500000000000000" + }, + { + "gotchiId": "9145", + "amount": "33.097500000000004", + "parsedAmount": "33097500000000004000" + }, + { + "gotchiId": "9146", + "amount": "5.494999999999999", + "parsedAmount": "5494999999999999000" + }, + { + "gotchiId": "9147", + "amount": "23.06", + "parsedAmount": "23060000000000000000" + }, + { + "gotchiId": "9153", + "amount": "9.3325", + "parsedAmount": "9332500000000000000" + }, + { + "gotchiId": "9154", + "amount": "7.815", + "parsedAmount": "7815000000000000000" + }, + { + "gotchiId": "9155", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "9156", + "amount": "29.7775", + "parsedAmount": "29777500000000000000" + }, + { + "gotchiId": "9157", + "amount": "15.502500000000001", + "parsedAmount": "15502500000000001000" + }, + { + "gotchiId": "9158", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "9162", + "amount": "21.5975", + "parsedAmount": "21597500000000000000" + }, + { + "gotchiId": "9163", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "9168", + "amount": "30.54", + "parsedAmount": "30540000000000000000" + }, + { + "gotchiId": "9169", + "amount": "7.605", + "parsedAmount": "7605000000000000000" + }, + { + "gotchiId": "9171", + "amount": "90.33", + "parsedAmount": "90330000000000000000" + }, + { + "gotchiId": "9173", + "amount": "20.4625", + "parsedAmount": "20462500000000000000" + }, + { + "gotchiId": "9174", + "amount": "30.17", + "parsedAmount": "30170000000000000000" + }, + { + "gotchiId": "9175", + "amount": "258.77750000000003", + "parsedAmount": "258777500000000030000" + }, + { + "gotchiId": "9176", + "amount": "10.0875", + "parsedAmount": "10087500000000000000" + }, + { + "gotchiId": "9178", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "9179", + "amount": "13.870000000000001", + "parsedAmount": "13870000000000001000" + }, + { + "gotchiId": "9183", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "9187", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "9189", + "amount": "13.165", + "parsedAmount": "13165000000000000000" + }, + { + "gotchiId": "9191", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "9192", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "9197", + "amount": "15.9575", + "parsedAmount": "15957500000000000000" + }, + { + "gotchiId": "9199", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "9205", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "9206", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "9210", + "amount": "30.08", + "parsedAmount": "30080000000000000000" + }, + { + "gotchiId": "9211", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "9212", + "amount": "41.715", + "parsedAmount": "41715000000000000000" + }, + { + "gotchiId": "9214", + "amount": "30.144999999999996", + "parsedAmount": "30144999999999996000" + }, + { + "gotchiId": "9215", + "amount": "20.485", + "parsedAmount": "20485000000000000000" + }, + { + "gotchiId": "9242", + "amount": "17.395", + "parsedAmount": "17395000000000000000" + }, + { + "gotchiId": "9243", + "amount": "26.470000000000002", + "parsedAmount": "26470000000000002000" + }, + { + "gotchiId": "9248", + "amount": "42.592499999999994", + "parsedAmount": "42592499999999994000" + }, + { + "gotchiId": "9250", + "amount": "24.9775", + "parsedAmount": "24977500000000000000" + }, + { + "gotchiId": "9252", + "amount": "18.925", + "parsedAmount": "18925000000000000000" + }, + { + "gotchiId": "9254", + "amount": "10.6", + "parsedAmount": "10600000000000000000" + }, + { + "gotchiId": "9255", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "9256", + "amount": "8.1725", + "parsedAmount": "8172500000000000000" + }, + { + "gotchiId": "9257", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "9258", + "amount": "14.8875", + "parsedAmount": "14887500000000000000" + }, + { + "gotchiId": "9260", + "amount": "19.745", + "parsedAmount": "19745000000000000000" + }, + { + "gotchiId": "9262", + "amount": "9.4625", + "parsedAmount": "9462500000000000000" + }, + { + "gotchiId": "9264", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "9265", + "amount": "7.460000000000001", + "parsedAmount": "7460000000000001000" + }, + { + "gotchiId": "9266", + "amount": "24.33", + "parsedAmount": "24330000000000000000" + }, + { + "gotchiId": "9270", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "9272", + "amount": "85.7075", + "parsedAmount": "85707500000000000000" + }, + { + "gotchiId": "9274", + "amount": "29.3925", + "parsedAmount": "29392500000000000000" + }, + { + "gotchiId": "9275", + "amount": "24.1875", + "parsedAmount": "24187500000000000000" + }, + { + "gotchiId": "9280", + "amount": "6.955", + "parsedAmount": "6955000000000000000" + }, + { + "gotchiId": "9281", + "amount": "2.4875", + "parsedAmount": "2487500000000000000" + }, + { + "gotchiId": "9284", + "amount": "15.99", + "parsedAmount": "15990000000000000000" + }, + { + "gotchiId": "9285", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "9286", + "amount": "20.7825", + "parsedAmount": "20782500000000000000" + }, + { + "gotchiId": "9287", + "amount": "12.185", + "parsedAmount": "12185000000000000000" + }, + { + "gotchiId": "9288", + "amount": "27.5875", + "parsedAmount": "27587500000000000000" + }, + { + "gotchiId": "9289", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "9290", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "9291", + "amount": "7.300000000000001", + "parsedAmount": "7300000000000001000" + }, + { + "gotchiId": "9294", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "9295", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "9299", + "amount": "24.784999999999997", + "parsedAmount": "24784999999999997000" + }, + { + "gotchiId": "9302", + "amount": "6.7225", + "parsedAmount": "6722500000000000000" + }, + { + "gotchiId": "9304", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "9306", + "amount": "6.9925", + "parsedAmount": "6992500000000000000" + }, + { + "gotchiId": "9311", + "amount": "19.252499999999998", + "parsedAmount": "19252499999999998000" + }, + { + "gotchiId": "9312", + "amount": "22.394999999999996", + "parsedAmount": "22394999999999996000" + }, + { + "gotchiId": "9321", + "amount": "2.3925", + "parsedAmount": "2392500000000000000" + }, + { + "gotchiId": "9330", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "9334", + "amount": "9.2375", + "parsedAmount": "9237500000000000000" + }, + { + "gotchiId": "9335", + "amount": "19.615000000000002", + "parsedAmount": "19615000000000002000" + }, + { + "gotchiId": "9336", + "amount": "11.9425", + "parsedAmount": "11942500000000000000" + }, + { + "gotchiId": "9337", + "amount": "34.2025", + "parsedAmount": "34202500000000000000" + }, + { + "gotchiId": "9338", + "amount": "35.7625", + "parsedAmount": "35762500000000000000" + }, + { + "gotchiId": "9340", + "amount": "9.0375", + "parsedAmount": "9037500000000000000" + }, + { + "gotchiId": "9341", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "9342", + "amount": "15.16", + "parsedAmount": "15160000000000000000" + }, + { + "gotchiId": "9343", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "9344", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "9346", + "amount": "124.59", + "parsedAmount": "124590000000000000000" + }, + { + "gotchiId": "9347", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "9349", + "amount": "35.185", + "parsedAmount": "35185000000000000000" + }, + { + "gotchiId": "9350", + "amount": "12.2875", + "parsedAmount": "12287500000000000000" + }, + { + "gotchiId": "9352", + "amount": "4.3625", + "parsedAmount": "4362500000000000000" + }, + { + "gotchiId": "9353", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "9354", + "amount": "11.820000000000002", + "parsedAmount": "11820000000000002000" + }, + { + "gotchiId": "9357", + "amount": "26.9725", + "parsedAmount": "26972500000000000000" + }, + { + "gotchiId": "9358", + "amount": "326.0675", + "parsedAmount": "326067500000000000000" + }, + { + "gotchiId": "9359", + "amount": "15.772499999999999", + "parsedAmount": "15772499999999999000" + }, + { + "gotchiId": "9360", + "amount": "24.94", + "parsedAmount": "24940000000000000000" + }, + { + "gotchiId": "9362", + "amount": "51.4", + "parsedAmount": "51400000000000000000" + }, + { + "gotchiId": "9366", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "9367", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "9368", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "9369", + "amount": "639.495", + "parsedAmount": "639495000000000000000" + }, + { + "gotchiId": "9370", + "amount": "19.8175", + "parsedAmount": "19817500000000000000" + }, + { + "gotchiId": "9371", + "amount": "37.845", + "parsedAmount": "37845000000000000000" + }, + { + "gotchiId": "9372", + "amount": "18.9025", + "parsedAmount": "18902500000000000000" + }, + { + "gotchiId": "9373", + "amount": "182.635", + "parsedAmount": "182635000000000000000" + }, + { + "gotchiId": "9376", + "amount": "99.45", + "parsedAmount": "99450000000000000000" + }, + { + "gotchiId": "9380", + "amount": "5.9725", + "parsedAmount": "5972500000000000000" + }, + { + "gotchiId": "9381", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "9382", + "amount": "10.9675", + "parsedAmount": "10967500000000000000" + }, + { + "gotchiId": "9383", + "amount": "2.4825", + "parsedAmount": "2482500000000000000" + }, + { + "gotchiId": "9386", + "amount": "13.5025", + "parsedAmount": "13502500000000000000" + }, + { + "gotchiId": "9387", + "amount": "18.8225", + "parsedAmount": "18822500000000000000" + }, + { + "gotchiId": "9388", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "9390", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "9391", + "amount": "5.880000000000001", + "parsedAmount": "5880000000000001000" + }, + { + "gotchiId": "9393", + "amount": "38.2675", + "parsedAmount": "38267500000000000000" + }, + { + "gotchiId": "9394", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "9395", + "amount": "33.65", + "parsedAmount": "33650000000000000000" + }, + { + "gotchiId": "9396", + "amount": "34.7625", + "parsedAmount": "34762500000000000000" + }, + { + "gotchiId": "9398", + "amount": "259.34", + "parsedAmount": "259340000000000000000" + }, + { + "gotchiId": "9399", + "amount": "7.17", + "parsedAmount": "7170000000000000000" + }, + { + "gotchiId": "9404", + "amount": "12.387500000000001", + "parsedAmount": "12387500000000001000" + }, + { + "gotchiId": "9409", + "amount": "7.2475", + "parsedAmount": "7247500000000000000" + }, + { + "gotchiId": "9411", + "amount": "14.2", + "parsedAmount": "14200000000000000000" + }, + { + "gotchiId": "9412", + "amount": "284.62", + "parsedAmount": "284620000000000000000" + }, + { + "gotchiId": "9419", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "9423", + "amount": "5.765000000000001", + "parsedAmount": "5765000000000001000" + }, + { + "gotchiId": "9433", + "amount": "10.265", + "parsedAmount": "10265000000000000000" + }, + { + "gotchiId": "9438", + "amount": "6.8", + "parsedAmount": "6800000000000000000" + }, + { + "gotchiId": "9440", + "amount": "30.1325", + "parsedAmount": "30132500000000000000" + }, + { + "gotchiId": "9442", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "9443", + "amount": "12.309999999999999", + "parsedAmount": "12309999999999999000" + }, + { + "gotchiId": "9448", + "amount": "8.82", + "parsedAmount": "8820000000000000000" + }, + { + "gotchiId": "9449", + "amount": "16.035", + "parsedAmount": "16035000000000000000" + }, + { + "gotchiId": "9450", + "amount": "24.615000000000002", + "parsedAmount": "24615000000000002000" + }, + { + "gotchiId": "9451", + "amount": "9.615", + "parsedAmount": "9615000000000000000" + }, + { + "gotchiId": "9452", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "9453", + "amount": "27.857499999999998", + "parsedAmount": "27857499999999998000" + }, + { + "gotchiId": "9455", + "amount": "5.4775", + "parsedAmount": "5477500000000000000" + }, + { + "gotchiId": "9456", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "9457", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "9458", + "amount": "5.83", + "parsedAmount": "5830000000000000000" + }, + { + "gotchiId": "9459", + "amount": "189.62", + "parsedAmount": "189620000000000000000" + }, + { + "gotchiId": "9461", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "9462", + "amount": "9.747499999999999", + "parsedAmount": "9747499999999999000" + }, + { + "gotchiId": "9463", + "amount": "15.55", + "parsedAmount": "15550000000000000000" + }, + { + "gotchiId": "9466", + "amount": "19.759999999999998", + "parsedAmount": "19759999999999998000" + }, + { + "gotchiId": "9468", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "9469", + "amount": "9.73", + "parsedAmount": "9730000000000000000" + }, + { + "gotchiId": "9475", + "amount": "31.6875", + "parsedAmount": "31687500000000000000" + }, + { + "gotchiId": "9479", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "9480", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "9481", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "9482", + "amount": "24.065", + "parsedAmount": "24065000000000000000" + }, + { + "gotchiId": "9483", + "amount": "13.09", + "parsedAmount": "13090000000000000000" + }, + { + "gotchiId": "9485", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "9487", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "9489", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "9490", + "amount": "9.605", + "parsedAmount": "9605000000000000000" + }, + { + "gotchiId": "9492", + "amount": "11.2075", + "parsedAmount": "11207500000000000000" + }, + { + "gotchiId": "9493", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "9494", + "amount": "67.075", + "parsedAmount": "67075000000000000000" + }, + { + "gotchiId": "9497", + "amount": "10.2975", + "parsedAmount": "10297500000000000000" + }, + { + "gotchiId": "9500", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "9501", + "amount": "22.6175", + "parsedAmount": "22617500000000000000" + }, + { + "gotchiId": "9502", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "9503", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "9505", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "9506", + "amount": "8.1375", + "parsedAmount": "8137500000000000000" + }, + { + "gotchiId": "9507", + "amount": "8.7375", + "parsedAmount": "8737500000000000000" + }, + { + "gotchiId": "9508", + "amount": "5.9", + "parsedAmount": "5900000000000000000" + }, + { + "gotchiId": "9509", + "amount": "21.655", + "parsedAmount": "21655000000000000000" + }, + { + "gotchiId": "9510", + "amount": "6.710000000000001", + "parsedAmount": "6710000000000001000" + }, + { + "gotchiId": "9513", + "amount": "4.9975", + "parsedAmount": "4997500000000000000" + }, + { + "gotchiId": "9514", + "amount": "3.9575", + "parsedAmount": "3957500000000000000" + }, + { + "gotchiId": "9516", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "9523", + "amount": "6.665", + "parsedAmount": "6665000000000000000" + }, + { + "gotchiId": "9524", + "amount": "18.965", + "parsedAmount": "18965000000000000000" + }, + { + "gotchiId": "9525", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "9528", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "9529", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "9535", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "9536", + "amount": "32.33", + "parsedAmount": "32330000000000000000" + }, + { + "gotchiId": "9537", + "amount": "2.2575", + "parsedAmount": "2257500000000000000" + }, + { + "gotchiId": "9540", + "amount": "7.665", + "parsedAmount": "7665000000000000000" + }, + { + "gotchiId": "9541", + "amount": "10.02", + "parsedAmount": "10020000000000000000" + }, + { + "gotchiId": "9542", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "9545", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "9546", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "9547", + "amount": "12.969999999999999", + "parsedAmount": "12969999999999999000" + }, + { + "gotchiId": "9548", + "amount": "16.5175", + "parsedAmount": "16517500000000000000" + }, + { + "gotchiId": "9549", + "amount": "17.445", + "parsedAmount": "17445000000000000000" + }, + { + "gotchiId": "9550", + "amount": "17.32", + "parsedAmount": "17320000000000000000" + }, + { + "gotchiId": "9551", + "amount": "13.192499999999999", + "parsedAmount": "13192499999999999000" + }, + { + "gotchiId": "9552", + "amount": "33.54", + "parsedAmount": "33540000000000000000" + }, + { + "gotchiId": "9553", + "amount": "13.2175", + "parsedAmount": "13217500000000000000" + }, + { + "gotchiId": "9554", + "amount": "34.644999999999996", + "parsedAmount": "34644999999999996000" + }, + { + "gotchiId": "9559", + "amount": "13.1675", + "parsedAmount": "13167500000000000000" + }, + { + "gotchiId": "9560", + "amount": "12.002499999999998", + "parsedAmount": "12002499999999998000" + }, + { + "gotchiId": "9561", + "amount": "59.8825", + "parsedAmount": "59882500000000000000" + }, + { + "gotchiId": "9565", + "amount": "3.06", + "parsedAmount": "3060000000000000000" + }, + { + "gotchiId": "9568", + "amount": "8.695", + "parsedAmount": "8695000000000000000" + }, + { + "gotchiId": "9570", + "amount": "6.3275", + "parsedAmount": "6327500000000000000" + }, + { + "gotchiId": "9575", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "9578", + "amount": "10.817499999999999", + "parsedAmount": "10817499999999999000" + }, + { + "gotchiId": "9583", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "9586", + "amount": "5.869999999999999", + "parsedAmount": "5869999999999999000" + }, + { + "gotchiId": "9588", + "amount": "44.6375", + "parsedAmount": "44637500000000000000" + }, + { + "gotchiId": "9589", + "amount": "11.915", + "parsedAmount": "11915000000000000000" + }, + { + "gotchiId": "9590", + "amount": "7.285", + "parsedAmount": "7285000000000000000" + }, + { + "gotchiId": "9591", + "amount": "35.5375", + "parsedAmount": "35537500000000000000" + }, + { + "gotchiId": "9593", + "amount": "1.825", + "parsedAmount": "1825000000000000000" + }, + { + "gotchiId": "9594", + "amount": "26.7225", + "parsedAmount": "26722500000000000000" + }, + { + "gotchiId": "9595", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "9598", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "9602", + "amount": "83.625", + "parsedAmount": "83625000000000000000" + }, + { + "gotchiId": "9603", + "amount": "14.535", + "parsedAmount": "14535000000000000000" + }, + { + "gotchiId": "9604", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "9607", + "amount": "12.4025", + "parsedAmount": "12402500000000000000" + }, + { + "gotchiId": "9608", + "amount": "23.585", + "parsedAmount": "23585000000000000000" + }, + { + "gotchiId": "9610", + "amount": "57.9125", + "parsedAmount": "57912500000000000000" + }, + { + "gotchiId": "9612", + "amount": "38.2275", + "parsedAmount": "38227500000000000000" + }, + { + "gotchiId": "9614", + "amount": "13.752500000000001", + "parsedAmount": "13752500000000001000" + }, + { + "gotchiId": "9616", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "9620", + "amount": "16.365", + "parsedAmount": "16365000000000000000" + }, + { + "gotchiId": "9622", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "9626", + "amount": "33.14", + "parsedAmount": "33140000000000000000" + }, + { + "gotchiId": "9628", + "amount": "8.295", + "parsedAmount": "8295000000000000000" + }, + { + "gotchiId": "9634", + "amount": "246.0275", + "parsedAmount": "246027500000000000000" + }, + { + "gotchiId": "9635", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "9636", + "amount": "142.1375", + "parsedAmount": "142137500000000000000" + }, + { + "gotchiId": "9638", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "9640", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "9643", + "amount": "16.075", + "parsedAmount": "16075000000000000000" + }, + { + "gotchiId": "9644", + "amount": "7.88", + "parsedAmount": "7880000000000000000" + }, + { + "gotchiId": "9647", + "amount": "14.1225", + "parsedAmount": "14122500000000000000" + }, + { + "gotchiId": "9649", + "amount": "11.3825", + "parsedAmount": "11382500000000000000" + }, + { + "gotchiId": "9650", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "9652", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "9654", + "amount": "62.5875", + "parsedAmount": "62587500000000000000" + }, + { + "gotchiId": "9655", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "9656", + "amount": "9.83", + "parsedAmount": "9830000000000000000" + }, + { + "gotchiId": "9658", + "amount": "3.1425", + "parsedAmount": "3142500000000000000" + }, + { + "gotchiId": "9661", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "9664", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "9665", + "amount": "54.015", + "parsedAmount": "54015000000000000000" + }, + { + "gotchiId": "9672", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "9673", + "amount": "103.66", + "parsedAmount": "103660000000000000000" + }, + { + "gotchiId": "9674", + "amount": "3.0675", + "parsedAmount": "3067500000000000000" + }, + { + "gotchiId": "9676", + "amount": "33.51", + "parsedAmount": "33510000000000000000" + }, + { + "gotchiId": "9677", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "9678", + "amount": "16.2775", + "parsedAmount": "16277500000000000000" + }, + { + "gotchiId": "9680", + "amount": "3.465", + "parsedAmount": "3465000000000000000" + }, + { + "gotchiId": "9681", + "amount": "47.0675", + "parsedAmount": "47067500000000000000" + }, + { + "gotchiId": "9685", + "amount": "62.4475", + "parsedAmount": "62447500000000000000" + }, + { + "gotchiId": "9687", + "amount": "4.03", + "parsedAmount": "4030000000000000000" + }, + { + "gotchiId": "9688", + "amount": "51.605000000000004", + "parsedAmount": "51605000000000004000" + }, + { + "gotchiId": "9689", + "amount": "34.94", + "parsedAmount": "34940000000000000000" + }, + { + "gotchiId": "9690", + "amount": "10.725", + "parsedAmount": "10725000000000000000" + }, + { + "gotchiId": "9692", + "amount": "15.757499999999999", + "parsedAmount": "15757499999999999000" + }, + { + "gotchiId": "9693", + "amount": "5.625", + "parsedAmount": "5625000000000000000" + }, + { + "gotchiId": "9694", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "9698", + "amount": "7.095000000000001", + "parsedAmount": "7095000000000001000" + }, + { + "gotchiId": "9699", + "amount": "9.17", + "parsedAmount": "9170000000000000000" + }, + { + "gotchiId": "9700", + "amount": "13.175", + "parsedAmount": "13175000000000000000" + }, + { + "gotchiId": "9701", + "amount": "20.785", + "parsedAmount": "20785000000000000000" + }, + { + "gotchiId": "9702", + "amount": "17.565", + "parsedAmount": "17565000000000000000" + }, + { + "gotchiId": "9703", + "amount": "17.5925", + "parsedAmount": "17592500000000000000" + }, + { + "gotchiId": "9704", + "amount": "16.9275", + "parsedAmount": "16927500000000000000" + }, + { + "gotchiId": "9708", + "amount": "17.1675", + "parsedAmount": "17167500000000000000" + }, + { + "gotchiId": "9709", + "amount": "18.125", + "parsedAmount": "18125000000000000000" + }, + { + "gotchiId": "9713", + "amount": "23.6", + "parsedAmount": "23600000000000000000" + }, + { + "gotchiId": "9716", + "amount": "6.01", + "parsedAmount": "6010000000000000000" + }, + { + "gotchiId": "9719", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "9723", + "amount": "4.932499999999999", + "parsedAmount": "4932499999999999000" + }, + { + "gotchiId": "9730", + "amount": "7.85", + "parsedAmount": "7850000000000000000" + }, + { + "gotchiId": "9731", + "amount": "75.05", + "parsedAmount": "75050000000000000000" + } + ], + "totalAmount": "13493059999999999939500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768487, + "gasUsed": "9979502" + }, + { + "batchIndex": 9, + "transactionHash": "0x7d82e0a686120f90943c06274ab9b26db24796474f37ad52084c5231619f03b6", + "timestamp": "2025-11-05T07:05:27.449Z", + "gotchiRewards": [ + { + "gotchiId": "9732", + "amount": "9.305", + "parsedAmount": "9305000000000000000" + }, + { + "gotchiId": "9733", + "amount": "61.4875", + "parsedAmount": "61487500000000000000" + }, + { + "gotchiId": "9735", + "amount": "23.8475", + "parsedAmount": "23847500000000000000" + }, + { + "gotchiId": "9738", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "9745", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "9747", + "amount": "11.64", + "parsedAmount": "11640000000000000000" + }, + { + "gotchiId": "9748", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "9751", + "amount": "111.085", + "parsedAmount": "111085000000000000000" + }, + { + "gotchiId": "9752", + "amount": "35.18", + "parsedAmount": "35180000000000000000" + }, + { + "gotchiId": "9753", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "9754", + "amount": "26.17", + "parsedAmount": "26170000000000000000" + }, + { + "gotchiId": "9756", + "amount": "10.7975", + "parsedAmount": "10797500000000000000" + }, + { + "gotchiId": "9758", + "amount": "32.4175", + "parsedAmount": "32417500000000000000" + }, + { + "gotchiId": "9760", + "amount": "42.935", + "parsedAmount": "42935000000000000000" + }, + { + "gotchiId": "9762", + "amount": "28.865000000000002", + "parsedAmount": "28865000000000002000" + }, + { + "gotchiId": "9763", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "9767", + "amount": "54.6575", + "parsedAmount": "54657500000000000000" + }, + { + "gotchiId": "9768", + "amount": "12.045", + "parsedAmount": "12045000000000000000" + }, + { + "gotchiId": "9769", + "amount": "5.8375", + "parsedAmount": "5837500000000000000" + }, + { + "gotchiId": "9770", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "9771", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "9772", + "amount": "2.13", + "parsedAmount": "2130000000000000000" + }, + { + "gotchiId": "9774", + "amount": "21.8275", + "parsedAmount": "21827500000000000000" + }, + { + "gotchiId": "9775", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "9780", + "amount": "13.329999999999998", + "parsedAmount": "13329999999999998000" + }, + { + "gotchiId": "9781", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "9790", + "amount": "23.7325", + "parsedAmount": "23732500000000000000" + }, + { + "gotchiId": "9792", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "9793", + "amount": "25.042500000000004", + "parsedAmount": "25042500000000004000" + }, + { + "gotchiId": "9795", + "amount": "57.88499999999999", + "parsedAmount": "57884999999999990000" + }, + { + "gotchiId": "9799", + "amount": "14.3725", + "parsedAmount": "14372500000000000000" + }, + { + "gotchiId": "9802", + "amount": "32.065", + "parsedAmount": "32065000000000000000" + }, + { + "gotchiId": "9803", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "9808", + "amount": "61.53750000000001", + "parsedAmount": "61537500000000010000" + }, + { + "gotchiId": "9810", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "9811", + "amount": "10.8025", + "parsedAmount": "10802500000000000000" + }, + { + "gotchiId": "9812", + "amount": "6.6325", + "parsedAmount": "6632500000000000000" + }, + { + "gotchiId": "9813", + "amount": "16.085", + "parsedAmount": "16085000000000000000" + }, + { + "gotchiId": "9814", + "amount": "21.525", + "parsedAmount": "21525000000000000000" + }, + { + "gotchiId": "9815", + "amount": "42.432500000000005", + "parsedAmount": "42432500000000005000" + }, + { + "gotchiId": "9816", + "amount": "35.8825", + "parsedAmount": "35882500000000000000" + }, + { + "gotchiId": "9817", + "amount": "31.635", + "parsedAmount": "31635000000000000000" + }, + { + "gotchiId": "9818", + "amount": "44.05", + "parsedAmount": "44050000000000000000" + }, + { + "gotchiId": "9819", + "amount": "52.675000000000004", + "parsedAmount": "52675000000000004000" + }, + { + "gotchiId": "9821", + "amount": "14.2875", + "parsedAmount": "14287500000000000000" + }, + { + "gotchiId": "9822", + "amount": "28.44", + "parsedAmount": "28440000000000000000" + }, + { + "gotchiId": "9823", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "9824", + "amount": "7.5975", + "parsedAmount": "7597500000000000000" + }, + { + "gotchiId": "9826", + "amount": "17.495", + "parsedAmount": "17495000000000000000" + }, + { + "gotchiId": "9828", + "amount": "6.8575", + "parsedAmount": "6857500000000000000" + }, + { + "gotchiId": "9829", + "amount": "11.865", + "parsedAmount": "11865000000000000000" + }, + { + "gotchiId": "9831", + "amount": "11.915", + "parsedAmount": "11915000000000000000" + }, + { + "gotchiId": "9832", + "amount": "51.31249999999999", + "parsedAmount": "51312499999999990000" + }, + { + "gotchiId": "9836", + "amount": "20.904999999999998", + "parsedAmount": "20904999999999998000" + }, + { + "gotchiId": "9837", + "amount": "14.0425", + "parsedAmount": "14042500000000000000" + }, + { + "gotchiId": "9838", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "9841", + "amount": "7.180000000000001", + "parsedAmount": "7180000000000001000" + }, + { + "gotchiId": "9842", + "amount": "4.8475", + "parsedAmount": "4847500000000000000" + }, + { + "gotchiId": "9845", + "amount": "7.81", + "parsedAmount": "7810000000000000000" + }, + { + "gotchiId": "9846", + "amount": "10.684999999999999", + "parsedAmount": "10684999999999999000" + }, + { + "gotchiId": "9848", + "amount": "76.02", + "parsedAmount": "76020000000000000000" + }, + { + "gotchiId": "9849", + "amount": "50.824999999999996", + "parsedAmount": "50824999999999996000" + }, + { + "gotchiId": "9850", + "amount": "46.082499999999996", + "parsedAmount": "46082499999999996000" + }, + { + "gotchiId": "9851", + "amount": "55.7525", + "parsedAmount": "55752500000000000000" + }, + { + "gotchiId": "9852", + "amount": "10.98", + "parsedAmount": "10980000000000000000" + }, + { + "gotchiId": "9853", + "amount": "22.6475", + "parsedAmount": "22647500000000000000" + }, + { + "gotchiId": "9856", + "amount": "9.745000000000001", + "parsedAmount": "9745000000000001000" + }, + { + "gotchiId": "9857", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "9860", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "9862", + "amount": "17.1875", + "parsedAmount": "17187500000000000000" + }, + { + "gotchiId": "9865", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "9866", + "amount": "16.8675", + "parsedAmount": "16867500000000000000" + }, + { + "gotchiId": "9867", + "amount": "21.674999999999997", + "parsedAmount": "21674999999999997000" + }, + { + "gotchiId": "9871", + "amount": "6.5225", + "parsedAmount": "6522500000000000000" + }, + { + "gotchiId": "9872", + "amount": "13.8275", + "parsedAmount": "13827500000000000000" + }, + { + "gotchiId": "9873", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "9875", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "9876", + "amount": "5.875", + "parsedAmount": "5875000000000000000" + }, + { + "gotchiId": "9877", + "amount": "32.2375", + "parsedAmount": "32237500000000000000" + }, + { + "gotchiId": "9878", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "9879", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "9880", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "9881", + "amount": "14.6775", + "parsedAmount": "14677500000000000000" + }, + { + "gotchiId": "9884", + "amount": "29.757499999999997", + "parsedAmount": "29757499999999997000" + }, + { + "gotchiId": "9885", + "amount": "6.025", + "parsedAmount": "6025000000000000000" + }, + { + "gotchiId": "9886", + "amount": "10.6875", + "parsedAmount": "10687500000000000000" + }, + { + "gotchiId": "9889", + "amount": "19.68", + "parsedAmount": "19680000000000000000" + }, + { + "gotchiId": "9891", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "9892", + "amount": "7.9575", + "parsedAmount": "7957500000000000000" + }, + { + "gotchiId": "9893", + "amount": "3.9125", + "parsedAmount": "3912500000000000000" + }, + { + "gotchiId": "9896", + "amount": "12.4725", + "parsedAmount": "12472500000000000000" + }, + { + "gotchiId": "9899", + "amount": "14.102500000000001", + "parsedAmount": "14102500000000001000" + }, + { + "gotchiId": "9900", + "amount": "21.744999999999997", + "parsedAmount": "21744999999999997000" + }, + { + "gotchiId": "9929", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "9930", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "9932", + "amount": "13.365", + "parsedAmount": "13365000000000000000" + }, + { + "gotchiId": "9934", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "9935", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "9936", + "amount": "22.4725", + "parsedAmount": "22472500000000000000" + }, + { + "gotchiId": "9937", + "amount": "23.630000000000003", + "parsedAmount": "23630000000000003000" + }, + { + "gotchiId": "9939", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "9940", + "amount": "7.89", + "parsedAmount": "7890000000000000000" + }, + { + "gotchiId": "9941", + "amount": "9.344999999999999", + "parsedAmount": "9344999999999999000" + }, + { + "gotchiId": "9942", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "9946", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "9948", + "amount": "13.4875", + "parsedAmount": "13487500000000000000" + }, + { + "gotchiId": "9949", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "9950", + "amount": "15.155", + "parsedAmount": "15155000000000000000" + }, + { + "gotchiId": "9957", + "amount": "47.38249999999999", + "parsedAmount": "47382499999999990000" + }, + { + "gotchiId": "9958", + "amount": "59.92", + "parsedAmount": "59920000000000000000" + }, + { + "gotchiId": "9962", + "amount": "8.05", + "parsedAmount": "8050000000000000000" + }, + { + "gotchiId": "9963", + "amount": "4.6225000000000005", + "parsedAmount": "4622500000000000500" + }, + { + "gotchiId": "9966", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "9967", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "9968", + "amount": "3.7075", + "parsedAmount": "3707500000000000000" + }, + { + "gotchiId": "9970", + "amount": "4.59", + "parsedAmount": "4590000000000000000" + }, + { + "gotchiId": "9975", + "amount": "7.547499999999999", + "parsedAmount": "7547499999999999000" + }, + { + "gotchiId": "9977", + "amount": "4.635", + "parsedAmount": "4635000000000000000" + }, + { + "gotchiId": "9978", + "amount": "10.77", + "parsedAmount": "10770000000000000000" + }, + { + "gotchiId": "9979", + "amount": "17.82", + "parsedAmount": "17820000000000000000" + }, + { + "gotchiId": "9980", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "9982", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "9983", + "amount": "38.605", + "parsedAmount": "38605000000000000000" + }, + { + "gotchiId": "9985", + "amount": "10.075", + "parsedAmount": "10075000000000000000" + }, + { + "gotchiId": "9987", + "amount": "8.72", + "parsedAmount": "8720000000000000000" + }, + { + "gotchiId": "9988", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "9990", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "9996", + "amount": "70.6925", + "parsedAmount": "70692500000000000000" + }, + { + "gotchiId": "9997", + "amount": "53.3725", + "parsedAmount": "53372500000000000000" + }, + { + "gotchiId": "10019", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "10020", + "amount": "5.4350000000000005", + "parsedAmount": "5435000000000000500" + }, + { + "gotchiId": "10021", + "amount": "8.442499999999999", + "parsedAmount": "8442499999999999000" + }, + { + "gotchiId": "10023", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "10024", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "10025", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "10027", + "amount": "9.4275", + "parsedAmount": "9427500000000000000" + }, + { + "gotchiId": "10028", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "10036", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "10038", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "10039", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "10043", + "amount": "23.45", + "parsedAmount": "23450000000000000000" + }, + { + "gotchiId": "10044", + "amount": "7.445", + "parsedAmount": "7445000000000000000" + }, + { + "gotchiId": "10046", + "amount": "43.3775", + "parsedAmount": "43377500000000000000" + }, + { + "gotchiId": "10051", + "amount": "13.7925", + "parsedAmount": "13792500000000000000" + }, + { + "gotchiId": "10054", + "amount": "3.17", + "parsedAmount": "3170000000000000000" + }, + { + "gotchiId": "10058", + "amount": "7.015", + "parsedAmount": "7015000000000000000" + }, + { + "gotchiId": "10060", + "amount": "15.1875", + "parsedAmount": "15187500000000000000" + }, + { + "gotchiId": "10062", + "amount": "16.745", + "parsedAmount": "16745000000000000000" + }, + { + "gotchiId": "10063", + "amount": "16.05", + "parsedAmount": "16050000000000000000" + }, + { + "gotchiId": "10064", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "10065", + "amount": "2.7825", + "parsedAmount": "2782500000000000000" + }, + { + "gotchiId": "10068", + "amount": "6.095000000000001", + "parsedAmount": "6095000000000001000" + }, + { + "gotchiId": "10075", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "10077", + "amount": "10.535", + "parsedAmount": "10535000000000000000" + }, + { + "gotchiId": "10079", + "amount": "19.8675", + "parsedAmount": "19867500000000000000" + }, + { + "gotchiId": "10080", + "amount": "5.5725", + "parsedAmount": "5572500000000000000" + }, + { + "gotchiId": "10083", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "10087", + "amount": "5.5525", + "parsedAmount": "5552500000000000000" + }, + { + "gotchiId": "10090", + "amount": "26.892500000000002", + "parsedAmount": "26892500000000002000" + }, + { + "gotchiId": "10092", + "amount": "3.0925", + "parsedAmount": "3092500000000000000" + }, + { + "gotchiId": "10093", + "amount": "7.532500000000001", + "parsedAmount": "7532500000000001000" + }, + { + "gotchiId": "10095", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "10097", + "amount": "24.515000000000004", + "parsedAmount": "24515000000000004000" + }, + { + "gotchiId": "10106", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "10116", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "10119", + "amount": "9.74", + "parsedAmount": "9740000000000000000" + }, + { + "gotchiId": "10122", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "10123", + "amount": "11.3525", + "parsedAmount": "11352500000000000000" + }, + { + "gotchiId": "10124", + "amount": "6.7325", + "parsedAmount": "6732500000000000000" + }, + { + "gotchiId": "10126", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "10127", + "amount": "5.9025", + "parsedAmount": "5902500000000000000" + }, + { + "gotchiId": "10128", + "amount": "10.737499999999999", + "parsedAmount": "10737499999999999000" + }, + { + "gotchiId": "10130", + "amount": "18.049999999999997", + "parsedAmount": "18049999999999997000" + }, + { + "gotchiId": "10131", + "amount": "12.04", + "parsedAmount": "12040000000000000000" + }, + { + "gotchiId": "10135", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "10138", + "amount": "45.155", + "parsedAmount": "45155000000000000000" + }, + { + "gotchiId": "10139", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "10140", + "amount": "6.574999999999999", + "parsedAmount": "6574999999999999000" + }, + { + "gotchiId": "10146", + "amount": "21.005", + "parsedAmount": "21005000000000000000" + }, + { + "gotchiId": "10150", + "amount": "5.83", + "parsedAmount": "5830000000000000000" + }, + { + "gotchiId": "10152", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "10154", + "amount": "11.442499999999999", + "parsedAmount": "11442499999999999000" + }, + { + "gotchiId": "10155", + "amount": "17.7975", + "parsedAmount": "17797500000000000000" + }, + { + "gotchiId": "10156", + "amount": "10.4175", + "parsedAmount": "10417500000000000000" + }, + { + "gotchiId": "10157", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "10159", + "amount": "14.7375", + "parsedAmount": "14737500000000000000" + }, + { + "gotchiId": "10163", + "amount": "6.435", + "parsedAmount": "6435000000000000000" + }, + { + "gotchiId": "10167", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "10173", + "amount": "12.434999999999999", + "parsedAmount": "12434999999999999000" + }, + { + "gotchiId": "10175", + "amount": "12.535", + "parsedAmount": "12535000000000000000" + }, + { + "gotchiId": "10177", + "amount": "13.26", + "parsedAmount": "13260000000000000000" + }, + { + "gotchiId": "10178", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "10179", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "10180", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "10183", + "amount": "15.2675", + "parsedAmount": "15267500000000000000" + }, + { + "gotchiId": "10184", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "10185", + "amount": "3.375", + "parsedAmount": "3375000000000000000" + }, + { + "gotchiId": "10189", + "amount": "14.1", + "parsedAmount": "14100000000000000000" + }, + { + "gotchiId": "10190", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "10191", + "amount": "4.895", + "parsedAmount": "4895000000000000000" + }, + { + "gotchiId": "10199", + "amount": "17.505", + "parsedAmount": "17505000000000000000" + }, + { + "gotchiId": "10205", + "amount": "4.7875", + "parsedAmount": "4787500000000000000" + }, + { + "gotchiId": "10206", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "10208", + "amount": "63.3825", + "parsedAmount": "63382500000000000000" + }, + { + "gotchiId": "10211", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "10216", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "10217", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "10219", + "amount": "3.6", + "parsedAmount": "3600000000000000000" + }, + { + "gotchiId": "10221", + "amount": "15.990000000000002", + "parsedAmount": "15990000000000002000" + }, + { + "gotchiId": "10222", + "amount": "13.909999999999998", + "parsedAmount": "13909999999999998000" + }, + { + "gotchiId": "10223", + "amount": "16.0225", + "parsedAmount": "16022500000000000000" + }, + { + "gotchiId": "10227", + "amount": "14.34", + "parsedAmount": "14340000000000000000" + }, + { + "gotchiId": "10229", + "amount": "11.37", + "parsedAmount": "11370000000000000000" + }, + { + "gotchiId": "10230", + "amount": "7.234999999999999", + "parsedAmount": "7234999999999999000" + }, + { + "gotchiId": "10233", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10237", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "10240", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "10241", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "10242", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "10243", + "amount": "17.4", + "parsedAmount": "17400000000000000000" + }, + { + "gotchiId": "10244", + "amount": "13.9275", + "parsedAmount": "13927500000000000000" + }, + { + "gotchiId": "10248", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "10249", + "amount": "8.58", + "parsedAmount": "8580000000000000000" + }, + { + "gotchiId": "10252", + "amount": "106.8575", + "parsedAmount": "106857500000000000000" + }, + { + "gotchiId": "10253", + "amount": "7.67", + "parsedAmount": "7670000000000000000" + }, + { + "gotchiId": "10254", + "amount": "2.2175", + "parsedAmount": "2217500000000000000" + }, + { + "gotchiId": "10259", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "10260", + "amount": "5.5725", + "parsedAmount": "5572500000000000000" + }, + { + "gotchiId": "10265", + "amount": "67.9075", + "parsedAmount": "67907500000000000000" + }, + { + "gotchiId": "10267", + "amount": "18.105", + "parsedAmount": "18105000000000000000" + }, + { + "gotchiId": "10268", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "10273", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "10274", + "amount": "18.7075", + "parsedAmount": "18707500000000000000" + }, + { + "gotchiId": "10278", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "10281", + "amount": "15.86", + "parsedAmount": "15860000000000000000" + }, + { + "gotchiId": "10282", + "amount": "46.427499999999995", + "parsedAmount": "46427499999999995000" + }, + { + "gotchiId": "10283", + "amount": "8.1575", + "parsedAmount": "8157500000000000000" + }, + { + "gotchiId": "10284", + "amount": "2.2575", + "parsedAmount": "2257500000000000000" + }, + { + "gotchiId": "10287", + "amount": "8.6325", + "parsedAmount": "8632500000000000000" + }, + { + "gotchiId": "10288", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "10292", + "amount": "768.1949999999999", + "parsedAmount": "768194999999999900000" + }, + { + "gotchiId": "10293", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "10294", + "amount": "5.51", + "parsedAmount": "5510000000000000000" + }, + { + "gotchiId": "10296", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "10297", + "amount": "21.384999999999998", + "parsedAmount": "21384999999999998000" + }, + { + "gotchiId": "10299", + "amount": "17.145", + "parsedAmount": "17145000000000000000" + }, + { + "gotchiId": "10304", + "amount": "33.99", + "parsedAmount": "33990000000000000000" + }, + { + "gotchiId": "10306", + "amount": "17.8475", + "parsedAmount": "17847500000000000000" + }, + { + "gotchiId": "10308", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "10309", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "10311", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "10312", + "amount": "3.195", + "parsedAmount": "3195000000000000000" + }, + { + "gotchiId": "10314", + "amount": "3.15", + "parsedAmount": "3150000000000000000" + }, + { + "gotchiId": "10315", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "10316", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "10317", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "10318", + "amount": "10.3325", + "parsedAmount": "10332500000000000000" + }, + { + "gotchiId": "10321", + "amount": "80.8", + "parsedAmount": "80800000000000000000" + }, + { + "gotchiId": "10324", + "amount": "25.877499999999998", + "parsedAmount": "25877499999999998000" + }, + { + "gotchiId": "10325", + "amount": "22.3925", + "parsedAmount": "22392500000000000000" + }, + { + "gotchiId": "10326", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "10328", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "10329", + "amount": "32.28", + "parsedAmount": "32280000000000000000" + }, + { + "gotchiId": "10333", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "10335", + "amount": "14.5475", + "parsedAmount": "14547500000000000000" + }, + { + "gotchiId": "10338", + "amount": "33.7725", + "parsedAmount": "33772500000000000000" + }, + { + "gotchiId": "10345", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "10346", + "amount": "5.63", + "parsedAmount": "5630000000000000000" + }, + { + "gotchiId": "10347", + "amount": "41.64", + "parsedAmount": "41640000000000000000" + }, + { + "gotchiId": "10348", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "10349", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "10351", + "amount": "6.555", + "parsedAmount": "6555000000000000000" + }, + { + "gotchiId": "10354", + "amount": "11.115", + "parsedAmount": "11115000000000000000" + }, + { + "gotchiId": "10355", + "amount": "17.9975", + "parsedAmount": "17997500000000000000" + }, + { + "gotchiId": "10356", + "amount": "32.394999999999996", + "parsedAmount": "32394999999999996000" + }, + { + "gotchiId": "10360", + "amount": "7.2575", + "parsedAmount": "7257500000000000000" + }, + { + "gotchiId": "10361", + "amount": "9.615", + "parsedAmount": "9615000000000000000" + }, + { + "gotchiId": "10364", + "amount": "9.06", + "parsedAmount": "9060000000000000000" + }, + { + "gotchiId": "10367", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "10368", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "10369", + "amount": "20.075000000000003", + "parsedAmount": "20075000000000003000" + }, + { + "gotchiId": "10370", + "amount": "11.2625", + "parsedAmount": "11262500000000000000" + }, + { + "gotchiId": "10372", + "amount": "15.799999999999999", + "parsedAmount": "15799999999999999000" + }, + { + "gotchiId": "10373", + "amount": "13.265", + "parsedAmount": "13265000000000000000" + }, + { + "gotchiId": "10375", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "10376", + "amount": "11.607500000000002", + "parsedAmount": "11607500000000002000" + }, + { + "gotchiId": "10377", + "amount": "6.045", + "parsedAmount": "6045000000000000000" + }, + { + "gotchiId": "10379", + "amount": "8.8225", + "parsedAmount": "8822500000000000000" + }, + { + "gotchiId": "10380", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "10383", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "10384", + "amount": "4.0825", + "parsedAmount": "4082500000000000000" + }, + { + "gotchiId": "10385", + "amount": "7.1", + "parsedAmount": "7100000000000000000" + }, + { + "gotchiId": "10386", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "10387", + "amount": "20.45", + "parsedAmount": "20450000000000000000" + }, + { + "gotchiId": "10388", + "amount": "15.82", + "parsedAmount": "15820000000000000000" + }, + { + "gotchiId": "10390", + "amount": "16.7275", + "parsedAmount": "16727500000000000000" + }, + { + "gotchiId": "10392", + "amount": "7.8950000000000005", + "parsedAmount": "7895000000000000500" + }, + { + "gotchiId": "10393", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "10394", + "amount": "97.5325", + "parsedAmount": "97532500000000000000" + }, + { + "gotchiId": "10396", + "amount": "6.3675", + "parsedAmount": "6367500000000000000" + }, + { + "gotchiId": "10398", + "amount": "19.255", + "parsedAmount": "19255000000000000000" + }, + { + "gotchiId": "10400", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "10402", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "10405", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "10406", + "amount": "18.02", + "parsedAmount": "18020000000000000000" + }, + { + "gotchiId": "10408", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "10410", + "amount": "10.0325", + "parsedAmount": "10032500000000000000" + }, + { + "gotchiId": "10413", + "amount": "5.5649999999999995", + "parsedAmount": "5564999999999999500" + }, + { + "gotchiId": "10415", + "amount": "9.1325", + "parsedAmount": "9132500000000000000" + }, + { + "gotchiId": "10417", + "amount": "9.1625", + "parsedAmount": "9162500000000000000" + }, + { + "gotchiId": "10421", + "amount": "12.8475", + "parsedAmount": "12847500000000000000" + }, + { + "gotchiId": "10425", + "amount": "12.62", + "parsedAmount": "12620000000000000000" + }, + { + "gotchiId": "10427", + "amount": "10.6175", + "parsedAmount": "10617500000000000000" + }, + { + "gotchiId": "10428", + "amount": "9.9675", + "parsedAmount": "9967500000000000000" + }, + { + "gotchiId": "10430", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "10433", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "10434", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "10437", + "amount": "45.405", + "parsedAmount": "45405000000000000000" + }, + { + "gotchiId": "10438", + "amount": "9.0675", + "parsedAmount": "9067500000000000000" + }, + { + "gotchiId": "10442", + "amount": "7.3", + "parsedAmount": "7300000000000000000" + }, + { + "gotchiId": "10443", + "amount": "14.350000000000001", + "parsedAmount": "14350000000000001000" + }, + { + "gotchiId": "10451", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "10453", + "amount": "3.0925", + "parsedAmount": "3092500000000000000" + }, + { + "gotchiId": "10456", + "amount": "8.8375", + "parsedAmount": "8837500000000000000" + }, + { + "gotchiId": "10459", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "10460", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "10463", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "10464", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "10468", + "amount": "8.8325", + "parsedAmount": "8832500000000000000" + }, + { + "gotchiId": "10470", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "10471", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "10472", + "amount": "10.345", + "parsedAmount": "10345000000000000000" + }, + { + "gotchiId": "10475", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "10477", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "10478", + "amount": "4.0325", + "parsedAmount": "4032500000000000000" + }, + { + "gotchiId": "10487", + "amount": "49.1975", + "parsedAmount": "49197500000000000000" + }, + { + "gotchiId": "10489", + "amount": "13.272499999999999", + "parsedAmount": "13272499999999999000" + }, + { + "gotchiId": "10492", + "amount": "21.08", + "parsedAmount": "21080000000000000000" + }, + { + "gotchiId": "10493", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "10494", + "amount": "9.7875", + "parsedAmount": "9787500000000000000" + }, + { + "gotchiId": "10496", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "10498", + "amount": "21.765", + "parsedAmount": "21765000000000000000" + }, + { + "gotchiId": "10499", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "10501", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "10502", + "amount": "14.265", + "parsedAmount": "14265000000000000000" + }, + { + "gotchiId": "10503", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "10507", + "amount": "33.245", + "parsedAmount": "33245000000000000000" + }, + { + "gotchiId": "10512", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "10513", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "10517", + "amount": "13.555", + "parsedAmount": "13555000000000000000" + }, + { + "gotchiId": "10518", + "amount": "9.184999999999999", + "parsedAmount": "9184999999999999000" + }, + { + "gotchiId": "10519", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "10520", + "amount": "22.045", + "parsedAmount": "22045000000000000000" + }, + { + "gotchiId": "10521", + "amount": "1.8325", + "parsedAmount": "1832500000000000000" + }, + { + "gotchiId": "10523", + "amount": "2.3325", + "parsedAmount": "2332500000000000000" + }, + { + "gotchiId": "10525", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "10530", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "10534", + "amount": "7.4350000000000005", + "parsedAmount": "7435000000000000500" + }, + { + "gotchiId": "10536", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "10537", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "10539", + "amount": "11.26", + "parsedAmount": "11260000000000000000" + }, + { + "gotchiId": "10540", + "amount": "7.6025", + "parsedAmount": "7602500000000000000" + }, + { + "gotchiId": "10541", + "amount": "9.585", + "parsedAmount": "9585000000000000000" + }, + { + "gotchiId": "10542", + "amount": "14.4375", + "parsedAmount": "14437500000000000000" + }, + { + "gotchiId": "10543", + "amount": "3.055", + "parsedAmount": "3055000000000000000" + }, + { + "gotchiId": "10548", + "amount": "5.6825", + "parsedAmount": "5682500000000000000" + }, + { + "gotchiId": "10549", + "amount": "14.4875", + "parsedAmount": "14487500000000000000" + }, + { + "gotchiId": "10551", + "amount": "13.175", + "parsedAmount": "13175000000000000000" + }, + { + "gotchiId": "10552", + "amount": "7.7075", + "parsedAmount": "7707500000000000000" + }, + { + "gotchiId": "10556", + "amount": "17.729999999999997", + "parsedAmount": "17729999999999997000" + }, + { + "gotchiId": "10557", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "10560", + "amount": "6.305", + "parsedAmount": "6305000000000000000" + }, + { + "gotchiId": "10561", + "amount": "16.3575", + "parsedAmount": "16357500000000000000" + }, + { + "gotchiId": "10564", + "amount": "7.295", + "parsedAmount": "7295000000000000000" + }, + { + "gotchiId": "10565", + "amount": "49.9375", + "parsedAmount": "49937500000000000000" + }, + { + "gotchiId": "10566", + "amount": "26.1025", + "parsedAmount": "26102500000000000000" + }, + { + "gotchiId": "10567", + "amount": "15.407499999999999", + "parsedAmount": "15407499999999999000" + }, + { + "gotchiId": "10569", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "10571", + "amount": "25.732499999999998", + "parsedAmount": "25732499999999998000" + }, + { + "gotchiId": "10574", + "amount": "2.965", + "parsedAmount": "2965000000000000000" + }, + { + "gotchiId": "10576", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "10577", + "amount": "15.005", + "parsedAmount": "15005000000000000000" + }, + { + "gotchiId": "10580", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "10582", + "amount": "28.76", + "parsedAmount": "28760000000000000000" + }, + { + "gotchiId": "10584", + "amount": "6.035", + "parsedAmount": "6035000000000000000" + }, + { + "gotchiId": "10589", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "10593", + "amount": "4.795", + "parsedAmount": "4795000000000000000" + }, + { + "gotchiId": "10594", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "10595", + "amount": "14.282499999999999", + "parsedAmount": "14282499999999999000" + }, + { + "gotchiId": "10596", + "amount": "6.3975", + "parsedAmount": "6397500000000000000" + }, + { + "gotchiId": "10602", + "amount": "9.12", + "parsedAmount": "9120000000000000000" + }, + { + "gotchiId": "10611", + "amount": "12.2825", + "parsedAmount": "12282500000000000000" + }, + { + "gotchiId": "10614", + "amount": "7.9475", + "parsedAmount": "7947500000000000000" + }, + { + "gotchiId": "10615", + "amount": "96.8525", + "parsedAmount": "96852500000000000000" + }, + { + "gotchiId": "10616", + "amount": "65.16", + "parsedAmount": "65160000000000000000" + }, + { + "gotchiId": "10618", + "amount": "23.325", + "parsedAmount": "23325000000000000000" + }, + { + "gotchiId": "10619", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "10620", + "amount": "9.525", + "parsedAmount": "9525000000000000000" + }, + { + "gotchiId": "10624", + "amount": "23.24", + "parsedAmount": "23240000000000000000" + }, + { + "gotchiId": "10625", + "amount": "27.9225", + "parsedAmount": "27922500000000000000" + }, + { + "gotchiId": "10626", + "amount": "8.627500000000001", + "parsedAmount": "8627500000000001000" + }, + { + "gotchiId": "10627", + "amount": "40.34", + "parsedAmount": "40340000000000000000" + }, + { + "gotchiId": "10630", + "amount": "14.7", + "parsedAmount": "14700000000000000000" + }, + { + "gotchiId": "10631", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "10632", + "amount": "10.1525", + "parsedAmount": "10152500000000000000" + }, + { + "gotchiId": "10633", + "amount": "24.0425", + "parsedAmount": "24042500000000000000" + }, + { + "gotchiId": "10634", + "amount": "8.9125", + "parsedAmount": "8912500000000000000" + }, + { + "gotchiId": "10637", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "10638", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "10644", + "amount": "1744.43", + "parsedAmount": "1744430000000000000000" + }, + { + "gotchiId": "10646", + "amount": "51.1325", + "parsedAmount": "51132500000000000000" + }, + { + "gotchiId": "10647", + "amount": "57.254999999999995", + "parsedAmount": "57254999999999995000" + }, + { + "gotchiId": "10649", + "amount": "12.5875", + "parsedAmount": "12587500000000000000" + }, + { + "gotchiId": "10650", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "10652", + "amount": "8.350000000000001", + "parsedAmount": "8350000000000001000" + }, + { + "gotchiId": "10653", + "amount": "10", + "parsedAmount": "10000000000000000000" + }, + { + "gotchiId": "10654", + "amount": "2.04", + "parsedAmount": "2040000000000000000" + }, + { + "gotchiId": "10656", + "amount": "14.537500000000001", + "parsedAmount": "14537500000000001000" + }, + { + "gotchiId": "10660", + "amount": "14.182500000000001", + "parsedAmount": "14182500000000001000" + }, + { + "gotchiId": "10662", + "amount": "11.2175", + "parsedAmount": "11217500000000000000" + }, + { + "gotchiId": "10664", + "amount": "11.325000000000001", + "parsedAmount": "11325000000000001000" + }, + { + "gotchiId": "10665", + "amount": "5.8025", + "parsedAmount": "5802500000000000000" + }, + { + "gotchiId": "10667", + "amount": "3.66", + "parsedAmount": "3660000000000000000" + }, + { + "gotchiId": "10668", + "amount": "10.434999999999999", + "parsedAmount": "10434999999999999000" + }, + { + "gotchiId": "10669", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "10675", + "amount": "8.99", + "parsedAmount": "8990000000000000000" + }, + { + "gotchiId": "10677", + "amount": "6.41", + "parsedAmount": "6410000000000000000" + }, + { + "gotchiId": "10682", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "10685", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "10687", + "amount": "5.7325", + "parsedAmount": "5732500000000000000" + }, + { + "gotchiId": "10689", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "10690", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "10692", + "amount": "13.39", + "parsedAmount": "13390000000000000000" + }, + { + "gotchiId": "10698", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "10704", + "amount": "18.630000000000003", + "parsedAmount": "18630000000000003000" + }, + { + "gotchiId": "10705", + "amount": "2.735", + "parsedAmount": "2735000000000000000" + }, + { + "gotchiId": "10708", + "amount": "13.032499999999999", + "parsedAmount": "13032499999999999000" + }, + { + "gotchiId": "10715", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "10717", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "10718", + "amount": "7.172499999999999", + "parsedAmount": "7172499999999999000" + }, + { + "gotchiId": "10722", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "10727", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "10730", + "amount": "5.88", + "parsedAmount": "5880000000000000000" + }, + { + "gotchiId": "10733", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "10734", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "10735", + "amount": "15.295", + "parsedAmount": "15295000000000000000" + }, + { + "gotchiId": "10736", + "amount": "11.735", + "parsedAmount": "11735000000000000000" + }, + { + "gotchiId": "10738", + "amount": "13.3675", + "parsedAmount": "13367500000000000000" + }, + { + "gotchiId": "10739", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "10745", + "amount": "36.8125", + "parsedAmount": "36812500000000000000" + }, + { + "gotchiId": "10746", + "amount": "15.5675", + "parsedAmount": "15567500000000000000" + }, + { + "gotchiId": "10750", + "amount": "8.34", + "parsedAmount": "8340000000000000000" + }, + { + "gotchiId": "10751", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "10752", + "amount": "12.8725", + "parsedAmount": "12872500000000000000" + }, + { + "gotchiId": "10753", + "amount": "6.4325", + "parsedAmount": "6432500000000000000" + }, + { + "gotchiId": "10759", + "amount": "5.435", + "parsedAmount": "5435000000000000000" + }, + { + "gotchiId": "10760", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "10763", + "amount": "6.18", + "parsedAmount": "6180000000000000000" + }, + { + "gotchiId": "10764", + "amount": "9.27", + "parsedAmount": "9270000000000000000" + }, + { + "gotchiId": "10766", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "10768", + "amount": "50.6575", + "parsedAmount": "50657500000000000000" + }, + { + "gotchiId": "10771", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "10773", + "amount": "3.98", + "parsedAmount": "3980000000000000000" + }, + { + "gotchiId": "10774", + "amount": "3.6425", + "parsedAmount": "3642500000000000000" + }, + { + "gotchiId": "10775", + "amount": "30.2625", + "parsedAmount": "30262500000000000000" + }, + { + "gotchiId": "10778", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "10780", + "amount": "24.325000000000003", + "parsedAmount": "24325000000000003000" + }, + { + "gotchiId": "10781", + "amount": "25.415", + "parsedAmount": "25415000000000000000" + }, + { + "gotchiId": "10783", + "amount": "4.3225", + "parsedAmount": "4322500000000000000" + }, + { + "gotchiId": "10785", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "10786", + "amount": "3.3075", + "parsedAmount": "3307500000000000000" + }, + { + "gotchiId": "10787", + "amount": "7.512499999999999", + "parsedAmount": "7512499999999999000" + }, + { + "gotchiId": "10793", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "10794", + "amount": "25.93", + "parsedAmount": "25930000000000000000" + }, + { + "gotchiId": "10798", + "amount": "4.782500000000001", + "parsedAmount": "4782500000000001000" + }, + { + "gotchiId": "10800", + "amount": "15.18", + "parsedAmount": "15180000000000000000" + }, + { + "gotchiId": "10802", + "amount": "2.0075", + "parsedAmount": "2007500000000000000" + }, + { + "gotchiId": "10803", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "10808", + "amount": "20.7725", + "parsedAmount": "20772500000000000000" + }, + { + "gotchiId": "10810", + "amount": "16.0425", + "parsedAmount": "16042500000000000000" + }, + { + "gotchiId": "10812", + "amount": "8.865", + "parsedAmount": "8865000000000000000" + }, + { + "gotchiId": "10814", + "amount": "19.177500000000002", + "parsedAmount": "19177500000000002000" + }, + { + "gotchiId": "10818", + "amount": "47.39", + "parsedAmount": "47390000000000000000" + }, + { + "gotchiId": "10819", + "amount": "13.475", + "parsedAmount": "13475000000000000000" + }, + { + "gotchiId": "10820", + "amount": "3.265", + "parsedAmount": "3265000000000000000" + }, + { + "gotchiId": "10821", + "amount": "6.81", + "parsedAmount": "6810000000000000000" + }, + { + "gotchiId": "10827", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "10829", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "10830", + "amount": "19.83", + "parsedAmount": "19830000000000000000" + }, + { + "gotchiId": "10831", + "amount": "21.034999999999997", + "parsedAmount": "21034999999999997000" + }, + { + "gotchiId": "10833", + "amount": "10.98", + "parsedAmount": "10980000000000000000" + }, + { + "gotchiId": "10834", + "amount": "8.815", + "parsedAmount": "8815000000000000000" + }, + { + "gotchiId": "10837", + "amount": "18.9925", + "parsedAmount": "18992500000000000000" + }, + { + "gotchiId": "10841", + "amount": "6.195", + "parsedAmount": "6195000000000000000" + }, + { + "gotchiId": "10842", + "amount": "13.407499999999999", + "parsedAmount": "13407499999999999000" + } + ], + "totalAmount": "9375942499999999861500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768491, + "gasUsed": "9991771" + }, + { + "batchIndex": 10, + "transactionHash": "0x3b6a0dbe0c592366d6b5d1360d1118cfe0834007c3ae784560c3d877ad45f871", + "timestamp": "2025-11-05T07:05:31.420Z", + "gotchiRewards": [ + { + "gotchiId": "10843", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "10844", + "amount": "17.0475", + "parsedAmount": "17047500000000000000" + }, + { + "gotchiId": "10847", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "10848", + "amount": "10.39", + "parsedAmount": "10390000000000000000" + }, + { + "gotchiId": "10849", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "10851", + "amount": "6.682499999999999", + "parsedAmount": "6682499999999999000" + }, + { + "gotchiId": "10852", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "10853", + "amount": "27.465", + "parsedAmount": "27465000000000000000" + }, + { + "gotchiId": "10854", + "amount": "39.225", + "parsedAmount": "39225000000000000000" + }, + { + "gotchiId": "10858", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "10859", + "amount": "6.2475", + "parsedAmount": "6247500000000000000" + }, + { + "gotchiId": "10861", + "amount": "4.005", + "parsedAmount": "4005000000000000000" + }, + { + "gotchiId": "10862", + "amount": "6.4575", + "parsedAmount": "6457500000000000000" + }, + { + "gotchiId": "10864", + "amount": "10.0775", + "parsedAmount": "10077500000000000000" + }, + { + "gotchiId": "10868", + "amount": "19.1375", + "parsedAmount": "19137500000000000000" + }, + { + "gotchiId": "10869", + "amount": "3.665", + "parsedAmount": "3665000000000000000" + }, + { + "gotchiId": "10871", + "amount": "6.4325", + "parsedAmount": "6432500000000000000" + }, + { + "gotchiId": "10877", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "10879", + "amount": "40.745", + "parsedAmount": "40745000000000000000" + }, + { + "gotchiId": "10880", + "amount": "24", + "parsedAmount": "24000000000000000000" + }, + { + "gotchiId": "10882", + "amount": "13.2725", + "parsedAmount": "13272500000000000000" + }, + { + "gotchiId": "10884", + "amount": "7.8425", + "parsedAmount": "7842500000000000000" + }, + { + "gotchiId": "10886", + "amount": "2.485", + "parsedAmount": "2485000000000000000" + }, + { + "gotchiId": "10892", + "amount": "18.395", + "parsedAmount": "18395000000000000000" + }, + { + "gotchiId": "10896", + "amount": "15.6175", + "parsedAmount": "15617500000000000000" + }, + { + "gotchiId": "10902", + "amount": "17.439999999999998", + "parsedAmount": "17439999999999998000" + }, + { + "gotchiId": "10906", + "amount": "15.905", + "parsedAmount": "15905000000000000000" + }, + { + "gotchiId": "10908", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "10909", + "amount": "93.05", + "parsedAmount": "93050000000000000000" + }, + { + "gotchiId": "10911", + "amount": "3.235", + "parsedAmount": "3235000000000000000" + }, + { + "gotchiId": "10912", + "amount": "2.5975", + "parsedAmount": "2597500000000000000" + }, + { + "gotchiId": "10913", + "amount": "11.0525", + "parsedAmount": "11052500000000000000" + }, + { + "gotchiId": "10915", + "amount": "6.24", + "parsedAmount": "6240000000000000000" + }, + { + "gotchiId": "10916", + "amount": "10.8575", + "parsedAmount": "10857500000000000000" + }, + { + "gotchiId": "10918", + "amount": "6.9775", + "parsedAmount": "6977500000000000000" + }, + { + "gotchiId": "10921", + "amount": "10.4725", + "parsedAmount": "10472500000000000000" + }, + { + "gotchiId": "10925", + "amount": "10.96", + "parsedAmount": "10960000000000000000" + }, + { + "gotchiId": "10926", + "amount": "12.737499999999999", + "parsedAmount": "12737499999999999000" + }, + { + "gotchiId": "10928", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "10929", + "amount": "24.4575", + "parsedAmount": "24457500000000000000" + }, + { + "gotchiId": "10935", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "10936", + "amount": "18.185000000000002", + "parsedAmount": "18185000000000002000" + }, + { + "gotchiId": "10937", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "10938", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "10939", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "10941", + "amount": "9.105", + "parsedAmount": "9105000000000000000" + }, + { + "gotchiId": "10951", + "amount": "10.802499999999998", + "parsedAmount": "10802499999999998000" + }, + { + "gotchiId": "10952", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "10953", + "amount": "5.76", + "parsedAmount": "5760000000000000000" + }, + { + "gotchiId": "10955", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "10956", + "amount": "11.93", + "parsedAmount": "11930000000000000000" + }, + { + "gotchiId": "10958", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "10959", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "10960", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "10964", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "10967", + "amount": "8.0925", + "parsedAmount": "8092500000000000000" + }, + { + "gotchiId": "10968", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "10969", + "amount": "14.325", + "parsedAmount": "14325000000000000000" + }, + { + "gotchiId": "10971", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "10972", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "10974", + "amount": "3.5175", + "parsedAmount": "3517500000000000000" + }, + { + "gotchiId": "10977", + "amount": "15.817499999999999", + "parsedAmount": "15817499999999999000" + }, + { + "gotchiId": "10979", + "amount": "16.1", + "parsedAmount": "16100000000000000000" + }, + { + "gotchiId": "10983", + "amount": "8.67", + "parsedAmount": "8670000000000000000" + }, + { + "gotchiId": "10984", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "10985", + "amount": "5.705", + "parsedAmount": "5705000000000000000" + }, + { + "gotchiId": "10988", + "amount": "1.855", + "parsedAmount": "1855000000000000000" + }, + { + "gotchiId": "10990", + "amount": "6.505", + "parsedAmount": "6505000000000000000" + }, + { + "gotchiId": "10992", + "amount": "6.047499999999999", + "parsedAmount": "6047499999999999000" + }, + { + "gotchiId": "10994", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "10996", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "10998", + "amount": "7.4", + "parsedAmount": "7400000000000000000" + }, + { + "gotchiId": "11000", + "amount": "31.744999999999997", + "parsedAmount": "31744999999999997000" + }, + { + "gotchiId": "11003", + "amount": "10.2", + "parsedAmount": "10200000000000000000" + }, + { + "gotchiId": "11005", + "amount": "19.1525", + "parsedAmount": "19152500000000000000" + }, + { + "gotchiId": "11006", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "11007", + "amount": "27.7025", + "parsedAmount": "27702500000000000000" + }, + { + "gotchiId": "11008", + "amount": "15.5825", + "parsedAmount": "15582500000000000000" + }, + { + "gotchiId": "11009", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "11010", + "amount": "15.5725", + "parsedAmount": "15572500000000000000" + }, + { + "gotchiId": "11012", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "11013", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "11014", + "amount": "11.2725", + "parsedAmount": "11272500000000000000" + }, + { + "gotchiId": "11015", + "amount": "37.9025", + "parsedAmount": "37902500000000000000" + }, + { + "gotchiId": "11017", + "amount": "2.5125", + "parsedAmount": "2512500000000000000" + }, + { + "gotchiId": "11019", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "11020", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "11021", + "amount": "21.9075", + "parsedAmount": "21907500000000000000" + }, + { + "gotchiId": "11023", + "amount": "64.8425", + "parsedAmount": "64842500000000000000" + }, + { + "gotchiId": "11024", + "amount": "13.8475", + "parsedAmount": "13847500000000000000" + }, + { + "gotchiId": "11026", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "11027", + "amount": "30.75", + "parsedAmount": "30750000000000000000" + }, + { + "gotchiId": "11029", + "amount": "17.7675", + "parsedAmount": "17767500000000000000" + }, + { + "gotchiId": "11030", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "11031", + "amount": "7.7", + "parsedAmount": "7700000000000000000" + }, + { + "gotchiId": "11033", + "amount": "61.655", + "parsedAmount": "61655000000000000000" + }, + { + "gotchiId": "11034", + "amount": "5.94", + "parsedAmount": "5940000000000000000" + }, + { + "gotchiId": "11035", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "11038", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "11040", + "amount": "10.745", + "parsedAmount": "10745000000000000000" + }, + { + "gotchiId": "11041", + "amount": "9.8875", + "parsedAmount": "9887500000000000000" + }, + { + "gotchiId": "11043", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "11045", + "amount": "6.7425", + "parsedAmount": "6742500000000000000" + }, + { + "gotchiId": "11047", + "amount": "48.4075", + "parsedAmount": "48407500000000000000" + }, + { + "gotchiId": "11048", + "amount": "7.0125", + "parsedAmount": "7012500000000000000" + }, + { + "gotchiId": "11049", + "amount": "14.082500000000001", + "parsedAmount": "14082500000000001000" + }, + { + "gotchiId": "11051", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "11055", + "amount": "26.7325", + "parsedAmount": "26732500000000000000" + }, + { + "gotchiId": "11056", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "11057", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "11059", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "11061", + "amount": "24.8075", + "parsedAmount": "24807500000000000000" + }, + { + "gotchiId": "11065", + "amount": "28.002499999999998", + "parsedAmount": "28002499999999998000" + }, + { + "gotchiId": "11068", + "amount": "11.282499999999999", + "parsedAmount": "11282499999999999000" + }, + { + "gotchiId": "11070", + "amount": "57.4775", + "parsedAmount": "57477500000000000000" + }, + { + "gotchiId": "11071", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "11073", + "amount": "7.404999999999999", + "parsedAmount": "7404999999999999000" + }, + { + "gotchiId": "11076", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "11078", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "11079", + "amount": "38.027499999999996", + "parsedAmount": "38027499999999996000" + }, + { + "gotchiId": "11081", + "amount": "16.884999999999998", + "parsedAmount": "16884999999999998000" + }, + { + "gotchiId": "11082", + "amount": "32.1925", + "parsedAmount": "32192500000000000000" + }, + { + "gotchiId": "11084", + "amount": "6.0425", + "parsedAmount": "6042500000000000000" + }, + { + "gotchiId": "11085", + "amount": "14.645", + "parsedAmount": "14645000000000000000" + }, + { + "gotchiId": "11086", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "11088", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "11091", + "amount": "13.19", + "parsedAmount": "13190000000000000000" + }, + { + "gotchiId": "11093", + "amount": "12.280000000000001", + "parsedAmount": "12280000000000001000" + }, + { + "gotchiId": "11094", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "11098", + "amount": "7.7225", + "parsedAmount": "7722500000000000000" + }, + { + "gotchiId": "11099", + "amount": "8.3625", + "parsedAmount": "8362500000000000000" + }, + { + "gotchiId": "11102", + "amount": "2.94", + "parsedAmount": "2940000000000000000" + }, + { + "gotchiId": "11103", + "amount": "11.66", + "parsedAmount": "11660000000000000000" + }, + { + "gotchiId": "11104", + "amount": "13", + "parsedAmount": "13000000000000000000" + }, + { + "gotchiId": "11105", + "amount": "11.1025", + "parsedAmount": "11102500000000000000" + }, + { + "gotchiId": "11106", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "11112", + "amount": "9.585", + "parsedAmount": "9585000000000000000" + }, + { + "gotchiId": "11116", + "amount": "5.57", + "parsedAmount": "5570000000000000000" + }, + { + "gotchiId": "11123", + "amount": "6.71", + "parsedAmount": "6710000000000000000" + }, + { + "gotchiId": "11126", + "amount": "18.410000000000004", + "parsedAmount": "18410000000000004000" + }, + { + "gotchiId": "11129", + "amount": "10.037500000000001", + "parsedAmount": "10037500000000001000" + }, + { + "gotchiId": "11130", + "amount": "8.0175", + "parsedAmount": "8017500000000000000" + }, + { + "gotchiId": "11133", + "amount": "23.259999999999998", + "parsedAmount": "23259999999999998000" + }, + { + "gotchiId": "11134", + "amount": "13.41", + "parsedAmount": "13410000000000000000" + }, + { + "gotchiId": "11136", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "11138", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "11139", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "11141", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "11142", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "11143", + "amount": "10.6825", + "parsedAmount": "10682500000000000000" + }, + { + "gotchiId": "11144", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "11148", + "amount": "29.575", + "parsedAmount": "29575000000000000000" + }, + { + "gotchiId": "11150", + "amount": "3.3975", + "parsedAmount": "3397500000000000000" + }, + { + "gotchiId": "11155", + "amount": "14.57", + "parsedAmount": "14570000000000000000" + }, + { + "gotchiId": "11156", + "amount": "76.4975", + "parsedAmount": "76497500000000000000" + }, + { + "gotchiId": "11157", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "11160", + "amount": "4.8675", + "parsedAmount": "4867500000000000000" + }, + { + "gotchiId": "11161", + "amount": "11.0625", + "parsedAmount": "11062500000000000000" + }, + { + "gotchiId": "11162", + "amount": "7.9825", + "parsedAmount": "7982500000000000000" + }, + { + "gotchiId": "11168", + "amount": "17.16", + "parsedAmount": "17160000000000000000" + }, + { + "gotchiId": "11169", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "11170", + "amount": "964.3125", + "parsedAmount": "964312500000000000000" + }, + { + "gotchiId": "11177", + "amount": "12.932500000000001", + "parsedAmount": "12932500000000001000" + }, + { + "gotchiId": "11181", + "amount": "7.105", + "parsedAmount": "7105000000000000000" + }, + { + "gotchiId": "11182", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "11186", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "11188", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "11189", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "11190", + "amount": "14.29", + "parsedAmount": "14290000000000000000" + }, + { + "gotchiId": "11191", + "amount": "41.6225", + "parsedAmount": "41622500000000000000" + }, + { + "gotchiId": "11192", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "11194", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "11195", + "amount": "17.785", + "parsedAmount": "17785000000000000000" + }, + { + "gotchiId": "11196", + "amount": "6.3075", + "parsedAmount": "6307500000000000000" + }, + { + "gotchiId": "11197", + "amount": "13.8825", + "parsedAmount": "13882500000000000000" + }, + { + "gotchiId": "11199", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "11200", + "amount": "2.195", + "parsedAmount": "2195000000000000000" + }, + { + "gotchiId": "11202", + "amount": "10.879999999999999", + "parsedAmount": "10879999999999999000" + }, + { + "gotchiId": "11204", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "11205", + "amount": "81.1325", + "parsedAmount": "81132500000000000000" + }, + { + "gotchiId": "11208", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "11212", + "amount": "12.2", + "parsedAmount": "12200000000000000000" + }, + { + "gotchiId": "11213", + "amount": "8.0575", + "parsedAmount": "8057500000000000000" + }, + { + "gotchiId": "11214", + "amount": "25.005000000000003", + "parsedAmount": "25005000000000003000" + }, + { + "gotchiId": "11218", + "amount": "116.69", + "parsedAmount": "116690000000000000000" + }, + { + "gotchiId": "11219", + "amount": "2", + "parsedAmount": "2000000000000000000" + }, + { + "gotchiId": "11220", + "amount": "16.28", + "parsedAmount": "16280000000000000000" + }, + { + "gotchiId": "11222", + "amount": "40.165", + "parsedAmount": "40165000000000000000" + }, + { + "gotchiId": "11226", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "11227", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "11230", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "11231", + "amount": "4.9725", + "parsedAmount": "4972500000000000000" + }, + { + "gotchiId": "11232", + "amount": "4.2525", + "parsedAmount": "4252500000000000000" + }, + { + "gotchiId": "11234", + "amount": "11.18", + "parsedAmount": "11180000000000000000" + }, + { + "gotchiId": "11235", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "11237", + "amount": "3.565", + "parsedAmount": "3565000000000000000" + }, + { + "gotchiId": "11238", + "amount": "9.365", + "parsedAmount": "9365000000000000000" + }, + { + "gotchiId": "11242", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "11243", + "amount": "9.469999999999999", + "parsedAmount": "9469999999999999000" + }, + { + "gotchiId": "11245", + "amount": "8.14", + "parsedAmount": "8140000000000000000" + }, + { + "gotchiId": "11248", + "amount": "9.075", + "parsedAmount": "9075000000000000000" + }, + { + "gotchiId": "11253", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "11254", + "amount": "29.2025", + "parsedAmount": "29202500000000000000" + }, + { + "gotchiId": "11257", + "amount": "9.629999999999999", + "parsedAmount": "9629999999999999000" + }, + { + "gotchiId": "11259", + "amount": "22.0775", + "parsedAmount": "22077500000000000000" + }, + { + "gotchiId": "11266", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "11267", + "amount": "1590.68", + "parsedAmount": "1590680000000000000000" + }, + { + "gotchiId": "11268", + "amount": "8.5625", + "parsedAmount": "8562500000000000000" + }, + { + "gotchiId": "11270", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "11273", + "amount": "11.182500000000001", + "parsedAmount": "11182500000000001000" + }, + { + "gotchiId": "11275", + "amount": "2.995", + "parsedAmount": "2995000000000000000" + }, + { + "gotchiId": "11278", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "11279", + "amount": "145.59", + "parsedAmount": "145590000000000000000" + }, + { + "gotchiId": "11281", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "11283", + "amount": "11.33", + "parsedAmount": "11330000000000000000" + }, + { + "gotchiId": "11285", + "amount": "9.7125", + "parsedAmount": "9712500000000000000" + }, + { + "gotchiId": "11286", + "amount": "5.0225", + "parsedAmount": "5022500000000000000" + }, + { + "gotchiId": "11287", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "11288", + "amount": "10.2775", + "parsedAmount": "10277500000000000000" + }, + { + "gotchiId": "11289", + "amount": "14.405000000000001", + "parsedAmount": "14405000000000001000" + }, + { + "gotchiId": "11291", + "amount": "4.640000000000001", + "parsedAmount": "4640000000000001000" + }, + { + "gotchiId": "11293", + "amount": "21.865000000000002", + "parsedAmount": "21865000000000002000" + }, + { + "gotchiId": "11294", + "amount": "14.18", + "parsedAmount": "14180000000000000000" + }, + { + "gotchiId": "11295", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "11301", + "amount": "9.3275", + "parsedAmount": "9327500000000000000" + }, + { + "gotchiId": "11302", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "11304", + "amount": "18.355", + "parsedAmount": "18355000000000000000" + }, + { + "gotchiId": "11307", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "11309", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "11312", + "amount": "6.797499999999999", + "parsedAmount": "6797499999999999000" + }, + { + "gotchiId": "11316", + "amount": "10.217500000000001", + "parsedAmount": "10217500000000001000" + }, + { + "gotchiId": "11317", + "amount": "12.4", + "parsedAmount": "12400000000000000000" + }, + { + "gotchiId": "11319", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "11323", + "amount": "14.367500000000001", + "parsedAmount": "14367500000000001000" + }, + { + "gotchiId": "11325", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "11327", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "11330", + "amount": "8.1", + "parsedAmount": "8100000000000000000" + }, + { + "gotchiId": "11336", + "amount": "17.990000000000002", + "parsedAmount": "17990000000000002000" + }, + { + "gotchiId": "11338", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "11341", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "11342", + "amount": "6.5275", + "parsedAmount": "6527500000000000000" + }, + { + "gotchiId": "11346", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "11349", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "11350", + "amount": "15.555000000000001", + "parsedAmount": "15555000000000001000" + }, + { + "gotchiId": "11351", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "11353", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "11354", + "amount": "42.0125", + "parsedAmount": "42012500000000000000" + }, + { + "gotchiId": "11359", + "amount": "9.3475", + "parsedAmount": "9347500000000000000" + }, + { + "gotchiId": "11362", + "amount": "22.895", + "parsedAmount": "22895000000000000000" + }, + { + "gotchiId": "11363", + "amount": "7.975", + "parsedAmount": "7975000000000000000" + }, + { + "gotchiId": "11364", + "amount": "4.0675", + "parsedAmount": "4067500000000000000" + }, + { + "gotchiId": "11366", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "11368", + "amount": "36.7025", + "parsedAmount": "36702500000000000000" + }, + { + "gotchiId": "11370", + "amount": "20.275000000000002", + "parsedAmount": "20275000000000002000" + }, + { + "gotchiId": "11371", + "amount": "14.68", + "parsedAmount": "14680000000000000000" + }, + { + "gotchiId": "11373", + "amount": "15.1525", + "parsedAmount": "15152500000000000000" + }, + { + "gotchiId": "11374", + "amount": "3.25", + "parsedAmount": "3250000000000000000" + }, + { + "gotchiId": "11375", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "11376", + "amount": "6.245", + "parsedAmount": "6245000000000000000" + }, + { + "gotchiId": "11377", + "amount": "6.7675", + "parsedAmount": "6767500000000000000" + }, + { + "gotchiId": "11378", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "11380", + "amount": "7.345", + "parsedAmount": "7345000000000000000" + }, + { + "gotchiId": "11381", + "amount": "10.2475", + "parsedAmount": "10247500000000000000" + }, + { + "gotchiId": "11382", + "amount": "16.0775", + "parsedAmount": "16077500000000000000" + }, + { + "gotchiId": "11383", + "amount": "42.712500000000006", + "parsedAmount": "42712500000000006000" + }, + { + "gotchiId": "11386", + "amount": "48.915", + "parsedAmount": "48915000000000000000" + }, + { + "gotchiId": "11387", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "11391", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "11392", + "amount": "18.795", + "parsedAmount": "18795000000000000000" + }, + { + "gotchiId": "11393", + "amount": "9.592500000000001", + "parsedAmount": "9592500000000001000" + }, + { + "gotchiId": "11395", + "amount": "11.942499999999999", + "parsedAmount": "11942499999999999000" + }, + { + "gotchiId": "11398", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "11401", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "11402", + "amount": "16.935000000000002", + "parsedAmount": "16935000000000002000" + }, + { + "gotchiId": "11405", + "amount": "6.029999999999999", + "parsedAmount": "6029999999999999000" + }, + { + "gotchiId": "11406", + "amount": "10.225", + "parsedAmount": "10225000000000000000" + }, + { + "gotchiId": "11418", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "11419", + "amount": "8.9275", + "parsedAmount": "8927500000000000000" + }, + { + "gotchiId": "11421", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "11422", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "11423", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "11428", + "amount": "15.855", + "parsedAmount": "15855000000000000000" + }, + { + "gotchiId": "11429", + "amount": "8.085", + "parsedAmount": "8085000000000000000" + }, + { + "gotchiId": "11430", + "amount": "11.01", + "parsedAmount": "11010000000000000000" + }, + { + "gotchiId": "11431", + "amount": "6.8475", + "parsedAmount": "6847500000000000000" + }, + { + "gotchiId": "11432", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "11433", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "11437", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "11441", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "11443", + "amount": "14.33", + "parsedAmount": "14330000000000000000" + }, + { + "gotchiId": "11447", + "amount": "16.8175", + "parsedAmount": "16817500000000000000" + }, + { + "gotchiId": "11456", + "amount": "15.6225", + "parsedAmount": "15622500000000000000" + }, + { + "gotchiId": "11457", + "amount": "9.379999999999999", + "parsedAmount": "9379999999999999000" + }, + { + "gotchiId": "11458", + "amount": "10.9775", + "parsedAmount": "10977500000000000000" + }, + { + "gotchiId": "11459", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "11462", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "11463", + "amount": "10.0775", + "parsedAmount": "10077500000000000000" + }, + { + "gotchiId": "11468", + "amount": "7.6425", + "parsedAmount": "7642500000000000000" + }, + { + "gotchiId": "11470", + "amount": "13.705", + "parsedAmount": "13705000000000000000" + }, + { + "gotchiId": "11472", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "11478", + "amount": "11.575", + "parsedAmount": "11575000000000000000" + }, + { + "gotchiId": "11479", + "amount": "19.4675", + "parsedAmount": "19467500000000000000" + }, + { + "gotchiId": "11482", + "amount": "6.8325", + "parsedAmount": "6832500000000000000" + }, + { + "gotchiId": "11487", + "amount": "78.4975", + "parsedAmount": "78497500000000000000" + }, + { + "gotchiId": "11492", + "amount": "31.2925", + "parsedAmount": "31292500000000000000" + }, + { + "gotchiId": "11496", + "amount": "8.7575", + "parsedAmount": "8757500000000000000" + }, + { + "gotchiId": "11501", + "amount": "10.66", + "parsedAmount": "10660000000000000000" + }, + { + "gotchiId": "11506", + "amount": "9.3925", + "parsedAmount": "9392500000000000000" + }, + { + "gotchiId": "11507", + "amount": "11.89", + "parsedAmount": "11890000000000000000" + }, + { + "gotchiId": "11510", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "11513", + "amount": "5.9075", + "parsedAmount": "5907500000000000000" + }, + { + "gotchiId": "11516", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "11517", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "11519", + "amount": "47.8975", + "parsedAmount": "47897500000000000000" + }, + { + "gotchiId": "11521", + "amount": "36.072500000000005", + "parsedAmount": "36072500000000005000" + }, + { + "gotchiId": "11523", + "amount": "3.03", + "parsedAmount": "3030000000000000000" + }, + { + "gotchiId": "11524", + "amount": "38.362500000000004", + "parsedAmount": "38362500000000004000" + }, + { + "gotchiId": "11525", + "amount": "11.0575", + "parsedAmount": "11057500000000000000" + }, + { + "gotchiId": "11526", + "amount": "12.145", + "parsedAmount": "12145000000000000000" + }, + { + "gotchiId": "11527", + "amount": "20.72", + "parsedAmount": "20720000000000000000" + }, + { + "gotchiId": "11528", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "11529", + "amount": "10.7625", + "parsedAmount": "10762500000000000000" + }, + { + "gotchiId": "11530", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "11531", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "11534", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "11535", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "11537", + "amount": "6.2275", + "parsedAmount": "6227500000000000000" + }, + { + "gotchiId": "11540", + "amount": "4.4725", + "parsedAmount": "4472500000000000000" + }, + { + "gotchiId": "11543", + "amount": "11.504999999999999", + "parsedAmount": "11504999999999999000" + }, + { + "gotchiId": "11544", + "amount": "101.7275", + "parsedAmount": "101727500000000000000" + }, + { + "gotchiId": "11546", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "11548", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "11549", + "amount": "14.65", + "parsedAmount": "14650000000000000000" + }, + { + "gotchiId": "11551", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "11553", + "amount": "18.2225", + "parsedAmount": "18222500000000000000" + }, + { + "gotchiId": "11554", + "amount": "24.472500000000004", + "parsedAmount": "24472500000000004000" + }, + { + "gotchiId": "11556", + "amount": "7.300000000000001", + "parsedAmount": "7300000000000001000" + }, + { + "gotchiId": "11563", + "amount": "7.57", + "parsedAmount": "7570000000000000000" + }, + { + "gotchiId": "11566", + "amount": "17.52", + "parsedAmount": "17520000000000000000" + }, + { + "gotchiId": "11567", + "amount": "2.215", + "parsedAmount": "2215000000000000000" + }, + { + "gotchiId": "11569", + "amount": "13.27", + "parsedAmount": "13270000000000000000" + }, + { + "gotchiId": "11570", + "amount": "11.35", + "parsedAmount": "11350000000000000000" + }, + { + "gotchiId": "11572", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "11575", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "11578", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "11580", + "amount": "10.74", + "parsedAmount": "10740000000000000000" + }, + { + "gotchiId": "11582", + "amount": "17.0475", + "parsedAmount": "17047500000000000000" + }, + { + "gotchiId": "11584", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "11585", + "amount": "4.6225000000000005", + "parsedAmount": "4622500000000000500" + }, + { + "gotchiId": "11587", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "11588", + "amount": "7.3025", + "parsedAmount": "7302500000000000000" + }, + { + "gotchiId": "11589", + "amount": "8.91", + "parsedAmount": "8910000000000000000" + }, + { + "gotchiId": "11590", + "amount": "20.0475", + "parsedAmount": "20047500000000000000" + }, + { + "gotchiId": "11593", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "11594", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "11598", + "amount": "18.545", + "parsedAmount": "18545000000000000000" + }, + { + "gotchiId": "11604", + "amount": "16.715", + "parsedAmount": "16715000000000000000" + }, + { + "gotchiId": "11605", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "11607", + "amount": "18.869999999999997", + "parsedAmount": "18869999999999997000" + }, + { + "gotchiId": "11610", + "amount": "9.885", + "parsedAmount": "9885000000000000000" + }, + { + "gotchiId": "11611", + "amount": "40.025", + "parsedAmount": "40025000000000000000" + }, + { + "gotchiId": "11612", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "11613", + "amount": "7.5024999999999995", + "parsedAmount": "7502499999999999500" + }, + { + "gotchiId": "11614", + "amount": "16.3075", + "parsedAmount": "16307500000000000000" + }, + { + "gotchiId": "11615", + "amount": "7.147499999999999", + "parsedAmount": "7147499999999999000" + }, + { + "gotchiId": "11616", + "amount": "10.795", + "parsedAmount": "10795000000000000000" + }, + { + "gotchiId": "11619", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "11620", + "amount": "7.2325", + "parsedAmount": "7232500000000000000" + }, + { + "gotchiId": "11621", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "11624", + "amount": "8.395", + "parsedAmount": "8395000000000000000" + }, + { + "gotchiId": "11630", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "11637", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "11643", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "11644", + "amount": "3.1225", + "parsedAmount": "3122500000000000000" + }, + { + "gotchiId": "11647", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "11650", + "amount": "6.5325", + "parsedAmount": "6532500000000000000" + }, + { + "gotchiId": "11651", + "amount": "3.0825", + "parsedAmount": "3082500000000000000" + }, + { + "gotchiId": "11655", + "amount": "11.495", + "parsedAmount": "11495000000000000000" + }, + { + "gotchiId": "11656", + "amount": "6.8725000000000005", + "parsedAmount": "6872500000000000500" + }, + { + "gotchiId": "11657", + "amount": "10.5725", + "parsedAmount": "10572500000000000000" + }, + { + "gotchiId": "11658", + "amount": "21.560000000000002", + "parsedAmount": "21560000000000002000" + }, + { + "gotchiId": "11659", + "amount": "19.3125", + "parsedAmount": "19312500000000000000" + }, + { + "gotchiId": "11661", + "amount": "3.8375", + "parsedAmount": "3837500000000000000" + }, + { + "gotchiId": "11663", + "amount": "168.3175", + "parsedAmount": "168317500000000000000" + }, + { + "gotchiId": "11669", + "amount": "10.71", + "parsedAmount": "10710000000000000000" + }, + { + "gotchiId": "11672", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "11673", + "amount": "9.02", + "parsedAmount": "9020000000000000000" + }, + { + "gotchiId": "11677", + "amount": "2.24", + "parsedAmount": "2240000000000000000" + }, + { + "gotchiId": "11678", + "amount": "23.59", + "parsedAmount": "23590000000000000000" + }, + { + "gotchiId": "11680", + "amount": "21.942500000000003", + "parsedAmount": "21942500000000003000" + }, + { + "gotchiId": "11681", + "amount": "10.7625", + "parsedAmount": "10762500000000000000" + }, + { + "gotchiId": "11684", + "amount": "15.8825", + "parsedAmount": "15882500000000000000" + }, + { + "gotchiId": "11687", + "amount": "3.3425", + "parsedAmount": "3342500000000000000" + }, + { + "gotchiId": "11690", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "11692", + "amount": "14.8525", + "parsedAmount": "14852500000000000000" + }, + { + "gotchiId": "11694", + "amount": "9.135", + "parsedAmount": "9135000000000000000" + }, + { + "gotchiId": "11697", + "amount": "144.635", + "parsedAmount": "144635000000000000000" + }, + { + "gotchiId": "11699", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "11703", + "amount": "8.85", + "parsedAmount": "8850000000000000000" + }, + { + "gotchiId": "11704", + "amount": "4.07", + "parsedAmount": "4070000000000000000" + }, + { + "gotchiId": "11705", + "amount": "11.28", + "parsedAmount": "11280000000000000000" + }, + { + "gotchiId": "11706", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "11712", + "amount": "7.325", + "parsedAmount": "7325000000000000000" + }, + { + "gotchiId": "11714", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "11715", + "amount": "12.945", + "parsedAmount": "12945000000000000000" + }, + { + "gotchiId": "11716", + "amount": "7.112500000000001", + "parsedAmount": "7112500000000001000" + }, + { + "gotchiId": "11717", + "amount": "11.7225", + "parsedAmount": "11722500000000000000" + }, + { + "gotchiId": "11718", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "11720", + "amount": "14.805", + "parsedAmount": "14805000000000000000" + }, + { + "gotchiId": "11722", + "amount": "5.112500000000001", + "parsedAmount": "5112500000000001000" + }, + { + "gotchiId": "11723", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "11724", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "11725", + "amount": "4.702500000000001", + "parsedAmount": "4702500000000001000" + }, + { + "gotchiId": "11726", + "amount": "10.9125", + "parsedAmount": "10912500000000000000" + }, + { + "gotchiId": "11727", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "11728", + "amount": "18.15", + "parsedAmount": "18150000000000000000" + }, + { + "gotchiId": "11730", + "amount": "5.9275", + "parsedAmount": "5927500000000000000" + }, + { + "gotchiId": "11732", + "amount": "43.2375", + "parsedAmount": "43237500000000000000" + }, + { + "gotchiId": "11733", + "amount": "2.625", + "parsedAmount": "2625000000000000000" + }, + { + "gotchiId": "11734", + "amount": "30.5875", + "parsedAmount": "30587500000000000000" + }, + { + "gotchiId": "11736", + "amount": "7.4875", + "parsedAmount": "7487500000000000000" + }, + { + "gotchiId": "11738", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "11746", + "amount": "23.619999999999997", + "parsedAmount": "23619999999999997000" + }, + { + "gotchiId": "11749", + "amount": "32.375", + "parsedAmount": "32375000000000000000" + }, + { + "gotchiId": "11756", + "amount": "25.19", + "parsedAmount": "25190000000000000000" + }, + { + "gotchiId": "11759", + "amount": "16.9075", + "parsedAmount": "16907500000000000000" + }, + { + "gotchiId": "11760", + "amount": "4.727499999999999", + "parsedAmount": "4727499999999999000" + }, + { + "gotchiId": "11762", + "amount": "23.4725", + "parsedAmount": "23472500000000000000" + }, + { + "gotchiId": "11763", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "11764", + "amount": "17.5", + "parsedAmount": "17500000000000000000" + }, + { + "gotchiId": "11765", + "amount": "66.6225", + "parsedAmount": "66622500000000000000" + }, + { + "gotchiId": "11766", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "11769", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "11770", + "amount": "2.91", + "parsedAmount": "2910000000000000000" + }, + { + "gotchiId": "11771", + "amount": "13.48", + "parsedAmount": "13480000000000000000" + }, + { + "gotchiId": "11774", + "amount": "10.24", + "parsedAmount": "10240000000000000000" + }, + { + "gotchiId": "11775", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "11777", + "amount": "29.86", + "parsedAmount": "29860000000000000000" + }, + { + "gotchiId": "11779", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "11780", + "amount": "9.2475", + "parsedAmount": "9247500000000000000" + }, + { + "gotchiId": "11782", + "amount": "25.2475", + "parsedAmount": "25247500000000000000" + }, + { + "gotchiId": "11785", + "amount": "180.65", + "parsedAmount": "180650000000000000000" + }, + { + "gotchiId": "11786", + "amount": "6.2875", + "parsedAmount": "6287500000000000000" + }, + { + "gotchiId": "11787", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "11788", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "11789", + "amount": "3.3575", + "parsedAmount": "3357500000000000000" + }, + { + "gotchiId": "11791", + "amount": "14.9775", + "parsedAmount": "14977500000000000000" + }, + { + "gotchiId": "11792", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "11793", + "amount": "3.1925", + "parsedAmount": "3192500000000000000" + }, + { + "gotchiId": "11794", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "11795", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "11798", + "amount": "7.7425", + "parsedAmount": "7742500000000000000" + }, + { + "gotchiId": "11802", + "amount": "7.3925", + "parsedAmount": "7392500000000000000" + }, + { + "gotchiId": "11803", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "11806", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "11808", + "amount": "15.195", + "parsedAmount": "15195000000000000000" + }, + { + "gotchiId": "11810", + "amount": "4.7524999999999995", + "parsedAmount": "4752499999999999500" + }, + { + "gotchiId": "11813", + "amount": "7.235", + "parsedAmount": "7235000000000000000" + }, + { + "gotchiId": "11816", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "11817", + "amount": "3.3675", + "parsedAmount": "3367500000000000000" + }, + { + "gotchiId": "11818", + "amount": "23.185", + "parsedAmount": "23185000000000000000" + }, + { + "gotchiId": "11819", + "amount": "4.495", + "parsedAmount": "4495000000000000000" + }, + { + "gotchiId": "11821", + "amount": "12.517499999999998", + "parsedAmount": "12517499999999998000" + }, + { + "gotchiId": "11824", + "amount": "9.2725", + "parsedAmount": "9272500000000000000" + }, + { + "gotchiId": "11833", + "amount": "7.3925", + "parsedAmount": "7392500000000000000" + }, + { + "gotchiId": "11834", + "amount": "6.3625", + "parsedAmount": "6362500000000000000" + }, + { + "gotchiId": "11835", + "amount": "7.755000000000001", + "parsedAmount": "7755000000000001000" + }, + { + "gotchiId": "11836", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "11837", + "amount": "2.3425", + "parsedAmount": "2342500000000000000" + }, + { + "gotchiId": "11841", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "11842", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "11844", + "amount": "7.12", + "parsedAmount": "7120000000000000000" + }, + { + "gotchiId": "11852", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "11853", + "amount": "4.987500000000001", + "parsedAmount": "4987500000000001000" + }, + { + "gotchiId": "11858", + "amount": "39.175000000000004", + "parsedAmount": "39175000000000004000" + }, + { + "gotchiId": "11859", + "amount": "13.09", + "parsedAmount": "13090000000000000000" + }, + { + "gotchiId": "11862", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "11866", + "amount": "275.78499999999997", + "parsedAmount": "275784999999999970000" + }, + { + "gotchiId": "11869", + "amount": "8.98", + "parsedAmount": "8980000000000000000" + }, + { + "gotchiId": "11870", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "11871", + "amount": "5.9675", + "parsedAmount": "5967500000000000000" + }, + { + "gotchiId": "11872", + "amount": "6.6625", + "parsedAmount": "6662500000000000000" + }, + { + "gotchiId": "11875", + "amount": "25.44", + "parsedAmount": "25440000000000000000" + }, + { + "gotchiId": "11877", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "11883", + "amount": "104.89000000000001", + "parsedAmount": "104890000000000010000" + }, + { + "gotchiId": "11884", + "amount": "9.42", + "parsedAmount": "9420000000000000000" + }, + { + "gotchiId": "11886", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "11887", + "amount": "41.315", + "parsedAmount": "41315000000000000000" + }, + { + "gotchiId": "11891", + "amount": "18.1025", + "parsedAmount": "18102500000000000000" + }, + { + "gotchiId": "11892", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "11893", + "amount": "10.66", + "parsedAmount": "10660000000000000000" + }, + { + "gotchiId": "11894", + "amount": "14.735000000000001", + "parsedAmount": "14735000000000001000" + } + ], + "totalAmount": "9399942499999999998000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768493, + "gasUsed": "9662789" + }, + { + "batchIndex": 11, + "transactionHash": "0x11c3a68f0c40564dc26d1377421954596ea9d5921a506c9f3bf53bed1f9eacc3", + "timestamp": "2025-11-05T07:05:35.501Z", + "gotchiRewards": [ + { + "gotchiId": "11895", + "amount": "13.725", + "parsedAmount": "13725000000000000000" + }, + { + "gotchiId": "11896", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "11897", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "11902", + "amount": "50.97", + "parsedAmount": "50970000000000000000" + }, + { + "gotchiId": "11903", + "amount": "31.5475", + "parsedAmount": "31547500000000000000" + }, + { + "gotchiId": "11907", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "11913", + "amount": "12.617500000000001", + "parsedAmount": "12617500000000001000" + }, + { + "gotchiId": "11914", + "amount": "2.06", + "parsedAmount": "2060000000000000000" + }, + { + "gotchiId": "11916", + "amount": "31.259999999999998", + "parsedAmount": "31259999999999998000" + }, + { + "gotchiId": "11919", + "amount": "13.362499999999999", + "parsedAmount": "13362499999999999000" + }, + { + "gotchiId": "11920", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "11921", + "amount": "10.48", + "parsedAmount": "10480000000000000000" + }, + { + "gotchiId": "11924", + "amount": "5.9825", + "parsedAmount": "5982500000000000000" + }, + { + "gotchiId": "11925", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "11926", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "11927", + "amount": "6.375", + "parsedAmount": "6375000000000000000" + }, + { + "gotchiId": "11928", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "11930", + "amount": "13.5875", + "parsedAmount": "13587500000000000000" + }, + { + "gotchiId": "11931", + "amount": "12.975", + "parsedAmount": "12975000000000000000" + }, + { + "gotchiId": "11936", + "amount": "7.0825", + "parsedAmount": "7082500000000000000" + }, + { + "gotchiId": "11938", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "11940", + "amount": "21.365", + "parsedAmount": "21365000000000000000" + }, + { + "gotchiId": "11943", + "amount": "23.0225", + "parsedAmount": "23022500000000000000" + }, + { + "gotchiId": "11949", + "amount": "5.475", + "parsedAmount": "5475000000000000000" + }, + { + "gotchiId": "11956", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "11960", + "amount": "12.4925", + "parsedAmount": "12492500000000000000" + }, + { + "gotchiId": "11963", + "amount": "11.79", + "parsedAmount": "11790000000000000000" + }, + { + "gotchiId": "11966", + "amount": "5.5275", + "parsedAmount": "5527500000000000000" + }, + { + "gotchiId": "11968", + "amount": "6.9975000000000005", + "parsedAmount": "6997500000000000500" + }, + { + "gotchiId": "11973", + "amount": "28.9925", + "parsedAmount": "28992500000000000000" + }, + { + "gotchiId": "11976", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "11977", + "amount": "32.300000000000004", + "parsedAmount": "32300000000000004000" + }, + { + "gotchiId": "11979", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "11980", + "amount": "13.46", + "parsedAmount": "13460000000000000000" + }, + { + "gotchiId": "11982", + "amount": "10.23", + "parsedAmount": "10230000000000000000" + }, + { + "gotchiId": "11983", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "11985", + "amount": "10.135", + "parsedAmount": "10135000000000000000" + }, + { + "gotchiId": "11987", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "11988", + "amount": "14.887500000000001", + "parsedAmount": "14887500000000001000" + }, + { + "gotchiId": "11989", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "11990", + "amount": "18.6525", + "parsedAmount": "18652500000000000000" + }, + { + "gotchiId": "11991", + "amount": "15.4725", + "parsedAmount": "15472500000000000000" + }, + { + "gotchiId": "11992", + "amount": "3.8675", + "parsedAmount": "3867500000000000000" + }, + { + "gotchiId": "11994", + "amount": "3.4275", + "parsedAmount": "3427500000000000000" + }, + { + "gotchiId": "11998", + "amount": "30.035", + "parsedAmount": "30035000000000000000" + }, + { + "gotchiId": "12002", + "amount": "7.55", + "parsedAmount": "7550000000000000000" + }, + { + "gotchiId": "12004", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "12006", + "amount": "6.6425", + "parsedAmount": "6642500000000000000" + }, + { + "gotchiId": "12008", + "amount": "9.3625", + "parsedAmount": "9362500000000000000" + }, + { + "gotchiId": "12011", + "amount": "14.7675", + "parsedAmount": "14767500000000000000" + }, + { + "gotchiId": "12012", + "amount": "13.102500000000001", + "parsedAmount": "13102500000000001000" + }, + { + "gotchiId": "12014", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "12016", + "amount": "9.092500000000001", + "parsedAmount": "9092500000000001000" + }, + { + "gotchiId": "12018", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "12019", + "amount": "16.765", + "parsedAmount": "16765000000000000000" + }, + { + "gotchiId": "12020", + "amount": "5.5725", + "parsedAmount": "5572500000000000000" + }, + { + "gotchiId": "12021", + "amount": "17.1675", + "parsedAmount": "17167500000000000000" + }, + { + "gotchiId": "12022", + "amount": "84.42500000000001", + "parsedAmount": "84425000000000010000" + }, + { + "gotchiId": "12028", + "amount": "13.3375", + "parsedAmount": "13337500000000000000" + }, + { + "gotchiId": "12030", + "amount": "2.41", + "parsedAmount": "2410000000000000000" + }, + { + "gotchiId": "12031", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "12032", + "amount": "2.4", + "parsedAmount": "2400000000000000000" + }, + { + "gotchiId": "12034", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "12035", + "amount": "19.28", + "parsedAmount": "19280000000000000000" + }, + { + "gotchiId": "12036", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "12038", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "12039", + "amount": "8.8775", + "parsedAmount": "8877500000000000000" + }, + { + "gotchiId": "12040", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "12042", + "amount": "17.68", + "parsedAmount": "17680000000000000000" + }, + { + "gotchiId": "12043", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "12044", + "amount": "9.3025", + "parsedAmount": "9302500000000000000" + }, + { + "gotchiId": "12047", + "amount": "6.21", + "parsedAmount": "6210000000000000000" + }, + { + "gotchiId": "12048", + "amount": "33.9675", + "parsedAmount": "33967500000000000000" + }, + { + "gotchiId": "12049", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "12052", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "12053", + "amount": "26.817500000000003", + "parsedAmount": "26817500000000003000" + }, + { + "gotchiId": "12056", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "12057", + "amount": "14.847499999999998", + "parsedAmount": "14847499999999998000" + }, + { + "gotchiId": "12059", + "amount": "9.100000000000001", + "parsedAmount": "9100000000000001000" + }, + { + "gotchiId": "12060", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "12062", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "12063", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "12065", + "amount": "22.1575", + "parsedAmount": "22157500000000000000" + }, + { + "gotchiId": "12069", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "12073", + "amount": "8.515", + "parsedAmount": "8515000000000000000" + }, + { + "gotchiId": "12075", + "amount": "14.0925", + "parsedAmount": "14092500000000000000" + }, + { + "gotchiId": "12076", + "amount": "6.615", + "parsedAmount": "6615000000000000000" + }, + { + "gotchiId": "12077", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "12079", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "12082", + "amount": "11.9375", + "parsedAmount": "11937500000000000000" + }, + { + "gotchiId": "12084", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "12086", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "12087", + "amount": "13.830000000000002", + "parsedAmount": "13830000000000002000" + }, + { + "gotchiId": "12089", + "amount": "12.3625", + "parsedAmount": "12362500000000000000" + }, + { + "gotchiId": "12090", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "12092", + "amount": "13.48", + "parsedAmount": "13480000000000000000" + }, + { + "gotchiId": "12093", + "amount": "7.855", + "parsedAmount": "7855000000000000000" + }, + { + "gotchiId": "12096", + "amount": "13.205", + "parsedAmount": "13205000000000000000" + }, + { + "gotchiId": "12097", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "12098", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "12101", + "amount": "5.8774999999999995", + "parsedAmount": "5877499999999999500" + }, + { + "gotchiId": "12103", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "12105", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "12109", + "amount": "10.27", + "parsedAmount": "10270000000000000000" + }, + { + "gotchiId": "12111", + "amount": "42.947500000000005", + "parsedAmount": "42947500000000005000" + }, + { + "gotchiId": "12112", + "amount": "50.144999999999996", + "parsedAmount": "50144999999999996000" + }, + { + "gotchiId": "12113", + "amount": "8.21", + "parsedAmount": "8210000000000000000" + }, + { + "gotchiId": "12117", + "amount": "10.18", + "parsedAmount": "10180000000000000000" + }, + { + "gotchiId": "12118", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "12123", + "amount": "13.122499999999999", + "parsedAmount": "13122499999999999000" + }, + { + "gotchiId": "12125", + "amount": "7.785", + "parsedAmount": "7785000000000000000" + }, + { + "gotchiId": "12126", + "amount": "156.7725", + "parsedAmount": "156772500000000000000" + }, + { + "gotchiId": "12127", + "amount": "11.727500000000001", + "parsedAmount": "11727500000000001000" + }, + { + "gotchiId": "12128", + "amount": "21.2175", + "parsedAmount": "21217500000000000000" + }, + { + "gotchiId": "12129", + "amount": "6.425", + "parsedAmount": "6425000000000000000" + }, + { + "gotchiId": "12132", + "amount": "9.0275", + "parsedAmount": "9027500000000000000" + }, + { + "gotchiId": "12133", + "amount": "4.0875", + "parsedAmount": "4087500000000000000" + }, + { + "gotchiId": "12135", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "12137", + "amount": "9.8025", + "parsedAmount": "9802500000000000000" + }, + { + "gotchiId": "12138", + "amount": "10.59", + "parsedAmount": "10590000000000000000" + }, + { + "gotchiId": "12143", + "amount": "8.5425", + "parsedAmount": "8542500000000000000" + }, + { + "gotchiId": "12145", + "amount": "9.3425", + "parsedAmount": "9342500000000000000" + }, + { + "gotchiId": "12147", + "amount": "4.0275", + "parsedAmount": "4027500000000000000" + }, + { + "gotchiId": "12148", + "amount": "10.44", + "parsedAmount": "10440000000000000000" + }, + { + "gotchiId": "12150", + "amount": "9.07", + "parsedAmount": "9070000000000000000" + }, + { + "gotchiId": "12151", + "amount": "65.235", + "parsedAmount": "65235000000000000000" + }, + { + "gotchiId": "12153", + "amount": "16.355", + "parsedAmount": "16355000000000000000" + }, + { + "gotchiId": "12154", + "amount": "13.537500000000001", + "parsedAmount": "13537500000000001000" + }, + { + "gotchiId": "12156", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "12160", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "12162", + "amount": "5.7875", + "parsedAmount": "5787500000000000000" + }, + { + "gotchiId": "12163", + "amount": "11.76", + "parsedAmount": "11760000000000000000" + }, + { + "gotchiId": "12164", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "12165", + "amount": "1.9075", + "parsedAmount": "1907500000000000000" + }, + { + "gotchiId": "12166", + "amount": "12.1725", + "parsedAmount": "12172500000000000000" + }, + { + "gotchiId": "12167", + "amount": "7.430000000000001", + "parsedAmount": "7430000000000001000" + }, + { + "gotchiId": "12169", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "12170", + "amount": "12.845", + "parsedAmount": "12845000000000000000" + }, + { + "gotchiId": "12171", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "12175", + "amount": "5.175", + "parsedAmount": "5175000000000000000" + }, + { + "gotchiId": "12177", + "amount": "4.5975", + "parsedAmount": "4597500000000000000" + }, + { + "gotchiId": "12182", + "amount": "4.5475", + "parsedAmount": "4547500000000000000" + }, + { + "gotchiId": "12188", + "amount": "12.3075", + "parsedAmount": "12307500000000000000" + }, + { + "gotchiId": "12189", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "12191", + "amount": "21.294999999999998", + "parsedAmount": "21294999999999998000" + }, + { + "gotchiId": "12194", + "amount": "6.8625", + "parsedAmount": "6862500000000000000" + }, + { + "gotchiId": "12196", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "12198", + "amount": "556.2524999999999", + "parsedAmount": "556252499999999900000" + }, + { + "gotchiId": "12202", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "12204", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "12207", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "12210", + "amount": "39.115", + "parsedAmount": "39115000000000000000" + }, + { + "gotchiId": "12211", + "amount": "13.405000000000001", + "parsedAmount": "13405000000000001000" + }, + { + "gotchiId": "12212", + "amount": "6.1825", + "parsedAmount": "6182500000000000000" + }, + { + "gotchiId": "12213", + "amount": "10.6225", + "parsedAmount": "10622500000000000000" + }, + { + "gotchiId": "12214", + "amount": "26.245", + "parsedAmount": "26245000000000000000" + }, + { + "gotchiId": "12217", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "12219", + "amount": "12.8775", + "parsedAmount": "12877500000000000000" + }, + { + "gotchiId": "12221", + "amount": "23.3425", + "parsedAmount": "23342500000000000000" + }, + { + "gotchiId": "12223", + "amount": "11.99", + "parsedAmount": "11990000000000000000" + }, + { + "gotchiId": "12224", + "amount": "4.7375", + "parsedAmount": "4737500000000000000" + }, + { + "gotchiId": "12228", + "amount": "6.5874999999999995", + "parsedAmount": "6587499999999999500" + }, + { + "gotchiId": "12229", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "12231", + "amount": "13.084999999999999", + "parsedAmount": "13084999999999999000" + }, + { + "gotchiId": "12233", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "12234", + "amount": "12.2675", + "parsedAmount": "12267500000000000000" + }, + { + "gotchiId": "12237", + "amount": "17.9775", + "parsedAmount": "17977500000000000000" + }, + { + "gotchiId": "12238", + "amount": "21.88", + "parsedAmount": "21880000000000000000" + }, + { + "gotchiId": "12241", + "amount": "7.0125", + "parsedAmount": "7012500000000000000" + }, + { + "gotchiId": "12243", + "amount": "14.372499999999999", + "parsedAmount": "14372499999999999000" + }, + { + "gotchiId": "12244", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "12247", + "amount": "109.94999999999999", + "parsedAmount": "109949999999999990000" + }, + { + "gotchiId": "12248", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "12252", + "amount": "13.3275", + "parsedAmount": "13327500000000000000" + }, + { + "gotchiId": "12255", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "12257", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + }, + { + "gotchiId": "12258", + "amount": "13.032499999999999", + "parsedAmount": "13032499999999999000" + }, + { + "gotchiId": "12259", + "amount": "11.1775", + "parsedAmount": "11177500000000000000" + }, + { + "gotchiId": "12263", + "amount": "7.140000000000001", + "parsedAmount": "7140000000000001000" + }, + { + "gotchiId": "12265", + "amount": "10.6375", + "parsedAmount": "10637500000000000000" + }, + { + "gotchiId": "12266", + "amount": "4.8575", + "parsedAmount": "4857500000000000000" + }, + { + "gotchiId": "12268", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "12270", + "amount": "13.2", + "parsedAmount": "13200000000000000000" + }, + { + "gotchiId": "12271", + "amount": "3.1425", + "parsedAmount": "3142500000000000000" + }, + { + "gotchiId": "12272", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "12273", + "amount": "15.224999999999998", + "parsedAmount": "15224999999999998000" + }, + { + "gotchiId": "12278", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "12280", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "12281", + "amount": "14.684999999999999", + "parsedAmount": "14684999999999999000" + }, + { + "gotchiId": "12287", + "amount": "46.3775", + "parsedAmount": "46377500000000000000" + }, + { + "gotchiId": "12288", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "12289", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "12290", + "amount": "16.94", + "parsedAmount": "16940000000000000000" + }, + { + "gotchiId": "12295", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "12297", + "amount": "9.7625", + "parsedAmount": "9762500000000000000" + }, + { + "gotchiId": "12298", + "amount": "2.33", + "parsedAmount": "2330000000000000000" + }, + { + "gotchiId": "12299", + "amount": "8.1525", + "parsedAmount": "8152500000000000000" + }, + { + "gotchiId": "12300", + "amount": "13.88", + "parsedAmount": "13880000000000000000" + }, + { + "gotchiId": "12302", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "12303", + "amount": "11.99", + "parsedAmount": "11990000000000000000" + }, + { + "gotchiId": "12305", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "12308", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "12309", + "amount": "7.147500000000001", + "parsedAmount": "7147500000000001000" + }, + { + "gotchiId": "12310", + "amount": "13.03", + "parsedAmount": "13030000000000000000" + }, + { + "gotchiId": "12311", + "amount": "7.8075", + "parsedAmount": "7807500000000000000" + }, + { + "gotchiId": "12312", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "12315", + "amount": "19.55", + "parsedAmount": "19550000000000000000" + }, + { + "gotchiId": "12318", + "amount": "15.475", + "parsedAmount": "15475000000000000000" + }, + { + "gotchiId": "12319", + "amount": "7.282500000000001", + "parsedAmount": "7282500000000001000" + }, + { + "gotchiId": "12325", + "amount": "39.0475", + "parsedAmount": "39047500000000000000" + }, + { + "gotchiId": "12327", + "amount": "1.9475", + "parsedAmount": "1947500000000000000" + }, + { + "gotchiId": "12328", + "amount": "23.47", + "parsedAmount": "23470000000000000000" + }, + { + "gotchiId": "12332", + "amount": "11.745", + "parsedAmount": "11745000000000000000" + }, + { + "gotchiId": "12333", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "12335", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "12337", + "amount": "7.995", + "parsedAmount": "7995000000000000000" + }, + { + "gotchiId": "12338", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "12339", + "amount": "14.457500000000001", + "parsedAmount": "14457500000000001000" + }, + { + "gotchiId": "12340", + "amount": "5.422499999999999", + "parsedAmount": "5422499999999999000" + }, + { + "gotchiId": "12347", + "amount": "6.5175", + "parsedAmount": "6517500000000000000" + }, + { + "gotchiId": "12349", + "amount": "15.5175", + "parsedAmount": "15517500000000000000" + }, + { + "gotchiId": "12350", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "12353", + "amount": "34.3825", + "parsedAmount": "34382500000000000000" + }, + { + "gotchiId": "12354", + "amount": "5.2475000000000005", + "parsedAmount": "5247500000000000500" + }, + { + "gotchiId": "12355", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "12359", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "12367", + "amount": "16.127499999999998", + "parsedAmount": "16127499999999998000" + }, + { + "gotchiId": "12368", + "amount": "4.5375", + "parsedAmount": "4537500000000000000" + }, + { + "gotchiId": "12369", + "amount": "15.79", + "parsedAmount": "15790000000000000000" + }, + { + "gotchiId": "12370", + "amount": "18.5525", + "parsedAmount": "18552500000000000000" + }, + { + "gotchiId": "12371", + "amount": "10.427499999999998", + "parsedAmount": "10427499999999998000" + }, + { + "gotchiId": "12372", + "amount": "7.842499999999999", + "parsedAmount": "7842499999999999000" + }, + { + "gotchiId": "12373", + "amount": "7.032500000000001", + "parsedAmount": "7032500000000001000" + }, + { + "gotchiId": "12374", + "amount": "18.1875", + "parsedAmount": "18187500000000000000" + }, + { + "gotchiId": "12375", + "amount": "13.282499999999999", + "parsedAmount": "13282499999999999000" + }, + { + "gotchiId": "12376", + "amount": "27.8025", + "parsedAmount": "27802500000000000000" + }, + { + "gotchiId": "12378", + "amount": "10.755", + "parsedAmount": "10755000000000000000" + }, + { + "gotchiId": "12379", + "amount": "4.545", + "parsedAmount": "4545000000000000000" + }, + { + "gotchiId": "12381", + "amount": "7.824999999999999", + "parsedAmount": "7824999999999999000" + }, + { + "gotchiId": "12382", + "amount": "3.65", + "parsedAmount": "3650000000000000000" + }, + { + "gotchiId": "12384", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "12386", + "amount": "21.5175", + "parsedAmount": "21517500000000000000" + }, + { + "gotchiId": "12387", + "amount": "23.355", + "parsedAmount": "23355000000000000000" + }, + { + "gotchiId": "12388", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "12389", + "amount": "34.9575", + "parsedAmount": "34957500000000000000" + }, + { + "gotchiId": "12392", + "amount": "20.4975", + "parsedAmount": "20497500000000000000" + }, + { + "gotchiId": "12393", + "amount": "12.8375", + "parsedAmount": "12837500000000000000" + }, + { + "gotchiId": "12396", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "12397", + "amount": "19.512500000000003", + "parsedAmount": "19512500000000003000" + }, + { + "gotchiId": "12398", + "amount": "7.665", + "parsedAmount": "7665000000000000000" + }, + { + "gotchiId": "12399", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "12400", + "amount": "22.795", + "parsedAmount": "22795000000000000000" + }, + { + "gotchiId": "12402", + "amount": "24.632500000000004", + "parsedAmount": "24632500000000004000" + }, + { + "gotchiId": "12403", + "amount": "2.4025", + "parsedAmount": "2402500000000000000" + }, + { + "gotchiId": "12405", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "12406", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "12409", + "amount": "313.17", + "parsedAmount": "313170000000000000000" + }, + { + "gotchiId": "12413", + "amount": "10.5675", + "parsedAmount": "10567500000000000000" + }, + { + "gotchiId": "12415", + "amount": "3.7125", + "parsedAmount": "3712500000000000000" + }, + { + "gotchiId": "12416", + "amount": "8.2625", + "parsedAmount": "8262500000000000000" + }, + { + "gotchiId": "12417", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "12420", + "amount": "16.825", + "parsedAmount": "16825000000000000000" + }, + { + "gotchiId": "12422", + "amount": "13.295", + "parsedAmount": "13295000000000000000" + }, + { + "gotchiId": "12423", + "amount": "112.85", + "parsedAmount": "112850000000000000000" + }, + { + "gotchiId": "12427", + "amount": "11.86", + "parsedAmount": "11860000000000000000" + }, + { + "gotchiId": "12428", + "amount": "7.6725", + "parsedAmount": "7672500000000000000" + }, + { + "gotchiId": "12429", + "amount": "13.252499999999998", + "parsedAmount": "13252499999999998000" + }, + { + "gotchiId": "12430", + "amount": "16.0475", + "parsedAmount": "16047500000000000000" + }, + { + "gotchiId": "12431", + "amount": "20.5475", + "parsedAmount": "20547500000000000000" + }, + { + "gotchiId": "12436", + "amount": "9.1275", + "parsedAmount": "9127500000000000000" + }, + { + "gotchiId": "12438", + "amount": "12.02", + "parsedAmount": "12020000000000000000" + }, + { + "gotchiId": "12444", + "amount": "5.1275", + "parsedAmount": "5127500000000000000" + }, + { + "gotchiId": "12448", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "12450", + "amount": "16.425", + "parsedAmount": "16425000000000000000" + }, + { + "gotchiId": "12452", + "amount": "4.78", + "parsedAmount": "4780000000000000000" + }, + { + "gotchiId": "12453", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "12454", + "amount": "16.7875", + "parsedAmount": "16787500000000000000" + }, + { + "gotchiId": "12457", + "amount": "30.585", + "parsedAmount": "30585000000000000000" + }, + { + "gotchiId": "12459", + "amount": "5.484999999999999", + "parsedAmount": "5484999999999999000" + }, + { + "gotchiId": "12461", + "amount": "5.1575", + "parsedAmount": "5157500000000000000" + }, + { + "gotchiId": "12464", + "amount": "7.9", + "parsedAmount": "7900000000000000000" + }, + { + "gotchiId": "12466", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "12467", + "amount": "11.1475", + "parsedAmount": "11147500000000000000" + }, + { + "gotchiId": "12469", + "amount": "6.63", + "parsedAmount": "6630000000000000000" + }, + { + "gotchiId": "12471", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "12472", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "12473", + "amount": "7.0024999999999995", + "parsedAmount": "7002499999999999500" + }, + { + "gotchiId": "12474", + "amount": "22.77", + "parsedAmount": "22770000000000000000" + }, + { + "gotchiId": "12475", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "12477", + "amount": "45.47", + "parsedAmount": "45470000000000000000" + }, + { + "gotchiId": "12482", + "amount": "15.515", + "parsedAmount": "15515000000000000000" + }, + { + "gotchiId": "12484", + "amount": "13.6975", + "parsedAmount": "13697500000000000000" + }, + { + "gotchiId": "12486", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "12488", + "amount": "19.009999999999998", + "parsedAmount": "19009999999999998000" + }, + { + "gotchiId": "12489", + "amount": "4.7475", + "parsedAmount": "4747500000000000000" + }, + { + "gotchiId": "12493", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "12494", + "amount": "31.82", + "parsedAmount": "31820000000000000000" + }, + { + "gotchiId": "12496", + "amount": "4.640000000000001", + "parsedAmount": "4640000000000001000" + }, + { + "gotchiId": "12499", + "amount": "8.0175", + "parsedAmount": "8017500000000000000" + }, + { + "gotchiId": "12501", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "12502", + "amount": "3.2125", + "parsedAmount": "3212500000000000000" + }, + { + "gotchiId": "12503", + "amount": "19.29", + "parsedAmount": "19290000000000000000" + }, + { + "gotchiId": "12504", + "amount": "28.6325", + "parsedAmount": "28632500000000000000" + }, + { + "gotchiId": "12506", + "amount": "14.315", + "parsedAmount": "14315000000000000000" + }, + { + "gotchiId": "12508", + "amount": "22.6625", + "parsedAmount": "22662500000000000000" + }, + { + "gotchiId": "12509", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "12511", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "12512", + "amount": "9.36", + "parsedAmount": "9360000000000000000" + }, + { + "gotchiId": "12513", + "amount": "22.994999999999997", + "parsedAmount": "22994999999999997000" + }, + { + "gotchiId": "12514", + "amount": "3.6225", + "parsedAmount": "3622500000000000000" + }, + { + "gotchiId": "12515", + "amount": "92.7175", + "parsedAmount": "92717500000000000000" + }, + { + "gotchiId": "12516", + "amount": "6.425000000000001", + "parsedAmount": "6425000000000001000" + }, + { + "gotchiId": "12518", + "amount": "342.71999999999997", + "parsedAmount": "342719999999999970000" + }, + { + "gotchiId": "12519", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "12521", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "12522", + "amount": "2.305", + "parsedAmount": "2305000000000000000" + }, + { + "gotchiId": "12523", + "amount": "7.5125", + "parsedAmount": "7512500000000000000" + }, + { + "gotchiId": "12524", + "amount": "4.155", + "parsedAmount": "4155000000000000000" + }, + { + "gotchiId": "12525", + "amount": "18.380000000000003", + "parsedAmount": "18380000000000003000" + }, + { + "gotchiId": "12526", + "amount": "6.07", + "parsedAmount": "6070000000000000000" + }, + { + "gotchiId": "12527", + "amount": "3.3325", + "parsedAmount": "3332500000000000000" + }, + { + "gotchiId": "12528", + "amount": "11.4525", + "parsedAmount": "11452500000000000000" + }, + { + "gotchiId": "12529", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "12530", + "amount": "53.095", + "parsedAmount": "53095000000000000000" + }, + { + "gotchiId": "12531", + "amount": "8.120000000000001", + "parsedAmount": "8120000000000001000" + }, + { + "gotchiId": "12532", + "amount": "35.31999999999999", + "parsedAmount": "35319999999999990000" + }, + { + "gotchiId": "12533", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "12537", + "amount": "4.89", + "parsedAmount": "4890000000000000000" + }, + { + "gotchiId": "12538", + "amount": "12.7375", + "parsedAmount": "12737500000000000000" + }, + { + "gotchiId": "12539", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "12540", + "amount": "9.0425", + "parsedAmount": "9042500000000000000" + }, + { + "gotchiId": "12541", + "amount": "18.1175", + "parsedAmount": "18117500000000000000" + }, + { + "gotchiId": "12543", + "amount": "14.817499999999999", + "parsedAmount": "14817499999999999000" + }, + { + "gotchiId": "12546", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "12549", + "amount": "22.14", + "parsedAmount": "22140000000000000000" + }, + { + "gotchiId": "12550", + "amount": "12.6225", + "parsedAmount": "12622500000000000000" + }, + { + "gotchiId": "12551", + "amount": "8.807500000000001", + "parsedAmount": "8807500000000001000" + }, + { + "gotchiId": "12555", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "12557", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "12558", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "12559", + "amount": "13.192499999999999", + "parsedAmount": "13192499999999999000" + }, + { + "gotchiId": "12560", + "amount": "13.185", + "parsedAmount": "13185000000000000000" + }, + { + "gotchiId": "12561", + "amount": "10.7275", + "parsedAmount": "10727500000000000000" + }, + { + "gotchiId": "12564", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "12569", + "amount": "12.5925", + "parsedAmount": "12592500000000000000" + }, + { + "gotchiId": "12570", + "amount": "12.905000000000001", + "parsedAmount": "12905000000000001000" + }, + { + "gotchiId": "12571", + "amount": "12", + "parsedAmount": "12000000000000000000" + }, + { + "gotchiId": "12572", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "12573", + "amount": "14.482499999999998", + "parsedAmount": "14482499999999998000" + }, + { + "gotchiId": "12575", + "amount": "17.0025", + "parsedAmount": "17002500000000000000" + }, + { + "gotchiId": "12577", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "12580", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "12581", + "amount": "24.205", + "parsedAmount": "24205000000000000000" + }, + { + "gotchiId": "12583", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "12587", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "12589", + "amount": "12.4125", + "parsedAmount": "12412500000000000000" + }, + { + "gotchiId": "12592", + "amount": "2.2975", + "parsedAmount": "2297500000000000000" + }, + { + "gotchiId": "12593", + "amount": "22.7575", + "parsedAmount": "22757500000000000000" + }, + { + "gotchiId": "12594", + "amount": "15.655000000000001", + "parsedAmount": "15655000000000001000" + }, + { + "gotchiId": "12600", + "amount": "17.705", + "parsedAmount": "17705000000000000000" + }, + { + "gotchiId": "12606", + "amount": "11.639999999999999", + "parsedAmount": "11639999999999999000" + }, + { + "gotchiId": "12609", + "amount": "13.2525", + "parsedAmount": "13252500000000000000" + }, + { + "gotchiId": "12611", + "amount": "2179.165", + "parsedAmount": "2179165000000000000000" + }, + { + "gotchiId": "12612", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "12616", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "12617", + "amount": "17.5675", + "parsedAmount": "17567500000000000000" + }, + { + "gotchiId": "12619", + "amount": "13.692499999999999", + "parsedAmount": "13692499999999999000" + }, + { + "gotchiId": "12620", + "amount": "10.245", + "parsedAmount": "10245000000000000000" + }, + { + "gotchiId": "12621", + "amount": "11.4275", + "parsedAmount": "11427500000000000000" + }, + { + "gotchiId": "12622", + "amount": "12.97", + "parsedAmount": "12970000000000000000" + }, + { + "gotchiId": "12623", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "12624", + "amount": "14.462499999999999", + "parsedAmount": "14462499999999999000" + }, + { + "gotchiId": "12627", + "amount": "15.6675", + "parsedAmount": "15667500000000000000" + }, + { + "gotchiId": "12628", + "amount": "45.205", + "parsedAmount": "45205000000000000000" + }, + { + "gotchiId": "12629", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "12631", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "12634", + "amount": "19.615", + "parsedAmount": "19615000000000000000" + }, + { + "gotchiId": "12635", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "12637", + "amount": "18.315", + "parsedAmount": "18315000000000000000" + }, + { + "gotchiId": "12650", + "amount": "15.66", + "parsedAmount": "15660000000000000000" + }, + { + "gotchiId": "12652", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "12653", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "12654", + "amount": "7.175", + "parsedAmount": "7175000000000000000" + }, + { + "gotchiId": "12656", + "amount": "34.285", + "parsedAmount": "34285000000000000000" + }, + { + "gotchiId": "12657", + "amount": "6.952500000000001", + "parsedAmount": "6952500000000001000" + }, + { + "gotchiId": "12660", + "amount": "21.674999999999997", + "parsedAmount": "21674999999999997000" + }, + { + "gotchiId": "12662", + "amount": "12", + "parsedAmount": "12000000000000000000" + }, + { + "gotchiId": "12663", + "amount": "7.1825", + "parsedAmount": "7182500000000000000" + }, + { + "gotchiId": "12664", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "12671", + "amount": "39.2325", + "parsedAmount": "39232500000000000000" + }, + { + "gotchiId": "12672", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "12677", + "amount": "5.9225", + "parsedAmount": "5922500000000000000" + }, + { + "gotchiId": "12678", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "12681", + "amount": "7.654999999999999", + "parsedAmount": "7654999999999999000" + }, + { + "gotchiId": "12684", + "amount": "2.655", + "parsedAmount": "2655000000000000000" + }, + { + "gotchiId": "12685", + "amount": "11.25", + "parsedAmount": "11250000000000000000" + }, + { + "gotchiId": "12686", + "amount": "203.00500000000002", + "parsedAmount": "203005000000000020000" + }, + { + "gotchiId": "12688", + "amount": "10.129999999999999", + "parsedAmount": "10129999999999999000" + }, + { + "gotchiId": "12689", + "amount": "10.8125", + "parsedAmount": "10812500000000000000" + }, + { + "gotchiId": "12690", + "amount": "2.78", + "parsedAmount": "2780000000000000000" + }, + { + "gotchiId": "12691", + "amount": "16.0625", + "parsedAmount": "16062500000000000000" + }, + { + "gotchiId": "12693", + "amount": "3.3775", + "parsedAmount": "3377500000000000000" + }, + { + "gotchiId": "12694", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "12695", + "amount": "30.83", + "parsedAmount": "30830000000000000000" + }, + { + "gotchiId": "12696", + "amount": "11.5475", + "parsedAmount": "11547500000000000000" + }, + { + "gotchiId": "12698", + "amount": "34.3525", + "parsedAmount": "34352500000000000000" + }, + { + "gotchiId": "12700", + "amount": "13.5", + "parsedAmount": "13500000000000000000" + }, + { + "gotchiId": "12702", + "amount": "10.7", + "parsedAmount": "10700000000000000000" + }, + { + "gotchiId": "12704", + "amount": "12.600000000000001", + "parsedAmount": "12600000000000001000" + }, + { + "gotchiId": "12705", + "amount": "9.57", + "parsedAmount": "9570000000000000000" + }, + { + "gotchiId": "12707", + "amount": "14.36", + "parsedAmount": "14360000000000000000" + }, + { + "gotchiId": "12710", + "amount": "13.3125", + "parsedAmount": "13312500000000000000" + }, + { + "gotchiId": "12713", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "12714", + "amount": "9.7075", + "parsedAmount": "9707500000000000000" + }, + { + "gotchiId": "12715", + "amount": "14.782499999999999", + "parsedAmount": "14782499999999999000" + }, + { + "gotchiId": "12716", + "amount": "7.967499999999999", + "parsedAmount": "7967499999999999000" + }, + { + "gotchiId": "12718", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "12719", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "12723", + "amount": "11.672500000000001", + "parsedAmount": "11672500000000001000" + }, + { + "gotchiId": "12725", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "12727", + "amount": "48.0725", + "parsedAmount": "48072500000000000000" + }, + { + "gotchiId": "12728", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "12730", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "12731", + "amount": "7.435", + "parsedAmount": "7435000000000000000" + }, + { + "gotchiId": "12736", + "amount": "8.6675", + "parsedAmount": "8667500000000000000" + }, + { + "gotchiId": "12738", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "12740", + "amount": "17.1175", + "parsedAmount": "17117500000000000000" + }, + { + "gotchiId": "12741", + "amount": "41.057500000000005", + "parsedAmount": "41057500000000005000" + }, + { + "gotchiId": "12743", + "amount": "4.95", + "parsedAmount": "4950000000000000000" + }, + { + "gotchiId": "12744", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "12745", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "12749", + "amount": "6.4725", + "parsedAmount": "6472500000000000000" + }, + { + "gotchiId": "12750", + "amount": "12.07", + "parsedAmount": "12070000000000000000" + }, + { + "gotchiId": "12755", + "amount": "10.365", + "parsedAmount": "10365000000000000000" + }, + { + "gotchiId": "12757", + "amount": "18.2075", + "parsedAmount": "18207500000000000000" + }, + { + "gotchiId": "12758", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "12759", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "12760", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "12762", + "amount": "6.3325", + "parsedAmount": "6332500000000000000" + }, + { + "gotchiId": "12764", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "12765", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "12766", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "12767", + "amount": "26.077499999999997", + "parsedAmount": "26077499999999997000" + }, + { + "gotchiId": "12768", + "amount": "10.435", + "parsedAmount": "10435000000000000000" + }, + { + "gotchiId": "12770", + "amount": "18.9725", + "parsedAmount": "18972500000000000000" + }, + { + "gotchiId": "12771", + "amount": "5.84", + "parsedAmount": "5840000000000000000" + }, + { + "gotchiId": "12772", + "amount": "7.4275", + "parsedAmount": "7427500000000000000" + }, + { + "gotchiId": "12774", + "amount": "11.49", + "parsedAmount": "11490000000000000000" + }, + { + "gotchiId": "12778", + "amount": "17.35", + "parsedAmount": "17350000000000000000" + }, + { + "gotchiId": "12779", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "12782", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "12784", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "12785", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "12789", + "amount": "9.1725", + "parsedAmount": "9172500000000000000" + }, + { + "gotchiId": "12790", + "amount": "10.505", + "parsedAmount": "10505000000000000000" + }, + { + "gotchiId": "12794", + "amount": "40.057500000000005", + "parsedAmount": "40057500000000005000" + }, + { + "gotchiId": "12798", + "amount": "5.5175", + "parsedAmount": "5517500000000000000" + }, + { + "gotchiId": "12800", + "amount": "3.21", + "parsedAmount": "3210000000000000000" + }, + { + "gotchiId": "12801", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "12805", + "amount": "4.715", + "parsedAmount": "4715000000000000000" + }, + { + "gotchiId": "12806", + "amount": "7.7025", + "parsedAmount": "7702500000000000000" + }, + { + "gotchiId": "12807", + "amount": "10.9625", + "parsedAmount": "10962500000000000000" + }, + { + "gotchiId": "12810", + "amount": "53.99000000000001", + "parsedAmount": "53990000000000010000" + }, + { + "gotchiId": "12813", + "amount": "7.115", + "parsedAmount": "7115000000000000000" + }, + { + "gotchiId": "12814", + "amount": "9.895", + "parsedAmount": "9895000000000000000" + }, + { + "gotchiId": "12815", + "amount": "19.445", + "parsedAmount": "19445000000000000000" + }, + { + "gotchiId": "12819", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "12820", + "amount": "4.8725", + "parsedAmount": "4872500000000000000" + }, + { + "gotchiId": "12822", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "12823", + "amount": "8.45", + "parsedAmount": "8450000000000000000" + }, + { + "gotchiId": "12825", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "12826", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "12827", + "amount": "2.35", + "parsedAmount": "2350000000000000000" + }, + { + "gotchiId": "12830", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "12831", + "amount": "6.9525", + "parsedAmount": "6952500000000000000" + }, + { + "gotchiId": "12833", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "12835", + "amount": "12.035", + "parsedAmount": "12035000000000000000" + }, + { + "gotchiId": "12836", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "12845", + "amount": "3.965", + "parsedAmount": "3965000000000000000" + }, + { + "gotchiId": "12846", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "12847", + "amount": "15.115", + "parsedAmount": "15115000000000000000" + }, + { + "gotchiId": "12848", + "amount": "45.27", + "parsedAmount": "45270000000000000000" + }, + { + "gotchiId": "12849", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "12850", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "12852", + "amount": "8.305", + "parsedAmount": "8305000000000000000" + }, + { + "gotchiId": "12853", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "12854", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "12856", + "amount": "5.97", + "parsedAmount": "5970000000000000000" + }, + { + "gotchiId": "12858", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "12861", + "amount": "4.1175", + "parsedAmount": "4117500000000000000" + } + ], + "totalAmount": "9551109999999999895500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768495, + "gasUsed": "9842440" + }, + { + "batchIndex": 12, + "transactionHash": "0x5b788d4ca01f46bcf5f860a5a0c23c63378791dc1e8683feb77f16ea29c4e420", + "timestamp": "2025-11-05T07:05:38.488Z", + "gotchiRewards": [ + { + "gotchiId": "12864", + "amount": "14.350000000000001", + "parsedAmount": "14350000000000001000" + }, + { + "gotchiId": "12865", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "12867", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "12868", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "12870", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "12871", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "12873", + "amount": "29.810000000000002", + "parsedAmount": "29810000000000002000" + }, + { + "gotchiId": "12875", + "amount": "11.435", + "parsedAmount": "11435000000000000000" + }, + { + "gotchiId": "12877", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "12878", + "amount": "22.365", + "parsedAmount": "22365000000000000000" + }, + { + "gotchiId": "12879", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "12882", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "12883", + "amount": "13.2075", + "parsedAmount": "13207500000000000000" + }, + { + "gotchiId": "12884", + "amount": "2.95", + "parsedAmount": "2950000000000000000" + }, + { + "gotchiId": "12885", + "amount": "5.915", + "parsedAmount": "5915000000000000000" + }, + { + "gotchiId": "12886", + "amount": "56.385000000000005", + "parsedAmount": "56385000000000005000" + }, + { + "gotchiId": "12888", + "amount": "4.8", + "parsedAmount": "4800000000000000000" + }, + { + "gotchiId": "12890", + "amount": "11.1675", + "parsedAmount": "11167500000000000000" + }, + { + "gotchiId": "12891", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "12893", + "amount": "116.3675", + "parsedAmount": "116367500000000000000" + }, + { + "gotchiId": "12897", + "amount": "28.799999999999997", + "parsedAmount": "28799999999999997000" + }, + { + "gotchiId": "12898", + "amount": "16.445", + "parsedAmount": "16445000000000000000" + }, + { + "gotchiId": "12903", + "amount": "16.9825", + "parsedAmount": "16982500000000000000" + }, + { + "gotchiId": "12905", + "amount": "6.13", + "parsedAmount": "6130000000000000000" + }, + { + "gotchiId": "12910", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "12911", + "amount": "13.325000000000001", + "parsedAmount": "13325000000000001000" + }, + { + "gotchiId": "12913", + "amount": "4.795", + "parsedAmount": "4795000000000000000" + }, + { + "gotchiId": "12914", + "amount": "3.8525", + "parsedAmount": "3852500000000000000" + }, + { + "gotchiId": "12918", + "amount": "59.20249999999999", + "parsedAmount": "59202499999999990000" + }, + { + "gotchiId": "12920", + "amount": "10.932500000000001", + "parsedAmount": "10932500000000001000" + }, + { + "gotchiId": "12922", + "amount": "2.205", + "parsedAmount": "2205000000000000000" + }, + { + "gotchiId": "12925", + "amount": "11.595", + "parsedAmount": "11595000000000000000" + }, + { + "gotchiId": "12927", + "amount": "6.862500000000001", + "parsedAmount": "6862500000000001000" + }, + { + "gotchiId": "12928", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "12931", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "12932", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "12934", + "amount": "18.255", + "parsedAmount": "18255000000000000000" + }, + { + "gotchiId": "12940", + "amount": "2.025", + "parsedAmount": "2025000000000000000" + }, + { + "gotchiId": "12942", + "amount": "6.977499999999999", + "parsedAmount": "6977499999999999000" + }, + { + "gotchiId": "12947", + "amount": "6.72", + "parsedAmount": "6720000000000000000" + }, + { + "gotchiId": "12949", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "12950", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "12951", + "amount": "4.175", + "parsedAmount": "4175000000000000000" + }, + { + "gotchiId": "12954", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "12955", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "12956", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "12958", + "amount": "14.9025", + "parsedAmount": "14902500000000000000" + }, + { + "gotchiId": "12960", + "amount": "2.4225", + "parsedAmount": "2422500000000000000" + }, + { + "gotchiId": "12962", + "amount": "18.2725", + "parsedAmount": "18272500000000000000" + }, + { + "gotchiId": "12966", + "amount": "5.577500000000001", + "parsedAmount": "5577500000000001000" + }, + { + "gotchiId": "12967", + "amount": "6.827500000000001", + "parsedAmount": "6827500000000001000" + }, + { + "gotchiId": "12969", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "12970", + "amount": "9.177499999999998", + "parsedAmount": "9177499999999998000" + }, + { + "gotchiId": "12972", + "amount": "12.307500000000001", + "parsedAmount": "12307500000000001000" + }, + { + "gotchiId": "12973", + "amount": "6.3375", + "parsedAmount": "6337500000000000000" + }, + { + "gotchiId": "12974", + "amount": "8.9675", + "parsedAmount": "8967500000000000000" + }, + { + "gotchiId": "12976", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "12977", + "amount": "4.727499999999999", + "parsedAmount": "4727499999999999000" + }, + { + "gotchiId": "12978", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "12980", + "amount": "7.2875", + "parsedAmount": "7287500000000000000" + }, + { + "gotchiId": "12981", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "12984", + "amount": "9.225", + "parsedAmount": "9225000000000000000" + }, + { + "gotchiId": "12986", + "amount": "24.645000000000003", + "parsedAmount": "24645000000000003000" + }, + { + "gotchiId": "12990", + "amount": "25.102500000000003", + "parsedAmount": "25102500000000003000" + }, + { + "gotchiId": "12996", + "amount": "6.47", + "parsedAmount": "6470000000000000000" + }, + { + "gotchiId": "12998", + "amount": "13.115", + "parsedAmount": "13115000000000000000" + }, + { + "gotchiId": "13006", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "13008", + "amount": "9.0875", + "parsedAmount": "9087500000000000000" + }, + { + "gotchiId": "13010", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "13011", + "amount": "9.565", + "parsedAmount": "9565000000000000000" + }, + { + "gotchiId": "13014", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "13015", + "amount": "6.5874999999999995", + "parsedAmount": "6587499999999999500" + }, + { + "gotchiId": "13016", + "amount": "12.635", + "parsedAmount": "12635000000000000000" + }, + { + "gotchiId": "13017", + "amount": "13.465", + "parsedAmount": "13465000000000000000" + }, + { + "gotchiId": "13020", + "amount": "3.68", + "parsedAmount": "3680000000000000000" + }, + { + "gotchiId": "13021", + "amount": "8.41", + "parsedAmount": "8410000000000000000" + }, + { + "gotchiId": "13022", + "amount": "17.2225", + "parsedAmount": "17222500000000000000" + }, + { + "gotchiId": "13024", + "amount": "13.53", + "parsedAmount": "13530000000000000000" + }, + { + "gotchiId": "13030", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "13031", + "amount": "5.025", + "parsedAmount": "5025000000000000000" + }, + { + "gotchiId": "13033", + "amount": "13.9", + "parsedAmount": "13900000000000000000" + }, + { + "gotchiId": "13038", + "amount": "16.1475", + "parsedAmount": "16147500000000000000" + }, + { + "gotchiId": "13040", + "amount": "9.23", + "parsedAmount": "9230000000000000000" + }, + { + "gotchiId": "13043", + "amount": "10.555", + "parsedAmount": "10555000000000000000" + }, + { + "gotchiId": "13046", + "amount": "17.565", + "parsedAmount": "17565000000000000000" + }, + { + "gotchiId": "13047", + "amount": "6.6275", + "parsedAmount": "6627500000000000000" + }, + { + "gotchiId": "13052", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "13053", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "13054", + "amount": "10.3975", + "parsedAmount": "10397500000000000000" + }, + { + "gotchiId": "13055", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "13057", + "amount": "11.157499999999999", + "parsedAmount": "11157499999999999000" + }, + { + "gotchiId": "13061", + "amount": "20.4075", + "parsedAmount": "20407500000000000000" + }, + { + "gotchiId": "13064", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "13065", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "13069", + "amount": "7.805", + "parsedAmount": "7805000000000000000" + }, + { + "gotchiId": "13070", + "amount": "3.3525", + "parsedAmount": "3352500000000000000" + }, + { + "gotchiId": "13071", + "amount": "16.705", + "parsedAmount": "16705000000000000000" + }, + { + "gotchiId": "13072", + "amount": "44.67750000000001", + "parsedAmount": "44677500000000010000" + }, + { + "gotchiId": "13073", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "13074", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "13075", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "13076", + "amount": "47.08500000000001", + "parsedAmount": "47085000000000010000" + }, + { + "gotchiId": "13077", + "amount": "7.8725", + "parsedAmount": "7872500000000000000" + }, + { + "gotchiId": "13082", + "amount": "12.7", + "parsedAmount": "12700000000000000000" + }, + { + "gotchiId": "13085", + "amount": "13.4475", + "parsedAmount": "13447500000000000000" + }, + { + "gotchiId": "13086", + "amount": "18.69", + "parsedAmount": "18690000000000000000" + }, + { + "gotchiId": "13088", + "amount": "7.5875", + "parsedAmount": "7587500000000000000" + }, + { + "gotchiId": "13090", + "amount": "7.977500000000001", + "parsedAmount": "7977500000000001000" + }, + { + "gotchiId": "13093", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "13094", + "amount": "15.4525", + "parsedAmount": "15452500000000000000" + }, + { + "gotchiId": "13098", + "amount": "2.1125", + "parsedAmount": "2112500000000000000" + }, + { + "gotchiId": "13099", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "13100", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "13103", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "13104", + "amount": "20.9775", + "parsedAmount": "20977500000000000000" + }, + { + "gotchiId": "13106", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "13107", + "amount": "33.65", + "parsedAmount": "33650000000000000000" + }, + { + "gotchiId": "13108", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "13112", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "13114", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "13115", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "13116", + "amount": "19.6025", + "parsedAmount": "19602500000000000000" + }, + { + "gotchiId": "13118", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "13119", + "amount": "13.175", + "parsedAmount": "13175000000000000000" + }, + { + "gotchiId": "13120", + "amount": "5.2475", + "parsedAmount": "5247500000000000000" + }, + { + "gotchiId": "13121", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "13122", + "amount": "7.797499999999999", + "parsedAmount": "7797499999999999000" + }, + { + "gotchiId": "13123", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13124", + "amount": "13.865", + "parsedAmount": "13865000000000000000" + }, + { + "gotchiId": "13126", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "13129", + "amount": "7.6", + "parsedAmount": "7600000000000000000" + }, + { + "gotchiId": "13134", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "13135", + "amount": "2.825", + "parsedAmount": "2825000000000000000" + }, + { + "gotchiId": "13137", + "amount": "44.25", + "parsedAmount": "44250000000000000000" + }, + { + "gotchiId": "13143", + "amount": "28.002499999999998", + "parsedAmount": "28002499999999998000" + }, + { + "gotchiId": "13150", + "amount": "6.46", + "parsedAmount": "6460000000000000000" + }, + { + "gotchiId": "13152", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "13153", + "amount": "18.7", + "parsedAmount": "18700000000000000000" + }, + { + "gotchiId": "13159", + "amount": "25.297500000000003", + "parsedAmount": "25297500000000003000" + }, + { + "gotchiId": "13162", + "amount": "4.7", + "parsedAmount": "4700000000000000000" + }, + { + "gotchiId": "13165", + "amount": "7.91", + "parsedAmount": "7910000000000000000" + }, + { + "gotchiId": "13166", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "13169", + "amount": "12.877500000000001", + "parsedAmount": "12877500000000001000" + }, + { + "gotchiId": "13170", + "amount": "15.252500000000001", + "parsedAmount": "15252500000000001000" + }, + { + "gotchiId": "13171", + "amount": "8.495000000000001", + "parsedAmount": "8495000000000001000" + }, + { + "gotchiId": "13172", + "amount": "13.61", + "parsedAmount": "13610000000000000000" + }, + { + "gotchiId": "13182", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "13185", + "amount": "25.267500000000002", + "parsedAmount": "25267500000000002000" + }, + { + "gotchiId": "13186", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "13187", + "amount": "1.885", + "parsedAmount": "1885000000000000000" + }, + { + "gotchiId": "13191", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "13192", + "amount": "11.532499999999999", + "parsedAmount": "11532499999999999000" + }, + { + "gotchiId": "13193", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "13194", + "amount": "13.5525", + "parsedAmount": "13552500000000000000" + }, + { + "gotchiId": "13195", + "amount": "2.6475", + "parsedAmount": "2647500000000000000" + }, + { + "gotchiId": "13199", + "amount": "9.6775", + "parsedAmount": "9677500000000000000" + }, + { + "gotchiId": "13203", + "amount": "9.94", + "parsedAmount": "9940000000000000000" + }, + { + "gotchiId": "13205", + "amount": "9.82", + "parsedAmount": "9820000000000000000" + }, + { + "gotchiId": "13208", + "amount": "18.627499999999998", + "parsedAmount": "18627499999999998000" + }, + { + "gotchiId": "13209", + "amount": "9.9625", + "parsedAmount": "9962500000000000000" + }, + { + "gotchiId": "13210", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "13212", + "amount": "412.3125", + "parsedAmount": "412312500000000000000" + }, + { + "gotchiId": "13216", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "13217", + "amount": "4.9925", + "parsedAmount": "4992500000000000000" + }, + { + "gotchiId": "13218", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "13219", + "amount": "11.7225", + "parsedAmount": "11722500000000000000" + }, + { + "gotchiId": "13222", + "amount": "5.1825", + "parsedAmount": "5182500000000000000" + }, + { + "gotchiId": "13223", + "amount": "43.6875", + "parsedAmount": "43687500000000000000" + }, + { + "gotchiId": "13225", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "13226", + "amount": "14.02", + "parsedAmount": "14020000000000000000" + }, + { + "gotchiId": "13230", + "amount": "15.45", + "parsedAmount": "15450000000000000000" + }, + { + "gotchiId": "13233", + "amount": "26.1475", + "parsedAmount": "26147500000000000000" + }, + { + "gotchiId": "13236", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "13237", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "13238", + "amount": "38.462500000000006", + "parsedAmount": "38462500000000006000" + }, + { + "gotchiId": "13241", + "amount": "156.0925", + "parsedAmount": "156092500000000000000" + }, + { + "gotchiId": "13242", + "amount": "5.77", + "parsedAmount": "5770000000000000000" + }, + { + "gotchiId": "13247", + "amount": "11.6975", + "parsedAmount": "11697500000000000000" + }, + { + "gotchiId": "13251", + "amount": "16.145", + "parsedAmount": "16145000000000000000" + }, + { + "gotchiId": "13252", + "amount": "19.0675", + "parsedAmount": "19067500000000000000" + }, + { + "gotchiId": "13256", + "amount": "9.8325", + "parsedAmount": "9832500000000000000" + }, + { + "gotchiId": "13260", + "amount": "17.385", + "parsedAmount": "17385000000000000000" + }, + { + "gotchiId": "13261", + "amount": "18.1925", + "parsedAmount": "18192500000000000000" + }, + { + "gotchiId": "13262", + "amount": "311.15999999999997", + "parsedAmount": "311159999999999970000" + }, + { + "gotchiId": "13264", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "13267", + "amount": "8.9125", + "parsedAmount": "8912500000000000000" + }, + { + "gotchiId": "13268", + "amount": "4.5475", + "parsedAmount": "4547500000000000000" + }, + { + "gotchiId": "13276", + "amount": "17.155", + "parsedAmount": "17155000000000000000" + }, + { + "gotchiId": "13281", + "amount": "18.387500000000003", + "parsedAmount": "18387500000000003000" + }, + { + "gotchiId": "13282", + "amount": "12.025", + "parsedAmount": "12025000000000000000" + }, + { + "gotchiId": "13283", + "amount": "3.13", + "parsedAmount": "3130000000000000000" + }, + { + "gotchiId": "13284", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "13285", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "13288", + "amount": "3.8275", + "parsedAmount": "3827500000000000000" + }, + { + "gotchiId": "13289", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "13293", + "amount": "15.745000000000001", + "parsedAmount": "15745000000000001000" + }, + { + "gotchiId": "13295", + "amount": "9.125", + "parsedAmount": "9125000000000000000" + }, + { + "gotchiId": "13296", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "13299", + "amount": "19.4", + "parsedAmount": "19400000000000000000" + }, + { + "gotchiId": "13300", + "amount": "6.945", + "parsedAmount": "6945000000000000000" + }, + { + "gotchiId": "13302", + "amount": "11.665", + "parsedAmount": "11665000000000000000" + }, + { + "gotchiId": "13304", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "13305", + "amount": "26.3", + "parsedAmount": "26300000000000000000" + }, + { + "gotchiId": "13311", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "13317", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "13318", + "amount": "16.09", + "parsedAmount": "16090000000000000000" + }, + { + "gotchiId": "13319", + "amount": "11.535", + "parsedAmount": "11535000000000000000" + }, + { + "gotchiId": "13320", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "13321", + "amount": "9.66", + "parsedAmount": "9660000000000000000" + }, + { + "gotchiId": "13323", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "13324", + "amount": "10.459999999999999", + "parsedAmount": "10459999999999999000" + }, + { + "gotchiId": "13325", + "amount": "5.37", + "parsedAmount": "5370000000000000000" + }, + { + "gotchiId": "13326", + "amount": "15.175", + "parsedAmount": "15175000000000000000" + }, + { + "gotchiId": "13329", + "amount": "4.5075", + "parsedAmount": "4507500000000000000" + }, + { + "gotchiId": "13336", + "amount": "6.567500000000001", + "parsedAmount": "6567500000000001000" + }, + { + "gotchiId": "13338", + "amount": "13.44", + "parsedAmount": "13440000000000000000" + }, + { + "gotchiId": "13342", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "13343", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "13344", + "amount": "15.0575", + "parsedAmount": "15057500000000000000" + }, + { + "gotchiId": "13346", + "amount": "13.774999999999999", + "parsedAmount": "13774999999999999000" + }, + { + "gotchiId": "13347", + "amount": "4.685", + "parsedAmount": "4685000000000000000" + }, + { + "gotchiId": "13349", + "amount": "3.91", + "parsedAmount": "3910000000000000000" + }, + { + "gotchiId": "13351", + "amount": "22.759999999999998", + "parsedAmount": "22759999999999998000" + }, + { + "gotchiId": "13352", + "amount": "6.3825", + "parsedAmount": "6382500000000000000" + }, + { + "gotchiId": "13353", + "amount": "7.9125", + "parsedAmount": "7912500000000000000" + }, + { + "gotchiId": "13354", + "amount": "15.9625", + "parsedAmount": "15962500000000000000" + }, + { + "gotchiId": "13357", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "13358", + "amount": "6.297499999999999", + "parsedAmount": "6297499999999999000" + }, + { + "gotchiId": "13363", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "13364", + "amount": "24.2725", + "parsedAmount": "24272500000000000000" + }, + { + "gotchiId": "13367", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "13369", + "amount": "5.2125", + "parsedAmount": "5212500000000000000" + }, + { + "gotchiId": "13372", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "13379", + "amount": "7.084999999999999", + "parsedAmount": "7084999999999999000" + }, + { + "gotchiId": "13380", + "amount": "3.22", + "parsedAmount": "3220000000000000000" + }, + { + "gotchiId": "13381", + "amount": "10.605", + "parsedAmount": "10605000000000000000" + }, + { + "gotchiId": "13383", + "amount": "7.775", + "parsedAmount": "7775000000000000000" + }, + { + "gotchiId": "13384", + "amount": "2.335", + "parsedAmount": "2335000000000000000" + }, + { + "gotchiId": "13386", + "amount": "2.355", + "parsedAmount": "2355000000000000000" + }, + { + "gotchiId": "13387", + "amount": "12.477500000000001", + "parsedAmount": "12477500000000001000" + }, + { + "gotchiId": "13391", + "amount": "9.182500000000001", + "parsedAmount": "9182500000000001000" + }, + { + "gotchiId": "13396", + "amount": "2.6975", + "parsedAmount": "2697500000000000000" + }, + { + "gotchiId": "13398", + "amount": "24.14", + "parsedAmount": "24140000000000000000" + }, + { + "gotchiId": "13399", + "amount": "12.765", + "parsedAmount": "12765000000000000000" + }, + { + "gotchiId": "13401", + "amount": "93.965", + "parsedAmount": "93965000000000000000" + }, + { + "gotchiId": "13404", + "amount": "22.9875", + "parsedAmount": "22987500000000000000" + }, + { + "gotchiId": "13407", + "amount": "4.845", + "parsedAmount": "4845000000000000000" + }, + { + "gotchiId": "13411", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "13413", + "amount": "111.5325", + "parsedAmount": "111532500000000000000" + }, + { + "gotchiId": "13414", + "amount": "6.074999999999999", + "parsedAmount": "6074999999999999000" + }, + { + "gotchiId": "13415", + "amount": "6.6475", + "parsedAmount": "6647500000000000000" + }, + { + "gotchiId": "13416", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "13417", + "amount": "13.384999999999998", + "parsedAmount": "13384999999999998000" + }, + { + "gotchiId": "13420", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "13422", + "amount": "9.8675", + "parsedAmount": "9867500000000000000" + }, + { + "gotchiId": "13424", + "amount": "26.89", + "parsedAmount": "26890000000000000000" + }, + { + "gotchiId": "13425", + "amount": "32.9525", + "parsedAmount": "32952500000000000000" + }, + { + "gotchiId": "13427", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "13428", + "amount": "8.184999999999999", + "parsedAmount": "8184999999999999000" + }, + { + "gotchiId": "13430", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "13431", + "amount": "7.890000000000001", + "parsedAmount": "7890000000000001000" + }, + { + "gotchiId": "13432", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "13433", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "13435", + "amount": "8.5675", + "parsedAmount": "8567500000000000000" + }, + { + "gotchiId": "13436", + "amount": "9.465", + "parsedAmount": "9465000000000000000" + }, + { + "gotchiId": "13438", + "amount": "7.21", + "parsedAmount": "7210000000000000000" + }, + { + "gotchiId": "13440", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "13443", + "amount": "58.235", + "parsedAmount": "58235000000000000000" + }, + { + "gotchiId": "13444", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "13445", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "13446", + "amount": "5.6275", + "parsedAmount": "5627500000000000000" + }, + { + "gotchiId": "13449", + "amount": "12.379999999999999", + "parsedAmount": "12379999999999999000" + }, + { + "gotchiId": "13450", + "amount": "4.8", + "parsedAmount": "4800000000000000000" + }, + { + "gotchiId": "13451", + "amount": "19.8", + "parsedAmount": "19800000000000000000" + }, + { + "gotchiId": "13454", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13455", + "amount": "4.87", + "parsedAmount": "4870000000000000000" + }, + { + "gotchiId": "13464", + "amount": "17.1825", + "parsedAmount": "17182500000000000000" + }, + { + "gotchiId": "13465", + "amount": "3.2975", + "parsedAmount": "3297500000000000000" + }, + { + "gotchiId": "13469", + "amount": "20.91", + "parsedAmount": "20910000000000000000" + }, + { + "gotchiId": "13470", + "amount": "9.0075", + "parsedAmount": "9007500000000000000" + }, + { + "gotchiId": "13475", + "amount": "6.317500000000001", + "parsedAmount": "6317500000000001000" + }, + { + "gotchiId": "13480", + "amount": "15.5375", + "parsedAmount": "15537500000000000000" + }, + { + "gotchiId": "13482", + "amount": "13.965", + "parsedAmount": "13965000000000000000" + }, + { + "gotchiId": "13485", + "amount": "16.435000000000002", + "parsedAmount": "16435000000000002000" + }, + { + "gotchiId": "13486", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "13487", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "13489", + "amount": "40.8325", + "parsedAmount": "40832500000000000000" + }, + { + "gotchiId": "13491", + "amount": "36.7375", + "parsedAmount": "36737500000000000000" + }, + { + "gotchiId": "13492", + "amount": "10.3775", + "parsedAmount": "10377500000000000000" + }, + { + "gotchiId": "13493", + "amount": "27.8625", + "parsedAmount": "27862500000000000000" + }, + { + "gotchiId": "13494", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "13495", + "amount": "10.7975", + "parsedAmount": "10797500000000000000" + }, + { + "gotchiId": "13496", + "amount": "16.545", + "parsedAmount": "16545000000000000000" + }, + { + "gotchiId": "13497", + "amount": "3.6875", + "parsedAmount": "3687500000000000000" + }, + { + "gotchiId": "13498", + "amount": "15.364999999999998", + "parsedAmount": "15364999999999998000" + }, + { + "gotchiId": "13499", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "13501", + "amount": "6.1575", + "parsedAmount": "6157500000000000000" + }, + { + "gotchiId": "13503", + "amount": "5.005", + "parsedAmount": "5005000000000000000" + }, + { + "gotchiId": "13504", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "13505", + "amount": "17.5175", + "parsedAmount": "17517500000000000000" + }, + { + "gotchiId": "13507", + "amount": "21.1", + "parsedAmount": "21100000000000000000" + }, + { + "gotchiId": "13508", + "amount": "15.545", + "parsedAmount": "15545000000000000000" + }, + { + "gotchiId": "13509", + "amount": "151.6575", + "parsedAmount": "151657500000000000000" + }, + { + "gotchiId": "13511", + "amount": "8.8", + "parsedAmount": "8800000000000000000" + }, + { + "gotchiId": "13513", + "amount": "119.325", + "parsedAmount": "119325000000000000000" + }, + { + "gotchiId": "13516", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "13517", + "amount": "6.845000000000001", + "parsedAmount": "6845000000000001000" + }, + { + "gotchiId": "13518", + "amount": "5.61", + "parsedAmount": "5610000000000000000" + }, + { + "gotchiId": "13520", + "amount": "2.9075", + "parsedAmount": "2907500000000000000" + }, + { + "gotchiId": "13521", + "amount": "12.705", + "parsedAmount": "12705000000000000000" + }, + { + "gotchiId": "13522", + "amount": "11.45", + "parsedAmount": "11450000000000000000" + }, + { + "gotchiId": "13523", + "amount": "23.6075", + "parsedAmount": "23607500000000000000" + }, + { + "gotchiId": "13524", + "amount": "26.8175", + "parsedAmount": "26817500000000000000" + }, + { + "gotchiId": "13528", + "amount": "20.58", + "parsedAmount": "20580000000000000000" + }, + { + "gotchiId": "13529", + "amount": "9.405000000000001", + "parsedAmount": "9405000000000001000" + }, + { + "gotchiId": "13535", + "amount": "16.525", + "parsedAmount": "16525000000000000000" + }, + { + "gotchiId": "13536", + "amount": "349.48999999999995", + "parsedAmount": "349489999999999950000" + }, + { + "gotchiId": "13538", + "amount": "6.1899999999999995", + "parsedAmount": "6189999999999999500" + }, + { + "gotchiId": "13539", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "13543", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "13544", + "amount": "26.0025", + "parsedAmount": "26002500000000000000" + }, + { + "gotchiId": "13545", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "13549", + "amount": "22.3875", + "parsedAmount": "22387500000000000000" + }, + { + "gotchiId": "13550", + "amount": "13.182500000000001", + "parsedAmount": "13182500000000001000" + }, + { + "gotchiId": "13551", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "13553", + "amount": "7.550000000000001", + "parsedAmount": "7550000000000001000" + }, + { + "gotchiId": "13554", + "amount": "5.815", + "parsedAmount": "5815000000000000000" + }, + { + "gotchiId": "13555", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "13556", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "13557", + "amount": "11.927499999999998", + "parsedAmount": "11927499999999998000" + }, + { + "gotchiId": "13559", + "amount": "20.505", + "parsedAmount": "20505000000000000000" + }, + { + "gotchiId": "13560", + "amount": "10.42", + "parsedAmount": "10420000000000000000" + }, + { + "gotchiId": "13563", + "amount": "54.165", + "parsedAmount": "54165000000000000000" + }, + { + "gotchiId": "13564", + "amount": "17.2825", + "parsedAmount": "17282500000000000000" + }, + { + "gotchiId": "13565", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "13570", + "amount": "5.2125", + "parsedAmount": "5212500000000000000" + }, + { + "gotchiId": "13574", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "13577", + "amount": "9.157499999999999", + "parsedAmount": "9157499999999999000" + }, + { + "gotchiId": "13580", + "amount": "7.682500000000001", + "parsedAmount": "7682500000000001000" + }, + { + "gotchiId": "13581", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "13582", + "amount": "12.035", + "parsedAmount": "12035000000000000000" + }, + { + "gotchiId": "13585", + "amount": "18.265", + "parsedAmount": "18265000000000000000" + }, + { + "gotchiId": "13586", + "amount": "20.902500000000003", + "parsedAmount": "20902500000000003000" + }, + { + "gotchiId": "13587", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "13590", + "amount": "18.03", + "parsedAmount": "18030000000000000000" + }, + { + "gotchiId": "13595", + "amount": "9.887500000000001", + "parsedAmount": "9887500000000001000" + }, + { + "gotchiId": "13596", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "13597", + "amount": "7.95", + "parsedAmount": "7950000000000000000" + }, + { + "gotchiId": "13600", + "amount": "21.2375", + "parsedAmount": "21237500000000000000" + }, + { + "gotchiId": "13602", + "amount": "3.795", + "parsedAmount": "3795000000000000000" + }, + { + "gotchiId": "13603", + "amount": "11.495", + "parsedAmount": "11495000000000000000" + }, + { + "gotchiId": "13605", + "amount": "75.6325", + "parsedAmount": "75632500000000000000" + }, + { + "gotchiId": "13607", + "amount": "10.69", + "parsedAmount": "10690000000000000000" + }, + { + "gotchiId": "13608", + "amount": "15.4125", + "parsedAmount": "15412500000000000000" + }, + { + "gotchiId": "13611", + "amount": "15.9075", + "parsedAmount": "15907500000000000000" + }, + { + "gotchiId": "13613", + "amount": "3.1175", + "parsedAmount": "3117500000000000000" + }, + { + "gotchiId": "13615", + "amount": "14.807499999999997", + "parsedAmount": "14807499999999997000" + }, + { + "gotchiId": "13616", + "amount": "14.430000000000001", + "parsedAmount": "14430000000000001000" + }, + { + "gotchiId": "13617", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "13619", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13620", + "amount": "12.942499999999999", + "parsedAmount": "12942499999999999000" + }, + { + "gotchiId": "13622", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "13625", + "amount": "6.379999999999999", + "parsedAmount": "6379999999999999000" + }, + { + "gotchiId": "13626", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "13627", + "amount": "9.5625", + "parsedAmount": "9562500000000000000" + }, + { + "gotchiId": "13630", + "amount": "9.305", + "parsedAmount": "9305000000000000000" + }, + { + "gotchiId": "13631", + "amount": "2.125", + "parsedAmount": "2125000000000000000" + }, + { + "gotchiId": "13632", + "amount": "6.970000000000001", + "parsedAmount": "6970000000000001000" + }, + { + "gotchiId": "13633", + "amount": "7.755000000000001", + "parsedAmount": "7755000000000001000" + }, + { + "gotchiId": "13638", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "13639", + "amount": "32.51", + "parsedAmount": "32510000000000000000" + }, + { + "gotchiId": "13640", + "amount": "16.3375", + "parsedAmount": "16337500000000000000" + }, + { + "gotchiId": "13643", + "amount": "6.02", + "parsedAmount": "6020000000000000000" + }, + { + "gotchiId": "13644", + "amount": "17.28", + "parsedAmount": "17280000000000000000" + }, + { + "gotchiId": "13646", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "13648", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "13649", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "13653", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "13655", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "13657", + "amount": "5.6225000000000005", + "parsedAmount": "5622500000000000500" + }, + { + "gotchiId": "13658", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "13660", + "amount": "10.6025", + "parsedAmount": "10602500000000000000" + }, + { + "gotchiId": "13661", + "amount": "10.2075", + "parsedAmount": "10207500000000000000" + }, + { + "gotchiId": "13663", + "amount": "8.945", + "parsedAmount": "8945000000000000000" + }, + { + "gotchiId": "13664", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "13665", + "amount": "11.4875", + "parsedAmount": "11487500000000000000" + }, + { + "gotchiId": "13668", + "amount": "6.9425", + "parsedAmount": "6942500000000000000" + }, + { + "gotchiId": "13669", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "13673", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "13674", + "amount": "5.225", + "parsedAmount": "5225000000000000000" + }, + { + "gotchiId": "13676", + "amount": "27", + "parsedAmount": "27000000000000000000" + }, + { + "gotchiId": "13677", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "13681", + "amount": "3373.7725", + "parsedAmount": "3373772500000000000000" + }, + { + "gotchiId": "13682", + "amount": "10.66", + "parsedAmount": "10660000000000000000" + }, + { + "gotchiId": "13684", + "amount": "19.46", + "parsedAmount": "19460000000000000000" + }, + { + "gotchiId": "13687", + "amount": "23.1225", + "parsedAmount": "23122500000000000000" + }, + { + "gotchiId": "13689", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "13690", + "amount": "11.379999999999999", + "parsedAmount": "11379999999999999000" + }, + { + "gotchiId": "13691", + "amount": "27.5475", + "parsedAmount": "27547500000000000000" + }, + { + "gotchiId": "13694", + "amount": "34.8375", + "parsedAmount": "34837500000000000000" + }, + { + "gotchiId": "13696", + "amount": "10.2475", + "parsedAmount": "10247500000000000000" + }, + { + "gotchiId": "13700", + "amount": "320.9825", + "parsedAmount": "320982500000000000000" + }, + { + "gotchiId": "13702", + "amount": "7.5775", + "parsedAmount": "7577500000000000000" + }, + { + "gotchiId": "13703", + "amount": "11.32", + "parsedAmount": "11320000000000000000" + }, + { + "gotchiId": "13704", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "13712", + "amount": "99.50750000000001", + "parsedAmount": "99507500000000010000" + }, + { + "gotchiId": "13713", + "amount": "2.055", + "parsedAmount": "2055000000000000000" + }, + { + "gotchiId": "13716", + "amount": "2.9725", + "parsedAmount": "2972500000000000000" + }, + { + "gotchiId": "13717", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "13718", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "13719", + "amount": "15.322500000000002", + "parsedAmount": "15322500000000002000" + }, + { + "gotchiId": "13722", + "amount": "18.9025", + "parsedAmount": "18902500000000000000" + }, + { + "gotchiId": "13724", + "amount": "6.3025", + "parsedAmount": "6302500000000000000" + }, + { + "gotchiId": "13730", + "amount": "5.1525", + "parsedAmount": "5152500000000000000" + }, + { + "gotchiId": "13731", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "13732", + "amount": "3.215", + "parsedAmount": "3215000000000000000" + }, + { + "gotchiId": "13735", + "amount": "7.390000000000001", + "parsedAmount": "7390000000000001000" + }, + { + "gotchiId": "13736", + "amount": "22.655", + "parsedAmount": "22655000000000000000" + }, + { + "gotchiId": "13740", + "amount": "3.5375", + "parsedAmount": "3537500000000000000" + }, + { + "gotchiId": "13741", + "amount": "120.295", + "parsedAmount": "120295000000000000000" + }, + { + "gotchiId": "13743", + "amount": "8.9175", + "parsedAmount": "8917500000000000000" + }, + { + "gotchiId": "13744", + "amount": "9.4125", + "parsedAmount": "9412500000000000000" + }, + { + "gotchiId": "13746", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "13750", + "amount": "15.4075", + "parsedAmount": "15407500000000000000" + }, + { + "gotchiId": "13751", + "amount": "15.855", + "parsedAmount": "15855000000000000000" + }, + { + "gotchiId": "13753", + "amount": "3.2925", + "parsedAmount": "3292500000000000000" + }, + { + "gotchiId": "13756", + "amount": "5.550000000000001", + "parsedAmount": "5550000000000001000" + }, + { + "gotchiId": "13759", + "amount": "14.524999999999999", + "parsedAmount": "14524999999999999000" + }, + { + "gotchiId": "13760", + "amount": "1.8925", + "parsedAmount": "1892500000000000000" + }, + { + "gotchiId": "13764", + "amount": "7.15", + "parsedAmount": "7150000000000000000" + }, + { + "gotchiId": "13765", + "amount": "7.1925", + "parsedAmount": "7192500000000000000" + }, + { + "gotchiId": "13766", + "amount": "7.692500000000001", + "parsedAmount": "7692500000000001000" + }, + { + "gotchiId": "13767", + "amount": "4.0575", + "parsedAmount": "4057500000000000000" + }, + { + "gotchiId": "13769", + "amount": "19.425", + "parsedAmount": "19425000000000000000" + }, + { + "gotchiId": "13770", + "amount": "10.557500000000001", + "parsedAmount": "10557500000000001000" + }, + { + "gotchiId": "13771", + "amount": "29.7425", + "parsedAmount": "29742500000000000000" + }, + { + "gotchiId": "13772", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "13774", + "amount": "19.4625", + "parsedAmount": "19462500000000000000" + }, + { + "gotchiId": "13776", + "amount": "21.405", + "parsedAmount": "21405000000000000000" + }, + { + "gotchiId": "13778", + "amount": "14.405000000000001", + "parsedAmount": "14405000000000001000" + }, + { + "gotchiId": "13781", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "13786", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "13788", + "amount": "6.380000000000001", + "parsedAmount": "6380000000000001000" + }, + { + "gotchiId": "13789", + "amount": "14.4225", + "parsedAmount": "14422500000000000000" + }, + { + "gotchiId": "13792", + "amount": "6.297499999999999", + "parsedAmount": "6297499999999999000" + }, + { + "gotchiId": "13793", + "amount": "5.4325", + "parsedAmount": "5432500000000000000" + }, + { + "gotchiId": "13795", + "amount": "9.2225", + "parsedAmount": "9222500000000000000" + }, + { + "gotchiId": "13796", + "amount": "41.5075", + "parsedAmount": "41507500000000000000" + }, + { + "gotchiId": "13797", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "13800", + "amount": "9.8275", + "parsedAmount": "9827500000000000000" + }, + { + "gotchiId": "13801", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "13802", + "amount": "20.032500000000002", + "parsedAmount": "20032500000000002000" + }, + { + "gotchiId": "13807", + "amount": "16.290000000000003", + "parsedAmount": "16290000000000003000" + }, + { + "gotchiId": "13808", + "amount": "5.16", + "parsedAmount": "5160000000000000000" + }, + { + "gotchiId": "13811", + "amount": "12.580000000000002", + "parsedAmount": "12580000000000002000" + }, + { + "gotchiId": "13812", + "amount": "13.875", + "parsedAmount": "13875000000000000000" + }, + { + "gotchiId": "13813", + "amount": "16.715", + "parsedAmount": "16715000000000000000" + }, + { + "gotchiId": "13814", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "13816", + "amount": "5.965", + "parsedAmount": "5965000000000000000" + }, + { + "gotchiId": "13817", + "amount": "9.192499999999999", + "parsedAmount": "9192499999999999000" + }, + { + "gotchiId": "13819", + "amount": "48.699999999999996", + "parsedAmount": "48699999999999996000" + }, + { + "gotchiId": "13823", + "amount": "9.8225", + "parsedAmount": "9822500000000000000" + }, + { + "gotchiId": "13824", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "13825", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "13829", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "13830", + "amount": "13.934999999999999", + "parsedAmount": "13934999999999999000" + }, + { + "gotchiId": "13831", + "amount": "26.6675", + "parsedAmount": "26667500000000000000" + }, + { + "gotchiId": "13832", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "13836", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "13838", + "amount": "11.0425", + "parsedAmount": "11042500000000000000" + }, + { + "gotchiId": "13839", + "amount": "18.2425", + "parsedAmount": "18242500000000000000" + }, + { + "gotchiId": "13841", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "13842", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "13844", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "13845", + "amount": "10.14", + "parsedAmount": "10140000000000000000" + }, + { + "gotchiId": "13846", + "amount": "10.535", + "parsedAmount": "10535000000000000000" + }, + { + "gotchiId": "13847", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "13849", + "amount": "7.6899999999999995", + "parsedAmount": "7689999999999999500" + }, + { + "gotchiId": "13850", + "amount": "10.6075", + "parsedAmount": "10607500000000000000" + }, + { + "gotchiId": "13851", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "13852", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "13853", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "13858", + "amount": "5.4825", + "parsedAmount": "5482500000000000000" + }, + { + "gotchiId": "13859", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "13863", + "amount": "8.53", + "parsedAmount": "8530000000000000000" + }, + { + "gotchiId": "13865", + "amount": "13.424999999999999", + "parsedAmount": "13424999999999999000" + }, + { + "gotchiId": "13867", + "amount": "12.2775", + "parsedAmount": "12277500000000000000" + }, + { + "gotchiId": "13868", + "amount": "11.75", + "parsedAmount": "11750000000000000000" + } + ], + "totalAmount": "10939304999999999968000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768497, + "gasUsed": "9817384" + }, + { + "batchIndex": 13, + "transactionHash": "0xec312e91d37f178a6ff94acadb986387457f1371c563cd665de568f547431096", + "timestamp": "2025-11-05T07:05:47.135Z", + "gotchiRewards": [ + { + "gotchiId": "13869", + "amount": "1.8375", + "parsedAmount": "1837500000000000000" + }, + { + "gotchiId": "13870", + "amount": "9.52", + "parsedAmount": "9520000000000000000" + }, + { + "gotchiId": "13871", + "amount": "10.845", + "parsedAmount": "10845000000000000000" + }, + { + "gotchiId": "13872", + "amount": "11.755", + "parsedAmount": "11755000000000000000" + }, + { + "gotchiId": "13875", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "13878", + "amount": "19.325", + "parsedAmount": "19325000000000000000" + }, + { + "gotchiId": "13879", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "13880", + "amount": "14.072499999999998", + "parsedAmount": "14072499999999998000" + }, + { + "gotchiId": "13883", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "13884", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "13886", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "13887", + "amount": "5.635", + "parsedAmount": "5635000000000000000" + }, + { + "gotchiId": "13889", + "amount": "26.3825", + "parsedAmount": "26382500000000000000" + }, + { + "gotchiId": "13891", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "13892", + "amount": "11.942499999999999", + "parsedAmount": "11942499999999999000" + }, + { + "gotchiId": "13897", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "13898", + "amount": "18.502499999999998", + "parsedAmount": "18502499999999998000" + }, + { + "gotchiId": "13900", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "13904", + "amount": "5.074999999999999", + "parsedAmount": "5074999999999999000" + }, + { + "gotchiId": "13905", + "amount": "3.935", + "parsedAmount": "3935000000000000000" + }, + { + "gotchiId": "13908", + "amount": "12", + "parsedAmount": "12000000000000000000" + }, + { + "gotchiId": "13909", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "13910", + "amount": "13.024999999999999", + "parsedAmount": "13024999999999999000" + }, + { + "gotchiId": "13911", + "amount": "4.907500000000001", + "parsedAmount": "4907500000000001000" + }, + { + "gotchiId": "13913", + "amount": "12.2225", + "parsedAmount": "12222500000000000000" + }, + { + "gotchiId": "13916", + "amount": "3.545", + "parsedAmount": "3545000000000000000" + }, + { + "gotchiId": "13919", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "13920", + "amount": "14.57", + "parsedAmount": "14570000000000000000" + }, + { + "gotchiId": "13921", + "amount": "13.3225", + "parsedAmount": "13322500000000000000" + }, + { + "gotchiId": "13923", + "amount": "10.977500000000001", + "parsedAmount": "10977500000000001000" + }, + { + "gotchiId": "13925", + "amount": "8.375", + "parsedAmount": "8375000000000000000" + }, + { + "gotchiId": "13926", + "amount": "21.3625", + "parsedAmount": "21362500000000000000" + }, + { + "gotchiId": "13931", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "13933", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "13939", + "amount": "9.1625", + "parsedAmount": "9162500000000000000" + }, + { + "gotchiId": "13941", + "amount": "11.455", + "parsedAmount": "11455000000000000000" + }, + { + "gotchiId": "13947", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "13949", + "amount": "10.0475", + "parsedAmount": "10047500000000000000" + }, + { + "gotchiId": "13951", + "amount": "11.277500000000002", + "parsedAmount": "11277500000000002000" + }, + { + "gotchiId": "13952", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "13953", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "13954", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "13955", + "amount": "6.5525", + "parsedAmount": "6552500000000000000" + }, + { + "gotchiId": "13957", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "13958", + "amount": "3.3825", + "parsedAmount": "3382500000000000000" + }, + { + "gotchiId": "13959", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "13961", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "13963", + "amount": "5.875", + "parsedAmount": "5875000000000000000" + }, + { + "gotchiId": "13964", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "13965", + "amount": "6.965", + "parsedAmount": "6965000000000000000" + }, + { + "gotchiId": "13969", + "amount": "44.05", + "parsedAmount": "44050000000000000000" + }, + { + "gotchiId": "13972", + "amount": "3.475", + "parsedAmount": "3475000000000000000" + }, + { + "gotchiId": "13974", + "amount": "31.2025", + "parsedAmount": "31202500000000000000" + }, + { + "gotchiId": "13978", + "amount": "13.0075", + "parsedAmount": "13007500000000000000" + }, + { + "gotchiId": "13979", + "amount": "34.34", + "parsedAmount": "34340000000000000000" + }, + { + "gotchiId": "13981", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "13983", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "13984", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "13985", + "amount": "6.475", + "parsedAmount": "6475000000000000000" + }, + { + "gotchiId": "13987", + "amount": "1.89", + "parsedAmount": "1890000000000000000" + }, + { + "gotchiId": "13989", + "amount": "7.0225", + "parsedAmount": "7022500000000000000" + }, + { + "gotchiId": "13990", + "amount": "13.07", + "parsedAmount": "13070000000000000000" + }, + { + "gotchiId": "13991", + "amount": "9.157499999999999", + "parsedAmount": "9157499999999999000" + }, + { + "gotchiId": "13992", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "13994", + "amount": "6.715", + "parsedAmount": "6715000000000000000" + }, + { + "gotchiId": "13996", + "amount": "1232.65", + "parsedAmount": "1232650000000000000000" + }, + { + "gotchiId": "13997", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "13998", + "amount": "36.04", + "parsedAmount": "36040000000000000000" + }, + { + "gotchiId": "14002", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "14006", + "amount": "10.017499999999998", + "parsedAmount": "10017499999999998000" + }, + { + "gotchiId": "14008", + "amount": "10.945", + "parsedAmount": "10945000000000000000" + }, + { + "gotchiId": "14009", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "14010", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "14011", + "amount": "12.0725", + "parsedAmount": "12072500000000000000" + }, + { + "gotchiId": "14013", + "amount": "5.605", + "parsedAmount": "5605000000000000000" + }, + { + "gotchiId": "14015", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "14018", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "14020", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "14022", + "amount": "25.4025", + "parsedAmount": "25402500000000000000" + }, + { + "gotchiId": "14024", + "amount": "12.809999999999999", + "parsedAmount": "12809999999999999000" + }, + { + "gotchiId": "14025", + "amount": "16.73", + "parsedAmount": "16730000000000000000" + }, + { + "gotchiId": "14026", + "amount": "8.8025", + "parsedAmount": "8802500000000000000" + }, + { + "gotchiId": "14027", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "14028", + "amount": "13.555", + "parsedAmount": "13555000000000000000" + }, + { + "gotchiId": "14029", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "14030", + "amount": "23.3775", + "parsedAmount": "23377500000000000000" + }, + { + "gotchiId": "14032", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "14033", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "14034", + "amount": "1.935", + "parsedAmount": "1935000000000000000" + }, + { + "gotchiId": "14035", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "14038", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "14039", + "amount": "15.7075", + "parsedAmount": "15707500000000000000" + }, + { + "gotchiId": "14044", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "14045", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "14046", + "amount": "73.665", + "parsedAmount": "73665000000000000000" + }, + { + "gotchiId": "14047", + "amount": "8.5875", + "parsedAmount": "8587500000000000000" + }, + { + "gotchiId": "14052", + "amount": "4.53", + "parsedAmount": "4530000000000000000" + }, + { + "gotchiId": "14054", + "amount": "20.3275", + "parsedAmount": "20327500000000000000" + }, + { + "gotchiId": "14059", + "amount": "15.615", + "parsedAmount": "15615000000000000000" + }, + { + "gotchiId": "14067", + "amount": "3.8075", + "parsedAmount": "3807500000000000000" + }, + { + "gotchiId": "14073", + "amount": "2.3", + "parsedAmount": "2300000000000000000" + }, + { + "gotchiId": "14076", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "14078", + "amount": "8.002500000000001", + "parsedAmount": "8002500000000001000" + }, + { + "gotchiId": "14079", + "amount": "6.595", + "parsedAmount": "6595000000000000000" + }, + { + "gotchiId": "14082", + "amount": "10.2725", + "parsedAmount": "10272500000000000000" + }, + { + "gotchiId": "14084", + "amount": "9.13", + "parsedAmount": "9130000000000000000" + }, + { + "gotchiId": "14085", + "amount": "11.692499999999999", + "parsedAmount": "11692499999999999000" + }, + { + "gotchiId": "14087", + "amount": "21.8975", + "parsedAmount": "21897500000000000000" + }, + { + "gotchiId": "14088", + "amount": "8.04", + "parsedAmount": "8040000000000000000" + }, + { + "gotchiId": "14090", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "14092", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "14093", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "14094", + "amount": "11.502500000000001", + "parsedAmount": "11502500000000001000" + }, + { + "gotchiId": "14097", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "14098", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "14099", + "amount": "13.135000000000002", + "parsedAmount": "13135000000000002000" + }, + { + "gotchiId": "14103", + "amount": "17.88", + "parsedAmount": "17880000000000000000" + }, + { + "gotchiId": "14104", + "amount": "15.135", + "parsedAmount": "15135000000000000000" + }, + { + "gotchiId": "14109", + "amount": "8.465", + "parsedAmount": "8465000000000000000" + }, + { + "gotchiId": "14110", + "amount": "15.4275", + "parsedAmount": "15427500000000000000" + }, + { + "gotchiId": "14115", + "amount": "18.46", + "parsedAmount": "18460000000000000000" + }, + { + "gotchiId": "14117", + "amount": "240.57000000000002", + "parsedAmount": "240570000000000020000" + }, + { + "gotchiId": "14118", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "14120", + "amount": "20.0125", + "parsedAmount": "20012500000000000000" + }, + { + "gotchiId": "14121", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "14128", + "amount": "11.0275", + "parsedAmount": "11027500000000000000" + }, + { + "gotchiId": "14130", + "amount": "10.5275", + "parsedAmount": "10527500000000000000" + }, + { + "gotchiId": "14132", + "amount": "8.9175", + "parsedAmount": "8917500000000000000" + }, + { + "gotchiId": "14133", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "14135", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "14136", + "amount": "13.182500000000001", + "parsedAmount": "13182500000000001000" + }, + { + "gotchiId": "14139", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "14140", + "amount": "484.46999999999997", + "parsedAmount": "484469999999999970000" + }, + { + "gotchiId": "14142", + "amount": "4.5425", + "parsedAmount": "4542500000000000000" + }, + { + "gotchiId": "14145", + "amount": "13.7575", + "parsedAmount": "13757500000000000000" + }, + { + "gotchiId": "14147", + "amount": "13.212499999999999", + "parsedAmount": "13212499999999999000" + }, + { + "gotchiId": "14148", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "14149", + "amount": "5.1775", + "parsedAmount": "5177500000000000000" + }, + { + "gotchiId": "14151", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "14152", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "14153", + "amount": "18.8925", + "parsedAmount": "18892500000000000000" + }, + { + "gotchiId": "14154", + "amount": "3.2275", + "parsedAmount": "3227500000000000000" + }, + { + "gotchiId": "14155", + "amount": "16.807499999999997", + "parsedAmount": "16807499999999997000" + }, + { + "gotchiId": "14156", + "amount": "7.195", + "parsedAmount": "7195000000000000000" + }, + { + "gotchiId": "14157", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "14160", + "amount": "20.822499999999998", + "parsedAmount": "20822499999999998000" + }, + { + "gotchiId": "14163", + "amount": "11.057500000000001", + "parsedAmount": "11057500000000001000" + }, + { + "gotchiId": "14164", + "amount": "9.0975", + "parsedAmount": "9097500000000000000" + }, + { + "gotchiId": "14165", + "amount": "31.395", + "parsedAmount": "31395000000000000000" + }, + { + "gotchiId": "14167", + "amount": "2.2825", + "parsedAmount": "2282500000000000000" + }, + { + "gotchiId": "14168", + "amount": "11.015", + "parsedAmount": "11015000000000000000" + }, + { + "gotchiId": "14172", + "amount": "9.002500000000001", + "parsedAmount": "9002500000000001000" + }, + { + "gotchiId": "14174", + "amount": "27.7425", + "parsedAmount": "27742500000000000000" + }, + { + "gotchiId": "14176", + "amount": "15.44", + "parsedAmount": "15440000000000000000" + }, + { + "gotchiId": "14177", + "amount": "11.9025", + "parsedAmount": "11902500000000000000" + }, + { + "gotchiId": "14178", + "amount": "12.825", + "parsedAmount": "12825000000000000000" + }, + { + "gotchiId": "14183", + "amount": "11.895", + "parsedAmount": "11895000000000000000" + }, + { + "gotchiId": "14184", + "amount": "16.13", + "parsedAmount": "16130000000000000000" + }, + { + "gotchiId": "14188", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "14192", + "amount": "3.2575", + "parsedAmount": "3257500000000000000" + }, + { + "gotchiId": "14193", + "amount": "7.467499999999999", + "parsedAmount": "7467499999999999000" + }, + { + "gotchiId": "14194", + "amount": "39.660000000000004", + "parsedAmount": "39660000000000004000" + }, + { + "gotchiId": "14202", + "amount": "27.060000000000002", + "parsedAmount": "27060000000000002000" + }, + { + "gotchiId": "14203", + "amount": "15.892499999999998", + "parsedAmount": "15892499999999998000" + }, + { + "gotchiId": "14204", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "14208", + "amount": "14.264999999999999", + "parsedAmount": "14264999999999999000" + }, + { + "gotchiId": "14210", + "amount": "15.4825", + "parsedAmount": "15482500000000000000" + }, + { + "gotchiId": "14212", + "amount": "20.79", + "parsedAmount": "20790000000000000000" + }, + { + "gotchiId": "14216", + "amount": "3", + "parsedAmount": "3000000000000000000" + }, + { + "gotchiId": "14217", + "amount": "6.0975", + "parsedAmount": "6097500000000000000" + }, + { + "gotchiId": "14220", + "amount": "10.7", + "parsedAmount": "10700000000000000000" + }, + { + "gotchiId": "14222", + "amount": "7.125", + "parsedAmount": "7125000000000000000" + }, + { + "gotchiId": "14224", + "amount": "10.72", + "parsedAmount": "10720000000000000000" + }, + { + "gotchiId": "14225", + "amount": "10.065", + "parsedAmount": "10065000000000000000" + }, + { + "gotchiId": "14226", + "amount": "10.924999999999999", + "parsedAmount": "10924999999999999000" + }, + { + "gotchiId": "14233", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "14234", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "14235", + "amount": "7.327500000000001", + "parsedAmount": "7327500000000001000" + }, + { + "gotchiId": "14236", + "amount": "17.0675", + "parsedAmount": "17067500000000000000" + }, + { + "gotchiId": "14243", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "14244", + "amount": "2.735", + "parsedAmount": "2735000000000000000" + }, + { + "gotchiId": "14245", + "amount": "6.9575", + "parsedAmount": "6957500000000000000" + }, + { + "gotchiId": "14247", + "amount": "9.870000000000001", + "parsedAmount": "9870000000000001000" + }, + { + "gotchiId": "14249", + "amount": "2.8775", + "parsedAmount": "2877500000000000000" + }, + { + "gotchiId": "14250", + "amount": "5.8525", + "parsedAmount": "5852500000000000000" + }, + { + "gotchiId": "14251", + "amount": "2.1625", + "parsedAmount": "2162500000000000000" + }, + { + "gotchiId": "14252", + "amount": "9.3075", + "parsedAmount": "9307500000000000000" + }, + { + "gotchiId": "14253", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "14255", + "amount": "25.294999999999998", + "parsedAmount": "25294999999999998000" + }, + { + "gotchiId": "14256", + "amount": "31.4575", + "parsedAmount": "31457500000000000000" + }, + { + "gotchiId": "14257", + "amount": "37.17", + "parsedAmount": "37170000000000000000" + }, + { + "gotchiId": "14258", + "amount": "10.0975", + "parsedAmount": "10097500000000000000" + }, + { + "gotchiId": "14259", + "amount": "12.120000000000001", + "parsedAmount": "12120000000000001000" + }, + { + "gotchiId": "14260", + "amount": "6.029999999999999", + "parsedAmount": "6029999999999999000" + }, + { + "gotchiId": "14261", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "14263", + "amount": "29.075000000000003", + "parsedAmount": "29075000000000003000" + }, + { + "gotchiId": "14265", + "amount": "17.0325", + "parsedAmount": "17032500000000000000" + }, + { + "gotchiId": "14266", + "amount": "5.577500000000001", + "parsedAmount": "5577500000000001000" + }, + { + "gotchiId": "14267", + "amount": "12.8825", + "parsedAmount": "12882500000000000000" + }, + { + "gotchiId": "14269", + "amount": "8.815000000000001", + "parsedAmount": "8815000000000001000" + }, + { + "gotchiId": "14270", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "14274", + "amount": "5.6025", + "parsedAmount": "5602500000000000000" + }, + { + "gotchiId": "14277", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "14280", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "14281", + "amount": "4.93", + "parsedAmount": "4930000000000000000" + }, + { + "gotchiId": "14284", + "amount": "19.055", + "parsedAmount": "19055000000000000000" + }, + { + "gotchiId": "14285", + "amount": "18.9225", + "parsedAmount": "18922500000000000000" + }, + { + "gotchiId": "14286", + "amount": "2.0025", + "parsedAmount": "2002500000000000000" + }, + { + "gotchiId": "14288", + "amount": "14.8375", + "parsedAmount": "14837500000000000000" + }, + { + "gotchiId": "14289", + "amount": "8.5975", + "parsedAmount": "8597500000000000000" + }, + { + "gotchiId": "14290", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "14291", + "amount": "14.7525", + "parsedAmount": "14752500000000000000" + }, + { + "gotchiId": "14293", + "amount": "6.9375", + "parsedAmount": "6937500000000000000" + }, + { + "gotchiId": "14294", + "amount": "11.96", + "parsedAmount": "11960000000000000000" + }, + { + "gotchiId": "14296", + "amount": "30.3775", + "parsedAmount": "30377500000000000000" + }, + { + "gotchiId": "14298", + "amount": "11.915", + "parsedAmount": "11915000000000000000" + }, + { + "gotchiId": "14299", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "14300", + "amount": "11.344999999999999", + "parsedAmount": "11344999999999999000" + }, + { + "gotchiId": "14301", + "amount": "6.5475", + "parsedAmount": "6547500000000000000" + }, + { + "gotchiId": "14302", + "amount": "16.13", + "parsedAmount": "16130000000000000000" + }, + { + "gotchiId": "14308", + "amount": "6.407500000000001", + "parsedAmount": "6407500000000001000" + }, + { + "gotchiId": "14310", + "amount": "16.357499999999998", + "parsedAmount": "16357499999999998000" + }, + { + "gotchiId": "14314", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "14316", + "amount": "7.255000000000001", + "parsedAmount": "7255000000000001000" + }, + { + "gotchiId": "14318", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "14320", + "amount": "7.3925", + "parsedAmount": "7392500000000000000" + }, + { + "gotchiId": "14322", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "14323", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "14328", + "amount": "12.745000000000001", + "parsedAmount": "12745000000000001000" + }, + { + "gotchiId": "14330", + "amount": "7.4399999999999995", + "parsedAmount": "7439999999999999500" + }, + { + "gotchiId": "14332", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "14334", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "14335", + "amount": "6.32", + "parsedAmount": "6320000000000000000" + }, + { + "gotchiId": "14336", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "14337", + "amount": "2.7325", + "parsedAmount": "2732500000000000000" + }, + { + "gotchiId": "14338", + "amount": "2.82", + "parsedAmount": "2820000000000000000" + }, + { + "gotchiId": "14339", + "amount": "26.925", + "parsedAmount": "26925000000000000000" + }, + { + "gotchiId": "14341", + "amount": "920.365", + "parsedAmount": "920365000000000000000" + }, + { + "gotchiId": "14343", + "amount": "6.092499999999999", + "parsedAmount": "6092499999999999000" + }, + { + "gotchiId": "14345", + "amount": "14.4075", + "parsedAmount": "14407500000000000000" + }, + { + "gotchiId": "14350", + "amount": "232.39499999999998", + "parsedAmount": "232394999999999980000" + }, + { + "gotchiId": "14354", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "14355", + "amount": "7.355", + "parsedAmount": "7355000000000000000" + }, + { + "gotchiId": "14356", + "amount": "22.595", + "parsedAmount": "22595000000000000000" + }, + { + "gotchiId": "14357", + "amount": "10.697500000000002", + "parsedAmount": "10697500000000002000" + }, + { + "gotchiId": "14358", + "amount": "7.305", + "parsedAmount": "7305000000000000000" + }, + { + "gotchiId": "14359", + "amount": "13.5325", + "parsedAmount": "13532500000000000000" + }, + { + "gotchiId": "14361", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "14362", + "amount": "13.330000000000002", + "parsedAmount": "13330000000000002000" + }, + { + "gotchiId": "14369", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "14370", + "amount": "21.2975", + "parsedAmount": "21297500000000000000" + }, + { + "gotchiId": "14371", + "amount": "6.425", + "parsedAmount": "6425000000000000000" + }, + { + "gotchiId": "14375", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "14377", + "amount": "24.2725", + "parsedAmount": "24272500000000000000" + }, + { + "gotchiId": "14387", + "amount": "3.85", + "parsedAmount": "3850000000000000000" + }, + { + "gotchiId": "14390", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "14391", + "amount": "17.9975", + "parsedAmount": "17997500000000000000" + }, + { + "gotchiId": "14396", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "14398", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "14399", + "amount": "7.3725", + "parsedAmount": "7372500000000000000" + }, + { + "gotchiId": "14402", + "amount": "11.5725", + "parsedAmount": "11572500000000000000" + }, + { + "gotchiId": "14405", + "amount": "4.805", + "parsedAmount": "4805000000000000000" + }, + { + "gotchiId": "14407", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "14408", + "amount": "10.282499999999999", + "parsedAmount": "10282499999999999000" + }, + { + "gotchiId": "14409", + "amount": "8.535", + "parsedAmount": "8535000000000000000" + }, + { + "gotchiId": "14411", + "amount": "8.6375", + "parsedAmount": "8637500000000000000" + }, + { + "gotchiId": "14412", + "amount": "12.557500000000001", + "parsedAmount": "12557500000000001000" + }, + { + "gotchiId": "14413", + "amount": "22.1075", + "parsedAmount": "22107500000000000000" + }, + { + "gotchiId": "14414", + "amount": "4.9025", + "parsedAmount": "4902500000000000000" + }, + { + "gotchiId": "14415", + "amount": "16.05", + "parsedAmount": "16050000000000000000" + }, + { + "gotchiId": "14417", + "amount": "11.264999999999999", + "parsedAmount": "11264999999999999000" + }, + { + "gotchiId": "14418", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "14419", + "amount": "3.555", + "parsedAmount": "3555000000000000000" + }, + { + "gotchiId": "14420", + "amount": "23.035", + "parsedAmount": "23035000000000000000" + }, + { + "gotchiId": "14424", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "14425", + "amount": "6.1175", + "parsedAmount": "6117500000000000000" + }, + { + "gotchiId": "14426", + "amount": "7.885", + "parsedAmount": "7885000000000000000" + }, + { + "gotchiId": "14427", + "amount": "10.4075", + "parsedAmount": "10407500000000000000" + }, + { + "gotchiId": "14428", + "amount": "9.4925", + "parsedAmount": "9492500000000000000" + }, + { + "gotchiId": "14432", + "amount": "10.309999999999999", + "parsedAmount": "10309999999999999000" + }, + { + "gotchiId": "14433", + "amount": "14.7925", + "parsedAmount": "14792500000000000000" + }, + { + "gotchiId": "14435", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "14436", + "amount": "207.775", + "parsedAmount": "207775000000000000000" + }, + { + "gotchiId": "14437", + "amount": "16.0625", + "parsedAmount": "16062500000000000000" + }, + { + "gotchiId": "14438", + "amount": "20.15", + "parsedAmount": "20150000000000000000" + }, + { + "gotchiId": "14439", + "amount": "12.479999999999999", + "parsedAmount": "12479999999999999000" + }, + { + "gotchiId": "14442", + "amount": "23.0475", + "parsedAmount": "23047500000000000000" + }, + { + "gotchiId": "14446", + "amount": "25.165", + "parsedAmount": "25165000000000000000" + }, + { + "gotchiId": "14447", + "amount": "11.91", + "parsedAmount": "11910000000000000000" + }, + { + "gotchiId": "14449", + "amount": "14.682500000000001", + "parsedAmount": "14682500000000001000" + }, + { + "gotchiId": "14452", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "14453", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "14454", + "amount": "178.77249999999998", + "parsedAmount": "178772499999999980000" + }, + { + "gotchiId": "14457", + "amount": "13.16", + "parsedAmount": "13160000000000000000" + }, + { + "gotchiId": "14458", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "14462", + "amount": "11.7025", + "parsedAmount": "11702500000000000000" + }, + { + "gotchiId": "14467", + "amount": "6.845000000000001", + "parsedAmount": "6845000000000001000" + }, + { + "gotchiId": "14469", + "amount": "14.91", + "parsedAmount": "14910000000000000000" + }, + { + "gotchiId": "14470", + "amount": "43.572500000000005", + "parsedAmount": "43572500000000005000" + }, + { + "gotchiId": "14471", + "amount": "8.3925", + "parsedAmount": "8392500000000000000" + }, + { + "gotchiId": "14473", + "amount": "43.370000000000005", + "parsedAmount": "43370000000000005000" + }, + { + "gotchiId": "14476", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "14480", + "amount": "61.855000000000004", + "parsedAmount": "61855000000000004000" + }, + { + "gotchiId": "14482", + "amount": "28.244999999999997", + "parsedAmount": "28244999999999997000" + }, + { + "gotchiId": "14484", + "amount": "23.23", + "parsedAmount": "23230000000000000000" + }, + { + "gotchiId": "14485", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "14489", + "amount": "5533.639999999999", + "parsedAmount": "5533639999999999000000" + }, + { + "gotchiId": "14490", + "amount": "10.629999999999999", + "parsedAmount": "10629999999999999000" + }, + { + "gotchiId": "14491", + "amount": "2.2725", + "parsedAmount": "2272500000000000000" + }, + { + "gotchiId": "14493", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "14496", + "amount": "2.3325", + "parsedAmount": "2332500000000000000" + }, + { + "gotchiId": "14497", + "amount": "11.0175", + "parsedAmount": "11017500000000000000" + }, + { + "gotchiId": "14499", + "amount": "19.2775", + "parsedAmount": "19277500000000000000" + }, + { + "gotchiId": "14501", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "14503", + "amount": "15.9975", + "parsedAmount": "15997500000000000000" + }, + { + "gotchiId": "14505", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "14510", + "amount": "22.470000000000002", + "parsedAmount": "22470000000000002000" + }, + { + "gotchiId": "14511", + "amount": "37.6425", + "parsedAmount": "37642500000000000000" + }, + { + "gotchiId": "14513", + "amount": "16.8175", + "parsedAmount": "16817500000000000000" + }, + { + "gotchiId": "14515", + "amount": "77.6425", + "parsedAmount": "77642500000000000000" + }, + { + "gotchiId": "14517", + "amount": "13.58", + "parsedAmount": "13580000000000000000" + }, + { + "gotchiId": "14518", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "14519", + "amount": "46.145", + "parsedAmount": "46145000000000000000" + }, + { + "gotchiId": "14521", + "amount": "9.377500000000001", + "parsedAmount": "9377500000000001000" + }, + { + "gotchiId": "14522", + "amount": "12.6375", + "parsedAmount": "12637500000000000000" + }, + { + "gotchiId": "14524", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "14526", + "amount": "12.9125", + "parsedAmount": "12912500000000000000" + }, + { + "gotchiId": "14527", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "14528", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "14529", + "amount": "7.68", + "parsedAmount": "7680000000000000000" + }, + { + "gotchiId": "14530", + "amount": "10.962499999999999", + "parsedAmount": "10962499999999999000" + }, + { + "gotchiId": "14534", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "14540", + "amount": "7.470000000000001", + "parsedAmount": "7470000000000001000" + }, + { + "gotchiId": "14541", + "amount": "4.745", + "parsedAmount": "4745000000000000000" + }, + { + "gotchiId": "14542", + "amount": "9.69", + "parsedAmount": "9690000000000000000" + }, + { + "gotchiId": "14544", + "amount": "12.12", + "parsedAmount": "12120000000000000000" + }, + { + "gotchiId": "14550", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "14551", + "amount": "10.592500000000001", + "parsedAmount": "10592500000000001000" + }, + { + "gotchiId": "14553", + "amount": "9.45", + "parsedAmount": "9450000000000000000" + }, + { + "gotchiId": "14554", + "amount": "14.3975", + "parsedAmount": "14397500000000000000" + }, + { + "gotchiId": "14555", + "amount": "13.125", + "parsedAmount": "13125000000000000000" + }, + { + "gotchiId": "14557", + "amount": "107.03", + "parsedAmount": "107030000000000000000" + }, + { + "gotchiId": "14559", + "amount": "58.865", + "parsedAmount": "58865000000000000000" + }, + { + "gotchiId": "14560", + "amount": "7.945", + "parsedAmount": "7945000000000000000" + }, + { + "gotchiId": "14563", + "amount": "24.28", + "parsedAmount": "24280000000000000000" + }, + { + "gotchiId": "14565", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "14567", + "amount": "20.295", + "parsedAmount": "20295000000000000000" + }, + { + "gotchiId": "14568", + "amount": "32.2", + "parsedAmount": "32200000000000000000" + }, + { + "gotchiId": "14570", + "amount": "14.02", + "parsedAmount": "14020000000000000000" + }, + { + "gotchiId": "14573", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "14574", + "amount": "28.7575", + "parsedAmount": "28757500000000000000" + }, + { + "gotchiId": "14579", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "14580", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "14582", + "amount": "11.752500000000001", + "parsedAmount": "11752500000000001000" + }, + { + "gotchiId": "14587", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "14592", + "amount": "2.76", + "parsedAmount": "2760000000000000000" + }, + { + "gotchiId": "14594", + "amount": "14.745000000000001", + "parsedAmount": "14745000000000001000" + }, + { + "gotchiId": "14596", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "14601", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "14603", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "14605", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "14611", + "amount": "13.632499999999999", + "parsedAmount": "13632499999999999000" + }, + { + "gotchiId": "14612", + "amount": "4.9675", + "parsedAmount": "4967500000000000000" + }, + { + "gotchiId": "14614", + "amount": "6.2575", + "parsedAmount": "6257500000000000000" + }, + { + "gotchiId": "14616", + "amount": "5.94", + "parsedAmount": "5940000000000000000" + }, + { + "gotchiId": "14617", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "14618", + "amount": "12.53", + "parsedAmount": "12530000000000000000" + }, + { + "gotchiId": "14622", + "amount": "16.1425", + "parsedAmount": "16142500000000000000" + }, + { + "gotchiId": "14624", + "amount": "10.5975", + "parsedAmount": "10597500000000000000" + }, + { + "gotchiId": "14625", + "amount": "23.310000000000002", + "parsedAmount": "23310000000000002000" + }, + { + "gotchiId": "14626", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "14627", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "14628", + "amount": "22.66", + "parsedAmount": "22660000000000000000" + }, + { + "gotchiId": "14631", + "amount": "5.28", + "parsedAmount": "5280000000000000000" + }, + { + "gotchiId": "14632", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "14634", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "14635", + "amount": "6.045", + "parsedAmount": "6045000000000000000" + }, + { + "gotchiId": "14637", + "amount": "37.28", + "parsedAmount": "37280000000000000000" + }, + { + "gotchiId": "14639", + "amount": "21.925", + "parsedAmount": "21925000000000000000" + }, + { + "gotchiId": "14640", + "amount": "18.5975", + "parsedAmount": "18597500000000000000" + }, + { + "gotchiId": "14641", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "14643", + "amount": "5.665", + "parsedAmount": "5665000000000000000" + }, + { + "gotchiId": "14646", + "amount": "26.88", + "parsedAmount": "26880000000000000000" + }, + { + "gotchiId": "14647", + "amount": "17.7625", + "parsedAmount": "17762500000000000000" + }, + { + "gotchiId": "14648", + "amount": "5.5649999999999995", + "parsedAmount": "5564999999999999500" + }, + { + "gotchiId": "14649", + "amount": "7.067499999999999", + "parsedAmount": "7067499999999999000" + }, + { + "gotchiId": "14651", + "amount": "36.402499999999996", + "parsedAmount": "36402499999999996000" + }, + { + "gotchiId": "14653", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "14654", + "amount": "22.372500000000002", + "parsedAmount": "22372500000000002000" + }, + { + "gotchiId": "14656", + "amount": "36.1175", + "parsedAmount": "36117500000000000000" + }, + { + "gotchiId": "14657", + "amount": "6.275", + "parsedAmount": "6275000000000000000" + }, + { + "gotchiId": "14660", + "amount": "35.1225", + "parsedAmount": "35122500000000000000" + }, + { + "gotchiId": "14661", + "amount": "18.5275", + "parsedAmount": "18527500000000000000" + }, + { + "gotchiId": "14662", + "amount": "12.992500000000001", + "parsedAmount": "12992500000000001000" + }, + { + "gotchiId": "14663", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "14664", + "amount": "2.8025", + "parsedAmount": "2802500000000000000" + }, + { + "gotchiId": "14667", + "amount": "8.6975", + "parsedAmount": "8697500000000000000" + }, + { + "gotchiId": "14670", + "amount": "3.6475", + "parsedAmount": "3647500000000000000" + }, + { + "gotchiId": "14672", + "amount": "5.13", + "parsedAmount": "5130000000000000000" + }, + { + "gotchiId": "14673", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "14675", + "amount": "14.9875", + "parsedAmount": "14987500000000000000" + }, + { + "gotchiId": "14676", + "amount": "10.54", + "parsedAmount": "10540000000000000000" + }, + { + "gotchiId": "14678", + "amount": "2.29", + "parsedAmount": "2290000000000000000" + }, + { + "gotchiId": "14680", + "amount": "3.34", + "parsedAmount": "3340000000000000000" + }, + { + "gotchiId": "14681", + "amount": "8.4275", + "parsedAmount": "8427500000000000000" + }, + { + "gotchiId": "14683", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "14685", + "amount": "7.7524999999999995", + "parsedAmount": "7752499999999999500" + }, + { + "gotchiId": "14690", + "amount": "9.8825", + "parsedAmount": "9882500000000000000" + }, + { + "gotchiId": "14695", + "amount": "6.3774999999999995", + "parsedAmount": "6377499999999999500" + }, + { + "gotchiId": "14696", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "14697", + "amount": "23.38", + "parsedAmount": "23380000000000000000" + }, + { + "gotchiId": "14699", + "amount": "3.5525", + "parsedAmount": "3552500000000000000" + }, + { + "gotchiId": "14702", + "amount": "19.69", + "parsedAmount": "19690000000000000000" + }, + { + "gotchiId": "14703", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "14707", + "amount": "8.6225", + "parsedAmount": "8622500000000000000" + }, + { + "gotchiId": "14708", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "14709", + "amount": "5.5325", + "parsedAmount": "5532500000000000000" + }, + { + "gotchiId": "14711", + "amount": "8.5225", + "parsedAmount": "8522500000000000000" + }, + { + "gotchiId": "14713", + "amount": "11.5075", + "parsedAmount": "11507500000000000000" + }, + { + "gotchiId": "14714", + "amount": "10.6975", + "parsedAmount": "10697500000000000000" + }, + { + "gotchiId": "14715", + "amount": "9.975", + "parsedAmount": "9975000000000000000" + }, + { + "gotchiId": "14716", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "14717", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "14718", + "amount": "6.147500000000001", + "parsedAmount": "6147500000000001000" + }, + { + "gotchiId": "14724", + "amount": "10.407499999999999", + "parsedAmount": "10407499999999999000" + }, + { + "gotchiId": "14725", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "14732", + "amount": "17.165", + "parsedAmount": "17165000000000000000" + }, + { + "gotchiId": "14734", + "amount": "19.63", + "parsedAmount": "19630000000000000000" + }, + { + "gotchiId": "14736", + "amount": "6.0625", + "parsedAmount": "6062500000000000000" + }, + { + "gotchiId": "14737", + "amount": "7.1575", + "parsedAmount": "7157500000000000000" + }, + { + "gotchiId": "14739", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "14741", + "amount": "14.6025", + "parsedAmount": "14602500000000000000" + }, + { + "gotchiId": "14742", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "14743", + "amount": "16.955000000000002", + "parsedAmount": "16955000000000002000" + }, + { + "gotchiId": "14746", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "14748", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "14749", + "amount": "8.145", + "parsedAmount": "8145000000000000000" + }, + { + "gotchiId": "14750", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "14751", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "14752", + "amount": "4.1925", + "parsedAmount": "4192500000000000000" + }, + { + "gotchiId": "14753", + "amount": "6.98", + "parsedAmount": "6980000000000000000" + }, + { + "gotchiId": "14754", + "amount": "8.2275", + "parsedAmount": "8227500000000000000" + }, + { + "gotchiId": "14755", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "14760", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "14762", + "amount": "5.22", + "parsedAmount": "5220000000000000000" + }, + { + "gotchiId": "14763", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "14766", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "14769", + "amount": "13.05", + "parsedAmount": "13050000000000000000" + }, + { + "gotchiId": "14770", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "14774", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "14775", + "amount": "7.3225", + "parsedAmount": "7322500000000000000" + }, + { + "gotchiId": "14776", + "amount": "9.7925", + "parsedAmount": "9792500000000000000" + }, + { + "gotchiId": "14778", + "amount": "10.3925", + "parsedAmount": "10392500000000000000" + }, + { + "gotchiId": "14779", + "amount": "5.03", + "parsedAmount": "5030000000000000000" + }, + { + "gotchiId": "14781", + "amount": "25.97", + "parsedAmount": "25970000000000000000" + }, + { + "gotchiId": "14782", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "14789", + "amount": "7.955", + "parsedAmount": "7955000000000000000" + }, + { + "gotchiId": "14791", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "14793", + "amount": "10.39", + "parsedAmount": "10390000000000000000" + }, + { + "gotchiId": "14794", + "amount": "7.3725000000000005", + "parsedAmount": "7372500000000000500" + }, + { + "gotchiId": "14796", + "amount": "15.2", + "parsedAmount": "15200000000000000000" + }, + { + "gotchiId": "14797", + "amount": "11.17", + "parsedAmount": "11170000000000000000" + }, + { + "gotchiId": "14799", + "amount": "8.985", + "parsedAmount": "8985000000000000000" + }, + { + "gotchiId": "14801", + "amount": "44.6", + "parsedAmount": "44600000000000000000" + }, + { + "gotchiId": "14803", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "14804", + "amount": "8.235", + "parsedAmount": "8235000000000000000" + }, + { + "gotchiId": "14807", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "14811", + "amount": "10.85", + "parsedAmount": "10850000000000000000" + }, + { + "gotchiId": "14814", + "amount": "3.305", + "parsedAmount": "3305000000000000000" + }, + { + "gotchiId": "14816", + "amount": "43.290000000000006", + "parsedAmount": "43290000000000006000" + }, + { + "gotchiId": "14817", + "amount": "25.175", + "parsedAmount": "25175000000000000000" + }, + { + "gotchiId": "14818", + "amount": "12.93", + "parsedAmount": "12930000000000000000" + }, + { + "gotchiId": "14825", + "amount": "17.072499999999998", + "parsedAmount": "17072499999999998000" + }, + { + "gotchiId": "14826", + "amount": "9.2075", + "parsedAmount": "9207500000000000000" + }, + { + "gotchiId": "14832", + "amount": "7.1375", + "parsedAmount": "7137500000000000000" + }, + { + "gotchiId": "14836", + "amount": "2.425", + "parsedAmount": "2425000000000000000" + }, + { + "gotchiId": "14837", + "amount": "1.8675", + "parsedAmount": "1867500000000000000" + }, + { + "gotchiId": "14839", + "amount": "11.0875", + "parsedAmount": "11087500000000000000" + }, + { + "gotchiId": "14842", + "amount": "22.5775", + "parsedAmount": "22577500000000000000" + }, + { + "gotchiId": "14844", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "14845", + "amount": "14.5775", + "parsedAmount": "14577500000000000000" + }, + { + "gotchiId": "14847", + "amount": "6.4625", + "parsedAmount": "6462500000000000000" + }, + { + "gotchiId": "14848", + "amount": "14.8975", + "parsedAmount": "14897500000000000000" + }, + { + "gotchiId": "14849", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "14852", + "amount": "5.3675", + "parsedAmount": "5367500000000000000" + }, + { + "gotchiId": "14853", + "amount": "10.105", + "parsedAmount": "10105000000000000000" + }, + { + "gotchiId": "14854", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "14855", + "amount": "10.7975", + "parsedAmount": "10797500000000000000" + } + ], + "totalAmount": "14516837499999998970500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768501, + "gasUsed": "9680416" + }, + { + "batchIndex": 14, + "transactionHash": "0xa88d909a7e1f850ba0e1e58a254c24fa997125e7ec9c4be70450a2ad2ba1be59", + "timestamp": "2025-11-05T07:05:51.447Z", + "gotchiRewards": [ + { + "gotchiId": "14856", + "amount": "22.2425", + "parsedAmount": "22242500000000000000" + }, + { + "gotchiId": "14858", + "amount": "23.495", + "parsedAmount": "23495000000000000000" + }, + { + "gotchiId": "14860", + "amount": "11.335", + "parsedAmount": "11335000000000000000" + }, + { + "gotchiId": "14861", + "amount": "21.182499999999997", + "parsedAmount": "21182499999999997000" + }, + { + "gotchiId": "14862", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "14865", + "amount": "25.299999999999997", + "parsedAmount": "25299999999999997000" + }, + { + "gotchiId": "14868", + "amount": "12.747499999999999", + "parsedAmount": "12747499999999999000" + }, + { + "gotchiId": "14869", + "amount": "36.730000000000004", + "parsedAmount": "36730000000000004000" + }, + { + "gotchiId": "14870", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "14873", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "14875", + "amount": "6.9175", + "parsedAmount": "6917500000000000000" + }, + { + "gotchiId": "14876", + "amount": "9.3725", + "parsedAmount": "9372500000000000000" + }, + { + "gotchiId": "14877", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "14881", + "amount": "20.14", + "parsedAmount": "20140000000000000000" + }, + { + "gotchiId": "14882", + "amount": "19.0525", + "parsedAmount": "19052500000000000000" + }, + { + "gotchiId": "14886", + "amount": "8.39", + "parsedAmount": "8390000000000000000" + }, + { + "gotchiId": "14888", + "amount": "10.17", + "parsedAmount": "10170000000000000000" + }, + { + "gotchiId": "14890", + "amount": "42.8125", + "parsedAmount": "42812500000000000000" + }, + { + "gotchiId": "14891", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "14894", + "amount": "13.9675", + "parsedAmount": "13967500000000000000" + }, + { + "gotchiId": "14895", + "amount": "5.0075", + "parsedAmount": "5007500000000000000" + }, + { + "gotchiId": "14897", + "amount": "7.1675", + "parsedAmount": "7167500000000000000" + }, + { + "gotchiId": "14898", + "amount": "11.03", + "parsedAmount": "11030000000000000000" + }, + { + "gotchiId": "14900", + "amount": "5.715", + "parsedAmount": "5715000000000000000" + }, + { + "gotchiId": "14901", + "amount": "2.9025", + "parsedAmount": "2902500000000000000" + }, + { + "gotchiId": "14902", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "14906", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "14907", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "14908", + "amount": "8.657499999999999", + "parsedAmount": "8657499999999999000" + }, + { + "gotchiId": "14909", + "amount": "9.057500000000001", + "parsedAmount": "9057500000000001000" + }, + { + "gotchiId": "14912", + "amount": "14.427500000000002", + "parsedAmount": "14427500000000002000" + }, + { + "gotchiId": "14916", + "amount": "3.1475", + "parsedAmount": "3147500000000000000" + }, + { + "gotchiId": "14920", + "amount": "11.675", + "parsedAmount": "11675000000000000000" + }, + { + "gotchiId": "14921", + "amount": "10.7575", + "parsedAmount": "10757500000000000000" + }, + { + "gotchiId": "14922", + "amount": "3.6375", + "parsedAmount": "3637500000000000000" + }, + { + "gotchiId": "14923", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "14924", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "14925", + "amount": "26.61", + "parsedAmount": "26610000000000000000" + }, + { + "gotchiId": "14927", + "amount": "16.555", + "parsedAmount": "16555000000000000000" + }, + { + "gotchiId": "14929", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "14931", + "amount": "60.31999999999999", + "parsedAmount": "60319999999999990000" + }, + { + "gotchiId": "14932", + "amount": "7.0325", + "parsedAmount": "7032500000000000000" + }, + { + "gotchiId": "14933", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "14935", + "amount": "50.44499999999999", + "parsedAmount": "50444999999999990000" + }, + { + "gotchiId": "14938", + "amount": "10.8125", + "parsedAmount": "10812500000000000000" + }, + { + "gotchiId": "14941", + "amount": "7.057499999999999", + "parsedAmount": "7057499999999999000" + }, + { + "gotchiId": "14944", + "amount": "32.2875", + "parsedAmount": "32287500000000000000" + }, + { + "gotchiId": "14946", + "amount": "17.7675", + "parsedAmount": "17767500000000000000" + }, + { + "gotchiId": "14949", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "14950", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "14951", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "14955", + "amount": "12.6675", + "parsedAmount": "12667500000000000000" + }, + { + "gotchiId": "14956", + "amount": "17.7475", + "parsedAmount": "17747500000000000000" + }, + { + "gotchiId": "14958", + "amount": "29.2075", + "parsedAmount": "29207500000000000000" + }, + { + "gotchiId": "14959", + "amount": "28.45", + "parsedAmount": "28450000000000000000" + }, + { + "gotchiId": "14961", + "amount": "21.005000000000003", + "parsedAmount": "21005000000000003000" + }, + { + "gotchiId": "14964", + "amount": "13.145", + "parsedAmount": "13145000000000000000" + }, + { + "gotchiId": "14967", + "amount": "3.18", + "parsedAmount": "3180000000000000000" + }, + { + "gotchiId": "14969", + "amount": "11.8875", + "parsedAmount": "11887500000000000000" + }, + { + "gotchiId": "14971", + "amount": "14.2025", + "parsedAmount": "14202500000000000000" + }, + { + "gotchiId": "14975", + "amount": "5.3325", + "parsedAmount": "5332500000000000000" + }, + { + "gotchiId": "14978", + "amount": "29.4825", + "parsedAmount": "29482500000000000000" + }, + { + "gotchiId": "14980", + "amount": "21.64", + "parsedAmount": "21640000000000000000" + }, + { + "gotchiId": "14981", + "amount": "71.83", + "parsedAmount": "71830000000000000000" + }, + { + "gotchiId": "14984", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "14987", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "14990", + "amount": "18.634999999999998", + "parsedAmount": "18634999999999998000" + }, + { + "gotchiId": "14991", + "amount": "21.767500000000002", + "parsedAmount": "21767500000000002000" + }, + { + "gotchiId": "14992", + "amount": "7.32", + "parsedAmount": "7320000000000000000" + }, + { + "gotchiId": "14997", + "amount": "75.8875", + "parsedAmount": "75887500000000000000" + }, + { + "gotchiId": "15002", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "15003", + "amount": "10.6325", + "parsedAmount": "10632500000000000000" + }, + { + "gotchiId": "15007", + "amount": "14.399999999999999", + "parsedAmount": "14399999999999999000" + }, + { + "gotchiId": "15008", + "amount": "20.535", + "parsedAmount": "20535000000000000000" + }, + { + "gotchiId": "15009", + "amount": "8.782499999999999", + "parsedAmount": "8782499999999999000" + }, + { + "gotchiId": "15012", + "amount": "2.89", + "parsedAmount": "2890000000000000000" + }, + { + "gotchiId": "15017", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "15018", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "15019", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "15021", + "amount": "45.8125", + "parsedAmount": "45812500000000000000" + }, + { + "gotchiId": "15022", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "15026", + "amount": "7.7525", + "parsedAmount": "7752500000000000000" + }, + { + "gotchiId": "15029", + "amount": "15.732499999999998", + "parsedAmount": "15732499999999998000" + }, + { + "gotchiId": "15030", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "15032", + "amount": "10.602500000000001", + "parsedAmount": "10602500000000001000" + }, + { + "gotchiId": "15035", + "amount": "8.4775", + "parsedAmount": "8477500000000000000" + }, + { + "gotchiId": "15036", + "amount": "3.12", + "parsedAmount": "3120000000000000000" + }, + { + "gotchiId": "15037", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "15038", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "15039", + "amount": "3.855", + "parsedAmount": "3855000000000000000" + }, + { + "gotchiId": "15040", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "15044", + "amount": "6.82", + "parsedAmount": "6820000000000000000" + }, + { + "gotchiId": "15046", + "amount": "23.0375", + "parsedAmount": "23037500000000000000" + }, + { + "gotchiId": "15047", + "amount": "31.9075", + "parsedAmount": "31907500000000000000" + }, + { + "gotchiId": "15051", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "15053", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "15056", + "amount": "5.4675", + "parsedAmount": "5467500000000000000" + }, + { + "gotchiId": "15057", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "15059", + "amount": "23.9625", + "parsedAmount": "23962500000000000000" + }, + { + "gotchiId": "15061", + "amount": "1.9975", + "parsedAmount": "1997500000000000000" + }, + { + "gotchiId": "15062", + "amount": "14.5075", + "parsedAmount": "14507500000000000000" + }, + { + "gotchiId": "15064", + "amount": "6.79", + "parsedAmount": "6790000000000000000" + }, + { + "gotchiId": "15069", + "amount": "7.3725000000000005", + "parsedAmount": "7372500000000000500" + }, + { + "gotchiId": "15073", + "amount": "46.955000000000005", + "parsedAmount": "46955000000000005000" + }, + { + "gotchiId": "15074", + "amount": "12.965000000000002", + "parsedAmount": "12965000000000002000" + }, + { + "gotchiId": "15075", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "15076", + "amount": "12.569999999999999", + "parsedAmount": "12569999999999999000" + }, + { + "gotchiId": "15079", + "amount": "12.9", + "parsedAmount": "12900000000000000000" + }, + { + "gotchiId": "15082", + "amount": "8.0825", + "parsedAmount": "8082500000000000000" + }, + { + "gotchiId": "15083", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "15084", + "amount": "6.6725", + "parsedAmount": "6672500000000000000" + }, + { + "gotchiId": "15089", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "15095", + "amount": "12.4575", + "parsedAmount": "12457500000000000000" + }, + { + "gotchiId": "15100", + "amount": "4.06", + "parsedAmount": "4060000000000000000" + }, + { + "gotchiId": "15101", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "15107", + "amount": "15.282499999999999", + "parsedAmount": "15282499999999999000" + }, + { + "gotchiId": "15108", + "amount": "46.2025", + "parsedAmount": "46202500000000000000" + }, + { + "gotchiId": "15109", + "amount": "69.43", + "parsedAmount": "69430000000000000000" + }, + { + "gotchiId": "15113", + "amount": "15.355", + "parsedAmount": "15355000000000000000" + }, + { + "gotchiId": "15115", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "15116", + "amount": "16.700000000000003", + "parsedAmount": "16700000000000003000" + }, + { + "gotchiId": "15117", + "amount": "25.4975", + "parsedAmount": "25497500000000000000" + }, + { + "gotchiId": "15118", + "amount": "10.545", + "parsedAmount": "10545000000000000000" + }, + { + "gotchiId": "15120", + "amount": "39.2425", + "parsedAmount": "39242500000000000000" + }, + { + "gotchiId": "15121", + "amount": "17.945", + "parsedAmount": "17945000000000000000" + }, + { + "gotchiId": "15123", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "15124", + "amount": "6.995", + "parsedAmount": "6995000000000000000" + }, + { + "gotchiId": "15125", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "15128", + "amount": "5.015", + "parsedAmount": "5015000000000000000" + }, + { + "gotchiId": "15130", + "amount": "7.035", + "parsedAmount": "7035000000000000000" + }, + { + "gotchiId": "15135", + "amount": "5.4225", + "parsedAmount": "5422500000000000000" + }, + { + "gotchiId": "15137", + "amount": "3.5375", + "parsedAmount": "3537500000000000000" + }, + { + "gotchiId": "15138", + "amount": "2.315", + "parsedAmount": "2315000000000000000" + }, + { + "gotchiId": "15139", + "amount": "12.9425", + "parsedAmount": "12942500000000000000" + }, + { + "gotchiId": "15143", + "amount": "11.4325", + "parsedAmount": "11432500000000000000" + }, + { + "gotchiId": "15145", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "15146", + "amount": "6.755000000000001", + "parsedAmount": "6755000000000001000" + }, + { + "gotchiId": "15147", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "15152", + "amount": "10.5975", + "parsedAmount": "10597500000000000000" + }, + { + "gotchiId": "15153", + "amount": "11.1125", + "parsedAmount": "11112500000000000000" + }, + { + "gotchiId": "15154", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "15155", + "amount": "2.33", + "parsedAmount": "2330000000000000000" + }, + { + "gotchiId": "15156", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "15159", + "amount": "24.025000000000002", + "parsedAmount": "24025000000000002000" + }, + { + "gotchiId": "15163", + "amount": "19.21", + "parsedAmount": "19210000000000000000" + }, + { + "gotchiId": "15164", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "15165", + "amount": "6.557499999999999", + "parsedAmount": "6557499999999999000" + }, + { + "gotchiId": "15166", + "amount": "22.635", + "parsedAmount": "22635000000000000000" + }, + { + "gotchiId": "15167", + "amount": "12.7425", + "parsedAmount": "12742500000000000000" + }, + { + "gotchiId": "15169", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "15171", + "amount": "7.157500000000001", + "parsedAmount": "7157500000000001000" + }, + { + "gotchiId": "15174", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "15175", + "amount": "7.3975", + "parsedAmount": "7397500000000000000" + }, + { + "gotchiId": "15176", + "amount": "18.175", + "parsedAmount": "18175000000000000000" + }, + { + "gotchiId": "15177", + "amount": "8.255", + "parsedAmount": "8255000000000000000" + }, + { + "gotchiId": "15178", + "amount": "30.3125", + "parsedAmount": "30312500000000000000" + }, + { + "gotchiId": "15181", + "amount": "7.8375", + "parsedAmount": "7837500000000000000" + }, + { + "gotchiId": "15182", + "amount": "3.275", + "parsedAmount": "3275000000000000000" + }, + { + "gotchiId": "15187", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "15190", + "amount": "15.48", + "parsedAmount": "15480000000000000000" + }, + { + "gotchiId": "15192", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "15194", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "15195", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "15196", + "amount": "11.705", + "parsedAmount": "11705000000000000000" + }, + { + "gotchiId": "15197", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "15200", + "amount": "10.4175", + "parsedAmount": "10417500000000000000" + }, + { + "gotchiId": "15202", + "amount": "18.3325", + "parsedAmount": "18332500000000000000" + }, + { + "gotchiId": "15203", + "amount": "9.785", + "parsedAmount": "9785000000000000000" + }, + { + "gotchiId": "15211", + "amount": "7.265000000000001", + "parsedAmount": "7265000000000001000" + }, + { + "gotchiId": "15214", + "amount": "11.662500000000001", + "parsedAmount": "11662500000000001000" + }, + { + "gotchiId": "15215", + "amount": "22.3075", + "parsedAmount": "22307500000000000000" + }, + { + "gotchiId": "15216", + "amount": "5.4125", + "parsedAmount": "5412500000000000000" + }, + { + "gotchiId": "15217", + "amount": "12.43", + "parsedAmount": "12430000000000000000" + }, + { + "gotchiId": "15218", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "15219", + "amount": "61.36750000000001", + "parsedAmount": "61367500000000010000" + }, + { + "gotchiId": "15220", + "amount": "17.942500000000003", + "parsedAmount": "17942500000000003000" + }, + { + "gotchiId": "15223", + "amount": "8.94", + "parsedAmount": "8940000000000000000" + }, + { + "gotchiId": "15224", + "amount": "19.575000000000003", + "parsedAmount": "19575000000000003000" + }, + { + "gotchiId": "15225", + "amount": "5.2575", + "parsedAmount": "5257500000000000000" + }, + { + "gotchiId": "15226", + "amount": "13.47", + "parsedAmount": "13470000000000000000" + }, + { + "gotchiId": "15228", + "amount": "15.412500000000001", + "parsedAmount": "15412500000000001000" + }, + { + "gotchiId": "15230", + "amount": "6.5", + "parsedAmount": "6500000000000000000" + }, + { + "gotchiId": "15231", + "amount": "4.3325", + "parsedAmount": "4332500000000000000" + }, + { + "gotchiId": "15237", + "amount": "4.845000000000001", + "parsedAmount": "4845000000000001000" + }, + { + "gotchiId": "15243", + "amount": "423.15500000000003", + "parsedAmount": "423155000000000030000" + }, + { + "gotchiId": "15246", + "amount": "104.835", + "parsedAmount": "104835000000000000000" + }, + { + "gotchiId": "15254", + "amount": "20.58", + "parsedAmount": "20580000000000000000" + }, + { + "gotchiId": "15255", + "amount": "5.3149999999999995", + "parsedAmount": "5314999999999999500" + }, + { + "gotchiId": "15257", + "amount": "13.1375", + "parsedAmount": "13137500000000000000" + }, + { + "gotchiId": "15262", + "amount": "7.19", + "parsedAmount": "7190000000000000000" + }, + { + "gotchiId": "15264", + "amount": "18.3425", + "parsedAmount": "18342500000000000000" + }, + { + "gotchiId": "15271", + "amount": "15.755", + "parsedAmount": "15755000000000000000" + }, + { + "gotchiId": "15273", + "amount": "2.765", + "parsedAmount": "2765000000000000000" + }, + { + "gotchiId": "15275", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "15278", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "15279", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "15280", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "15281", + "amount": "8.555", + "parsedAmount": "8555000000000000000" + }, + { + "gotchiId": "15284", + "amount": "5.9475", + "parsedAmount": "5947500000000000000" + }, + { + "gotchiId": "15286", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "15287", + "amount": "3.0025", + "parsedAmount": "3002500000000000000" + }, + { + "gotchiId": "15288", + "amount": "18.662499999999998", + "parsedAmount": "18662499999999998000" + }, + { + "gotchiId": "15290", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "15291", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "15293", + "amount": "22.220000000000002", + "parsedAmount": "22220000000000002000" + }, + { + "gotchiId": "15295", + "amount": "5.3875", + "parsedAmount": "5387500000000000000" + }, + { + "gotchiId": "15296", + "amount": "18.055", + "parsedAmount": "18055000000000000000" + }, + { + "gotchiId": "15297", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "15299", + "amount": "3.235", + "parsedAmount": "3235000000000000000" + }, + { + "gotchiId": "15302", + "amount": "13.605", + "parsedAmount": "13605000000000000000" + }, + { + "gotchiId": "15304", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "15305", + "amount": "25.515", + "parsedAmount": "25515000000000000000" + }, + { + "gotchiId": "15308", + "amount": "18.1725", + "parsedAmount": "18172500000000000000" + }, + { + "gotchiId": "15309", + "amount": "18.4725", + "parsedAmount": "18472500000000000000" + }, + { + "gotchiId": "15310", + "amount": "18.54", + "parsedAmount": "18540000000000000000" + }, + { + "gotchiId": "15311", + "amount": "7.3575", + "parsedAmount": "7357500000000000000" + }, + { + "gotchiId": "15316", + "amount": "7.2375", + "parsedAmount": "7237500000000000000" + }, + { + "gotchiId": "15317", + "amount": "9.57", + "parsedAmount": "9570000000000000000" + }, + { + "gotchiId": "15318", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "15319", + "amount": "12.1425", + "parsedAmount": "12142500000000000000" + }, + { + "gotchiId": "15320", + "amount": "40.79", + "parsedAmount": "40790000000000000000" + }, + { + "gotchiId": "15321", + "amount": "29.5375", + "parsedAmount": "29537500000000000000" + }, + { + "gotchiId": "15322", + "amount": "6.0125", + "parsedAmount": "6012500000000000000" + }, + { + "gotchiId": "15324", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "15327", + "amount": "20.32", + "parsedAmount": "20320000000000000000" + }, + { + "gotchiId": "15328", + "amount": "58.415", + "parsedAmount": "58415000000000000000" + }, + { + "gotchiId": "15330", + "amount": "18.6825", + "parsedAmount": "18682500000000000000" + }, + { + "gotchiId": "15331", + "amount": "23.7375", + "parsedAmount": "23737500000000000000" + }, + { + "gotchiId": "15333", + "amount": "7.1875", + "parsedAmount": "7187500000000000000" + }, + { + "gotchiId": "15334", + "amount": "12.9175", + "parsedAmount": "12917500000000000000" + }, + { + "gotchiId": "15335", + "amount": "10.08", + "parsedAmount": "10080000000000000000" + }, + { + "gotchiId": "15336", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "15337", + "amount": "6.545", + "parsedAmount": "6545000000000000000" + }, + { + "gotchiId": "15338", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "15339", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "15340", + "amount": "16.14", + "parsedAmount": "16140000000000000000" + }, + { + "gotchiId": "15344", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "15346", + "amount": "12.5025", + "parsedAmount": "12502500000000000000" + }, + { + "gotchiId": "15347", + "amount": "23.942500000000003", + "parsedAmount": "23942500000000003000" + }, + { + "gotchiId": "15348", + "amount": "9.975", + "parsedAmount": "9975000000000000000" + }, + { + "gotchiId": "15349", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "15350", + "amount": "14.165", + "parsedAmount": "14165000000000000000" + }, + { + "gotchiId": "15354", + "amount": "8.015", + "parsedAmount": "8015000000000000000" + }, + { + "gotchiId": "15355", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "15357", + "amount": "17.53", + "parsedAmount": "17530000000000000000" + }, + { + "gotchiId": "15359", + "amount": "7.93", + "parsedAmount": "7930000000000000000" + }, + { + "gotchiId": "15361", + "amount": "8.875", + "parsedAmount": "8875000000000000000" + }, + { + "gotchiId": "15362", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "15363", + "amount": "9.8475", + "parsedAmount": "9847500000000000000" + }, + { + "gotchiId": "15365", + "amount": "2.615", + "parsedAmount": "2615000000000000000" + }, + { + "gotchiId": "15367", + "amount": "7.254999999999999", + "parsedAmount": "7254999999999999000" + }, + { + "gotchiId": "15368", + "amount": "7.6075", + "parsedAmount": "7607500000000000000" + }, + { + "gotchiId": "15369", + "amount": "8.8175", + "parsedAmount": "8817500000000000000" + }, + { + "gotchiId": "15371", + "amount": "8.47", + "parsedAmount": "8470000000000000000" + }, + { + "gotchiId": "15377", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "15378", + "amount": "4.8425", + "parsedAmount": "4842500000000000000" + }, + { + "gotchiId": "15381", + "amount": "8.5325", + "parsedAmount": "8532500000000000000" + }, + { + "gotchiId": "15387", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "15390", + "amount": "21.9325", + "parsedAmount": "21932500000000000000" + }, + { + "gotchiId": "15392", + "amount": "11.5925", + "parsedAmount": "11592500000000000000" + }, + { + "gotchiId": "15396", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "15397", + "amount": "8.817499999999999", + "parsedAmount": "8817499999999999000" + }, + { + "gotchiId": "15399", + "amount": "1.895", + "parsedAmount": "1895000000000000000" + }, + { + "gotchiId": "15403", + "amount": "28.08", + "parsedAmount": "28080000000000000000" + }, + { + "gotchiId": "15405", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "15408", + "amount": "49.62", + "parsedAmount": "49620000000000000000" + }, + { + "gotchiId": "15409", + "amount": "14.6925", + "parsedAmount": "14692500000000000000" + }, + { + "gotchiId": "15414", + "amount": "22.365000000000002", + "parsedAmount": "22365000000000002000" + }, + { + "gotchiId": "15417", + "amount": "8.485", + "parsedAmount": "8485000000000000000" + }, + { + "gotchiId": "15420", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "15423", + "amount": "17.25", + "parsedAmount": "17250000000000000000" + }, + { + "gotchiId": "15426", + "amount": "9.6425", + "parsedAmount": "9642500000000000000" + }, + { + "gotchiId": "15427", + "amount": "16.07", + "parsedAmount": "16070000000000000000" + }, + { + "gotchiId": "15428", + "amount": "24.195", + "parsedAmount": "24195000000000000000" + }, + { + "gotchiId": "15431", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "15432", + "amount": "3.7975", + "parsedAmount": "3797500000000000000" + }, + { + "gotchiId": "15433", + "amount": "13.8375", + "parsedAmount": "13837500000000000000" + }, + { + "gotchiId": "15434", + "amount": "174.40750000000003", + "parsedAmount": "174407500000000030000" + }, + { + "gotchiId": "15439", + "amount": "4.3575", + "parsedAmount": "4357500000000000000" + }, + { + "gotchiId": "15442", + "amount": "32.410000000000004", + "parsedAmount": "32410000000000004000" + }, + { + "gotchiId": "15446", + "amount": "7.6", + "parsedAmount": "7600000000000000000" + }, + { + "gotchiId": "15449", + "amount": "10.6125", + "parsedAmount": "10612500000000000000" + }, + { + "gotchiId": "15450", + "amount": "12.49", + "parsedAmount": "12490000000000000000" + }, + { + "gotchiId": "15453", + "amount": "3.455", + "parsedAmount": "3455000000000000000" + }, + { + "gotchiId": "15454", + "amount": "5.555", + "parsedAmount": "5555000000000000000" + }, + { + "gotchiId": "15455", + "amount": "11.0375", + "parsedAmount": "11037500000000000000" + }, + { + "gotchiId": "15456", + "amount": "16.2725", + "parsedAmount": "16272500000000000000" + }, + { + "gotchiId": "15458", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "15459", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "15460", + "amount": "13.7", + "parsedAmount": "13700000000000000000" + }, + { + "gotchiId": "15462", + "amount": "11.96", + "parsedAmount": "11960000000000000000" + }, + { + "gotchiId": "15466", + "amount": "11.665000000000001", + "parsedAmount": "11665000000000001000" + }, + { + "gotchiId": "15469", + "amount": "6.3625", + "parsedAmount": "6362500000000000000" + }, + { + "gotchiId": "15471", + "amount": "8.585", + "parsedAmount": "8585000000000000000" + }, + { + "gotchiId": "15473", + "amount": "31.762500000000003", + "parsedAmount": "31762500000000003000" + }, + { + "gotchiId": "15475", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "15479", + "amount": "27.262500000000003", + "parsedAmount": "27262500000000003000" + }, + { + "gotchiId": "15480", + "amount": "25.1675", + "parsedAmount": "25167500000000000000" + }, + { + "gotchiId": "15481", + "amount": "16.4225", + "parsedAmount": "16422500000000000000" + }, + { + "gotchiId": "15482", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "15483", + "amount": "14.427499999999998", + "parsedAmount": "14427499999999998000" + }, + { + "gotchiId": "15486", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "15490", + "amount": "10.705", + "parsedAmount": "10705000000000000000" + }, + { + "gotchiId": "15495", + "amount": "7.085", + "parsedAmount": "7085000000000000000" + }, + { + "gotchiId": "15499", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "15500", + "amount": "16.855", + "parsedAmount": "16855000000000000000" + }, + { + "gotchiId": "15501", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "15505", + "amount": "14.4075", + "parsedAmount": "14407500000000000000" + }, + { + "gotchiId": "15506", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "15509", + "amount": "10.985", + "parsedAmount": "10985000000000000000" + }, + { + "gotchiId": "15510", + "amount": "17.377499999999998", + "parsedAmount": "17377499999999998000" + }, + { + "gotchiId": "15511", + "amount": "19.1575", + "parsedAmount": "19157500000000000000" + }, + { + "gotchiId": "15513", + "amount": "22.325", + "parsedAmount": "22325000000000000000" + }, + { + "gotchiId": "15514", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "15515", + "amount": "16.4175", + "parsedAmount": "16417500000000000000" + }, + { + "gotchiId": "15518", + "amount": "14.295", + "parsedAmount": "14295000000000000000" + }, + { + "gotchiId": "15519", + "amount": "19.825000000000003", + "parsedAmount": "19825000000000003000" + }, + { + "gotchiId": "15521", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "15522", + "amount": "7.5874999999999995", + "parsedAmount": "7587499999999999500" + }, + { + "gotchiId": "15524", + "amount": "139.7775", + "parsedAmount": "139777500000000000000" + }, + { + "gotchiId": "15525", + "amount": "15.594999999999999", + "parsedAmount": "15594999999999999000" + }, + { + "gotchiId": "15533", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "15535", + "amount": "24.1525", + "parsedAmount": "24152500000000000000" + }, + { + "gotchiId": "15536", + "amount": "1.8175", + "parsedAmount": "1817500000000000000" + }, + { + "gotchiId": "15537", + "amount": "18.177500000000002", + "parsedAmount": "18177500000000002000" + }, + { + "gotchiId": "15541", + "amount": "6.5025", + "parsedAmount": "6502500000000000000" + }, + { + "gotchiId": "15543", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "15547", + "amount": "22.8875", + "parsedAmount": "22887500000000000000" + }, + { + "gotchiId": "15548", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "15549", + "amount": "9.95", + "parsedAmount": "9950000000000000000" + }, + { + "gotchiId": "15550", + "amount": "35.974999999999994", + "parsedAmount": "35974999999999994000" + }, + { + "gotchiId": "15551", + "amount": "27.325", + "parsedAmount": "27325000000000000000" + }, + { + "gotchiId": "15552", + "amount": "5.745", + "parsedAmount": "5745000000000000000" + }, + { + "gotchiId": "15553", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "15554", + "amount": "8.2875", + "parsedAmount": "8287500000000000000" + }, + { + "gotchiId": "15558", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "15560", + "amount": "435.84250000000003", + "parsedAmount": "435842500000000030000" + }, + { + "gotchiId": "15562", + "amount": "6.27", + "parsedAmount": "6270000000000000000" + }, + { + "gotchiId": "15564", + "amount": "3.26", + "parsedAmount": "3260000000000000000" + }, + { + "gotchiId": "15565", + "amount": "25.6675", + "parsedAmount": "25667500000000000000" + }, + { + "gotchiId": "15567", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "15568", + "amount": "11.445", + "parsedAmount": "11445000000000000000" + }, + { + "gotchiId": "15571", + "amount": "435.6775", + "parsedAmount": "435677500000000000000" + }, + { + "gotchiId": "15572", + "amount": "13.305", + "parsedAmount": "13305000000000000000" + }, + { + "gotchiId": "15574", + "amount": "10.55", + "parsedAmount": "10550000000000000000" + }, + { + "gotchiId": "15575", + "amount": "15.495", + "parsedAmount": "15495000000000000000" + }, + { + "gotchiId": "15578", + "amount": "77.1025", + "parsedAmount": "77102500000000000000" + }, + { + "gotchiId": "15579", + "amount": "13.645000000000001", + "parsedAmount": "13645000000000001000" + }, + { + "gotchiId": "15580", + "amount": "9.1825", + "parsedAmount": "9182500000000000000" + }, + { + "gotchiId": "15581", + "amount": "17.63", + "parsedAmount": "17630000000000000000" + }, + { + "gotchiId": "15583", + "amount": "27.2725", + "parsedAmount": "27272500000000000000" + }, + { + "gotchiId": "15585", + "amount": "4.4775", + "parsedAmount": "4477500000000000000" + }, + { + "gotchiId": "15587", + "amount": "11.74", + "parsedAmount": "11740000000000000000" + }, + { + "gotchiId": "15590", + "amount": "10.51", + "parsedAmount": "10510000000000000000" + }, + { + "gotchiId": "15592", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "15593", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "15594", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "15595", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "15598", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "15600", + "amount": "9.995000000000001", + "parsedAmount": "9995000000000001000" + }, + { + "gotchiId": "15601", + "amount": "3.2525", + "parsedAmount": "3252500000000000000" + }, + { + "gotchiId": "15604", + "amount": "8.715", + "parsedAmount": "8715000000000000000" + }, + { + "gotchiId": "15605", + "amount": "7.5425", + "parsedAmount": "7542500000000000000" + }, + { + "gotchiId": "15609", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "15610", + "amount": "5.1", + "parsedAmount": "5100000000000000000" + }, + { + "gotchiId": "15612", + "amount": "5.49", + "parsedAmount": "5490000000000000000" + }, + { + "gotchiId": "15614", + "amount": "6.890000000000001", + "parsedAmount": "6890000000000001000" + }, + { + "gotchiId": "15615", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "15616", + "amount": "5.5625", + "parsedAmount": "5562500000000000000" + }, + { + "gotchiId": "15618", + "amount": "32.335", + "parsedAmount": "32335000000000000000" + }, + { + "gotchiId": "15619", + "amount": "11.8675", + "parsedAmount": "11867500000000000000" + }, + { + "gotchiId": "15620", + "amount": "3.655", + "parsedAmount": "3655000000000000000" + }, + { + "gotchiId": "15623", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "15625", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "15626", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "15627", + "amount": "12.120000000000001", + "parsedAmount": "12120000000000001000" + }, + { + "gotchiId": "15628", + "amount": "4.6475", + "parsedAmount": "4647500000000000000" + }, + { + "gotchiId": "15629", + "amount": "29.472500000000004", + "parsedAmount": "29472500000000004000" + }, + { + "gotchiId": "15630", + "amount": "17.715", + "parsedAmount": "17715000000000000000" + }, + { + "gotchiId": "15631", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "15633", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "15634", + "amount": "9.0425", + "parsedAmount": "9042500000000000000" + }, + { + "gotchiId": "15635", + "amount": "13.0525", + "parsedAmount": "13052500000000000000" + }, + { + "gotchiId": "15638", + "amount": "3.2575", + "parsedAmount": "3257500000000000000" + }, + { + "gotchiId": "15642", + "amount": "2.1375", + "parsedAmount": "2137500000000000000" + }, + { + "gotchiId": "15647", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "15648", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "15650", + "amount": "22.5275", + "parsedAmount": "22527500000000000000" + }, + { + "gotchiId": "15651", + "amount": "6.835000000000001", + "parsedAmount": "6835000000000001000" + }, + { + "gotchiId": "15652", + "amount": "13.8825", + "parsedAmount": "13882500000000000000" + }, + { + "gotchiId": "15653", + "amount": "12.075", + "parsedAmount": "12075000000000000000" + }, + { + "gotchiId": "15656", + "amount": "7.3375", + "parsedAmount": "7337500000000000000" + }, + { + "gotchiId": "15661", + "amount": "9.087499999999999", + "parsedAmount": "9087499999999999000" + }, + { + "gotchiId": "15663", + "amount": "5", + "parsedAmount": "5000000000000000000" + }, + { + "gotchiId": "15667", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "15670", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "15672", + "amount": "6.112500000000001", + "parsedAmount": "6112500000000001000" + }, + { + "gotchiId": "15674", + "amount": "13.115", + "parsedAmount": "13115000000000000000" + }, + { + "gotchiId": "15675", + "amount": "27.905", + "parsedAmount": "27905000000000000000" + }, + { + "gotchiId": "15676", + "amount": "41.68", + "parsedAmount": "41680000000000000000" + }, + { + "gotchiId": "15678", + "amount": "6.9075", + "parsedAmount": "6907500000000000000" + }, + { + "gotchiId": "15680", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "15682", + "amount": "7.987499999999999", + "parsedAmount": "7987499999999999000" + }, + { + "gotchiId": "15691", + "amount": "19.49", + "parsedAmount": "19490000000000000000" + }, + { + "gotchiId": "15693", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "15694", + "amount": "94.1175", + "parsedAmount": "94117500000000000000" + }, + { + "gotchiId": "15695", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "15697", + "amount": "17.9625", + "parsedAmount": "17962500000000000000" + }, + { + "gotchiId": "15698", + "amount": "5.08", + "parsedAmount": "5080000000000000000" + }, + { + "gotchiId": "15702", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "15704", + "amount": "10.2625", + "parsedAmount": "10262500000000000000" + }, + { + "gotchiId": "15705", + "amount": "10.96", + "parsedAmount": "10960000000000000000" + }, + { + "gotchiId": "15707", + "amount": "21.862499999999997", + "parsedAmount": "21862499999999997000" + }, + { + "gotchiId": "15708", + "amount": "11.8275", + "parsedAmount": "11827500000000000000" + }, + { + "gotchiId": "15709", + "amount": "3.645", + "parsedAmount": "3645000000000000000" + }, + { + "gotchiId": "15710", + "amount": "8.19", + "parsedAmount": "8190000000000000000" + }, + { + "gotchiId": "15711", + "amount": "6.545", + "parsedAmount": "6545000000000000000" + }, + { + "gotchiId": "15713", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "15717", + "amount": "8.3825", + "parsedAmount": "8382500000000000000" + }, + { + "gotchiId": "15718", + "amount": "2.19", + "parsedAmount": "2190000000000000000" + }, + { + "gotchiId": "15719", + "amount": "9.584999999999999", + "parsedAmount": "9584999999999999000" + }, + { + "gotchiId": "15724", + "amount": "15.849999999999998", + "parsedAmount": "15849999999999998000" + }, + { + "gotchiId": "15729", + "amount": "16.0275", + "parsedAmount": "16027500000000000000" + }, + { + "gotchiId": "15732", + "amount": "17.4575", + "parsedAmount": "17457500000000000000" + }, + { + "gotchiId": "15734", + "amount": "2.74", + "parsedAmount": "2740000000000000000" + }, + { + "gotchiId": "15735", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "15736", + "amount": "7.1225", + "parsedAmount": "7122500000000000000" + }, + { + "gotchiId": "15737", + "amount": "17.6475", + "parsedAmount": "17647500000000000000" + }, + { + "gotchiId": "15739", + "amount": "7.1325", + "parsedAmount": "7132500000000000000" + }, + { + "gotchiId": "15740", + "amount": "6.265000000000001", + "parsedAmount": "6265000000000001000" + }, + { + "gotchiId": "15744", + "amount": "32.72", + "parsedAmount": "32720000000000000000" + }, + { + "gotchiId": "15746", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "15747", + "amount": "9.25", + "parsedAmount": "9250000000000000000" + }, + { + "gotchiId": "15748", + "amount": "4.39", + "parsedAmount": "4390000000000000000" + }, + { + "gotchiId": "15749", + "amount": "9.405", + "parsedAmount": "9405000000000000000" + }, + { + "gotchiId": "15750", + "amount": "18.6925", + "parsedAmount": "18692500000000000000" + }, + { + "gotchiId": "15751", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "15758", + "amount": "15.415", + "parsedAmount": "15415000000000000000" + }, + { + "gotchiId": "15760", + "amount": "52.07", + "parsedAmount": "52070000000000000000" + }, + { + "gotchiId": "15764", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "15768", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "15769", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "15770", + "amount": "18.407500000000002", + "parsedAmount": "18407500000000002000" + }, + { + "gotchiId": "15772", + "amount": "9.7375", + "parsedAmount": "9737500000000000000" + }, + { + "gotchiId": "15774", + "amount": "7.3774999999999995", + "parsedAmount": "7377499999999999500" + }, + { + "gotchiId": "15776", + "amount": "11.4375", + "parsedAmount": "11437500000000000000" + }, + { + "gotchiId": "15779", + "amount": "9.84", + "parsedAmount": "9840000000000000000" + }, + { + "gotchiId": "15781", + "amount": "7.75", + "parsedAmount": "7750000000000000000" + }, + { + "gotchiId": "15784", + "amount": "13.375", + "parsedAmount": "13375000000000000000" + }, + { + "gotchiId": "15787", + "amount": "11.75", + "parsedAmount": "11750000000000000000" + }, + { + "gotchiId": "15792", + "amount": "23.950000000000003", + "parsedAmount": "23950000000000003000" + }, + { + "gotchiId": "15796", + "amount": "11.7125", + "parsedAmount": "11712500000000000000" + }, + { + "gotchiId": "15797", + "amount": "4.8", + "parsedAmount": "4800000000000000000" + }, + { + "gotchiId": "15798", + "amount": "16.12", + "parsedAmount": "16120000000000000000" + }, + { + "gotchiId": "15801", + "amount": "13.0475", + "parsedAmount": "13047500000000000000" + }, + { + "gotchiId": "15808", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "15809", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "15812", + "amount": "8.504999999999999", + "parsedAmount": "8504999999999999000" + }, + { + "gotchiId": "15818", + "amount": "4.47", + "parsedAmount": "4470000000000000000" + }, + { + "gotchiId": "15821", + "amount": "9.7725", + "parsedAmount": "9772500000000000000" + }, + { + "gotchiId": "15823", + "amount": "18.392500000000002", + "parsedAmount": "18392500000000002000" + }, + { + "gotchiId": "15825", + "amount": "6.155", + "parsedAmount": "6155000000000000000" + }, + { + "gotchiId": "15826", + "amount": "18.5675", + "parsedAmount": "18567500000000000000" + }, + { + "gotchiId": "15830", + "amount": "15.95", + "parsedAmount": "15950000000000000000" + }, + { + "gotchiId": "15832", + "amount": "9.9475", + "parsedAmount": "9947500000000000000" + }, + { + "gotchiId": "15834", + "amount": "5.155", + "parsedAmount": "5155000000000000000" + }, + { + "gotchiId": "15836", + "amount": "7.625", + "parsedAmount": "7625000000000000000" + }, + { + "gotchiId": "15837", + "amount": "12.0125", + "parsedAmount": "12012500000000000000" + }, + { + "gotchiId": "15838", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "15839", + "amount": "4.66", + "parsedAmount": "4660000000000000000" + }, + { + "gotchiId": "15841", + "amount": "26.9", + "parsedAmount": "26900000000000000000" + }, + { + "gotchiId": "15843", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "15845", + "amount": "10.885", + "parsedAmount": "10885000000000000000" + }, + { + "gotchiId": "15846", + "amount": "6.9975", + "parsedAmount": "6997500000000000000" + }, + { + "gotchiId": "15847", + "amount": "10.747499999999999", + "parsedAmount": "10747499999999999000" + }, + { + "gotchiId": "15848", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "15849", + "amount": "4.7125", + "parsedAmount": "4712500000000000000" + }, + { + "gotchiId": "15852", + "amount": "15.760000000000002", + "parsedAmount": "15760000000000002000" + }, + { + "gotchiId": "15853", + "amount": "33.7075", + "parsedAmount": "33707500000000000000" + }, + { + "gotchiId": "15854", + "amount": "44.84", + "parsedAmount": "44840000000000000000" + }, + { + "gotchiId": "15857", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "15859", + "amount": "10.4525", + "parsedAmount": "10452500000000000000" + }, + { + "gotchiId": "15863", + "amount": "18.832500000000003", + "parsedAmount": "18832500000000003000" + }, + { + "gotchiId": "15864", + "amount": "21.665", + "parsedAmount": "21665000000000000000" + }, + { + "gotchiId": "15865", + "amount": "73.9025", + "parsedAmount": "73902500000000000000" + }, + { + "gotchiId": "15867", + "amount": "15.3325", + "parsedAmount": "15332500000000000000" + }, + { + "gotchiId": "15869", + "amount": "23.0525", + "parsedAmount": "23052500000000000000" + }, + { + "gotchiId": "15872", + "amount": "10.435", + "parsedAmount": "10435000000000000000" + }, + { + "gotchiId": "15875", + "amount": "5.3100000000000005", + "parsedAmount": "5310000000000000500" + }, + { + "gotchiId": "15878", + "amount": "9.27", + "parsedAmount": "9270000000000000000" + }, + { + "gotchiId": "15880", + "amount": "8.06", + "parsedAmount": "8060000000000000000" + } + ], + "totalAmount": "7842562500000000118500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768503, + "gasUsed": "9992308" + }, + { + "batchIndex": 15, + "transactionHash": "0x69d5b17ef363938032765e7f6236d4e9b8fb3f59be24a0f20dc01691dfcc3339", + "timestamp": "2025-11-05T07:05:56.725Z", + "gotchiRewards": [ + { + "gotchiId": "15881", + "amount": "20.472499999999997", + "parsedAmount": "20472499999999997000" + }, + { + "gotchiId": "15883", + "amount": "14.1375", + "parsedAmount": "14137500000000000000" + }, + { + "gotchiId": "15884", + "amount": "18.1525", + "parsedAmount": "18152500000000000000" + }, + { + "gotchiId": "15886", + "amount": "3.395", + "parsedAmount": "3395000000000000000" + }, + { + "gotchiId": "15889", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "15892", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "15894", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "15898", + "amount": "5.7925", + "parsedAmount": "5792500000000000000" + }, + { + "gotchiId": "15899", + "amount": "13.442499999999999", + "parsedAmount": "13442499999999999000" + }, + { + "gotchiId": "15900", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "15904", + "amount": "23.13", + "parsedAmount": "23130000000000000000" + }, + { + "gotchiId": "15905", + "amount": "13.125", + "parsedAmount": "13125000000000000000" + }, + { + "gotchiId": "15907", + "amount": "11.442499999999999", + "parsedAmount": "11442499999999999000" + }, + { + "gotchiId": "15912", + "amount": "23.72", + "parsedAmount": "23720000000000000000" + }, + { + "gotchiId": "15917", + "amount": "3.6475", + "parsedAmount": "3647500000000000000" + }, + { + "gotchiId": "15918", + "amount": "36.6275", + "parsedAmount": "36627500000000000000" + }, + { + "gotchiId": "15921", + "amount": "11.635", + "parsedAmount": "11635000000000000000" + }, + { + "gotchiId": "15922", + "amount": "9.4475", + "parsedAmount": "9447500000000000000" + }, + { + "gotchiId": "15923", + "amount": "8.07", + "parsedAmount": "8070000000000000000" + }, + { + "gotchiId": "15924", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "15926", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "15927", + "amount": "11.1075", + "parsedAmount": "11107500000000000000" + }, + { + "gotchiId": "15928", + "amount": "10.48", + "parsedAmount": "10480000000000000000" + }, + { + "gotchiId": "15930", + "amount": "19.689999999999998", + "parsedAmount": "19689999999999998000" + }, + { + "gotchiId": "15932", + "amount": "3.27", + "parsedAmount": "3270000000000000000" + }, + { + "gotchiId": "15933", + "amount": "25.4275", + "parsedAmount": "25427500000000000000" + }, + { + "gotchiId": "15935", + "amount": "1.9625", + "parsedAmount": "1962500000000000000" + }, + { + "gotchiId": "15939", + "amount": "5.04", + "parsedAmount": "5040000000000000000" + }, + { + "gotchiId": "15944", + "amount": "4.7425", + "parsedAmount": "4742500000000000000" + }, + { + "gotchiId": "15945", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "15946", + "amount": "12.872499999999999", + "parsedAmount": "12872499999999999000" + }, + { + "gotchiId": "15950", + "amount": "18.6425", + "parsedAmount": "18642500000000000000" + }, + { + "gotchiId": "15953", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "15954", + "amount": "4.3", + "parsedAmount": "4300000000000000000" + }, + { + "gotchiId": "15957", + "amount": "12.4525", + "parsedAmount": "12452500000000000000" + }, + { + "gotchiId": "15960", + "amount": "2.915", + "parsedAmount": "2915000000000000000" + }, + { + "gotchiId": "15965", + "amount": "3.6825", + "parsedAmount": "3682500000000000000" + }, + { + "gotchiId": "15966", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "15970", + "amount": "5.9325", + "parsedAmount": "5932500000000000000" + }, + { + "gotchiId": "15971", + "amount": "9.2125", + "parsedAmount": "9212500000000000000" + }, + { + "gotchiId": "15974", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "15975", + "amount": "12.5625", + "parsedAmount": "12562500000000000000" + }, + { + "gotchiId": "15977", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "15978", + "amount": "9.68", + "parsedAmount": "9680000000000000000" + }, + { + "gotchiId": "15980", + "amount": "18.355", + "parsedAmount": "18355000000000000000" + }, + { + "gotchiId": "15981", + "amount": "7.28", + "parsedAmount": "7280000000000000000" + }, + { + "gotchiId": "15982", + "amount": "1.95", + "parsedAmount": "1950000000000000000" + }, + { + "gotchiId": "15984", + "amount": "4.1525", + "parsedAmount": "4152500000000000000" + }, + { + "gotchiId": "15987", + "amount": "26.835", + "parsedAmount": "26835000000000000000" + }, + { + "gotchiId": "15991", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "15993", + "amount": "16.057499999999997", + "parsedAmount": "16057499999999997000" + }, + { + "gotchiId": "15994", + "amount": "10.585", + "parsedAmount": "10585000000000000000" + }, + { + "gotchiId": "15995", + "amount": "18.950000000000003", + "parsedAmount": "18950000000000003000" + }, + { + "gotchiId": "15996", + "amount": "8.7", + "parsedAmount": "8700000000000000000" + }, + { + "gotchiId": "15998", + "amount": "21.4575", + "parsedAmount": "21457500000000000000" + }, + { + "gotchiId": "16003", + "amount": "8.98", + "parsedAmount": "8980000000000000000" + }, + { + "gotchiId": "16005", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "16008", + "amount": "6.195", + "parsedAmount": "6195000000000000000" + }, + { + "gotchiId": "16009", + "amount": "3.3875", + "parsedAmount": "3387500000000000000" + }, + { + "gotchiId": "16010", + "amount": "4.717499999999999", + "parsedAmount": "4717499999999999000" + }, + { + "gotchiId": "16014", + "amount": "11.3925", + "parsedAmount": "11392500000000000000" + }, + { + "gotchiId": "16016", + "amount": "18.7925", + "parsedAmount": "18792500000000000000" + }, + { + "gotchiId": "16019", + "amount": "6.887499999999999", + "parsedAmount": "6887499999999999000" + }, + { + "gotchiId": "16021", + "amount": "6.88", + "parsedAmount": "6880000000000000000" + }, + { + "gotchiId": "16025", + "amount": "14.837500000000002", + "parsedAmount": "14837500000000002000" + }, + { + "gotchiId": "16028", + "amount": "76.19749999999999", + "parsedAmount": "76197499999999990000" + }, + { + "gotchiId": "16030", + "amount": "15.61", + "parsedAmount": "15610000000000000000" + }, + { + "gotchiId": "16033", + "amount": "13.64", + "parsedAmount": "13640000000000000000" + }, + { + "gotchiId": "16034", + "amount": "14.2425", + "parsedAmount": "14242500000000000000" + }, + { + "gotchiId": "16037", + "amount": "13.5825", + "parsedAmount": "13582500000000000000" + }, + { + "gotchiId": "16040", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "16042", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "16043", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "16050", + "amount": "16.8975", + "parsedAmount": "16897500000000000000" + }, + { + "gotchiId": "16051", + "amount": "6.682499999999999", + "parsedAmount": "6682499999999999000" + }, + { + "gotchiId": "16052", + "amount": "12.502499999999998", + "parsedAmount": "12502499999999998000" + }, + { + "gotchiId": "16053", + "amount": "6.880000000000001", + "parsedAmount": "6880000000000001000" + }, + { + "gotchiId": "16055", + "amount": "7.577500000000001", + "parsedAmount": "7577500000000001000" + }, + { + "gotchiId": "16058", + "amount": "4.475", + "parsedAmount": "4475000000000000000" + }, + { + "gotchiId": "16059", + "amount": "25.740000000000002", + "parsedAmount": "25740000000000002000" + }, + { + "gotchiId": "16063", + "amount": "7.3725000000000005", + "parsedAmount": "7372500000000000500" + }, + { + "gotchiId": "16064", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "16066", + "amount": "9.8525", + "parsedAmount": "9852500000000000000" + }, + { + "gotchiId": "16067", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "16068", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "16069", + "amount": "25.2825", + "parsedAmount": "25282500000000000000" + }, + { + "gotchiId": "16070", + "amount": "3.925", + "parsedAmount": "3925000000000000000" + }, + { + "gotchiId": "16073", + "amount": "12.3625", + "parsedAmount": "12362500000000000000" + }, + { + "gotchiId": "16076", + "amount": "23.165", + "parsedAmount": "23165000000000000000" + }, + { + "gotchiId": "16077", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "16078", + "amount": "15.4625", + "parsedAmount": "15462500000000000000" + }, + { + "gotchiId": "16079", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "16080", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "16083", + "amount": "12.0375", + "parsedAmount": "12037500000000000000" + }, + { + "gotchiId": "16085", + "amount": "7.949999999999999", + "parsedAmount": "7949999999999999000" + }, + { + "gotchiId": "16089", + "amount": "16.215", + "parsedAmount": "16215000000000000000" + }, + { + "gotchiId": "16091", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "16095", + "amount": "18.782500000000002", + "parsedAmount": "18782500000000002000" + }, + { + "gotchiId": "16096", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "16097", + "amount": "19.634999999999998", + "parsedAmount": "19634999999999998000" + }, + { + "gotchiId": "16099", + "amount": "16.615000000000002", + "parsedAmount": "16615000000000002000" + }, + { + "gotchiId": "16107", + "amount": "6.835", + "parsedAmount": "6835000000000000000" + }, + { + "gotchiId": "16109", + "amount": "23.395000000000003", + "parsedAmount": "23395000000000003000" + }, + { + "gotchiId": "16114", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "16115", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "16116", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "16118", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "16122", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "16123", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "16126", + "amount": "12.9825", + "parsedAmount": "12982500000000000000" + }, + { + "gotchiId": "16128", + "amount": "20.160000000000004", + "parsedAmount": "20160000000000004000" + }, + { + "gotchiId": "16133", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "16134", + "amount": "8.995000000000001", + "parsedAmount": "8995000000000001000" + }, + { + "gotchiId": "16137", + "amount": "16.16", + "parsedAmount": "16160000000000000000" + }, + { + "gotchiId": "16138", + "amount": "11.7025", + "parsedAmount": "11702500000000000000" + }, + { + "gotchiId": "16139", + "amount": "12.967500000000001", + "parsedAmount": "12967500000000001000" + }, + { + "gotchiId": "16140", + "amount": "10.860000000000001", + "parsedAmount": "10860000000000001000" + }, + { + "gotchiId": "16141", + "amount": "5.08", + "parsedAmount": "5080000000000000000" + }, + { + "gotchiId": "16144", + "amount": "28.8475", + "parsedAmount": "28847500000000000000" + }, + { + "gotchiId": "16145", + "amount": "9.1625", + "parsedAmount": "9162500000000000000" + }, + { + "gotchiId": "16147", + "amount": "7.185", + "parsedAmount": "7185000000000000000" + }, + { + "gotchiId": "16148", + "amount": "4.2725", + "parsedAmount": "4272500000000000000" + }, + { + "gotchiId": "16150", + "amount": "14.532499999999999", + "parsedAmount": "14532499999999999000" + }, + { + "gotchiId": "16154", + "amount": "29.335", + "parsedAmount": "29335000000000000000" + }, + { + "gotchiId": "16155", + "amount": "5.4975", + "parsedAmount": "5497500000000000000" + }, + { + "gotchiId": "16156", + "amount": "2.755", + "parsedAmount": "2755000000000000000" + }, + { + "gotchiId": "16157", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "16160", + "amount": "17.7375", + "parsedAmount": "17737500000000000000" + }, + { + "gotchiId": "16161", + "amount": "5.7575", + "parsedAmount": "5757500000000000000" + }, + { + "gotchiId": "16163", + "amount": "15.495", + "parsedAmount": "15495000000000000000" + }, + { + "gotchiId": "16165", + "amount": "2.9325", + "parsedAmount": "2932500000000000000" + }, + { + "gotchiId": "16166", + "amount": "6.57", + "parsedAmount": "6570000000000000000" + }, + { + "gotchiId": "16169", + "amount": "5.5649999999999995", + "parsedAmount": "5564999999999999500" + }, + { + "gotchiId": "16170", + "amount": "15.23", + "parsedAmount": "15230000000000000000" + }, + { + "gotchiId": "16171", + "amount": "10.515", + "parsedAmount": "10515000000000000000" + }, + { + "gotchiId": "16172", + "amount": "7.77", + "parsedAmount": "7770000000000000000" + }, + { + "gotchiId": "16176", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "16177", + "amount": "6.095", + "parsedAmount": "6095000000000000000" + }, + { + "gotchiId": "16182", + "amount": "4.0425", + "parsedAmount": "4042500000000000000" + }, + { + "gotchiId": "16184", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "16186", + "amount": "25.04", + "parsedAmount": "25040000000000000000" + }, + { + "gotchiId": "16195", + "amount": "17.1375", + "parsedAmount": "17137500000000000000" + }, + { + "gotchiId": "16199", + "amount": "12.76", + "parsedAmount": "12760000000000000000" + }, + { + "gotchiId": "16202", + "amount": "13.2725", + "parsedAmount": "13272500000000000000" + }, + { + "gotchiId": "16206", + "amount": "4.7", + "parsedAmount": "4700000000000000000" + }, + { + "gotchiId": "16207", + "amount": "9.790000000000001", + "parsedAmount": "9790000000000001000" + }, + { + "gotchiId": "16208", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "16209", + "amount": "6.2475", + "parsedAmount": "6247500000000000000" + }, + { + "gotchiId": "16210", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "16211", + "amount": "16.335", + "parsedAmount": "16335000000000000000" + }, + { + "gotchiId": "16212", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "16213", + "amount": "9.6075", + "parsedAmount": "9607500000000000000" + }, + { + "gotchiId": "16216", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "16217", + "amount": "9.6425", + "parsedAmount": "9642500000000000000" + }, + { + "gotchiId": "16220", + "amount": "7.3", + "parsedAmount": "7300000000000000000" + }, + { + "gotchiId": "16223", + "amount": "18.35", + "parsedAmount": "18350000000000000000" + }, + { + "gotchiId": "16224", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "16226", + "amount": "8.905000000000001", + "parsedAmount": "8905000000000001000" + }, + { + "gotchiId": "16228", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "16232", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "16234", + "amount": "14.735", + "parsedAmount": "14735000000000000000" + }, + { + "gotchiId": "16238", + "amount": "9.14", + "parsedAmount": "9140000000000000000" + }, + { + "gotchiId": "16239", + "amount": "23.1525", + "parsedAmount": "23152500000000000000" + }, + { + "gotchiId": "16245", + "amount": "4.11", + "parsedAmount": "4110000000000000000" + }, + { + "gotchiId": "16247", + "amount": "2.0875", + "parsedAmount": "2087500000000000000" + }, + { + "gotchiId": "16248", + "amount": "14.44", + "parsedAmount": "14440000000000000000" + }, + { + "gotchiId": "16249", + "amount": "3.575", + "parsedAmount": "3575000000000000000" + }, + { + "gotchiId": "16250", + "amount": "14.41", + "parsedAmount": "14410000000000000000" + }, + { + "gotchiId": "16255", + "amount": "5.75", + "parsedAmount": "5750000000000000000" + }, + { + "gotchiId": "16260", + "amount": "17.425", + "parsedAmount": "17425000000000000000" + }, + { + "gotchiId": "16261", + "amount": "8.515", + "parsedAmount": "8515000000000000000" + }, + { + "gotchiId": "16265", + "amount": "18.155", + "parsedAmount": "18155000000000000000" + }, + { + "gotchiId": "16269", + "amount": "59.495", + "parsedAmount": "59495000000000000000" + }, + { + "gotchiId": "16270", + "amount": "64.405", + "parsedAmount": "64405000000000000000" + }, + { + "gotchiId": "16272", + "amount": "35.015", + "parsedAmount": "35015000000000000000" + }, + { + "gotchiId": "16273", + "amount": "13.04", + "parsedAmount": "13040000000000000000" + }, + { + "gotchiId": "16276", + "amount": "16.84", + "parsedAmount": "16840000000000000000" + }, + { + "gotchiId": "16277", + "amount": "4.890000000000001", + "parsedAmount": "4890000000000001000" + }, + { + "gotchiId": "16278", + "amount": "14.254999999999999", + "parsedAmount": "14254999999999999000" + }, + { + "gotchiId": "16280", + "amount": "21.865000000000002", + "parsedAmount": "21865000000000002000" + }, + { + "gotchiId": "16281", + "amount": "3.63", + "parsedAmount": "3630000000000000000" + }, + { + "gotchiId": "16282", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "16286", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "16287", + "amount": "14.2725", + "parsedAmount": "14272500000000000000" + }, + { + "gotchiId": "16290", + "amount": "14.02", + "parsedAmount": "14020000000000000000" + }, + { + "gotchiId": "16291", + "amount": "29.714999999999996", + "parsedAmount": "29714999999999996000" + }, + { + "gotchiId": "16293", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "16297", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "16298", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "16302", + "amount": "2.715", + "parsedAmount": "2715000000000000000" + }, + { + "gotchiId": "16303", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "16304", + "amount": "5.565", + "parsedAmount": "5565000000000000000" + }, + { + "gotchiId": "16305", + "amount": "6.2725", + "parsedAmount": "6272500000000000000" + }, + { + "gotchiId": "16307", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "16309", + "amount": "10.035", + "parsedAmount": "10035000000000000000" + }, + { + "gotchiId": "16310", + "amount": "8.115", + "parsedAmount": "8115000000000000000" + }, + { + "gotchiId": "16312", + "amount": "9.5725", + "parsedAmount": "9572500000000000000" + }, + { + "gotchiId": "16313", + "amount": "8.91", + "parsedAmount": "8910000000000000000" + }, + { + "gotchiId": "16316", + "amount": "3.51", + "parsedAmount": "3510000000000000000" + }, + { + "gotchiId": "16317", + "amount": "3.815", + "parsedAmount": "3815000000000000000" + }, + { + "gotchiId": "16318", + "amount": "17.415000000000003", + "parsedAmount": "17415000000000003000" + }, + { + "gotchiId": "16319", + "amount": "6.529999999999999", + "parsedAmount": "6529999999999999000" + }, + { + "gotchiId": "16322", + "amount": "8.08", + "parsedAmount": "8080000000000000000" + }, + { + "gotchiId": "16323", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "16326", + "amount": "11.462499999999999", + "parsedAmount": "11462499999999999000" + }, + { + "gotchiId": "16327", + "amount": "22.41", + "parsedAmount": "22410000000000000000" + }, + { + "gotchiId": "16328", + "amount": "96.01", + "parsedAmount": "96010000000000000000" + }, + { + "gotchiId": "16329", + "amount": "9.545", + "parsedAmount": "9545000000000000000" + }, + { + "gotchiId": "16335", + "amount": "16.7825", + "parsedAmount": "16782500000000000000" + }, + { + "gotchiId": "16336", + "amount": "13.75", + "parsedAmount": "13750000000000000000" + }, + { + "gotchiId": "16338", + "amount": "6.422499999999999", + "parsedAmount": "6422499999999999000" + }, + { + "gotchiId": "16341", + "amount": "4.025", + "parsedAmount": "4025000000000000000" + }, + { + "gotchiId": "16342", + "amount": "6.07", + "parsedAmount": "6070000000000000000" + }, + { + "gotchiId": "16345", + "amount": "21.005", + "parsedAmount": "21005000000000000000" + }, + { + "gotchiId": "16346", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "16347", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "16348", + "amount": "3.2525", + "parsedAmount": "3252500000000000000" + }, + { + "gotchiId": "16349", + "amount": "9.135000000000002", + "parsedAmount": "9135000000000002000" + }, + { + "gotchiId": "16351", + "amount": "6.495", + "parsedAmount": "6495000000000000000" + }, + { + "gotchiId": "16352", + "amount": "32.1475", + "parsedAmount": "32147500000000000000" + }, + { + "gotchiId": "16353", + "amount": "20.2625", + "parsedAmount": "20262500000000000000" + }, + { + "gotchiId": "16354", + "amount": "32.6075", + "parsedAmount": "32607500000000000000" + }, + { + "gotchiId": "16355", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "16356", + "amount": "14.334999999999999", + "parsedAmount": "14334999999999999000" + }, + { + "gotchiId": "16357", + "amount": "6.36", + "parsedAmount": "6360000000000000000" + }, + { + "gotchiId": "16358", + "amount": "15.835", + "parsedAmount": "15835000000000000000" + }, + { + "gotchiId": "16361", + "amount": "14.1675", + "parsedAmount": "14167500000000000000" + }, + { + "gotchiId": "16362", + "amount": "9.7675", + "parsedAmount": "9767500000000000000" + }, + { + "gotchiId": "16363", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "16364", + "amount": "21.187499999999996", + "parsedAmount": "21187499999999996000" + }, + { + "gotchiId": "16365", + "amount": "17.7775", + "parsedAmount": "17777500000000000000" + }, + { + "gotchiId": "16366", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "16368", + "amount": "12.33", + "parsedAmount": "12330000000000000000" + }, + { + "gotchiId": "16371", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "16373", + "amount": "11.807500000000001", + "parsedAmount": "11807500000000001000" + }, + { + "gotchiId": "16375", + "amount": "12.969999999999999", + "parsedAmount": "12969999999999999000" + }, + { + "gotchiId": "16376", + "amount": "13.295", + "parsedAmount": "13295000000000000000" + }, + { + "gotchiId": "16379", + "amount": "25.12", + "parsedAmount": "25120000000000000000" + }, + { + "gotchiId": "16380", + "amount": "9.6475", + "parsedAmount": "9647500000000000000" + }, + { + "gotchiId": "16381", + "amount": "9.0225", + "parsedAmount": "9022500000000000000" + }, + { + "gotchiId": "16382", + "amount": "11.005", + "parsedAmount": "11005000000000000000" + }, + { + "gotchiId": "16383", + "amount": "11.032499999999999", + "parsedAmount": "11032499999999999000" + }, + { + "gotchiId": "16384", + "amount": "9.465", + "parsedAmount": "9465000000000000000" + }, + { + "gotchiId": "16386", + "amount": "6.43", + "parsedAmount": "6430000000000000000" + }, + { + "gotchiId": "16387", + "amount": "18.3925", + "parsedAmount": "18392500000000000000" + }, + { + "gotchiId": "16388", + "amount": "19.2475", + "parsedAmount": "19247500000000000000" + }, + { + "gotchiId": "16389", + "amount": "2.815", + "parsedAmount": "2815000000000000000" + }, + { + "gotchiId": "16390", + "amount": "5.3375", + "parsedAmount": "5337500000000000000" + }, + { + "gotchiId": "16398", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "16402", + "amount": "6.635", + "parsedAmount": "6635000000000000000" + }, + { + "gotchiId": "16405", + "amount": "37.285000000000004", + "parsedAmount": "37285000000000004000" + }, + { + "gotchiId": "16406", + "amount": "8.84", + "parsedAmount": "8840000000000000000" + }, + { + "gotchiId": "16408", + "amount": "12.875", + "parsedAmount": "12875000000000000000" + }, + { + "gotchiId": "16411", + "amount": "221.2525", + "parsedAmount": "221252500000000000000" + }, + { + "gotchiId": "16414", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "16415", + "amount": "8.045", + "parsedAmount": "8045000000000000000" + }, + { + "gotchiId": "16416", + "amount": "7.5175", + "parsedAmount": "7517500000000000000" + }, + { + "gotchiId": "16417", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "16418", + "amount": "3.4225", + "parsedAmount": "3422500000000000000" + }, + { + "gotchiId": "16419", + "amount": "10.735", + "parsedAmount": "10735000000000000000" + }, + { + "gotchiId": "16420", + "amount": "48.48", + "parsedAmount": "48480000000000000000" + }, + { + "gotchiId": "16424", + "amount": "14.33", + "parsedAmount": "14330000000000000000" + }, + { + "gotchiId": "16425", + "amount": "5.945", + "parsedAmount": "5945000000000000000" + }, + { + "gotchiId": "16427", + "amount": "10.235", + "parsedAmount": "10235000000000000000" + }, + { + "gotchiId": "16428", + "amount": "6.92", + "parsedAmount": "6920000000000000000" + }, + { + "gotchiId": "16429", + "amount": "6.7625", + "parsedAmount": "6762500000000000000" + }, + { + "gotchiId": "16430", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16431", + "amount": "45.915", + "parsedAmount": "45915000000000000000" + }, + { + "gotchiId": "16432", + "amount": "18.3675", + "parsedAmount": "18367500000000000000" + }, + { + "gotchiId": "16433", + "amount": "6.785", + "parsedAmount": "6785000000000000000" + }, + { + "gotchiId": "16439", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "16441", + "amount": "10.63", + "parsedAmount": "10630000000000000000" + }, + { + "gotchiId": "16442", + "amount": "11.055", + "parsedAmount": "11055000000000000000" + }, + { + "gotchiId": "16443", + "amount": "10.305", + "parsedAmount": "10305000000000000000" + }, + { + "gotchiId": "16444", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "16445", + "amount": "8.8425", + "parsedAmount": "8842500000000000000" + }, + { + "gotchiId": "16446", + "amount": "2.58", + "parsedAmount": "2580000000000000000" + }, + { + "gotchiId": "16448", + "amount": "8.2225", + "parsedAmount": "8222500000000000000" + }, + { + "gotchiId": "16449", + "amount": "8.18", + "parsedAmount": "8180000000000000000" + }, + { + "gotchiId": "16450", + "amount": "14.54", + "parsedAmount": "14540000000000000000" + }, + { + "gotchiId": "16451", + "amount": "47.114999999999995", + "parsedAmount": "47114999999999995000" + }, + { + "gotchiId": "16452", + "amount": "21.23", + "parsedAmount": "21230000000000000000" + }, + { + "gotchiId": "16454", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "16455", + "amount": "1020.0775", + "parsedAmount": "1020077500000000000000" + }, + { + "gotchiId": "16456", + "amount": "33.645", + "parsedAmount": "33645000000000000000" + }, + { + "gotchiId": "16457", + "amount": "6.984999999999999", + "parsedAmount": "6984999999999999000" + }, + { + "gotchiId": "16461", + "amount": "8.965", + "parsedAmount": "8965000000000000000" + }, + { + "gotchiId": "16462", + "amount": "6.2625", + "parsedAmount": "6262500000000000000" + }, + { + "gotchiId": "16463", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "16464", + "amount": "11.649999999999999", + "parsedAmount": "11649999999999999000" + }, + { + "gotchiId": "16469", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "16470", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "16471", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "16477", + "amount": "66.9225", + "parsedAmount": "66922500000000000000" + }, + { + "gotchiId": "16479", + "amount": "3.1525", + "parsedAmount": "3152500000000000000" + }, + { + "gotchiId": "16483", + "amount": "12.3475", + "parsedAmount": "12347500000000000000" + }, + { + "gotchiId": "16484", + "amount": "9.059999999999999", + "parsedAmount": "9059999999999999000" + }, + { + "gotchiId": "16485", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "16486", + "amount": "2.4775", + "parsedAmount": "2477500000000000000" + }, + { + "gotchiId": "16488", + "amount": "4.36", + "parsedAmount": "4360000000000000000" + }, + { + "gotchiId": "16489", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "16492", + "amount": "18.6875", + "parsedAmount": "18687500000000000000" + }, + { + "gotchiId": "16493", + "amount": "8.844999999999999", + "parsedAmount": "8844999999999999000" + }, + { + "gotchiId": "16494", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "16495", + "amount": "20.839999999999996", + "parsedAmount": "20839999999999996000" + }, + { + "gotchiId": "16496", + "amount": "15.57", + "parsedAmount": "15570000000000000000" + }, + { + "gotchiId": "16497", + "amount": "4.38", + "parsedAmount": "4380000000000000000" + }, + { + "gotchiId": "16498", + "amount": "31.494999999999997", + "parsedAmount": "31494999999999997000" + }, + { + "gotchiId": "16502", + "amount": "24.057499999999997", + "parsedAmount": "24057499999999997000" + }, + { + "gotchiId": "16503", + "amount": "24.302500000000002", + "parsedAmount": "24302500000000002000" + }, + { + "gotchiId": "16504", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "16505", + "amount": "97.65", + "parsedAmount": "97650000000000000000" + }, + { + "gotchiId": "16507", + "amount": "23.1725", + "parsedAmount": "23172500000000000000" + }, + { + "gotchiId": "16512", + "amount": "6.3925", + "parsedAmount": "6392500000000000000" + }, + { + "gotchiId": "16516", + "amount": "12.4275", + "parsedAmount": "12427500000000000000" + }, + { + "gotchiId": "16517", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "16518", + "amount": "6.175000000000001", + "parsedAmount": "6175000000000001000" + }, + { + "gotchiId": "16523", + "amount": "4.83", + "parsedAmount": "4830000000000000000" + }, + { + "gotchiId": "16524", + "amount": "75.055", + "parsedAmount": "75055000000000000000" + }, + { + "gotchiId": "16526", + "amount": "15.065000000000001", + "parsedAmount": "15065000000000001000" + }, + { + "gotchiId": "16527", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "16528", + "amount": "16.46", + "parsedAmount": "16460000000000000000" + }, + { + "gotchiId": "16529", + "amount": "19.065", + "parsedAmount": "19065000000000000000" + }, + { + "gotchiId": "16530", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "16533", + "amount": "6.869999999999999", + "parsedAmount": "6869999999999999000" + }, + { + "gotchiId": "16534", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "16535", + "amount": "4.2025", + "parsedAmount": "4202500000000000000" + }, + { + "gotchiId": "16538", + "amount": "8.64", + "parsedAmount": "8640000000000000000" + }, + { + "gotchiId": "16539", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "16541", + "amount": "11.184999999999999", + "parsedAmount": "11184999999999999000" + }, + { + "gotchiId": "16542", + "amount": "2.3975", + "parsedAmount": "2397500000000000000" + }, + { + "gotchiId": "16543", + "amount": "89.825", + "parsedAmount": "89825000000000000000" + }, + { + "gotchiId": "16546", + "amount": "7.33", + "parsedAmount": "7330000000000000000" + }, + { + "gotchiId": "16548", + "amount": "17.75", + "parsedAmount": "17750000000000000000" + }, + { + "gotchiId": "16549", + "amount": "2.03", + "parsedAmount": "2030000000000000000" + }, + { + "gotchiId": "16550", + "amount": "30.1575", + "parsedAmount": "30157500000000000000" + }, + { + "gotchiId": "16551", + "amount": "10.2325", + "parsedAmount": "10232500000000000000" + }, + { + "gotchiId": "16553", + "amount": "82.5125", + "parsedAmount": "82512500000000000000" + }, + { + "gotchiId": "16554", + "amount": "23.7075", + "parsedAmount": "23707500000000000000" + }, + { + "gotchiId": "16556", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "16559", + "amount": "8021.58", + "parsedAmount": "8021580000000000000000" + }, + { + "gotchiId": "16560", + "amount": "15.425", + "parsedAmount": "15425000000000000000" + }, + { + "gotchiId": "16561", + "amount": "3.5075", + "parsedAmount": "3507500000000000000" + }, + { + "gotchiId": "16564", + "amount": "16.95", + "parsedAmount": "16950000000000000000" + }, + { + "gotchiId": "16566", + "amount": "15.2475", + "parsedAmount": "15247500000000000000" + }, + { + "gotchiId": "16567", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "16573", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "16574", + "amount": "10.5825", + "parsedAmount": "10582500000000000000" + }, + { + "gotchiId": "16582", + "amount": "7.8325", + "parsedAmount": "7832500000000000000" + }, + { + "gotchiId": "16583", + "amount": "8.69", + "parsedAmount": "8690000000000000000" + }, + { + "gotchiId": "16585", + "amount": "6.8925", + "parsedAmount": "6892500000000000000" + }, + { + "gotchiId": "16586", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "16587", + "amount": "38.1175", + "parsedAmount": "38117500000000000000" + }, + { + "gotchiId": "16588", + "amount": "8.4525", + "parsedAmount": "8452500000000000000" + }, + { + "gotchiId": "16590", + "amount": "8.095", + "parsedAmount": "8095000000000000000" + }, + { + "gotchiId": "16591", + "amount": "28.58", + "parsedAmount": "28580000000000000000" + }, + { + "gotchiId": "16593", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "16594", + "amount": "24.485", + "parsedAmount": "24485000000000000000" + }, + { + "gotchiId": "16595", + "amount": "6.859999999999999", + "parsedAmount": "6859999999999999000" + }, + { + "gotchiId": "16596", + "amount": "23.075", + "parsedAmount": "23075000000000000000" + }, + { + "gotchiId": "16597", + "amount": "15.08", + "parsedAmount": "15080000000000000000" + }, + { + "gotchiId": "16598", + "amount": "22.0925", + "parsedAmount": "22092500000000000000" + }, + { + "gotchiId": "16599", + "amount": "6.3825", + "parsedAmount": "6382500000000000000" + }, + { + "gotchiId": "16605", + "amount": "35.6325", + "parsedAmount": "35632500000000000000" + }, + { + "gotchiId": "16608", + "amount": "13.47", + "parsedAmount": "13470000000000000000" + }, + { + "gotchiId": "16609", + "amount": "5.157500000000001", + "parsedAmount": "5157500000000001000" + }, + { + "gotchiId": "16611", + "amount": "13.987499999999999", + "parsedAmount": "13987499999999999000" + }, + { + "gotchiId": "16613", + "amount": "8.97", + "parsedAmount": "8970000000000000000" + }, + { + "gotchiId": "16615", + "amount": "24.294999999999998", + "parsedAmount": "24294999999999998000" + }, + { + "gotchiId": "16616", + "amount": "8.5425", + "parsedAmount": "8542500000000000000" + }, + { + "gotchiId": "16617", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "16619", + "amount": "7.720000000000001", + "parsedAmount": "7720000000000001000" + }, + { + "gotchiId": "16620", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "16621", + "amount": "6.4275", + "parsedAmount": "6427500000000000000" + }, + { + "gotchiId": "16624", + "amount": "21.33", + "parsedAmount": "21330000000000000000" + }, + { + "gotchiId": "16625", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "16626", + "amount": "7.375", + "parsedAmount": "7375000000000000000" + }, + { + "gotchiId": "16627", + "amount": "12.5325", + "parsedAmount": "12532500000000000000" + }, + { + "gotchiId": "16629", + "amount": "14.4375", + "parsedAmount": "14437500000000000000" + }, + { + "gotchiId": "16630", + "amount": "17.384999999999998", + "parsedAmount": "17384999999999998000" + }, + { + "gotchiId": "16633", + "amount": "11.385", + "parsedAmount": "11385000000000000000" + }, + { + "gotchiId": "16635", + "amount": "223.2375", + "parsedAmount": "223237500000000000000" + }, + { + "gotchiId": "16638", + "amount": "9.100000000000001", + "parsedAmount": "9100000000000001000" + }, + { + "gotchiId": "16641", + "amount": "27.144999999999996", + "parsedAmount": "27144999999999996000" + }, + { + "gotchiId": "16642", + "amount": "6.5325", + "parsedAmount": "6532500000000000000" + }, + { + "gotchiId": "16649", + "amount": "9.5125", + "parsedAmount": "9512500000000000000" + }, + { + "gotchiId": "16652", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "16653", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "16659", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "16660", + "amount": "12.7325", + "parsedAmount": "12732500000000000000" + }, + { + "gotchiId": "16662", + "amount": "3.0075", + "parsedAmount": "3007500000000000000" + }, + { + "gotchiId": "16664", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "16668", + "amount": "15.272499999999999", + "parsedAmount": "15272499999999999000" + }, + { + "gotchiId": "16671", + "amount": "4.6674999999999995", + "parsedAmount": "4667499999999999500" + }, + { + "gotchiId": "16673", + "amount": "13.8125", + "parsedAmount": "13812500000000000000" + }, + { + "gotchiId": "16676", + "amount": "156.1575", + "parsedAmount": "156157500000000000000" + }, + { + "gotchiId": "16677", + "amount": "41.29", + "parsedAmount": "41290000000000000000" + }, + { + "gotchiId": "16679", + "amount": "11.39", + "parsedAmount": "11390000000000000000" + }, + { + "gotchiId": "16688", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "16689", + "amount": "18.8475", + "parsedAmount": "18847500000000000000" + }, + { + "gotchiId": "16691", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "16694", + "amount": "4.605", + "parsedAmount": "4605000000000000000" + }, + { + "gotchiId": "16695", + "amount": "2.0425", + "parsedAmount": "2042500000000000000" + }, + { + "gotchiId": "16696", + "amount": "8.049999999999999", + "parsedAmount": "8049999999999999000" + }, + { + "gotchiId": "16699", + "amount": "22.747500000000002", + "parsedAmount": "22747500000000002000" + }, + { + "gotchiId": "16701", + "amount": "2.31", + "parsedAmount": "2310000000000000000" + }, + { + "gotchiId": "16702", + "amount": "5.17", + "parsedAmount": "5170000000000000000" + }, + { + "gotchiId": "16703", + "amount": "14.1075", + "parsedAmount": "14107500000000000000" + }, + { + "gotchiId": "16704", + "amount": "63.03", + "parsedAmount": "63030000000000000000" + }, + { + "gotchiId": "16705", + "amount": "7.3325000000000005", + "parsedAmount": "7332500000000000500" + }, + { + "gotchiId": "16708", + "amount": "10.3825", + "parsedAmount": "10382500000000000000" + }, + { + "gotchiId": "16710", + "amount": "187.445", + "parsedAmount": "187445000000000000000" + }, + { + "gotchiId": "16712", + "amount": "43.755", + "parsedAmount": "43755000000000000000" + }, + { + "gotchiId": "16715", + "amount": "1.9925", + "parsedAmount": "1992500000000000000" + }, + { + "gotchiId": "16716", + "amount": "12.030000000000001", + "parsedAmount": "12030000000000001000" + }, + { + "gotchiId": "16718", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16722", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "16723", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "16724", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "16726", + "amount": "6.45", + "parsedAmount": "6450000000000000000" + }, + { + "gotchiId": "16727", + "amount": "5.1625", + "parsedAmount": "5162500000000000000" + }, + { + "gotchiId": "16728", + "amount": "15.98", + "parsedAmount": "15980000000000000000" + }, + { + "gotchiId": "16731", + "amount": "5.315", + "parsedAmount": "5315000000000000000" + }, + { + "gotchiId": "16732", + "amount": "67.81500000000001", + "parsedAmount": "67815000000000010000" + }, + { + "gotchiId": "16736", + "amount": "14.4525", + "parsedAmount": "14452500000000000000" + }, + { + "gotchiId": "16738", + "amount": "37.195", + "parsedAmount": "37195000000000000000" + }, + { + "gotchiId": "16739", + "amount": "2.9575", + "parsedAmount": "2957500000000000000" + }, + { + "gotchiId": "16743", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "16745", + "amount": "3.0975", + "parsedAmount": "3097500000000000000" + }, + { + "gotchiId": "16746", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "16747", + "amount": "14.995000000000001", + "parsedAmount": "14995000000000001000" + }, + { + "gotchiId": "16748", + "amount": "97.22250000000001", + "parsedAmount": "97222500000000010000" + }, + { + "gotchiId": "16749", + "amount": "15.7875", + "parsedAmount": "15787500000000000000" + }, + { + "gotchiId": "16750", + "amount": "11.04", + "parsedAmount": "11040000000000000000" + }, + { + "gotchiId": "16752", + "amount": "12.315", + "parsedAmount": "12315000000000000000" + }, + { + "gotchiId": "16755", + "amount": "10.58", + "parsedAmount": "10580000000000000000" + }, + { + "gotchiId": "16756", + "amount": "3.1775", + "parsedAmount": "3177500000000000000" + }, + { + "gotchiId": "16757", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "16759", + "amount": "35.25", + "parsedAmount": "35250000000000000000" + }, + { + "gotchiId": "16762", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "16765", + "amount": "5.6325", + "parsedAmount": "5632500000000000000" + }, + { + "gotchiId": "16769", + "amount": "18.417499999999997", + "parsedAmount": "18417499999999997000" + }, + { + "gotchiId": "16770", + "amount": "14.3925", + "parsedAmount": "14392500000000000000" + }, + { + "gotchiId": "16771", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16772", + "amount": "8.255", + "parsedAmount": "8255000000000000000" + }, + { + "gotchiId": "16773", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "16778", + "amount": "14.8925", + "parsedAmount": "14892500000000000000" + }, + { + "gotchiId": "16782", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16784", + "amount": "16.122500000000002", + "parsedAmount": "16122500000000002000" + }, + { + "gotchiId": "16785", + "amount": "30.595", + "parsedAmount": "30595000000000000000" + }, + { + "gotchiId": "16786", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "16787", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "16793", + "amount": "10.7575", + "parsedAmount": "10757500000000000000" + }, + { + "gotchiId": "16794", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "16795", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "16798", + "amount": "4.6575", + "parsedAmount": "4657500000000000000" + }, + { + "gotchiId": "16799", + "amount": "11.895", + "parsedAmount": "11895000000000000000" + }, + { + "gotchiId": "16801", + "amount": "4.5275", + "parsedAmount": "4527500000000000000" + }, + { + "gotchiId": "16804", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16806", + "amount": "16.1375", + "parsedAmount": "16137500000000000000" + }, + { + "gotchiId": "16810", + "amount": "16.11", + "parsedAmount": "16110000000000000000" + }, + { + "gotchiId": "16813", + "amount": "3.5275", + "parsedAmount": "3527500000000000000" + }, + { + "gotchiId": "16814", + "amount": "9.15", + "parsedAmount": "9150000000000000000" + }, + { + "gotchiId": "16815", + "amount": "16.5475", + "parsedAmount": "16547500000000000000" + }, + { + "gotchiId": "16817", + "amount": "5.535", + "parsedAmount": "5535000000000000000" + }, + { + "gotchiId": "16818", + "amount": "33.5575", + "parsedAmount": "33557500000000000000" + }, + { + "gotchiId": "16819", + "amount": "6.4399999999999995", + "parsedAmount": "6439999999999999500" + }, + { + "gotchiId": "16822", + "amount": "6.317500000000001", + "parsedAmount": "6317500000000001000" + }, + { + "gotchiId": "16823", + "amount": "8.5825", + "parsedAmount": "8582500000000000000" + }, + { + "gotchiId": "16825", + "amount": "12.905", + "parsedAmount": "12905000000000000000" + }, + { + "gotchiId": "16826", + "amount": "76.47", + "parsedAmount": "76470000000000000000" + }, + { + "gotchiId": "16829", + "amount": "13.645000000000001", + "parsedAmount": "13645000000000001000" + }, + { + "gotchiId": "16834", + "amount": "12.83", + "parsedAmount": "12830000000000000000" + }, + { + "gotchiId": "16840", + "amount": "27.67", + "parsedAmount": "27670000000000000000" + }, + { + "gotchiId": "16841", + "amount": "6.755", + "parsedAmount": "6755000000000000000" + }, + { + "gotchiId": "16842", + "amount": "4.7675", + "parsedAmount": "4767500000000000000" + }, + { + "gotchiId": "16843", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "16844", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "16845", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "16847", + "amount": "2.475", + "parsedAmount": "2475000000000000000" + }, + { + "gotchiId": "16849", + "amount": "22.662499999999998", + "parsedAmount": "22662499999999998000" + }, + { + "gotchiId": "16853", + "amount": "2.8425", + "parsedAmount": "2842500000000000000" + }, + { + "gotchiId": "16854", + "amount": "25.349999999999998", + "parsedAmount": "25349999999999998000" + }, + { + "gotchiId": "16858", + "amount": "19.395", + "parsedAmount": "19395000000000000000" + }, + { + "gotchiId": "16859", + "amount": "15.495", + "parsedAmount": "15495000000000000000" + }, + { + "gotchiId": "16860", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "16861", + "amount": "18.7275", + "parsedAmount": "18727500000000000000" + }, + { + "gotchiId": "16863", + "amount": "273.095", + "parsedAmount": "273095000000000000000" + }, + { + "gotchiId": "16878", + "amount": "5.0275", + "parsedAmount": "5027500000000000000" + }, + { + "gotchiId": "16883", + "amount": "14.015", + "parsedAmount": "14015000000000000000" + }, + { + "gotchiId": "16887", + "amount": "35.18", + "parsedAmount": "35180000000000000000" + }, + { + "gotchiId": "16888", + "amount": "6.422499999999999", + "parsedAmount": "6422499999999999000" + } + ], + "totalAmount": "16327004999999999986000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768506, + "gasUsed": "9765569" + }, + { + "batchIndex": 16, + "transactionHash": "0x1b35f9bb9a9908eb53a9f2ecaf4f70af307d0663da03f8805d22bbf12836eb13", + "timestamp": "2025-11-05T07:06:04.955Z", + "gotchiRewards": [ + { + "gotchiId": "16889", + "amount": "18.7375", + "parsedAmount": "18737500000000000000" + }, + { + "gotchiId": "16890", + "amount": "12.712499999999999", + "parsedAmount": "12712499999999999000" + }, + { + "gotchiId": "16894", + "amount": "2.77", + "parsedAmount": "2770000000000000000" + }, + { + "gotchiId": "16895", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "16900", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "16901", + "amount": "12.865", + "parsedAmount": "12865000000000000000" + }, + { + "gotchiId": "16902", + "amount": "5.6225", + "parsedAmount": "5622500000000000000" + }, + { + "gotchiId": "16904", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "16906", + "amount": "9.205", + "parsedAmount": "9205000000000000000" + }, + { + "gotchiId": "16907", + "amount": "8.9", + "parsedAmount": "8900000000000000000" + }, + { + "gotchiId": "16908", + "amount": "1.8225", + "parsedAmount": "1822500000000000000" + }, + { + "gotchiId": "16910", + "amount": "27.9725", + "parsedAmount": "27972500000000000000" + }, + { + "gotchiId": "16922", + "amount": "14.597499999999998", + "parsedAmount": "14597499999999998000" + }, + { + "gotchiId": "16923", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "16924", + "amount": "17.197499999999998", + "parsedAmount": "17197499999999998000" + }, + { + "gotchiId": "16925", + "amount": "4.8975", + "parsedAmount": "4897500000000000000" + }, + { + "gotchiId": "16926", + "amount": "7.9025", + "parsedAmount": "7902500000000000000" + }, + { + "gotchiId": "16927", + "amount": "3.2325", + "parsedAmount": "3232500000000000000" + }, + { + "gotchiId": "16928", + "amount": "5.585", + "parsedAmount": "5585000000000000000" + }, + { + "gotchiId": "16929", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "16931", + "amount": "3.05", + "parsedAmount": "3050000000000000000" + }, + { + "gotchiId": "16934", + "amount": "9.29", + "parsedAmount": "9290000000000000000" + }, + { + "gotchiId": "16935", + "amount": "22.540000000000003", + "parsedAmount": "22540000000000003000" + }, + { + "gotchiId": "16943", + "amount": "10.9925", + "parsedAmount": "10992500000000000000" + }, + { + "gotchiId": "16946", + "amount": "2.2825", + "parsedAmount": "2282500000000000000" + }, + { + "gotchiId": "16947", + "amount": "18.5075", + "parsedAmount": "18507500000000000000" + }, + { + "gotchiId": "16948", + "amount": "6.365", + "parsedAmount": "6365000000000000000" + }, + { + "gotchiId": "16949", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "16950", + "amount": "8.0275", + "parsedAmount": "8027500000000000000" + }, + { + "gotchiId": "16952", + "amount": "6.025", + "parsedAmount": "6025000000000000000" + }, + { + "gotchiId": "16953", + "amount": "12.895", + "parsedAmount": "12895000000000000000" + }, + { + "gotchiId": "16955", + "amount": "12.8425", + "parsedAmount": "12842500000000000000" + }, + { + "gotchiId": "16956", + "amount": "63.3575", + "parsedAmount": "63357500000000000000" + }, + { + "gotchiId": "16959", + "amount": "7.217499999999999", + "parsedAmount": "7217499999999999000" + }, + { + "gotchiId": "16961", + "amount": "11.9875", + "parsedAmount": "11987500000000000000" + }, + { + "gotchiId": "16963", + "amount": "7.715", + "parsedAmount": "7715000000000000000" + }, + { + "gotchiId": "16964", + "amount": "9.7775", + "parsedAmount": "9777500000000000000" + }, + { + "gotchiId": "16965", + "amount": "52.94", + "parsedAmount": "52940000000000000000" + }, + { + "gotchiId": "16967", + "amount": "11.739999999999998", + "parsedAmount": "11739999999999998000" + }, + { + "gotchiId": "16968", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "16969", + "amount": "84.38", + "parsedAmount": "84380000000000000000" + }, + { + "gotchiId": "16970", + "amount": "26.259999999999998", + "parsedAmount": "26259999999999998000" + }, + { + "gotchiId": "16971", + "amount": "12.1375", + "parsedAmount": "12137500000000000000" + }, + { + "gotchiId": "16974", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "16975", + "amount": "67.37750000000001", + "parsedAmount": "67377500000000010000" + }, + { + "gotchiId": "16978", + "amount": "14.127500000000001", + "parsedAmount": "14127500000000001000" + }, + { + "gotchiId": "16980", + "amount": "49.2825", + "parsedAmount": "49282500000000000000" + }, + { + "gotchiId": "16981", + "amount": "6.425", + "parsedAmount": "6425000000000000000" + }, + { + "gotchiId": "16985", + "amount": "20.9575", + "parsedAmount": "20957500000000000000" + }, + { + "gotchiId": "16995", + "amount": "5.8149999999999995", + "parsedAmount": "5814999999999999500" + }, + { + "gotchiId": "16997", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "16998", + "amount": "8.557500000000001", + "parsedAmount": "8557500000000001000" + }, + { + "gotchiId": "17004", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "17005", + "amount": "8.102500000000001", + "parsedAmount": "8102500000000001000" + }, + { + "gotchiId": "17008", + "amount": "14.455", + "parsedAmount": "14455000000000000000" + }, + { + "gotchiId": "17011", + "amount": "17.1075", + "parsedAmount": "17107500000000000000" + }, + { + "gotchiId": "17012", + "amount": "32.4", + "parsedAmount": "32400000000000000000" + }, + { + "gotchiId": "17013", + "amount": "6.37", + "parsedAmount": "6370000000000000000" + }, + { + "gotchiId": "17014", + "amount": "13.584999999999999", + "parsedAmount": "13584999999999999000" + }, + { + "gotchiId": "17015", + "amount": "3.145", + "parsedAmount": "3145000000000000000" + }, + { + "gotchiId": "17018", + "amount": "10.185", + "parsedAmount": "10185000000000000000" + }, + { + "gotchiId": "17021", + "amount": "7.38", + "parsedAmount": "7380000000000000000" + }, + { + "gotchiId": "17022", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "17024", + "amount": "25.765", + "parsedAmount": "25765000000000000000" + }, + { + "gotchiId": "17026", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "17027", + "amount": "17.695", + "parsedAmount": "17695000000000000000" + }, + { + "gotchiId": "17028", + "amount": "16.63", + "parsedAmount": "16630000000000000000" + }, + { + "gotchiId": "17029", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "17033", + "amount": "750.0074999999999", + "parsedAmount": "750007499999999900000" + }, + { + "gotchiId": "17035", + "amount": "18.1525", + "parsedAmount": "18152500000000000000" + }, + { + "gotchiId": "17036", + "amount": "3.0675", + "parsedAmount": "3067500000000000000" + }, + { + "gotchiId": "17037", + "amount": "14.86", + "parsedAmount": "14860000000000000000" + }, + { + "gotchiId": "17039", + "amount": "6.565", + "parsedAmount": "6565000000000000000" + }, + { + "gotchiId": "17040", + "amount": "12.17", + "parsedAmount": "12170000000000000000" + }, + { + "gotchiId": "17042", + "amount": "8.1125", + "parsedAmount": "8112500000000000000" + }, + { + "gotchiId": "17043", + "amount": "6.5925", + "parsedAmount": "6592500000000000000" + }, + { + "gotchiId": "17045", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "17048", + "amount": "2.275", + "parsedAmount": "2275000000000000000" + }, + { + "gotchiId": "17049", + "amount": "5.05", + "parsedAmount": "5050000000000000000" + }, + { + "gotchiId": "17052", + "amount": "9.895", + "parsedAmount": "9895000000000000000" + }, + { + "gotchiId": "17055", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "17057", + "amount": "12.31", + "parsedAmount": "12310000000000000000" + }, + { + "gotchiId": "17058", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "17060", + "amount": "2.01", + "parsedAmount": "2010000000000000000" + }, + { + "gotchiId": "17061", + "amount": "3.47", + "parsedAmount": "3470000000000000000" + }, + { + "gotchiId": "17062", + "amount": "25.134999999999998", + "parsedAmount": "25134999999999998000" + }, + { + "gotchiId": "17063", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "17064", + "amount": "16.7725", + "parsedAmount": "16772500000000000000" + }, + { + "gotchiId": "17065", + "amount": "19.315", + "parsedAmount": "19315000000000000000" + }, + { + "gotchiId": "17068", + "amount": "5.5024999999999995", + "parsedAmount": "5502499999999999500" + }, + { + "gotchiId": "17069", + "amount": "14.9375", + "parsedAmount": "14937500000000000000" + }, + { + "gotchiId": "17071", + "amount": "8.4925", + "parsedAmount": "8492500000000000000" + }, + { + "gotchiId": "17072", + "amount": "24.027500000000003", + "parsedAmount": "24027500000000003000" + }, + { + "gotchiId": "17074", + "amount": "2.75", + "parsedAmount": "2750000000000000000" + }, + { + "gotchiId": "17075", + "amount": "8.6625", + "parsedAmount": "8662500000000000000" + }, + { + "gotchiId": "17080", + "amount": "3.1775", + "parsedAmount": "3177500000000000000" + }, + { + "gotchiId": "17082", + "amount": "21.68", + "parsedAmount": "21680000000000000000" + }, + { + "gotchiId": "17086", + "amount": "7.1975", + "parsedAmount": "7197500000000000000" + }, + { + "gotchiId": "17090", + "amount": "31.4725", + "parsedAmount": "31472500000000000000" + }, + { + "gotchiId": "17091", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "17092", + "amount": "11.8525", + "parsedAmount": "11852500000000000000" + }, + { + "gotchiId": "17093", + "amount": "21.669999999999998", + "parsedAmount": "21669999999999998000" + }, + { + "gotchiId": "17095", + "amount": "7.045", + "parsedAmount": "7045000000000000000" + }, + { + "gotchiId": "17096", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "17097", + "amount": "17.985", + "parsedAmount": "17985000000000000000" + }, + { + "gotchiId": "17098", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "17099", + "amount": "25.9375", + "parsedAmount": "25937500000000000000" + }, + { + "gotchiId": "17100", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "17101", + "amount": "8.2925", + "parsedAmount": "8292500000000000000" + }, + { + "gotchiId": "17102", + "amount": "28.187500000000004", + "parsedAmount": "28187500000000004000" + }, + { + "gotchiId": "17104", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "17105", + "amount": "15.6225", + "parsedAmount": "15622500000000000000" + }, + { + "gotchiId": "17107", + "amount": "21.505", + "parsedAmount": "21505000000000000000" + }, + { + "gotchiId": "17109", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "17113", + "amount": "13.0825", + "parsedAmount": "13082500000000000000" + }, + { + "gotchiId": "17115", + "amount": "3.7675", + "parsedAmount": "3767500000000000000" + }, + { + "gotchiId": "17117", + "amount": "6.692499999999999", + "parsedAmount": "6692499999999999000" + }, + { + "gotchiId": "17120", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "17122", + "amount": "66.1075", + "parsedAmount": "66107500000000000000" + }, + { + "gotchiId": "17123", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "17124", + "amount": "150.9725", + "parsedAmount": "150972500000000000000" + }, + { + "gotchiId": "17127", + "amount": "7.835", + "parsedAmount": "7835000000000000000" + }, + { + "gotchiId": "17129", + "amount": "6.6675", + "parsedAmount": "6667500000000000000" + }, + { + "gotchiId": "17130", + "amount": "9.965", + "parsedAmount": "9965000000000000000" + }, + { + "gotchiId": "17131", + "amount": "19.385", + "parsedAmount": "19385000000000000000" + }, + { + "gotchiId": "17134", + "amount": "20.4775", + "parsedAmount": "20477500000000000000" + }, + { + "gotchiId": "17137", + "amount": "14.6175", + "parsedAmount": "14617500000000000000" + }, + { + "gotchiId": "17139", + "amount": "3.54", + "parsedAmount": "3540000000000000000" + }, + { + "gotchiId": "17141", + "amount": "7.33", + "parsedAmount": "7330000000000000000" + }, + { + "gotchiId": "17144", + "amount": "10.752500000000001", + "parsedAmount": "10752500000000001000" + }, + { + "gotchiId": "17148", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "17153", + "amount": "8.0225", + "parsedAmount": "8022500000000000000" + }, + { + "gotchiId": "17155", + "amount": "4.53", + "parsedAmount": "4530000000000000000" + }, + { + "gotchiId": "17157", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "17158", + "amount": "14.22", + "parsedAmount": "14220000000000000000" + }, + { + "gotchiId": "17160", + "amount": "10.0175", + "parsedAmount": "10017500000000000000" + }, + { + "gotchiId": "17161", + "amount": "22.53", + "parsedAmount": "22530000000000000000" + }, + { + "gotchiId": "17163", + "amount": "7.84", + "parsedAmount": "7840000000000000000" + }, + { + "gotchiId": "17164", + "amount": "7.8825", + "parsedAmount": "7882500000000000000" + }, + { + "gotchiId": "17166", + "amount": "6.449999999999999", + "parsedAmount": "6449999999999999000" + }, + { + "gotchiId": "17167", + "amount": "3.2575", + "parsedAmount": "3257500000000000000" + }, + { + "gotchiId": "17169", + "amount": "3.7925", + "parsedAmount": "3792500000000000000" + }, + { + "gotchiId": "17171", + "amount": "26.8275", + "parsedAmount": "26827500000000000000" + }, + { + "gotchiId": "17173", + "amount": "21.9075", + "parsedAmount": "21907500000000000000" + }, + { + "gotchiId": "17175", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "17177", + "amount": "7.890000000000001", + "parsedAmount": "7890000000000001000" + }, + { + "gotchiId": "17182", + "amount": "103.3975", + "parsedAmount": "103397500000000000000" + }, + { + "gotchiId": "17186", + "amount": "35.56", + "parsedAmount": "35560000000000000000" + }, + { + "gotchiId": "17188", + "amount": "43.269999999999996", + "parsedAmount": "43269999999999996000" + }, + { + "gotchiId": "17189", + "amount": "26.78", + "parsedAmount": "26780000000000000000" + }, + { + "gotchiId": "17192", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "17196", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "17198", + "amount": "10.315", + "parsedAmount": "10315000000000000000" + }, + { + "gotchiId": "17199", + "amount": "16.1975", + "parsedAmount": "16197500000000000000" + }, + { + "gotchiId": "17203", + "amount": "7.1000000000000005", + "parsedAmount": "7100000000000000500" + }, + { + "gotchiId": "17205", + "amount": "10.9", + "parsedAmount": "10900000000000000000" + }, + { + "gotchiId": "17208", + "amount": "17.5175", + "parsedAmount": "17517500000000000000" + }, + { + "gotchiId": "17210", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "17212", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "17214", + "amount": "7.9775", + "parsedAmount": "7977500000000000000" + }, + { + "gotchiId": "17217", + "amount": "15.25", + "parsedAmount": "15250000000000000000" + }, + { + "gotchiId": "17218", + "amount": "2.9925", + "parsedAmount": "2992500000000000000" + }, + { + "gotchiId": "17219", + "amount": "8.7075", + "parsedAmount": "8707500000000000000" + }, + { + "gotchiId": "17222", + "amount": "17.91", + "parsedAmount": "17910000000000000000" + }, + { + "gotchiId": "17226", + "amount": "46.5075", + "parsedAmount": "46507500000000000000" + }, + { + "gotchiId": "17230", + "amount": "15.85", + "parsedAmount": "15850000000000000000" + }, + { + "gotchiId": "17233", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "17234", + "amount": "30.1075", + "parsedAmount": "30107500000000000000" + }, + { + "gotchiId": "17236", + "amount": "15.972499999999998", + "parsedAmount": "15972499999999998000" + }, + { + "gotchiId": "17239", + "amount": "19.549999999999997", + "parsedAmount": "19549999999999997000" + }, + { + "gotchiId": "17241", + "amount": "29.5", + "parsedAmount": "29500000000000000000" + }, + { + "gotchiId": "17242", + "amount": "33.3775", + "parsedAmount": "33377500000000000000" + }, + { + "gotchiId": "17243", + "amount": "10.4375", + "parsedAmount": "10437500000000000000" + }, + { + "gotchiId": "17244", + "amount": "25.47", + "parsedAmount": "25470000000000000000" + }, + { + "gotchiId": "17246", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "17248", + "amount": "16.43", + "parsedAmount": "16430000000000000000" + }, + { + "gotchiId": "17250", + "amount": "1.9825", + "parsedAmount": "1982500000000000000" + }, + { + "gotchiId": "17251", + "amount": "12.360000000000001", + "parsedAmount": "12360000000000001000" + }, + { + "gotchiId": "17256", + "amount": "18.775", + "parsedAmount": "18775000000000000000" + }, + { + "gotchiId": "17257", + "amount": "21.5975", + "parsedAmount": "21597500000000000000" + }, + { + "gotchiId": "17258", + "amount": "8.51", + "parsedAmount": "8510000000000000000" + }, + { + "gotchiId": "17263", + "amount": "32.17", + "parsedAmount": "32170000000000000000" + }, + { + "gotchiId": "17264", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "17265", + "amount": "11.530000000000001", + "parsedAmount": "11530000000000001000" + }, + { + "gotchiId": "17267", + "amount": "19.69", + "parsedAmount": "19690000000000000000" + }, + { + "gotchiId": "17270", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "17272", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "17276", + "amount": "6.9475", + "parsedAmount": "6947500000000000000" + }, + { + "gotchiId": "17279", + "amount": "5.855", + "parsedAmount": "5855000000000000000" + }, + { + "gotchiId": "17280", + "amount": "13.3125", + "parsedAmount": "13312500000000000000" + }, + { + "gotchiId": "17282", + "amount": "23.0625", + "parsedAmount": "23062500000000000000" + }, + { + "gotchiId": "17283", + "amount": "12.2175", + "parsedAmount": "12217500000000000000" + }, + { + "gotchiId": "17284", + "amount": "12.3625", + "parsedAmount": "12362500000000000000" + }, + { + "gotchiId": "17286", + "amount": "9.120000000000001", + "parsedAmount": "9120000000000001000" + }, + { + "gotchiId": "17290", + "amount": "9.035", + "parsedAmount": "9035000000000000000" + }, + { + "gotchiId": "17292", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "17294", + "amount": "30.81", + "parsedAmount": "30810000000000000000" + }, + { + "gotchiId": "17296", + "amount": "24.787499999999998", + "parsedAmount": "24787499999999998000" + }, + { + "gotchiId": "17298", + "amount": "13.325", + "parsedAmount": "13325000000000000000" + }, + { + "gotchiId": "17300", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "17303", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "17305", + "amount": "7.6275", + "parsedAmount": "7627500000000000000" + }, + { + "gotchiId": "17306", + "amount": "25.700000000000003", + "parsedAmount": "25700000000000003000" + }, + { + "gotchiId": "17307", + "amount": "5.8275", + "parsedAmount": "5827500000000000000" + }, + { + "gotchiId": "17308", + "amount": "9", + "parsedAmount": "9000000000000000000" + }, + { + "gotchiId": "17314", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "17318", + "amount": "5.9775", + "parsedAmount": "5977500000000000000" + }, + { + "gotchiId": "17322", + "amount": "8.33", + "parsedAmount": "8330000000000000000" + }, + { + "gotchiId": "17323", + "amount": "10.455", + "parsedAmount": "10455000000000000000" + }, + { + "gotchiId": "17327", + "amount": "31.824999999999996", + "parsedAmount": "31824999999999996000" + }, + { + "gotchiId": "17329", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "17332", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "17334", + "amount": "5.592499999999999", + "parsedAmount": "5592499999999999000" + }, + { + "gotchiId": "17335", + "amount": "53.5325", + "parsedAmount": "53532500000000000000" + }, + { + "gotchiId": "17341", + "amount": "14.45", + "parsedAmount": "14450000000000000000" + }, + { + "gotchiId": "17342", + "amount": "22.785000000000004", + "parsedAmount": "22785000000000004000" + }, + { + "gotchiId": "17343", + "amount": "126.8225", + "parsedAmount": "126822500000000000000" + }, + { + "gotchiId": "17344", + "amount": "169.415", + "parsedAmount": "169415000000000000000" + }, + { + "gotchiId": "17345", + "amount": "12.015", + "parsedAmount": "12015000000000000000" + }, + { + "gotchiId": "17346", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "17348", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "17350", + "amount": "24.83", + "parsedAmount": "24830000000000000000" + }, + { + "gotchiId": "17352", + "amount": "32.2375", + "parsedAmount": "32237500000000000000" + }, + { + "gotchiId": "17353", + "amount": "10.165", + "parsedAmount": "10165000000000000000" + }, + { + "gotchiId": "17355", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "17357", + "amount": "10.145", + "parsedAmount": "10145000000000000000" + }, + { + "gotchiId": "17358", + "amount": "7.192500000000001", + "parsedAmount": "7192500000000001000" + }, + { + "gotchiId": "17361", + "amount": "4.702500000000001", + "parsedAmount": "4702500000000001000" + }, + { + "gotchiId": "17368", + "amount": "9.754999999999999", + "parsedAmount": "9754999999999999000" + }, + { + "gotchiId": "17369", + "amount": "8.71", + "parsedAmount": "8710000000000000000" + }, + { + "gotchiId": "17370", + "amount": "4.1975", + "parsedAmount": "4197500000000000000" + }, + { + "gotchiId": "17372", + "amount": "8.6775", + "parsedAmount": "8677500000000000000" + }, + { + "gotchiId": "17379", + "amount": "4.74", + "parsedAmount": "4740000000000000000" + }, + { + "gotchiId": "17382", + "amount": "12.7925", + "parsedAmount": "12792500000000000000" + }, + { + "gotchiId": "17386", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "17387", + "amount": "10.765", + "parsedAmount": "10765000000000000000" + }, + { + "gotchiId": "17390", + "amount": "8.9275", + "parsedAmount": "8927500000000000000" + }, + { + "gotchiId": "17395", + "amount": "12.557500000000001", + "parsedAmount": "12557500000000001000" + }, + { + "gotchiId": "17397", + "amount": "5.2375", + "parsedAmount": "5237500000000000000" + }, + { + "gotchiId": "17400", + "amount": "3.4025", + "parsedAmount": "3402500000000000000" + }, + { + "gotchiId": "17402", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "17404", + "amount": "6.3925", + "parsedAmount": "6392500000000000000" + }, + { + "gotchiId": "17405", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "17407", + "amount": "17.6925", + "parsedAmount": "17692500000000000000" + }, + { + "gotchiId": "17408", + "amount": "8.9725", + "parsedAmount": "8972500000000000000" + }, + { + "gotchiId": "17409", + "amount": "10.425", + "parsedAmount": "10425000000000000000" + }, + { + "gotchiId": "17411", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "17413", + "amount": "16.6275", + "parsedAmount": "16627500000000000000" + }, + { + "gotchiId": "17415", + "amount": "11.8575", + "parsedAmount": "11857500000000000000" + }, + { + "gotchiId": "17417", + "amount": "4.91", + "parsedAmount": "4910000000000000000" + }, + { + "gotchiId": "17419", + "amount": "14.32", + "parsedAmount": "14320000000000000000" + }, + { + "gotchiId": "17422", + "amount": "16.237499999999997", + "parsedAmount": "16237499999999997000" + }, + { + "gotchiId": "17425", + "amount": "16.8425", + "parsedAmount": "16842500000000000000" + }, + { + "gotchiId": "17427", + "amount": "13.7175", + "parsedAmount": "13717500000000000000" + }, + { + "gotchiId": "17429", + "amount": "8.885", + "parsedAmount": "8885000000000000000" + }, + { + "gotchiId": "17431", + "amount": "18.215", + "parsedAmount": "18215000000000000000" + }, + { + "gotchiId": "17433", + "amount": "17.2325", + "parsedAmount": "17232500000000000000" + }, + { + "gotchiId": "17439", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "17441", + "amount": "3.2475", + "parsedAmount": "3247500000000000000" + }, + { + "gotchiId": "17442", + "amount": "10.442499999999999", + "parsedAmount": "10442499999999999000" + }, + { + "gotchiId": "17444", + "amount": "34.145", + "parsedAmount": "34145000000000000000" + }, + { + "gotchiId": "17447", + "amount": "27.927500000000002", + "parsedAmount": "27927500000000002000" + }, + { + "gotchiId": "17449", + "amount": "6.84", + "parsedAmount": "6840000000000000000" + }, + { + "gotchiId": "17452", + "amount": "2.9975", + "parsedAmount": "2997500000000000000" + }, + { + "gotchiId": "17453", + "amount": "21.175", + "parsedAmount": "21175000000000000000" + }, + { + "gotchiId": "17454", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "17455", + "amount": "17.25", + "parsedAmount": "17250000000000000000" + }, + { + "gotchiId": "17460", + "amount": "7.539999999999999", + "parsedAmount": "7539999999999999000" + }, + { + "gotchiId": "17465", + "amount": "2.8875", + "parsedAmount": "2887500000000000000" + }, + { + "gotchiId": "17466", + "amount": "11.3675", + "parsedAmount": "11367500000000000000" + }, + { + "gotchiId": "17467", + "amount": "20.8075", + "parsedAmount": "20807500000000000000" + }, + { + "gotchiId": "17472", + "amount": "15.082500000000001", + "parsedAmount": "15082500000000001000" + }, + { + "gotchiId": "17475", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "17477", + "amount": "6.3475", + "parsedAmount": "6347500000000000000" + }, + { + "gotchiId": "17479", + "amount": "14.235000000000001", + "parsedAmount": "14235000000000001000" + }, + { + "gotchiId": "17482", + "amount": "9.815", + "parsedAmount": "9815000000000000000" + }, + { + "gotchiId": "17484", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "17487", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "17488", + "amount": "3.6", + "parsedAmount": "3600000000000000000" + }, + { + "gotchiId": "17490", + "amount": "5.2275", + "parsedAmount": "5227500000000000000" + }, + { + "gotchiId": "17491", + "amount": "7.57", + "parsedAmount": "7570000000000000000" + }, + { + "gotchiId": "17492", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "17493", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "17494", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "17496", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "17497", + "amount": "12.15", + "parsedAmount": "12150000000000000000" + }, + { + "gotchiId": "17499", + "amount": "6.782500000000001", + "parsedAmount": "6782500000000001000" + }, + { + "gotchiId": "17502", + "amount": "9.067499999999999", + "parsedAmount": "9067499999999999000" + }, + { + "gotchiId": "17503", + "amount": "17.8375", + "parsedAmount": "17837500000000000000" + }, + { + "gotchiId": "17504", + "amount": "34.65", + "parsedAmount": "34650000000000000000" + }, + { + "gotchiId": "17505", + "amount": "7.9625", + "parsedAmount": "7962500000000000000" + }, + { + "gotchiId": "17509", + "amount": "25.98", + "parsedAmount": "25980000000000000000" + }, + { + "gotchiId": "17512", + "amount": "11.7225", + "parsedAmount": "11722500000000000000" + }, + { + "gotchiId": "17515", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "17516", + "amount": "5.4925", + "parsedAmount": "5492500000000000000" + }, + { + "gotchiId": "17517", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "17518", + "amount": "4.4875", + "parsedAmount": "4487500000000000000" + }, + { + "gotchiId": "17519", + "amount": "9.2925", + "parsedAmount": "9292500000000000000" + }, + { + "gotchiId": "17521", + "amount": "15.1725", + "parsedAmount": "15172500000000000000" + }, + { + "gotchiId": "17522", + "amount": "28.812500000000004", + "parsedAmount": "28812500000000004000" + }, + { + "gotchiId": "17529", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "17530", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "17531", + "amount": "11.3125", + "parsedAmount": "11312500000000000000" + }, + { + "gotchiId": "17532", + "amount": "15.2775", + "parsedAmount": "15277500000000000000" + }, + { + "gotchiId": "17536", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "17538", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "17539", + "amount": "97.4925", + "parsedAmount": "97492500000000000000" + }, + { + "gotchiId": "17540", + "amount": "7.960000000000001", + "parsedAmount": "7960000000000001000" + }, + { + "gotchiId": "17542", + "amount": "25.125", + "parsedAmount": "25125000000000000000" + }, + { + "gotchiId": "17544", + "amount": "14.5975", + "parsedAmount": "14597500000000000000" + }, + { + "gotchiId": "17551", + "amount": "3.6775", + "parsedAmount": "3677500000000000000" + }, + { + "gotchiId": "17553", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "17558", + "amount": "18.7725", + "parsedAmount": "18772500000000000000" + }, + { + "gotchiId": "17559", + "amount": "29.5375", + "parsedAmount": "29537500000000000000" + }, + { + "gotchiId": "17563", + "amount": "11.3625", + "parsedAmount": "11362500000000000000" + }, + { + "gotchiId": "17564", + "amount": "3.1275", + "parsedAmount": "3127500000000000000" + }, + { + "gotchiId": "17565", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "17568", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "17569", + "amount": "10.585", + "parsedAmount": "10585000000000000000" + }, + { + "gotchiId": "17570", + "amount": "120.51499999999999", + "parsedAmount": "120514999999999990000" + }, + { + "gotchiId": "17571", + "amount": "17.6275", + "parsedAmount": "17627500000000000000" + }, + { + "gotchiId": "17573", + "amount": "5.53", + "parsedAmount": "5530000000000000000" + }, + { + "gotchiId": "17574", + "amount": "13.567499999999999", + "parsedAmount": "13567499999999999000" + }, + { + "gotchiId": "17575", + "amount": "3.8225", + "parsedAmount": "3822500000000000000" + }, + { + "gotchiId": "17576", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "17591", + "amount": "16.2425", + "parsedAmount": "16242500000000000000" + }, + { + "gotchiId": "17593", + "amount": "12.9875", + "parsedAmount": "12987500000000000000" + }, + { + "gotchiId": "17599", + "amount": "23.07", + "parsedAmount": "23070000000000000000" + }, + { + "gotchiId": "17600", + "amount": "10.8525", + "parsedAmount": "10852500000000000000" + }, + { + "gotchiId": "17601", + "amount": "24.24", + "parsedAmount": "24240000000000000000" + }, + { + "gotchiId": "17602", + "amount": "19.47", + "parsedAmount": "19470000000000000000" + }, + { + "gotchiId": "17603", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "17604", + "amount": "5.637499999999999", + "parsedAmount": "5637499999999999000" + }, + { + "gotchiId": "17605", + "amount": "6.617500000000001", + "parsedAmount": "6617500000000001000" + }, + { + "gotchiId": "17607", + "amount": "16.9925", + "parsedAmount": "16992500000000000000" + }, + { + "gotchiId": "17612", + "amount": "10.127500000000001", + "parsedAmount": "10127500000000001000" + }, + { + "gotchiId": "17613", + "amount": "54.525000000000006", + "parsedAmount": "54525000000000006000" + }, + { + "gotchiId": "17614", + "amount": "10.985", + "parsedAmount": "10985000000000000000" + }, + { + "gotchiId": "17616", + "amount": "24.1", + "parsedAmount": "24100000000000000000" + }, + { + "gotchiId": "17617", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "17619", + "amount": "6.425", + "parsedAmount": "6425000000000000000" + }, + { + "gotchiId": "17620", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "17623", + "amount": "18.767500000000002", + "parsedAmount": "18767500000000002000" + }, + { + "gotchiId": "17625", + "amount": "16.895", + "parsedAmount": "16895000000000000000" + }, + { + "gotchiId": "17629", + "amount": "18.275", + "parsedAmount": "18275000000000000000" + }, + { + "gotchiId": "17631", + "amount": "11.899999999999999", + "parsedAmount": "11899999999999999000" + }, + { + "gotchiId": "17633", + "amount": "10.19", + "parsedAmount": "10190000000000000000" + }, + { + "gotchiId": "17635", + "amount": "2.265", + "parsedAmount": "2265000000000000000" + }, + { + "gotchiId": "17636", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "17637", + "amount": "18.515", + "parsedAmount": "18515000000000000000" + }, + { + "gotchiId": "17638", + "amount": "22.805", + "parsedAmount": "22805000000000000000" + }, + { + "gotchiId": "17641", + "amount": "16.83", + "parsedAmount": "16830000000000000000" + }, + { + "gotchiId": "17642", + "amount": "5.1899999999999995", + "parsedAmount": "5189999999999999500" + }, + { + "gotchiId": "17644", + "amount": "1.9225", + "parsedAmount": "1922500000000000000" + }, + { + "gotchiId": "17645", + "amount": "20.45", + "parsedAmount": "20450000000000000000" + }, + { + "gotchiId": "17646", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "17651", + "amount": "10.495", + "parsedAmount": "10495000000000000000" + }, + { + "gotchiId": "17659", + "amount": "6.62", + "parsedAmount": "6620000000000000000" + }, + { + "gotchiId": "17660", + "amount": "9.22", + "parsedAmount": "9220000000000000000" + }, + { + "gotchiId": "17662", + "amount": "39.47", + "parsedAmount": "39470000000000000000" + }, + { + "gotchiId": "17663", + "amount": "4.2875", + "parsedAmount": "4287500000000000000" + }, + { + "gotchiId": "17668", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "17669", + "amount": "11.085", + "parsedAmount": "11085000000000000000" + }, + { + "gotchiId": "17672", + "amount": "21.535", + "parsedAmount": "21535000000000000000" + }, + { + "gotchiId": "17674", + "amount": "5.8", + "parsedAmount": "5800000000000000000" + }, + { + "gotchiId": "17677", + "amount": "19.2825", + "parsedAmount": "19282500000000000000" + }, + { + "gotchiId": "17680", + "amount": "4.775", + "parsedAmount": "4775000000000000000" + }, + { + "gotchiId": "17682", + "amount": "13.272499999999999", + "parsedAmount": "13272499999999999000" + }, + { + "gotchiId": "17684", + "amount": "18.5175", + "parsedAmount": "18517500000000000000" + }, + { + "gotchiId": "17690", + "amount": "11.967500000000001", + "parsedAmount": "11967500000000001000" + }, + { + "gotchiId": "17692", + "amount": "2.7825", + "parsedAmount": "2782500000000000000" + }, + { + "gotchiId": "17694", + "amount": "4.4225", + "parsedAmount": "4422500000000000000" + }, + { + "gotchiId": "17698", + "amount": "6.6375", + "parsedAmount": "6637500000000000000" + }, + { + "gotchiId": "17699", + "amount": "10.68", + "parsedAmount": "10680000000000000000" + }, + { + "gotchiId": "17701", + "amount": "17.1275", + "parsedAmount": "17127500000000000000" + }, + { + "gotchiId": "17702", + "amount": "10.807500000000001", + "parsedAmount": "10807500000000001000" + }, + { + "gotchiId": "17703", + "amount": "6.612500000000001", + "parsedAmount": "6612500000000001000" + }, + { + "gotchiId": "17704", + "amount": "15.59", + "parsedAmount": "15590000000000000000" + }, + { + "gotchiId": "17705", + "amount": "11.872499999999999", + "parsedAmount": "11872499999999999000" + }, + { + "gotchiId": "17708", + "amount": "7.185", + "parsedAmount": "7185000000000000000" + }, + { + "gotchiId": "17710", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "17712", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "17713", + "amount": "10.7425", + "parsedAmount": "10742500000000000000" + }, + { + "gotchiId": "17716", + "amount": "7.45", + "parsedAmount": "7450000000000000000" + }, + { + "gotchiId": "17717", + "amount": "3.1625", + "parsedAmount": "3162500000000000000" + }, + { + "gotchiId": "17719", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "17721", + "amount": "15.727500000000001", + "parsedAmount": "15727500000000001000" + }, + { + "gotchiId": "17723", + "amount": "129.175", + "parsedAmount": "129175000000000000000" + }, + { + "gotchiId": "17725", + "amount": "8.4", + "parsedAmount": "8400000000000000000" + }, + { + "gotchiId": "17726", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "17728", + "amount": "14.13", + "parsedAmount": "14130000000000000000" + }, + { + "gotchiId": "17729", + "amount": "12.9775", + "parsedAmount": "12977500000000000000" + }, + { + "gotchiId": "17731", + "amount": "2.11", + "parsedAmount": "2110000000000000000" + }, + { + "gotchiId": "17732", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "17735", + "amount": "3.1", + "parsedAmount": "3100000000000000000" + }, + { + "gotchiId": "17736", + "amount": "3.4125", + "parsedAmount": "3412500000000000000" + }, + { + "gotchiId": "17737", + "amount": "2.1475", + "parsedAmount": "2147500000000000000" + }, + { + "gotchiId": "17738", + "amount": "12.455", + "parsedAmount": "12455000000000000000" + }, + { + "gotchiId": "17739", + "amount": "20.2625", + "parsedAmount": "20262500000000000000" + }, + { + "gotchiId": "17741", + "amount": "9.7425", + "parsedAmount": "9742500000000000000" + }, + { + "gotchiId": "17745", + "amount": "2.66", + "parsedAmount": "2660000000000000000" + }, + { + "gotchiId": "17746", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "17747", + "amount": "4.41", + "parsedAmount": "4410000000000000000" + }, + { + "gotchiId": "17748", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "17749", + "amount": "4.9375", + "parsedAmount": "4937500000000000000" + }, + { + "gotchiId": "17751", + "amount": "19.1475", + "parsedAmount": "19147500000000000000" + }, + { + "gotchiId": "17755", + "amount": "13.4875", + "parsedAmount": "13487500000000000000" + }, + { + "gotchiId": "17759", + "amount": "15.469999999999999", + "parsedAmount": "15469999999999999000" + }, + { + "gotchiId": "17761", + "amount": "14.27", + "parsedAmount": "14270000000000000000" + }, + { + "gotchiId": "17762", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "17764", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "17772", + "amount": "12.407499999999999", + "parsedAmount": "12407499999999999000" + }, + { + "gotchiId": "17773", + "amount": "6.4925", + "parsedAmount": "6492500000000000000" + }, + { + "gotchiId": "17776", + "amount": "7.015", + "parsedAmount": "7015000000000000000" + }, + { + "gotchiId": "17780", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "17781", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "17783", + "amount": "40.29", + "parsedAmount": "40290000000000000000" + }, + { + "gotchiId": "17786", + "amount": "21.725", + "parsedAmount": "21725000000000000000" + }, + { + "gotchiId": "17787", + "amount": "5.975", + "parsedAmount": "5975000000000000000" + }, + { + "gotchiId": "17790", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "17793", + "amount": "6.9625", + "parsedAmount": "6962500000000000000" + }, + { + "gotchiId": "17795", + "amount": "16.8775", + "parsedAmount": "16877500000000000000" + }, + { + "gotchiId": "17797", + "amount": "17.0375", + "parsedAmount": "17037500000000000000" + }, + { + "gotchiId": "17798", + "amount": "8.48", + "parsedAmount": "8480000000000000000" + }, + { + "gotchiId": "17799", + "amount": "10.9525", + "parsedAmount": "10952500000000000000" + }, + { + "gotchiId": "17800", + "amount": "7.66", + "parsedAmount": "7660000000000000000" + }, + { + "gotchiId": "17802", + "amount": "58.82000000000001", + "parsedAmount": "58820000000000010000" + }, + { + "gotchiId": "17806", + "amount": "8.655", + "parsedAmount": "8655000000000000000" + }, + { + "gotchiId": "17813", + "amount": "16.3975", + "parsedAmount": "16397500000000000000" + }, + { + "gotchiId": "17814", + "amount": "2.7525", + "parsedAmount": "2752500000000000000" + }, + { + "gotchiId": "17820", + "amount": "12.4575", + "parsedAmount": "12457500000000000000" + }, + { + "gotchiId": "17821", + "amount": "7.01", + "parsedAmount": "7010000000000000000" + }, + { + "gotchiId": "17822", + "amount": "9.955", + "parsedAmount": "9955000000000000000" + }, + { + "gotchiId": "17824", + "amount": "12.25", + "parsedAmount": "12250000000000000000" + }, + { + "gotchiId": "17825", + "amount": "11.555", + "parsedAmount": "11555000000000000000" + }, + { + "gotchiId": "17827", + "amount": "26.1675", + "parsedAmount": "26167500000000000000" + }, + { + "gotchiId": "17828", + "amount": "15.695", + "parsedAmount": "15695000000000000000" + }, + { + "gotchiId": "17831", + "amount": "5.22", + "parsedAmount": "5220000000000000000" + }, + { + "gotchiId": "17832", + "amount": "10.615", + "parsedAmount": "10615000000000000000" + }, + { + "gotchiId": "17833", + "amount": "7.852500000000001", + "parsedAmount": "7852500000000001000" + }, + { + "gotchiId": "17834", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "17836", + "amount": "7.192500000000001", + "parsedAmount": "7192500000000001000" + }, + { + "gotchiId": "17837", + "amount": "12.1625", + "parsedAmount": "12162500000000000000" + }, + { + "gotchiId": "17839", + "amount": "9.55", + "parsedAmount": "9550000000000000000" + }, + { + "gotchiId": "17843", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "17848", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "17850", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "17852", + "amount": "6.24", + "parsedAmount": "6240000000000000000" + }, + { + "gotchiId": "17855", + "amount": "63.68000000000001", + "parsedAmount": "63680000000000010000" + }, + { + "gotchiId": "17856", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "17861", + "amount": "6.62", + "parsedAmount": "6620000000000000000" + }, + { + "gotchiId": "17865", + "amount": "74.39", + "parsedAmount": "74390000000000000000" + }, + { + "gotchiId": "17866", + "amount": "10.4325", + "parsedAmount": "10432500000000000000" + }, + { + "gotchiId": "17869", + "amount": "10.3325", + "parsedAmount": "10332500000000000000" + }, + { + "gotchiId": "17870", + "amount": "9.162500000000001", + "parsedAmount": "9162500000000001000" + }, + { + "gotchiId": "17872", + "amount": "9.532499999999999", + "parsedAmount": "9532499999999999000" + }, + { + "gotchiId": "17873", + "amount": "11.35", + "parsedAmount": "11350000000000000000" + }, + { + "gotchiId": "17874", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "17875", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "17879", + "amount": "13.200000000000001", + "parsedAmount": "13200000000000001000" + }, + { + "gotchiId": "17881", + "amount": "11.0475", + "parsedAmount": "11047500000000000000" + }, + { + "gotchiId": "17883", + "amount": "18.94", + "parsedAmount": "18940000000000000000" + }, + { + "gotchiId": "17885", + "amount": "4.6875", + "parsedAmount": "4687500000000000000" + }, + { + "gotchiId": "17887", + "amount": "7.245", + "parsedAmount": "7245000000000000000" + }, + { + "gotchiId": "17888", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "17889", + "amount": "15.397499999999999", + "parsedAmount": "15397499999999999000" + }, + { + "gotchiId": "17890", + "amount": "35.1325", + "parsedAmount": "35132500000000000000" + }, + { + "gotchiId": "17891", + "amount": "17.549999999999997", + "parsedAmount": "17549999999999997000" + }, + { + "gotchiId": "17893", + "amount": "7", + "parsedAmount": "7000000000000000000" + }, + { + "gotchiId": "17898", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "17899", + "amount": "3.7475", + "parsedAmount": "3747500000000000000" + }, + { + "gotchiId": "17901", + "amount": "15.6025", + "parsedAmount": "15602500000000000000" + }, + { + "gotchiId": "17902", + "amount": "5.8925", + "parsedAmount": "5892500000000000000" + }, + { + "gotchiId": "17903", + "amount": "8.4025", + "parsedAmount": "8402500000000000000" + }, + { + "gotchiId": "17908", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "17910", + "amount": "6.807499999999999", + "parsedAmount": "6807499999999999000" + }, + { + "gotchiId": "17911", + "amount": "9.92", + "parsedAmount": "9920000000000000000" + }, + { + "gotchiId": "17917", + "amount": "1.83", + "parsedAmount": "1830000000000000000" + }, + { + "gotchiId": "17920", + "amount": "6.225", + "parsedAmount": "6225000000000000000" + }, + { + "gotchiId": "17921", + "amount": "19.0175", + "parsedAmount": "19017500000000000000" + }, + { + "gotchiId": "17924", + "amount": "10.434999999999999", + "parsedAmount": "10434999999999999000" + }, + { + "gotchiId": "17926", + "amount": "32.33", + "parsedAmount": "32330000000000000000" + }, + { + "gotchiId": "17928", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "17929", + "amount": "10.342500000000001", + "parsedAmount": "10342500000000001000" + }, + { + "gotchiId": "17938", + "amount": "7.3625", + "parsedAmount": "7362500000000000000" + }, + { + "gotchiId": "17939", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "17941", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "17943", + "amount": "13.095", + "parsedAmount": "13095000000000000000" + }, + { + "gotchiId": "17944", + "amount": "954.3025", + "parsedAmount": "954302500000000000000" + }, + { + "gotchiId": "17945", + "amount": "6.2325", + "parsedAmount": "6232500000000000000" + }, + { + "gotchiId": "17946", + "amount": "10.06", + "parsedAmount": "10060000000000000000" + } + ], + "totalAmount": "8511747499999999922500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768510, + "gasUsed": "9940960" + }, + { + "batchIndex": 17, + "transactionHash": "0x2dd40c47505f9cfaab53fea0349ed3b92c5837a074158e1b92d299a8bfe868ce", + "timestamp": "2025-11-05T07:06:07.910Z", + "gotchiRewards": [ + { + "gotchiId": "17947", + "amount": "51.9525", + "parsedAmount": "51952500000000000000" + }, + { + "gotchiId": "17948", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "17951", + "amount": "13.65", + "parsedAmount": "13650000000000000000" + }, + { + "gotchiId": "17952", + "amount": "3.6675", + "parsedAmount": "3667500000000000000" + }, + { + "gotchiId": "17954", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "17955", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "17956", + "amount": "12.675", + "parsedAmount": "12675000000000000000" + }, + { + "gotchiId": "17957", + "amount": "12.5425", + "parsedAmount": "12542500000000000000" + }, + { + "gotchiId": "17958", + "amount": "6.1", + "parsedAmount": "6100000000000000000" + }, + { + "gotchiId": "17959", + "amount": "4.2275", + "parsedAmount": "4227500000000000000" + }, + { + "gotchiId": "17960", + "amount": "12.557500000000001", + "parsedAmount": "12557500000000001000" + }, + { + "gotchiId": "17967", + "amount": "18.3175", + "parsedAmount": "18317500000000000000" + }, + { + "gotchiId": "17969", + "amount": "12.23", + "parsedAmount": "12230000000000000000" + }, + { + "gotchiId": "17970", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "17972", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "17973", + "amount": "17.634999999999998", + "parsedAmount": "17634999999999998000" + }, + { + "gotchiId": "17974", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "17975", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "17979", + "amount": "5.1", + "parsedAmount": "5100000000000000000" + }, + { + "gotchiId": "17981", + "amount": "7.1825", + "parsedAmount": "7182500000000000000" + }, + { + "gotchiId": "17982", + "amount": "3.3875", + "parsedAmount": "3387500000000000000" + }, + { + "gotchiId": "17985", + "amount": "2.775", + "parsedAmount": "2775000000000000000" + }, + { + "gotchiId": "17986", + "amount": "14.2025", + "parsedAmount": "14202500000000000000" + }, + { + "gotchiId": "17987", + "amount": "28.4825", + "parsedAmount": "28482500000000000000" + }, + { + "gotchiId": "17998", + "amount": "2.85", + "parsedAmount": "2850000000000000000" + }, + { + "gotchiId": "18001", + "amount": "2.63", + "parsedAmount": "2630000000000000000" + }, + { + "gotchiId": "18002", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "18005", + "amount": "9.295", + "parsedAmount": "9295000000000000000" + }, + { + "gotchiId": "18008", + "amount": "11.145", + "parsedAmount": "11145000000000000000" + }, + { + "gotchiId": "18009", + "amount": "123.0275", + "parsedAmount": "123027500000000000000" + }, + { + "gotchiId": "18011", + "amount": "302.06249999999994", + "parsedAmount": "302062499999999940000" + }, + { + "gotchiId": "18012", + "amount": "30.6275", + "parsedAmount": "30627500000000000000" + }, + { + "gotchiId": "18013", + "amount": "12.165", + "parsedAmount": "12165000000000000000" + }, + { + "gotchiId": "18017", + "amount": "9.24", + "parsedAmount": "9240000000000000000" + }, + { + "gotchiId": "18018", + "amount": "11.275", + "parsedAmount": "11275000000000000000" + }, + { + "gotchiId": "18019", + "amount": "7.0625", + "parsedAmount": "7062500000000000000" + }, + { + "gotchiId": "18020", + "amount": "6.202500000000001", + "parsedAmount": "6202500000000001000" + }, + { + "gotchiId": "18028", + "amount": "16.6375", + "parsedAmount": "16637500000000000000" + }, + { + "gotchiId": "18031", + "amount": "10.559999999999999", + "parsedAmount": "10559999999999999000" + }, + { + "gotchiId": "18034", + "amount": "8.49", + "parsedAmount": "8490000000000000000" + }, + { + "gotchiId": "18035", + "amount": "57.6175", + "parsedAmount": "57617500000000000000" + }, + { + "gotchiId": "18036", + "amount": "15.91", + "parsedAmount": "15910000000000000000" + }, + { + "gotchiId": "18040", + "amount": "2.6575", + "parsedAmount": "2657500000000000000" + }, + { + "gotchiId": "18041", + "amount": "19.715", + "parsedAmount": "19715000000000000000" + }, + { + "gotchiId": "18044", + "amount": "9.97", + "parsedAmount": "9970000000000000000" + }, + { + "gotchiId": "18046", + "amount": "9.77", + "parsedAmount": "9770000000000000000" + }, + { + "gotchiId": "18048", + "amount": "14.2075", + "parsedAmount": "14207500000000000000" + }, + { + "gotchiId": "18050", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "18051", + "amount": "24.8175", + "parsedAmount": "24817500000000000000" + }, + { + "gotchiId": "18052", + "amount": "10.1425", + "parsedAmount": "10142500000000000000" + }, + { + "gotchiId": "18053", + "amount": "1.91", + "parsedAmount": "1910000000000000000" + }, + { + "gotchiId": "18054", + "amount": "25.8625", + "parsedAmount": "25862500000000000000" + }, + { + "gotchiId": "18057", + "amount": "8.030000000000001", + "parsedAmount": "8030000000000001000" + }, + { + "gotchiId": "18058", + "amount": "16.3325", + "parsedAmount": "16332500000000000000" + }, + { + "gotchiId": "18059", + "amount": "9.655000000000001", + "parsedAmount": "9655000000000001000" + }, + { + "gotchiId": "18061", + "amount": "3.285", + "parsedAmount": "3285000000000000000" + }, + { + "gotchiId": "18064", + "amount": "29.857499999999998", + "parsedAmount": "29857499999999998000" + }, + { + "gotchiId": "18065", + "amount": "6.8075", + "parsedAmount": "6807500000000000000" + }, + { + "gotchiId": "18066", + "amount": "13.76", + "parsedAmount": "13760000000000000000" + }, + { + "gotchiId": "18067", + "amount": "13.545", + "parsedAmount": "13545000000000000000" + }, + { + "gotchiId": "18070", + "amount": "2.0125", + "parsedAmount": "2012500000000000000" + }, + { + "gotchiId": "18071", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "18072", + "amount": "12.76", + "parsedAmount": "12760000000000000000" + }, + { + "gotchiId": "18073", + "amount": "7.54", + "parsedAmount": "7540000000000000000" + }, + { + "gotchiId": "18074", + "amount": "6.125", + "parsedAmount": "6125000000000000000" + }, + { + "gotchiId": "18077", + "amount": "11.469999999999999", + "parsedAmount": "11469999999999999000" + }, + { + "gotchiId": "18081", + "amount": "45.36", + "parsedAmount": "45360000000000000000" + }, + { + "gotchiId": "18084", + "amount": "11.409999999999998", + "parsedAmount": "11409999999999998000" + }, + { + "gotchiId": "18085", + "amount": "14.3575", + "parsedAmount": "14357500000000000000" + }, + { + "gotchiId": "18087", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "18089", + "amount": "17.14", + "parsedAmount": "17140000000000000000" + }, + { + "gotchiId": "18091", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "18092", + "amount": "10.370000000000001", + "parsedAmount": "10370000000000001000" + }, + { + "gotchiId": "18093", + "amount": "16.3725", + "parsedAmount": "16372500000000000000" + }, + { + "gotchiId": "18101", + "amount": "12.5475", + "parsedAmount": "12547500000000000000" + }, + { + "gotchiId": "18103", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "18106", + "amount": "15.922500000000001", + "parsedAmount": "15922500000000001000" + }, + { + "gotchiId": "18107", + "amount": "18.1875", + "parsedAmount": "18187500000000000000" + }, + { + "gotchiId": "18108", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "18109", + "amount": "13.110000000000001", + "parsedAmount": "13110000000000001000" + }, + { + "gotchiId": "18110", + "amount": "5.0375", + "parsedAmount": "5037500000000000000" + }, + { + "gotchiId": "18111", + "amount": "71.7525", + "parsedAmount": "71752500000000000000" + }, + { + "gotchiId": "18112", + "amount": "11.905", + "parsedAmount": "11905000000000000000" + }, + { + "gotchiId": "18116", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "18118", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "18119", + "amount": "5.985", + "parsedAmount": "5985000000000000000" + }, + { + "gotchiId": "18120", + "amount": "45.4425", + "parsedAmount": "45442500000000000000" + }, + { + "gotchiId": "18121", + "amount": "18.1425", + "parsedAmount": "18142500000000000000" + }, + { + "gotchiId": "18123", + "amount": "4.28", + "parsedAmount": "4280000000000000000" + }, + { + "gotchiId": "18124", + "amount": "19.6775", + "parsedAmount": "19677500000000000000" + }, + { + "gotchiId": "18126", + "amount": "44.974999999999994", + "parsedAmount": "44974999999999994000" + }, + { + "gotchiId": "18127", + "amount": "7.1475", + "parsedAmount": "7147500000000000000" + }, + { + "gotchiId": "18129", + "amount": "5.255", + "parsedAmount": "5255000000000000000" + }, + { + "gotchiId": "18134", + "amount": "25.485", + "parsedAmount": "25485000000000000000" + }, + { + "gotchiId": "18136", + "amount": "12.015", + "parsedAmount": "12015000000000000000" + }, + { + "gotchiId": "18138", + "amount": "15.587499999999999", + "parsedAmount": "15587499999999999000" + }, + { + "gotchiId": "18140", + "amount": "14.594999999999999", + "parsedAmount": "14594999999999999000" + }, + { + "gotchiId": "18141", + "amount": "10.4925", + "parsedAmount": "10492500000000000000" + }, + { + "gotchiId": "18142", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "18143", + "amount": "4.49", + "parsedAmount": "4490000000000000000" + }, + { + "gotchiId": "18145", + "amount": "35.472500000000004", + "parsedAmount": "35472500000000004000" + }, + { + "gotchiId": "18146", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "18149", + "amount": "2.0425", + "parsedAmount": "2042500000000000000" + }, + { + "gotchiId": "18150", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "18151", + "amount": "5.485", + "parsedAmount": "5485000000000000000" + }, + { + "gotchiId": "18152", + "amount": "20.725", + "parsedAmount": "20725000000000000000" + }, + { + "gotchiId": "18153", + "amount": "5.3500000000000005", + "parsedAmount": "5350000000000000500" + }, + { + "gotchiId": "18155", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "18156", + "amount": "11.72", + "parsedAmount": "11720000000000000000" + }, + { + "gotchiId": "18162", + "amount": "6.175000000000001", + "parsedAmount": "6175000000000001000" + }, + { + "gotchiId": "18163", + "amount": "7.095", + "parsedAmount": "7095000000000000000" + }, + { + "gotchiId": "18164", + "amount": "14.365", + "parsedAmount": "14365000000000000000" + }, + { + "gotchiId": "18166", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "18168", + "amount": "5.7", + "parsedAmount": "5700000000000000000" + }, + { + "gotchiId": "18169", + "amount": "5.1275", + "parsedAmount": "5127500000000000000" + }, + { + "gotchiId": "18170", + "amount": "90.925", + "parsedAmount": "90925000000000000000" + }, + { + "gotchiId": "18174", + "amount": "18.0575", + "parsedAmount": "18057500000000000000" + }, + { + "gotchiId": "18175", + "amount": "14.72", + "parsedAmount": "14720000000000000000" + }, + { + "gotchiId": "18178", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "18182", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "18184", + "amount": "11.715", + "parsedAmount": "11715000000000000000" + }, + { + "gotchiId": "18185", + "amount": "26.6075", + "parsedAmount": "26607500000000000000" + }, + { + "gotchiId": "18186", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "18190", + "amount": "10.495", + "parsedAmount": "10495000000000000000" + }, + { + "gotchiId": "18194", + "amount": "8.2", + "parsedAmount": "8200000000000000000" + }, + { + "gotchiId": "18196", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "18198", + "amount": "5.5825", + "parsedAmount": "5582500000000000000" + }, + { + "gotchiId": "18201", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "18204", + "amount": "21.81", + "parsedAmount": "21810000000000000000" + }, + { + "gotchiId": "18207", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "18208", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "18210", + "amount": "5.5825", + "parsedAmount": "5582500000000000000" + }, + { + "gotchiId": "18215", + "amount": "10.84", + "parsedAmount": "10840000000000000000" + }, + { + "gotchiId": "18217", + "amount": "5.2275", + "parsedAmount": "5227500000000000000" + }, + { + "gotchiId": "18218", + "amount": "8.3775", + "parsedAmount": "8377500000000000000" + }, + { + "gotchiId": "18221", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "18224", + "amount": "12.855", + "parsedAmount": "12855000000000000000" + }, + { + "gotchiId": "18227", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "18228", + "amount": "4.18", + "parsedAmount": "4180000000000000000" + }, + { + "gotchiId": "18229", + "amount": "13.052499999999998", + "parsedAmount": "13052499999999998000" + }, + { + "gotchiId": "18231", + "amount": "31.255000000000003", + "parsedAmount": "31255000000000003000" + }, + { + "gotchiId": "18233", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "18234", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "18235", + "amount": "6.38", + "parsedAmount": "6380000000000000000" + }, + { + "gotchiId": "18236", + "amount": "13.295", + "parsedAmount": "13295000000000000000" + }, + { + "gotchiId": "18237", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "18239", + "amount": "9.11", + "parsedAmount": "9110000000000000000" + }, + { + "gotchiId": "18240", + "amount": "5.4025", + "parsedAmount": "5402500000000000000" + }, + { + "gotchiId": "18244", + "amount": "4.25", + "parsedAmount": "4250000000000000000" + }, + { + "gotchiId": "18245", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "18247", + "amount": "26.83", + "parsedAmount": "26830000000000000000" + }, + { + "gotchiId": "18248", + "amount": "4.6775", + "parsedAmount": "4677500000000000000" + }, + { + "gotchiId": "18249", + "amount": "714.73", + "parsedAmount": "714730000000000000000" + }, + { + "gotchiId": "18252", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "18256", + "amount": "3.1675", + "parsedAmount": "3167500000000000000" + }, + { + "gotchiId": "18257", + "amount": "3.76", + "parsedAmount": "3760000000000000000" + }, + { + "gotchiId": "18258", + "amount": "190.5475", + "parsedAmount": "190547500000000000000" + }, + { + "gotchiId": "18259", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "18262", + "amount": "8.92", + "parsedAmount": "8920000000000000000" + }, + { + "gotchiId": "18263", + "amount": "2.075", + "parsedAmount": "2075000000000000000" + }, + { + "gotchiId": "18265", + "amount": "13.3975", + "parsedAmount": "13397500000000000000" + }, + { + "gotchiId": "18267", + "amount": "4.6", + "parsedAmount": "4600000000000000000" + }, + { + "gotchiId": "18273", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "18275", + "amount": "7.455", + "parsedAmount": "7455000000000000000" + }, + { + "gotchiId": "18280", + "amount": "46.3575", + "parsedAmount": "46357500000000000000" + }, + { + "gotchiId": "18283", + "amount": "12.415000000000001", + "parsedAmount": "12415000000000001000" + }, + { + "gotchiId": "18284", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "18287", + "amount": "46.042500000000004", + "parsedAmount": "46042500000000004000" + }, + { + "gotchiId": "18291", + "amount": "18.585", + "parsedAmount": "18585000000000000000" + }, + { + "gotchiId": "18292", + "amount": "69.65", + "parsedAmount": "69650000000000000000" + }, + { + "gotchiId": "18293", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "18295", + "amount": "11.9175", + "parsedAmount": "11917500000000000000" + }, + { + "gotchiId": "18296", + "amount": "15.8325", + "parsedAmount": "15832500000000000000" + }, + { + "gotchiId": "18298", + "amount": "22.985", + "parsedAmount": "22985000000000000000" + }, + { + "gotchiId": "18300", + "amount": "1.87", + "parsedAmount": "1870000000000000000" + }, + { + "gotchiId": "18304", + "amount": "20.01", + "parsedAmount": "20010000000000000000" + }, + { + "gotchiId": "18305", + "amount": "12.04", + "parsedAmount": "12040000000000000000" + }, + { + "gotchiId": "18306", + "amount": "8.407499999999999", + "parsedAmount": "8407499999999999000" + }, + { + "gotchiId": "18308", + "amount": "6.404999999999999", + "parsedAmount": "6404999999999999000" + }, + { + "gotchiId": "18309", + "amount": "12.675", + "parsedAmount": "12675000000000000000" + }, + { + "gotchiId": "18313", + "amount": "12.1425", + "parsedAmount": "12142500000000000000" + }, + { + "gotchiId": "18314", + "amount": "14.0525", + "parsedAmount": "14052500000000000000" + }, + { + "gotchiId": "18319", + "amount": "7.2475", + "parsedAmount": "7247500000000000000" + }, + { + "gotchiId": "18320", + "amount": "8.6375", + "parsedAmount": "8637500000000000000" + }, + { + "gotchiId": "18324", + "amount": "6.0425", + "parsedAmount": "6042500000000000000" + }, + { + "gotchiId": "18327", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "18328", + "amount": "2.975", + "parsedAmount": "2975000000000000000" + }, + { + "gotchiId": "18330", + "amount": "37.8775", + "parsedAmount": "37877500000000000000" + }, + { + "gotchiId": "18332", + "amount": "5.487500000000001", + "parsedAmount": "5487500000000001000" + }, + { + "gotchiId": "18338", + "amount": "22.517500000000002", + "parsedAmount": "22517500000000002000" + }, + { + "gotchiId": "18339", + "amount": "46.42", + "parsedAmount": "46420000000000000000" + }, + { + "gotchiId": "18340", + "amount": "33.2325", + "parsedAmount": "33232500000000000000" + }, + { + "gotchiId": "18348", + "amount": "9.2575", + "parsedAmount": "9257500000000000000" + }, + { + "gotchiId": "18349", + "amount": "12.555", + "parsedAmount": "12555000000000000000" + }, + { + "gotchiId": "18352", + "amount": "15.205", + "parsedAmount": "15205000000000000000" + }, + { + "gotchiId": "18354", + "amount": "11.6175", + "parsedAmount": "11617500000000000000" + }, + { + "gotchiId": "18356", + "amount": "17.415", + "parsedAmount": "17415000000000000000" + }, + { + "gotchiId": "18357", + "amount": "2.0175", + "parsedAmount": "2017500000000000000" + }, + { + "gotchiId": "18360", + "amount": "11.605", + "parsedAmount": "11605000000000000000" + }, + { + "gotchiId": "18361", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "18362", + "amount": "6.487500000000001", + "parsedAmount": "6487500000000001000" + }, + { + "gotchiId": "18363", + "amount": "5.2875", + "parsedAmount": "5287500000000000000" + }, + { + "gotchiId": "18367", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "18368", + "amount": "3.1775", + "parsedAmount": "3177500000000000000" + }, + { + "gotchiId": "18370", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "18371", + "amount": "8.3125", + "parsedAmount": "8312500000000000000" + }, + { + "gotchiId": "18372", + "amount": "8.415", + "parsedAmount": "8415000000000000000" + }, + { + "gotchiId": "18374", + "amount": "13.9975", + "parsedAmount": "13997500000000000000" + }, + { + "gotchiId": "18375", + "amount": "10.6425", + "parsedAmount": "10642500000000000000" + }, + { + "gotchiId": "18376", + "amount": "2.0325", + "parsedAmount": "2032500000000000000" + }, + { + "gotchiId": "18378", + "amount": "5.4075", + "parsedAmount": "5407500000000000000" + }, + { + "gotchiId": "18379", + "amount": "5.07", + "parsedAmount": "5070000000000000000" + }, + { + "gotchiId": "18383", + "amount": "20.225", + "parsedAmount": "20225000000000000000" + }, + { + "gotchiId": "18385", + "amount": "1.945", + "parsedAmount": "1945000000000000000" + }, + { + "gotchiId": "18387", + "amount": "12.620000000000001", + "parsedAmount": "12620000000000001000" + }, + { + "gotchiId": "18389", + "amount": "9.055", + "parsedAmount": "9055000000000000000" + }, + { + "gotchiId": "18390", + "amount": "6.0825", + "parsedAmount": "6082500000000000000" + }, + { + "gotchiId": "18391", + "amount": "6.2775", + "parsedAmount": "6277500000000000000" + }, + { + "gotchiId": "18392", + "amount": "7.1525", + "parsedAmount": "7152500000000000000" + }, + { + "gotchiId": "18393", + "amount": "6.785", + "parsedAmount": "6785000000000000000" + }, + { + "gotchiId": "18397", + "amount": "11.095", + "parsedAmount": "11095000000000000000" + }, + { + "gotchiId": "18399", + "amount": "18.26", + "parsedAmount": "18260000000000000000" + }, + { + "gotchiId": "18400", + "amount": "92.6725", + "parsedAmount": "92672500000000000000" + }, + { + "gotchiId": "18401", + "amount": "14.385", + "parsedAmount": "14385000000000000000" + }, + { + "gotchiId": "18402", + "amount": "4.15", + "parsedAmount": "4150000000000000000" + }, + { + "gotchiId": "18403", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "18404", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "18405", + "amount": "11.875", + "parsedAmount": "11875000000000000000" + }, + { + "gotchiId": "18406", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "18408", + "amount": "4.1725", + "parsedAmount": "4172500000000000000" + }, + { + "gotchiId": "18411", + "amount": "1272.0975", + "parsedAmount": "1272097500000000000000" + }, + { + "gotchiId": "18412", + "amount": "10.29", + "parsedAmount": "10290000000000000000" + }, + { + "gotchiId": "18415", + "amount": "17.767500000000002", + "parsedAmount": "17767500000000002000" + }, + { + "gotchiId": "18422", + "amount": "4.2775", + "parsedAmount": "4277500000000000000" + }, + { + "gotchiId": "18426", + "amount": "12.745", + "parsedAmount": "12745000000000000000" + }, + { + "gotchiId": "18427", + "amount": "12.7025", + "parsedAmount": "12702500000000000000" + }, + { + "gotchiId": "18428", + "amount": "5.4475", + "parsedAmount": "5447500000000000000" + }, + { + "gotchiId": "18431", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "18432", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "18433", + "amount": "14.99", + "parsedAmount": "14990000000000000000" + }, + { + "gotchiId": "18434", + "amount": "84.75999999999999", + "parsedAmount": "84759999999999990000" + }, + { + "gotchiId": "18438", + "amount": "25.36", + "parsedAmount": "25360000000000000000" + }, + { + "gotchiId": "18441", + "amount": "36.2575", + "parsedAmount": "36257500000000000000" + }, + { + "gotchiId": "18445", + "amount": "23.2375", + "parsedAmount": "23237500000000000000" + }, + { + "gotchiId": "18447", + "amount": "4.1025", + "parsedAmount": "4102500000000000000" + }, + { + "gotchiId": "18449", + "amount": "14.15", + "parsedAmount": "14150000000000000000" + }, + { + "gotchiId": "18452", + "amount": "3.4775", + "parsedAmount": "3477500000000000000" + }, + { + "gotchiId": "18453", + "amount": "7.6", + "parsedAmount": "7600000000000000000" + }, + { + "gotchiId": "18454", + "amount": "3.015", + "parsedAmount": "3015000000000000000" + }, + { + "gotchiId": "18459", + "amount": "7.07", + "parsedAmount": "7070000000000000000" + }, + { + "gotchiId": "18460", + "amount": "12.469999999999999", + "parsedAmount": "12469999999999999000" + }, + { + "gotchiId": "18464", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "18466", + "amount": "8.295", + "parsedAmount": "8295000000000000000" + }, + { + "gotchiId": "18467", + "amount": "100.2275", + "parsedAmount": "100227500000000000000" + }, + { + "gotchiId": "18469", + "amount": "49.725", + "parsedAmount": "49725000000000000000" + }, + { + "gotchiId": "18470", + "amount": "32.6", + "parsedAmount": "32600000000000000000" + }, + { + "gotchiId": "18472", + "amount": "12.935", + "parsedAmount": "12935000000000000000" + }, + { + "gotchiId": "18473", + "amount": "14.52", + "parsedAmount": "14520000000000000000" + }, + { + "gotchiId": "18474", + "amount": "12.557500000000001", + "parsedAmount": "12557500000000001000" + }, + { + "gotchiId": "18475", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "18476", + "amount": "14.935", + "parsedAmount": "14935000000000000000" + }, + { + "gotchiId": "18477", + "amount": "74.795", + "parsedAmount": "74795000000000000000" + }, + { + "gotchiId": "18480", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "18481", + "amount": "9.940000000000001", + "parsedAmount": "9940000000000001000" + }, + { + "gotchiId": "18483", + "amount": "12.825000000000001", + "parsedAmount": "12825000000000001000" + }, + { + "gotchiId": "18485", + "amount": "14.3525", + "parsedAmount": "14352500000000000000" + }, + { + "gotchiId": "18486", + "amount": "13.385", + "parsedAmount": "13385000000000000000" + }, + { + "gotchiId": "18487", + "amount": "24.3675", + "parsedAmount": "24367500000000000000" + }, + { + "gotchiId": "18490", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "18491", + "amount": "83.82", + "parsedAmount": "83820000000000000000" + }, + { + "gotchiId": "18492", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "18493", + "amount": "3.7275", + "parsedAmount": "3727500000000000000" + }, + { + "gotchiId": "18494", + "amount": "35.9175", + "parsedAmount": "35917500000000000000" + }, + { + "gotchiId": "18495", + "amount": "13.110000000000001", + "parsedAmount": "13110000000000001000" + }, + { + "gotchiId": "18497", + "amount": "42.505", + "parsedAmount": "42505000000000000000" + }, + { + "gotchiId": "18499", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "18501", + "amount": "11.2475", + "parsedAmount": "11247500000000000000" + }, + { + "gotchiId": "18506", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + }, + { + "gotchiId": "18508", + "amount": "4.3775", + "parsedAmount": "4377500000000000000" + }, + { + "gotchiId": "18510", + "amount": "6.6175", + "parsedAmount": "6617500000000000000" + }, + { + "gotchiId": "18516", + "amount": "12.155", + "parsedAmount": "12155000000000000000" + }, + { + "gotchiId": "18518", + "amount": "7.682500000000001", + "parsedAmount": "7682500000000001000" + }, + { + "gotchiId": "18520", + "amount": "19.6", + "parsedAmount": "19600000000000000000" + }, + { + "gotchiId": "18522", + "amount": "17.765", + "parsedAmount": "17765000000000000000" + }, + { + "gotchiId": "18525", + "amount": "2.8475", + "parsedAmount": "2847500000000000000" + }, + { + "gotchiId": "18530", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "18531", + "amount": "3.18", + "parsedAmount": "3180000000000000000" + }, + { + "gotchiId": "18534", + "amount": "8.42", + "parsedAmount": "8420000000000000000" + }, + { + "gotchiId": "18535", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "18537", + "amount": "2.6825", + "parsedAmount": "2682500000000000000" + }, + { + "gotchiId": "18539", + "amount": "18.57", + "parsedAmount": "18570000000000000000" + }, + { + "gotchiId": "18542", + "amount": "33.48", + "parsedAmount": "33480000000000000000" + }, + { + "gotchiId": "18545", + "amount": "15.885", + "parsedAmount": "15885000000000000000" + }, + { + "gotchiId": "18549", + "amount": "14.9275", + "parsedAmount": "14927500000000000000" + }, + { + "gotchiId": "18550", + "amount": "1.925", + "parsedAmount": "1925000000000000000" + }, + { + "gotchiId": "18554", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "18556", + "amount": "5.455", + "parsedAmount": "5455000000000000000" + }, + { + "gotchiId": "18557", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "18558", + "amount": "20.725", + "parsedAmount": "20725000000000000000" + }, + { + "gotchiId": "18562", + "amount": "7.470000000000001", + "parsedAmount": "7470000000000001000" + }, + { + "gotchiId": "18565", + "amount": "13.245000000000001", + "parsedAmount": "13245000000000001000" + }, + { + "gotchiId": "18567", + "amount": "20.497500000000002", + "parsedAmount": "20497500000000002000" + }, + { + "gotchiId": "18568", + "amount": "9.9375", + "parsedAmount": "9937500000000000000" + }, + { + "gotchiId": "18573", + "amount": "4.765", + "parsedAmount": "4765000000000000000" + }, + { + "gotchiId": "18574", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "18576", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "18577", + "amount": "12.445", + "parsedAmount": "12445000000000000000" + }, + { + "gotchiId": "18578", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "18579", + "amount": "9.877500000000001", + "parsedAmount": "9877500000000001000" + }, + { + "gotchiId": "18584", + "amount": "4.6325", + "parsedAmount": "4632500000000000000" + }, + { + "gotchiId": "18586", + "amount": "2.855", + "parsedAmount": "2855000000000000000" + }, + { + "gotchiId": "18588", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "18590", + "amount": "11.135", + "parsedAmount": "11135000000000000000" + }, + { + "gotchiId": "18591", + "amount": "25.4525", + "parsedAmount": "25452500000000000000" + }, + { + "gotchiId": "18593", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "18594", + "amount": "3.78", + "parsedAmount": "3780000000000000000" + }, + { + "gotchiId": "18595", + "amount": "12.01", + "parsedAmount": "12010000000000000000" + }, + { + "gotchiId": "18600", + "amount": "3.8425", + "parsedAmount": "3842500000000000000" + }, + { + "gotchiId": "18603", + "amount": "6.8774999999999995", + "parsedAmount": "6877499999999999500" + }, + { + "gotchiId": "18607", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "18609", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "18610", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "18612", + "amount": "24.26", + "parsedAmount": "24260000000000000000" + }, + { + "gotchiId": "18613", + "amount": "16.935000000000002", + "parsedAmount": "16935000000000002000" + }, + { + "gotchiId": "18619", + "amount": "26.66", + "parsedAmount": "26660000000000000000" + }, + { + "gotchiId": "18620", + "amount": "20.740000000000002", + "parsedAmount": "20740000000000002000" + }, + { + "gotchiId": "18623", + "amount": "18.245", + "parsedAmount": "18245000000000000000" + }, + { + "gotchiId": "18624", + "amount": "4.19", + "parsedAmount": "4190000000000000000" + }, + { + "gotchiId": "18626", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "18627", + "amount": "5.255", + "parsedAmount": "5255000000000000000" + }, + { + "gotchiId": "18629", + "amount": "4.7825", + "parsedAmount": "4782500000000000000" + }, + { + "gotchiId": "18630", + "amount": "9.85", + "parsedAmount": "9850000000000000000" + }, + { + "gotchiId": "18633", + "amount": "1.8275", + "parsedAmount": "1827500000000000000" + }, + { + "gotchiId": "18634", + "amount": "5.6075", + "parsedAmount": "5607500000000000000" + }, + { + "gotchiId": "18636", + "amount": "12.067499999999999", + "parsedAmount": "12067499999999999000" + }, + { + "gotchiId": "18641", + "amount": "7.8825", + "parsedAmount": "7882500000000000000" + }, + { + "gotchiId": "18642", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "18645", + "amount": "27.9925", + "parsedAmount": "27992500000000000000" + }, + { + "gotchiId": "18648", + "amount": "18.705", + "parsedAmount": "18705000000000000000" + }, + { + "gotchiId": "18649", + "amount": "12.82", + "parsedAmount": "12820000000000000000" + }, + { + "gotchiId": "18650", + "amount": "323.435", + "parsedAmount": "323435000000000000000" + }, + { + "gotchiId": "18651", + "amount": "7.2125", + "parsedAmount": "7212500000000000000" + }, + { + "gotchiId": "18653", + "amount": "15.1425", + "parsedAmount": "15142500000000000000" + }, + { + "gotchiId": "18661", + "amount": "41.7825", + "parsedAmount": "41782500000000000000" + }, + { + "gotchiId": "18662", + "amount": "21.39", + "parsedAmount": "21390000000000000000" + }, + { + "gotchiId": "18663", + "amount": "68.3075", + "parsedAmount": "68307500000000000000" + }, + { + "gotchiId": "18664", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "18665", + "amount": "6.3149999999999995", + "parsedAmount": "6314999999999999500" + }, + { + "gotchiId": "18667", + "amount": "3.7025", + "parsedAmount": "3702500000000000000" + }, + { + "gotchiId": "18673", + "amount": "12.52", + "parsedAmount": "12520000000000000000" + }, + { + "gotchiId": "18676", + "amount": "6.734999999999999", + "parsedAmount": "6734999999999999000" + }, + { + "gotchiId": "18677", + "amount": "17.572499999999998", + "parsedAmount": "17572499999999998000" + }, + { + "gotchiId": "18678", + "amount": "19.135", + "parsedAmount": "19135000000000000000" + }, + { + "gotchiId": "18680", + "amount": "10.15", + "parsedAmount": "10150000000000000000" + }, + { + "gotchiId": "18681", + "amount": "7.8475", + "parsedAmount": "7847500000000000000" + }, + { + "gotchiId": "18685", + "amount": "53.61000000000001", + "parsedAmount": "53610000000000010000" + }, + { + "gotchiId": "18687", + "amount": "7.4475", + "parsedAmount": "7447500000000000000" + }, + { + "gotchiId": "18688", + "amount": "7.47", + "parsedAmount": "7470000000000000000" + }, + { + "gotchiId": "18691", + "amount": "5.217499999999999", + "parsedAmount": "5217499999999999000" + }, + { + "gotchiId": "18693", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "18695", + "amount": "7.135", + "parsedAmount": "7135000000000000000" + }, + { + "gotchiId": "18698", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "18702", + "amount": "29.3575", + "parsedAmount": "29357500000000000000" + }, + { + "gotchiId": "18704", + "amount": "9.965", + "parsedAmount": "9965000000000000000" + }, + { + "gotchiId": "18710", + "amount": "6.7975", + "parsedAmount": "6797500000000000000" + }, + { + "gotchiId": "18713", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "18719", + "amount": "2.86", + "parsedAmount": "2860000000000000000" + }, + { + "gotchiId": "18721", + "amount": "9.075", + "parsedAmount": "9075000000000000000" + }, + { + "gotchiId": "18724", + "amount": "7.0525", + "parsedAmount": "7052500000000000000" + }, + { + "gotchiId": "18729", + "amount": "9.3", + "parsedAmount": "9300000000000000000" + }, + { + "gotchiId": "18731", + "amount": "3.9875", + "parsedAmount": "3987500000000000000" + }, + { + "gotchiId": "18734", + "amount": "38.7525", + "parsedAmount": "38752500000000000000" + }, + { + "gotchiId": "18737", + "amount": "3.31", + "parsedAmount": "3310000000000000000" + }, + { + "gotchiId": "18740", + "amount": "18.9375", + "parsedAmount": "18937500000000000000" + }, + { + "gotchiId": "18741", + "amount": "4.295", + "parsedAmount": "4295000000000000000" + }, + { + "gotchiId": "18742", + "amount": "22.8275", + "parsedAmount": "22827500000000000000" + }, + { + "gotchiId": "18745", + "amount": "15.0225", + "parsedAmount": "15022500000000000000" + }, + { + "gotchiId": "18749", + "amount": "12.92", + "parsedAmount": "12920000000000000000" + }, + { + "gotchiId": "18752", + "amount": "13", + "parsedAmount": "13000000000000000000" + }, + { + "gotchiId": "18753", + "amount": "20.725", + "parsedAmount": "20725000000000000000" + }, + { + "gotchiId": "18755", + "amount": "7.495", + "parsedAmount": "7495000000000000000" + }, + { + "gotchiId": "18756", + "amount": "13.655", + "parsedAmount": "13655000000000000000" + }, + { + "gotchiId": "18762", + "amount": "18.535", + "parsedAmount": "18535000000000000000" + }, + { + "gotchiId": "18764", + "amount": "35.79", + "parsedAmount": "35790000000000000000" + }, + { + "gotchiId": "18765", + "amount": "4.717499999999999", + "parsedAmount": "4717499999999999000" + }, + { + "gotchiId": "18771", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "18772", + "amount": "3.8975", + "parsedAmount": "3897500000000000000" + }, + { + "gotchiId": "18774", + "amount": "3.1325", + "parsedAmount": "3132500000000000000" + }, + { + "gotchiId": "18775", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "18777", + "amount": "35.9275", + "parsedAmount": "35927500000000000000" + }, + { + "gotchiId": "18780", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "18782", + "amount": "9.225", + "parsedAmount": "9225000000000000000" + }, + { + "gotchiId": "18786", + "amount": "16.0925", + "parsedAmount": "16092500000000000000" + }, + { + "gotchiId": "18792", + "amount": "5.3625", + "parsedAmount": "5362500000000000000" + }, + { + "gotchiId": "18801", + "amount": "8.1525", + "parsedAmount": "8152500000000000000" + }, + { + "gotchiId": "18802", + "amount": "2.1875", + "parsedAmount": "2187500000000000000" + }, + { + "gotchiId": "18803", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "18804", + "amount": "7.8175", + "parsedAmount": "7817500000000000000" + }, + { + "gotchiId": "18807", + "amount": "34.6575", + "parsedAmount": "34657500000000000000" + }, + { + "gotchiId": "18808", + "amount": "5.2475000000000005", + "parsedAmount": "5247500000000000500" + }, + { + "gotchiId": "18810", + "amount": "49.3225", + "parsedAmount": "49322500000000000000" + }, + { + "gotchiId": "18814", + "amount": "13.36", + "parsedAmount": "13360000000000000000" + }, + { + "gotchiId": "18816", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "18819", + "amount": "6.7125", + "parsedAmount": "6712500000000000000" + }, + { + "gotchiId": "18820", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "18825", + "amount": "3.175", + "parsedAmount": "3175000000000000000" + }, + { + "gotchiId": "18827", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "18829", + "amount": "9.872499999999999", + "parsedAmount": "9872499999999999000" + }, + { + "gotchiId": "18835", + "amount": "3.52", + "parsedAmount": "3520000000000000000" + }, + { + "gotchiId": "18836", + "amount": "15.370000000000001", + "parsedAmount": "15370000000000001000" + }, + { + "gotchiId": "18839", + "amount": "15.425", + "parsedAmount": "15425000000000000000" + }, + { + "gotchiId": "18840", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "18842", + "amount": "5.6425", + "parsedAmount": "5642500000000000000" + }, + { + "gotchiId": "18844", + "amount": "25.1375", + "parsedAmount": "25137500000000000000" + }, + { + "gotchiId": "18845", + "amount": "10.077499999999999", + "parsedAmount": "10077499999999999000" + }, + { + "gotchiId": "18850", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "18852", + "amount": "7.109999999999999", + "parsedAmount": "7109999999999999000" + }, + { + "gotchiId": "18853", + "amount": "14.3625", + "parsedAmount": "14362500000000000000" + }, + { + "gotchiId": "18854", + "amount": "31.7775", + "parsedAmount": "31777500000000000000" + }, + { + "gotchiId": "18856", + "amount": "29.5025", + "parsedAmount": "29502500000000000000" + }, + { + "gotchiId": "18857", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "18858", + "amount": "3.8025", + "parsedAmount": "3802500000000000000" + }, + { + "gotchiId": "18859", + "amount": "35.230000000000004", + "parsedAmount": "35230000000000004000" + }, + { + "gotchiId": "18861", + "amount": "15.6325", + "parsedAmount": "15632500000000000000" + }, + { + "gotchiId": "18862", + "amount": "6.885", + "parsedAmount": "6885000000000000000" + }, + { + "gotchiId": "18865", + "amount": "7.074999999999999", + "parsedAmount": "7074999999999999000" + }, + { + "gotchiId": "18866", + "amount": "4.4975", + "parsedAmount": "4497500000000000000" + }, + { + "gotchiId": "18867", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "18869", + "amount": "11.682500000000001", + "parsedAmount": "11682500000000001000" + }, + { + "gotchiId": "18870", + "amount": "4.2675", + "parsedAmount": "4267500000000000000" + }, + { + "gotchiId": "18871", + "amount": "13.125", + "parsedAmount": "13125000000000000000" + }, + { + "gotchiId": "18872", + "amount": "8.4575", + "parsedAmount": "8457500000000000000" + }, + { + "gotchiId": "18873", + "amount": "107.37", + "parsedAmount": "107370000000000000000" + }, + { + "gotchiId": "18874", + "amount": "12.1825", + "parsedAmount": "12182500000000000000" + }, + { + "gotchiId": "18875", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "18877", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "18879", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "18883", + "amount": "27.3125", + "parsedAmount": "27312500000000000000" + }, + { + "gotchiId": "18887", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "18889", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "18891", + "amount": "3.41", + "parsedAmount": "3410000000000000000" + }, + { + "gotchiId": "18892", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "18893", + "amount": "6.08", + "parsedAmount": "6080000000000000000" + }, + { + "gotchiId": "18896", + "amount": "13.44", + "parsedAmount": "13440000000000000000" + }, + { + "gotchiId": "18898", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "18899", + "amount": "4.8525", + "parsedAmount": "4852500000000000000" + }, + { + "gotchiId": "18900", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "18901", + "amount": "5.4525", + "parsedAmount": "5452500000000000000" + }, + { + "gotchiId": "18902", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "18904", + "amount": "34.28", + "parsedAmount": "34280000000000000000" + }, + { + "gotchiId": "18905", + "amount": "12.86", + "parsedAmount": "12860000000000000000" + }, + { + "gotchiId": "18908", + "amount": "24.0675", + "parsedAmount": "24067500000000000000" + }, + { + "gotchiId": "18910", + "amount": "23.985", + "parsedAmount": "23985000000000000000" + }, + { + "gotchiId": "18911", + "amount": "5.955", + "parsedAmount": "5955000000000000000" + }, + { + "gotchiId": "18915", + "amount": "2.98", + "parsedAmount": "2980000000000000000" + }, + { + "gotchiId": "18916", + "amount": "7.6850000000000005", + "parsedAmount": "7685000000000000500" + }, + { + "gotchiId": "18917", + "amount": "4.68", + "parsedAmount": "4680000000000000000" + }, + { + "gotchiId": "18919", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "18926", + "amount": "11.780000000000001", + "parsedAmount": "11780000000000001000" + }, + { + "gotchiId": "18928", + "amount": "9.557500000000001", + "parsedAmount": "9557500000000001000" + }, + { + "gotchiId": "18929", + "amount": "7.635", + "parsedAmount": "7635000000000000000" + }, + { + "gotchiId": "18931", + "amount": "8.665000000000001", + "parsedAmount": "8665000000000001000" + }, + { + "gotchiId": "18935", + "amount": "20.0625", + "parsedAmount": "20062500000000000000" + }, + { + "gotchiId": "18936", + "amount": "11.315", + "parsedAmount": "11315000000000000000" + }, + { + "gotchiId": "18938", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "18939", + "amount": "23.4175", + "parsedAmount": "23417500000000000000" + }, + { + "gotchiId": "18942", + "amount": "7.4399999999999995", + "parsedAmount": "7439999999999999500" + }, + { + "gotchiId": "18943", + "amount": "6.265", + "parsedAmount": "6265000000000000000" + }, + { + "gotchiId": "18948", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "18952", + "amount": "10.165", + "parsedAmount": "10165000000000000000" + }, + { + "gotchiId": "18954", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "18957", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "18960", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "18962", + "amount": "9.9975", + "parsedAmount": "9997500000000000000" + }, + { + "gotchiId": "18964", + "amount": "8.4875", + "parsedAmount": "8487500000000000000" + }, + { + "gotchiId": "18965", + "amount": "18.9", + "parsedAmount": "18900000000000000000" + }, + { + "gotchiId": "18966", + "amount": "8.8925", + "parsedAmount": "8892500000000000000" + }, + { + "gotchiId": "18968", + "amount": "12.002500000000001", + "parsedAmount": "12002500000000001000" + }, + { + "gotchiId": "18972", + "amount": "2.515", + "parsedAmount": "2515000000000000000" + }, + { + "gotchiId": "18975", + "amount": "14.1875", + "parsedAmount": "14187500000000000000" + }, + { + "gotchiId": "18977", + "amount": "9.895", + "parsedAmount": "9895000000000000000" + }, + { + "gotchiId": "18978", + "amount": "3.1225", + "parsedAmount": "3122500000000000000" + }, + { + "gotchiId": "18979", + "amount": "95.02000000000001", + "parsedAmount": "95020000000000010000" + }, + { + "gotchiId": "18982", + "amount": "9.5425", + "parsedAmount": "9542500000000000000" + }, + { + "gotchiId": "18984", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "18985", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "18986", + "amount": "14.870000000000001", + "parsedAmount": "14870000000000001000" + }, + { + "gotchiId": "18988", + "amount": "3.1025", + "parsedAmount": "3102500000000000000" + }, + { + "gotchiId": "18990", + "amount": "15.495000000000001", + "parsedAmount": "15495000000000001000" + }, + { + "gotchiId": "18995", + "amount": "4.32", + "parsedAmount": "4320000000000000000" + }, + { + "gotchiId": "18996", + "amount": "91.93749999999999", + "parsedAmount": "91937499999999990000" + } + ], + "totalAmount": "9344299999999999961500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768512, + "gasUsed": "9444904" + }, + { + "batchIndex": 18, + "transactionHash": "0xf1f5dde8b40b6209339d6338cfe64482f001338e2c4397c4df02622d5cff7990", + "timestamp": "2025-11-05T07:06:16.748Z", + "gotchiRewards": [ + { + "gotchiId": "19005", + "amount": "52.225", + "parsedAmount": "52225000000000000000" + }, + { + "gotchiId": "19006", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "19007", + "amount": "2.785", + "parsedAmount": "2785000000000000000" + }, + { + "gotchiId": "19008", + "amount": "16.84", + "parsedAmount": "16840000000000000000" + }, + { + "gotchiId": "19009", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "19010", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "19012", + "amount": "18.9625", + "parsedAmount": "18962500000000000000" + }, + { + "gotchiId": "19014", + "amount": "22.544999999999998", + "parsedAmount": "22544999999999998000" + }, + { + "gotchiId": "19015", + "amount": "3.8875", + "parsedAmount": "3887500000000000000" + }, + { + "gotchiId": "19016", + "amount": "587.7325000000001", + "parsedAmount": "587732500000000100000" + }, + { + "gotchiId": "19019", + "amount": "129.9425", + "parsedAmount": "129942500000000000000" + }, + { + "gotchiId": "19020", + "amount": "11.584999999999999", + "parsedAmount": "11584999999999999000" + }, + { + "gotchiId": "19023", + "amount": "3.9325", + "parsedAmount": "3932500000000000000" + }, + { + "gotchiId": "19027", + "amount": "10.575", + "parsedAmount": "10575000000000000000" + }, + { + "gotchiId": "19030", + "amount": "50.54", + "parsedAmount": "50540000000000000000" + }, + { + "gotchiId": "19032", + "amount": "18.1625", + "parsedAmount": "18162500000000000000" + }, + { + "gotchiId": "19033", + "amount": "21.875", + "parsedAmount": "21875000000000000000" + }, + { + "gotchiId": "19036", + "amount": "4.875", + "parsedAmount": "4875000000000000000" + }, + { + "gotchiId": "19037", + "amount": "12.775", + "parsedAmount": "12775000000000000000" + }, + { + "gotchiId": "19045", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "19048", + "amount": "3.4325", + "parsedAmount": "3432500000000000000" + }, + { + "gotchiId": "19050", + "amount": "3.42", + "parsedAmount": "3420000000000000000" + }, + { + "gotchiId": "19053", + "amount": "10.4775", + "parsedAmount": "10477500000000000000" + }, + { + "gotchiId": "19054", + "amount": "10.715", + "parsedAmount": "10715000000000000000" + }, + { + "gotchiId": "19055", + "amount": "49.300000000000004", + "parsedAmount": "49300000000000004000" + }, + { + "gotchiId": "19056", + "amount": "2.005", + "parsedAmount": "2005000000000000000" + }, + { + "gotchiId": "19059", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "19062", + "amount": "4.585", + "parsedAmount": "4585000000000000000" + }, + { + "gotchiId": "19064", + "amount": "15.225", + "parsedAmount": "15225000000000000000" + }, + { + "gotchiId": "19066", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "19067", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "19073", + "amount": "15.790000000000001", + "parsedAmount": "15790000000000001000" + }, + { + "gotchiId": "19079", + "amount": "6.175000000000001", + "parsedAmount": "6175000000000001000" + }, + { + "gotchiId": "19081", + "amount": "22.665", + "parsedAmount": "22665000000000000000" + }, + { + "gotchiId": "19082", + "amount": "12.8575", + "parsedAmount": "12857500000000000000" + }, + { + "gotchiId": "19083", + "amount": "2.615", + "parsedAmount": "2615000000000000000" + }, + { + "gotchiId": "19085", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "19086", + "amount": "15.2125", + "parsedAmount": "15212500000000000000" + }, + { + "gotchiId": "19088", + "amount": "6.3675", + "parsedAmount": "6367500000000000000" + }, + { + "gotchiId": "19093", + "amount": "7.275", + "parsedAmount": "7275000000000000000" + }, + { + "gotchiId": "19095", + "amount": "4125.085", + "parsedAmount": "4125085000000000000000" + }, + { + "gotchiId": "19096", + "amount": "14.855", + "parsedAmount": "14855000000000000000" + }, + { + "gotchiId": "19099", + "amount": "3.4425", + "parsedAmount": "3442500000000000000" + }, + { + "gotchiId": "19101", + "amount": "11.1775", + "parsedAmount": "11177500000000000000" + }, + { + "gotchiId": "19103", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "19109", + "amount": "11.467500000000001", + "parsedAmount": "11467500000000001000" + }, + { + "gotchiId": "19110", + "amount": "6.8149999999999995", + "parsedAmount": "6814999999999999500" + }, + { + "gotchiId": "19111", + "amount": "4.890000000000001", + "parsedAmount": "4890000000000001000" + }, + { + "gotchiId": "19112", + "amount": "14.020000000000001", + "parsedAmount": "14020000000000001000" + }, + { + "gotchiId": "19114", + "amount": "52.4225", + "parsedAmount": "52422500000000000000" + }, + { + "gotchiId": "19116", + "amount": "2.7475", + "parsedAmount": "2747500000000000000" + }, + { + "gotchiId": "19118", + "amount": "6.6899999999999995", + "parsedAmount": "6689999999999999500" + }, + { + "gotchiId": "19119", + "amount": "4.8925", + "parsedAmount": "4892500000000000000" + }, + { + "gotchiId": "19123", + "amount": "17.0775", + "parsedAmount": "17077500000000000000" + }, + { + "gotchiId": "19125", + "amount": "34.9925", + "parsedAmount": "34992500000000000000" + }, + { + "gotchiId": "19126", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "19127", + "amount": "3.42", + "parsedAmount": "3420000000000000000" + }, + { + "gotchiId": "19130", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "19131", + "amount": "46.71", + "parsedAmount": "46710000000000000000" + }, + { + "gotchiId": "19134", + "amount": "40.0625", + "parsedAmount": "40062500000000000000" + }, + { + "gotchiId": "19137", + "amount": "21.8275", + "parsedAmount": "21827500000000000000" + }, + { + "gotchiId": "19140", + "amount": "30.2775", + "parsedAmount": "30277500000000000000" + }, + { + "gotchiId": "19141", + "amount": "4.0725", + "parsedAmount": "4072500000000000000" + }, + { + "gotchiId": "19143", + "amount": "329.24", + "parsedAmount": "329240000000000000000" + }, + { + "gotchiId": "19144", + "amount": "5.285", + "parsedAmount": "5285000000000000000" + }, + { + "gotchiId": "19146", + "amount": "6.8425", + "parsedAmount": "6842500000000000000" + }, + { + "gotchiId": "19148", + "amount": "17.2775", + "parsedAmount": "17277500000000000000" + }, + { + "gotchiId": "19151", + "amount": "18.43", + "parsedAmount": "18430000000000000000" + }, + { + "gotchiId": "19154", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "19155", + "amount": "4.5125", + "parsedAmount": "4512500000000000000" + }, + { + "gotchiId": "19156", + "amount": "12.985", + "parsedAmount": "12985000000000000000" + }, + { + "gotchiId": "19157", + "amount": "16.46", + "parsedAmount": "16460000000000000000" + }, + { + "gotchiId": "19161", + "amount": "8.4475", + "parsedAmount": "8447500000000000000" + }, + { + "gotchiId": "19162", + "amount": "9.68", + "parsedAmount": "9680000000000000000" + }, + { + "gotchiId": "19163", + "amount": "53.105", + "parsedAmount": "53105000000000000000" + }, + { + "gotchiId": "19164", + "amount": "10.2425", + "parsedAmount": "10242500000000000000" + }, + { + "gotchiId": "19165", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "19169", + "amount": "10.6575", + "parsedAmount": "10657500000000000000" + }, + { + "gotchiId": "19170", + "amount": "8.325", + "parsedAmount": "8325000000000000000" + }, + { + "gotchiId": "19171", + "amount": "3.4325", + "parsedAmount": "3432500000000000000" + }, + { + "gotchiId": "19172", + "amount": "513.665", + "parsedAmount": "513665000000000000000" + }, + { + "gotchiId": "19174", + "amount": "37.9025", + "parsedAmount": "37902500000000000000" + }, + { + "gotchiId": "19175", + "amount": "5.2925", + "parsedAmount": "5292500000000000000" + }, + { + "gotchiId": "19176", + "amount": "9.6825", + "parsedAmount": "9682500000000000000" + }, + { + "gotchiId": "19177", + "amount": "16.0775", + "parsedAmount": "16077500000000000000" + }, + { + "gotchiId": "19178", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "19182", + "amount": "6.1225", + "parsedAmount": "6122500000000000000" + }, + { + "gotchiId": "19184", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "19186", + "amount": "5.2225", + "parsedAmount": "5222500000000000000" + }, + { + "gotchiId": "19189", + "amount": "12.727500000000001", + "parsedAmount": "12727500000000001000" + }, + { + "gotchiId": "19191", + "amount": "1.9175", + "parsedAmount": "1917500000000000000" + }, + { + "gotchiId": "19198", + "amount": "20.35", + "parsedAmount": "20350000000000000000" + }, + { + "gotchiId": "19199", + "amount": "2.115", + "parsedAmount": "2115000000000000000" + }, + { + "gotchiId": "19200", + "amount": "7.970000000000001", + "parsedAmount": "7970000000000001000" + }, + { + "gotchiId": "19201", + "amount": "2.6625", + "parsedAmount": "2662500000000000000" + }, + { + "gotchiId": "19203", + "amount": "7.2625", + "parsedAmount": "7262500000000000000" + }, + { + "gotchiId": "19206", + "amount": "6.1075", + "parsedAmount": "6107500000000000000" + }, + { + "gotchiId": "19207", + "amount": "26.915000000000003", + "parsedAmount": "26915000000000003000" + }, + { + "gotchiId": "19208", + "amount": "10.2125", + "parsedAmount": "10212500000000000000" + }, + { + "gotchiId": "19209", + "amount": "3.545", + "parsedAmount": "3545000000000000000" + }, + { + "gotchiId": "19210", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "19211", + "amount": "11.04", + "parsedAmount": "11040000000000000000" + }, + { + "gotchiId": "19212", + "amount": "19.095", + "parsedAmount": "19095000000000000000" + }, + { + "gotchiId": "19215", + "amount": "53.365", + "parsedAmount": "53365000000000000000" + }, + { + "gotchiId": "19216", + "amount": "16.6825", + "parsedAmount": "16682500000000000000" + }, + { + "gotchiId": "19219", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "19220", + "amount": "6.725", + "parsedAmount": "6725000000000000000" + }, + { + "gotchiId": "19221", + "amount": "70.8", + "parsedAmount": "70800000000000000000" + }, + { + "gotchiId": "19222", + "amount": "7.075", + "parsedAmount": "7075000000000000000" + }, + { + "gotchiId": "19225", + "amount": "12.100000000000001", + "parsedAmount": "12100000000000001000" + }, + { + "gotchiId": "19229", + "amount": "29.830000000000002", + "parsedAmount": "29830000000000002000" + }, + { + "gotchiId": "19230", + "amount": "7.9475", + "parsedAmount": "7947500000000000000" + }, + { + "gotchiId": "19234", + "amount": "15.9", + "parsedAmount": "15900000000000000000" + }, + { + "gotchiId": "19236", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "19237", + "amount": "10.9875", + "parsedAmount": "10987500000000000000" + }, + { + "gotchiId": "19239", + "amount": "7.7475", + "parsedAmount": "7747500000000000000" + }, + { + "gotchiId": "19241", + "amount": "5.8125", + "parsedAmount": "5812500000000000000" + }, + { + "gotchiId": "19243", + "amount": "10.27", + "parsedAmount": "10270000000000000000" + }, + { + "gotchiId": "19245", + "amount": "7.875", + "parsedAmount": "7875000000000000000" + }, + { + "gotchiId": "19246", + "amount": "2.9675", + "parsedAmount": "2967500000000000000" + }, + { + "gotchiId": "19247", + "amount": "17.66", + "parsedAmount": "17660000000000000000" + }, + { + "gotchiId": "19249", + "amount": "7.335", + "parsedAmount": "7335000000000000000" + }, + { + "gotchiId": "19250", + "amount": "17.615", + "parsedAmount": "17615000000000000000" + }, + { + "gotchiId": "19252", + "amount": "12.515", + "parsedAmount": "12515000000000000000" + }, + { + "gotchiId": "19255", + "amount": "13.3825", + "parsedAmount": "13382500000000000000" + }, + { + "gotchiId": "19258", + "amount": "4.3175", + "parsedAmount": "4317500000000000000" + }, + { + "gotchiId": "19259", + "amount": "6.165", + "parsedAmount": "6165000000000000000" + }, + { + "gotchiId": "19260", + "amount": "99.25", + "parsedAmount": "99250000000000000000" + }, + { + "gotchiId": "19262", + "amount": "9.475", + "parsedAmount": "9475000000000000000" + }, + { + "gotchiId": "19263", + "amount": "12.295", + "parsedAmount": "12295000000000000000" + }, + { + "gotchiId": "19265", + "amount": "11.6375", + "parsedAmount": "11637500000000000000" + }, + { + "gotchiId": "19266", + "amount": "22.9775", + "parsedAmount": "22977500000000000000" + }, + { + "gotchiId": "19269", + "amount": "7.317500000000001", + "parsedAmount": "7317500000000001000" + }, + { + "gotchiId": "19272", + "amount": "12.655000000000001", + "parsedAmount": "12655000000000001000" + }, + { + "gotchiId": "19274", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "19277", + "amount": "2.6725", + "parsedAmount": "2672500000000000000" + }, + { + "gotchiId": "19278", + "amount": "9.442499999999999", + "parsedAmount": "9442499999999999000" + }, + { + "gotchiId": "19279", + "amount": "51.0575", + "parsedAmount": "51057500000000000000" + }, + { + "gotchiId": "19280", + "amount": "12.4525", + "parsedAmount": "12452500000000000000" + }, + { + "gotchiId": "19283", + "amount": "3.425", + "parsedAmount": "3425000000000000000" + }, + { + "gotchiId": "19284", + "amount": "2.9825", + "parsedAmount": "2982500000000000000" + }, + { + "gotchiId": "19287", + "amount": "8.4725", + "parsedAmount": "8472500000000000000" + }, + { + "gotchiId": "19288", + "amount": "14.8225", + "parsedAmount": "14822500000000000000" + }, + { + "gotchiId": "19289", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "19291", + "amount": "4.6525", + "parsedAmount": "4652500000000000000" + }, + { + "gotchiId": "19292", + "amount": "2.7875", + "parsedAmount": "2787500000000000000" + }, + { + "gotchiId": "19293", + "amount": "15.935", + "parsedAmount": "15935000000000000000" + }, + { + "gotchiId": "19294", + "amount": "21.6575", + "parsedAmount": "21657500000000000000" + }, + { + "gotchiId": "19295", + "amount": "143.91", + "parsedAmount": "143910000000000000000" + }, + { + "gotchiId": "19299", + "amount": "3.81", + "parsedAmount": "3810000000000000000" + }, + { + "gotchiId": "19300", + "amount": "5.82", + "parsedAmount": "5820000000000000000" + }, + { + "gotchiId": "19302", + "amount": "10.8075", + "parsedAmount": "10807500000000000000" + }, + { + "gotchiId": "19304", + "amount": "40.050000000000004", + "parsedAmount": "40050000000000004000" + }, + { + "gotchiId": "19307", + "amount": "13.467500000000001", + "parsedAmount": "13467500000000001000" + }, + { + "gotchiId": "19312", + "amount": "18.6025", + "parsedAmount": "18602500000000000000" + }, + { + "gotchiId": "19313", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "19315", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "19317", + "amount": "13.760000000000002", + "parsedAmount": "13760000000000002000" + }, + { + "gotchiId": "19318", + "amount": "18.3125", + "parsedAmount": "18312500000000000000" + }, + { + "gotchiId": "19320", + "amount": "34.745", + "parsedAmount": "34745000000000000000" + }, + { + "gotchiId": "19321", + "amount": "57.6", + "parsedAmount": "57600000000000000000" + }, + { + "gotchiId": "19322", + "amount": "13.43", + "parsedAmount": "13430000000000000000" + }, + { + "gotchiId": "19324", + "amount": "29.7775", + "parsedAmount": "29777500000000000000" + }, + { + "gotchiId": "19325", + "amount": "3.6275", + "parsedAmount": "3627500000000000000" + }, + { + "gotchiId": "19327", + "amount": "13.862499999999999", + "parsedAmount": "13862499999999999000" + }, + { + "gotchiId": "19330", + "amount": "11.745000000000001", + "parsedAmount": "11745000000000001000" + }, + { + "gotchiId": "19332", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "19335", + "amount": "20.5125", + "parsedAmount": "20512500000000000000" + }, + { + "gotchiId": "19336", + "amount": "5.865", + "parsedAmount": "5865000000000000000" + }, + { + "gotchiId": "19337", + "amount": "11.1875", + "parsedAmount": "11187500000000000000" + }, + { + "gotchiId": "19341", + "amount": "3.775", + "parsedAmount": "3775000000000000000" + }, + { + "gotchiId": "19343", + "amount": "117.57249999999999", + "parsedAmount": "117572499999999990000" + }, + { + "gotchiId": "19345", + "amount": "11.8025", + "parsedAmount": "11802500000000000000" + }, + { + "gotchiId": "19347", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "19348", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19349", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "19351", + "amount": "11.192499999999999", + "parsedAmount": "11192499999999999000" + }, + { + "gotchiId": "19354", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "19355", + "amount": "46.614999999999995", + "parsedAmount": "46614999999999995000" + }, + { + "gotchiId": "19356", + "amount": "5.045", + "parsedAmount": "5045000000000000000" + }, + { + "gotchiId": "19359", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "19360", + "amount": "13.5525", + "parsedAmount": "13552500000000000000" + }, + { + "gotchiId": "19362", + "amount": "12.2925", + "parsedAmount": "12292500000000000000" + }, + { + "gotchiId": "19371", + "amount": "15.825000000000001", + "parsedAmount": "15825000000000001000" + }, + { + "gotchiId": "19373", + "amount": "26.8275", + "parsedAmount": "26827500000000000000" + }, + { + "gotchiId": "19374", + "amount": "12.555", + "parsedAmount": "12555000000000000000" + }, + { + "gotchiId": "19380", + "amount": "15.1325", + "parsedAmount": "15132500000000000000" + }, + { + "gotchiId": "19381", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "19382", + "amount": "2.7175", + "parsedAmount": "2717500000000000000" + }, + { + "gotchiId": "19388", + "amount": "50.85000000000001", + "parsedAmount": "50850000000000010000" + }, + { + "gotchiId": "19390", + "amount": "16.435", + "parsedAmount": "16435000000000000000" + }, + { + "gotchiId": "19395", + "amount": "7.2075", + "parsedAmount": "7207500000000000000" + }, + { + "gotchiId": "19398", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "19401", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "19402", + "amount": "9.6475", + "parsedAmount": "9647500000000000000" + }, + { + "gotchiId": "19403", + "amount": "7.0075", + "parsedAmount": "7007500000000000000" + }, + { + "gotchiId": "19405", + "amount": "19.835", + "parsedAmount": "19835000000000000000" + }, + { + "gotchiId": "19406", + "amount": "22.6125", + "parsedAmount": "22612500000000000000" + }, + { + "gotchiId": "19408", + "amount": "28.275", + "parsedAmount": "28275000000000000000" + }, + { + "gotchiId": "19410", + "amount": "16.17", + "parsedAmount": "16170000000000000000" + }, + { + "gotchiId": "19412", + "amount": "12.1125", + "parsedAmount": "12112500000000000000" + }, + { + "gotchiId": "19415", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "19416", + "amount": "3.135", + "parsedAmount": "3135000000000000000" + }, + { + "gotchiId": "19417", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "19420", + "amount": "18.3975", + "parsedAmount": "18397500000000000000" + }, + { + "gotchiId": "19422", + "amount": "15.1", + "parsedAmount": "15100000000000000000" + }, + { + "gotchiId": "19424", + "amount": "28.305", + "parsedAmount": "28305000000000000000" + }, + { + "gotchiId": "19425", + "amount": "2.8125", + "parsedAmount": "2812500000000000000" + }, + { + "gotchiId": "19429", + "amount": "8.040000000000001", + "parsedAmount": "8040000000000001000" + }, + { + "gotchiId": "19430", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "19433", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "19434", + "amount": "20.7", + "parsedAmount": "20700000000000000000" + }, + { + "gotchiId": "19435", + "amount": "18.53", + "parsedAmount": "18530000000000000000" + }, + { + "gotchiId": "19436", + "amount": "5.805", + "parsedAmount": "5805000000000000000" + }, + { + "gotchiId": "19438", + "amount": "14.087499999999999", + "parsedAmount": "14087499999999999000" + }, + { + "gotchiId": "19441", + "amount": "13.774999999999999", + "parsedAmount": "13774999999999999000" + }, + { + "gotchiId": "19443", + "amount": "3.3425", + "parsedAmount": "3342500000000000000" + }, + { + "gotchiId": "19446", + "amount": "6.7175", + "parsedAmount": "6717500000000000000" + }, + { + "gotchiId": "19447", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + }, + { + "gotchiId": "19449", + "amount": "14.545", + "parsedAmount": "14545000000000000000" + }, + { + "gotchiId": "19450", + "amount": "10.7475", + "parsedAmount": "10747500000000000000" + }, + { + "gotchiId": "19451", + "amount": "18.98", + "parsedAmount": "18980000000000000000" + }, + { + "gotchiId": "19452", + "amount": "16.994999999999997", + "parsedAmount": "16994999999999997000" + }, + { + "gotchiId": "19453", + "amount": "9.844999999999999", + "parsedAmount": "9844999999999999000" + }, + { + "gotchiId": "19457", + "amount": "92.58999999999999", + "parsedAmount": "92589999999999990000" + }, + { + "gotchiId": "19458", + "amount": "13.4725", + "parsedAmount": "13472500000000000000" + }, + { + "gotchiId": "19459", + "amount": "1.975", + "parsedAmount": "1975000000000000000" + }, + { + "gotchiId": "19462", + "amount": "14.815", + "parsedAmount": "14815000000000000000" + }, + { + "gotchiId": "19463", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "19464", + "amount": "34.0725", + "parsedAmount": "34072500000000000000" + }, + { + "gotchiId": "19465", + "amount": "3.315", + "parsedAmount": "3315000000000000000" + }, + { + "gotchiId": "19467", + "amount": "3.5025", + "parsedAmount": "3502500000000000000" + }, + { + "gotchiId": "19468", + "amount": "8.8725", + "parsedAmount": "8872500000000000000" + }, + { + "gotchiId": "19469", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "19470", + "amount": "4.2625", + "parsedAmount": "4262500000000000000" + }, + { + "gotchiId": "19472", + "amount": "16.1025", + "parsedAmount": "16102500000000000000" + }, + { + "gotchiId": "19475", + "amount": "14.95", + "parsedAmount": "14950000000000000000" + }, + { + "gotchiId": "19478", + "amount": "13.4575", + "parsedAmount": "13457500000000000000" + }, + { + "gotchiId": "19481", + "amount": "12.0475", + "parsedAmount": "12047500000000000000" + }, + { + "gotchiId": "19485", + "amount": "5.7524999999999995", + "parsedAmount": "5752499999999999500" + }, + { + "gotchiId": "19486", + "amount": "11.885", + "parsedAmount": "11885000000000000000" + }, + { + "gotchiId": "19487", + "amount": "7.130000000000001", + "parsedAmount": "7130000000000001000" + }, + { + "gotchiId": "19488", + "amount": "3.5825", + "parsedAmount": "3582500000000000000" + }, + { + "gotchiId": "19489", + "amount": "13.809999999999999", + "parsedAmount": "13809999999999999000" + }, + { + "gotchiId": "19491", + "amount": "13.235", + "parsedAmount": "13235000000000000000" + }, + { + "gotchiId": "19492", + "amount": "4.3925", + "parsedAmount": "4392500000000000000" + }, + { + "gotchiId": "19495", + "amount": "18.997500000000002", + "parsedAmount": "18997500000000002000" + }, + { + "gotchiId": "19496", + "amount": "3.95", + "parsedAmount": "3950000000000000000" + }, + { + "gotchiId": "19497", + "amount": "38.5725", + "parsedAmount": "38572500000000000000" + }, + { + "gotchiId": "19499", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "19501", + "amount": "9.0625", + "parsedAmount": "9062500000000000000" + }, + { + "gotchiId": "19504", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "19505", + "amount": "21.8675", + "parsedAmount": "21867500000000000000" + }, + { + "gotchiId": "19507", + "amount": "12.8975", + "parsedAmount": "12897500000000000000" + }, + { + "gotchiId": "19510", + "amount": "12.6", + "parsedAmount": "12600000000000000000" + }, + { + "gotchiId": "19511", + "amount": "22.312499999999996", + "parsedAmount": "22312499999999996000" + }, + { + "gotchiId": "19512", + "amount": "20.96", + "parsedAmount": "20960000000000000000" + }, + { + "gotchiId": "19514", + "amount": "3.1425", + "parsedAmount": "3142500000000000000" + }, + { + "gotchiId": "19515", + "amount": "3.4175", + "parsedAmount": "3417500000000000000" + }, + { + "gotchiId": "19518", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "19521", + "amount": "3.295", + "parsedAmount": "3295000000000000000" + }, + { + "gotchiId": "19526", + "amount": "41.597500000000004", + "parsedAmount": "41597500000000004000" + }, + { + "gotchiId": "19527", + "amount": "3.7225", + "parsedAmount": "3722500000000000000" + }, + { + "gotchiId": "19534", + "amount": "6.282500000000001", + "parsedAmount": "6282500000000001000" + }, + { + "gotchiId": "19535", + "amount": "191.445", + "parsedAmount": "191445000000000000000" + }, + { + "gotchiId": "19536", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "19537", + "amount": "20.1", + "parsedAmount": "20100000000000000000" + }, + { + "gotchiId": "19538", + "amount": "25.187500000000004", + "parsedAmount": "25187500000000004000" + }, + { + "gotchiId": "19540", + "amount": "5.2825", + "parsedAmount": "5282500000000000000" + }, + { + "gotchiId": "19543", + "amount": "6.59", + "parsedAmount": "6590000000000000000" + }, + { + "gotchiId": "19545", + "amount": "10.7025", + "parsedAmount": "10702500000000000000" + }, + { + "gotchiId": "19546", + "amount": "2.93", + "parsedAmount": "2930000000000000000" + }, + { + "gotchiId": "19548", + "amount": "36.545", + "parsedAmount": "36545000000000000000" + }, + { + "gotchiId": "19549", + "amount": "14.107500000000002", + "parsedAmount": "14107500000000002000" + }, + { + "gotchiId": "19553", + "amount": "48.94", + "parsedAmount": "48940000000000000000" + }, + { + "gotchiId": "19554", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "19557", + "amount": "3.79", + "parsedAmount": "3790000000000000000" + }, + { + "gotchiId": "19558", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "19561", + "amount": "19", + "parsedAmount": "19000000000000000000" + }, + { + "gotchiId": "19562", + "amount": "22.65", + "parsedAmount": "22650000000000000000" + }, + { + "gotchiId": "19564", + "amount": "15.850000000000001", + "parsedAmount": "15850000000000001000" + }, + { + "gotchiId": "19565", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "19566", + "amount": "2.945", + "parsedAmount": "2945000000000000000" + }, + { + "gotchiId": "19568", + "amount": "3.2775", + "parsedAmount": "3277500000000000000" + }, + { + "gotchiId": "19569", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "19570", + "amount": "2.09", + "parsedAmount": "2090000000000000000" + }, + { + "gotchiId": "19571", + "amount": "26.9725", + "parsedAmount": "26972500000000000000" + }, + { + "gotchiId": "19572", + "amount": "28.9975", + "parsedAmount": "28997500000000000000" + }, + { + "gotchiId": "19574", + "amount": "53.3925", + "parsedAmount": "53392500000000000000" + }, + { + "gotchiId": "19577", + "amount": "12.98", + "parsedAmount": "12980000000000000000" + }, + { + "gotchiId": "19579", + "amount": "9.5375", + "parsedAmount": "9537500000000000000" + }, + { + "gotchiId": "19581", + "amount": "21.294999999999998", + "parsedAmount": "21294999999999998000" + }, + { + "gotchiId": "19586", + "amount": "5.345", + "parsedAmount": "5345000000000000000" + }, + { + "gotchiId": "19589", + "amount": "15.61", + "parsedAmount": "15610000000000000000" + }, + { + "gotchiId": "19590", + "amount": "21.3425", + "parsedAmount": "21342500000000000000" + }, + { + "gotchiId": "19591", + "amount": "56.6225", + "parsedAmount": "56622500000000000000" + }, + { + "gotchiId": "19592", + "amount": "9.54", + "parsedAmount": "9540000000000000000" + }, + { + "gotchiId": "19595", + "amount": "3.695", + "parsedAmount": "3695000000000000000" + }, + { + "gotchiId": "19601", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "19602", + "amount": "35.215", + "parsedAmount": "35215000000000000000" + }, + { + "gotchiId": "19603", + "amount": "9.379999999999999", + "parsedAmount": "9379999999999999000" + }, + { + "gotchiId": "19606", + "amount": "2.8", + "parsedAmount": "2800000000000000000" + }, + { + "gotchiId": "19607", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "19608", + "amount": "2.7275", + "parsedAmount": "2727500000000000000" + }, + { + "gotchiId": "19609", + "amount": "11.6125", + "parsedAmount": "11612500000000000000" + }, + { + "gotchiId": "19612", + "amount": "11.2075", + "parsedAmount": "11207500000000000000" + }, + { + "gotchiId": "19615", + "amount": "11.3375", + "parsedAmount": "11337500000000000000" + }, + { + "gotchiId": "19619", + "amount": "1.8625", + "parsedAmount": "1862500000000000000" + }, + { + "gotchiId": "19620", + "amount": "6.8125", + "parsedAmount": "6812500000000000000" + }, + { + "gotchiId": "19621", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "19623", + "amount": "39.72", + "parsedAmount": "39720000000000000000" + }, + { + "gotchiId": "19629", + "amount": "20.972500000000004", + "parsedAmount": "20972500000000004000" + }, + { + "gotchiId": "19630", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "19631", + "amount": "7.165", + "parsedAmount": "7165000000000000000" + }, + { + "gotchiId": "19632", + "amount": "7.225", + "parsedAmount": "7225000000000000000" + }, + { + "gotchiId": "19634", + "amount": "11.2025", + "parsedAmount": "11202500000000000000" + }, + { + "gotchiId": "19635", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "19637", + "amount": "9.6325", + "parsedAmount": "9632500000000000000" + }, + { + "gotchiId": "19638", + "amount": "14.107499999999998", + "parsedAmount": "14107499999999998000" + }, + { + "gotchiId": "19639", + "amount": "10.2525", + "parsedAmount": "10252500000000000000" + }, + { + "gotchiId": "19640", + "amount": "2.02", + "parsedAmount": "2020000000000000000" + }, + { + "gotchiId": "19644", + "amount": "4.6275", + "parsedAmount": "4627500000000000000" + }, + { + "gotchiId": "19645", + "amount": "15.515", + "parsedAmount": "15515000000000000000" + }, + { + "gotchiId": "19647", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "19648", + "amount": "6.74", + "parsedAmount": "6740000000000000000" + }, + { + "gotchiId": "19649", + "amount": "15.63", + "parsedAmount": "15630000000000000000" + }, + { + "gotchiId": "19654", + "amount": "10.75", + "parsedAmount": "10750000000000000000" + }, + { + "gotchiId": "19656", + "amount": "25.154999999999998", + "parsedAmount": "25154999999999998000" + }, + { + "gotchiId": "19657", + "amount": "53.6325", + "parsedAmount": "53632500000000000000" + }, + { + "gotchiId": "19658", + "amount": "11.02", + "parsedAmount": "11020000000000000000" + }, + { + "gotchiId": "19660", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19661", + "amount": "6.875", + "parsedAmount": "6875000000000000000" + }, + { + "gotchiId": "19663", + "amount": "12.9475", + "parsedAmount": "12947500000000000000" + }, + { + "gotchiId": "19665", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "19669", + "amount": "144.62", + "parsedAmount": "144620000000000000000" + }, + { + "gotchiId": "19670", + "amount": "6.76", + "parsedAmount": "6760000000000000000" + }, + { + "gotchiId": "19673", + "amount": "18.0225", + "parsedAmount": "18022500000000000000" + }, + { + "gotchiId": "19675", + "amount": "5.925", + "parsedAmount": "5925000000000000000" + }, + { + "gotchiId": "19677", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "19682", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "19683", + "amount": "4.035", + "parsedAmount": "4035000000000000000" + }, + { + "gotchiId": "19688", + "amount": "19.7325", + "parsedAmount": "19732500000000000000" + }, + { + "gotchiId": "19689", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "19690", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "19691", + "amount": "3.6575", + "parsedAmount": "3657500000000000000" + }, + { + "gotchiId": "19692", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "19697", + "amount": "30.5475", + "parsedAmount": "30547500000000000000" + }, + { + "gotchiId": "19700", + "amount": "6.522500000000001", + "parsedAmount": "6522500000000001000" + }, + { + "gotchiId": "19701", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "19703", + "amount": "11.3075", + "parsedAmount": "11307500000000000000" + }, + { + "gotchiId": "19705", + "amount": "5.109999999999999", + "parsedAmount": "5109999999999999000" + }, + { + "gotchiId": "19710", + "amount": "6.2975", + "parsedAmount": "6297500000000000000" + }, + { + "gotchiId": "19711", + "amount": "6.615", + "parsedAmount": "6615000000000000000" + }, + { + "gotchiId": "19713", + "amount": "6.5575", + "parsedAmount": "6557500000000000000" + }, + { + "gotchiId": "19715", + "amount": "3.535", + "parsedAmount": "3535000000000000000" + }, + { + "gotchiId": "19720", + "amount": "18.482499999999998", + "parsedAmount": "18482499999999998000" + }, + { + "gotchiId": "19721", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "19722", + "amount": "5.5675", + "parsedAmount": "5567500000000000000" + }, + { + "gotchiId": "19723", + "amount": "8.465", + "parsedAmount": "8465000000000000000" + }, + { + "gotchiId": "19724", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "19726", + "amount": "24.3525", + "parsedAmount": "24352500000000000000" + }, + { + "gotchiId": "19727", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "19728", + "amount": "11.342500000000001", + "parsedAmount": "11342500000000001000" + }, + { + "gotchiId": "19730", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "19734", + "amount": "22.445", + "parsedAmount": "22445000000000000000" + }, + { + "gotchiId": "19735", + "amount": "33.47", + "parsedAmount": "33470000000000000000" + }, + { + "gotchiId": "19736", + "amount": "145.14", + "parsedAmount": "145140000000000000000" + }, + { + "gotchiId": "19740", + "amount": "11.415", + "parsedAmount": "11415000000000000000" + }, + { + "gotchiId": "19743", + "amount": "7.0875", + "parsedAmount": "7087500000000000000" + }, + { + "gotchiId": "19744", + "amount": "10.375", + "parsedAmount": "10375000000000000000" + }, + { + "gotchiId": "19745", + "amount": "5.205", + "parsedAmount": "5205000000000000000" + }, + { + "gotchiId": "19746", + "amount": "8.905", + "parsedAmount": "8905000000000000000" + }, + { + "gotchiId": "19749", + "amount": "7.2225", + "parsedAmount": "7222500000000000000" + }, + { + "gotchiId": "19750", + "amount": "12.13", + "parsedAmount": "12130000000000000000" + }, + { + "gotchiId": "19753", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "19757", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "19760", + "amount": "3.1575", + "parsedAmount": "3157500000000000000" + }, + { + "gotchiId": "19761", + "amount": "8.2775", + "parsedAmount": "8277500000000000000" + }, + { + "gotchiId": "19763", + "amount": "11.5575", + "parsedAmount": "11557500000000000000" + }, + { + "gotchiId": "19764", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "19766", + "amount": "20.002499999999998", + "parsedAmount": "20002499999999998000" + }, + { + "gotchiId": "19770", + "amount": "17.677500000000002", + "parsedAmount": "17677500000000002000" + }, + { + "gotchiId": "19773", + "amount": "6.09", + "parsedAmount": "6090000000000000000" + }, + { + "gotchiId": "19776", + "amount": "3.35", + "parsedAmount": "3350000000000000000" + }, + { + "gotchiId": "19777", + "amount": "4.195", + "parsedAmount": "4195000000000000000" + }, + { + "gotchiId": "19778", + "amount": "5.8225", + "parsedAmount": "5822500000000000000" + }, + { + "gotchiId": "19779", + "amount": "4.2125", + "parsedAmount": "4212500000000000000" + }, + { + "gotchiId": "19782", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "19784", + "amount": "30.542499999999997", + "parsedAmount": "30542499999999997000" + }, + { + "gotchiId": "19785", + "amount": "6.4825", + "parsedAmount": "6482500000000000000" + }, + { + "gotchiId": "19786", + "amount": "8.2275", + "parsedAmount": "8227500000000000000" + }, + { + "gotchiId": "19787", + "amount": "14.775", + "parsedAmount": "14775000000000000000" + }, + { + "gotchiId": "19788", + "amount": "21.6775", + "parsedAmount": "21677500000000000000" + }, + { + "gotchiId": "19789", + "amount": "22.432499999999997", + "parsedAmount": "22432499999999997000" + }, + { + "gotchiId": "19790", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "19793", + "amount": "18.907500000000002", + "parsedAmount": "18907500000000002000" + }, + { + "gotchiId": "19795", + "amount": "21.9525", + "parsedAmount": "21952500000000000000" + }, + { + "gotchiId": "19797", + "amount": "7.8125", + "parsedAmount": "7812500000000000000" + }, + { + "gotchiId": "19799", + "amount": "18.08", + "parsedAmount": "18080000000000000000" + }, + { + "gotchiId": "19801", + "amount": "8.717500000000001", + "parsedAmount": "8717500000000001000" + }, + { + "gotchiId": "19802", + "amount": "5.235", + "parsedAmount": "5235000000000000000" + }, + { + "gotchiId": "19805", + "amount": "4.26", + "parsedAmount": "4260000000000000000" + }, + { + "gotchiId": "19808", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "19809", + "amount": "17.302500000000002", + "parsedAmount": "17302500000000002000" + }, + { + "gotchiId": "19810", + "amount": "12.6825", + "parsedAmount": "12682500000000000000" + }, + { + "gotchiId": "19811", + "amount": "16.66", + "parsedAmount": "16660000000000000000" + }, + { + "gotchiId": "19813", + "amount": "7.2525", + "parsedAmount": "7252500000000000000" + }, + { + "gotchiId": "19814", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "19815", + "amount": "12.05", + "parsedAmount": "12050000000000000000" + }, + { + "gotchiId": "19817", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "19819", + "amount": "14.9425", + "parsedAmount": "14942500000000000000" + }, + { + "gotchiId": "19821", + "amount": "9.1475", + "parsedAmount": "9147500000000000000" + }, + { + "gotchiId": "19823", + "amount": "10.16", + "parsedAmount": "10160000000000000000" + }, + { + "gotchiId": "19824", + "amount": "7.654999999999999", + "parsedAmount": "7654999999999999000" + }, + { + "gotchiId": "19825", + "amount": "7.8225", + "parsedAmount": "7822500000000000000" + }, + { + "gotchiId": "19826", + "amount": "10.615", + "parsedAmount": "10615000000000000000" + }, + { + "gotchiId": "19831", + "amount": "7.8725000000000005", + "parsedAmount": "7872500000000000500" + }, + { + "gotchiId": "19834", + "amount": "23.2", + "parsedAmount": "23200000000000000000" + }, + { + "gotchiId": "19835", + "amount": "6.147500000000001", + "parsedAmount": "6147500000000001000" + }, + { + "gotchiId": "19838", + "amount": "5.055", + "parsedAmount": "5055000000000000000" + }, + { + "gotchiId": "19841", + "amount": "91.3825", + "parsedAmount": "91382500000000000000" + }, + { + "gotchiId": "19842", + "amount": "8.0975", + "parsedAmount": "8097500000000000000" + }, + { + "gotchiId": "19846", + "amount": "2.6775", + "parsedAmount": "2677500000000000000" + }, + { + "gotchiId": "19849", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "19850", + "amount": "72.025", + "parsedAmount": "72025000000000000000" + }, + { + "gotchiId": "19853", + "amount": "8.465", + "parsedAmount": "8465000000000000000" + }, + { + "gotchiId": "19855", + "amount": "9.3175", + "parsedAmount": "9317500000000000000" + }, + { + "gotchiId": "19858", + "amount": "5.2675", + "parsedAmount": "5267500000000000000" + }, + { + "gotchiId": "19864", + "amount": "7.0675", + "parsedAmount": "7067500000000000000" + }, + { + "gotchiId": "19865", + "amount": "21.6175", + "parsedAmount": "21617500000000000000" + }, + { + "gotchiId": "19866", + "amount": "4.5825", + "parsedAmount": "4582500000000000000" + }, + { + "gotchiId": "19867", + "amount": "12.495", + "parsedAmount": "12495000000000000000" + }, + { + "gotchiId": "19869", + "amount": "10.1975", + "parsedAmount": "10197500000000000000" + }, + { + "gotchiId": "19870", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19871", + "amount": "3.125", + "parsedAmount": "3125000000000000000" + }, + { + "gotchiId": "19875", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "19877", + "amount": "10.2925", + "parsedAmount": "10292500000000000000" + }, + { + "gotchiId": "19880", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "19881", + "amount": "19.142500000000002", + "parsedAmount": "19142500000000002000" + }, + { + "gotchiId": "19883", + "amount": "25.875", + "parsedAmount": "25875000000000000000" + }, + { + "gotchiId": "19885", + "amount": "24.78", + "parsedAmount": "24780000000000000000" + }, + { + "gotchiId": "19886", + "amount": "13.807500000000001", + "parsedAmount": "13807500000000001000" + }, + { + "gotchiId": "19887", + "amount": "6.415", + "parsedAmount": "6415000000000000000" + }, + { + "gotchiId": "19892", + "amount": "22.0475", + "parsedAmount": "22047500000000000000" + }, + { + "gotchiId": "19893", + "amount": "60.4025", + "parsedAmount": "60402500000000000000" + }, + { + "gotchiId": "19895", + "amount": "13.3575", + "parsedAmount": "13357500000000000000" + }, + { + "gotchiId": "19896", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "19897", + "amount": "18.86", + "parsedAmount": "18860000000000000000" + }, + { + "gotchiId": "19898", + "amount": "2.3", + "parsedAmount": "2300000000000000000" + }, + { + "gotchiId": "19902", + "amount": "9.755", + "parsedAmount": "9755000000000000000" + }, + { + "gotchiId": "19903", + "amount": "21.7775", + "parsedAmount": "21777500000000000000" + }, + { + "gotchiId": "19905", + "amount": "6.5475", + "parsedAmount": "6547500000000000000" + }, + { + "gotchiId": "19907", + "amount": "2.12", + "parsedAmount": "2120000000000000000" + }, + { + "gotchiId": "19911", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "19912", + "amount": "10.5075", + "parsedAmount": "10507500000000000000" + }, + { + "gotchiId": "19913", + "amount": "15.0825", + "parsedAmount": "15082500000000000000" + }, + { + "gotchiId": "19914", + "amount": "7.4775", + "parsedAmount": "7477500000000000000" + }, + { + "gotchiId": "19918", + "amount": "11.64", + "parsedAmount": "11640000000000000000" + }, + { + "gotchiId": "19919", + "amount": "12.805", + "parsedAmount": "12805000000000000000" + }, + { + "gotchiId": "19920", + "amount": "24.24", + "parsedAmount": "24240000000000000000" + }, + { + "gotchiId": "19922", + "amount": "47.2375", + "parsedAmount": "47237500000000000000" + }, + { + "gotchiId": "19924", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19925", + "amount": "3.1875", + "parsedAmount": "3187500000000000000" + }, + { + "gotchiId": "19926", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "19927", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "19929", + "amount": "5.6175", + "parsedAmount": "5617500000000000000" + }, + { + "gotchiId": "19930", + "amount": "14.2575", + "parsedAmount": "14257500000000000000" + }, + { + "gotchiId": "19933", + "amount": "4.84", + "parsedAmount": "4840000000000000000" + }, + { + "gotchiId": "19937", + "amount": "91.17999999999999", + "parsedAmount": "91179999999999990000" + }, + { + "gotchiId": "19940", + "amount": "25.3475", + "parsedAmount": "25347500000000000000" + }, + { + "gotchiId": "19941", + "amount": "10.5175", + "parsedAmount": "10517500000000000000" + }, + { + "gotchiId": "19942", + "amount": "22.5125", + "parsedAmount": "22512500000000000000" + }, + { + "gotchiId": "19943", + "amount": "17.1925", + "parsedAmount": "17192500000000000000" + }, + { + "gotchiId": "19944", + "amount": "71.09", + "parsedAmount": "71090000000000000000" + }, + { + "gotchiId": "19946", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "19947", + "amount": "13.7", + "parsedAmount": "13700000000000000000" + }, + { + "gotchiId": "19949", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "19954", + "amount": "9.432500000000001", + "parsedAmount": "9432500000000001000" + }, + { + "gotchiId": "19955", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "19956", + "amount": "3.0125", + "parsedAmount": "3012500000000000000" + }, + { + "gotchiId": "19959", + "amount": "14.0975", + "parsedAmount": "14097500000000000000" + }, + { + "gotchiId": "19960", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "19967", + "amount": "3.56", + "parsedAmount": "3560000000000000000" + }, + { + "gotchiId": "19969", + "amount": "13.08", + "parsedAmount": "13080000000000000000" + }, + { + "gotchiId": "19970", + "amount": "93.35", + "parsedAmount": "93350000000000000000" + } + ], + "totalAmount": "12850752500000000099000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768516, + "gasUsed": "9591230" + }, + { + "batchIndex": 19, + "transactionHash": "0x6386cc970a450a4be5ffe779b04d35931006d19ab7079347a1ddadaa2b67e577", + "timestamp": "2025-11-05T07:06:24.784Z", + "gotchiRewards": [ + { + "gotchiId": "19971", + "amount": "9.2275", + "parsedAmount": "9227500000000000000" + }, + { + "gotchiId": "19973", + "amount": "16.89", + "parsedAmount": "16890000000000000000" + }, + { + "gotchiId": "19976", + "amount": "4.61", + "parsedAmount": "4610000000000000000" + }, + { + "gotchiId": "19979", + "amount": "2.87", + "parsedAmount": "2870000000000000000" + }, + { + "gotchiId": "19980", + "amount": "13.594999999999999", + "parsedAmount": "13594999999999999000" + }, + { + "gotchiId": "19983", + "amount": "11.972500000000002", + "parsedAmount": "11972500000000002000" + }, + { + "gotchiId": "19984", + "amount": "30.724999999999998", + "parsedAmount": "30724999999999998000" + }, + { + "gotchiId": "19987", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "19988", + "amount": "23.1675", + "parsedAmount": "23167500000000000000" + }, + { + "gotchiId": "19991", + "amount": "234.07000000000002", + "parsedAmount": "234070000000000020000" + }, + { + "gotchiId": "19992", + "amount": "15.767500000000002", + "parsedAmount": "15767500000000002000" + }, + { + "gotchiId": "19993", + "amount": "3.4875", + "parsedAmount": "3487500000000000000" + }, + { + "gotchiId": "19995", + "amount": "12.594999999999999", + "parsedAmount": "12594999999999999000" + }, + { + "gotchiId": "19996", + "amount": "7.6225", + "parsedAmount": "7622500000000000000" + }, + { + "gotchiId": "19998", + "amount": "16.46", + "parsedAmount": "16460000000000000000" + }, + { + "gotchiId": "20005", + "amount": "2.8225", + "parsedAmount": "2822500000000000000" + }, + { + "gotchiId": "20006", + "amount": "7.3125", + "parsedAmount": "7312500000000000000" + }, + { + "gotchiId": "20007", + "amount": "14.48", + "parsedAmount": "14480000000000000000" + }, + { + "gotchiId": "20010", + "amount": "15.4325", + "parsedAmount": "15432500000000000000" + }, + { + "gotchiId": "20013", + "amount": "1.9325", + "parsedAmount": "1932500000000000000" + }, + { + "gotchiId": "20014", + "amount": "10.5225", + "parsedAmount": "10522500000000000000" + }, + { + "gotchiId": "20016", + "amount": "2.59", + "parsedAmount": "2590000000000000000" + }, + { + "gotchiId": "20017", + "amount": "10.072500000000002", + "parsedAmount": "10072500000000002000" + }, + { + "gotchiId": "20019", + "amount": "57.92", + "parsedAmount": "57920000000000000000" + }, + { + "gotchiId": "20021", + "amount": "10.1725", + "parsedAmount": "10172500000000000000" + }, + { + "gotchiId": "20024", + "amount": "4.065", + "parsedAmount": "4065000000000000000" + }, + { + "gotchiId": "20025", + "amount": "4.6175", + "parsedAmount": "4617500000000000000" + }, + { + "gotchiId": "20028", + "amount": "2.1225", + "parsedAmount": "2122500000000000000" + }, + { + "gotchiId": "20029", + "amount": "7.0425", + "parsedAmount": "7042500000000000000" + }, + { + "gotchiId": "20034", + "amount": "9.5475", + "parsedAmount": "9547500000000000000" + }, + { + "gotchiId": "20035", + "amount": "3.715", + "parsedAmount": "3715000000000000000" + }, + { + "gotchiId": "20036", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "20037", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "20038", + "amount": "4.955", + "parsedAmount": "4955000000000000000" + }, + { + "gotchiId": "20040", + "amount": "7.602499999999999", + "parsedAmount": "7602499999999999000" + }, + { + "gotchiId": "20041", + "amount": "8.7725", + "parsedAmount": "8772500000000000000" + }, + { + "gotchiId": "20044", + "amount": "18.3025", + "parsedAmount": "18302500000000000000" + }, + { + "gotchiId": "20045", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "20049", + "amount": "10.56", + "parsedAmount": "10560000000000000000" + }, + { + "gotchiId": "20054", + "amount": "15.7", + "parsedAmount": "15700000000000000000" + }, + { + "gotchiId": "20057", + "amount": "14.235", + "parsedAmount": "14235000000000000000" + }, + { + "gotchiId": "20059", + "amount": "7.592499999999999", + "parsedAmount": "7592499999999999000" + }, + { + "gotchiId": "20060", + "amount": "17.825", + "parsedAmount": "17825000000000000000" + }, + { + "gotchiId": "20061", + "amount": "15.075", + "parsedAmount": "15075000000000000000" + }, + { + "gotchiId": "20063", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "20064", + "amount": "4.965", + "parsedAmount": "4965000000000000000" + }, + { + "gotchiId": "20065", + "amount": "1.88", + "parsedAmount": "1880000000000000000" + }, + { + "gotchiId": "20067", + "amount": "28.09", + "parsedAmount": "28090000000000000000" + }, + { + "gotchiId": "20068", + "amount": "11.8975", + "parsedAmount": "11897500000000000000" + }, + { + "gotchiId": "20069", + "amount": "33.49", + "parsedAmount": "33490000000000000000" + }, + { + "gotchiId": "20070", + "amount": "3.4625", + "parsedAmount": "3462500000000000000" + }, + { + "gotchiId": "20074", + "amount": "15.2175", + "parsedAmount": "15217500000000000000" + }, + { + "gotchiId": "20075", + "amount": "11.025", + "parsedAmount": "11025000000000000000" + }, + { + "gotchiId": "20080", + "amount": "12.4825", + "parsedAmount": "12482500000000000000" + }, + { + "gotchiId": "20081", + "amount": "11.5225", + "parsedAmount": "11522500000000000000" + }, + { + "gotchiId": "20082", + "amount": "3.49", + "parsedAmount": "3490000000000000000" + }, + { + "gotchiId": "20084", + "amount": "10.629999999999999", + "parsedAmount": "10629999999999999000" + }, + { + "gotchiId": "20087", + "amount": "3.35", + "parsedAmount": "3350000000000000000" + }, + { + "gotchiId": "20089", + "amount": "5.2325", + "parsedAmount": "5232500000000000000" + }, + { + "gotchiId": "20092", + "amount": "1.8875", + "parsedAmount": "1887500000000000000" + }, + { + "gotchiId": "20094", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "20095", + "amount": "20.71", + "parsedAmount": "20710000000000000000" + }, + { + "gotchiId": "20096", + "amount": "10.025", + "parsedAmount": "10025000000000000000" + }, + { + "gotchiId": "20097", + "amount": "14.185", + "parsedAmount": "14185000000000000000" + }, + { + "gotchiId": "20098", + "amount": "15.032499999999999", + "parsedAmount": "15032499999999999000" + }, + { + "gotchiId": "20101", + "amount": "2.405", + "parsedAmount": "2405000000000000000" + }, + { + "gotchiId": "20104", + "amount": "3.46", + "parsedAmount": "3460000000000000000" + }, + { + "gotchiId": "20105", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "20107", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "20108", + "amount": "20.275", + "parsedAmount": "20275000000000000000" + }, + { + "gotchiId": "20109", + "amount": "4.6225000000000005", + "parsedAmount": "4622500000000000500" + }, + { + "gotchiId": "20110", + "amount": "14.5575", + "parsedAmount": "14557500000000000000" + }, + { + "gotchiId": "20111", + "amount": "10.1025", + "parsedAmount": "10102500000000000000" + }, + { + "gotchiId": "20113", + "amount": "10.967500000000001", + "parsedAmount": "10967500000000001000" + }, + { + "gotchiId": "20124", + "amount": "10.3325", + "parsedAmount": "10332500000000000000" + }, + { + "gotchiId": "20125", + "amount": "2.8075", + "parsedAmount": "2807500000000000000" + }, + { + "gotchiId": "20126", + "amount": "30.69", + "parsedAmount": "30690000000000000000" + }, + { + "gotchiId": "20127", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "20128", + "amount": "20.567500000000003", + "parsedAmount": "20567500000000003000" + }, + { + "gotchiId": "20129", + "amount": "14.905", + "parsedAmount": "14905000000000000000" + }, + { + "gotchiId": "20130", + "amount": "61.4775", + "parsedAmount": "61477500000000000000" + }, + { + "gotchiId": "20134", + "amount": "8.055", + "parsedAmount": "8055000000000000000" + }, + { + "gotchiId": "20138", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "20139", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "20140", + "amount": "8.765", + "parsedAmount": "8765000000000000000" + }, + { + "gotchiId": "20141", + "amount": "18.2325", + "parsedAmount": "18232500000000000000" + }, + { + "gotchiId": "20142", + "amount": "28.5225", + "parsedAmount": "28522500000000000000" + }, + { + "gotchiId": "20143", + "amount": "25.515", + "parsedAmount": "25515000000000000000" + }, + { + "gotchiId": "20144", + "amount": "5.2625", + "parsedAmount": "5262500000000000000" + }, + { + "gotchiId": "20145", + "amount": "5.61", + "parsedAmount": "5610000000000000000" + }, + { + "gotchiId": "20146", + "amount": "8.92", + "parsedAmount": "8920000000000000000" + }, + { + "gotchiId": "20147", + "amount": "11.6575", + "parsedAmount": "11657500000000000000" + }, + { + "gotchiId": "20151", + "amount": "28.095", + "parsedAmount": "28095000000000000000" + }, + { + "gotchiId": "20152", + "amount": "5.369999999999999", + "parsedAmount": "5369999999999999000" + }, + { + "gotchiId": "20153", + "amount": "3.9375", + "parsedAmount": "3937500000000000000" + }, + { + "gotchiId": "20154", + "amount": "15.9725", + "parsedAmount": "15972500000000000000" + }, + { + "gotchiId": "20155", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "20156", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "20157", + "amount": "17.7875", + "parsedAmount": "17787500000000000000" + }, + { + "gotchiId": "20162", + "amount": "4.58", + "parsedAmount": "4580000000000000000" + }, + { + "gotchiId": "20165", + "amount": "13.395", + "parsedAmount": "13395000000000000000" + }, + { + "gotchiId": "20170", + "amount": "5.3175", + "parsedAmount": "5317500000000000000" + }, + { + "gotchiId": "20174", + "amount": "10.68", + "parsedAmount": "10680000000000000000" + }, + { + "gotchiId": "20175", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "20177", + "amount": "2.16", + "parsedAmount": "2160000000000000000" + }, + { + "gotchiId": "20178", + "amount": "17.7425", + "parsedAmount": "17742500000000000000" + }, + { + "gotchiId": "20180", + "amount": "2.28", + "parsedAmount": "2280000000000000000" + }, + { + "gotchiId": "20182", + "amount": "3.2075", + "parsedAmount": "3207500000000000000" + }, + { + "gotchiId": "20188", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "20189", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "20191", + "amount": "13.4625", + "parsedAmount": "13462500000000000000" + }, + { + "gotchiId": "20192", + "amount": "15.7775", + "parsedAmount": "15777500000000000000" + }, + { + "gotchiId": "20194", + "amount": "12.84", + "parsedAmount": "12840000000000000000" + }, + { + "gotchiId": "20195", + "amount": "2.155", + "parsedAmount": "2155000000000000000" + }, + { + "gotchiId": "20196", + "amount": "21.8175", + "parsedAmount": "21817500000000000000" + }, + { + "gotchiId": "20197", + "amount": "6.445", + "parsedAmount": "6445000000000000000" + }, + { + "gotchiId": "20200", + "amount": "10.940000000000001", + "parsedAmount": "10940000000000001000" + }, + { + "gotchiId": "20203", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "20205", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "20209", + "amount": "10.9925", + "parsedAmount": "10992500000000000000" + }, + { + "gotchiId": "20216", + "amount": "8.365", + "parsedAmount": "8365000000000000000" + }, + { + "gotchiId": "20217", + "amount": "7.43", + "parsedAmount": "7430000000000000000" + }, + { + "gotchiId": "20219", + "amount": "5.265", + "parsedAmount": "5265000000000000000" + }, + { + "gotchiId": "20220", + "amount": "7.465", + "parsedAmount": "7465000000000000000" + }, + { + "gotchiId": "20223", + "amount": "8.9025", + "parsedAmount": "8902500000000000000" + }, + { + "gotchiId": "20225", + "amount": "2.7675", + "parsedAmount": "2767500000000000000" + }, + { + "gotchiId": "20226", + "amount": "7.18", + "parsedAmount": "7180000000000000000" + }, + { + "gotchiId": "20228", + "amount": "13.8925", + "parsedAmount": "13892500000000000000" + }, + { + "gotchiId": "20230", + "amount": "16.41", + "parsedAmount": "16410000000000000000" + }, + { + "gotchiId": "20231", + "amount": "8.0675", + "parsedAmount": "8067500000000000000" + }, + { + "gotchiId": "20232", + "amount": "72.4525", + "parsedAmount": "72452500000000000000" + }, + { + "gotchiId": "20235", + "amount": "32.785", + "parsedAmount": "32785000000000000000" + }, + { + "gotchiId": "20236", + "amount": "20.8325", + "parsedAmount": "20832500000000000000" + }, + { + "gotchiId": "20239", + "amount": "3.0625", + "parsedAmount": "3062500000000000000" + }, + { + "gotchiId": "20241", + "amount": "5.305", + "parsedAmount": "5305000000000000000" + }, + { + "gotchiId": "20242", + "amount": "4.305", + "parsedAmount": "4305000000000000000" + }, + { + "gotchiId": "20244", + "amount": "34.495000000000005", + "parsedAmount": "34495000000000005000" + }, + { + "gotchiId": "20246", + "amount": "6.77", + "parsedAmount": "6770000000000000000" + }, + { + "gotchiId": "20247", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "20248", + "amount": "58.050000000000004", + "parsedAmount": "58050000000000004000" + }, + { + "gotchiId": "20250", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "20254", + "amount": "3.93", + "parsedAmount": "3930000000000000000" + }, + { + "gotchiId": "20255", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "20256", + "amount": "10.895", + "parsedAmount": "10895000000000000000" + }, + { + "gotchiId": "20257", + "amount": "13.940000000000001", + "parsedAmount": "13940000000000001000" + }, + { + "gotchiId": "20258", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "20259", + "amount": "7.215", + "parsedAmount": "7215000000000000000" + }, + { + "gotchiId": "20260", + "amount": "5.5125", + "parsedAmount": "5512500000000000000" + }, + { + "gotchiId": "20261", + "amount": "28.4275", + "parsedAmount": "28427500000000000000" + }, + { + "gotchiId": "20264", + "amount": "6.0675", + "parsedAmount": "6067500000000000000" + }, + { + "gotchiId": "20267", + "amount": "4.1475", + "parsedAmount": "4147500000000000000" + }, + { + "gotchiId": "20268", + "amount": "12.4325", + "parsedAmount": "12432500000000000000" + }, + { + "gotchiId": "20270", + "amount": "18.185000000000002", + "parsedAmount": "18185000000000002000" + }, + { + "gotchiId": "20271", + "amount": "30.6275", + "parsedAmount": "30627500000000000000" + }, + { + "gotchiId": "20272", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "20277", + "amount": "14.7175", + "parsedAmount": "14717500000000000000" + }, + { + "gotchiId": "20279", + "amount": "16.055", + "parsedAmount": "16055000000000000000" + }, + { + "gotchiId": "20280", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "20281", + "amount": "11.525", + "parsedAmount": "11525000000000000000" + }, + { + "gotchiId": "20283", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "20284", + "amount": "8.942499999999999", + "parsedAmount": "8942499999999999000" + }, + { + "gotchiId": "20286", + "amount": "14.61", + "parsedAmount": "14610000000000000000" + }, + { + "gotchiId": "20287", + "amount": "50.3675", + "parsedAmount": "50367500000000000000" + }, + { + "gotchiId": "20291", + "amount": "8.3475", + "parsedAmount": "8347500000000000000" + }, + { + "gotchiId": "20293", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "20296", + "amount": "6.68", + "parsedAmount": "6680000000000000000" + }, + { + "gotchiId": "20298", + "amount": "12.7175", + "parsedAmount": "12717500000000000000" + }, + { + "gotchiId": "20299", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "20300", + "amount": "5.165", + "parsedAmount": "5165000000000000000" + }, + { + "gotchiId": "20301", + "amount": "13.045", + "parsedAmount": "13045000000000000000" + }, + { + "gotchiId": "20308", + "amount": "1922.94", + "parsedAmount": "1922940000000000000000" + }, + { + "gotchiId": "20309", + "amount": "14.6825", + "parsedAmount": "14682500000000000000" + }, + { + "gotchiId": "20311", + "amount": "2.0525", + "parsedAmount": "2052500000000000000" + }, + { + "gotchiId": "20314", + "amount": "12.540000000000001", + "parsedAmount": "12540000000000001000" + }, + { + "gotchiId": "20315", + "amount": "2.675", + "parsedAmount": "2675000000000000000" + }, + { + "gotchiId": "20317", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "20318", + "amount": "2.72", + "parsedAmount": "2720000000000000000" + }, + { + "gotchiId": "20321", + "amount": "13.405000000000001", + "parsedAmount": "13405000000000001000" + }, + { + "gotchiId": "20325", + "amount": "22.19", + "parsedAmount": "22190000000000000000" + }, + { + "gotchiId": "20329", + "amount": "2.64", + "parsedAmount": "2640000000000000000" + }, + { + "gotchiId": "20330", + "amount": "2.5775", + "parsedAmount": "2577500000000000000" + }, + { + "gotchiId": "20332", + "amount": "9.8", + "parsedAmount": "9800000000000000000" + }, + { + "gotchiId": "20336", + "amount": "11.295", + "parsedAmount": "11295000000000000000" + }, + { + "gotchiId": "20340", + "amount": "4.355", + "parsedAmount": "4355000000000000000" + }, + { + "gotchiId": "20341", + "amount": "15.9775", + "parsedAmount": "15977500000000000000" + }, + { + "gotchiId": "20342", + "amount": "28.884999999999998", + "parsedAmount": "28884999999999998000" + }, + { + "gotchiId": "20343", + "amount": "15.98", + "parsedAmount": "15980000000000000000" + }, + { + "gotchiId": "20346", + "amount": "7.3525", + "parsedAmount": "7352500000000000000" + }, + { + "gotchiId": "20347", + "amount": "14.82", + "parsedAmount": "14820000000000000000" + }, + { + "gotchiId": "20348", + "amount": "15.9775", + "parsedAmount": "15977500000000000000" + }, + { + "gotchiId": "20353", + "amount": "3.7875", + "parsedAmount": "3787500000000000000" + }, + { + "gotchiId": "20357", + "amount": "9.5925", + "parsedAmount": "9592500000000000000" + }, + { + "gotchiId": "20358", + "amount": "2.07", + "parsedAmount": "2070000000000000000" + }, + { + "gotchiId": "20361", + "amount": "2.68", + "parsedAmount": "2680000000000000000" + }, + { + "gotchiId": "20362", + "amount": "5.225", + "parsedAmount": "5225000000000000000" + }, + { + "gotchiId": "20363", + "amount": "4.855", + "parsedAmount": "4855000000000000000" + }, + { + "gotchiId": "20367", + "amount": "2.1775", + "parsedAmount": "2177500000000000000" + }, + { + "gotchiId": "20370", + "amount": "6.14", + "parsedAmount": "6140000000000000000" + }, + { + "gotchiId": "20372", + "amount": "6.720000000000001", + "parsedAmount": "6720000000000001000" + }, + { + "gotchiId": "20374", + "amount": "88.86", + "parsedAmount": "88860000000000000000" + }, + { + "gotchiId": "20376", + "amount": "4.88", + "parsedAmount": "4880000000000000000" + }, + { + "gotchiId": "20381", + "amount": "9.2975", + "parsedAmount": "9297500000000000000" + }, + { + "gotchiId": "20382", + "amount": "5.9425", + "parsedAmount": "5942500000000000000" + }, + { + "gotchiId": "20386", + "amount": "7.22", + "parsedAmount": "7220000000000000000" + }, + { + "gotchiId": "20387", + "amount": "11.5625", + "parsedAmount": "11562500000000000000" + }, + { + "gotchiId": "20389", + "amount": "22.1375", + "parsedAmount": "22137500000000000000" + }, + { + "gotchiId": "20391", + "amount": "18.615000000000002", + "parsedAmount": "18615000000000002000" + }, + { + "gotchiId": "20394", + "amount": "10.3975", + "parsedAmount": "10397500000000000000" + }, + { + "gotchiId": "20395", + "amount": "7.7575", + "parsedAmount": "7757500000000000000" + }, + { + "gotchiId": "20397", + "amount": "11.3625", + "parsedAmount": "11362500000000000000" + }, + { + "gotchiId": "20398", + "amount": "12.6425", + "parsedAmount": "12642500000000000000" + }, + { + "gotchiId": "20399", + "amount": "11.2225", + "parsedAmount": "11222500000000000000" + }, + { + "gotchiId": "20400", + "amount": "13.6025", + "parsedAmount": "13602500000000000000" + }, + { + "gotchiId": "20405", + "amount": "5.5", + "parsedAmount": "5500000000000000000" + }, + { + "gotchiId": "20407", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "20409", + "amount": "6.7275", + "parsedAmount": "6727500000000000000" + }, + { + "gotchiId": "20412", + "amount": "11.5575", + "parsedAmount": "11557500000000000000" + }, + { + "gotchiId": "20418", + "amount": "10.329999999999998", + "parsedAmount": "10329999999999998000" + }, + { + "gotchiId": "20419", + "amount": "5.79", + "parsedAmount": "5790000000000000000" + }, + { + "gotchiId": "20420", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "20421", + "amount": "7.955", + "parsedAmount": "7955000000000000000" + }, + { + "gotchiId": "20423", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "20426", + "amount": "6.0875", + "parsedAmount": "6087500000000000000" + }, + { + "gotchiId": "20430", + "amount": "2.64", + "parsedAmount": "2640000000000000000" + }, + { + "gotchiId": "20431", + "amount": "5.22", + "parsedAmount": "5220000000000000000" + }, + { + "gotchiId": "20432", + "amount": "13.905000000000001", + "parsedAmount": "13905000000000001000" + }, + { + "gotchiId": "20433", + "amount": "7.24", + "parsedAmount": "7240000000000000000" + }, + { + "gotchiId": "20434", + "amount": "6.5925", + "parsedAmount": "6592500000000000000" + }, + { + "gotchiId": "20435", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "20436", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "20441", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "20442", + "amount": "10.5625", + "parsedAmount": "10562500000000000000" + }, + { + "gotchiId": "20444", + "amount": "3.5575", + "parsedAmount": "3557500000000000000" + }, + { + "gotchiId": "20449", + "amount": "101.72", + "parsedAmount": "101720000000000000000" + }, + { + "gotchiId": "20451", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "20453", + "amount": "22.822499999999998", + "parsedAmount": "22822499999999998000" + }, + { + "gotchiId": "20454", + "amount": "174.47749999999996", + "parsedAmount": "174477499999999960000" + }, + { + "gotchiId": "20455", + "amount": "4.415", + "parsedAmount": "4415000000000000000" + }, + { + "gotchiId": "20459", + "amount": "5.355", + "parsedAmount": "5355000000000000000" + }, + { + "gotchiId": "20461", + "amount": "7.1775", + "parsedAmount": "7177500000000000000" + }, + { + "gotchiId": "20464", + "amount": "25.6125", + "parsedAmount": "25612500000000000000" + }, + { + "gotchiId": "20465", + "amount": "12.2875", + "parsedAmount": "12287500000000000000" + }, + { + "gotchiId": "20466", + "amount": "12.6875", + "parsedAmount": "12687500000000000000" + }, + { + "gotchiId": "20469", + "amount": "16.5375", + "parsedAmount": "16537500000000000000" + }, + { + "gotchiId": "20471", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "20475", + "amount": "21.805", + "parsedAmount": "21805000000000000000" + }, + { + "gotchiId": "20477", + "amount": "12.545", + "parsedAmount": "12545000000000000000" + }, + { + "gotchiId": "20478", + "amount": "60.66", + "parsedAmount": "60660000000000000000" + }, + { + "gotchiId": "20479", + "amount": "10.205", + "parsedAmount": "10205000000000000000" + }, + { + "gotchiId": "20480", + "amount": "10.44", + "parsedAmount": "10440000000000000000" + }, + { + "gotchiId": "20481", + "amount": "19.927500000000002", + "parsedAmount": "19927500000000002000" + }, + { + "gotchiId": "20483", + "amount": "21.7175", + "parsedAmount": "21717500000000000000" + }, + { + "gotchiId": "20484", + "amount": "10.275", + "parsedAmount": "10275000000000000000" + }, + { + "gotchiId": "20487", + "amount": "13.219999999999999", + "parsedAmount": "13219999999999999000" + }, + { + "gotchiId": "20489", + "amount": "25.14", + "parsedAmount": "25140000000000000000" + }, + { + "gotchiId": "20490", + "amount": "20.765", + "parsedAmount": "20765000000000000000" + }, + { + "gotchiId": "20491", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "20494", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "20495", + "amount": "9.6225", + "parsedAmount": "9622500000000000000" + }, + { + "gotchiId": "20503", + "amount": "27.91", + "parsedAmount": "27910000000000000000" + }, + { + "gotchiId": "20509", + "amount": "12.4275", + "parsedAmount": "12427500000000000000" + }, + { + "gotchiId": "20513", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20514", + "amount": "3.84", + "parsedAmount": "3840000000000000000" + }, + { + "gotchiId": "20518", + "amount": "52.9325", + "parsedAmount": "52932500000000000000" + }, + { + "gotchiId": "20521", + "amount": "2.1575", + "parsedAmount": "2157500000000000000" + }, + { + "gotchiId": "20524", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "20525", + "amount": "48.879999999999995", + "parsedAmount": "48879999999999995000" + }, + { + "gotchiId": "20526", + "amount": "43.53", + "parsedAmount": "43530000000000000000" + }, + { + "gotchiId": "20528", + "amount": "3.2425", + "parsedAmount": "3242500000000000000" + }, + { + "gotchiId": "20532", + "amount": "14.6325", + "parsedAmount": "14632500000000000000" + }, + { + "gotchiId": "20536", + "amount": "12.3775", + "parsedAmount": "12377500000000000000" + }, + { + "gotchiId": "20537", + "amount": "19.975", + "parsedAmount": "19975000000000000000" + }, + { + "gotchiId": "20538", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "20540", + "amount": "19.615", + "parsedAmount": "19615000000000000000" + }, + { + "gotchiId": "20544", + "amount": "6.51", + "parsedAmount": "6510000000000000000" + }, + { + "gotchiId": "20545", + "amount": "15.1575", + "parsedAmount": "15157500000000000000" + }, + { + "gotchiId": "20547", + "amount": "5.202500000000001", + "parsedAmount": "5202500000000001000" + }, + { + "gotchiId": "20548", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "20554", + "amount": "3.7175", + "parsedAmount": "3717500000000000000" + }, + { + "gotchiId": "20558", + "amount": "7.4975", + "parsedAmount": "7497500000000000000" + }, + { + "gotchiId": "20559", + "amount": "10.385", + "parsedAmount": "10385000000000000000" + }, + { + "gotchiId": "20561", + "amount": "6.2925", + "parsedAmount": "6292500000000000000" + }, + { + "gotchiId": "20566", + "amount": "3.5875", + "parsedAmount": "3587500000000000000" + }, + { + "gotchiId": "20570", + "amount": "9.38", + "parsedAmount": "9380000000000000000" + }, + { + "gotchiId": "20571", + "amount": "6.5725", + "parsedAmount": "6572500000000000000" + }, + { + "gotchiId": "20573", + "amount": "4.8625", + "parsedAmount": "4862500000000000000" + }, + { + "gotchiId": "20574", + "amount": "13.625", + "parsedAmount": "13625000000000000000" + }, + { + "gotchiId": "20575", + "amount": "6.75", + "parsedAmount": "6750000000000000000" + }, + { + "gotchiId": "20576", + "amount": "4.65", + "parsedAmount": "4650000000000000000" + }, + { + "gotchiId": "20577", + "amount": "10.625", + "parsedAmount": "10625000000000000000" + }, + { + "gotchiId": "20578", + "amount": "3.4075", + "parsedAmount": "3407500000000000000" + }, + { + "gotchiId": "20579", + "amount": "9.735", + "parsedAmount": "9735000000000000000" + }, + { + "gotchiId": "20580", + "amount": "8.2425", + "parsedAmount": "8242500000000000000" + }, + { + "gotchiId": "20582", + "amount": "13.989999999999998", + "parsedAmount": "13989999999999998000" + }, + { + "gotchiId": "20583", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "20585", + "amount": "8.8125", + "parsedAmount": "8812500000000000000" + }, + { + "gotchiId": "20587", + "amount": "12.6375", + "parsedAmount": "12637500000000000000" + }, + { + "gotchiId": "20589", + "amount": "4.8875", + "parsedAmount": "4887500000000000000" + }, + { + "gotchiId": "20592", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "20596", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "20597", + "amount": "4.5600000000000005", + "parsedAmount": "4560000000000000500" + }, + { + "gotchiId": "20599", + "amount": "22.462500000000002", + "parsedAmount": "22462500000000002000" + }, + { + "gotchiId": "20601", + "amount": "12.004999999999999", + "parsedAmount": "12004999999999999000" + }, + { + "gotchiId": "20603", + "amount": "4.4125", + "parsedAmount": "4412500000000000000" + }, + { + "gotchiId": "20606", + "amount": "6.5649999999999995", + "parsedAmount": "6564999999999999500" + }, + { + "gotchiId": "20607", + "amount": "12.54", + "parsedAmount": "12540000000000000000" + }, + { + "gotchiId": "20608", + "amount": "16.115000000000002", + "parsedAmount": "16115000000000002000" + }, + { + "gotchiId": "20609", + "amount": "8.625", + "parsedAmount": "8625000000000000000" + }, + { + "gotchiId": "20610", + "amount": "5.64", + "parsedAmount": "5640000000000000000" + }, + { + "gotchiId": "20613", + "amount": "17.5325", + "parsedAmount": "17532500000000000000" + }, + { + "gotchiId": "20615", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "20618", + "amount": "32.004999999999995", + "parsedAmount": "32004999999999995000" + }, + { + "gotchiId": "20622", + "amount": "15.895", + "parsedAmount": "15895000000000000000" + }, + { + "gotchiId": "20626", + "amount": "12.0525", + "parsedAmount": "12052500000000000000" + }, + { + "gotchiId": "20628", + "amount": "8.2325", + "parsedAmount": "8232500000000000000" + }, + { + "gotchiId": "20630", + "amount": "9.315", + "parsedAmount": "9315000000000000000" + }, + { + "gotchiId": "20635", + "amount": "43.7075", + "parsedAmount": "43707500000000000000" + }, + { + "gotchiId": "20636", + "amount": "12.345", + "parsedAmount": "12345000000000000000" + }, + { + "gotchiId": "20639", + "amount": "8.75", + "parsedAmount": "8750000000000000000" + }, + { + "gotchiId": "20642", + "amount": "6.965", + "parsedAmount": "6965000000000000000" + }, + { + "gotchiId": "20643", + "amount": "14.075", + "parsedAmount": "14075000000000000000" + }, + { + "gotchiId": "20645", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "20646", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "20647", + "amount": "14.4575", + "parsedAmount": "14457500000000000000" + }, + { + "gotchiId": "20649", + "amount": "6.4225", + "parsedAmount": "6422500000000000000" + }, + { + "gotchiId": "20650", + "amount": "3.44", + "parsedAmount": "3440000000000000000" + }, + { + "gotchiId": "20652", + "amount": "2.73", + "parsedAmount": "2730000000000000000" + }, + { + "gotchiId": "20653", + "amount": "7.6625", + "parsedAmount": "7662500000000000000" + }, + { + "gotchiId": "20655", + "amount": "42.23500000000001", + "parsedAmount": "42235000000000010000" + }, + { + "gotchiId": "20656", + "amount": "12.1975", + "parsedAmount": "12197500000000000000" + }, + { + "gotchiId": "20657", + "amount": "16.5975", + "parsedAmount": "16597500000000000000" + }, + { + "gotchiId": "20658", + "amount": "22.0325", + "parsedAmount": "22032500000000000000" + }, + { + "gotchiId": "20659", + "amount": "10.3275", + "parsedAmount": "10327500000000000000" + }, + { + "gotchiId": "20661", + "amount": "11.8025", + "parsedAmount": "11802500000000000000" + }, + { + "gotchiId": "20662", + "amount": "22.895", + "parsedAmount": "22895000000000000000" + }, + { + "gotchiId": "20663", + "amount": "14.95", + "parsedAmount": "14950000000000000000" + }, + { + "gotchiId": "20664", + "amount": "11.52", + "parsedAmount": "11520000000000000000" + }, + { + "gotchiId": "20672", + "amount": "18.215", + "parsedAmount": "18215000000000000000" + }, + { + "gotchiId": "20673", + "amount": "4.285", + "parsedAmount": "4285000000000000000" + }, + { + "gotchiId": "20674", + "amount": "10.4225", + "parsedAmount": "10422500000000000000" + }, + { + "gotchiId": "20678", + "amount": "3.06", + "parsedAmount": "3060000000000000000" + }, + { + "gotchiId": "20679", + "amount": "8.0475", + "parsedAmount": "8047500000000000000" + }, + { + "gotchiId": "20680", + "amount": "32.55", + "parsedAmount": "32550000000000000000" + }, + { + "gotchiId": "20682", + "amount": "15.575000000000001", + "parsedAmount": "15575000000000001000" + }, + { + "gotchiId": "20683", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "20685", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "20686", + "amount": "2.3275", + "parsedAmount": "2327500000000000000" + }, + { + "gotchiId": "20687", + "amount": "12.842500000000001", + "parsedAmount": "12842500000000001000" + }, + { + "gotchiId": "20691", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "20696", + "amount": "6.9525", + "parsedAmount": "6952500000000000000" + }, + { + "gotchiId": "20697", + "amount": "14.56", + "parsedAmount": "14560000000000000000" + }, + { + "gotchiId": "20698", + "amount": "17.7725", + "parsedAmount": "17772500000000000000" + }, + { + "gotchiId": "20701", + "amount": "9.165", + "parsedAmount": "9165000000000000000" + }, + { + "gotchiId": "20704", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "20706", + "amount": "2.2075", + "parsedAmount": "2207500000000000000" + }, + { + "gotchiId": "20708", + "amount": "3.955", + "parsedAmount": "3955000000000000000" + }, + { + "gotchiId": "20710", + "amount": "5.58", + "parsedAmount": "5580000000000000000" + }, + { + "gotchiId": "20713", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "20714", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "20715", + "amount": "17.155", + "parsedAmount": "17155000000000000000" + }, + { + "gotchiId": "20717", + "amount": "7.484999999999999", + "parsedAmount": "7484999999999999000" + }, + { + "gotchiId": "20718", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "20721", + "amount": "11.084999999999999", + "parsedAmount": "11084999999999999000" + }, + { + "gotchiId": "20722", + "amount": "19.3825", + "parsedAmount": "19382500000000000000" + }, + { + "gotchiId": "20723", + "amount": "15.93", + "parsedAmount": "15930000000000000000" + }, + { + "gotchiId": "20728", + "amount": "14.3475", + "parsedAmount": "14347500000000000000" + }, + { + "gotchiId": "20735", + "amount": "11.64", + "parsedAmount": "11640000000000000000" + }, + { + "gotchiId": "20737", + "amount": "15.1025", + "parsedAmount": "15102500000000000000" + }, + { + "gotchiId": "20739", + "amount": "9.265", + "parsedAmount": "9265000000000000000" + }, + { + "gotchiId": "20740", + "amount": "15.0725", + "parsedAmount": "15072500000000000000" + }, + { + "gotchiId": "20741", + "amount": "3.6675", + "parsedAmount": "3667500000000000000" + }, + { + "gotchiId": "20745", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "20746", + "amount": "2.455", + "parsedAmount": "2455000000000000000" + }, + { + "gotchiId": "20747", + "amount": "12.725", + "parsedAmount": "12725000000000000000" + }, + { + "gotchiId": "20749", + "amount": "3.0725", + "parsedAmount": "3072500000000000000" + }, + { + "gotchiId": "20750", + "amount": "14.967500000000001", + "parsedAmount": "14967500000000001000" + }, + { + "gotchiId": "20752", + "amount": "12.4625", + "parsedAmount": "12462500000000000000" + }, + { + "gotchiId": "20753", + "amount": "8.4125", + "parsedAmount": "8412500000000000000" + }, + { + "gotchiId": "20755", + "amount": "15.7575", + "parsedAmount": "15757500000000000000" + }, + { + "gotchiId": "20757", + "amount": "7.800000000000001", + "parsedAmount": "7800000000000001000" + }, + { + "gotchiId": "20758", + "amount": "5.615", + "parsedAmount": "5615000000000000000" + }, + { + "gotchiId": "20760", + "amount": "4.9775", + "parsedAmount": "4977500000000000000" + }, + { + "gotchiId": "20761", + "amount": "8.905", + "parsedAmount": "8905000000000000000" + }, + { + "gotchiId": "20763", + "amount": "4.29", + "parsedAmount": "4290000000000000000" + }, + { + "gotchiId": "20764", + "amount": "10.51", + "parsedAmount": "10510000000000000000" + }, + { + "gotchiId": "20767", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "20769", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "20770", + "amount": "7.005", + "parsedAmount": "7005000000000000000" + }, + { + "gotchiId": "20771", + "amount": "22.5525", + "parsedAmount": "22552500000000000000" + }, + { + "gotchiId": "20772", + "amount": "12.7975", + "parsedAmount": "12797500000000000000" + }, + { + "gotchiId": "20774", + "amount": "9.5975", + "parsedAmount": "9597500000000000000" + }, + { + "gotchiId": "20775", + "amount": "5.3925", + "parsedAmount": "5392500000000000000" + }, + { + "gotchiId": "20779", + "amount": "5.8175", + "parsedAmount": "5817500000000000000" + }, + { + "gotchiId": "20782", + "amount": "17.185000000000002", + "parsedAmount": "17185000000000002000" + }, + { + "gotchiId": "20783", + "amount": "51.32", + "parsedAmount": "51320000000000000000" + }, + { + "gotchiId": "20784", + "amount": "5.7425", + "parsedAmount": "5742500000000000000" + }, + { + "gotchiId": "20786", + "amount": "7.8774999999999995", + "parsedAmount": "7877499999999999500" + }, + { + "gotchiId": "20791", + "amount": "10.475", + "parsedAmount": "10475000000000000000" + }, + { + "gotchiId": "20793", + "amount": "7.9624999999999995", + "parsedAmount": "7962499999999999500" + }, + { + "gotchiId": "20795", + "amount": "15.4575", + "parsedAmount": "15457500000000000000" + }, + { + "gotchiId": "20797", + "amount": "10.342500000000001", + "parsedAmount": "10342500000000001000" + }, + { + "gotchiId": "20804", + "amount": "12.5825", + "parsedAmount": "12582500000000000000" + }, + { + "gotchiId": "20805", + "amount": "17.365000000000002", + "parsedAmount": "17365000000000002000" + }, + { + "gotchiId": "20807", + "amount": "6.905", + "parsedAmount": "6905000000000000000" + }, + { + "gotchiId": "20810", + "amount": "6.585", + "parsedAmount": "6585000000000000000" + }, + { + "gotchiId": "20813", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "20815", + "amount": "15.750000000000002", + "parsedAmount": "15750000000000002000" + }, + { + "gotchiId": "20816", + "amount": "9.870000000000001", + "parsedAmount": "9870000000000001000" + }, + { + "gotchiId": "20817", + "amount": "4.7275", + "parsedAmount": "4727500000000000000" + }, + { + "gotchiId": "20818", + "amount": "4.075", + "parsedAmount": "4075000000000000000" + }, + { + "gotchiId": "20821", + "amount": "3.4125", + "parsedAmount": "3412500000000000000" + }, + { + "gotchiId": "20824", + "amount": "3.5525", + "parsedAmount": "3552500000000000000" + }, + { + "gotchiId": "20825", + "amount": "7.29", + "parsedAmount": "7290000000000000000" + }, + { + "gotchiId": "20826", + "amount": "120.0625", + "parsedAmount": "120062500000000000000" + }, + { + "gotchiId": "20827", + "amount": "21.3975", + "parsedAmount": "21397500000000000000" + }, + { + "gotchiId": "20828", + "amount": "99.47", + "parsedAmount": "99470000000000000000" + }, + { + "gotchiId": "20830", + "amount": "14.68", + "parsedAmount": "14680000000000000000" + }, + { + "gotchiId": "20831", + "amount": "20.0775", + "parsedAmount": "20077500000000000000" + }, + { + "gotchiId": "20832", + "amount": "26.98", + "parsedAmount": "26980000000000000000" + }, + { + "gotchiId": "20837", + "amount": "14.4475", + "parsedAmount": "14447500000000000000" + }, + { + "gotchiId": "20838", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "20842", + "amount": "1.9575", + "parsedAmount": "1957500000000000000" + }, + { + "gotchiId": "20844", + "amount": "143.28", + "parsedAmount": "143280000000000000000" + }, + { + "gotchiId": "20845", + "amount": "6.28", + "parsedAmount": "6280000000000000000" + }, + { + "gotchiId": "20847", + "amount": "9.837499999999999", + "parsedAmount": "9837499999999999000" + }, + { + "gotchiId": "20848", + "amount": "30.195", + "parsedAmount": "30195000000000000000" + }, + { + "gotchiId": "20849", + "amount": "6.615", + "parsedAmount": "6615000000000000000" + }, + { + "gotchiId": "20850", + "amount": "5.5775", + "parsedAmount": "5577500000000000000" + }, + { + "gotchiId": "20851", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "20852", + "amount": "15.127500000000001", + "parsedAmount": "15127500000000001000" + }, + { + "gotchiId": "20853", + "amount": "3.6925", + "parsedAmount": "3692500000000000000" + }, + { + "gotchiId": "20856", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "20858", + "amount": "8.11", + "parsedAmount": "8110000000000000000" + }, + { + "gotchiId": "20861", + "amount": "13.055", + "parsedAmount": "13055000000000000000" + }, + { + "gotchiId": "20863", + "amount": "18.4175", + "parsedAmount": "18417500000000000000" + }, + { + "gotchiId": "20865", + "amount": "2.5725", + "parsedAmount": "2572500000000000000" + }, + { + "gotchiId": "20867", + "amount": "12.855", + "parsedAmount": "12855000000000000000" + }, + { + "gotchiId": "20868", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "20869", + "amount": "13.08", + "parsedAmount": "13080000000000000000" + }, + { + "gotchiId": "20870", + "amount": "7.3525", + "parsedAmount": "7352500000000000000" + }, + { + "gotchiId": "20872", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "20873", + "amount": "2.7225", + "parsedAmount": "2722500000000000000" + }, + { + "gotchiId": "20874", + "amount": "1.8775", + "parsedAmount": "1877500000000000000" + }, + { + "gotchiId": "20875", + "amount": "4.2825", + "parsedAmount": "4282500000000000000" + }, + { + "gotchiId": "20877", + "amount": "13.2025", + "parsedAmount": "13202500000000000000" + }, + { + "gotchiId": "20878", + "amount": "8.7875", + "parsedAmount": "8787500000000000000" + }, + { + "gotchiId": "20885", + "amount": "101.24249999999999", + "parsedAmount": "101242499999999990000" + }, + { + "gotchiId": "20887", + "amount": "3.485", + "parsedAmount": "3485000000000000000" + }, + { + "gotchiId": "20890", + "amount": "6.105", + "parsedAmount": "6105000000000000000" + }, + { + "gotchiId": "20891", + "amount": "15.4625", + "parsedAmount": "15462500000000000000" + }, + { + "gotchiId": "20896", + "amount": "2.505", + "parsedAmount": "2505000000000000000" + }, + { + "gotchiId": "20901", + "amount": "3.4075", + "parsedAmount": "3407500000000000000" + }, + { + "gotchiId": "20906", + "amount": "16.107499999999998", + "parsedAmount": "16107499999999998000" + }, + { + "gotchiId": "20909", + "amount": "61.620000000000005", + "parsedAmount": "61620000000000005000" + }, + { + "gotchiId": "20912", + "amount": "17.425", + "parsedAmount": "17425000000000000000" + }, + { + "gotchiId": "20913", + "amount": "3.125", + "parsedAmount": "3125000000000000000" + }, + { + "gotchiId": "20915", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "20917", + "amount": "21.0275", + "parsedAmount": "21027500000000000000" + }, + { + "gotchiId": "20922", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "20927", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "20928", + "amount": "8.89", + "parsedAmount": "8890000000000000000" + }, + { + "gotchiId": "20929", + "amount": "10.0325", + "parsedAmount": "10032500000000000000" + }, + { + "gotchiId": "20930", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "20932", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "20933", + "amount": "7.3075", + "parsedAmount": "7307500000000000000" + }, + { + "gotchiId": "20934", + "amount": "18.2375", + "parsedAmount": "18237500000000000000" + }, + { + "gotchiId": "20936", + "amount": "6.470000000000001", + "parsedAmount": "6470000000000001000" + }, + { + "gotchiId": "20937", + "amount": "19.68", + "parsedAmount": "19680000000000000000" + }, + { + "gotchiId": "20941", + "amount": "2.165", + "parsedAmount": "2165000000000000000" + }, + { + "gotchiId": "20943", + "amount": "29.5525", + "parsedAmount": "29552500000000000000" + }, + { + "gotchiId": "20947", + "amount": "3.515", + "parsedAmount": "3515000000000000000" + }, + { + "gotchiId": "20948", + "amount": "8.395", + "parsedAmount": "8395000000000000000" + }, + { + "gotchiId": "20950", + "amount": "4.945", + "parsedAmount": "4945000000000000000" + }, + { + "gotchiId": "20951", + "amount": "18.2975", + "parsedAmount": "18297500000000000000" + }, + { + "gotchiId": "20952", + "amount": "44.0075", + "parsedAmount": "44007500000000000000" + }, + { + "gotchiId": "20954", + "amount": "5.31", + "parsedAmount": "5310000000000000000" + }, + { + "gotchiId": "20955", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "20957", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "20961", + "amount": "5.245", + "parsedAmount": "5245000000000000000" + }, + { + "gotchiId": "20963", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "20964", + "amount": "56.1175", + "parsedAmount": "56117500000000000000" + }, + { + "gotchiId": "20965", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "20966", + "amount": "53.9625", + "parsedAmount": "53962500000000000000" + }, + { + "gotchiId": "20970", + "amount": "17.2175", + "parsedAmount": "17217500000000000000" + }, + { + "gotchiId": "20972", + "amount": "3.3025", + "parsedAmount": "3302500000000000000" + }, + { + "gotchiId": "20973", + "amount": "15.305", + "parsedAmount": "15305000000000000000" + }, + { + "gotchiId": "20974", + "amount": "17.7625", + "parsedAmount": "17762500000000000000" + }, + { + "gotchiId": "20976", + "amount": "8.3875", + "parsedAmount": "8387500000000000000" + }, + { + "gotchiId": "20977", + "amount": "5.467499999999999", + "parsedAmount": "5467499999999999000" + }, + { + "gotchiId": "20982", + "amount": "8.8525", + "parsedAmount": "8852500000000000000" + }, + { + "gotchiId": "20983", + "amount": "5.99", + "parsedAmount": "5990000000000000000" + } + ], + "totalAmount": "8454814999999999997500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768520, + "gasUsed": "9752500" + }, + { + "batchIndex": 20, + "transactionHash": "0x01c899518750f73d56174af7c2ad940d84e40676c416d171e9beebf247b80a7d", + "timestamp": "2025-11-05T07:06:33.295Z", + "gotchiRewards": [ + { + "gotchiId": "20987", + "amount": "5.47", + "parsedAmount": "5470000000000000000" + }, + { + "gotchiId": "20988", + "amount": "15.9675", + "parsedAmount": "15967500000000000000" + }, + { + "gotchiId": "20996", + "amount": "99.29", + "parsedAmount": "99290000000000000000" + }, + { + "gotchiId": "20997", + "amount": "9.5675", + "parsedAmount": "9567500000000000000" + }, + { + "gotchiId": "21005", + "amount": "2.3775", + "parsedAmount": "2377500000000000000" + }, + { + "gotchiId": "21007", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "21008", + "amount": "4.99", + "parsedAmount": "4990000000000000000" + }, + { + "gotchiId": "21009", + "amount": "3.7", + "parsedAmount": "3700000000000000000" + }, + { + "gotchiId": "21013", + "amount": "2.845", + "parsedAmount": "2845000000000000000" + }, + { + "gotchiId": "21015", + "amount": "10.105", + "parsedAmount": "10105000000000000000" + }, + { + "gotchiId": "21018", + "amount": "1.9375", + "parsedAmount": "1937500000000000000" + }, + { + "gotchiId": "21019", + "amount": "27.214999999999996", + "parsedAmount": "27214999999999996000" + }, + { + "gotchiId": "21021", + "amount": "6.265", + "parsedAmount": "6265000000000000000" + }, + { + "gotchiId": "21025", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "21026", + "amount": "6.654999999999999", + "parsedAmount": "6654999999999999000" + }, + { + "gotchiId": "21027", + "amount": "10.11", + "parsedAmount": "10110000000000000000" + }, + { + "gotchiId": "21028", + "amount": "14.26", + "parsedAmount": "14260000000000000000" + }, + { + "gotchiId": "21030", + "amount": "8.0525", + "parsedAmount": "8052500000000000000" + }, + { + "gotchiId": "21031", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "21032", + "amount": "5.8825", + "parsedAmount": "5882500000000000000" + }, + { + "gotchiId": "21034", + "amount": "7.005", + "parsedAmount": "7005000000000000000" + }, + { + "gotchiId": "21035", + "amount": "5.4275", + "parsedAmount": "5427500000000000000" + }, + { + "gotchiId": "21037", + "amount": "2.8925", + "parsedAmount": "2892500000000000000" + }, + { + "gotchiId": "21038", + "amount": "21.715", + "parsedAmount": "21715000000000000000" + }, + { + "gotchiId": "21040", + "amount": "12.4475", + "parsedAmount": "12447500000000000000" + }, + { + "gotchiId": "21042", + "amount": "13.592500000000001", + "parsedAmount": "13592500000000001000" + }, + { + "gotchiId": "21046", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "21047", + "amount": "34.772499999999994", + "parsedAmount": "34772499999999994000" + }, + { + "gotchiId": "21048", + "amount": "20.0225", + "parsedAmount": "20022500000000000000" + }, + { + "gotchiId": "21049", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "21055", + "amount": "5.989999999999999", + "parsedAmount": "5989999999999999000" + }, + { + "gotchiId": "21056", + "amount": "11.5125", + "parsedAmount": "11512500000000000000" + }, + { + "gotchiId": "21059", + "amount": "2.175", + "parsedAmount": "2175000000000000000" + }, + { + "gotchiId": "21060", + "amount": "6.525", + "parsedAmount": "6525000000000000000" + }, + { + "gotchiId": "21061", + "amount": "18.8625", + "parsedAmount": "18862500000000000000" + }, + { + "gotchiId": "21064", + "amount": "29.947499999999998", + "parsedAmount": "29947499999999998000" + }, + { + "gotchiId": "21066", + "amount": "16.31", + "parsedAmount": "16310000000000000000" + }, + { + "gotchiId": "21067", + "amount": "10.647499999999999", + "parsedAmount": "10647499999999999000" + }, + { + "gotchiId": "21071", + "amount": "9.05", + "parsedAmount": "9050000000000000000" + }, + { + "gotchiId": "21075", + "amount": "6.185", + "parsedAmount": "6185000000000000000" + }, + { + "gotchiId": "21077", + "amount": "9.09", + "parsedAmount": "9090000000000000000" + }, + { + "gotchiId": "21080", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "21082", + "amount": "49.5125", + "parsedAmount": "49512500000000000000" + }, + { + "gotchiId": "21085", + "amount": "5.3475", + "parsedAmount": "5347500000000000000" + }, + { + "gotchiId": "21090", + "amount": "12.6875", + "parsedAmount": "12687500000000000000" + }, + { + "gotchiId": "21091", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "21093", + "amount": "18.4", + "parsedAmount": "18400000000000000000" + }, + { + "gotchiId": "21094", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "21095", + "amount": "5.2525", + "parsedAmount": "5252500000000000000" + }, + { + "gotchiId": "21098", + "amount": "5.5575", + "parsedAmount": "5557500000000000000" + }, + { + "gotchiId": "21100", + "amount": "23.4875", + "parsedAmount": "23487500000000000000" + }, + { + "gotchiId": "21101", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21103", + "amount": "23.4125", + "parsedAmount": "23412500000000000000" + }, + { + "gotchiId": "21105", + "amount": "4.8075", + "parsedAmount": "4807500000000000000" + }, + { + "gotchiId": "21107", + "amount": "9.805", + "parsedAmount": "9805000000000000000" + }, + { + "gotchiId": "21108", + "amount": "4.565", + "parsedAmount": "4565000000000000000" + }, + { + "gotchiId": "21110", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "21113", + "amount": "26.53", + "parsedAmount": "26530000000000000000" + }, + { + "gotchiId": "21114", + "amount": "24.925", + "parsedAmount": "24925000000000000000" + }, + { + "gotchiId": "21115", + "amount": "16.412499999999998", + "parsedAmount": "16412499999999998000" + }, + { + "gotchiId": "21121", + "amount": "3.405", + "parsedAmount": "3405000000000000000" + }, + { + "gotchiId": "21124", + "amount": "9.1425", + "parsedAmount": "9142500000000000000" + }, + { + "gotchiId": "21125", + "amount": "3.2325", + "parsedAmount": "3232500000000000000" + }, + { + "gotchiId": "21126", + "amount": "26.847500000000004", + "parsedAmount": "26847500000000004000" + }, + { + "gotchiId": "21127", + "amount": "7.845000000000001", + "parsedAmount": "7845000000000001000" + }, + { + "gotchiId": "21130", + "amount": "22.2175", + "parsedAmount": "22217500000000000000" + }, + { + "gotchiId": "21131", + "amount": "9.399999999999999", + "parsedAmount": "9399999999999999000" + }, + { + "gotchiId": "21133", + "amount": "5.81", + "parsedAmount": "5810000000000000000" + }, + { + "gotchiId": "21134", + "amount": "35.629999999999995", + "parsedAmount": "35629999999999995000" + }, + { + "gotchiId": "21135", + "amount": "5.62", + "parsedAmount": "5620000000000000000" + }, + { + "gotchiId": "21136", + "amount": "9.38", + "parsedAmount": "9380000000000000000" + }, + { + "gotchiId": "21140", + "amount": "11.245", + "parsedAmount": "11245000000000000000" + }, + { + "gotchiId": "21142", + "amount": "6.5775", + "parsedAmount": "6577500000000000000" + }, + { + "gotchiId": "21143", + "amount": "4.8149999999999995", + "parsedAmount": "4814999999999999500" + }, + { + "gotchiId": "21145", + "amount": "12.892500000000002", + "parsedAmount": "12892500000000002000" + }, + { + "gotchiId": "21148", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "21152", + "amount": "7.2425", + "parsedAmount": "7242500000000000000" + }, + { + "gotchiId": "21153", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "21154", + "amount": "97.14750000000001", + "parsedAmount": "97147500000000010000" + }, + { + "gotchiId": "21155", + "amount": "1.9725", + "parsedAmount": "1972500000000000000" + }, + { + "gotchiId": "21157", + "amount": "13.5025", + "parsedAmount": "13502500000000000000" + }, + { + "gotchiId": "21158", + "amount": "13.81", + "parsedAmount": "13810000000000000000" + }, + { + "gotchiId": "21159", + "amount": "7.4225", + "parsedAmount": "7422500000000000000" + }, + { + "gotchiId": "21160", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "21162", + "amount": "3.965", + "parsedAmount": "3965000000000000000" + }, + { + "gotchiId": "21163", + "amount": "22.205000000000002", + "parsedAmount": "22205000000000002000" + }, + { + "gotchiId": "21171", + "amount": "2.81", + "parsedAmount": "2810000000000000000" + }, + { + "gotchiId": "21172", + "amount": "1.98", + "parsedAmount": "1980000000000000000" + }, + { + "gotchiId": "21173", + "amount": "11.745000000000001", + "parsedAmount": "11745000000000001000" + }, + { + "gotchiId": "21177", + "amount": "10.7125", + "parsedAmount": "10712500000000000000" + }, + { + "gotchiId": "21179", + "amount": "18.985", + "parsedAmount": "18985000000000000000" + }, + { + "gotchiId": "21181", + "amount": "13.8425", + "parsedAmount": "13842500000000000000" + }, + { + "gotchiId": "21182", + "amount": "16.77", + "parsedAmount": "16770000000000000000" + }, + { + "gotchiId": "21184", + "amount": "7.8025", + "parsedAmount": "7802500000000000000" + }, + { + "gotchiId": "21185", + "amount": "4.37", + "parsedAmount": "4370000000000000000" + }, + { + "gotchiId": "21186", + "amount": "16.642500000000002", + "parsedAmount": "16642500000000002000" + }, + { + "gotchiId": "21188", + "amount": "3.9075", + "parsedAmount": "3907500000000000000" + }, + { + "gotchiId": "21189", + "amount": "7.4975000000000005", + "parsedAmount": "7497500000000000500" + }, + { + "gotchiId": "21191", + "amount": "7.11", + "parsedAmount": "7110000000000000000" + }, + { + "gotchiId": "21199", + "amount": "24.302500000000002", + "parsedAmount": "24302500000000002000" + }, + { + "gotchiId": "21204", + "amount": "6.655", + "parsedAmount": "6655000000000000000" + }, + { + "gotchiId": "21207", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "21209", + "amount": "15.855", + "parsedAmount": "15855000000000000000" + }, + { + "gotchiId": "21211", + "amount": "2.8575", + "parsedAmount": "2857500000000000000" + }, + { + "gotchiId": "21214", + "amount": "2.0725", + "parsedAmount": "2072500000000000000" + }, + { + "gotchiId": "21215", + "amount": "3.465", + "parsedAmount": "3465000000000000000" + }, + { + "gotchiId": "21219", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "21220", + "amount": "12.72", + "parsedAmount": "12720000000000000000" + }, + { + "gotchiId": "21223", + "amount": "7.5275", + "parsedAmount": "7527500000000000000" + }, + { + "gotchiId": "21226", + "amount": "19.4225", + "parsedAmount": "19422500000000000000" + }, + { + "gotchiId": "21227", + "amount": "2.565", + "parsedAmount": "2565000000000000000" + }, + { + "gotchiId": "21228", + "amount": "3.98", + "parsedAmount": "3980000000000000000" + }, + { + "gotchiId": "21229", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "21230", + "amount": "91.085", + "parsedAmount": "91085000000000000000" + }, + { + "gotchiId": "21231", + "amount": "23.5325", + "parsedAmount": "23532500000000000000" + }, + { + "gotchiId": "21232", + "amount": "2.9625", + "parsedAmount": "2962500000000000000" + }, + { + "gotchiId": "21233", + "amount": "5.6525", + "parsedAmount": "5652500000000000000" + }, + { + "gotchiId": "21236", + "amount": "14.790000000000001", + "parsedAmount": "14790000000000001000" + }, + { + "gotchiId": "21237", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "21238", + "amount": "21.8475", + "parsedAmount": "21847500000000000000" + }, + { + "gotchiId": "21241", + "amount": "17.794999999999998", + "parsedAmount": "17794999999999998000" + }, + { + "gotchiId": "21243", + "amount": "26.405", + "parsedAmount": "26405000000000000000" + }, + { + "gotchiId": "21244", + "amount": "2.1425", + "parsedAmount": "2142500000000000000" + }, + { + "gotchiId": "21245", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "21248", + "amount": "22.45", + "parsedAmount": "22450000000000000000" + }, + { + "gotchiId": "21249", + "amount": "28.769999999999996", + "parsedAmount": "28769999999999996000" + }, + { + "gotchiId": "21250", + "amount": "15.095", + "parsedAmount": "15095000000000000000" + }, + { + "gotchiId": "21252", + "amount": "9.1675", + "parsedAmount": "9167500000000000000" + }, + { + "gotchiId": "21253", + "amount": "6.94", + "parsedAmount": "6940000000000000000" + }, + { + "gotchiId": "21255", + "amount": "13.045", + "parsedAmount": "13045000000000000000" + }, + { + "gotchiId": "21257", + "amount": "20.4375", + "parsedAmount": "20437500000000000000" + }, + { + "gotchiId": "21258", + "amount": "10.4475", + "parsedAmount": "10447500000000000000" + }, + { + "gotchiId": "21259", + "amount": "20.4725", + "parsedAmount": "20472500000000000000" + }, + { + "gotchiId": "21261", + "amount": "14.0825", + "parsedAmount": "14082500000000000000" + }, + { + "gotchiId": "21262", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "21263", + "amount": "8.7425", + "parsedAmount": "8742500000000000000" + }, + { + "gotchiId": "21264", + "amount": "10.8225", + "parsedAmount": "10822500000000000000" + }, + { + "gotchiId": "21268", + "amount": "39.0125", + "parsedAmount": "39012500000000000000" + }, + { + "gotchiId": "21277", + "amount": "9.5175", + "parsedAmount": "9517500000000000000" + }, + { + "gotchiId": "21278", + "amount": "28.4825", + "parsedAmount": "28482500000000000000" + }, + { + "gotchiId": "21280", + "amount": "5.725", + "parsedAmount": "5725000000000000000" + }, + { + "gotchiId": "21282", + "amount": "17.2975", + "parsedAmount": "17297500000000000000" + }, + { + "gotchiId": "21283", + "amount": "12.2875", + "parsedAmount": "12287500000000000000" + }, + { + "gotchiId": "21284", + "amount": "13.2", + "parsedAmount": "13200000000000000000" + }, + { + "gotchiId": "21291", + "amount": "7.577500000000001", + "parsedAmount": "7577500000000001000" + }, + { + "gotchiId": "21295", + "amount": "4.6675", + "parsedAmount": "4667500000000000000" + }, + { + "gotchiId": "21296", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "21299", + "amount": "26.425", + "parsedAmount": "26425000000000000000" + }, + { + "gotchiId": "21302", + "amount": "18.994999999999997", + "parsedAmount": "18994999999999997000" + }, + { + "gotchiId": "21303", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "21305", + "amount": "15.9875", + "parsedAmount": "15987500000000000000" + }, + { + "gotchiId": "21306", + "amount": "9.18", + "parsedAmount": "9180000000000000000" + }, + { + "gotchiId": "21307", + "amount": "6.69", + "parsedAmount": "6690000000000000000" + }, + { + "gotchiId": "21308", + "amount": "11.2725", + "parsedAmount": "11272500000000000000" + }, + { + "gotchiId": "21309", + "amount": "5.0125", + "parsedAmount": "5012500000000000000" + }, + { + "gotchiId": "21311", + "amount": "1.8725", + "parsedAmount": "1872500000000000000" + }, + { + "gotchiId": "21312", + "amount": "5.0325", + "parsedAmount": "5032500000000000000" + }, + { + "gotchiId": "21316", + "amount": "6.355", + "parsedAmount": "6355000000000000000" + }, + { + "gotchiId": "21320", + "amount": "93.6725", + "parsedAmount": "93672500000000000000" + }, + { + "gotchiId": "21322", + "amount": "7.11", + "parsedAmount": "7110000000000000000" + }, + { + "gotchiId": "21323", + "amount": "46.0525", + "parsedAmount": "46052500000000000000" + }, + { + "gotchiId": "21325", + "amount": "10.657499999999999", + "parsedAmount": "10657499999999999000" + }, + { + "gotchiId": "21326", + "amount": "17.5825", + "parsedAmount": "17582500000000000000" + }, + { + "gotchiId": "21331", + "amount": "10.225000000000001", + "parsedAmount": "10225000000000001000" + }, + { + "gotchiId": "21332", + "amount": "3.4825", + "parsedAmount": "3482500000000000000" + }, + { + "gotchiId": "21334", + "amount": "4.86", + "parsedAmount": "4860000000000000000" + }, + { + "gotchiId": "21337", + "amount": "36.825", + "parsedAmount": "36825000000000000000" + }, + { + "gotchiId": "21338", + "amount": "36.47", + "parsedAmount": "36470000000000000000" + }, + { + "gotchiId": "21339", + "amount": "3.39", + "parsedAmount": "3390000000000000000" + }, + { + "gotchiId": "21341", + "amount": "4.73", + "parsedAmount": "4730000000000000000" + }, + { + "gotchiId": "21347", + "amount": "15.085", + "parsedAmount": "15085000000000000000" + }, + { + "gotchiId": "21349", + "amount": "11.3575", + "parsedAmount": "11357500000000000000" + }, + { + "gotchiId": "21350", + "amount": "23.935", + "parsedAmount": "23935000000000000000" + }, + { + "gotchiId": "21351", + "amount": "8.745", + "parsedAmount": "8745000000000000000" + }, + { + "gotchiId": "21352", + "amount": "5.217499999999999", + "parsedAmount": "5217499999999999000" + }, + { + "gotchiId": "21353", + "amount": "26.544999999999998", + "parsedAmount": "26544999999999998000" + }, + { + "gotchiId": "21354", + "amount": "4.625", + "parsedAmount": "4625000000000000000" + }, + { + "gotchiId": "21355", + "amount": "8.887500000000001", + "parsedAmount": "8887500000000001000" + }, + { + "gotchiId": "21356", + "amount": "16.427500000000002", + "parsedAmount": "16427500000000002000" + }, + { + "gotchiId": "21357", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "21358", + "amount": "5.98", + "parsedAmount": "5980000000000000000" + }, + { + "gotchiId": "21361", + "amount": "8.655000000000001", + "parsedAmount": "8655000000000001000" + }, + { + "gotchiId": "21362", + "amount": "33.3775", + "parsedAmount": "33377500000000000000" + }, + { + "gotchiId": "21364", + "amount": "3.605", + "parsedAmount": "3605000000000000000" + }, + { + "gotchiId": "21366", + "amount": "18.47", + "parsedAmount": "18470000000000000000" + }, + { + "gotchiId": "21369", + "amount": "27.0925", + "parsedAmount": "27092500000000000000" + }, + { + "gotchiId": "21371", + "amount": "20.26", + "parsedAmount": "20260000000000000000" + }, + { + "gotchiId": "21377", + "amount": "5.3", + "parsedAmount": "5300000000000000000" + }, + { + "gotchiId": "21379", + "amount": "18.1425", + "parsedAmount": "18142500000000000000" + }, + { + "gotchiId": "21382", + "amount": "16.8", + "parsedAmount": "16800000000000000000" + }, + { + "gotchiId": "21384", + "amount": "5.885", + "parsedAmount": "5885000000000000000" + }, + { + "gotchiId": "21385", + "amount": "5.3275", + "parsedAmount": "5327500000000000000" + }, + { + "gotchiId": "21386", + "amount": "8.2975", + "parsedAmount": "8297500000000000000" + }, + { + "gotchiId": "21387", + "amount": "21.0875", + "parsedAmount": "21087500000000000000" + }, + { + "gotchiId": "21390", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "21393", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "21395", + "amount": "5.8325", + "parsedAmount": "5832500000000000000" + }, + { + "gotchiId": "21396", + "amount": "9.9525", + "parsedAmount": "9952500000000000000" + }, + { + "gotchiId": "21397", + "amount": "25.735", + "parsedAmount": "25735000000000000000" + }, + { + "gotchiId": "21399", + "amount": "5.87", + "parsedAmount": "5870000000000000000" + }, + { + "gotchiId": "21400", + "amount": "23.505000000000003", + "parsedAmount": "23505000000000003000" + }, + { + "gotchiId": "21403", + "amount": "246.49499999999998", + "parsedAmount": "246494999999999980000" + }, + { + "gotchiId": "21405", + "amount": "19.165", + "parsedAmount": "19165000000000000000" + }, + { + "gotchiId": "21407", + "amount": "2.9425", + "parsedAmount": "2942500000000000000" + }, + { + "gotchiId": "21415", + "amount": "9.514999999999999", + "parsedAmount": "9514999999999999000" + }, + { + "gotchiId": "21417", + "amount": "7.8", + "parsedAmount": "7800000000000000000" + }, + { + "gotchiId": "21418", + "amount": "5.125", + "parsedAmount": "5125000000000000000" + }, + { + "gotchiId": "21419", + "amount": "9.1825", + "parsedAmount": "9182500000000000000" + }, + { + "gotchiId": "21422", + "amount": "25.080000000000002", + "parsedAmount": "25080000000000002000" + }, + { + "gotchiId": "21424", + "amount": "914.5625", + "parsedAmount": "914562500000000000000" + }, + { + "gotchiId": "21426", + "amount": "7.4625", + "parsedAmount": "7462500000000000000" + }, + { + "gotchiId": "21429", + "amount": "31.767500000000002", + "parsedAmount": "31767500000000002000" + }, + { + "gotchiId": "21431", + "amount": "17.5325", + "parsedAmount": "17532500000000000000" + }, + { + "gotchiId": "21433", + "amount": "5.9525", + "parsedAmount": "5952500000000000000" + }, + { + "gotchiId": "21434", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "21435", + "amount": "58.3975", + "parsedAmount": "58397500000000000000" + }, + { + "gotchiId": "21438", + "amount": "9.5475", + "parsedAmount": "9547500000000000000" + }, + { + "gotchiId": "21439", + "amount": "8.68", + "parsedAmount": "8680000000000000000" + }, + { + "gotchiId": "21441", + "amount": "4.58", + "parsedAmount": "4580000000000000000" + }, + { + "gotchiId": "21442", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "21443", + "amount": "9.0725", + "parsedAmount": "9072500000000000000" + }, + { + "gotchiId": "21445", + "amount": "8.205", + "parsedAmount": "8205000000000000000" + }, + { + "gotchiId": "21446", + "amount": "16.927500000000002", + "parsedAmount": "16927500000000002000" + }, + { + "gotchiId": "21456", + "amount": "16.04", + "parsedAmount": "16040000000000000000" + }, + { + "gotchiId": "21463", + "amount": "11.2025", + "parsedAmount": "11202500000000000000" + }, + { + "gotchiId": "21466", + "amount": "4.7075", + "parsedAmount": "4707500000000000000" + }, + { + "gotchiId": "21470", + "amount": "4.405", + "parsedAmount": "4405000000000000000" + }, + { + "gotchiId": "21471", + "amount": "16.18", + "parsedAmount": "16180000000000000000" + }, + { + "gotchiId": "21474", + "amount": "9.79", + "parsedAmount": "9790000000000000000" + }, + { + "gotchiId": "21475", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "21477", + "amount": "83.21000000000001", + "parsedAmount": "83210000000000010000" + }, + { + "gotchiId": "21479", + "amount": "10.59", + "parsedAmount": "10590000000000000000" + }, + { + "gotchiId": "21480", + "amount": "1.8825", + "parsedAmount": "1882500000000000000" + }, + { + "gotchiId": "21482", + "amount": "13.870000000000001", + "parsedAmount": "13870000000000001000" + }, + { + "gotchiId": "21483", + "amount": "2.025", + "parsedAmount": "2025000000000000000" + }, + { + "gotchiId": "21484", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "21485", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "21487", + "amount": "16.895", + "parsedAmount": "16895000000000000000" + }, + { + "gotchiId": "21488", + "amount": "14.5875", + "parsedAmount": "14587500000000000000" + }, + { + "gotchiId": "21489", + "amount": "4.58", + "parsedAmount": "4580000000000000000" + }, + { + "gotchiId": "21493", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "21494", + "amount": "3.8125", + "parsedAmount": "3812500000000000000" + }, + { + "gotchiId": "21495", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "21499", + "amount": "22.8", + "parsedAmount": "22800000000000000000" + }, + { + "gotchiId": "21501", + "amount": "9.75", + "parsedAmount": "9750000000000000000" + }, + { + "gotchiId": "21504", + "amount": "13.0075", + "parsedAmount": "13007500000000000000" + }, + { + "gotchiId": "21505", + "amount": "5.3025", + "parsedAmount": "5302500000000000000" + }, + { + "gotchiId": "21508", + "amount": "521.8100000000001", + "parsedAmount": "521810000000000100000" + }, + { + "gotchiId": "21510", + "amount": "28.699999999999996", + "parsedAmount": "28699999999999996000" + }, + { + "gotchiId": "21517", + "amount": "11.585", + "parsedAmount": "11585000000000000000" + }, + { + "gotchiId": "21518", + "amount": "17.225", + "parsedAmount": "17225000000000000000" + }, + { + "gotchiId": "21521", + "amount": "24.6875", + "parsedAmount": "24687500000000000000" + }, + { + "gotchiId": "21522", + "amount": "7.0575", + "parsedAmount": "7057500000000000000" + }, + { + "gotchiId": "21524", + "amount": "13.1125", + "parsedAmount": "13112500000000000000" + }, + { + "gotchiId": "21526", + "amount": "16.095", + "parsedAmount": "16095000000000000000" + }, + { + "gotchiId": "21530", + "amount": "14.4825", + "parsedAmount": "14482500000000000000" + }, + { + "gotchiId": "21531", + "amount": "35.3875", + "parsedAmount": "35387500000000000000" + }, + { + "gotchiId": "21532", + "amount": "8.52", + "parsedAmount": "8520000000000000000" + }, + { + "gotchiId": "21533", + "amount": "7.7225", + "parsedAmount": "7722500000000000000" + }, + { + "gotchiId": "21534", + "amount": "5.945", + "parsedAmount": "5945000000000000000" + }, + { + "gotchiId": "21536", + "amount": "6.325", + "parsedAmount": "6325000000000000000" + }, + { + "gotchiId": "21537", + "amount": "14.370000000000001", + "parsedAmount": "14370000000000001000" + }, + { + "gotchiId": "21538", + "amount": "12.944999999999999", + "parsedAmount": "12944999999999999000" + }, + { + "gotchiId": "21546", + "amount": "12.4725", + "parsedAmount": "12472500000000000000" + }, + { + "gotchiId": "21548", + "amount": "3.1425", + "parsedAmount": "3142500000000000000" + }, + { + "gotchiId": "21549", + "amount": "12.3875", + "parsedAmount": "12387500000000000000" + }, + { + "gotchiId": "21550", + "amount": "21.495", + "parsedAmount": "21495000000000000000" + }, + { + "gotchiId": "21551", + "amount": "12.14", + "parsedAmount": "12140000000000000000" + }, + { + "gotchiId": "21552", + "amount": "9.185", + "parsedAmount": "9185000000000000000" + }, + { + "gotchiId": "21553", + "amount": "4.75", + "parsedAmount": "4750000000000000000" + }, + { + "gotchiId": "21555", + "amount": "16.6175", + "parsedAmount": "16617500000000000000" + }, + { + "gotchiId": "21556", + "amount": "20.455", + "parsedAmount": "20455000000000000000" + }, + { + "gotchiId": "21558", + "amount": "4.6850000000000005", + "parsedAmount": "4685000000000000500" + }, + { + "gotchiId": "21559", + "amount": "6.58", + "parsedAmount": "6580000000000000000" + }, + { + "gotchiId": "21560", + "amount": "8.0025", + "parsedAmount": "8002500000000000000" + }, + { + "gotchiId": "21564", + "amount": "6.535", + "parsedAmount": "6535000000000000000" + }, + { + "gotchiId": "21567", + "amount": "6.557499999999999", + "parsedAmount": "6557499999999999000" + }, + { + "gotchiId": "21568", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "21569", + "amount": "6.52", + "parsedAmount": "6520000000000000000" + }, + { + "gotchiId": "21572", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "21574", + "amount": "10.4175", + "parsedAmount": "10417500000000000000" + }, + { + "gotchiId": "21577", + "amount": "6.555000000000001", + "parsedAmount": "6555000000000001000" + }, + { + "gotchiId": "21578", + "amount": "18.2575", + "parsedAmount": "18257500000000000000" + }, + { + "gotchiId": "21582", + "amount": "6.470000000000001", + "parsedAmount": "6470000000000001000" + }, + { + "gotchiId": "21583", + "amount": "9.4525", + "parsedAmount": "9452500000000000000" + }, + { + "gotchiId": "21585", + "amount": "1.815", + "parsedAmount": "1815000000000000000" + }, + { + "gotchiId": "21586", + "amount": "11.35", + "parsedAmount": "11350000000000000000" + }, + { + "gotchiId": "21587", + "amount": "2.525", + "parsedAmount": "2525000000000000000" + }, + { + "gotchiId": "21591", + "amount": "4.5", + "parsedAmount": "4500000000000000000" + }, + { + "gotchiId": "21592", + "amount": "8.975", + "parsedAmount": "8975000000000000000" + }, + { + "gotchiId": "21593", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "21594", + "amount": "2.865", + "parsedAmount": "2865000000000000000" + }, + { + "gotchiId": "21595", + "amount": "4.8375", + "parsedAmount": "4837500000000000000" + }, + { + "gotchiId": "21596", + "amount": "41.2175", + "parsedAmount": "41217500000000000000" + }, + { + "gotchiId": "21599", + "amount": "5.217499999999999", + "parsedAmount": "5217499999999999000" + }, + { + "gotchiId": "21603", + "amount": "9.16", + "parsedAmount": "9160000000000000000" + }, + { + "gotchiId": "21604", + "amount": "14.3425", + "parsedAmount": "14342500000000000000" + }, + { + "gotchiId": "21607", + "amount": "8.9925", + "parsedAmount": "8992500000000000000" + }, + { + "gotchiId": "21608", + "amount": "11.645", + "parsedAmount": "11645000000000000000" + }, + { + "gotchiId": "21609", + "amount": "10.94", + "parsedAmount": "10940000000000000000" + }, + { + "gotchiId": "21611", + "amount": "63.0525", + "parsedAmount": "63052500000000000000" + }, + { + "gotchiId": "21612", + "amount": "7.4575000000000005", + "parsedAmount": "7457500000000000500" + }, + { + "gotchiId": "21614", + "amount": "12.78", + "parsedAmount": "12780000000000000000" + }, + { + "gotchiId": "21615", + "amount": "7.182499999999999", + "parsedAmount": "7182499999999999000" + }, + { + "gotchiId": "21616", + "amount": "8.64", + "parsedAmount": "8640000000000000000" + }, + { + "gotchiId": "21617", + "amount": "15.575000000000001", + "parsedAmount": "15575000000000001000" + }, + { + "gotchiId": "21619", + "amount": "10.015", + "parsedAmount": "10015000000000000000" + }, + { + "gotchiId": "21622", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "21623", + "amount": "12.785", + "parsedAmount": "12785000000000000000" + }, + { + "gotchiId": "21624", + "amount": "28.9225", + "parsedAmount": "28922500000000000000" + }, + { + "gotchiId": "21625", + "amount": "20.4075", + "parsedAmount": "20407500000000000000" + }, + { + "gotchiId": "21627", + "amount": "13.8475", + "parsedAmount": "13847500000000000000" + }, + { + "gotchiId": "21628", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "21629", + "amount": "12.42", + "parsedAmount": "12420000000000000000" + }, + { + "gotchiId": "21632", + "amount": "4.1675", + "parsedAmount": "4167500000000000000" + }, + { + "gotchiId": "21633", + "amount": "4.785", + "parsedAmount": "4785000000000000000" + }, + { + "gotchiId": "21634", + "amount": "12.2825", + "parsedAmount": "12282500000000000000" + }, + { + "gotchiId": "21637", + "amount": "10.5", + "parsedAmount": "10500000000000000000" + }, + { + "gotchiId": "21640", + "amount": "3.675", + "parsedAmount": "3675000000000000000" + }, + { + "gotchiId": "21641", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "21642", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "21643", + "amount": "31.217499999999998", + "parsedAmount": "31217499999999998000" + }, + { + "gotchiId": "21644", + "amount": "7.04", + "parsedAmount": "7040000000000000000" + }, + { + "gotchiId": "21649", + "amount": "8.35", + "parsedAmount": "8350000000000000000" + }, + { + "gotchiId": "21652", + "amount": "2.8175", + "parsedAmount": "2817500000000000000" + }, + { + "gotchiId": "21653", + "amount": "20.497500000000002", + "parsedAmount": "20497500000000002000" + }, + { + "gotchiId": "21655", + "amount": "10.2075", + "parsedAmount": "10207500000000000000" + }, + { + "gotchiId": "21656", + "amount": "15.09", + "parsedAmount": "15090000000000000000" + }, + { + "gotchiId": "21657", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "21658", + "amount": "18.9475", + "parsedAmount": "18947500000000000000" + }, + { + "gotchiId": "21660", + "amount": "163.84", + "parsedAmount": "163840000000000000000" + }, + { + "gotchiId": "21662", + "amount": "11.682500000000001", + "parsedAmount": "11682500000000001000" + }, + { + "gotchiId": "21665", + "amount": "87.74249999999999", + "parsedAmount": "87742499999999990000" + }, + { + "gotchiId": "21666", + "amount": "8.2825", + "parsedAmount": "8282500000000000000" + }, + { + "gotchiId": "21667", + "amount": "7.779999999999999", + "parsedAmount": "7779999999999999000" + }, + { + "gotchiId": "21669", + "amount": "33.925", + "parsedAmount": "33925000000000000000" + }, + { + "gotchiId": "21676", + "amount": "12.22", + "parsedAmount": "12220000000000000000" + }, + { + "gotchiId": "21677", + "amount": "19.979999999999997", + "parsedAmount": "19979999999999997000" + }, + { + "gotchiId": "21678", + "amount": "9.0975", + "parsedAmount": "9097500000000000000" + }, + { + "gotchiId": "21679", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "21680", + "amount": "14.1475", + "parsedAmount": "14147500000000000000" + }, + { + "gotchiId": "21681", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "21687", + "amount": "10.675", + "parsedAmount": "10675000000000000000" + }, + { + "gotchiId": "21688", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "21689", + "amount": "10.6525", + "parsedAmount": "10652500000000000000" + }, + { + "gotchiId": "21690", + "amount": "16.6325", + "parsedAmount": "16632500000000000000" + }, + { + "gotchiId": "21692", + "amount": "19.3575", + "parsedAmount": "19357500000000000000" + }, + { + "gotchiId": "21693", + "amount": "3.8775", + "parsedAmount": "3877500000000000000" + }, + { + "gotchiId": "21694", + "amount": "4.265", + "parsedAmount": "4265000000000000000" + }, + { + "gotchiId": "21695", + "amount": "8.895", + "parsedAmount": "8895000000000000000" + }, + { + "gotchiId": "21696", + "amount": "5.0425", + "parsedAmount": "5042500000000000000" + }, + { + "gotchiId": "21699", + "amount": "6", + "parsedAmount": "6000000000000000000" + }, + { + "gotchiId": "21702", + "amount": "6.88", + "parsedAmount": "6880000000000000000" + }, + { + "gotchiId": "21703", + "amount": "13.1725", + "parsedAmount": "13172500000000000000" + }, + { + "gotchiId": "21705", + "amount": "17.235", + "parsedAmount": "17235000000000000000" + }, + { + "gotchiId": "21706", + "amount": "14.1325", + "parsedAmount": "14132500000000000000" + }, + { + "gotchiId": "21707", + "amount": "10.5475", + "parsedAmount": "10547500000000000000" + }, + { + "gotchiId": "21708", + "amount": "12.6475", + "parsedAmount": "12647500000000000000" + }, + { + "gotchiId": "21709", + "amount": "8.780000000000001", + "parsedAmount": "8780000000000001000" + }, + { + "gotchiId": "21710", + "amount": "6.285", + "parsedAmount": "6285000000000000000" + }, + { + "gotchiId": "21712", + "amount": "4.395", + "parsedAmount": "4395000000000000000" + }, + { + "gotchiId": "21714", + "amount": "12.8325", + "parsedAmount": "12832500000000000000" + }, + { + "gotchiId": "21715", + "amount": "4.165", + "parsedAmount": "4165000000000000000" + }, + { + "gotchiId": "21717", + "amount": "8.66", + "parsedAmount": "8660000000000000000" + }, + { + "gotchiId": "21719", + "amount": "2.065", + "parsedAmount": "2065000000000000000" + }, + { + "gotchiId": "21721", + "amount": "12.835", + "parsedAmount": "12835000000000000000" + }, + { + "gotchiId": "21722", + "amount": "7.0975", + "parsedAmount": "7097500000000000000" + }, + { + "gotchiId": "21723", + "amount": "8.95", + "parsedAmount": "8950000000000000000" + }, + { + "gotchiId": "21724", + "amount": "10.7325", + "parsedAmount": "10732500000000000000" + }, + { + "gotchiId": "21726", + "amount": "4.51", + "parsedAmount": "4510000000000000000" + }, + { + "gotchiId": "21727", + "amount": "18.315", + "parsedAmount": "18315000000000000000" + }, + { + "gotchiId": "21729", + "amount": "6.1925", + "parsedAmount": "6192500000000000000" + }, + { + "gotchiId": "21730", + "amount": "4.02", + "parsedAmount": "4020000000000000000" + }, + { + "gotchiId": "21731", + "amount": "8.02", + "parsedAmount": "8020000000000000000" + }, + { + "gotchiId": "21733", + "amount": "18.85", + "parsedAmount": "18850000000000000000" + }, + { + "gotchiId": "21736", + "amount": "62.255", + "parsedAmount": "62255000000000000000" + }, + { + "gotchiId": "21737", + "amount": "4.945", + "parsedAmount": "4945000000000000000" + }, + { + "gotchiId": "21739", + "amount": "5.1725", + "parsedAmount": "5172500000000000000" + }, + { + "gotchiId": "21740", + "amount": "17.41", + "parsedAmount": "17410000000000000000" + }, + { + "gotchiId": "21742", + "amount": "18.955", + "parsedAmount": "18955000000000000000" + }, + { + "gotchiId": "21747", + "amount": "9.705", + "parsedAmount": "9705000000000000000" + }, + { + "gotchiId": "21749", + "amount": "34.34", + "parsedAmount": "34340000000000000000" + }, + { + "gotchiId": "21751", + "amount": "27.95", + "parsedAmount": "27950000000000000000" + }, + { + "gotchiId": "21752", + "amount": "6.3525", + "parsedAmount": "6352500000000000000" + }, + { + "gotchiId": "21755", + "amount": "9.3375", + "parsedAmount": "9337500000000000000" + }, + { + "gotchiId": "21756", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "21759", + "amount": "23.41", + "parsedAmount": "23410000000000000000" + }, + { + "gotchiId": "21760", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "21761", + "amount": "8.8275", + "parsedAmount": "8827500000000000000" + }, + { + "gotchiId": "21765", + "amount": "5.6", + "parsedAmount": "5600000000000000000" + }, + { + "gotchiId": "21767", + "amount": "17.165", + "parsedAmount": "17165000000000000000" + }, + { + "gotchiId": "21768", + "amount": "25.7825", + "parsedAmount": "25782500000000000000" + }, + { + "gotchiId": "21770", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "21772", + "amount": "6.615", + "parsedAmount": "6615000000000000000" + }, + { + "gotchiId": "21773", + "amount": "14.45", + "parsedAmount": "14450000000000000000" + }, + { + "gotchiId": "21774", + "amount": "14.3", + "parsedAmount": "14300000000000000000" + }, + { + "gotchiId": "21776", + "amount": "19.277500000000003", + "parsedAmount": "19277500000000003000" + }, + { + "gotchiId": "21778", + "amount": "5.2725", + "parsedAmount": "5272500000000000000" + }, + { + "gotchiId": "21779", + "amount": "18.7225", + "parsedAmount": "18722500000000000000" + }, + { + "gotchiId": "21781", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "21784", + "amount": "8.905000000000001", + "parsedAmount": "8905000000000001000" + }, + { + "gotchiId": "21789", + "amount": "128.4825", + "parsedAmount": "128482500000000000000" + }, + { + "gotchiId": "21792", + "amount": "2.2325", + "parsedAmount": "2232500000000000000" + }, + { + "gotchiId": "21793", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "21794", + "amount": "5.1975", + "parsedAmount": "5197500000000000000" + }, + { + "gotchiId": "21796", + "amount": "8.57", + "parsedAmount": "8570000000000000000" + }, + { + "gotchiId": "21797", + "amount": "110.4525", + "parsedAmount": "110452500000000000000" + }, + { + "gotchiId": "21798", + "amount": "3.5325", + "parsedAmount": "3532500000000000000" + }, + { + "gotchiId": "21802", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "21803", + "amount": "13.0575", + "parsedAmount": "13057500000000000000" + }, + { + "gotchiId": "21806", + "amount": "21.11", + "parsedAmount": "21110000000000000000" + }, + { + "gotchiId": "21808", + "amount": "3.4675", + "parsedAmount": "3467500000000000000" + }, + { + "gotchiId": "21809", + "amount": "1.93", + "parsedAmount": "1930000000000000000" + }, + { + "gotchiId": "21813", + "amount": "28.115", + "parsedAmount": "28115000000000000000" + }, + { + "gotchiId": "21814", + "amount": "11.1025", + "parsedAmount": "11102500000000000000" + }, + { + "gotchiId": "21816", + "amount": "14.51", + "parsedAmount": "14510000000000000000" + }, + { + "gotchiId": "21819", + "amount": "7.8525", + "parsedAmount": "7852500000000000000" + }, + { + "gotchiId": "21820", + "amount": "18.240000000000002", + "parsedAmount": "18240000000000002000" + }, + { + "gotchiId": "21822", + "amount": "3.8475", + "parsedAmount": "3847500000000000000" + }, + { + "gotchiId": "21824", + "amount": "4.3525", + "parsedAmount": "4352500000000000000" + }, + { + "gotchiId": "21825", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "21827", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "21828", + "amount": "3.1375", + "parsedAmount": "3137500000000000000" + }, + { + "gotchiId": "21830", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "21833", + "amount": "12.677499999999998", + "parsedAmount": "12677499999999998000" + }, + { + "gotchiId": "21834", + "amount": "5.19", + "parsedAmount": "5190000000000000000" + }, + { + "gotchiId": "21835", + "amount": "15.9375", + "parsedAmount": "15937500000000000000" + }, + { + "gotchiId": "21836", + "amount": "14.32", + "parsedAmount": "14320000000000000000" + }, + { + "gotchiId": "21838", + "amount": "5.967499999999999", + "parsedAmount": "5967499999999999000" + }, + { + "gotchiId": "21841", + "amount": "15.6", + "parsedAmount": "15600000000000000000" + }, + { + "gotchiId": "21842", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "21844", + "amount": "3.4625", + "parsedAmount": "3462500000000000000" + }, + { + "gotchiId": "21845", + "amount": "5.84", + "parsedAmount": "5840000000000000000" + }, + { + "gotchiId": "21846", + "amount": "3.185", + "parsedAmount": "3185000000000000000" + }, + { + "gotchiId": "21848", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "21849", + "amount": "15.915", + "parsedAmount": "15915000000000000000" + }, + { + "gotchiId": "21851", + "amount": "15.045", + "parsedAmount": "15045000000000000000" + }, + { + "gotchiId": "21852", + "amount": "8.432500000000001", + "parsedAmount": "8432500000000001000" + }, + { + "gotchiId": "21853", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "21857", + "amount": "10.3525", + "parsedAmount": "10352500000000000000" + }, + { + "gotchiId": "21863", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "21868", + "amount": "183.3825", + "parsedAmount": "183382500000000000000" + }, + { + "gotchiId": "21869", + "amount": "6.5600000000000005", + "parsedAmount": "6560000000000000500" + }, + { + "gotchiId": "21870", + "amount": "21.055000000000003", + "parsedAmount": "21055000000000003000" + }, + { + "gotchiId": "21871", + "amount": "24.2975", + "parsedAmount": "24297500000000000000" + }, + { + "gotchiId": "21872", + "amount": "5.3575", + "parsedAmount": "5357500000000000000" + }, + { + "gotchiId": "21874", + "amount": "11.41", + "parsedAmount": "11410000000000000000" + }, + { + "gotchiId": "21876", + "amount": "9.43", + "parsedAmount": "9430000000000000000" + }, + { + "gotchiId": "21877", + "amount": "14.814999999999998", + "parsedAmount": "14814999999999998000" + }, + { + "gotchiId": "21879", + "amount": "4.58", + "parsedAmount": "4580000000000000000" + }, + { + "gotchiId": "21880", + "amount": "5.6475", + "parsedAmount": "5647500000000000000" + }, + { + "gotchiId": "21883", + "amount": "4.0475", + "parsedAmount": "4047500000000000000" + }, + { + "gotchiId": "21889", + "amount": "4.385", + "parsedAmount": "4385000000000000000" + }, + { + "gotchiId": "21890", + "amount": "5.077500000000001", + "parsedAmount": "5077500000000001000" + }, + { + "gotchiId": "21891", + "amount": "13.2375", + "parsedAmount": "13237500000000000000" + }, + { + "gotchiId": "21894", + "amount": "14.91", + "parsedAmount": "14910000000000000000" + }, + { + "gotchiId": "21895", + "amount": "29.419999999999998", + "parsedAmount": "29419999999999998000" + }, + { + "gotchiId": "21897", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "21900", + "amount": "10.2475", + "parsedAmount": "10247500000000000000" + }, + { + "gotchiId": "21903", + "amount": "2.7725", + "parsedAmount": "2772500000000000000" + }, + { + "gotchiId": "21904", + "amount": "6.365", + "parsedAmount": "6365000000000000000" + }, + { + "gotchiId": "21906", + "amount": "23.727499999999996", + "parsedAmount": "23727499999999996000" + }, + { + "gotchiId": "21907", + "amount": "9.0625", + "parsedAmount": "9062500000000000000" + }, + { + "gotchiId": "21908", + "amount": "6.8175", + "parsedAmount": "6817500000000000000" + }, + { + "gotchiId": "21911", + "amount": "4.735", + "parsedAmount": "4735000000000000000" + }, + { + "gotchiId": "21913", + "amount": "21.945", + "parsedAmount": "21945000000000000000" + }, + { + "gotchiId": "21915", + "amount": "17.9675", + "parsedAmount": "17967500000000000000" + }, + { + "gotchiId": "21916", + "amount": "18.5925", + "parsedAmount": "18592500000000000000" + }, + { + "gotchiId": "21920", + "amount": "2.9125", + "parsedAmount": "2912500000000000000" + }, + { + "gotchiId": "21922", + "amount": "10.34", + "parsedAmount": "10340000000000000000" + }, + { + "gotchiId": "21923", + "amount": "10.7425", + "parsedAmount": "10742500000000000000" + }, + { + "gotchiId": "21926", + "amount": "2.9225", + "parsedAmount": "2922500000000000000" + }, + { + "gotchiId": "21927", + "amount": "4.185", + "parsedAmount": "4185000000000000000" + }, + { + "gotchiId": "21928", + "amount": "2.9475", + "parsedAmount": "2947500000000000000" + }, + { + "gotchiId": "21929", + "amount": "15.56", + "parsedAmount": "15560000000000000000" + }, + { + "gotchiId": "21930", + "amount": "4.2175", + "parsedAmount": "4217500000000000000" + }, + { + "gotchiId": "21931", + "amount": "3.69", + "parsedAmount": "3690000000000000000" + }, + { + "gotchiId": "21933", + "amount": "18.32", + "parsedAmount": "18320000000000000000" + }, + { + "gotchiId": "21934", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "21936", + "amount": "5.1225", + "parsedAmount": "5122500000000000000" + }, + { + "gotchiId": "21937", + "amount": "30.4525", + "parsedAmount": "30452500000000000000" + }, + { + "gotchiId": "21938", + "amount": "12.8625", + "parsedAmount": "12862500000000000000" + }, + { + "gotchiId": "21940", + "amount": "14.115", + "parsedAmount": "14115000000000000000" + }, + { + "gotchiId": "21941", + "amount": "17.7225", + "parsedAmount": "17722500000000000000" + }, + { + "gotchiId": "21943", + "amount": "18.509999999999998", + "parsedAmount": "18509999999999998000" + }, + { + "gotchiId": "21947", + "amount": "2.935", + "parsedAmount": "2935000000000000000" + }, + { + "gotchiId": "21950", + "amount": "27.49", + "parsedAmount": "27490000000000000000" + }, + { + "gotchiId": "21952", + "amount": "12.8375", + "parsedAmount": "12837500000000000000" + }, + { + "gotchiId": "21957", + "amount": "6.762499999999999", + "parsedAmount": "6762499999999999000" + }, + { + "gotchiId": "21959", + "amount": "70.47", + "parsedAmount": "70470000000000000000" + }, + { + "gotchiId": "21960", + "amount": "7.91", + "parsedAmount": "7910000000000000000" + }, + { + "gotchiId": "21962", + "amount": "4.17", + "parsedAmount": "4170000000000000000" + }, + { + "gotchiId": "21964", + "amount": "11.387500000000001", + "parsedAmount": "11387500000000001000" + } + ], + "totalAmount": "8333735000000000079500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768524, + "gasUsed": "9726930" + }, + { + "batchIndex": 21, + "transactionHash": "0x9bcda92337f73db9edcb30a3c5ed2be84281286f09849181d076d571840c2ae7", + "timestamp": "2025-11-05T07:06:37.540Z", + "gotchiRewards": [ + { + "gotchiId": "21965", + "amount": "16.44", + "parsedAmount": "16440000000000000000" + }, + { + "gotchiId": "21966", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "21968", + "amount": "29.86", + "parsedAmount": "29860000000000000000" + }, + { + "gotchiId": "21969", + "amount": "12.0275", + "parsedAmount": "12027500000000000000" + }, + { + "gotchiId": "21970", + "amount": "20.6025", + "parsedAmount": "20602500000000000000" + }, + { + "gotchiId": "21971", + "amount": "5.295", + "parsedAmount": "5295000000000000000" + }, + { + "gotchiId": "21973", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "21974", + "amount": "18.9975", + "parsedAmount": "18997500000000000000" + }, + { + "gotchiId": "21976", + "amount": "8.13", + "parsedAmount": "8130000000000000000" + }, + { + "gotchiId": "21977", + "amount": "4.4675", + "parsedAmount": "4467500000000000000" + }, + { + "gotchiId": "21980", + "amount": "9.88", + "parsedAmount": "9880000000000000000" + }, + { + "gotchiId": "21984", + "amount": "10.855", + "parsedAmount": "10855000000000000000" + }, + { + "gotchiId": "21987", + "amount": "10.774999999999999", + "parsedAmount": "10774999999999999000" + }, + { + "gotchiId": "21990", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "21996", + "amount": "5.24", + "parsedAmount": "5240000000000000000" + }, + { + "gotchiId": "21999", + "amount": "24.9125", + "parsedAmount": "24912500000000000000" + }, + { + "gotchiId": "22001", + "amount": "6.295", + "parsedAmount": "6295000000000000000" + }, + { + "gotchiId": "22004", + "amount": "33.8025", + "parsedAmount": "33802500000000000000" + }, + { + "gotchiId": "22005", + "amount": "2.1925", + "parsedAmount": "2192500000000000000" + }, + { + "gotchiId": "22006", + "amount": "9.4225", + "parsedAmount": "9422500000000000000" + }, + { + "gotchiId": "22007", + "amount": "11.837499999999999", + "parsedAmount": "11837499999999999000" + }, + { + "gotchiId": "22010", + "amount": "17.005", + "parsedAmount": "17005000000000000000" + }, + { + "gotchiId": "22011", + "amount": "18.7775", + "parsedAmount": "18777500000000000000" + }, + { + "gotchiId": "22013", + "amount": "25.455", + "parsedAmount": "25455000000000000000" + }, + { + "gotchiId": "22017", + "amount": "18.6825", + "parsedAmount": "18682500000000000000" + }, + { + "gotchiId": "22018", + "amount": "55.11", + "parsedAmount": "55110000000000000000" + }, + { + "gotchiId": "22019", + "amount": "11.615", + "parsedAmount": "11615000000000000000" + }, + { + "gotchiId": "22023", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "22028", + "amount": "10.67", + "parsedAmount": "10670000000000000000" + }, + { + "gotchiId": "22030", + "amount": "6.9225", + "parsedAmount": "6922500000000000000" + }, + { + "gotchiId": "22031", + "amount": "18.6075", + "parsedAmount": "18607500000000000000" + }, + { + "gotchiId": "22032", + "amount": "15.1175", + "parsedAmount": "15117500000000000000" + }, + { + "gotchiId": "22033", + "amount": "7.120000000000001", + "parsedAmount": "7120000000000001000" + }, + { + "gotchiId": "22037", + "amount": "1089.6125", + "parsedAmount": "1089612500000000000000" + }, + { + "gotchiId": "22039", + "amount": "2.3125", + "parsedAmount": "2312500000000000000" + }, + { + "gotchiId": "22040", + "amount": "11.765", + "parsedAmount": "11765000000000000000" + }, + { + "gotchiId": "22051", + "amount": "10.665", + "parsedAmount": "10665000000000000000" + }, + { + "gotchiId": "22053", + "amount": "3.61", + "parsedAmount": "3610000000000000000" + }, + { + "gotchiId": "22054", + "amount": "7.140000000000001", + "parsedAmount": "7140000000000001000" + }, + { + "gotchiId": "22055", + "amount": "13.169999999999998", + "parsedAmount": "13169999999999998000" + }, + { + "gotchiId": "22056", + "amount": "15.145", + "parsedAmount": "15145000000000000000" + }, + { + "gotchiId": "22057", + "amount": "3.415", + "parsedAmount": "3415000000000000000" + }, + { + "gotchiId": "22058", + "amount": "10.76", + "parsedAmount": "10760000000000000000" + }, + { + "gotchiId": "22060", + "amount": "12.1275", + "parsedAmount": "12127500000000000000" + }, + { + "gotchiId": "22061", + "amount": "6.805", + "parsedAmount": "6805000000000000000" + }, + { + "gotchiId": "22062", + "amount": "135.1825", + "parsedAmount": "135182500000000000000" + }, + { + "gotchiId": "22064", + "amount": "5.234999999999999", + "parsedAmount": "5234999999999999000" + }, + { + "gotchiId": "22065", + "amount": "31.355", + "parsedAmount": "31355000000000000000" + }, + { + "gotchiId": "22066", + "amount": "7.08", + "parsedAmount": "7080000000000000000" + }, + { + "gotchiId": "22070", + "amount": "12.68", + "parsedAmount": "12680000000000000000" + }, + { + "gotchiId": "22074", + "amount": "15.212500000000002", + "parsedAmount": "15212500000000002000" + }, + { + "gotchiId": "22075", + "amount": "45.3", + "parsedAmount": "45300000000000000000" + }, + { + "gotchiId": "22078", + "amount": "24.2325", + "parsedAmount": "24232500000000000000" + }, + { + "gotchiId": "22079", + "amount": "16.6825", + "parsedAmount": "16682500000000000000" + }, + { + "gotchiId": "22080", + "amount": "11.0075", + "parsedAmount": "11007500000000000000" + }, + { + "gotchiId": "22082", + "amount": "5.515000000000001", + "parsedAmount": "5515000000000001000" + }, + { + "gotchiId": "22083", + "amount": "29.122500000000002", + "parsedAmount": "29122500000000002000" + }, + { + "gotchiId": "22085", + "amount": "52.615", + "parsedAmount": "52615000000000000000" + }, + { + "gotchiId": "22089", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "22091", + "amount": "6.6125", + "parsedAmount": "6612500000000000000" + }, + { + "gotchiId": "22094", + "amount": "17.8675", + "parsedAmount": "17867500000000000000" + }, + { + "gotchiId": "22095", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "22097", + "amount": "9.6175", + "parsedAmount": "9617500000000000000" + }, + { + "gotchiId": "22099", + "amount": "6.7925", + "parsedAmount": "6792500000000000000" + }, + { + "gotchiId": "22102", + "amount": "12.9625", + "parsedAmount": "12962500000000000000" + }, + { + "gotchiId": "22106", + "amount": "44.019999999999996", + "parsedAmount": "44019999999999996000" + }, + { + "gotchiId": "22107", + "amount": "44.4225", + "parsedAmount": "44422500000000000000" + }, + { + "gotchiId": "22108", + "amount": "11.2775", + "parsedAmount": "11277500000000000000" + }, + { + "gotchiId": "22109", + "amount": "6.795", + "parsedAmount": "6795000000000000000" + }, + { + "gotchiId": "22110", + "amount": "8.96", + "parsedAmount": "8960000000000000000" + }, + { + "gotchiId": "22111", + "amount": "14.780000000000001", + "parsedAmount": "14780000000000001000" + }, + { + "gotchiId": "22112", + "amount": "2.21", + "parsedAmount": "2210000000000000000" + }, + { + "gotchiId": "22113", + "amount": "16.4825", + "parsedAmount": "16482500000000000000" + }, + { + "gotchiId": "22114", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "22115", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "22118", + "amount": "65.36500000000001", + "parsedAmount": "65365000000000010000" + }, + { + "gotchiId": "22120", + "amount": "6.7299999999999995", + "parsedAmount": "6729999999999999500" + }, + { + "gotchiId": "22122", + "amount": "15.907499999999999", + "parsedAmount": "15907499999999999000" + }, + { + "gotchiId": "22124", + "amount": "8.57", + "parsedAmount": "8570000000000000000" + }, + { + "gotchiId": "22125", + "amount": "6.674999999999999", + "parsedAmount": "6674999999999999000" + }, + { + "gotchiId": "22126", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "22128", + "amount": "246.465", + "parsedAmount": "246465000000000000000" + }, + { + "gotchiId": "22132", + "amount": "7.5075", + "parsedAmount": "7507500000000000000" + }, + { + "gotchiId": "22133", + "amount": "258.41", + "parsedAmount": "258410000000000000000" + }, + { + "gotchiId": "22138", + "amount": "7.175000000000001", + "parsedAmount": "7175000000000001000" + }, + { + "gotchiId": "22140", + "amount": "10.3925", + "parsedAmount": "10392500000000000000" + }, + { + "gotchiId": "22142", + "amount": "5.0975", + "parsedAmount": "5097500000000000000" + }, + { + "gotchiId": "22143", + "amount": "10.92", + "parsedAmount": "10920000000000000000" + }, + { + "gotchiId": "22144", + "amount": "15.6725", + "parsedAmount": "15672500000000000000" + }, + { + "gotchiId": "22145", + "amount": "17.48", + "parsedAmount": "17480000000000000000" + }, + { + "gotchiId": "22146", + "amount": "7.09", + "parsedAmount": "7090000000000000000" + }, + { + "gotchiId": "22147", + "amount": "11.39", + "parsedAmount": "11390000000000000000" + }, + { + "gotchiId": "22150", + "amount": "3.0375", + "parsedAmount": "3037500000000000000" + }, + { + "gotchiId": "22152", + "amount": "11.1125", + "parsedAmount": "11112500000000000000" + }, + { + "gotchiId": "22153", + "amount": "32.9725", + "parsedAmount": "32972500000000000000" + }, + { + "gotchiId": "22155", + "amount": "4.725", + "parsedAmount": "4725000000000000000" + }, + { + "gotchiId": "22158", + "amount": "2.865", + "parsedAmount": "2865000000000000000" + }, + { + "gotchiId": "22160", + "amount": "8.4675", + "parsedAmount": "8467500000000000000" + }, + { + "gotchiId": "22161", + "amount": "6.975", + "parsedAmount": "6975000000000000000" + }, + { + "gotchiId": "22163", + "amount": "27.1775", + "parsedAmount": "27177500000000000000" + }, + { + "gotchiId": "22164", + "amount": "10.69", + "parsedAmount": "10690000000000000000" + }, + { + "gotchiId": "22172", + "amount": "11.602500000000001", + "parsedAmount": "11602500000000001000" + }, + { + "gotchiId": "22175", + "amount": "16.9525", + "parsedAmount": "16952500000000000000" + }, + { + "gotchiId": "22179", + "amount": "6.67", + "parsedAmount": "6670000000000000000" + }, + { + "gotchiId": "22182", + "amount": "11.217500000000001", + "parsedAmount": "11217500000000001000" + }, + { + "gotchiId": "22183", + "amount": "13.215", + "parsedAmount": "13215000000000000000" + }, + { + "gotchiId": "22194", + "amount": "3.71", + "parsedAmount": "3710000000000000000" + }, + { + "gotchiId": "22197", + "amount": "302.525", + "parsedAmount": "302525000000000000000" + }, + { + "gotchiId": "22198", + "amount": "16.945", + "parsedAmount": "16945000000000000000" + }, + { + "gotchiId": "22220", + "amount": "2.545", + "parsedAmount": "2545000000000000000" + }, + { + "gotchiId": "22221", + "amount": "10.11", + "parsedAmount": "10110000000000000000" + }, + { + "gotchiId": "22222", + "amount": "15.024999999999999", + "parsedAmount": "15024999999999999000" + }, + { + "gotchiId": "22225", + "amount": "24.292499999999997", + "parsedAmount": "24292499999999997000" + }, + { + "gotchiId": "22226", + "amount": "11.045", + "parsedAmount": "11045000000000000000" + }, + { + "gotchiId": "22227", + "amount": "2.1825", + "parsedAmount": "2182500000000000000" + }, + { + "gotchiId": "22231", + "amount": "4.9", + "parsedAmount": "4900000000000000000" + }, + { + "gotchiId": "22232", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "22234", + "amount": "13.215", + "parsedAmount": "13215000000000000000" + }, + { + "gotchiId": "22237", + "amount": "6.682499999999999", + "parsedAmount": "6682499999999999000" + }, + { + "gotchiId": "22239", + "amount": "5.1875", + "parsedAmount": "5187500000000000000" + }, + { + "gotchiId": "22240", + "amount": "24.3675", + "parsedAmount": "24367500000000000000" + }, + { + "gotchiId": "22241", + "amount": "13.14", + "parsedAmount": "13140000000000000000" + }, + { + "gotchiId": "22244", + "amount": "15.3525", + "parsedAmount": "15352500000000000000" + }, + { + "gotchiId": "22247", + "amount": "3.4725", + "parsedAmount": "3472500000000000000" + }, + { + "gotchiId": "22249", + "amount": "388.84250000000003", + "parsedAmount": "388842500000000030000" + }, + { + "gotchiId": "22251", + "amount": "6.35", + "parsedAmount": "6350000000000000000" + }, + { + "gotchiId": "22254", + "amount": "2.925", + "parsedAmount": "2925000000000000000" + }, + { + "gotchiId": "22255", + "amount": "9.825", + "parsedAmount": "9825000000000000000" + }, + { + "gotchiId": "22257", + "amount": "4.045", + "parsedAmount": "4045000000000000000" + }, + { + "gotchiId": "22259", + "amount": "11.0125", + "parsedAmount": "11012500000000000000" + }, + { + "gotchiId": "22260", + "amount": "5.9975000000000005", + "parsedAmount": "5997500000000000500" + }, + { + "gotchiId": "22261", + "amount": "33.2675", + "parsedAmount": "33267500000000000000" + }, + { + "gotchiId": "22262", + "amount": "7.5424999999999995", + "parsedAmount": "7542499999999999500" + }, + { + "gotchiId": "22264", + "amount": "8.432500000000001", + "parsedAmount": "8432500000000001000" + }, + { + "gotchiId": "22269", + "amount": "3.58", + "parsedAmount": "3580000000000000000" + }, + { + "gotchiId": "22270", + "amount": "1.84", + "parsedAmount": "1840000000000000000" + }, + { + "gotchiId": "22271", + "amount": "10.642499999999998", + "parsedAmount": "10642499999999998000" + }, + { + "gotchiId": "22273", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "22275", + "amount": "2.6575", + "parsedAmount": "2657500000000000000" + }, + { + "gotchiId": "22278", + "amount": "9.525", + "parsedAmount": "9525000000000000000" + }, + { + "gotchiId": "22282", + "amount": "4.76", + "parsedAmount": "4760000000000000000" + }, + { + "gotchiId": "22283", + "amount": "11.702499999999999", + "parsedAmount": "11702499999999999000" + }, + { + "gotchiId": "22285", + "amount": "4.08", + "parsedAmount": "4080000000000000000" + }, + { + "gotchiId": "22287", + "amount": "3.72", + "parsedAmount": "3720000000000000000" + }, + { + "gotchiId": "22293", + "amount": "6.2700000000000005", + "parsedAmount": "6270000000000000500" + }, + { + "gotchiId": "22294", + "amount": "3.465", + "parsedAmount": "3465000000000000000" + }, + { + "gotchiId": "22296", + "amount": "4.825", + "parsedAmount": "4825000000000000000" + }, + { + "gotchiId": "22299", + "amount": "11.4375", + "parsedAmount": "11437500000000000000" + }, + { + "gotchiId": "22300", + "amount": "19.115000000000002", + "parsedAmount": "19115000000000002000" + }, + { + "gotchiId": "22301", + "amount": "5.6625", + "parsedAmount": "5662500000000000000" + }, + { + "gotchiId": "22302", + "amount": "9.899999999999999", + "parsedAmount": "9899999999999999000" + }, + { + "gotchiId": "22305", + "amount": "6.342499999999999", + "parsedAmount": "6342499999999999000" + }, + { + "gotchiId": "22307", + "amount": "11.725", + "parsedAmount": "11725000000000000000" + }, + { + "gotchiId": "22309", + "amount": "8.8625", + "parsedAmount": "8862500000000000000" + }, + { + "gotchiId": "22310", + "amount": "12.8325", + "parsedAmount": "12832500000000000000" + }, + { + "gotchiId": "22311", + "amount": "6.5625", + "parsedAmount": "6562500000000000000" + }, + { + "gotchiId": "22313", + "amount": "4.97", + "parsedAmount": "4970000000000000000" + }, + { + "gotchiId": "22322", + "amount": "4.63", + "parsedAmount": "4630000000000000000" + }, + { + "gotchiId": "22324", + "amount": "56.067499999999995", + "parsedAmount": "56067499999999995000" + }, + { + "gotchiId": "22327", + "amount": "7.907500000000001", + "parsedAmount": "7907500000000001000" + }, + { + "gotchiId": "22329", + "amount": "17.134999999999998", + "parsedAmount": "17134999999999998000" + }, + { + "gotchiId": "22330", + "amount": "17.2725", + "parsedAmount": "17272500000000000000" + }, + { + "gotchiId": "22331", + "amount": "16.447499999999998", + "parsedAmount": "16447499999999998000" + }, + { + "gotchiId": "22332", + "amount": "10.095", + "parsedAmount": "10095000000000000000" + }, + { + "gotchiId": "22334", + "amount": "3.4925", + "parsedAmount": "3492500000000000000" + }, + { + "gotchiId": "22335", + "amount": "1.995", + "parsedAmount": "1995000000000000000" + }, + { + "gotchiId": "22338", + "amount": "20.520000000000003", + "parsedAmount": "20520000000000003000" + }, + { + "gotchiId": "22339", + "amount": "2.595", + "parsedAmount": "2595000000000000000" + }, + { + "gotchiId": "22342", + "amount": "2.875", + "parsedAmount": "2875000000000000000" + }, + { + "gotchiId": "22344", + "amount": "13.1325", + "parsedAmount": "13132500000000000000" + }, + { + "gotchiId": "22345", + "amount": "2.045", + "parsedAmount": "2045000000000000000" + }, + { + "gotchiId": "22346", + "amount": "13.7525", + "parsedAmount": "13752500000000000000" + }, + { + "gotchiId": "22351", + "amount": "10.685", + "parsedAmount": "10685000000000000000" + }, + { + "gotchiId": "22352", + "amount": "43.06999999999999", + "parsedAmount": "43069999999999990000" + }, + { + "gotchiId": "22354", + "amount": "7.885000000000001", + "parsedAmount": "7885000000000001000" + }, + { + "gotchiId": "22355", + "amount": "8.77", + "parsedAmount": "8770000000000000000" + }, + { + "gotchiId": "22356", + "amount": "6.7625", + "parsedAmount": "6762500000000000000" + }, + { + "gotchiId": "22357", + "amount": "5.18", + "parsedAmount": "5180000000000000000" + }, + { + "gotchiId": "22358", + "amount": "64.845", + "parsedAmount": "64845000000000000000" + }, + { + "gotchiId": "22361", + "amount": "2.7575", + "parsedAmount": "2757500000000000000" + }, + { + "gotchiId": "22362", + "amount": "16.189999999999998", + "parsedAmount": "16189999999999998000" + }, + { + "gotchiId": "22366", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "22369", + "amount": "53.4175", + "parsedAmount": "53417500000000000000" + }, + { + "gotchiId": "22370", + "amount": "2.6425", + "parsedAmount": "2642500000000000000" + }, + { + "gotchiId": "22374", + "amount": "5.425", + "parsedAmount": "5425000000000000000" + }, + { + "gotchiId": "22378", + "amount": "12.94", + "parsedAmount": "12940000000000000000" + }, + { + "gotchiId": "22380", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "22383", + "amount": "5.717499999999999", + "parsedAmount": "5717499999999999000" + }, + { + "gotchiId": "22384", + "amount": "2.315", + "parsedAmount": "2315000000000000000" + }, + { + "gotchiId": "22385", + "amount": "6.455", + "parsedAmount": "6455000000000000000" + }, + { + "gotchiId": "22387", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "22392", + "amount": "5.4575", + "parsedAmount": "5457500000000000000" + }, + { + "gotchiId": "22394", + "amount": "30.095", + "parsedAmount": "30095000000000000000" + }, + { + "gotchiId": "22398", + "amount": "2.6625", + "parsedAmount": "2662500000000000000" + }, + { + "gotchiId": "22402", + "amount": "2.215", + "parsedAmount": "2215000000000000000" + }, + { + "gotchiId": "22405", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "22407", + "amount": "7.6975", + "parsedAmount": "7697500000000000000" + }, + { + "gotchiId": "22408", + "amount": "13.785", + "parsedAmount": "13785000000000000000" + }, + { + "gotchiId": "22409", + "amount": "12.2075", + "parsedAmount": "12207500000000000000" + }, + { + "gotchiId": "22411", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "22412", + "amount": "22.6125", + "parsedAmount": "22612500000000000000" + }, + { + "gotchiId": "22414", + "amount": "9.100000000000001", + "parsedAmount": "9100000000000001000" + }, + { + "gotchiId": "22415", + "amount": "9.6175", + "parsedAmount": "9617500000000000000" + }, + { + "gotchiId": "22420", + "amount": "5.8875", + "parsedAmount": "5887500000000000000" + }, + { + "gotchiId": "22423", + "amount": "2.3275", + "parsedAmount": "2327500000000000000" + }, + { + "gotchiId": "22424", + "amount": "4.085", + "parsedAmount": "4085000000000000000" + }, + { + "gotchiId": "22426", + "amount": "22.6175", + "parsedAmount": "22617500000000000000" + }, + { + "gotchiId": "22429", + "amount": "6.4225", + "parsedAmount": "6422500000000000000" + }, + { + "gotchiId": "22431", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "22432", + "amount": "1.9875", + "parsedAmount": "1987500000000000000" + }, + { + "gotchiId": "22434", + "amount": "11.120000000000001", + "parsedAmount": "11120000000000001000" + }, + { + "gotchiId": "22436", + "amount": "36.4425", + "parsedAmount": "36442500000000000000" + }, + { + "gotchiId": "22437", + "amount": "13.13", + "parsedAmount": "13130000000000000000" + }, + { + "gotchiId": "22438", + "amount": "14.5975", + "parsedAmount": "14597500000000000000" + }, + { + "gotchiId": "22442", + "amount": "10.8", + "parsedAmount": "10800000000000000000" + }, + { + "gotchiId": "22445", + "amount": "13.252500000000001", + "parsedAmount": "13252500000000001000" + }, + { + "gotchiId": "22449", + "amount": "6.595000000000001", + "parsedAmount": "6595000000000001000" + }, + { + "gotchiId": "22451", + "amount": "19.9175", + "parsedAmount": "19917500000000000000" + }, + { + "gotchiId": "22453", + "amount": "11.475", + "parsedAmount": "11475000000000000000" + }, + { + "gotchiId": "22454", + "amount": "16.88", + "parsedAmount": "16880000000000000000" + }, + { + "gotchiId": "22455", + "amount": "745.2124999999999", + "parsedAmount": "745212499999999900000" + }, + { + "gotchiId": "22456", + "amount": "4.05", + "parsedAmount": "4050000000000000000" + }, + { + "gotchiId": "22460", + "amount": "6.865", + "parsedAmount": "6865000000000000000" + }, + { + "gotchiId": "22462", + "amount": "9.41", + "parsedAmount": "9410000000000000000" + }, + { + "gotchiId": "22464", + "amount": "5.6725", + "parsedAmount": "5672500000000000000" + }, + { + "gotchiId": "22466", + "amount": "5.1175", + "parsedAmount": "5117500000000000000" + }, + { + "gotchiId": "22467", + "amount": "2.1025", + "parsedAmount": "2102500000000000000" + }, + { + "gotchiId": "22468", + "amount": "3.5925", + "parsedAmount": "3592500000000000000" + }, + { + "gotchiId": "22470", + "amount": "99.54249999999999", + "parsedAmount": "99542499999999990000" + }, + { + "gotchiId": "22472", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "22473", + "amount": "68.7625", + "parsedAmount": "68762500000000000000" + }, + { + "gotchiId": "22476", + "amount": "5.5075", + "parsedAmount": "5507500000000000000" + }, + { + "gotchiId": "22477", + "amount": "9.9625", + "parsedAmount": "9962500000000000000" + }, + { + "gotchiId": "22479", + "amount": "21.335", + "parsedAmount": "21335000000000000000" + }, + { + "gotchiId": "22483", + "amount": "8.185", + "parsedAmount": "8185000000000000000" + }, + { + "gotchiId": "22484", + "amount": "8.0425", + "parsedAmount": "8042500000000000000" + }, + { + "gotchiId": "22486", + "amount": "5.33", + "parsedAmount": "5330000000000000000" + }, + { + "gotchiId": "22487", + "amount": "15.975", + "parsedAmount": "15975000000000000000" + }, + { + "gotchiId": "22488", + "amount": "7.16", + "parsedAmount": "7160000000000000000" + }, + { + "gotchiId": "22494", + "amount": "6.575", + "parsedAmount": "6575000000000000000" + }, + { + "gotchiId": "22495", + "amount": "7.2175", + "parsedAmount": "7217500000000000000" + }, + { + "gotchiId": "22498", + "amount": "6.625", + "parsedAmount": "6625000000000000000" + }, + { + "gotchiId": "22500", + "amount": "10.4125", + "parsedAmount": "10412500000000000000" + }, + { + "gotchiId": "22506", + "amount": "5.4625", + "parsedAmount": "5462500000000000000" + }, + { + "gotchiId": "22507", + "amount": "22.472500000000004", + "parsedAmount": "22472500000000004000" + }, + { + "gotchiId": "22508", + "amount": "33.942499999999995", + "parsedAmount": "33942499999999995000" + }, + { + "gotchiId": "22510", + "amount": "7.647499999999999", + "parsedAmount": "7647499999999999000" + }, + { + "gotchiId": "22512", + "amount": "3.9475", + "parsedAmount": "3947500000000000000" + }, + { + "gotchiId": "22513", + "amount": "15.225000000000001", + "parsedAmount": "15225000000000001000" + }, + { + "gotchiId": "22514", + "amount": "3.5425", + "parsedAmount": "3542500000000000000" + }, + { + "gotchiId": "22516", + "amount": "11.632499999999999", + "parsedAmount": "11632499999999999000" + }, + { + "gotchiId": "22518", + "amount": "4.9625", + "parsedAmount": "4962500000000000000" + }, + { + "gotchiId": "22519", + "amount": "96.76", + "parsedAmount": "96760000000000000000" + }, + { + "gotchiId": "22523", + "amount": "1.9025", + "parsedAmount": "1902500000000000000" + }, + { + "gotchiId": "22531", + "amount": "18.38", + "parsedAmount": "18380000000000000000" + }, + { + "gotchiId": "22533", + "amount": "8.502500000000001", + "parsedAmount": "8502500000000001000" + }, + { + "gotchiId": "22534", + "amount": "3.1225", + "parsedAmount": "3122500000000000000" + }, + { + "gotchiId": "22535", + "amount": "10.465", + "parsedAmount": "10465000000000000000" + }, + { + "gotchiId": "22536", + "amount": "10.26", + "parsedAmount": "10260000000000000000" + }, + { + "gotchiId": "22537", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "22549", + "amount": "4.4", + "parsedAmount": "4400000000000000000" + }, + { + "gotchiId": "22553", + "amount": "4.89", + "parsedAmount": "4890000000000000000" + }, + { + "gotchiId": "22554", + "amount": "4.4075", + "parsedAmount": "4407500000000000000" + }, + { + "gotchiId": "22558", + "amount": "12.735", + "parsedAmount": "12735000000000000000" + }, + { + "gotchiId": "22559", + "amount": "3.48", + "parsedAmount": "3480000000000000000" + }, + { + "gotchiId": "22560", + "amount": "6.1925", + "parsedAmount": "6192500000000000000" + }, + { + "gotchiId": "22563", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "22564", + "amount": "8.03", + "parsedAmount": "8030000000000000000" + }, + { + "gotchiId": "22565", + "amount": "4.72", + "parsedAmount": "4720000000000000000" + }, + { + "gotchiId": "22566", + "amount": "158.555", + "parsedAmount": "158555000000000000000" + }, + { + "gotchiId": "22568", + "amount": "2.46", + "parsedAmount": "2460000000000000000" + }, + { + "gotchiId": "22570", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22571", + "amount": "7.71", + "parsedAmount": "7710000000000000000" + }, + { + "gotchiId": "22572", + "amount": "18.815", + "parsedAmount": "18815000000000000000" + }, + { + "gotchiId": "22573", + "amount": "6.145", + "parsedAmount": "6145000000000000000" + }, + { + "gotchiId": "22574", + "amount": "3.905", + "parsedAmount": "3905000000000000000" + }, + { + "gotchiId": "22576", + "amount": "4.865", + "parsedAmount": "4865000000000000000" + }, + { + "gotchiId": "22577", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "22578", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "22579", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "22580", + "amount": "1.8475", + "parsedAmount": "1847500000000000000" + }, + { + "gotchiId": "22585", + "amount": "16.27", + "parsedAmount": "16270000000000000000" + }, + { + "gotchiId": "22586", + "amount": "8.2125", + "parsedAmount": "8212500000000000000" + }, + { + "gotchiId": "22587", + "amount": "31.065", + "parsedAmount": "31065000000000000000" + }, + { + "gotchiId": "22588", + "amount": "6.64", + "parsedAmount": "6640000000000000000" + }, + { + "gotchiId": "22594", + "amount": "3.3125", + "parsedAmount": "3312500000000000000" + }, + { + "gotchiId": "22597", + "amount": "8.79", + "parsedAmount": "8790000000000000000" + }, + { + "gotchiId": "22598", + "amount": "2.0625", + "parsedAmount": "2062500000000000000" + }, + { + "gotchiId": "22599", + "amount": "45.43", + "parsedAmount": "45430000000000000000" + }, + { + "gotchiId": "22600", + "amount": "16.215000000000003", + "parsedAmount": "16215000000000003000" + }, + { + "gotchiId": "22603", + "amount": "14.8875", + "parsedAmount": "14887500000000000000" + }, + { + "gotchiId": "22604", + "amount": "2.8275", + "parsedAmount": "2827500000000000000" + }, + { + "gotchiId": "22609", + "amount": "8.7125", + "parsedAmount": "8712500000000000000" + }, + { + "gotchiId": "22610", + "amount": "118.2075", + "parsedAmount": "118207500000000000000" + }, + { + "gotchiId": "22619", + "amount": "5.1925", + "parsedAmount": "5192500000000000000" + }, + { + "gotchiId": "22620", + "amount": "9.435", + "parsedAmount": "9435000000000000000" + }, + { + "gotchiId": "22622", + "amount": "5.495", + "parsedAmount": "5495000000000000000" + }, + { + "gotchiId": "22626", + "amount": "5.655", + "parsedAmount": "5655000000000000000" + }, + { + "gotchiId": "22627", + "amount": "3.6075", + "parsedAmount": "3607500000000000000" + }, + { + "gotchiId": "22628", + "amount": "7.56", + "parsedAmount": "7560000000000000000" + }, + { + "gotchiId": "22630", + "amount": "30.380000000000003", + "parsedAmount": "30380000000000003000" + }, + { + "gotchiId": "22636", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "22637", + "amount": "7.6325", + "parsedAmount": "7632500000000000000" + }, + { + "gotchiId": "22638", + "amount": "11.12", + "parsedAmount": "11120000000000000000" + }, + { + "gotchiId": "22642", + "amount": "9.1075", + "parsedAmount": "9107500000000000000" + }, + { + "gotchiId": "22643", + "amount": "7.69", + "parsedAmount": "7690000000000000000" + }, + { + "gotchiId": "22644", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "22645", + "amount": "13.6475", + "parsedAmount": "13647500000000000000" + }, + { + "gotchiId": "22652", + "amount": "16.240000000000002", + "parsedAmount": "16240000000000002000" + }, + { + "gotchiId": "22653", + "amount": "17.635", + "parsedAmount": "17635000000000000000" + }, + { + "gotchiId": "22654", + "amount": "2.3425", + "parsedAmount": "2342500000000000000" + }, + { + "gotchiId": "22655", + "amount": "7.487500000000001", + "parsedAmount": "7487500000000001000" + }, + { + "gotchiId": "22656", + "amount": "6.1850000000000005", + "parsedAmount": "6185000000000000500" + }, + { + "gotchiId": "22658", + "amount": "8.1775", + "parsedAmount": "8177500000000000000" + }, + { + "gotchiId": "22659", + "amount": "21.195", + "parsedAmount": "21195000000000000000" + }, + { + "gotchiId": "22660", + "amount": "10.4975", + "parsedAmount": "10497500000000000000" + }, + { + "gotchiId": "22661", + "amount": "4.8825", + "parsedAmount": "4882500000000000000" + }, + { + "gotchiId": "22665", + "amount": "12.755", + "parsedAmount": "12755000000000000000" + }, + { + "gotchiId": "22666", + "amount": "9.2975", + "parsedAmount": "9297500000000000000" + }, + { + "gotchiId": "22667", + "amount": "10.49", + "parsedAmount": "10490000000000000000" + }, + { + "gotchiId": "22669", + "amount": "4.275", + "parsedAmount": "4275000000000000000" + }, + { + "gotchiId": "22672", + "amount": "6.1525", + "parsedAmount": "6152500000000000000" + }, + { + "gotchiId": "22674", + "amount": "7.359999999999999", + "parsedAmount": "7359999999999999000" + }, + { + "gotchiId": "22676", + "amount": "1.9125", + "parsedAmount": "1912500000000000000" + }, + { + "gotchiId": "22678", + "amount": "30.087500000000002", + "parsedAmount": "30087500000000002000" + }, + { + "gotchiId": "22679", + "amount": "3.5125", + "parsedAmount": "3512500000000000000" + }, + { + "gotchiId": "22684", + "amount": "31.3125", + "parsedAmount": "31312500000000000000" + }, + { + "gotchiId": "22685", + "amount": "9.0175", + "parsedAmount": "9017500000000000000" + }, + { + "gotchiId": "22690", + "amount": "25.257499999999997", + "parsedAmount": "25257499999999997000" + }, + { + "gotchiId": "22691", + "amount": "3.3275", + "parsedAmount": "3327500000000000000" + }, + { + "gotchiId": "22692", + "amount": "3.0575", + "parsedAmount": "3057500000000000000" + }, + { + "gotchiId": "22693", + "amount": "11.435", + "parsedAmount": "11435000000000000000" + }, + { + "gotchiId": "22694", + "amount": "6.4425", + "parsedAmount": "6442500000000000000" + }, + { + "gotchiId": "22695", + "amount": "13.48", + "parsedAmount": "13480000000000000000" + }, + { + "gotchiId": "22698", + "amount": "8.415", + "parsedAmount": "8415000000000000000" + }, + { + "gotchiId": "22699", + "amount": "4.654999999999999", + "parsedAmount": "4654999999999999000" + }, + { + "gotchiId": "22700", + "amount": "18.877499999999998", + "parsedAmount": "18877499999999998000" + }, + { + "gotchiId": "22704", + "amount": "202.9", + "parsedAmount": "202900000000000000000" + }, + { + "gotchiId": "22705", + "amount": "48.6675", + "parsedAmount": "48667500000000000000" + }, + { + "gotchiId": "22706", + "amount": "27.522499999999997", + "parsedAmount": "27522499999999997000" + }, + { + "gotchiId": "22709", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "22713", + "amount": "1125.8899999999999", + "parsedAmount": "1125889999999999900000" + }, + { + "gotchiId": "22714", + "amount": "208.275", + "parsedAmount": "208275000000000000000" + }, + { + "gotchiId": "22718", + "amount": "6.675", + "parsedAmount": "6675000000000000000" + }, + { + "gotchiId": "22720", + "amount": "203.77750000000003", + "parsedAmount": "203777500000000030000" + }, + { + "gotchiId": "22721", + "amount": "16.4", + "parsedAmount": "16400000000000000000" + }, + { + "gotchiId": "22722", + "amount": "10.5775", + "parsedAmount": "10577500000000000000" + }, + { + "gotchiId": "22724", + "amount": "67.48", + "parsedAmount": "67480000000000000000" + }, + { + "gotchiId": "22726", + "amount": "7.307499999999999", + "parsedAmount": "7307499999999999000" + }, + { + "gotchiId": "22732", + "amount": "3.5625", + "parsedAmount": "3562500000000000000" + }, + { + "gotchiId": "22733", + "amount": "14.26", + "parsedAmount": "14260000000000000000" + }, + { + "gotchiId": "22736", + "amount": "6.48", + "parsedAmount": "6480000000000000000" + }, + { + "gotchiId": "22737", + "amount": "5.9575", + "parsedAmount": "5957500000000000000" + }, + { + "gotchiId": "22738", + "amount": "16.285", + "parsedAmount": "16285000000000000000" + }, + { + "gotchiId": "22740", + "amount": "16.942500000000003", + "parsedAmount": "16942500000000003000" + }, + { + "gotchiId": "22744", + "amount": "2.7425", + "parsedAmount": "2742500000000000000" + }, + { + "gotchiId": "22745", + "amount": "2.895", + "parsedAmount": "2895000000000000000" + }, + { + "gotchiId": "22747", + "amount": "6.33", + "parsedAmount": "6330000000000000000" + }, + { + "gotchiId": "22748", + "amount": "3.6", + "parsedAmount": "3600000000000000000" + }, + { + "gotchiId": "22749", + "amount": "6.262499999999999", + "parsedAmount": "6262499999999999000" + }, + { + "gotchiId": "22750", + "amount": "5.3075", + "parsedAmount": "5307500000000000000" + }, + { + "gotchiId": "22751", + "amount": "86.82249999999999", + "parsedAmount": "86822499999999990000" + }, + { + "gotchiId": "22752", + "amount": "8.2075", + "parsedAmount": "8207500000000000000" + }, + { + "gotchiId": "22753", + "amount": "8.66", + "parsedAmount": "8660000000000000000" + }, + { + "gotchiId": "22757", + "amount": "6.42", + "parsedAmount": "6420000000000000000" + }, + { + "gotchiId": "22760", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "22762", + "amount": "11.04", + "parsedAmount": "11040000000000000000" + }, + { + "gotchiId": "22763", + "amount": "12.305", + "parsedAmount": "12305000000000000000" + }, + { + "gotchiId": "22764", + "amount": "15.365", + "parsedAmount": "15365000000000000000" + }, + { + "gotchiId": "22765", + "amount": "1.875", + "parsedAmount": "1875000000000000000" + }, + { + "gotchiId": "22766", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "22767", + "amount": "2.1", + "parsedAmount": "2100000000000000000" + }, + { + "gotchiId": "22768", + "amount": "17.5175", + "parsedAmount": "17517500000000000000" + }, + { + "gotchiId": "22771", + "amount": "18.5225", + "parsedAmount": "18522500000000000000" + }, + { + "gotchiId": "22772", + "amount": "15.25", + "parsedAmount": "15250000000000000000" + }, + { + "gotchiId": "22773", + "amount": "11.4475", + "parsedAmount": "11447500000000000000" + }, + { + "gotchiId": "22774", + "amount": "1.955", + "parsedAmount": "1955000000000000000" + }, + { + "gotchiId": "22776", + "amount": "18.07", + "parsedAmount": "18070000000000000000" + }, + { + "gotchiId": "22777", + "amount": "6.907500000000001", + "parsedAmount": "6907500000000001000" + }, + { + "gotchiId": "22779", + "amount": "6.4775", + "parsedAmount": "6477500000000000000" + }, + { + "gotchiId": "22780", + "amount": "11.43", + "parsedAmount": "11430000000000000000" + }, + { + "gotchiId": "22784", + "amount": "2.8675", + "parsedAmount": "2867500000000000000" + }, + { + "gotchiId": "22785", + "amount": "42.435", + "parsedAmount": "42435000000000000000" + }, + { + "gotchiId": "22788", + "amount": "10.89", + "parsedAmount": "10890000000000000000" + }, + { + "gotchiId": "22790", + "amount": "5.0475", + "parsedAmount": "5047500000000000000" + }, + { + "gotchiId": "22792", + "amount": "5.085", + "parsedAmount": "5085000000000000000" + }, + { + "gotchiId": "22793", + "amount": "64.475", + "parsedAmount": "64475000000000000000" + }, + { + "gotchiId": "22795", + "amount": "11.959999999999999", + "parsedAmount": "11959999999999999000" + }, + { + "gotchiId": "22796", + "amount": "4.505", + "parsedAmount": "4505000000000000000" + }, + { + "gotchiId": "22797", + "amount": "11.2125", + "parsedAmount": "11212500000000000000" + }, + { + "gotchiId": "22798", + "amount": "5.45", + "parsedAmount": "5450000000000000000" + }, + { + "gotchiId": "22800", + "amount": "3.595", + "parsedAmount": "3595000000000000000" + }, + { + "gotchiId": "22806", + "amount": "11.44", + "parsedAmount": "11440000000000000000" + }, + { + "gotchiId": "22808", + "amount": "9.190000000000001", + "parsedAmount": "9190000000000001000" + }, + { + "gotchiId": "22809", + "amount": "11.42", + "parsedAmount": "11420000000000000000" + }, + { + "gotchiId": "22810", + "amount": "4.6425", + "parsedAmount": "4642500000000000000" + }, + { + "gotchiId": "22813", + "amount": "5.7825", + "parsedAmount": "5782500000000000000" + }, + { + "gotchiId": "22815", + "amount": "9.9", + "parsedAmount": "9900000000000000000" + }, + { + "gotchiId": "22819", + "amount": "13.4525", + "parsedAmount": "13452500000000000000" + }, + { + "gotchiId": "22820", + "amount": "12.66", + "parsedAmount": "12660000000000000000" + }, + { + "gotchiId": "22826", + "amount": "20.27", + "parsedAmount": "20270000000000000000" + }, + { + "gotchiId": "22834", + "amount": "15.934999999999999", + "parsedAmount": "15934999999999999000" + }, + { + "gotchiId": "22835", + "amount": "18.4325", + "parsedAmount": "18432500000000000000" + }, + { + "gotchiId": "22839", + "amount": "9.040000000000001", + "parsedAmount": "9040000000000001000" + }, + { + "gotchiId": "22842", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "22844", + "amount": "406.71", + "parsedAmount": "406710000000000000000" + }, + { + "gotchiId": "22845", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "22846", + "amount": "8.035", + "parsedAmount": "8035000000000000000" + }, + { + "gotchiId": "22850", + "amount": "7.675", + "parsedAmount": "7675000000000000000" + }, + { + "gotchiId": "22851", + "amount": "17.06", + "parsedAmount": "17060000000000000000" + }, + { + "gotchiId": "22853", + "amount": "7.9525", + "parsedAmount": "7952500000000000000" + }, + { + "gotchiId": "22854", + "amount": "4.1875", + "parsedAmount": "4187500000000000000" + }, + { + "gotchiId": "22855", + "amount": "6.255", + "parsedAmount": "6255000000000000000" + }, + { + "gotchiId": "22857", + "amount": "4.27", + "parsedAmount": "4270000000000000000" + }, + { + "gotchiId": "22858", + "amount": "5.92", + "parsedAmount": "5920000000000000000" + }, + { + "gotchiId": "22859", + "amount": "9.22", + "parsedAmount": "9220000000000000000" + }, + { + "gotchiId": "22861", + "amount": "7.05", + "parsedAmount": "7050000000000000000" + }, + { + "gotchiId": "22863", + "amount": "5.48", + "parsedAmount": "5480000000000000000" + }, + { + "gotchiId": "22864", + "amount": "138.88", + "parsedAmount": "138880000000000000000" + }, + { + "gotchiId": "22866", + "amount": "10.4375", + "parsedAmount": "10437500000000000000" + }, + { + "gotchiId": "22867", + "amount": "4.3875", + "parsedAmount": "4387500000000000000" + }, + { + "gotchiId": "22872", + "amount": "8.385", + "parsedAmount": "8385000000000000000" + }, + { + "gotchiId": "22873", + "amount": "12.247500000000002", + "parsedAmount": "12247500000000002000" + }, + { + "gotchiId": "22876", + "amount": "7.415", + "parsedAmount": "7415000000000000000" + }, + { + "gotchiId": "22877", + "amount": "15.219999999999999", + "parsedAmount": "15219999999999999000" + }, + { + "gotchiId": "22878", + "amount": "10.2575", + "parsedAmount": "10257500000000000000" + }, + { + "gotchiId": "22880", + "amount": "1.9275", + "parsedAmount": "1927500000000000000" + }, + { + "gotchiId": "22882", + "amount": "4.58", + "parsedAmount": "4580000000000000000" + }, + { + "gotchiId": "22883", + "amount": "169.70000000000002", + "parsedAmount": "169700000000000020000" + }, + { + "gotchiId": "22884", + "amount": "2.5325", + "parsedAmount": "2532500000000000000" + }, + { + "gotchiId": "22885", + "amount": "104.17", + "parsedAmount": "104170000000000000000" + }, + { + "gotchiId": "22886", + "amount": "6.83", + "parsedAmount": "6830000000000000000" + }, + { + "gotchiId": "22888", + "amount": "4.9525", + "parsedAmount": "4952500000000000000" + }, + { + "gotchiId": "22889", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "22891", + "amount": "2.7625", + "parsedAmount": "2762500000000000000" + }, + { + "gotchiId": "22892", + "amount": "518.7600000000001", + "parsedAmount": "518760000000000100000" + }, + { + "gotchiId": "22894", + "amount": "4.1775", + "parsedAmount": "4177500000000000000" + }, + { + "gotchiId": "22897", + "amount": "12.4975", + "parsedAmount": "12497500000000000000" + }, + { + "gotchiId": "22898", + "amount": "5.46", + "parsedAmount": "5460000000000000000" + }, + { + "gotchiId": "22899", + "amount": "5.359999999999999", + "parsedAmount": "5359999999999999000" + }, + { + "gotchiId": "22900", + "amount": "4.7625", + "parsedAmount": "4762500000000000000" + }, + { + "gotchiId": "22901", + "amount": "7.125", + "parsedAmount": "7125000000000000000" + }, + { + "gotchiId": "22902", + "amount": "15.077499999999999", + "parsedAmount": "15077499999999999000" + }, + { + "gotchiId": "22904", + "amount": "10.7", + "parsedAmount": "10700000000000000000" + }, + { + "gotchiId": "22909", + "amount": "13.1875", + "parsedAmount": "13187500000000000000" + }, + { + "gotchiId": "22911", + "amount": "7.4825", + "parsedAmount": "7482500000000000000" + }, + { + "gotchiId": "22912", + "amount": "7.25", + "parsedAmount": "7250000000000000000" + }, + { + "gotchiId": "22915", + "amount": "15.015", + "parsedAmount": "15015000000000000000" + }, + { + "gotchiId": "22916", + "amount": "10.7225", + "parsedAmount": "10722500000000000000" + }, + { + "gotchiId": "22917", + "amount": "4.995", + "parsedAmount": "4995000000000000000" + }, + { + "gotchiId": "22918", + "amount": "14.1175", + "parsedAmount": "14117500000000000000" + }, + { + "gotchiId": "22921", + "amount": "16.91", + "parsedAmount": "16910000000000000000" + }, + { + "gotchiId": "22922", + "amount": "9.51", + "parsedAmount": "9510000000000000000" + }, + { + "gotchiId": "22925", + "amount": "12.66", + "parsedAmount": "12660000000000000000" + }, + { + "gotchiId": "22926", + "amount": "10.78", + "parsedAmount": "10780000000000000000" + }, + { + "gotchiId": "22927", + "amount": "10.97", + "parsedAmount": "10970000000000000000" + }, + { + "gotchiId": "22928", + "amount": "8.8325", + "parsedAmount": "8832500000000000000" + }, + { + "gotchiId": "22930", + "amount": "15.762500000000001", + "parsedAmount": "15762500000000001000" + }, + { + "gotchiId": "22931", + "amount": "14.93", + "parsedAmount": "14930000000000000000" + }, + { + "gotchiId": "22933", + "amount": "7.285", + "parsedAmount": "7285000000000000000" + }, + { + "gotchiId": "22934", + "amount": "13.9025", + "parsedAmount": "13902500000000000000" + }, + { + "gotchiId": "22936", + "amount": "9.8425", + "parsedAmount": "9842500000000000000" + }, + { + "gotchiId": "22939", + "amount": "28.405", + "parsedAmount": "28405000000000000000" + }, + { + "gotchiId": "22940", + "amount": "10.28", + "parsedAmount": "10280000000000000000" + }, + { + "gotchiId": "22941", + "amount": "52.665", + "parsedAmount": "52665000000000000000" + }, + { + "gotchiId": "22945", + "amount": "5.27", + "parsedAmount": "5270000000000000000" + }, + { + "gotchiId": "22949", + "amount": "1.865", + "parsedAmount": "1865000000000000000" + }, + { + "gotchiId": "22950", + "amount": "5.5875", + "parsedAmount": "5587500000000000000" + }, + { + "gotchiId": "22952", + "amount": "2.0975", + "parsedAmount": "2097500000000000000" + }, + { + "gotchiId": "22958", + "amount": "87.2375", + "parsedAmount": "87237500000000000000" + }, + { + "gotchiId": "22965", + "amount": "27.86", + "parsedAmount": "27860000000000000000" + }, + { + "gotchiId": "22971", + "amount": "2.69", + "parsedAmount": "2690000000000000000" + }, + { + "gotchiId": "22972", + "amount": "6.0825", + "parsedAmount": "6082500000000000000" + }, + { + "gotchiId": "22974", + "amount": "14.987499999999999", + "parsedAmount": "14987499999999999000" + }, + { + "gotchiId": "22975", + "amount": "7.137499999999999", + "parsedAmount": "7137499999999999000" + }, + { + "gotchiId": "22976", + "amount": "2.99", + "parsedAmount": "2990000000000000000" + }, + { + "gotchiId": "22977", + "amount": "29.2275", + "parsedAmount": "29227500000000000000" + }, + { + "gotchiId": "22979", + "amount": "19.5825", + "parsedAmount": "19582500000000000000" + }, + { + "gotchiId": "22980", + "amount": "3.0325", + "parsedAmount": "3032500000000000000" + }, + { + "gotchiId": "22982", + "amount": "9.385", + "parsedAmount": "9385000000000000000" + }, + { + "gotchiId": "22985", + "amount": "13.790000000000001", + "parsedAmount": "13790000000000001000" + }, + { + "gotchiId": "22986", + "amount": "8.125", + "parsedAmount": "8125000000000000000" + }, + { + "gotchiId": "22987", + "amount": "15.115000000000002", + "parsedAmount": "15115000000000002000" + }, + { + "gotchiId": "22988", + "amount": "7.2524999999999995", + "parsedAmount": "7252499999999999500" + }, + { + "gotchiId": "22992", + "amount": "8.445", + "parsedAmount": "8445000000000000000" + }, + { + "gotchiId": "22995", + "amount": "22.2275", + "parsedAmount": "22227500000000000000" + }, + { + "gotchiId": "22996", + "amount": "3.8325", + "parsedAmount": "3832500000000000000" + }, + { + "gotchiId": "22998", + "amount": "24.357499999999998", + "parsedAmount": "24357499999999998000" + }, + { + "gotchiId": "22999", + "amount": "5.09", + "parsedAmount": "5090000000000000000" + }, + { + "gotchiId": "23001", + "amount": "6.4399999999999995", + "parsedAmount": "6439999999999999500" + }, + { + "gotchiId": "23004", + "amount": "3.6025", + "parsedAmount": "3602500000000000000" + }, + { + "gotchiId": "23006", + "amount": "6.1325", + "parsedAmount": "6132500000000000000" + }, + { + "gotchiId": "23007", + "amount": "16.9075", + "parsedAmount": "16907500000000000000" + }, + { + "gotchiId": "23008", + "amount": "56.2075", + "parsedAmount": "56207500000000000000" + } + ], + "totalAmount": "12311622499999999950500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768526, + "gasUsed": "10047498" + }, + { + "batchIndex": 22, + "transactionHash": "0x57a9e7ff0994d29d964c16b48666b707caa8f0b429a869f502c63ad05caa27ab", + "timestamp": "2025-11-05T07:06:42.402Z", + "gotchiRewards": [ + { + "gotchiId": "23010", + "amount": "18.2375", + "parsedAmount": "18237500000000000000" + }, + { + "gotchiId": "23013", + "amount": "9.39", + "parsedAmount": "9390000000000000000" + }, + { + "gotchiId": "23021", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "23028", + "amount": "12.9475", + "parsedAmount": "12947500000000000000" + }, + { + "gotchiId": "23029", + "amount": "8.3575", + "parsedAmount": "8357500000000000000" + }, + { + "gotchiId": "23030", + "amount": "12.195", + "parsedAmount": "12195000000000000000" + }, + { + "gotchiId": "23033", + "amount": "1.82", + "parsedAmount": "1820000000000000000" + }, + { + "gotchiId": "23041", + "amount": "1.965", + "parsedAmount": "1965000000000000000" + }, + { + "gotchiId": "23063", + "amount": "3.165", + "parsedAmount": "3165000000000000000" + }, + { + "gotchiId": "23064", + "amount": "6.5075", + "parsedAmount": "6507500000000000000" + }, + { + "gotchiId": "23065", + "amount": "114.89", + "parsedAmount": "114890000000000000000" + }, + { + "gotchiId": "23067", + "amount": "245.715", + "parsedAmount": "245715000000000000000" + }, + { + "gotchiId": "23068", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "23072", + "amount": "12.2125", + "parsedAmount": "12212500000000000000" + }, + { + "gotchiId": "23073", + "amount": "16.817500000000003", + "parsedAmount": "16817500000000003000" + }, + { + "gotchiId": "23077", + "amount": "15.32", + "parsedAmount": "15320000000000000000" + }, + { + "gotchiId": "23082", + "amount": "4.3725", + "parsedAmount": "4372500000000000000" + }, + { + "gotchiId": "23085", + "amount": "5.715", + "parsedAmount": "5715000000000000000" + }, + { + "gotchiId": "23086", + "amount": "12.6375", + "parsedAmount": "12637500000000000000" + }, + { + "gotchiId": "23088", + "amount": "4.67", + "parsedAmount": "4670000000000000000" + }, + { + "gotchiId": "23095", + "amount": "17.7925", + "parsedAmount": "17792500000000000000" + }, + { + "gotchiId": "23096", + "amount": "1.86", + "parsedAmount": "1860000000000000000" + }, + { + "gotchiId": "23097", + "amount": "17.99", + "parsedAmount": "17990000000000000000" + }, + { + "gotchiId": "23098", + "amount": "69.255", + "parsedAmount": "69255000000000000000" + }, + { + "gotchiId": "23099", + "amount": "9.29", + "parsedAmount": "9290000000000000000" + }, + { + "gotchiId": "23102", + "amount": "63.63249999999999", + "parsedAmount": "63632499999999990000" + }, + { + "gotchiId": "23104", + "amount": "12.3825", + "parsedAmount": "12382500000000000000" + }, + { + "gotchiId": "23110", + "amount": "14.4875", + "parsedAmount": "14487500000000000000" + }, + { + "gotchiId": "23111", + "amount": "5.325", + "parsedAmount": "5325000000000000000" + }, + { + "gotchiId": "23113", + "amount": "5.29", + "parsedAmount": "5290000000000000000" + }, + { + "gotchiId": "23115", + "amount": "2.1675", + "parsedAmount": "2167500000000000000" + }, + { + "gotchiId": "23116", + "amount": "10.815", + "parsedAmount": "10815000000000000000" + }, + { + "gotchiId": "23117", + "amount": "14.75", + "parsedAmount": "14750000000000000000" + }, + { + "gotchiId": "23122", + "amount": "7.59", + "parsedAmount": "7590000000000000000" + }, + { + "gotchiId": "23123", + "amount": "2.2125", + "parsedAmount": "2212500000000000000" + }, + { + "gotchiId": "23124", + "amount": "2.285", + "parsedAmount": "2285000000000000000" + }, + { + "gotchiId": "23125", + "amount": "5.4375", + "parsedAmount": "5437500000000000000" + }, + { + "gotchiId": "23127", + "amount": "16.1775", + "parsedAmount": "16177500000000000000" + }, + { + "gotchiId": "23128", + "amount": "10.0125", + "parsedAmount": "10012500000000000000" + }, + { + "gotchiId": "23129", + "amount": "20.565", + "parsedAmount": "20565000000000000000" + }, + { + "gotchiId": "23132", + "amount": "19.97", + "parsedAmount": "19970000000000000000" + }, + { + "gotchiId": "23134", + "amount": "12.504999999999999", + "parsedAmount": "12504999999999999000" + }, + { + "gotchiId": "23138", + "amount": "8.1125", + "parsedAmount": "8112500000000000000" + }, + { + "gotchiId": "23140", + "amount": "23.4075", + "parsedAmount": "23407500000000000000" + }, + { + "gotchiId": "23141", + "amount": "9.245", + "parsedAmount": "9245000000000000000" + }, + { + "gotchiId": "23142", + "amount": "5.0675", + "parsedAmount": "5067500000000000000" + }, + { + "gotchiId": "23145", + "amount": "12.3025", + "parsedAmount": "12302500000000000000" + }, + { + "gotchiId": "23146", + "amount": "18.395", + "parsedAmount": "18395000000000000000" + }, + { + "gotchiId": "23153", + "amount": "7.695", + "parsedAmount": "7695000000000000000" + }, + { + "gotchiId": "23156", + "amount": "6.855", + "parsedAmount": "6855000000000000000" + }, + { + "gotchiId": "23157", + "amount": "4.6225", + "parsedAmount": "4622500000000000000" + }, + { + "gotchiId": "23161", + "amount": "7.8325000000000005", + "parsedAmount": "7832500000000000500" + }, + { + "gotchiId": "23163", + "amount": "11.3025", + "parsedAmount": "11302500000000000000" + }, + { + "gotchiId": "23164", + "amount": "2.7975", + "parsedAmount": "2797500000000000000" + }, + { + "gotchiId": "23167", + "amount": "8.84", + "parsedAmount": "8840000000000000000" + }, + { + "gotchiId": "23168", + "amount": "34.0875", + "parsedAmount": "34087500000000000000" + }, + { + "gotchiId": "23170", + "amount": "10.0275", + "parsedAmount": "10027500000000000000" + }, + { + "gotchiId": "23171", + "amount": "19.8225", + "parsedAmount": "19822500000000000000" + }, + { + "gotchiId": "23174", + "amount": "108.42", + "parsedAmount": "108420000000000000000" + }, + { + "gotchiId": "23175", + "amount": "5.032500000000001", + "parsedAmount": "5032500000000001000" + }, + { + "gotchiId": "23183", + "amount": "18.565", + "parsedAmount": "18565000000000000000" + }, + { + "gotchiId": "23192", + "amount": "53.36", + "parsedAmount": "53360000000000000000" + }, + { + "gotchiId": "23193", + "amount": "5.9625", + "parsedAmount": "5962500000000000000" + }, + { + "gotchiId": "23198", + "amount": "8.135", + "parsedAmount": "8135000000000000000" + }, + { + "gotchiId": "23199", + "amount": "1.8575", + "parsedAmount": "1857500000000000000" + }, + { + "gotchiId": "23201", + "amount": "391.1775", + "parsedAmount": "391177500000000000000" + }, + { + "gotchiId": "23202", + "amount": "10.610000000000001", + "parsedAmount": "10610000000000001000" + }, + { + "gotchiId": "23205", + "amount": "5.66", + "parsedAmount": "5660000000000000000" + }, + { + "gotchiId": "23209", + "amount": "5.3525", + "parsedAmount": "5352500000000000000" + }, + { + "gotchiId": "23211", + "amount": "2.3025", + "parsedAmount": "2302500000000000000" + }, + { + "gotchiId": "23213", + "amount": "22.384999999999998", + "parsedAmount": "22384999999999998000" + }, + { + "gotchiId": "23216", + "amount": "8.2575", + "parsedAmount": "8257500000000000000" + }, + { + "gotchiId": "23221", + "amount": "26.72", + "parsedAmount": "26720000000000000000" + }, + { + "gotchiId": "23224", + "amount": "6.91", + "parsedAmount": "6910000000000000000" + }, + { + "gotchiId": "23226", + "amount": "37.5825", + "parsedAmount": "37582500000000000000" + }, + { + "gotchiId": "23227", + "amount": "5.0600000000000005", + "parsedAmount": "5060000000000000500" + }, + { + "gotchiId": "23229", + "amount": "6.05", + "parsedAmount": "6050000000000000000" + }, + { + "gotchiId": "23230", + "amount": "3.19", + "parsedAmount": "3190000000000000000" + }, + { + "gotchiId": "23231", + "amount": "7.504999999999999", + "parsedAmount": "7504999999999999000" + }, + { + "gotchiId": "23235", + "amount": "25.387500000000003", + "parsedAmount": "25387500000000003000" + }, + { + "gotchiId": "23236", + "amount": "6.04", + "parsedAmount": "6040000000000000000" + }, + { + "gotchiId": "23238", + "amount": "24.2425", + "parsedAmount": "24242500000000000000" + }, + { + "gotchiId": "23239", + "amount": "28.520000000000003", + "parsedAmount": "28520000000000003000" + }, + { + "gotchiId": "23241", + "amount": "51.1325", + "parsedAmount": "51132500000000000000" + }, + { + "gotchiId": "23242", + "amount": "2.05", + "parsedAmount": "2050000000000000000" + }, + { + "gotchiId": "23244", + "amount": "8.14", + "parsedAmount": "8140000000000000000" + }, + { + "gotchiId": "23245", + "amount": "38.41250000000001", + "parsedAmount": "38412500000000010000" + }, + { + "gotchiId": "23249", + "amount": "38.417500000000004", + "parsedAmount": "38417500000000004000" + }, + { + "gotchiId": "23250", + "amount": "4.7325", + "parsedAmount": "4732500000000000000" + }, + { + "gotchiId": "23255", + "amount": "4.64", + "parsedAmount": "4640000000000000000" + }, + { + "gotchiId": "23257", + "amount": "6.782500000000001", + "parsedAmount": "6782500000000001000" + }, + { + "gotchiId": "23258", + "amount": "25.6325", + "parsedAmount": "25632500000000000000" + }, + { + "gotchiId": "23261", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "23265", + "amount": "18.8075", + "parsedAmount": "18807500000000000000" + }, + { + "gotchiId": "23269", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "23270", + "amount": "28.58", + "parsedAmount": "28580000000000000000" + }, + { + "gotchiId": "23271", + "amount": "23.2175", + "parsedAmount": "23217500000000000000" + }, + { + "gotchiId": "23272", + "amount": "4.225", + "parsedAmount": "4225000000000000000" + }, + { + "gotchiId": "23274", + "amount": "3.5725", + "parsedAmount": "3572500000000000000" + }, + { + "gotchiId": "23280", + "amount": "29.7425", + "parsedAmount": "29742500000000000000" + }, + { + "gotchiId": "23288", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "23293", + "amount": "21.404999999999998", + "parsedAmount": "21404999999999998000" + }, + { + "gotchiId": "23295", + "amount": "5.25", + "parsedAmount": "5250000000000000000" + }, + { + "gotchiId": "23298", + "amount": "1.99", + "parsedAmount": "1990000000000000000" + }, + { + "gotchiId": "23302", + "amount": "6.9399999999999995", + "parsedAmount": "6939999999999999500" + }, + { + "gotchiId": "23303", + "amount": "20.2575", + "parsedAmount": "20257500000000000000" + }, + { + "gotchiId": "23309", + "amount": "2.1525", + "parsedAmount": "2152500000000000000" + }, + { + "gotchiId": "23312", + "amount": "6.245", + "parsedAmount": "6245000000000000000" + }, + { + "gotchiId": "23313", + "amount": "24.485", + "parsedAmount": "24485000000000000000" + }, + { + "gotchiId": "23317", + "amount": "5.14", + "parsedAmount": "5140000000000000000" + }, + { + "gotchiId": "23319", + "amount": "29.345", + "parsedAmount": "29345000000000000000" + }, + { + "gotchiId": "23320", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "23321", + "amount": "83.11", + "parsedAmount": "83110000000000000000" + }, + { + "gotchiId": "23324", + "amount": "15.215", + "parsedAmount": "15215000000000000000" + }, + { + "gotchiId": "23325", + "amount": "4.375", + "parsedAmount": "4375000000000000000" + }, + { + "gotchiId": "23326", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "23329", + "amount": "20.845", + "parsedAmount": "20845000000000000000" + }, + { + "gotchiId": "23336", + "amount": "5.3125", + "parsedAmount": "5312500000000000000" + }, + { + "gotchiId": "23338", + "amount": "11.802499999999998", + "parsedAmount": "11802499999999998000" + }, + { + "gotchiId": "23340", + "amount": "5.5025", + "parsedAmount": "5502500000000000000" + }, + { + "gotchiId": "23343", + "amount": "11.635", + "parsedAmount": "11635000000000000000" + }, + { + "gotchiId": "23345", + "amount": "22.705", + "parsedAmount": "22705000000000000000" + }, + { + "gotchiId": "23347", + "amount": "17.055", + "parsedAmount": "17055000000000000000" + }, + { + "gotchiId": "23348", + "amount": "7.365", + "parsedAmount": "7365000000000000000" + }, + { + "gotchiId": "23349", + "amount": "11.219999999999999", + "parsedAmount": "11219999999999999000" + }, + { + "gotchiId": "23351", + "amount": "6.067500000000001", + "parsedAmount": "6067500000000001000" + }, + { + "gotchiId": "23352", + "amount": "37.22", + "parsedAmount": "37220000000000000000" + }, + { + "gotchiId": "23353", + "amount": "12.3375", + "parsedAmount": "12337500000000000000" + }, + { + "gotchiId": "23355", + "amount": "4.0775", + "parsedAmount": "4077500000000000000" + }, + { + "gotchiId": "23356", + "amount": "12.442499999999999", + "parsedAmount": "12442499999999999000" + }, + { + "gotchiId": "23362", + "amount": "2.6875", + "parsedAmount": "2687500000000000000" + }, + { + "gotchiId": "23364", + "amount": "3.825", + "parsedAmount": "3825000000000000000" + }, + { + "gotchiId": "23367", + "amount": "2.1175", + "parsedAmount": "2117500000000000000" + }, + { + "gotchiId": "23368", + "amount": "17.2725", + "parsedAmount": "17272500000000000000" + }, + { + "gotchiId": "23373", + "amount": "4.7025", + "parsedAmount": "4702500000000000000" + }, + { + "gotchiId": "23377", + "amount": "24.16", + "parsedAmount": "24160000000000000000" + }, + { + "gotchiId": "23387", + "amount": "1.915", + "parsedAmount": "1915000000000000000" + }, + { + "gotchiId": "23390", + "amount": "17.68", + "parsedAmount": "17680000000000000000" + }, + { + "gotchiId": "23392", + "amount": "11.535", + "parsedAmount": "11535000000000000000" + }, + { + "gotchiId": "23393", + "amount": "7.35", + "parsedAmount": "7350000000000000000" + }, + { + "gotchiId": "23397", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "23399", + "amount": "6.93", + "parsedAmount": "6930000000000000000" + }, + { + "gotchiId": "23400", + "amount": "6.6575", + "parsedAmount": "6657500000000000000" + }, + { + "gotchiId": "23402", + "amount": "13.91", + "parsedAmount": "13910000000000000000" + }, + { + "gotchiId": "23403", + "amount": "13.197500000000002", + "parsedAmount": "13197500000000002000" + }, + { + "gotchiId": "23407", + "amount": "1.9", + "parsedAmount": "1900000000000000000" + }, + { + "gotchiId": "23408", + "amount": "5.0725", + "parsedAmount": "5072500000000000000" + }, + { + "gotchiId": "23411", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "23413", + "amount": "13.655000000000001", + "parsedAmount": "13655000000000001000" + }, + { + "gotchiId": "23414", + "amount": "61.9825", + "parsedAmount": "61982500000000000000" + }, + { + "gotchiId": "23415", + "amount": "11.7725", + "parsedAmount": "11772500000000000000" + }, + { + "gotchiId": "23418", + "amount": "97.5825", + "parsedAmount": "97582500000000000000" + }, + { + "gotchiId": "23420", + "amount": "3.9275", + "parsedAmount": "3927500000000000000" + }, + { + "gotchiId": "23422", + "amount": "3.5", + "parsedAmount": "3500000000000000000" + }, + { + "gotchiId": "23423", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "23424", + "amount": "11.785", + "parsedAmount": "11785000000000000000" + }, + { + "gotchiId": "23425", + "amount": "23.25", + "parsedAmount": "23250000000000000000" + }, + { + "gotchiId": "23430", + "amount": "5.9125", + "parsedAmount": "5912500000000000000" + }, + { + "gotchiId": "23432", + "amount": "1.94", + "parsedAmount": "1940000000000000000" + }, + { + "gotchiId": "23433", + "amount": "9.6525", + "parsedAmount": "9652500000000000000" + }, + { + "gotchiId": "23434", + "amount": "8.25", + "parsedAmount": "8250000000000000000" + }, + { + "gotchiId": "23437", + "amount": "28.654999999999998", + "parsedAmount": "28654999999999998000" + }, + { + "gotchiId": "23438", + "amount": "2.0225", + "parsedAmount": "2022500000000000000" + }, + { + "gotchiId": "23439", + "amount": "13.7825", + "parsedAmount": "13782500000000000000" + }, + { + "gotchiId": "23443", + "amount": "11.7525", + "parsedAmount": "11752500000000000000" + }, + { + "gotchiId": "23448", + "amount": "9.74", + "parsedAmount": "9740000000000000000" + }, + { + "gotchiId": "23449", + "amount": "10.4275", + "parsedAmount": "10427500000000000000" + }, + { + "gotchiId": "23450", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "23455", + "amount": "34.6025", + "parsedAmount": "34602500000000000000" + }, + { + "gotchiId": "23460", + "amount": "46.675000000000004", + "parsedAmount": "46675000000000004000" + }, + { + "gotchiId": "23461", + "amount": "1.97", + "parsedAmount": "1970000000000000000" + }, + { + "gotchiId": "23462", + "amount": "5.0525", + "parsedAmount": "5052500000000000000" + }, + { + "gotchiId": "23465", + "amount": "6.0925", + "parsedAmount": "6092500000000000000" + }, + { + "gotchiId": "23468", + "amount": "8.209999999999999", + "parsedAmount": "8209999999999999000" + }, + { + "gotchiId": "23469", + "amount": "17.155", + "parsedAmount": "17155000000000000000" + }, + { + "gotchiId": "23470", + "amount": "2.795", + "parsedAmount": "2795000000000000000" + }, + { + "gotchiId": "23476", + "amount": "4.6375", + "parsedAmount": "4637500000000000000" + }, + { + "gotchiId": "23477", + "amount": "5.59", + "parsedAmount": "5590000000000000000" + }, + { + "gotchiId": "23479", + "amount": "238.58749999999998", + "parsedAmount": "238587499999999980000" + }, + { + "gotchiId": "23481", + "amount": "10.2025", + "parsedAmount": "10202500000000000000" + }, + { + "gotchiId": "23488", + "amount": "3.655", + "parsedAmount": "3655000000000000000" + }, + { + "gotchiId": "23490", + "amount": "10.535", + "parsedAmount": "10535000000000000000" + }, + { + "gotchiId": "23492", + "amount": "35.707499999999996", + "parsedAmount": "35707499999999996000" + }, + { + "gotchiId": "23494", + "amount": "11.865000000000002", + "parsedAmount": "11865000000000002000" + }, + { + "gotchiId": "23495", + "amount": "7.935", + "parsedAmount": "7935000000000000000" + }, + { + "gotchiId": "23496", + "amount": "23.637500000000003", + "parsedAmount": "23637500000000003000" + }, + { + "gotchiId": "23500", + "amount": "6.0225", + "parsedAmount": "6022500000000000000" + }, + { + "gotchiId": "23501", + "amount": "61.510000000000005", + "parsedAmount": "61510000000000005000" + }, + { + "gotchiId": "23502", + "amount": "6.8975", + "parsedAmount": "6897500000000000000" + }, + { + "gotchiId": "23503", + "amount": "8.2525", + "parsedAmount": "8252500000000000000" + }, + { + "gotchiId": "23505", + "amount": "13.989999999999998", + "parsedAmount": "13989999999999998000" + }, + { + "gotchiId": "23507", + "amount": "13.42", + "parsedAmount": "13420000000000000000" + }, + { + "gotchiId": "23512", + "amount": "5.43", + "parsedAmount": "5430000000000000000" + }, + { + "gotchiId": "23514", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "23515", + "amount": "24.7025", + "parsedAmount": "24702500000000000000" + }, + { + "gotchiId": "23518", + "amount": "4.205", + "parsedAmount": "4205000000000000000" + }, + { + "gotchiId": "23519", + "amount": "6.465", + "parsedAmount": "6465000000000000000" + }, + { + "gotchiId": "23523", + "amount": "9.715", + "parsedAmount": "9715000000000000000" + }, + { + "gotchiId": "23524", + "amount": "19.0575", + "parsedAmount": "19057500000000000000" + }, + { + "gotchiId": "23525", + "amount": "17.235", + "parsedAmount": "17235000000000000000" + }, + { + "gotchiId": "23526", + "amount": "6.6775", + "parsedAmount": "6677500000000000000" + }, + { + "gotchiId": "23527", + "amount": "2.015", + "parsedAmount": "2015000000000000000" + }, + { + "gotchiId": "23529", + "amount": "22.49", + "parsedAmount": "22490000000000000000" + }, + { + "gotchiId": "23531", + "amount": "16.26", + "parsedAmount": "16260000000000000000" + }, + { + "gotchiId": "23533", + "amount": "6.6825", + "parsedAmount": "6682500000000000000" + }, + { + "gotchiId": "23535", + "amount": "15.9125", + "parsedAmount": "15912500000000000000" + }, + { + "gotchiId": "23537", + "amount": "15.0625", + "parsedAmount": "15062500000000000000" + }, + { + "gotchiId": "23539", + "amount": "7.765", + "parsedAmount": "7765000000000000000" + }, + { + "gotchiId": "23541", + "amount": "43.6775", + "parsedAmount": "43677500000000000000" + }, + { + "gotchiId": "23547", + "amount": "13.787500000000001", + "parsedAmount": "13787500000000001000" + }, + { + "gotchiId": "23548", + "amount": "13.0525", + "parsedAmount": "13052500000000000000" + }, + { + "gotchiId": "23574", + "amount": "20.2675", + "parsedAmount": "20267500000000000000" + }, + { + "gotchiId": "23576", + "amount": "38.6925", + "parsedAmount": "38692500000000000000" + }, + { + "gotchiId": "23577", + "amount": "27.29", + "parsedAmount": "27290000000000000000" + }, + { + "gotchiId": "23579", + "amount": "5.89", + "parsedAmount": "5890000000000000000" + }, + { + "gotchiId": "23580", + "amount": "4.9875", + "parsedAmount": "4987500000000000000" + }, + { + "gotchiId": "23581", + "amount": "2.0475", + "parsedAmount": "2047500000000000000" + }, + { + "gotchiId": "23583", + "amount": "14.237499999999999", + "parsedAmount": "14237499999999999000" + }, + { + "gotchiId": "23587", + "amount": "7.6175", + "parsedAmount": "7617500000000000000" + }, + { + "gotchiId": "23588", + "amount": "11.5375", + "parsedAmount": "11537500000000000000" + }, + { + "gotchiId": "23589", + "amount": "5.672499999999999", + "parsedAmount": "5672499999999999000" + }, + { + "gotchiId": "23590", + "amount": "5.6675", + "parsedAmount": "5667500000000000000" + }, + { + "gotchiId": "23593", + "amount": "16.945", + "parsedAmount": "16945000000000000000" + }, + { + "gotchiId": "23595", + "amount": "2.9175", + "parsedAmount": "2917500000000000000" + }, + { + "gotchiId": "23596", + "amount": "3.01", + "parsedAmount": "3010000000000000000" + }, + { + "gotchiId": "23599", + "amount": "4.1825", + "parsedAmount": "4182500000000000000" + }, + { + "gotchiId": "23600", + "amount": "17.2425", + "parsedAmount": "17242500000000000000" + }, + { + "gotchiId": "23601", + "amount": "17.395", + "parsedAmount": "17395000000000000000" + }, + { + "gotchiId": "23607", + "amount": "5.609999999999999", + "parsedAmount": "5609999999999999000" + }, + { + "gotchiId": "23611", + "amount": "8.0075", + "parsedAmount": "8007500000000000000" + }, + { + "gotchiId": "23612", + "amount": "8.309999999999999", + "parsedAmount": "8309999999999999000" + }, + { + "gotchiId": "23614", + "amount": "11.08", + "parsedAmount": "11080000000000000000" + }, + { + "gotchiId": "23618", + "amount": "2.2425", + "parsedAmount": "2242500000000000000" + }, + { + "gotchiId": "23619", + "amount": "97.44749999999999", + "parsedAmount": "97447499999999990000" + }, + { + "gotchiId": "23620", + "amount": "21.0775", + "parsedAmount": "21077500000000000000" + }, + { + "gotchiId": "23623", + "amount": "6.775", + "parsedAmount": "6775000000000000000" + }, + { + "gotchiId": "23629", + "amount": "29.615000000000002", + "parsedAmount": "29615000000000002000" + }, + { + "gotchiId": "23632", + "amount": "7.4725", + "parsedAmount": "7472500000000000000" + }, + { + "gotchiId": "23638", + "amount": "8.855", + "parsedAmount": "8855000000000000000" + }, + { + "gotchiId": "23642", + "amount": "13.157499999999999", + "parsedAmount": "13157499999999999000" + }, + { + "gotchiId": "23643", + "amount": "6.85", + "parsedAmount": "6850000000000000000" + }, + { + "gotchiId": "23648", + "amount": "6.62", + "parsedAmount": "6620000000000000000" + }, + { + "gotchiId": "23652", + "amount": "7.8575", + "parsedAmount": "7857500000000000000" + }, + { + "gotchiId": "23654", + "amount": "10.01", + "parsedAmount": "10010000000000000000" + }, + { + "gotchiId": "23659", + "amount": "8.0175", + "parsedAmount": "8017500000000000000" + }, + { + "gotchiId": "23660", + "amount": "9.9925", + "parsedAmount": "9992500000000000000" + }, + { + "gotchiId": "23663", + "amount": "5.075", + "parsedAmount": "5075000000000000000" + }, + { + "gotchiId": "23666", + "amount": "22.09", + "parsedAmount": "22090000000000000000" + }, + { + "gotchiId": "23670", + "amount": "4.6075", + "parsedAmount": "4607500000000000000" + }, + { + "gotchiId": "23671", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "23672", + "amount": "13.1875", + "parsedAmount": "13187500000000000000" + }, + { + "gotchiId": "23673", + "amount": "4.1375", + "parsedAmount": "4137500000000000000" + }, + { + "gotchiId": "23674", + "amount": "9.31", + "parsedAmount": "9310000000000000000" + }, + { + "gotchiId": "23675", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "23679", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "23680", + "amount": "13.3575", + "parsedAmount": "13357500000000000000" + }, + { + "gotchiId": "23689", + "amount": "18.810000000000002", + "parsedAmount": "18810000000000002000" + }, + { + "gotchiId": "23690", + "amount": "17.27", + "parsedAmount": "17270000000000000000" + }, + { + "gotchiId": "23691", + "amount": "4.96", + "parsedAmount": "4960000000000000000" + }, + { + "gotchiId": "23692", + "amount": "2.145", + "parsedAmount": "2145000000000000000" + }, + { + "gotchiId": "23694", + "amount": "6.8025", + "parsedAmount": "6802500000000000000" + }, + { + "gotchiId": "23698", + "amount": "6.79", + "parsedAmount": "6790000000000000000" + }, + { + "gotchiId": "23701", + "amount": "7.637499999999999", + "parsedAmount": "7637499999999999000" + }, + { + "gotchiId": "23702", + "amount": "7.2775", + "parsedAmount": "7277500000000000000" + }, + { + "gotchiId": "23703", + "amount": "12.335", + "parsedAmount": "12335000000000000000" + }, + { + "gotchiId": "23704", + "amount": "5.78", + "parsedAmount": "5780000000000000000" + }, + { + "gotchiId": "23705", + "amount": "15.969999999999999", + "parsedAmount": "15969999999999999000" + }, + { + "gotchiId": "23706", + "amount": "10.4475", + "parsedAmount": "10447500000000000000" + }, + { + "gotchiId": "23709", + "amount": "2.79", + "parsedAmount": "2790000000000000000" + }, + { + "gotchiId": "23710", + "amount": "11.5475", + "parsedAmount": "11547500000000000000" + }, + { + "gotchiId": "23711", + "amount": "338.85249999999996", + "parsedAmount": "338852499999999960000" + }, + { + "gotchiId": "23712", + "amount": "38.8725", + "parsedAmount": "38872500000000000000" + }, + { + "gotchiId": "23717", + "amount": "5.785", + "parsedAmount": "5785000000000000000" + }, + { + "gotchiId": "23723", + "amount": "20.177500000000002", + "parsedAmount": "20177500000000002000" + }, + { + "gotchiId": "23729", + "amount": "4.615", + "parsedAmount": "4615000000000000000" + }, + { + "gotchiId": "23730", + "amount": "1.9675", + "parsedAmount": "1967500000000000000" + }, + { + "gotchiId": "23741", + "amount": "29.445", + "parsedAmount": "29445000000000000000" + }, + { + "gotchiId": "23747", + "amount": "7.93", + "parsedAmount": "7930000000000000000" + }, + { + "gotchiId": "23748", + "amount": "9.21", + "parsedAmount": "9210000000000000000" + }, + { + "gotchiId": "23749", + "amount": "5.0875", + "parsedAmount": "5087500000000000000" + }, + { + "gotchiId": "23751", + "amount": "66.77", + "parsedAmount": "66770000000000000000" + }, + { + "gotchiId": "23753", + "amount": "15.8675", + "parsedAmount": "15867500000000000000" + }, + { + "gotchiId": "23755", + "amount": "3.83", + "parsedAmount": "3830000000000000000" + }, + { + "gotchiId": "23757", + "amount": "48.1575", + "parsedAmount": "48157500000000000000" + }, + { + "gotchiId": "23766", + "amount": "21.275", + "parsedAmount": "21275000000000000000" + }, + { + "gotchiId": "23767", + "amount": "10.825", + "parsedAmount": "10825000000000000000" + }, + { + "gotchiId": "23771", + "amount": "2.3525", + "parsedAmount": "2352500000000000000" + }, + { + "gotchiId": "23773", + "amount": "55.1625", + "parsedAmount": "55162500000000000000" + }, + { + "gotchiId": "23774", + "amount": "13.39", + "parsedAmount": "13390000000000000000" + }, + { + "gotchiId": "23775", + "amount": "8.5125", + "parsedAmount": "8512500000000000000" + }, + { + "gotchiId": "23777", + "amount": "14.08", + "parsedAmount": "14080000000000000000" + }, + { + "gotchiId": "23779", + "amount": "10.302499999999998", + "parsedAmount": "10302499999999998000" + }, + { + "gotchiId": "23780", + "amount": "29.2725", + "parsedAmount": "29272500000000000000" + }, + { + "gotchiId": "23785", + "amount": "16.9225", + "parsedAmount": "16922500000000000000" + }, + { + "gotchiId": "23786", + "amount": "5.4725", + "parsedAmount": "5472500000000000000" + }, + { + "gotchiId": "23789", + "amount": "6.135", + "parsedAmount": "6135000000000000000" + }, + { + "gotchiId": "23791", + "amount": "12.9075", + "parsedAmount": "12907500000000000000" + }, + { + "gotchiId": "23792", + "amount": "6.765000000000001", + "parsedAmount": "6765000000000001000" + }, + { + "gotchiId": "23793", + "amount": "8.925", + "parsedAmount": "8925000000000000000" + }, + { + "gotchiId": "23794", + "amount": "9.8625", + "parsedAmount": "9862500000000000000" + }, + { + "gotchiId": "23795", + "amount": "15756.102499999999", + "parsedAmount": "15756102499999999000000" + }, + { + "gotchiId": "23798", + "amount": "3.94", + "parsedAmount": "3940000000000000000" + }, + { + "gotchiId": "23799", + "amount": "57.89", + "parsedAmount": "57890000000000000000" + }, + { + "gotchiId": "23800", + "amount": "5.3825", + "parsedAmount": "5382500000000000000" + }, + { + "gotchiId": "23801", + "amount": "20.645", + "parsedAmount": "20645000000000000000" + }, + { + "gotchiId": "23802", + "amount": "2.15", + "parsedAmount": "2150000000000000000" + }, + { + "gotchiId": "23803", + "amount": "11.975000000000001", + "parsedAmount": "11975000000000001000" + }, + { + "gotchiId": "23804", + "amount": "4.5175", + "parsedAmount": "4517500000000000000" + }, + { + "gotchiId": "23809", + "amount": "9.32", + "parsedAmount": "9320000000000000000" + }, + { + "gotchiId": "23811", + "amount": "3.505", + "parsedAmount": "3505000000000000000" + }, + { + "gotchiId": "23812", + "amount": "21.835", + "parsedAmount": "21835000000000000000" + }, + { + "gotchiId": "23813", + "amount": "12.8225", + "parsedAmount": "12822500000000000000" + }, + { + "gotchiId": "23814", + "amount": "3.17", + "parsedAmount": "3170000000000000000" + }, + { + "gotchiId": "23816", + "amount": "4.6025", + "parsedAmount": "4602500000000000000" + }, + { + "gotchiId": "23818", + "amount": "15.18", + "parsedAmount": "15180000000000000000" + }, + { + "gotchiId": "23819", + "amount": "7.4125", + "parsedAmount": "7412500000000000000" + }, + { + "gotchiId": "23820", + "amount": "3.9925", + "parsedAmount": "3992500000000000000" + }, + { + "gotchiId": "23822", + "amount": "11.68", + "parsedAmount": "11680000000000000000" + }, + { + "gotchiId": "23829", + "amount": "14.4475", + "parsedAmount": "14447500000000000000" + }, + { + "gotchiId": "23833", + "amount": "21.9225", + "parsedAmount": "21922500000000000000" + }, + { + "gotchiId": "23837", + "amount": "11.97", + "parsedAmount": "11970000000000000000" + }, + { + "gotchiId": "23838", + "amount": "37.86", + "parsedAmount": "37860000000000000000" + }, + { + "gotchiId": "23840", + "amount": "2.0325", + "parsedAmount": "2032500000000000000" + }, + { + "gotchiId": "23841", + "amount": "10.99", + "parsedAmount": "10990000000000000000" + }, + { + "gotchiId": "23842", + "amount": "5.23", + "parsedAmount": "5230000000000000000" + }, + { + "gotchiId": "23845", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "23848", + "amount": "4.885", + "parsedAmount": "4885000000000000000" + }, + { + "gotchiId": "23852", + "amount": "7.7975", + "parsedAmount": "7797500000000000000" + }, + { + "gotchiId": "23853", + "amount": "14.64", + "parsedAmount": "14640000000000000000" + }, + { + "gotchiId": "23856", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "23858", + "amount": "13.455", + "parsedAmount": "13455000000000000000" + }, + { + "gotchiId": "23859", + "amount": "9.5025", + "parsedAmount": "9502500000000000000" + }, + { + "gotchiId": "23860", + "amount": "10.4025", + "parsedAmount": "10402500000000000000" + }, + { + "gotchiId": "23861", + "amount": "12.1175", + "parsedAmount": "12117500000000000000" + }, + { + "gotchiId": "23862", + "amount": "5.2975", + "parsedAmount": "5297500000000000000" + }, + { + "gotchiId": "23863", + "amount": "6.4675", + "parsedAmount": "6467500000000000000" + }, + { + "gotchiId": "23864", + "amount": "17.049999999999997", + "parsedAmount": "17049999999999997000" + }, + { + "gotchiId": "23867", + "amount": "4.3825", + "parsedAmount": "4382500000000000000" + }, + { + "gotchiId": "23868", + "amount": "6.6", + "parsedAmount": "6600000000000000000" + }, + { + "gotchiId": "23871", + "amount": "4.5875", + "parsedAmount": "4587500000000000000" + }, + { + "gotchiId": "23872", + "amount": "31.4375", + "parsedAmount": "31437500000000000000" + }, + { + "gotchiId": "23873", + "amount": "21.509999999999998", + "parsedAmount": "21509999999999998000" + }, + { + "gotchiId": "23878", + "amount": "17.41", + "parsedAmount": "17410000000000000000" + }, + { + "gotchiId": "23881", + "amount": "2899.1200000000003", + "parsedAmount": "2899120000000000300000" + }, + { + "gotchiId": "23884", + "amount": "16.6425", + "parsedAmount": "16642500000000000000" + }, + { + "gotchiId": "23888", + "amount": "7.0475", + "parsedAmount": "7047500000000000000" + }, + { + "gotchiId": "23890", + "amount": "11.0475", + "parsedAmount": "11047500000000000000" + }, + { + "gotchiId": "23891", + "amount": "7.665000000000001", + "parsedAmount": "7665000000000001000" + }, + { + "gotchiId": "23892", + "amount": "40.44", + "parsedAmount": "40440000000000000000" + }, + { + "gotchiId": "23899", + "amount": "18.599999999999998", + "parsedAmount": "18599999999999998000" + }, + { + "gotchiId": "23901", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "23903", + "amount": "12.51", + "parsedAmount": "12510000000000000000" + }, + { + "gotchiId": "23907", + "amount": "2.0775", + "parsedAmount": "2077500000000000000" + }, + { + "gotchiId": "23908", + "amount": "18.3875", + "parsedAmount": "18387500000000000000" + }, + { + "gotchiId": "23911", + "amount": "7.48", + "parsedAmount": "7480000000000000000" + }, + { + "gotchiId": "23913", + "amount": "3.2925", + "parsedAmount": "3292500000000000000" + }, + { + "gotchiId": "23914", + "amount": "10.692499999999999", + "parsedAmount": "10692499999999999000" + }, + { + "gotchiId": "23916", + "amount": "5.0925", + "parsedAmount": "5092500000000000000" + }, + { + "gotchiId": "23918", + "amount": "11.8875", + "parsedAmount": "11887500000000000000" + }, + { + "gotchiId": "23919", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "23920", + "amount": "9.5125", + "parsedAmount": "9512500000000000000" + }, + { + "gotchiId": "23921", + "amount": "450.4975", + "parsedAmount": "450497500000000000000" + }, + { + "gotchiId": "23923", + "amount": "3.62", + "parsedAmount": "3620000000000000000" + }, + { + "gotchiId": "23924", + "amount": "3.9425", + "parsedAmount": "3942500000000000000" + }, + { + "gotchiId": "23925", + "amount": "8.025", + "parsedAmount": "8025000000000000000" + }, + { + "gotchiId": "23928", + "amount": "6.405", + "parsedAmount": "6405000000000000000" + }, + { + "gotchiId": "23930", + "amount": "14.0575", + "parsedAmount": "14057500000000000000" + }, + { + "gotchiId": "23931", + "amount": "18.725", + "parsedAmount": "18725000000000000000" + }, + { + "gotchiId": "23935", + "amount": "2.7075", + "parsedAmount": "2707500000000000000" + }, + { + "gotchiId": "23936", + "amount": "14.745", + "parsedAmount": "14745000000000000000" + }, + { + "gotchiId": "23940", + "amount": "12.642500000000002", + "parsedAmount": "12642500000000002000" + }, + { + "gotchiId": "23941", + "amount": "14.0125", + "parsedAmount": "14012500000000000000" + }, + { + "gotchiId": "23943", + "amount": "23.669999999999998", + "parsedAmount": "23669999999999998000" + }, + { + "gotchiId": "23950", + "amount": "2.0825", + "parsedAmount": "2082500000000000000" + }, + { + "gotchiId": "23951", + "amount": "21.017500000000002", + "parsedAmount": "21017500000000002000" + }, + { + "gotchiId": "23957", + "amount": "8.8675", + "parsedAmount": "8867500000000000000" + }, + { + "gotchiId": "23964", + "amount": "16.895", + "parsedAmount": "16895000000000000000" + }, + { + "gotchiId": "23968", + "amount": "10.0225", + "parsedAmount": "10022500000000000000" + }, + { + "gotchiId": "23970", + "amount": "15.52", + "parsedAmount": "15520000000000000000" + }, + { + "gotchiId": "23971", + "amount": "5.1425", + "parsedAmount": "5142500000000000000" + }, + { + "gotchiId": "23974", + "amount": "39.15", + "parsedAmount": "39150000000000000000" + }, + { + "gotchiId": "23975", + "amount": "8.6575", + "parsedAmount": "8657500000000000000" + }, + { + "gotchiId": "23977", + "amount": "2.4175", + "parsedAmount": "2417500000000000000" + }, + { + "gotchiId": "23978", + "amount": "20.2475", + "parsedAmount": "20247500000000000000" + }, + { + "gotchiId": "23979", + "amount": "21.5775", + "parsedAmount": "21577500000000000000" + }, + { + "gotchiId": "23983", + "amount": "17.12", + "parsedAmount": "17120000000000000000" + }, + { + "gotchiId": "23984", + "amount": "15.2075", + "parsedAmount": "15207500000000000000" + }, + { + "gotchiId": "23985", + "amount": "3.945", + "parsedAmount": "3945000000000000000" + }, + { + "gotchiId": "23986", + "amount": "28.009999999999998", + "parsedAmount": "28009999999999998000" + }, + { + "gotchiId": "23988", + "amount": "7.0275", + "parsedAmount": "7027500000000000000" + }, + { + "gotchiId": "23991", + "amount": "11.54", + "parsedAmount": "11540000000000000000" + }, + { + "gotchiId": "23993", + "amount": "5.5375", + "parsedAmount": "5537500000000000000" + }, + { + "gotchiId": "23994", + "amount": "4.0525", + "parsedAmount": "4052500000000000000" + }, + { + "gotchiId": "23995", + "amount": "4.0225", + "parsedAmount": "4022500000000000000" + }, + { + "gotchiId": "23996", + "amount": "3.3625", + "parsedAmount": "3362500000000000000" + }, + { + "gotchiId": "23997", + "amount": "20.095000000000002", + "parsedAmount": "20095000000000002000" + }, + { + "gotchiId": "24002", + "amount": "7.0725", + "parsedAmount": "7072500000000000000" + }, + { + "gotchiId": "24004", + "amount": "12.280000000000001", + "parsedAmount": "12280000000000001000" + }, + { + "gotchiId": "24011", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "24013", + "amount": "2.8975", + "parsedAmount": "2897500000000000000" + }, + { + "gotchiId": "24021", + "amount": "7.12", + "parsedAmount": "7120000000000000000" + }, + { + "gotchiId": "24024", + "amount": "6.7175", + "parsedAmount": "6717500000000000000" + }, + { + "gotchiId": "24026", + "amount": "5.755", + "parsedAmount": "5755000000000000000" + }, + { + "gotchiId": "24028", + "amount": "6.7075", + "parsedAmount": "6707500000000000000" + }, + { + "gotchiId": "24029", + "amount": "7.4575", + "parsedAmount": "7457500000000000000" + }, + { + "gotchiId": "24032", + "amount": "16.285", + "parsedAmount": "16285000000000000000" + }, + { + "gotchiId": "24033", + "amount": "5.795", + "parsedAmount": "5795000000000000000" + }, + { + "gotchiId": "24034", + "amount": "10.195", + "parsedAmount": "10195000000000000000" + }, + { + "gotchiId": "24035", + "amount": "6.1125", + "parsedAmount": "6112500000000000000" + }, + { + "gotchiId": "24041", + "amount": "2.9", + "parsedAmount": "2900000000000000000" + }, + { + "gotchiId": "24046", + "amount": "5.195", + "parsedAmount": "5195000000000000000" + }, + { + "gotchiId": "24052", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "24053", + "amount": "17.217499999999998", + "parsedAmount": "17217499999999998000" + }, + { + "gotchiId": "24054", + "amount": "8.5025", + "parsedAmount": "8502500000000000000" + }, + { + "gotchiId": "24056", + "amount": "2.8325", + "parsedAmount": "2832500000000000000" + }, + { + "gotchiId": "24063", + "amount": "10.202499999999999", + "parsedAmount": "10202499999999999000" + }, + { + "gotchiId": "24064", + "amount": "5.115", + "parsedAmount": "5115000000000000000" + }, + { + "gotchiId": "24066", + "amount": "1.9525", + "parsedAmount": "1952500000000000000" + }, + { + "gotchiId": "24067", + "amount": "15.010000000000002", + "parsedAmount": "15010000000000002000" + }, + { + "gotchiId": "24069", + "amount": "1.8975", + "parsedAmount": "1897500000000000000" + }, + { + "gotchiId": "24071", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "24074", + "amount": "17.615000000000002", + "parsedAmount": "17615000000000002000" + }, + { + "gotchiId": "24075", + "amount": "10.4875", + "parsedAmount": "10487500000000000000" + }, + { + "gotchiId": "24076", + "amount": "40.4825", + "parsedAmount": "40482500000000000000" + }, + { + "gotchiId": "24077", + "amount": "74.54", + "parsedAmount": "74540000000000000000" + }, + { + "gotchiId": "24079", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "24082", + "amount": "3.005", + "parsedAmount": "3005000000000000000" + }, + { + "gotchiId": "24085", + "amount": "2.08", + "parsedAmount": "2080000000000000000" + }, + { + "gotchiId": "24087", + "amount": "3.4975", + "parsedAmount": "3497500000000000000" + }, + { + "gotchiId": "24088", + "amount": "18.42", + "parsedAmount": "18420000000000000000" + }, + { + "gotchiId": "24089", + "amount": "34.9675", + "parsedAmount": "34967500000000000000" + }, + { + "gotchiId": "24091", + "amount": "13.235000000000001", + "parsedAmount": "13235000000000001000" + }, + { + "gotchiId": "24092", + "amount": "6.66", + "parsedAmount": "6660000000000000000" + }, + { + "gotchiId": "24093", + "amount": "11.965", + "parsedAmount": "11965000000000000000" + }, + { + "gotchiId": "24094", + "amount": "16.5225", + "parsedAmount": "16522500000000000000" + }, + { + "gotchiId": "24096", + "amount": "16.705", + "parsedAmount": "16705000000000000000" + }, + { + "gotchiId": "24099", + "amount": "2.7025", + "parsedAmount": "2702500000000000000" + }, + { + "gotchiId": "24101", + "amount": "7.6375", + "parsedAmount": "7637500000000000000" + }, + { + "gotchiId": "24102", + "amount": "12.0075", + "parsedAmount": "12007500000000000000" + }, + { + "gotchiId": "24104", + "amount": "6.16", + "parsedAmount": "6160000000000000000" + }, + { + "gotchiId": "24105", + "amount": "4.6125", + "parsedAmount": "4612500000000000000" + }, + { + "gotchiId": "24106", + "amount": "1.905", + "parsedAmount": "1905000000000000000" + }, + { + "gotchiId": "24108", + "amount": "15.9525", + "parsedAmount": "15952500000000000000" + }, + { + "gotchiId": "24109", + "amount": "29.8025", + "parsedAmount": "29802500000000000000" + }, + { + "gotchiId": "24110", + "amount": "18.065", + "parsedAmount": "18065000000000000000" + }, + { + "gotchiId": "24113", + "amount": "17.6875", + "parsedAmount": "17687500000000000000" + }, + { + "gotchiId": "24114", + "amount": "3.8175", + "parsedAmount": "3817500000000000000" + }, + { + "gotchiId": "24115", + "amount": "21.642500000000002", + "parsedAmount": "21642500000000002000" + }, + { + "gotchiId": "24116", + "amount": "5.6125", + "parsedAmount": "5612500000000000000" + }, + { + "gotchiId": "24121", + "amount": "5.465", + "parsedAmount": "5465000000000000000" + }, + { + "gotchiId": "24123", + "amount": "17.315", + "parsedAmount": "17315000000000000000" + }, + { + "gotchiId": "24125", + "amount": "19.2", + "parsedAmount": "19200000000000000000" + }, + { + "gotchiId": "24129", + "amount": "8.375", + "parsedAmount": "8375000000000000000" + }, + { + "gotchiId": "24130", + "amount": "9.04", + "parsedAmount": "9040000000000000000" + }, + { + "gotchiId": "24139", + "amount": "1.9775", + "parsedAmount": "1977500000000000000" + }, + { + "gotchiId": "24140", + "amount": "2.7125", + "parsedAmount": "2712500000000000000" + }, + { + "gotchiId": "24146", + "amount": "12.225", + "parsedAmount": "12225000000000000000" + }, + { + "gotchiId": "24148", + "amount": "10.685", + "parsedAmount": "10685000000000000000" + }, + { + "gotchiId": "24149", + "amount": "19.057499999999997", + "parsedAmount": "19057499999999997000" + }, + { + "gotchiId": "24152", + "amount": "40.0925", + "parsedAmount": "40092500000000000000" + }, + { + "gotchiId": "24155", + "amount": "15.54", + "parsedAmount": "15540000000000000000" + }, + { + "gotchiId": "24159", + "amount": "9.79", + "parsedAmount": "9790000000000000000" + }, + { + "gotchiId": "24161", + "amount": "10.7375", + "parsedAmount": "10737500000000000000" + }, + { + "gotchiId": "24163", + "amount": "5.0875", + "parsedAmount": "5087500000000000000" + }, + { + "gotchiId": "24164", + "amount": "6.199999999999999", + "parsedAmount": "6199999999999999000" + }, + { + "gotchiId": "24165", + "amount": "3.585", + "parsedAmount": "3585000000000000000" + }, + { + "gotchiId": "24169", + "amount": "22.7025", + "parsedAmount": "22702500000000000000" + }, + { + "gotchiId": "24171", + "amount": "2.1325", + "parsedAmount": "2132500000000000000" + }, + { + "gotchiId": "24172", + "amount": "10.43", + "parsedAmount": "10430000000000000000" + }, + { + "gotchiId": "24173", + "amount": "18.3675", + "parsedAmount": "18367500000000000000" + }, + { + "gotchiId": "24174", + "amount": "6.904999999999999", + "parsedAmount": "6904999999999999000" + }, + { + "gotchiId": "24179", + "amount": "15.567499999999999", + "parsedAmount": "15567499999999999000" + }, + { + "gotchiId": "24180", + "amount": "6.1725", + "parsedAmount": "6172500000000000000" + }, + { + "gotchiId": "24181", + "amount": "11.64", + "parsedAmount": "11640000000000000000" + }, + { + "gotchiId": "24185", + "amount": "6.4525", + "parsedAmount": "6452500000000000000" + }, + { + "gotchiId": "24186", + "amount": "16.5225", + "parsedAmount": "16522500000000000000" + }, + { + "gotchiId": "24248", + "amount": "18.7925", + "parsedAmount": "18792500000000000000" + }, + { + "gotchiId": "24249", + "amount": "5.335", + "parsedAmount": "5335000000000000000" + }, + { + "gotchiId": "24253", + "amount": "1.835", + "parsedAmount": "1835000000000000000" + }, + { + "gotchiId": "24256", + "amount": "475.34250000000003", + "parsedAmount": "475342500000000030000" + }, + { + "gotchiId": "24264", + "amount": "5.7775", + "parsedAmount": "5777500000000000000" + }, + { + "gotchiId": "24285", + "amount": "6.29", + "parsedAmount": "6290000000000000000" + }, + { + "gotchiId": "24286", + "amount": "20.3725", + "parsedAmount": "20372500000000000000" + }, + { + "gotchiId": "24287", + "amount": "6.157500000000001", + "parsedAmount": "6157500000000001000" + }, + { + "gotchiId": "24290", + "amount": "22.5825", + "parsedAmount": "22582500000000000000" + }, + { + "gotchiId": "24291", + "amount": "3.325", + "parsedAmount": "3325000000000000000" + }, + { + "gotchiId": "24292", + "amount": "10.700000000000001", + "parsedAmount": "10700000000000001000" + }, + { + "gotchiId": "24294", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "24300", + "amount": "5.58", + "parsedAmount": "5580000000000000000" + }, + { + "gotchiId": "24304", + "amount": "5.505", + "parsedAmount": "5505000000000000000" + }, + { + "gotchiId": "24306", + "amount": "10.9475", + "parsedAmount": "10947500000000000000" + } + ], + "totalAmount": "27176452499999999272000", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768529, + "gasUsed": "9889804" + }, + { + "batchIndex": 23, + "transactionHash": "0x45c7481e30408f7ff0dd51cf81c3e7d4f51f565c2afe5b8e7d6f4071f2c9a751", + "timestamp": "2025-11-05T07:06:50.608Z", + "gotchiRewards": [ + { + "gotchiId": "24307", + "amount": "9.3525", + "parsedAmount": "9352500000000000000" + }, + { + "gotchiId": "24310", + "amount": "16.545", + "parsedAmount": "16545000000000000000" + }, + { + "gotchiId": "24336", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "24352", + "amount": "5.4875", + "parsedAmount": "5487500000000000000" + }, + { + "gotchiId": "24369", + "amount": "8.525", + "parsedAmount": "8525000000000000000" + }, + { + "gotchiId": "24370", + "amount": "4.4625", + "parsedAmount": "4462500000000000000" + }, + { + "gotchiId": "24372", + "amount": "4.6975", + "parsedAmount": "4697500000000000000" + }, + { + "gotchiId": "24374", + "amount": "7.5375", + "parsedAmount": "7537500000000000000" + }, + { + "gotchiId": "24375", + "amount": "3.5675", + "parsedAmount": "3567500000000000000" + }, + { + "gotchiId": "24377", + "amount": "20.4075", + "parsedAmount": "20407500000000000000" + }, + { + "gotchiId": "24378", + "amount": "14.425", + "parsedAmount": "14425000000000000000" + }, + { + "gotchiId": "24379", + "amount": "17.9875", + "parsedAmount": "17987500000000000000" + }, + { + "gotchiId": "24381", + "amount": "206.965", + "parsedAmount": "206965000000000000000" + }, + { + "gotchiId": "24383", + "amount": "37.442499999999995", + "parsedAmount": "37442499999999995000" + }, + { + "gotchiId": "24386", + "amount": "9.6025", + "parsedAmount": "9602500000000000000" + }, + { + "gotchiId": "24387", + "amount": "6.7749999999999995", + "parsedAmount": "6774999999999999500" + }, + { + "gotchiId": "24388", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "24389", + "amount": "7.565", + "parsedAmount": "7565000000000000000" + }, + { + "gotchiId": "24390", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "24391", + "amount": "17.1475", + "parsedAmount": "17147500000000000000" + }, + { + "gotchiId": "24394", + "amount": "4.6225000000000005", + "parsedAmount": "4622500000000000500" + }, + { + "gotchiId": "24396", + "amount": "6.9725", + "parsedAmount": "6972500000000000000" + }, + { + "gotchiId": "24397", + "amount": "6.8675", + "parsedAmount": "6867500000000000000" + }, + { + "gotchiId": "24398", + "amount": "6.8825", + "parsedAmount": "6882500000000000000" + }, + { + "gotchiId": "24402", + "amount": "8.7275", + "parsedAmount": "8727500000000000000" + }, + { + "gotchiId": "24404", + "amount": "64.565", + "parsedAmount": "64565000000000000000" + }, + { + "gotchiId": "24406", + "amount": "6.175", + "parsedAmount": "6175000000000000000" + }, + { + "gotchiId": "24408", + "amount": "13.7425", + "parsedAmount": "13742500000000000000" + }, + { + "gotchiId": "24409", + "amount": "6.96", + "parsedAmount": "6960000000000000000" + }, + { + "gotchiId": "24410", + "amount": "378.00000000000006", + "parsedAmount": "378000000000000060000" + }, + { + "gotchiId": "24412", + "amount": "3.835", + "parsedAmount": "3835000000000000000" + }, + { + "gotchiId": "24413", + "amount": "3.6125", + "parsedAmount": "3612500000000000000" + }, + { + "gotchiId": "24414", + "amount": "22.8625", + "parsedAmount": "22862500000000000000" + }, + { + "gotchiId": "24415", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "24416", + "amount": "9.1525", + "parsedAmount": "9152500000000000000" + }, + { + "gotchiId": "24417", + "amount": "28.9375", + "parsedAmount": "28937500000000000000" + }, + { + "gotchiId": "24418", + "amount": "6.3100000000000005", + "parsedAmount": "6310000000000000500" + }, + { + "gotchiId": "24419", + "amount": "6.817500000000001", + "parsedAmount": "6817500000000001000" + }, + { + "gotchiId": "24420", + "amount": "3.1725", + "parsedAmount": "3172500000000000000" + }, + { + "gotchiId": "24422", + "amount": "683.3575", + "parsedAmount": "683357500000000000000" + }, + { + "gotchiId": "24427", + "amount": "7.0025", + "parsedAmount": "7002500000000000000" + }, + { + "gotchiId": "24429", + "amount": "4.465", + "parsedAmount": "4465000000000000000" + }, + { + "gotchiId": "24435", + "amount": "34.3075", + "parsedAmount": "34307500000000000000" + }, + { + "gotchiId": "24437", + "amount": "9.0675", + "parsedAmount": "9067500000000000000" + }, + { + "gotchiId": "24439", + "amount": "30.87", + "parsedAmount": "30870000000000000000" + }, + { + "gotchiId": "24441", + "amount": "8.8225", + "parsedAmount": "8822500000000000000" + }, + { + "gotchiId": "24443", + "amount": "13.7425", + "parsedAmount": "13742500000000000000" + }, + { + "gotchiId": "24449", + "amount": "32.0625", + "parsedAmount": "32062500000000000000" + }, + { + "gotchiId": "24451", + "amount": "13.625", + "parsedAmount": "13625000000000000000" + }, + { + "gotchiId": "24455", + "amount": "7.025", + "parsedAmount": "7025000000000000000" + }, + { + "gotchiId": "24459", + "amount": "8.45", + "parsedAmount": "8450000000000000000" + }, + { + "gotchiId": "24466", + "amount": "11.2425", + "parsedAmount": "11242500000000000000" + }, + { + "gotchiId": "24467", + "amount": "2.095", + "parsedAmount": "2095000000000000000" + }, + { + "gotchiId": "24468", + "amount": "9.684999999999999", + "parsedAmount": "9684999999999999000" + }, + { + "gotchiId": "24469", + "amount": "8.225000000000001", + "parsedAmount": "8225000000000001000" + }, + { + "gotchiId": "24471", + "amount": "16.697499999999998", + "parsedAmount": "16697499999999998000" + }, + { + "gotchiId": "24472", + "amount": "8.9525", + "parsedAmount": "8952500000000000000" + }, + { + "gotchiId": "24473", + "amount": "9.5825", + "parsedAmount": "9582500000000000000" + }, + { + "gotchiId": "24476", + "amount": "5.1675", + "parsedAmount": "5167500000000000000" + }, + { + "gotchiId": "24478", + "amount": "13.985", + "parsedAmount": "13985000000000000000" + }, + { + "gotchiId": "24479", + "amount": "5.26", + "parsedAmount": "5260000000000000000" + }, + { + "gotchiId": "24483", + "amount": "5.2075", + "parsedAmount": "5207500000000000000" + }, + { + "gotchiId": "24484", + "amount": "27.137499999999996", + "parsedAmount": "27137499999999996000" + }, + { + "gotchiId": "24485", + "amount": "6.225", + "parsedAmount": "6225000000000000000" + }, + { + "gotchiId": "24488", + "amount": "11.4725", + "parsedAmount": "11472500000000000000" + }, + { + "gotchiId": "24491", + "amount": "3.59", + "parsedAmount": "3590000000000000000" + }, + { + "gotchiId": "24492", + "amount": "10.615", + "parsedAmount": "10615000000000000000" + }, + { + "gotchiId": "24498", + "amount": "34.9575", + "parsedAmount": "34957500000000000000" + }, + { + "gotchiId": "24499", + "amount": "3.82", + "parsedAmount": "3820000000000000000" + }, + { + "gotchiId": "24500", + "amount": "14.77", + "parsedAmount": "14770000000000000000" + }, + { + "gotchiId": "24501", + "amount": "7.46", + "parsedAmount": "7460000000000000000" + }, + { + "gotchiId": "24502", + "amount": "11.665000000000001", + "parsedAmount": "11665000000000001000" + }, + { + "gotchiId": "24503", + "amount": "39.0925", + "parsedAmount": "39092500000000000000" + }, + { + "gotchiId": "24504", + "amount": "16.1325", + "parsedAmount": "16132500000000000000" + }, + { + "gotchiId": "24506", + "amount": "6.8375", + "parsedAmount": "6837500000000000000" + }, + { + "gotchiId": "24509", + "amount": "208.7475", + "parsedAmount": "208747500000000000000" + }, + { + "gotchiId": "24510", + "amount": "89.885", + "parsedAmount": "89885000000000000000" + }, + { + "gotchiId": "24516", + "amount": "11.505", + "parsedAmount": "11505000000000000000" + }, + { + "gotchiId": "24522", + "amount": "5.1", + "parsedAmount": "5100000000000000000" + }, + { + "gotchiId": "24523", + "amount": "16.425", + "parsedAmount": "16425000000000000000" + }, + { + "gotchiId": "24524", + "amount": "61.67", + "parsedAmount": "61670000000000000000" + }, + { + "gotchiId": "24525", + "amount": "5.105", + "parsedAmount": "5105000000000000000" + }, + { + "gotchiId": "24526", + "amount": "5.0825", + "parsedAmount": "5082500000000000000" + }, + { + "gotchiId": "24527", + "amount": "5.0825", + "parsedAmount": "5082500000000000000" + }, + { + "gotchiId": "24534", + "amount": "5.095", + "parsedAmount": "5095000000000000000" + }, + { + "gotchiId": "24535", + "amount": "30.6025", + "parsedAmount": "30602500000000000000" + }, + { + "gotchiId": "24541", + "amount": "4.6225000000000005", + "parsedAmount": "4622500000000000500" + }, + { + "gotchiId": "24542", + "amount": "8.705", + "parsedAmount": "8705000000000000000" + }, + { + "gotchiId": "24544", + "amount": "11.57", + "parsedAmount": "11570000000000000000" + }, + { + "gotchiId": "24545", + "amount": "22.409999999999997", + "parsedAmount": "22409999999999997000" + }, + { + "gotchiId": "24547", + "amount": "7.26", + "parsedAmount": "7260000000000000000" + }, + { + "gotchiId": "24549", + "amount": "15.215", + "parsedAmount": "15215000000000000000" + }, + { + "gotchiId": "24550", + "amount": "9.47", + "parsedAmount": "9470000000000000000" + }, + { + "gotchiId": "24551", + "amount": "15.290000000000001", + "parsedAmount": "15290000000000001000" + }, + { + "gotchiId": "24553", + "amount": "7.83", + "parsedAmount": "7830000000000000000" + }, + { + "gotchiId": "24554", + "amount": "30.8625", + "parsedAmount": "30862500000000000000" + }, + { + "gotchiId": "24555", + "amount": "2.7", + "parsedAmount": "2700000000000000000" + }, + { + "gotchiId": "24557", + "amount": "7.64", + "parsedAmount": "7640000000000000000" + }, + { + "gotchiId": "24564", + "amount": "10.942499999999999", + "parsedAmount": "10942499999999999000" + }, + { + "gotchiId": "24566", + "amount": "19.1025", + "parsedAmount": "19102500000000000000" + }, + { + "gotchiId": "24568", + "amount": "2.4075", + "parsedAmount": "2407500000000000000" + }, + { + "gotchiId": "24571", + "amount": "16.66", + "parsedAmount": "16660000000000000000" + }, + { + "gotchiId": "24576", + "amount": "17.869999999999997", + "parsedAmount": "17869999999999997000" + }, + { + "gotchiId": "24577", + "amount": "17.1425", + "parsedAmount": "17142500000000000000" + }, + { + "gotchiId": "24582", + "amount": "4.705", + "parsedAmount": "4705000000000000000" + }, + { + "gotchiId": "24586", + "amount": "6.7875", + "parsedAmount": "6787500000000000000" + }, + { + "gotchiId": "24588", + "amount": "6.8225", + "parsedAmount": "6822500000000000000" + }, + { + "gotchiId": "24590", + "amount": "9.3575", + "parsedAmount": "9357500000000000000" + }, + { + "gotchiId": "24591", + "amount": "11.82", + "parsedAmount": "11820000000000000000" + }, + { + "gotchiId": "24592", + "amount": "5.484999999999999", + "parsedAmount": "5484999999999999000" + }, + { + "gotchiId": "24594", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "24597", + "amount": "8.2375", + "parsedAmount": "8237500000000000000" + }, + { + "gotchiId": "24598", + "amount": "7.4025", + "parsedAmount": "7402500000000000000" + }, + { + "gotchiId": "24601", + "amount": "1.96", + "parsedAmount": "1960000000000000000" + }, + { + "gotchiId": "24603", + "amount": "4.71", + "parsedAmount": "4710000000000000000" + }, + { + "gotchiId": "24605", + "amount": "5.1225", + "parsedAmount": "5122500000000000000" + }, + { + "gotchiId": "24607", + "amount": "4.985", + "parsedAmount": "4985000000000000000" + }, + { + "gotchiId": "24610", + "amount": "72.82", + "parsedAmount": "72820000000000000000" + }, + { + "gotchiId": "24611", + "amount": "3.2725", + "parsedAmount": "3272500000000000000" + }, + { + "gotchiId": "24615", + "amount": "5.0025", + "parsedAmount": "5002500000000000000" + }, + { + "gotchiId": "24617", + "amount": "13.495", + "parsedAmount": "13495000000000000000" + }, + { + "gotchiId": "24622", + "amount": "8.935", + "parsedAmount": "8935000000000000000" + }, + { + "gotchiId": "24624", + "amount": "43.03", + "parsedAmount": "43030000000000000000" + }, + { + "gotchiId": "24631", + "amount": "4.2475", + "parsedAmount": "4247500000000000000" + }, + { + "gotchiId": "24632", + "amount": "13.432500000000001", + "parsedAmount": "13432500000000001000" + }, + { + "gotchiId": "24634", + "amount": "11.1975", + "parsedAmount": "11197500000000000000" + }, + { + "gotchiId": "24636", + "amount": "11.7425", + "parsedAmount": "11742500000000000000" + }, + { + "gotchiId": "24637", + "amount": "9.175", + "parsedAmount": "9175000000000000000" + }, + { + "gotchiId": "24638", + "amount": "10.5025", + "parsedAmount": "10502500000000000000" + }, + { + "gotchiId": "24640", + "amount": "16.692500000000003", + "parsedAmount": "16692500000000003000" + }, + { + "gotchiId": "24642", + "amount": "8.215", + "parsedAmount": "8215000000000000000" + }, + { + "gotchiId": "24645", + "amount": "11.407499999999999", + "parsedAmount": "11407499999999999000" + }, + { + "gotchiId": "24651", + "amount": "10.525", + "parsedAmount": "10525000000000000000" + }, + { + "gotchiId": "24653", + "amount": "34.19", + "parsedAmount": "34190000000000000000" + }, + { + "gotchiId": "24654", + "amount": "7.5025", + "parsedAmount": "7502500000000000000" + }, + { + "gotchiId": "24655", + "amount": "12.705", + "parsedAmount": "12705000000000000000" + }, + { + "gotchiId": "24659", + "amount": "6.7775", + "parsedAmount": "6777500000000000000" + }, + { + "gotchiId": "24660", + "amount": "4.62", + "parsedAmount": "4620000000000000000" + }, + { + "gotchiId": "24661", + "amount": "3.53", + "parsedAmount": "3530000000000000000" + }, + { + "gotchiId": "24662", + "amount": "23.955", + "parsedAmount": "23955000000000000000" + }, + { + "gotchiId": "24665", + "amount": "19.675", + "parsedAmount": "19675000000000000000" + }, + { + "gotchiId": "24667", + "amount": "7.8925", + "parsedAmount": "7892500000000000000" + }, + { + "gotchiId": "24668", + "amount": "5.800000000000001", + "parsedAmount": "5800000000000001000" + }, + { + "gotchiId": "24671", + "amount": "3.5475", + "parsedAmount": "3547500000000000000" + }, + { + "gotchiId": "24672", + "amount": "4.005", + "parsedAmount": "4005000000000000000" + }, + { + "gotchiId": "24674", + "amount": "3.6725", + "parsedAmount": "3672500000000000000" + }, + { + "gotchiId": "24675", + "amount": "12.100000000000001", + "parsedAmount": "12100000000000001000" + }, + { + "gotchiId": "24677", + "amount": "12.9125", + "parsedAmount": "12912500000000000000" + }, + { + "gotchiId": "24682", + "amount": "6.307499999999999", + "parsedAmount": "6307499999999999000" + }, + { + "gotchiId": "24684", + "amount": "13.075", + "parsedAmount": "13075000000000000000" + }, + { + "gotchiId": "24685", + "amount": "6.055", + "parsedAmount": "6055000000000000000" + }, + { + "gotchiId": "24686", + "amount": "4.755", + "parsedAmount": "4755000000000000000" + }, + { + "gotchiId": "24688", + "amount": "6.467499999999999", + "parsedAmount": "6467499999999999000" + }, + { + "gotchiId": "24690", + "amount": "8.175", + "parsedAmount": "8175000000000000000" + }, + { + "gotchiId": "24691", + "amount": "12.845", + "parsedAmount": "12845000000000000000" + }, + { + "gotchiId": "24692", + "amount": "6.845", + "parsedAmount": "6845000000000000000" + }, + { + "gotchiId": "24694", + "amount": "1.985", + "parsedAmount": "1985000000000000000" + }, + { + "gotchiId": "24697", + "amount": "19.625", + "parsedAmount": "19625000000000000000" + }, + { + "gotchiId": "24698", + "amount": "3.6175", + "parsedAmount": "3617500000000000000" + }, + { + "gotchiId": "24699", + "amount": "10.217500000000001", + "parsedAmount": "10217500000000001000" + }, + { + "gotchiId": "24700", + "amount": "3.625", + "parsedAmount": "3625000000000000000" + }, + { + "gotchiId": "24702", + "amount": "3.845", + "parsedAmount": "3845000000000000000" + }, + { + "gotchiId": "24703", + "amount": "2.14", + "parsedAmount": "2140000000000000000" + }, + { + "gotchiId": "24707", + "amount": "2.9375", + "parsedAmount": "2937500000000000000" + }, + { + "gotchiId": "24709", + "amount": "10.372499999999999", + "parsedAmount": "10372499999999999000" + }, + { + "gotchiId": "24711", + "amount": "11.6175", + "parsedAmount": "11617500000000000000" + }, + { + "gotchiId": "24712", + "amount": "7.555", + "parsedAmount": "7555000000000000000" + }, + { + "gotchiId": "24714", + "amount": "23.8625", + "parsedAmount": "23862500000000000000" + }, + { + "gotchiId": "24716", + "amount": "7.2825", + "parsedAmount": "7282500000000000000" + }, + { + "gotchiId": "24718", + "amount": "3.4425", + "parsedAmount": "3442500000000000000" + }, + { + "gotchiId": "24719", + "amount": "5.2", + "parsedAmount": "5200000000000000000" + }, + { + "gotchiId": "24720", + "amount": "8.3675", + "parsedAmount": "8367500000000000000" + }, + { + "gotchiId": "24723", + "amount": "4.0175", + "parsedAmount": "4017500000000000000" + }, + { + "gotchiId": "24726", + "amount": "12.512500000000001", + "parsedAmount": "12512500000000001000" + }, + { + "gotchiId": "24727", + "amount": "16.0925", + "parsedAmount": "16092500000000000000" + }, + { + "gotchiId": "24729", + "amount": "4.35", + "parsedAmount": "4350000000000000000" + }, + { + "gotchiId": "24730", + "amount": "44.042500000000004", + "parsedAmount": "44042500000000004000" + }, + { + "gotchiId": "24732", + "amount": "3.9675", + "parsedAmount": "3967500000000000000" + }, + { + "gotchiId": "24733", + "amount": "9.75", + "parsedAmount": "9750000000000000000" + }, + { + "gotchiId": "24735", + "amount": "2.705", + "parsedAmount": "2705000000000000000" + }, + { + "gotchiId": "24736", + "amount": "2.97", + "parsedAmount": "2970000000000000000" + }, + { + "gotchiId": "24738", + "amount": "12.7675", + "parsedAmount": "12767500000000000000" + }, + { + "gotchiId": "24739", + "amount": "4.8125", + "parsedAmount": "4812500000000000000" + }, + { + "gotchiId": "24740", + "amount": "2.61", + "parsedAmount": "2610000000000000000" + }, + { + "gotchiId": "24741", + "amount": "9.6575", + "parsedAmount": "9657500000000000000" + }, + { + "gotchiId": "24746", + "amount": "19.4125", + "parsedAmount": "19412500000000000000" + }, + { + "gotchiId": "24747", + "amount": "6.6899999999999995", + "parsedAmount": "6689999999999999500" + }, + { + "gotchiId": "24750", + "amount": "7.2925", + "parsedAmount": "7292500000000000000" + }, + { + "gotchiId": "24751", + "amount": "14.150000000000002", + "parsedAmount": "14150000000000002000" + }, + { + "gotchiId": "24754", + "amount": "5.15", + "parsedAmount": "5150000000000000000" + }, + { + "gotchiId": "24756", + "amount": "2.3", + "parsedAmount": "2300000000000000000" + }, + { + "gotchiId": "24760", + "amount": "2.585", + "parsedAmount": "2585000000000000000" + }, + { + "gotchiId": "24762", + "amount": "2.1725", + "parsedAmount": "2172500000000000000" + }, + { + "gotchiId": "24763", + "amount": "36.3875", + "parsedAmount": "36387500000000000000" + }, + { + "gotchiId": "24765", + "amount": "4.055", + "parsedAmount": "4055000000000000000" + }, + { + "gotchiId": "24766", + "amount": "3.785", + "parsedAmount": "3785000000000000000" + }, + { + "gotchiId": "24767", + "amount": "52.805", + "parsedAmount": "52805000000000000000" + }, + { + "gotchiId": "24768", + "amount": "9.8375", + "parsedAmount": "9837500000000000000" + }, + { + "gotchiId": "24769", + "amount": "14.005", + "parsedAmount": "14005000000000000000" + }, + { + "gotchiId": "24771", + "amount": "15.405", + "parsedAmount": "15405000000000000000" + }, + { + "gotchiId": "24772", + "amount": "8.93", + "parsedAmount": "8930000000000000000" + }, + { + "gotchiId": "24773", + "amount": "5.0175", + "parsedAmount": "5017500000000000000" + }, + { + "gotchiId": "24774", + "amount": "5.2225", + "parsedAmount": "5222500000000000000" + }, + { + "gotchiId": "24776", + "amount": "13.2", + "parsedAmount": "13200000000000000000" + }, + { + "gotchiId": "24779", + "amount": "16.36", + "parsedAmount": "16360000000000000000" + }, + { + "gotchiId": "24781", + "amount": "1.92", + "parsedAmount": "1920000000000000000" + }, + { + "gotchiId": "24786", + "amount": "109.39999999999999", + "parsedAmount": "109399999999999990000" + }, + { + "gotchiId": "24788", + "amount": "5.3225", + "parsedAmount": "5322500000000000000" + }, + { + "gotchiId": "24790", + "amount": "8.3", + "parsedAmount": "8300000000000000000" + }, + { + "gotchiId": "24792", + "amount": "8.835", + "parsedAmount": "8835000000000000000" + }, + { + "gotchiId": "24794", + "amount": "4.5375", + "parsedAmount": "4537500000000000000" + }, + { + "gotchiId": "24795", + "amount": "22.3475", + "parsedAmount": "22347500000000000000" + }, + { + "gotchiId": "24798", + "amount": "15.86", + "parsedAmount": "15860000000000000000" + }, + { + "gotchiId": "24799", + "amount": "48.887499999999996", + "parsedAmount": "48887499999999996000" + }, + { + "gotchiId": "24800", + "amount": "38.2525", + "parsedAmount": "38252500000000000000" + }, + { + "gotchiId": "24802", + "amount": "19.645", + "parsedAmount": "19645000000000000000" + }, + { + "gotchiId": "24814", + "amount": "2.645", + "parsedAmount": "2645000000000000000" + }, + { + "gotchiId": "24816", + "amount": "8.59", + "parsedAmount": "8590000000000000000" + }, + { + "gotchiId": "24823", + "amount": "11.184999999999999", + "parsedAmount": "11184999999999999000" + }, + { + "gotchiId": "24824", + "amount": "9.21", + "parsedAmount": "9210000000000000000" + }, + { + "gotchiId": "24832", + "amount": "5.907500000000001", + "parsedAmount": "5907500000000001000" + }, + { + "gotchiId": "24834", + "amount": "10.3", + "parsedAmount": "10300000000000000000" + }, + { + "gotchiId": "24835", + "amount": "9.58", + "parsedAmount": "9580000000000000000" + }, + { + "gotchiId": "24836", + "amount": "8.725", + "parsedAmount": "8725000000000000000" + }, + { + "gotchiId": "24839", + "amount": "15.0275", + "parsedAmount": "15027500000000000000" + }, + { + "gotchiId": "24840", + "amount": "8.1775", + "parsedAmount": "8177500000000000000" + }, + { + "gotchiId": "24841", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "24843", + "amount": "6.6875", + "parsedAmount": "6687500000000000000" + }, + { + "gotchiId": "24844", + "amount": "16.8125", + "parsedAmount": "16812500000000000000" + }, + { + "gotchiId": "24845", + "amount": "8.7925", + "parsedAmount": "8792500000000000000" + }, + { + "gotchiId": "24846", + "amount": "14.215", + "parsedAmount": "14215000000000000000" + }, + { + "gotchiId": "24847", + "amount": "8.7875", + "parsedAmount": "8787500000000000000" + }, + { + "gotchiId": "24848", + "amount": "5.93", + "parsedAmount": "5930000000000000000" + }, + { + "gotchiId": "24850", + "amount": "13.065000000000001", + "parsedAmount": "13065000000000001000" + }, + { + "gotchiId": "24852", + "amount": "16.7875", + "parsedAmount": "16787500000000000000" + }, + { + "gotchiId": "24853", + "amount": "6.824999999999999", + "parsedAmount": "6824999999999999000" + }, + { + "gotchiId": "24854", + "amount": "100.875", + "parsedAmount": "100875000000000000000" + }, + { + "gotchiId": "24855", + "amount": "2.4275", + "parsedAmount": "2427500000000000000" + }, + { + "gotchiId": "24856", + "amount": "28.78", + "parsedAmount": "28780000000000000000" + }, + { + "gotchiId": "24857", + "amount": "16.8025", + "parsedAmount": "16802500000000000000" + }, + { + "gotchiId": "24859", + "amount": "22.06", + "parsedAmount": "22060000000000000000" + }, + { + "gotchiId": "24860", + "amount": "3.7325", + "parsedAmount": "3732500000000000000" + }, + { + "gotchiId": "24861", + "amount": "2.7375", + "parsedAmount": "2737500000000000000" + }, + { + "gotchiId": "24862", + "amount": "10.2675", + "parsedAmount": "10267500000000000000" + }, + { + "gotchiId": "24863", + "amount": "13.0975", + "parsedAmount": "13097500000000000000" + }, + { + "gotchiId": "24864", + "amount": "2.92", + "parsedAmount": "2920000000000000000" + }, + { + "gotchiId": "24872", + "amount": "3.155", + "parsedAmount": "3155000000000000000" + }, + { + "gotchiId": "24873", + "amount": "11.0075", + "parsedAmount": "11007500000000000000" + }, + { + "gotchiId": "24874", + "amount": "14.39", + "parsedAmount": "14390000000000000000" + }, + { + "gotchiId": "24877", + "amount": "6.645", + "parsedAmount": "6645000000000000000" + }, + { + "gotchiId": "24878", + "amount": "5.6275", + "parsedAmount": "5627500000000000000" + }, + { + "gotchiId": "24880", + "amount": "11.0775", + "parsedAmount": "11077500000000000000" + }, + { + "gotchiId": "24881", + "amount": "25.564999999999998", + "parsedAmount": "25564999999999998000" + }, + { + "gotchiId": "24882", + "amount": "9.3475", + "parsedAmount": "9347500000000000000" + }, + { + "gotchiId": "24883", + "amount": "6.23", + "parsedAmount": "6230000000000000000" + }, + { + "gotchiId": "24884", + "amount": "20.240000000000002", + "parsedAmount": "20240000000000002000" + }, + { + "gotchiId": "24887", + "amount": "2.8725", + "parsedAmount": "2872500000000000000" + }, + { + "gotchiId": "24893", + "amount": "2.8825", + "parsedAmount": "2882500000000000000" + }, + { + "gotchiId": "24894", + "amount": "4.4925", + "parsedAmount": "4492500000000000000" + }, + { + "gotchiId": "24895", + "amount": "13.76", + "parsedAmount": "13760000000000000000" + }, + { + "gotchiId": "24898", + "amount": "7.3325", + "parsedAmount": "7332500000000000000" + }, + { + "gotchiId": "24899", + "amount": "15.629999999999999", + "parsedAmount": "15629999999999999000" + }, + { + "gotchiId": "24900", + "amount": "12.3625", + "parsedAmount": "12362500000000000000" + }, + { + "gotchiId": "24902", + "amount": "8.2625", + "parsedAmount": "8262500000000000000" + }, + { + "gotchiId": "24903", + "amount": "12.56", + "parsedAmount": "12560000000000000000" + }, + { + "gotchiId": "24906", + "amount": "8.5075", + "parsedAmount": "8507500000000000000" + }, + { + "gotchiId": "24909", + "amount": "8.2", + "parsedAmount": "8200000000000000000" + }, + { + "gotchiId": "24912", + "amount": "64.4725", + "parsedAmount": "64472500000000000000" + }, + { + "gotchiId": "24913", + "amount": "102.1675", + "parsedAmount": "102167500000000000000" + }, + { + "gotchiId": "24916", + "amount": "3.495", + "parsedAmount": "3495000000000000000" + }, + { + "gotchiId": "24920", + "amount": "7", + "parsedAmount": "7000000000000000000" + }, + { + "gotchiId": "24923", + "amount": "8.9225", + "parsedAmount": "8922500000000000000" + }, + { + "gotchiId": "24926", + "amount": "28.07", + "parsedAmount": "28070000000000000000" + }, + { + "gotchiId": "24928", + "amount": "3.105", + "parsedAmount": "3105000000000000000" + }, + { + "gotchiId": "24930", + "amount": "14.142499999999998", + "parsedAmount": "14142499999999998000" + }, + { + "gotchiId": "24931", + "amount": "12.765", + "parsedAmount": "12765000000000000000" + }, + { + "gotchiId": "24932", + "amount": "19.022499999999997", + "parsedAmount": "19022499999999997000" + }, + { + "gotchiId": "24933", + "amount": "15.005", + "parsedAmount": "15005000000000000000" + }, + { + "gotchiId": "24934", + "amount": "22.4675", + "parsedAmount": "22467500000000000000" + }, + { + "gotchiId": "24935", + "amount": "12.1475", + "parsedAmount": "12147500000000000000" + }, + { + "gotchiId": "24936", + "amount": "14.355", + "parsedAmount": "14355000000000000000" + }, + { + "gotchiId": "24939", + "amount": "8.61", + "parsedAmount": "8610000000000000000" + }, + { + "gotchiId": "24940", + "amount": "3.16", + "parsedAmount": "3160000000000000000" + }, + { + "gotchiId": "24941", + "amount": "76.2625", + "parsedAmount": "76262500000000000000" + }, + { + "gotchiId": "24943", + "amount": "9.07", + "parsedAmount": "9070000000000000000" + }, + { + "gotchiId": "24944", + "amount": "17.497500000000002", + "parsedAmount": "17497500000000002000" + }, + { + "gotchiId": "24945", + "amount": "11.5825", + "parsedAmount": "11582500000000000000" + }, + { + "gotchiId": "24946", + "amount": "9.355", + "parsedAmount": "9355000000000000000" + }, + { + "gotchiId": "24948", + "amount": "47.66", + "parsedAmount": "47660000000000000000" + }, + { + "gotchiId": "24951", + "amount": "7.1375", + "parsedAmount": "7137500000000000000" + }, + { + "gotchiId": "24953", + "amount": "7.64", + "parsedAmount": "7640000000000000000" + }, + { + "gotchiId": "24957", + "amount": "11.694999999999999", + "parsedAmount": "11694999999999999000" + }, + { + "gotchiId": "24958", + "amount": "14.420000000000002", + "parsedAmount": "14420000000000002000" + }, + { + "gotchiId": "24960", + "amount": "8.1075", + "parsedAmount": "8107500000000000000" + }, + { + "gotchiId": "24961", + "amount": "11.86", + "parsedAmount": "11860000000000000000" + }, + { + "gotchiId": "24962", + "amount": "61.807500000000005", + "parsedAmount": "61807500000000005000" + }, + { + "gotchiId": "24963", + "amount": "17.4425", + "parsedAmount": "17442500000000000000" + }, + { + "gotchiId": "24964", + "amount": "18.4025", + "parsedAmount": "18402500000000000000" + }, + { + "gotchiId": "24965", + "amount": "25.4225", + "parsedAmount": "25422500000000000000" + }, + { + "gotchiId": "24966", + "amount": "9.68", + "parsedAmount": "9680000000000000000" + }, + { + "gotchiId": "24971", + "amount": "13.2125", + "parsedAmount": "13212500000000000000" + }, + { + "gotchiId": "24972", + "amount": "4.5025", + "parsedAmount": "4502500000000000000" + }, + { + "gotchiId": "24974", + "amount": "88.34", + "parsedAmount": "88340000000000000000" + }, + { + "gotchiId": "24975", + "amount": "109.9775", + "parsedAmount": "109977500000000000000" + }, + { + "gotchiId": "24976", + "amount": "53.847500000000004", + "parsedAmount": "53847500000000004000" + }, + { + "gotchiId": "24980", + "amount": "1.8525", + "parsedAmount": "1852500000000000000" + }, + { + "gotchiId": "24981", + "amount": "2.7775", + "parsedAmount": "2777500000000000000" + }, + { + "gotchiId": "24984", + "amount": "56.2575", + "parsedAmount": "56257500000000000000" + }, + { + "gotchiId": "24994", + "amount": "3.5775", + "parsedAmount": "3577500000000000000" + }, + { + "gotchiId": "24997", + "amount": "3.6975", + "parsedAmount": "3697500000000000000" + }, + { + "gotchiId": "24998", + "amount": "3.67", + "parsedAmount": "3670000000000000000" + } + ], + "totalAmount": "5816415000000000046500", + "chainId": 8453, + "status": "confirmed", + "blockNumber": 37768533, + "gasUsed": "6387910" + } + ], + "completedGotchiIds": [ + "3", + "31", + "32", + "34", + "35", + "37", + "39", + "41", + "44", + "46", + "47", + "48", + "51", + "53", + "54", + "56", + "58", + "59", + "67", + "68", + "69", + "92", + "93", + "97", + "100", + "101", + "102", + "106", + "111", + "112", + "113", + "114", + "115", + "116", + "122", + "123", + "124", + "125", + "131", + "135", + "137", + "138", + "139", + "141", + "142", + "151", + "154", + "156", + "159", + "162", + "164", + "167", + "168", + "169", + "172", + "181", + "183", + "185", + "186", + "190", + "191", + "192", + "201", + "205", + "206", + "207", + "208", + "218", + "219", + "221", + "225", + "226", + "228", + "229", + "231", + "233", + "234", + "235", + "236", + "238", + "240", + "241", + "243", + "260", + "261", + "262", + "263", + "264", + "266", + "267", + "269", + "270", + "271", + "272", + "274", + "275", + "278", + "282", + "285", + "289", + "290", + "296", + "301", + "304", + "307", + "308", + "314", + "315", + "317", + "319", + "339", + "343", + "357", + "358", + "359", + "366", + "367", + "375", + "377", + "378", + "380", + "382", + "383", + "390", + "391", + "392", + "396", + "406", + "407", + "408", + "409", + "410", + "411", + "413", + "414", + "418", + "420", + "428", + "430", + "431", + "439", + "442", + "448", + "449", + "453", + "454", + "455", + "458", + "461", + "463", + "469", + "473", + "474", + "475", + "479", + "480", + "481", + "482", + "483", + "486", + "487", + "489", + "490", + "492", + "493", + "499", + "502", + "506", + "509", + "511", + "512", + "514", + "519", + "520", + "522", + "523", + "524", + "528", + "529", + "531", + "538", + "539", + "540", + "543", + "544", + "549", + "550", + "552", + "555", + "556", + "557", + "567", + "568", + "569", + "571", + "572", + "573", + "574", + "575", + "576", + "577", + "578", + "579", + "580", + "581", + "584", + "585", + "587", + "588", + "591", + "594", + "596", + "597", + "598", + "600", + "601", + "607", + "608", + "630", + "632", + "637", + "642", + "645", + "646", + "647", + "648", + "649", + "650", + "660", + "661", + "662", + "663", + "664", + "671", + "672", + "673", + "674", + "677", + "681", + "684", + "689", + "692", + "695", + "696", + "697", + "698", + "699", + "700", + "702", + "703", + "704", + "705", + "706", + "707", + "708", + "709", + "710", + "711", + "712", + "713", + "714", + "716", + "717", + "718", + "719", + "722", + "725", + "726", + "728", + "729", + "733", + "734", + "735", + "736", + "738", + "739", + "743", + "744", + "746", + "750", + "751", + "752", + "753", + "754", + "755", + "756", + "757", + "758", + "759", + "763", + "766", + "769", + "784", + "786", + "787", + "789", + "794", + "796", + "799", + "801", + "805", + "806", + "807", + "808", + "810", + "811", + "814", + "815", + "817", + "819", + "820", + "821", + "822", + "823", + "824", + "826", + "828", + "836", + "841", + "844", + "851", + "853", + "854", + "870", + "897", + "899", + "903", + "904", + "908", + "909", + "911", + "912", + "914", + "915", + "918", + "922", + "924", + "925", + "928", + "929", + "931", + "932", + "933", + "934", + "936", + "937", + "938", + "940", + "946", + "947", + "951", + "954", + "956", + "957", + "965", + "966", + "967", + "968", + "970", + "971", + "973", + "974", + "976", + "978", + "979", + "980", + "981", + "983", + "984", + "985", + "987", + "988", + "989", + "992", + "997", + "998", + "1009", + "1010", + "1011", + "1012", + "1013", + "1014", + "1015", + "1016", + "1017", + "1019", + "1020", + "1021", + "1022", + "1027", + "1030", + "1032", + "1043", + "1044", + "1046", + "1054", + "1055", + "1057", + "1058", + "1062", + "1063", + "1065", + "1068", + "1071", + "1074", + "1078", + "1079", + "1083", + "1085", + "1089", + "1090", + "1098", + "1100", + "1103", + "1108", + "1109", + "1111", + "1122", + "1124", + "1126", + "1128", + "1133", + "1134", + "1135", + "1136", + "1137", + "1138", + "1140", + "1145", + "1147", + "1150", + "1155", + "1157", + "1164", + "1165", + "1169", + "1170", + "1171", + "1173", + "1177", + "1178", + "1179", + "1183", + "1188", + "1189", + "1190", + "1191", + "1192", + "1193", + "1195", + "1196", + "1197", + "1199", + "1200", + "1203", + "1207", + "1218", + "1219", + "1220", + "1228", + "1231", + "1232", + "1233", + "1234", + "1235", + "1240", + "1241", + "1244", + "1248", + "1249", + "1253", + "1254", + "1257", + "1259", + "1260", + "1261", + "1263", + "1264", + "1265", + "1267", + "1269", + "1273", + "1274", + "1277", + "1282", + "1283", + "1285", + "1292", + "1293", + "1294", + "1295", + "1299", + "1301", + "1302", + "1304", + "1305", + "1306", + "1308", + "1314", + "1316", + "1320", + "1321", + "1323", + "1324", + "1333", + "1334", + "1335", + "1336", + "1339", + "1345", + "1347", + "1348", + "1349", + "1351", + "1353", + "1354", + "1355", + "1357", + "1358", + "1359", + "1360", + "1367", + "1368", + "1370", + "1371", + "1372", + "1373", + "1375", + "1379", + "1381", + "1383", + "1385", + "1387", + "1388", + "1389", + "1392", + "1393", + "1395", + "1396", + "1398", + "1400", + "1401", + "1403", + "1404", + "1405", + "1408", + "1410", + "1412", + "1413", + "1414", + "1416", + "1417", + "1419", + "1421", + "1422", + "1423", + "1425", + "1426", + "1427", + "1429", + "1430", + "1432", + "1433", + "1436", + "1441", + "1443", + "1445", + "1447", + "1448", + "1449", + "1451", + "1454", + "1455", + "1457", + "1459", + "1469", + "1470", + "1473", + "1474", + "1475", + "1477", + "1478", + "1481", + "1483", + "1484", + "1485", + "1486", + "1487", + "1491", + "1508", + "1509", + "1510", + "1511", + "1512", + "1518", + "1520", + "1531", + "1535", + "1536", + "1538", + "1539", + "1542", + "1543", + "1545", + "1547", + "1549", + "1557", + "1558", + "1562", + "1563", + "1564", + "1565", + "1568", + "1570", + "1571", + "1572", + "1574", + "1575", + "1576", + "1580", + "1583", + "1584", + "1585", + "1586", + "1588", + "1589", + "1590", + "1591", + "1595", + "1598", + "1600", + "1604", + "1627", + "1633", + "1637", + "1638", + "1639", + "1647", + "1652", + "1653", + "1657", + "1660", + "1661", + "1662", + "1665", + "1667", + "1668", + "1672", + "1677", + "1679", + "1680", + "1683", + "1684", + "1689", + "1690", + "1691", + "1693", + "1694", + "1699", + "1702", + "1703", + "1704", + "1708", + "1709", + "1710", + "1711", + "1715", + "1722", + "1723", + "1724", + "1728", + "1729", + "1732", + "1735", + "1740", + "1743", + "1745", + "1751", + "1752", + "1759", + "1762", + "1763", + "1765", + "1767", + "1768", + "1770", + "1771", + "1774", + "1775", + "1779", + "1780", + "1781", + "1782", + "1784", + "1785", + "1786", + "1787", + "1788", + "1789", + "1790", + "1802", + "1803", + "1806", + "1808", + "1809", + "1811", + "1812", + "1822", + "1828", + "1829", + "1831", + "1836", + "1837", + "1838", + "1839", + "1840", + "1843", + "1844", + "1845", + "1847", + "1849", + "1850", + "1852", + "1853", + "1855", + "1857", + "1859", + "1862", + "1866", + "1868", + "1874", + "1876", + "1878", + "1879", + "1880", + "1883", + "1884", + "1886", + "1887", + "1901", + "1904", + "1905", + "1906", + "1911", + "1917", + "1920", + "1921", + "1923", + "1924", + "1926", + "1927", + "1929", + "1930", + "1931", + "1932", + "1934", + "1935", + "1936", + "1937", + "1939", + "1940", + "1941", + "1942", + "1944", + "1949", + "1950", + "1952", + "1954", + "1956", + "1959", + "1961", + "1962", + "1963", + "1969", + "1971", + "1973", + "1974", + "1975", + "1976", + "1977", + "1980", + "1981", + "1984", + "1986", + "1987", + "1989", + "1992", + "1993", + "1994", + "1995", + "1996", + "1998", + "2014", + "2018", + "2021", + "2026", + "2027", + "2028", + "2029", + "2030", + "2031", + "2034", + "2035", + "2042", + "2053", + "2054", + "2057", + "2058", + "2062", + "2068", + "2072", + "2073", + "2077", + "2081", + "2084", + "2085", + "2087", + "2090", + "2091", + "2093", + "2094", + "2095", + "2096", + "2097", + "2099", + "2100", + "2101", + "2104", + "2105", + "2107", + "2110", + "2111", + "2113", + "2115", + "2116", + "2117", + "2118", + "2120", + "2122", + "2123", + "2124", + "2125", + "2126", + "2128", + "2129", + "2134", + "2136", + "2138", + "2143", + "2145", + "2147", + "2148", + "2152", + "2153", + "2156", + "2157", + "2160", + "2162", + "2165", + "2167", + "2172", + "2178", + "2181", + "2182", + "2183", + "2185", + "2195", + "2197", + "2198", + "2202", + "2209", + "2212", + "2213", + "2223", + "2225", + "2226", + "2230", + "2232", + "2234", + "2235", + "2236", + "2238", + "2240", + "2242", + "2243", + "2244", + "2245", + "2246", + "2249", + "2250", + "2251", + "2255", + "2256", + "2260", + "2261", + "2263", + "2265", + "2266", + "2267", + "2269", + "2270", + "2271", + "2272", + "2274", + "2277", + "2278", + "2281", + "2286", + "2287", + "2290", + "2291", + "2292", + "2293", + "2294", + "2296", + "2300", + "2301", + "2305", + "2318", + "2319", + "2321", + "2324", + "2325", + "2326", + "2330", + "2333", + "2336", + "2339", + "2344", + "2345", + "2346", + "2347", + "2348", + "2350", + "2351", + "2354", + "2358", + "2359", + "2360", + "2362", + "2364", + "2367", + "2368", + "2369", + "2380", + "2382", + "2384", + "2386", + "2387", + "2391", + "2393", + "2394", + "2396", + "2399", + "2402", + "2403", + "2404", + "2405", + "2406", + "2407", + "2408", + "2409", + "2414", + "2415", + "2419", + "2421", + "2424", + "2432", + "2436", + "2438", + "2439", + "2440", + "2441", + "2442", + "2443", + "2445", + "2446", + "2448", + "2449", + "2450", + "2451", + "2452", + "2453", + "2454", + "2455", + "2456", + "2457", + "2459", + "2460", + "2461", + "2462", + "2463", + "2468", + "2471", + "2475", + "2478", + "2487", + "2491", + "2492", + "2500", + "2501", + "2503", + "2504", + "2505", + "2506", + "2509", + "2512", + "2515", + "2517", + "2518", + "2523", + "2524", + "2528", + "2529", + "2530", + "2531", + "2538", + "2542", + "2544", + "2546", + "2550", + "2552", + "2553", + "2554", + "2555", + "2557", + "2558", + "2559", + "2562", + "2566", + "2569", + "2574", + "2578", + "2581", + "2582", + "2583", + "2585", + "2588", + "2589", + "2591", + "2594", + "2596", + "2600", + "2603", + "2605", + "2607", + "2609", + "2612", + "2613", + "2614", + "2616", + "2617", + "2620", + "2623", + "2624", + "2626", + "2643", + "2644", + "2647", + "2649", + "2650", + "2652", + "2655", + "2657", + "2659", + "2660", + "2663", + "2666", + "2667", + "2670", + "2671", + "2674", + "2675", + "2676", + "2678", + "2679", + "2680", + "2681", + "2683", + "2684", + "2685", + "2686", + "2687", + "2688", + "2689", + "2690", + "2691", + "2693", + "2694", + "2696", + "2698", + "2699", + "2701", + "2703", + "2707", + "2713", + "2716", + "2717", + "2719", + "2720", + "2722", + "2724", + "2725", + "2726", + "2727", + "2729", + "2732", + "2734", + "2738", + "2739", + "2740", + "2744", + "2745", + "2748", + "2749", + "2750", + "2753", + "2755", + "2758", + "2759", + "2760", + "2761", + "2773", + "2774", + "2775", + "2779", + "2783", + "2784", + "2786", + "2787", + "2788", + "2792", + "2793", + "2795", + "2796", + "2797", + "2798", + "2799", + "2801", + "2803", + "2808", + "2811", + "2812", + "2822", + "2824", + "2825", + "2826", + "2828", + "2829", + "2833", + "2834", + "2837", + "2839", + "2840", + "2841", + "2842", + "2843", + "2844", + "2845", + "2847", + "2848", + "2849", + "2850", + "2851", + "2853", + "2854", + "2856", + "2860", + "2861", + "2863", + "2865", + "2866", + "2871", + "2872", + "2874", + "2876", + "2879", + "2881", + "2882", + "2886", + "2888", + "2891", + "2895", + "2898", + "2901", + "2902", + "2903", + "2905", + "2906", + "2907", + "2908", + "2909", + "2910", + "2913", + "2914", + "2915", + "2920", + "2922", + "2923", + "2928", + "2929", + "2930", + "2931", + "2932", + "2935", + "2936", + "2941", + "2942", + "2943", + "2944", + "2945", + "2946", + "2949", + "2950", + "2951", + "2953", + "2954", + "2956", + "2957", + "2959", + "2962", + "2965", + "2966", + "2967", + "2968", + "2972", + "2973", + "2976", + "2987", + "2990", + "2995", + "2997", + "2999", + "3004", + "3007", + "3012", + "3013", + "3016", + "3017", + "3019", + "3021", + "3023", + "3024", + "3025", + "3026", + "3028", + "3029", + "3033", + "3034", + "3035", + "3036", + "3037", + "3040", + "3041", + "3043", + "3044", + "3045", + "3046", + "3047", + "3050", + "3051", + "3052", + "3053", + "3057", + "3059", + "3062", + "3063", + "3064", + "3067", + "3072", + "3084", + "3085", + "3090", + "3091", + "3092", + "3093", + "3094", + "3104", + "3106", + "3107", + "3109", + "3110", + "3112", + "3113", + "3115", + "3116", + "3117", + "3121", + "3122", + "3124", + "3126", + "3127", + "3128", + "3129", + "3130", + "3131", + "3132", + "3134", + "3144", + "3146", + "3149", + "3152", + "3154", + "3155", + "3156", + "3159", + "3160", + "3164", + "3166", + "3168", + "3169", + "3170", + "3171", + "3173", + "3177", + "3178", + "3179", + "3180", + "3184", + "3186", + "3199", + "3200", + "3201", + "3203", + "3205", + "3208", + "3218", + "3225", + "3226", + "3228", + "3232", + "3233", + "3235", + "3236", + "3237", + "3238", + "3240", + "3248", + "3253", + "3254", + "3255", + "3256", + "3260", + "3261", + "3262", + "3264", + "3265", + "3267", + "3268", + "3269", + "3271", + "3272", + "3273", + "3274", + "3275", + "3276", + "3280", + "3281", + "3285", + "3288", + "3290", + "3291", + "3292", + "3293", + "3294", + "3295", + "3296", + "3297", + "3298", + "3299", + "3301", + "3302", + "3305", + "3306", + "3308", + "3309", + "3310", + "3311", + "3312", + "3314", + "3316", + "3317", + "3318", + "3319", + "3320", + "3322", + "3326", + "3328", + "3329", + "3330", + "3331", + "3332", + "3335", + "3339", + "3340", + "3341", + "3342", + "3344", + "3347", + "3348", + "3354", + "3356", + "3357", + "3360", + "3361", + "3362", + "3364", + "3370", + "3371", + "3372", + "3376", + "3378", + "3379", + "3380", + "3382", + "3385", + "3386", + "3387", + "3388", + "3391", + "3392", + "3397", + "3399", + "3400", + "3402", + "3403", + "3407", + "3408", + "3410", + "3411", + "3420", + "3423", + "3424", + "3425", + "3427", + "3429", + "3430", + "3431", + "3432", + "3433", + "3434", + "3435", + "3437", + "3440", + "3441", + "3443", + "3444", + "3447", + "3448", + "3451", + "3452", + "3454", + "3457", + "3462", + "3467", + "3470", + "3472", + "3475", + "3476", + "3477", + "3478", + "3479", + "3480", + "3481", + "3483", + "3487", + "3490", + "3498", + "3500", + "3501", + "3508", + "3510", + "3513", + "3515", + "3516", + "3517", + "3522", + "3523", + "3524", + "3525", + "3526", + "3527", + "3528", + "3538", + "3539", + "3541", + "3542", + "3549", + "3554", + "3555", + "3556", + "3560", + "3565", + "3568", + "3569", + "3571", + "3572", + "3573", + "3577", + "3580", + "3581", + "3584", + "3585", + "3590", + "3592", + "3593", + "3594", + "3595", + "3596", + "3598", + "3599", + "3600", + "3601", + "3602", + "3607", + "3610", + "3613", + "3615", + "3619", + "3633", + "3636", + "3637", + "3642", + "3643", + "3644", + "3645", + "3647", + "3649", + "3650", + "3652", + "3654", + "3659", + "3660", + "3662", + "3664", + "3665", + "3667", + "3671", + "3672", + "3673", + "3674", + "3676", + "3678", + "3679", + "3680", + "3682", + "3683", + "3684", + "3687", + "3690", + "3691", + "3696", + "3699", + "3701", + "3702", + "3709", + "3710", + "3711", + "3712", + "3713", + "3717", + "3718", + "3720", + "3722", + "3724", + "3725", + "3727", + "3728", + "3729", + "3731", + "3734", + "3735", + "3736", + "3738", + "3741", + "3742", + "3744", + "3747", + "3749", + "3752", + "3753", + "3754", + "3759", + "3762", + "3764", + "3767", + "3769", + "3770", + "3771", + "3772", + "3773", + "3774", + "3776", + "3782", + "3783", + "3784", + "3785", + "3787", + "3788", + "3789", + "3790", + "3792", + "3793", + "3794", + "3796", + "3799", + "3801", + "3802", + "3805", + "3807", + "3815", + "3816", + "3818", + "3819", + "3820", + "3831", + "3834", + "3835", + "3837", + "3838", + "3839", + "3840", + "3841", + "3842", + "3843", + "3844", + "3846", + "3847", + "3848", + "3849", + "3850", + "3852", + "3853", + "3855", + "3856", + "3857", + "3858", + "3859", + "3860", + "3861", + "3862", + "3863", + "3864", + "3865", + "3866", + "3867", + "3868", + "3869", + "3873", + "3874", + "3875", + "3876", + "3877", + "3879", + "3880", + "3881", + "3884", + "3891", + "3893", + "3895", + "3898", + "3899", + "3900", + "3905", + "3907", + "3908", + "3914", + "3917", + "3922", + "3924", + "3925", + "3928", + "3929", + "3931", + "3932", + "3933", + "3934", + "3935", + "3936", + "3938", + "3939", + "3942", + "3946", + "3948", + "3949", + "3952", + "3954", + "3955", + "3958", + "3959", + "3961", + "3962", + "3963", + "3964", + "3965", + "3966", + "3967", + "3968", + "3969", + "3970", + "3971", + "3972", + "3973", + "3974", + "3975", + "3976", + "3977", + "3978", + "3979", + "3980", + "3981", + "3982", + "3983", + "3984", + "3985", + "3986", + "3987", + "3989", + "3991", + "3992", + "3993", + "3997", + "3998", + "3999", + "4003", + "4005", + "4006", + "4013", + "4020", + "4021", + "4025", + "4026", + "4028", + "4030", + "4032", + "4033", + "4034", + "4036", + "4038", + "4040", + "4041", + "4044", + "4047", + "4048", + "4050", + "4051", + "4052", + "4055", + "4057", + "4058", + "4059", + "4060", + "4061", + "4062", + "4064", + "4067", + "4068", + "4069", + "4070", + "4071", + "4072", + "4075", + "4076", + "4078", + "4079", + "4081", + "4082", + "4083", + "4090", + "4091", + "4092", + "4095", + "4097", + "4100", + "4101", + "4102", + "4103", + "4104", + "4106", + "4107", + "4109", + "4111", + "4112", + "4113", + "4115", + "4117", + "4119", + "4120", + "4121", + "4122", + "4124", + "4125", + "4127", + "4128", + "4129", + "4130", + "4131", + "4134", + "4141", + "4142", + "4143", + "4144", + "4146", + "4147", + "4148", + "4150", + "4154", + "4156", + "4159", + "4163", + "4164", + "4165", + "4166", + "4167", + "4168", + "4170", + "4174", + "4175", + "4180", + "4182", + "4186", + "4187", + "4190", + "4192", + "4196", + "4197", + "4200", + "4206", + "4211", + "4214", + "4215", + "4216", + "4217", + "4218", + "4221", + "4223", + "4228", + "4230", + "4231", + "4232", + "4233", + "4236", + "4237", + "4238", + "4239", + "4240", + "4243", + "4248", + "4249", + "4251", + "4263", + "4264", + "4266", + "4271", + "4272", + "4273", + "4274", + "4277", + "4278", + "4280", + "4282", + "4283", + "4285", + "4286", + "4291", + "4292", + "4293", + "4294", + "4297", + "4298", + "4300", + "4301", + "4302", + "4309", + "4310", + "4311", + "4315", + "4317", + "4320", + "4321", + "4322", + "4323", + "4324", + "4326", + "4333", + "4334", + "4336", + "4343", + "4344", + "4348", + "4349", + "4350", + "4351", + "4352", + "4355", + "4356", + "4358", + "4359", + "4363", + "4365", + "4366", + "4367", + "4368", + "4369", + "4370", + "4371", + "4372", + "4373", + "4374", + "4375", + "4376", + "4377", + "4378", + "4379", + "4387", + "4391", + "4392", + "4394", + "4395", + "4396", + "4397", + "4404", + "4405", + "4406", + "4410", + "4411", + "4412", + "4414", + "4416", + "4417", + "4419", + "4421", + "4422", + "4424", + "4426", + "4429", + "4431", + "4433", + "4434", + "4435", + "4436", + "4438", + "4441", + "4444", + "4446", + "4449", + "4450", + "4452", + "4453", + "4456", + "4458", + "4461", + "4462", + "4464", + "4465", + "4467", + "4468", + "4469", + "4470", + "4471", + "4472", + "4473", + "4475", + "4476", + "4478", + "4479", + "4480", + "4481", + "4483", + "4485", + "4486", + "4487", + "4488", + "4489", + "4495", + "4497", + "4501", + "4503", + "4504", + "4505", + "4506", + "4509", + "4510", + "4517", + "4518", + "4519", + "4521", + "4524", + "4527", + "4531", + "4533", + "4534", + "4536", + "4539", + "4540", + "4542", + "4550", + "4551", + "4556", + "4560", + "4561", + "4564", + "4566", + "4567", + "4568", + "4577", + "4581", + "4589", + "4590", + "4591", + "4595", + "4597", + "4598", + "4599", + "4607", + "4608", + "4612", + "4613", + "4614", + "4616", + "4617", + "4620", + "4621", + "4622", + "4624", + "4628", + "4630", + "4634", + "4636", + "4639", + "4640", + "4642", + "4646", + "4649", + "4650", + "4651", + "4652", + "4660", + "4662", + "4663", + "4665", + "4669", + "4670", + "4673", + "4675", + "4676", + "4677", + "4678", + "4679", + "4680", + "4681", + "4682", + "4683", + "4684", + "4685", + "4689", + "4690", + "4691", + "4692", + "4693", + "4694", + "4695", + "4696", + "4698", + "4700", + "4701", + "4702", + "4703", + "4706", + "4707", + "4708", + "4709", + "4710", + "4711", + "4713", + "4714", + "4715", + "4716", + "4717", + "4718", + "4720", + "4721", + "4722", + "4723", + "4724", + "4727", + "4728", + "4729", + "4732", + "4733", + "4735", + "4738", + "4739", + "4740", + "4742", + "4743", + "4744", + "4745", + "4747", + "4749", + "4750", + "4751", + "4753", + "4754", + "4756", + "4763", + "4764", + "4765", + "4777", + "4778", + "4783", + "4784", + "4786", + "4789", + "4790", + "4791", + "4793", + "4794", + "4795", + "4797", + "4798", + "4799", + "4802", + "4803", + "4806", + "4807", + "4809", + "4810", + "4813", + "4814", + "4816", + "4817", + "4820", + "4827", + "4828", + "4834", + "4836", + "4837", + "4838", + "4839", + "4840", + "4841", + "4842", + "4844", + "4845", + "4847", + "4849", + "4850", + "4851", + "4856", + "4859", + "4860", + "4862", + "4864", + "4866", + "4868", + "4870", + "4872", + "4873", + "4875", + "4877", + "4879", + "4882", + "4883", + "4884", + "4885", + "4886", + "4888", + "4889", + "4890", + "4892", + "4894", + "4895", + "4896", + "4899", + "4900", + "4901", + "4902", + "4903", + "4906", + "4907", + "4913", + "4914", + "4915", + "4917", + "4919", + "4920", + "4921", + "4922", + "4923", + "4924", + "4925", + "4926", + "4927", + "4928", + "4929", + "4930", + "4931", + "4932", + "4933", + "4937", + "4944", + "4945", + "4948", + "4955", + "4959", + "4965", + "4967", + "4968", + "4978", + "4981", + "4984", + "4985", + "4986", + "4988", + "4990", + "4992", + "4997", + "4998", + "4999", + "5000", + "5003", + "5004", + "5006", + "5007", + "5008", + "5011", + "5012", + "5013", + "5016", + "5017", + "5025", + "5027", + "5028", + "5029", + "5031", + "5032", + "5034", + "5036", + "5040", + "5041", + "5048", + "5052", + "5053", + "5061", + "5063", + "5065", + "5066", + "5069", + "5075", + "5076", + "5077", + "5079", + "5081", + "5082", + "5084", + "5091", + "5093", + "5094", + "5097", + "5101", + "5102", + "5106", + "5109", + "5110", + "5119", + "5120", + "5123", + "5125", + "5126", + "5128", + "5130", + "5133", + "5134", + "5135", + "5136", + "5139", + "5140", + "5141", + "5142", + "5143", + "5146", + "5147", + "5152", + "5154", + "5155", + "5156", + "5157", + "5158", + "5159", + "5160", + "5161", + "5162", + "5166", + "5168", + "5173", + "5188", + "5191", + "5192", + "5193", + "5194", + "5195", + "5198", + "5200", + "5205", + "5207", + "5209", + "5210", + "5211", + "5212", + "5218", + "5219", + "5220", + "5221", + "5222", + "5224", + "5226", + "5227", + "5228", + "5230", + "5232", + "5234", + "5238", + "5240", + "5241", + "5242", + "5243", + "5245", + "5247", + "5250", + "5257", + "5259", + "5260", + "5262", + "5263", + "5264", + "5266", + "5271", + "5273", + "5275", + "5276", + "5280", + "5281", + "5283", + "5290", + "5292", + "5293", + "5295", + "5296", + "5297", + "5298", + "5299", + "5300", + "5301", + "5304", + "5305", + "5306", + "5308", + "5309", + "5316", + "5317", + "5318", + "5320", + "5321", + "5326", + "5328", + "5330", + "5331", + "5334", + "5335", + "5337", + "5338", + "5340", + "5343", + "5344", + "5346", + "5349", + "5351", + "5352", + "5358", + "5365", + "5368", + "5369", + "5372", + "5374", + "5375", + "5376", + "5377", + "5378", + "5381", + "5383", + "5386", + "5387", + "5388", + "5389", + "5392", + "5393", + "5400", + "5401", + "5402", + "5404", + "5405", + "5407", + "5408", + "5409", + "5410", + "5411", + "5413", + "5414", + "5416", + "5418", + "5419", + "5420", + "5423", + "5425", + "5431", + "5432", + "5433", + "5435", + "5437", + "5440", + "5441", + "5442", + "5446", + "5451", + "5460", + "5469", + "5470", + "5471", + "5472", + "5474", + "5475", + "5478", + "5482", + "5485", + "5487", + "5488", + "5493", + "5496", + "5497", + "5499", + "5500", + "5501", + "5502", + "5503", + "5504", + "5506", + "5507", + "5508", + "5511", + "5512", + "5513", + "5514", + "5515", + "5517", + "5518", + "5520", + "5521", + "5522", + "5524", + "5527", + "5528", + "5529", + "5530", + "5531", + "5533", + "5535", + "5536", + "5537", + "5538", + "5539", + "5540", + "5542", + "5549", + "5551", + "5556", + "5557", + "5560", + "5561", + "5562", + "5570", + "5572", + "5574", + "5575", + "5582", + "5583", + "5588", + "5592", + "5593", + "5596", + "5597", + "5601", + "5602", + "5604", + "5605", + "5612", + "5623", + "5626", + "5629", + "5631", + "5632", + "5633", + "5637", + "5639", + "5640", + "5641", + "5642", + "5643", + "5644", + "5645", + "5646", + "5647", + "5649", + "5650", + "5651", + "5658", + "5659", + "5660", + "5664", + "5666", + "5667", + "5669", + "5676", + "5679", + "5681", + "5682", + "5683", + "5684", + "5686", + "5689", + "5691", + "5692", + "5694", + "5697", + "5698", + "5699", + "5700", + "5701", + "5702", + "5703", + "5704", + "5705", + "5706", + "5708", + "5711", + "5712", + "5713", + "5715", + "5716", + "5717", + "5718", + "5719", + "5720", + "5722", + "5724", + "5725", + "5727", + "5730", + "5731", + "5733", + "5736", + "5737", + "5738", + "5743", + "5744", + "5747", + "5751", + "5752", + "5754", + "5755", + "5764", + "5765", + "5769", + "5772", + "5774", + "5781", + "5783", + "5786", + "5790", + "5792", + "5795", + "5796", + "5798", + "5799", + "5802", + "5803", + "5804", + "5806", + "5807", + "5809", + "5817", + "5818", + "5819", + "5821", + "5823", + "5824", + "5825", + "5826", + "5828", + "5831", + "5833", + "5834", + "5846", + "5847", + "5850", + "5855", + "5858", + "5862", + "5863", + "5864", + "5865", + "5873", + "5874", + "5877", + "5878", + "5882", + "5883", + "5888", + "5890", + "5897", + "5898", + "5900", + "5902", + "5903", + "5904", + "5905", + "5906", + "5907", + "5908", + "5912", + "5913", + "5915", + "5917", + "5923", + "5924", + "5926", + "5927", + "5931", + "5932", + "5934", + "5935", + "5938", + "5939", + "5940", + "5941", + "5942", + "5945", + "5946", + "5947", + "5949", + "5950", + "5951", + "5953", + "5954", + "5955", + "5956", + "5959", + "5960", + "5967", + "5970", + "5972", + "5974", + "5975", + "5976", + "5980", + "5981", + "5983", + "5984", + "5992", + "5993", + "5994", + "5995", + "5996", + "5997", + "5998", + "5999", + "6000", + "6001", + "6003", + "6004", + "6006", + "6009", + "6011", + "6012", + "6013", + "6014", + "6015", + "6017", + "6018", + "6019", + "6020", + "6021", + "6022", + "6026", + "6030", + "6033", + "6034", + "6035", + "6036", + "6037", + "6038", + "6039", + "6040", + "6041", + "6047", + "6052", + "6054", + "6055", + "6057", + "6058", + "6060", + "6063", + "6065", + "6068", + "6069", + "6079", + "6080", + "6081", + "6083", + "6085", + "6086", + "6087", + "6089", + "6094", + "6101", + "6102", + "6103", + "6104", + "6105", + "6107", + "6109", + "6110", + "6111", + "6117", + "6118", + "6119", + "6120", + "6121", + "6122", + "6123", + "6128", + "6129", + "6130", + "6131", + "6132", + "6135", + "6136", + "6138", + "6140", + "6142", + "6145", + "6146", + "6147", + "6148", + "6149", + "6151", + "6155", + "6156", + "6158", + "6159", + "6160", + "6163", + "6164", + "6165", + "6166", + "6168", + "6169", + "6170", + "6171", + "6172", + "6174", + "6176", + "6177", + "6178", + "6179", + "6182", + "6183", + "6187", + "6189", + "6190", + "6192", + "6193", + "6199", + "6202", + "6203", + "6204", + "6205", + "6208", + "6209", + "6212", + "6213", + "6214", + "6216", + "6222", + "6223", + "6224", + "6233", + "6235", + "6236", + "6239", + "6241", + "6247", + "6250", + "6252", + "6254", + "6255", + "6256", + "6257", + "6259", + "6260", + "6263", + "6264", + "6265", + "6266", + "6268", + "6271", + "6273", + "6274", + "6276", + "6278", + "6279", + "6288", + "6293", + "6296", + "6305", + "6307", + "6308", + "6309", + "6310", + "6311", + "6313", + "6318", + "6321", + "6323", + "6324", + "6327", + "6335", + "6336", + "6341", + "6342", + "6345", + "6350", + "6351", + "6352", + "6354", + "6355", + "6357", + "6358", + "6359", + "6362", + "6366", + "6370", + "6371", + "6372", + "6373", + "6374", + "6375", + "6376", + "6379", + "6380", + "6382", + "6383", + "6385", + "6386", + "6389", + "6390", + "6392", + "6393", + "6394", + "6395", + "6396", + "6397", + "6398", + "6400", + "6401", + "6403", + "6406", + "6407", + "6409", + "6413", + "6418", + "6419", + "6420", + "6421", + "6422", + "6423", + "6424", + "6428", + "6431", + "6434", + "6435", + "6437", + "6438", + "6439", + "6440", + "6442", + "6443", + "6444", + "6445", + "6446", + "6447", + "6448", + "6450", + "6451", + "6452", + "6453", + "6454", + "6459", + "6460", + "6462", + "6463", + "6465", + "6468", + "6471", + "6473", + "6475", + "6477", + "6478", + "6480", + "6482", + "6485", + "6486", + "6487", + "6489", + "6490", + "6505", + "6506", + "6507", + "6508", + "6509", + "6510", + "6511", + "6512", + "6513", + "6514", + "6515", + "6516", + "6517", + "6518", + "6519", + "6525", + "6529", + "6531", + "6532", + "6533", + "6534", + "6536", + "6538", + "6539", + "6541", + "6549", + "6550", + "6555", + "6557", + "6558", + "6560", + "6562", + "6564", + "6565", + "6566", + "6570", + "6574", + "6576", + "6581", + "6582", + "6584", + "6585", + "6588", + "6589", + "6592", + "6593", + "6595", + "6600", + "6601", + "6602", + "6603", + "6604", + "6605", + "6608", + "6609", + "6610", + "6611", + "6613", + "6615", + "6618", + "6624", + "6628", + "6630", + "6631", + "6632", + "6633", + "6634", + "6635", + "6636", + "6637", + "6639", + "6640", + "6641", + "6642", + "6643", + "6644", + "6645", + "6652", + "6653", + "6655", + "6656", + "6657", + "6659", + "6662", + "6664", + "6665", + "6670", + "6671", + "6673", + "6674", + "6675", + "6676", + "6677", + "6678", + "6679", + "6681", + "6682", + "6683", + "6684", + "6685", + "6688", + "6689", + "6690", + "6691", + "6692", + "6693", + "6694", + "6695", + "6697", + "6700", + "6704", + "6707", + "6709", + "6710", + "6711", + "6712", + "6713", + "6720", + "6723", + "6729", + "6731", + "6732", + "6734", + "6735", + "6741", + "6742", + "6743", + "6745", + "6746", + "6750", + "6751", + "6752", + "6756", + "6764", + "6765", + "6766", + "6769", + "6771", + "6773", + "6780", + "6781", + "6785", + "6786", + "6788", + "6789", + "6792", + "6794", + "6796", + "6797", + "6798", + "6801", + "6802", + "6804", + "6807", + "6811", + "6812", + "6813", + "6816", + "6817", + "6819", + "6821", + "6823", + "6824", + "6826", + "6827", + "6828", + "6835", + "6837", + "6839", + "6843", + "6845", + "6846", + "6847", + "6849", + "6851", + "6852", + "6853", + "6854", + "6855", + "6857", + "6858", + "6860", + "6861", + "6866", + "6871", + "6877", + "6879", + "6880", + "6881", + "6882", + "6884", + "6885", + "6887", + "6888", + "6889", + "6890", + "6892", + "6893", + "6895", + "6901", + "6902", + "6906", + "6908", + "6912", + "6913", + "6916", + "6917", + "6918", + "6919", + "6920", + "6929", + "6931", + "6932", + "6933", + "6938", + "6939", + "6941", + "6942", + "6944", + "6946", + "6947", + "6951", + "6952", + "6953", + "6962", + "6963", + "6966", + "6967", + "6968", + "6973", + "6974", + "6975", + "6976", + "6978", + "6981", + "6984", + "6985", + "6989", + "6992", + "6993", + "6997", + "7001", + "7005", + "7023", + "7024", + "7025", + "7026", + "7028", + "7030", + "7031", + "7033", + "7034", + "7035", + "7036", + "7038", + "7042", + "7044", + "7046", + "7047", + "7050", + "7052", + "7055", + "7056", + "7058", + "7060", + "7062", + "7063", + "7064", + "7065", + "7066", + "7067", + "7068", + "7069", + "7073", + "7076", + "7078", + "7080", + "7081", + "7082", + "7083", + "7084", + "7090", + "7095", + "7097", + "7099", + "7101", + "7103", + "7104", + "7106", + "7110", + "7111", + "7112", + "7113", + "7119", + "7124", + "7129", + "7130", + "7137", + "7138", + "7141", + "7143", + "7144", + "7147", + "7148", + "7151", + "7153", + "7156", + "7161", + "7164", + "7167", + "7169", + "7171", + "7172", + "7178", + "7179", + "7181", + "7183", + "7184", + "7185", + "7187", + "7190", + "7191", + "7192", + "7193", + "7194", + "7195", + "7196", + "7200", + "7202", + "7203", + "7204", + "7205", + "7206", + "7209", + "7210", + "7211", + "7212", + "7213", + "7215", + "7216", + "7217", + "7225", + "7226", + "7229", + "7230", + "7232", + "7234", + "7236", + "7239", + "7240", + "7245", + "7246", + "7247", + "7248", + "7250", + "7251", + "7256", + "7257", + "7259", + "7260", + "7264", + "7265", + "7266", + "7267", + "7268", + "7271", + "7275", + "7277", + "7284", + "7286", + "7288", + "7290", + "7291", + "7292", + "7293", + "7298", + "7299", + "7300", + "7301", + "7303", + "7304", + "7305", + "7306", + "7310", + "7311", + "7312", + "7316", + "7317", + "7318", + "7319", + "7320", + "7323", + "7324", + "7327", + "7328", + "7329", + "7331", + "7332", + "7336", + "7341", + "7343", + "7346", + "7347", + "7348", + "7350", + "7353", + "7354", + "7355", + "7361", + "7365", + "7368", + "7369", + "7370", + "7374", + "7377", + "7382", + "7383", + "7384", + "7385", + "7387", + "7389", + "7390", + "7391", + "7393", + "7394", + "7396", + "7397", + "7398", + "7401", + "7403", + "7404", + "7407", + "7410", + "7411", + "7412", + "7413", + "7414", + "7416", + "7420", + "7421", + "7422", + "7423", + "7424", + "7425", + "7426", + "7428", + "7429", + "7430", + "7431", + "7432", + "7433", + "7434", + "7436", + "7437", + "7438", + "7443", + "7444", + "7445", + "7449", + "7453", + "7454", + "7455", + "7456", + "7457", + "7458", + "7459", + "7460", + "7462", + "7463", + "7464", + "7465", + "7466", + "7468", + "7471", + "7473", + "7474", + "7475", + "7476", + "7477", + "7478", + "7480", + "7483", + "7484", + "7486", + "7487", + "7488", + "7489", + "7492", + "7494", + "7495", + "7497", + "7500", + "7502", + "7504", + "7505", + "7506", + "7509", + "7512", + "7513", + "7516", + "7517", + "7519", + "7520", + "7523", + "7525", + "7526", + "7527", + "7528", + "7529", + "7530", + "7533", + "7534", + "7536", + "7537", + "7539", + "7540", + "7541", + "7542", + "7543", + "7544", + "7545", + "7547", + "7548", + "7552", + "7555", + "7562", + "7563", + "7565", + "7566", + "7567", + "7569", + "7570", + "7571", + "7572", + "7573", + "7577", + "7578", + "7582", + "7583", + "7584", + "7585", + "7586", + "7587", + "7588", + "7589", + "7590", + "7594", + "7597", + "7598", + "7599", + "7600", + "7601", + "7603", + "7604", + "7607", + "7608", + "7611", + "7614", + "7615", + "7617", + "7625", + "7626", + "7629", + "7632", + "7633", + "7636", + "7639", + "7642", + "7643", + "7644", + "7645", + "7647", + "7649", + "7651", + "7653", + "7655", + "7656", + "7657", + "7658", + "7660", + "7661", + "7662", + "7664", + "7667", + "7670", + "7675", + "7678", + "7679", + "7680", + "7681", + "7682", + "7685", + "7687", + "7688", + "7689", + "7694", + "7697", + "7700", + "7708", + "7709", + "7716", + "7717", + "7718", + "7721", + "7722", + "7723", + "7727", + "7729", + "7731", + "7732", + "7735", + "7739", + "7740", + "7743", + "7744", + "7745", + "7746", + "7747", + "7748", + "7749", + "7752", + "7753", + "7754", + "7755", + "7758", + "7760", + "7764", + "7765", + "7766", + "7767", + "7768", + "7770", + "7771", + "7772", + "7773", + "7774", + "7779", + "7780", + "7782", + "7784", + "7786", + "7787", + "7791", + "7792", + "7794", + "7795", + "7796", + "7800", + "7802", + "7804", + "7807", + "7808", + "7816", + "7817", + "7818", + "7820", + "7823", + "7824", + "7828", + "7829", + "7830", + "7831", + "7832", + "7834", + "7835", + "7836", + "7837", + "7839", + "7840", + "7842", + "7843", + "7844", + "7845", + "7846", + "7848", + "7850", + "7852", + "7853", + "7854", + "7858", + "7860", + "7863", + "7864", + "7865", + "7867", + "7868", + "7872", + "7875", + "7876", + "7880", + "7881", + "7885", + "7887", + "7888", + "7889", + "7890", + "7892", + "7893", + "7895", + "7897", + "7898", + "7900", + "7907", + "7908", + "7909", + "7912", + "7914", + "7919", + "7922", + "7927", + "7929", + "7931", + "7932", + "7933", + "7935", + "7936", + "7937", + "7938", + "7941", + "7943", + "7944", + "7945", + "7952", + "7953", + "7955", + "7957", + "7958", + "7960", + "7961", + "7963", + "7965", + "7969", + "7971", + "7972", + "7973", + "7976", + "7977", + "7979", + "7980", + "7986", + "7987", + "7990", + "7992", + "7993", + "7994", + "7995", + "8006", + "8008", + "8011", + "8012", + "8015", + "8016", + "8019", + "8022", + "8023", + "8025", + "8028", + "8030", + "8031", + "8032", + "8038", + "8040", + "8042", + "8047", + "8048", + "8049", + "8050", + "8054", + "8055", + "8057", + "8059", + "8060", + "8061", + "8062", + "8064", + "8067", + "8068", + "8069", + "8070", + "8071", + "8075", + "8079", + "8081", + "8082", + "8084", + "8086", + "8089", + "8090", + "8091", + "8092", + "8093", + "8097", + "8099", + "8102", + "8103", + "8106", + "8107", + "8110", + "8111", + "8112", + "8115", + "8116", + "8121", + "8122", + "8124", + "8127", + "8129", + "8130", + "8140", + "8142", + "8143", + "8144", + "8145", + "8147", + "8148", + "8149", + "8150", + "8154", + "8158", + "8159", + "8160", + "8161", + "8162", + "8163", + "8164", + "8165", + "8166", + "8167", + "8168", + "8169", + "8175", + "8176", + "8181", + "8182", + "8184", + "8186", + "8196", + "8198", + "8205", + "8207", + "8209", + "8210", + "8212", + "8213", + "8217", + "8218", + "8221", + "8222", + "8226", + "8229", + "8230", + "8235", + "8237", + "8239", + "8243", + "8245", + "8246", + "8247", + "8249", + "8250", + "8253", + "8254", + "8255", + "8256", + "8259", + "8260", + "8265", + "8266", + "8269", + "8272", + "8277", + "8278", + "8280", + "8281", + "8284", + "8287", + "8292", + "8295", + "8296", + "8297", + "8298", + "8299", + "8303", + "8311", + "8323", + "8325", + "8326", + "8327", + "8328", + "8329", + "8332", + "8344", + "8346", + "8355", + "8358", + "8360", + "8361", + "8364", + "8365", + "8367", + "8369", + "8372", + "8373", + "8376", + "8377", + "8378", + "8379", + "8380", + "8382", + "8383", + "8385", + "8386", + "8388", + "8389", + "8390", + "8392", + "8396", + "8398", + "8400", + "8403", + "8409", + "8416", + "8419", + "8420", + "8421", + "8424", + "8425", + "8427", + "8429", + "8431", + "8432", + "8433", + "8434", + "8439", + "8440", + "8442", + "8443", + "8444", + "8446", + "8451", + "8452", + "8453", + "8455", + "8456", + "8461", + "8463", + "8464", + "8465", + "8467", + "8469", + "8472", + "8473", + "8474", + "8475", + "8476", + "8477", + "8478", + "8479", + "8480", + "8483", + "8485", + "8486", + "8490", + "8492", + "8493", + "8497", + "8499", + "8500", + "8501", + "8502", + "8503", + "8505", + "8512", + "8513", + "8515", + "8516", + "8517", + "8518", + "8520", + "8521", + "8522", + "8529", + "8531", + "8532", + "8533", + "8534", + "8536", + "8542", + "8543", + "8547", + "8549", + "8552", + "8553", + "8554", + "8556", + "8557", + "8559", + "8562", + "8563", + "8564", + "8565", + "8567", + "8568", + "8572", + "8573", + "8576", + "8581", + "8582", + "8583", + "8585", + "8587", + "8588", + "8589", + "8590", + "8591", + "8593", + "8595", + "8596", + "8598", + "8600", + "8601", + "8603", + "8604", + "8605", + "8607", + "8609", + "8611", + "8612", + "8615", + "8616", + "8617", + "8618", + "8621", + "8622", + "8623", + "8624", + "8625", + "8626", + "8629", + "8631", + "8632", + "8633", + "8641", + "8642", + "8648", + "8651", + "8652", + "8653", + "8655", + "8657", + "8662", + "8664", + "8665", + "8666", + "8667", + "8668", + "8669", + "8674", + "8676", + "8677", + "8679", + "8680", + "8681", + "8687", + "8688", + "8689", + "8691", + "8692", + "8693", + "8694", + "8695", + "8699", + "8702", + "8704", + "8705", + "8707", + "8712", + "8716", + "8718", + "8719", + "8720", + "8722", + "8724", + "8726", + "8732", + "8734", + "8735", + "8737", + "8738", + "8739", + "8741", + "8745", + "8746", + "8750", + "8752", + "8753", + "8756", + "8757", + "8763", + "8764", + "8768", + "8770", + "8773", + "8774", + "8775", + "8778", + "8779", + "8780", + "8781", + "8782", + "8783", + "8784", + "8785", + "8786", + "8787", + "8789", + "8790", + "8797", + "8798", + "8800", + "8805", + "8806", + "8809", + "8811", + "8812", + "8814", + "8821", + "8823", + "8825", + "8829", + "8831", + "8836", + "8837", + "8838", + "8839", + "8840", + "8845", + "8847", + "8856", + "8858", + "8860", + "8861", + "8862", + "8863", + "8864", + "8866", + "8867", + "8868", + "8869", + "8872", + "8873", + "8876", + "8877", + "8878", + "8880", + "8881", + "8884", + "8885", + "8886", + "8887", + "8889", + "8890", + "8891", + "8892", + "8893", + "8896", + "8897", + "8898", + "8902", + "8905", + "8910", + "8911", + "8914", + "8916", + "8918", + "8921", + "8922", + "8926", + "8927", + "8929", + "8930", + "8931", + "8932", + "8933", + "8934", + "8936", + "8941", + "8942", + "8943", + "8947", + "8949", + "8950", + "8951", + "8953", + "8954", + "8955", + "8956", + "8960", + "8961", + "8963", + "8964", + "8965", + "8966", + "8967", + "8968", + "8969", + "8970", + "8971", + "8972", + "8973", + "8974", + "8975", + "8976", + "8977", + "8978", + "8979", + "8980", + "8981", + "8985", + "8986", + "8987", + "8988", + "8989", + "8990", + "8995", + "8999", + "9001", + "9003", + "9005", + "9016", + "9017", + "9021", + "9022", + "9023", + "9024", + "9026", + "9027", + "9029", + "9030", + "9031", + "9035", + "9036", + "9038", + "9040", + "9044", + "9045", + "9047", + "9048", + "9049", + "9054", + "9059", + "9060", + "9064", + "9068", + "9069", + "9071", + "9072", + "9073", + "9074", + "9083", + "9085", + "9086", + "9091", + "9097", + "9099", + "9100", + "9101", + "9103", + "9106", + "9108", + "9111", + "9117", + "9118", + "9121", + "9123", + "9124", + "9125", + "9128", + "9129", + "9130", + "9133", + "9135", + "9136", + "9137", + "9139", + "9142", + "9143", + "9145", + "9146", + "9147", + "9153", + "9154", + "9155", + "9156", + "9157", + "9158", + "9162", + "9163", + "9168", + "9169", + "9171", + "9173", + "9174", + "9175", + "9176", + "9178", + "9179", + "9183", + "9187", + "9189", + "9191", + "9192", + "9197", + "9199", + "9205", + "9206", + "9210", + "9211", + "9212", + "9214", + "9215", + "9242", + "9243", + "9248", + "9250", + "9252", + "9254", + "9255", + "9256", + "9257", + "9258", + "9260", + "9262", + "9264", + "9265", + "9266", + "9270", + "9272", + "9274", + "9275", + "9280", + "9281", + "9284", + "9285", + "9286", + "9287", + "9288", + "9289", + "9290", + "9291", + "9294", + "9295", + "9299", + "9302", + "9304", + "9306", + "9311", + "9312", + "9321", + "9330", + "9334", + "9335", + "9336", + "9337", + "9338", + "9340", + "9341", + "9342", + "9343", + "9344", + "9346", + "9347", + "9349", + "9350", + "9352", + "9353", + "9354", + "9357", + "9358", + "9359", + "9360", + "9362", + "9366", + "9367", + "9368", + "9369", + "9370", + "9371", + "9372", + "9373", + "9376", + "9380", + "9381", + "9382", + "9383", + "9386", + "9387", + "9388", + "9390", + "9391", + "9393", + "9394", + "9395", + "9396", + "9398", + "9399", + "9404", + "9409", + "9411", + "9412", + "9419", + "9423", + "9433", + "9438", + "9440", + "9442", + "9443", + "9448", + "9449", + "9450", + "9451", + "9452", + "9453", + "9455", + "9456", + "9457", + "9458", + "9459", + "9461", + "9462", + "9463", + "9466", + "9468", + "9469", + "9475", + "9479", + "9480", + "9481", + "9482", + "9483", + "9485", + "9487", + "9489", + "9490", + "9492", + "9493", + "9494", + "9497", + "9500", + "9501", + "9502", + "9503", + "9505", + "9506", + "9507", + "9508", + "9509", + "9510", + "9513", + "9514", + "9516", + "9523", + "9524", + "9525", + "9528", + "9529", + "9535", + "9536", + "9537", + "9540", + "9541", + "9542", + "9545", + "9546", + "9547", + "9548", + "9549", + "9550", + "9551", + "9552", + "9553", + "9554", + "9559", + "9560", + "9561", + "9565", + "9568", + "9570", + "9575", + "9578", + "9583", + "9586", + "9588", + "9589", + "9590", + "9591", + "9593", + "9594", + "9595", + "9598", + "9602", + "9603", + "9604", + "9607", + "9608", + "9610", + "9612", + "9614", + "9616", + "9620", + "9622", + "9626", + "9628", + "9634", + "9635", + "9636", + "9638", + "9640", + "9643", + "9644", + "9647", + "9649", + "9650", + "9652", + "9654", + "9655", + "9656", + "9658", + "9661", + "9664", + "9665", + "9672", + "9673", + "9674", + "9676", + "9677", + "9678", + "9680", + "9681", + "9685", + "9687", + "9688", + "9689", + "9690", + "9692", + "9693", + "9694", + "9698", + "9699", + "9700", + "9701", + "9702", + "9703", + "9704", + "9708", + "9709", + "9713", + "9716", + "9719", + "9723", + "9730", + "9731", + "9732", + "9733", + "9735", + "9738", + "9745", + "9747", + "9748", + "9751", + "9752", + "9753", + "9754", + "9756", + "9758", + "9760", + "9762", + "9763", + "9767", + "9768", + "9769", + "9770", + "9771", + "9772", + "9774", + "9775", + "9780", + "9781", + "9790", + "9792", + "9793", + "9795", + "9799", + "9802", + "9803", + "9808", + "9810", + "9811", + "9812", + "9813", + "9814", + "9815", + "9816", + "9817", + "9818", + "9819", + "9821", + "9822", + "9823", + "9824", + "9826", + "9828", + "9829", + "9831", + "9832", + "9836", + "9837", + "9838", + "9841", + "9842", + "9845", + "9846", + "9848", + "9849", + "9850", + "9851", + "9852", + "9853", + "9856", + "9857", + "9860", + "9862", + "9865", + "9866", + "9867", + "9871", + "9872", + "9873", + "9875", + "9876", + "9877", + "9878", + "9879", + "9880", + "9881", + "9884", + "9885", + "9886", + "9889", + "9891", + "9892", + "9893", + "9896", + "9899", + "9900", + "9929", + "9930", + "9932", + "9934", + "9935", + "9936", + "9937", + "9939", + "9940", + "9941", + "9942", + "9946", + "9948", + "9949", + "9950", + "9957", + "9958", + "9962", + "9963", + "9966", + "9967", + "9968", + "9970", + "9975", + "9977", + "9978", + "9979", + "9980", + "9982", + "9983", + "9985", + "9987", + "9988", + "9990", + "9996", + "9997", + "10019", + "10020", + "10021", + "10023", + "10024", + "10025", + "10027", + "10028", + "10036", + "10038", + "10039", + "10043", + "10044", + "10046", + "10051", + "10054", + "10058", + "10060", + "10062", + "10063", + "10064", + "10065", + "10068", + "10075", + "10077", + "10079", + "10080", + "10083", + "10087", + "10090", + "10092", + "10093", + "10095", + "10097", + "10106", + "10116", + "10119", + "10122", + "10123", + "10124", + "10126", + "10127", + "10128", + "10130", + "10131", + "10135", + "10138", + "10139", + "10140", + "10146", + "10150", + "10152", + "10154", + "10155", + "10156", + "10157", + "10159", + "10163", + "10167", + "10173", + "10175", + "10177", + "10178", + "10179", + "10180", + "10183", + "10184", + "10185", + "10189", + "10190", + "10191", + "10199", + "10205", + "10206", + "10208", + "10211", + "10216", + "10217", + "10219", + "10221", + "10222", + "10223", + "10227", + "10229", + "10230", + "10233", + "10237", + "10240", + "10241", + "10242", + "10243", + "10244", + "10248", + "10249", + "10252", + "10253", + "10254", + "10259", + "10260", + "10265", + "10267", + "10268", + "10273", + "10274", + "10278", + "10281", + "10282", + "10283", + "10284", + "10287", + "10288", + "10292", + "10293", + "10294", + "10296", + "10297", + "10299", + "10304", + "10306", + "10308", + "10309", + "10311", + "10312", + "10314", + "10315", + "10316", + "10317", + "10318", + "10321", + "10324", + "10325", + "10326", + "10328", + "10329", + "10333", + "10335", + "10338", + "10345", + "10346", + "10347", + "10348", + "10349", + "10351", + "10354", + "10355", + "10356", + "10360", + "10361", + "10364", + "10367", + "10368", + "10369", + "10370", + "10372", + "10373", + "10375", + "10376", + "10377", + "10379", + "10380", + "10383", + "10384", + "10385", + "10386", + "10387", + "10388", + "10390", + "10392", + "10393", + "10394", + "10396", + "10398", + "10400", + "10402", + "10405", + "10406", + "10408", + "10410", + "10413", + "10415", + "10417", + "10421", + "10425", + "10427", + "10428", + "10430", + "10433", + "10434", + "10437", + "10438", + "10442", + "10443", + "10451", + "10453", + "10456", + "10459", + "10460", + "10463", + "10464", + "10468", + "10470", + "10471", + "10472", + "10475", + "10477", + "10478", + "10487", + "10489", + "10492", + "10493", + "10494", + "10496", + "10498", + "10499", + "10501", + "10502", + "10503", + "10507", + "10512", + "10513", + "10517", + "10518", + "10519", + "10520", + "10521", + "10523", + "10525", + "10530", + "10534", + "10536", + "10537", + "10539", + "10540", + "10541", + "10542", + "10543", + "10548", + "10549", + "10551", + "10552", + "10556", + "10557", + "10560", + "10561", + "10564", + "10565", + "10566", + "10567", + "10569", + "10571", + "10574", + "10576", + "10577", + "10580", + "10582", + "10584", + "10589", + "10593", + "10594", + "10595", + "10596", + "10602", + "10611", + "10614", + "10615", + "10616", + "10618", + "10619", + "10620", + "10624", + "10625", + "10626", + "10627", + "10630", + "10631", + "10632", + "10633", + "10634", + "10637", + "10638", + "10644", + "10646", + "10647", + "10649", + "10650", + "10652", + "10653", + "10654", + "10656", + "10660", + "10662", + "10664", + "10665", + "10667", + "10668", + "10669", + "10675", + "10677", + "10682", + "10685", + "10687", + "10689", + "10690", + "10692", + "10698", + "10704", + "10705", + "10708", + "10715", + "10717", + "10718", + "10722", + "10727", + "10730", + "10733", + "10734", + "10735", + "10736", + "10738", + "10739", + "10745", + "10746", + "10750", + "10751", + "10752", + "10753", + "10759", + "10760", + "10763", + "10764", + "10766", + "10768", + "10771", + "10773", + "10774", + "10775", + "10778", + "10780", + "10781", + "10783", + "10785", + "10786", + "10787", + "10793", + "10794", + "10798", + "10800", + "10802", + "10803", + "10808", + "10810", + "10812", + "10814", + "10818", + "10819", + "10820", + "10821", + "10827", + "10829", + "10830", + "10831", + "10833", + "10834", + "10837", + "10841", + "10842", + "10843", + "10844", + "10847", + "10848", + "10849", + "10851", + "10852", + "10853", + "10854", + "10858", + "10859", + "10861", + "10862", + "10864", + "10868", + "10869", + "10871", + "10877", + "10879", + "10880", + "10882", + "10884", + "10886", + "10892", + "10896", + "10902", + "10906", + "10908", + "10909", + "10911", + "10912", + "10913", + "10915", + "10916", + "10918", + "10921", + "10925", + "10926", + "10928", + "10929", + "10935", + "10936", + "10937", + "10938", + "10939", + "10941", + "10951", + "10952", + "10953", + "10955", + "10956", + "10958", + "10959", + "10960", + "10964", + "10967", + "10968", + "10969", + "10971", + "10972", + "10974", + "10977", + "10979", + "10983", + "10984", + "10985", + "10988", + "10990", + "10992", + "10994", + "10996", + "10998", + "11000", + "11003", + "11005", + "11006", + "11007", + "11008", + "11009", + "11010", + "11012", + "11013", + "11014", + "11015", + "11017", + "11019", + "11020", + "11021", + "11023", + "11024", + "11026", + "11027", + "11029", + "11030", + "11031", + "11033", + "11034", + "11035", + "11038", + "11040", + "11041", + "11043", + "11045", + "11047", + "11048", + "11049", + "11051", + "11055", + "11056", + "11057", + "11059", + "11061", + "11065", + "11068", + "11070", + "11071", + "11073", + "11076", + "11078", + "11079", + "11081", + "11082", + "11084", + "11085", + "11086", + "11088", + "11091", + "11093", + "11094", + "11098", + "11099", + "11102", + "11103", + "11104", + "11105", + "11106", + "11112", + "11116", + "11123", + "11126", + "11129", + "11130", + "11133", + "11134", + "11136", + "11138", + "11139", + "11141", + "11142", + "11143", + "11144", + "11148", + "11150", + "11155", + "11156", + "11157", + "11160", + "11161", + "11162", + "11168", + "11169", + "11170", + "11177", + "11181", + "11182", + "11186", + "11188", + "11189", + "11190", + "11191", + "11192", + "11194", + "11195", + "11196", + "11197", + "11199", + "11200", + "11202", + "11204", + "11205", + "11208", + "11212", + "11213", + "11214", + "11218", + "11219", + "11220", + "11222", + "11226", + "11227", + "11230", + "11231", + "11232", + "11234", + "11235", + "11237", + "11238", + "11242", + "11243", + "11245", + "11248", + "11253", + "11254", + "11257", + "11259", + "11266", + "11267", + "11268", + "11270", + "11273", + "11275", + "11278", + "11279", + "11281", + "11283", + "11285", + "11286", + "11287", + "11288", + "11289", + "11291", + "11293", + "11294", + "11295", + "11301", + "11302", + "11304", + "11307", + "11309", + "11312", + "11316", + "11317", + "11319", + "11323", + "11325", + "11327", + "11330", + "11336", + "11338", + "11341", + "11342", + "11346", + "11349", + "11350", + "11351", + "11353", + "11354", + "11359", + "11362", + "11363", + "11364", + "11366", + "11368", + "11370", + "11371", + "11373", + "11374", + "11375", + "11376", + "11377", + "11378", + "11380", + "11381", + "11382", + "11383", + "11386", + "11387", + "11391", + "11392", + "11393", + "11395", + "11398", + "11401", + "11402", + "11405", + "11406", + "11418", + "11419", + "11421", + "11422", + "11423", + "11428", + "11429", + "11430", + "11431", + "11432", + "11433", + "11437", + "11441", + "11443", + "11447", + "11456", + "11457", + "11458", + "11459", + "11462", + "11463", + "11468", + "11470", + "11472", + "11478", + "11479", + "11482", + "11487", + "11492", + "11496", + "11501", + "11506", + "11507", + "11510", + "11513", + "11516", + "11517", + "11519", + "11521", + "11523", + "11524", + "11525", + "11526", + "11527", + "11528", + "11529", + "11530", + "11531", + "11534", + "11535", + "11537", + "11540", + "11543", + "11544", + "11546", + "11548", + "11549", + "11551", + "11553", + "11554", + "11556", + "11563", + "11566", + "11567", + "11569", + "11570", + "11572", + "11575", + "11578", + "11580", + "11582", + "11584", + "11585", + "11587", + "11588", + "11589", + "11590", + "11593", + "11594", + "11598", + "11604", + "11605", + "11607", + "11610", + "11611", + "11612", + "11613", + "11614", + "11615", + "11616", + "11619", + "11620", + "11621", + "11624", + "11630", + "11637", + "11643", + "11644", + "11647", + "11650", + "11651", + "11655", + "11656", + "11657", + "11658", + "11659", + "11661", + "11663", + "11669", + "11672", + "11673", + "11677", + "11678", + "11680", + "11681", + "11684", + "11687", + "11690", + "11692", + "11694", + "11697", + "11699", + "11703", + "11704", + "11705", + "11706", + "11712", + "11714", + "11715", + "11716", + "11717", + "11718", + "11720", + "11722", + "11723", + "11724", + "11725", + "11726", + "11727", + "11728", + "11730", + "11732", + "11733", + "11734", + "11736", + "11738", + "11746", + "11749", + "11756", + "11759", + "11760", + "11762", + "11763", + "11764", + "11765", + "11766", + "11769", + "11770", + "11771", + "11774", + "11775", + "11777", + "11779", + "11780", + "11782", + "11785", + "11786", + "11787", + "11788", + "11789", + "11791", + "11792", + "11793", + "11794", + "11795", + "11798", + "11802", + "11803", + "11806", + "11808", + "11810", + "11813", + "11816", + "11817", + "11818", + "11819", + "11821", + "11824", + "11833", + "11834", + "11835", + "11836", + "11837", + "11841", + "11842", + "11844", + "11852", + "11853", + "11858", + "11859", + "11862", + "11866", + "11869", + "11870", + "11871", + "11872", + "11875", + "11877", + "11883", + "11884", + "11886", + "11887", + "11891", + "11892", + "11893", + "11894", + "11895", + "11896", + "11897", + "11902", + "11903", + "11907", + "11913", + "11914", + "11916", + "11919", + "11920", + "11921", + "11924", + "11925", + "11926", + "11927", + "11928", + "11930", + "11931", + "11936", + "11938", + "11940", + "11943", + "11949", + "11956", + "11960", + "11963", + "11966", + "11968", + "11973", + "11976", + "11977", + "11979", + "11980", + "11982", + "11983", + "11985", + "11987", + "11988", + "11989", + "11990", + "11991", + "11992", + "11994", + "11998", + "12002", + "12004", + "12006", + "12008", + "12011", + "12012", + "12014", + "12016", + "12018", + "12019", + "12020", + "12021", + "12022", + "12028", + "12030", + "12031", + "12032", + "12034", + "12035", + "12036", + "12038", + "12039", + "12040", + "12042", + "12043", + "12044", + "12047", + "12048", + "12049", + "12052", + "12053", + "12056", + "12057", + "12059", + "12060", + "12062", + "12063", + "12065", + "12069", + "12073", + "12075", + "12076", + "12077", + "12079", + "12082", + "12084", + "12086", + "12087", + "12089", + "12090", + "12092", + "12093", + "12096", + "12097", + "12098", + "12101", + "12103", + "12105", + "12109", + "12111", + "12112", + "12113", + "12117", + "12118", + "12123", + "12125", + "12126", + "12127", + "12128", + "12129", + "12132", + "12133", + "12135", + "12137", + "12138", + "12143", + "12145", + "12147", + "12148", + "12150", + "12151", + "12153", + "12154", + "12156", + "12160", + "12162", + "12163", + "12164", + "12165", + "12166", + "12167", + "12169", + "12170", + "12171", + "12175", + "12177", + "12182", + "12188", + "12189", + "12191", + "12194", + "12196", + "12198", + "12202", + "12204", + "12207", + "12210", + "12211", + "12212", + "12213", + "12214", + "12217", + "12219", + "12221", + "12223", + "12224", + "12228", + "12229", + "12231", + "12233", + "12234", + "12237", + "12238", + "12241", + "12243", + "12244", + "12247", + "12248", + "12252", + "12255", + "12257", + "12258", + "12259", + "12263", + "12265", + "12266", + "12268", + "12270", + "12271", + "12272", + "12273", + "12278", + "12280", + "12281", + "12287", + "12288", + "12289", + "12290", + "12295", + "12297", + "12298", + "12299", + "12300", + "12302", + "12303", + "12305", + "12308", + "12309", + "12310", + "12311", + "12312", + "12315", + "12318", + "12319", + "12325", + "12327", + "12328", + "12332", + "12333", + "12335", + "12337", + "12338", + "12339", + "12340", + "12347", + "12349", + "12350", + "12353", + "12354", + "12355", + "12359", + "12367", + "12368", + "12369", + "12370", + "12371", + "12372", + "12373", + "12374", + "12375", + "12376", + "12378", + "12379", + "12381", + "12382", + "12384", + "12386", + "12387", + "12388", + "12389", + "12392", + "12393", + "12396", + "12397", + "12398", + "12399", + "12400", + "12402", + "12403", + "12405", + "12406", + "12409", + "12413", + "12415", + "12416", + "12417", + "12420", + "12422", + "12423", + "12427", + "12428", + "12429", + "12430", + "12431", + "12436", + "12438", + "12444", + "12448", + "12450", + "12452", + "12453", + "12454", + "12457", + "12459", + "12461", + "12464", + "12466", + "12467", + "12469", + "12471", + "12472", + "12473", + "12474", + "12475", + "12477", + "12482", + "12484", + "12486", + "12488", + "12489", + "12493", + "12494", + "12496", + "12499", + "12501", + "12502", + "12503", + "12504", + "12506", + "12508", + "12509", + "12511", + "12512", + "12513", + "12514", + "12515", + "12516", + "12518", + "12519", + "12521", + "12522", + "12523", + "12524", + "12525", + "12526", + "12527", + "12528", + "12529", + "12530", + "12531", + "12532", + "12533", + "12537", + "12538", + "12539", + "12540", + "12541", + "12543", + "12546", + "12549", + "12550", + "12551", + "12555", + "12557", + "12558", + "12559", + "12560", + "12561", + "12564", + "12569", + "12570", + "12571", + "12572", + "12573", + "12575", + "12577", + "12580", + "12581", + "12583", + "12587", + "12589", + "12592", + "12593", + "12594", + "12600", + "12606", + "12609", + "12611", + "12612", + "12616", + "12617", + "12619", + "12620", + "12621", + "12622", + "12623", + "12624", + "12627", + "12628", + "12629", + "12631", + "12634", + "12635", + "12637", + "12650", + "12652", + "12653", + "12654", + "12656", + "12657", + "12660", + "12662", + "12663", + "12664", + "12671", + "12672", + "12677", + "12678", + "12681", + "12684", + "12685", + "12686", + "12688", + "12689", + "12690", + "12691", + "12693", + "12694", + "12695", + "12696", + "12698", + "12700", + "12702", + "12704", + "12705", + "12707", + "12710", + "12713", + "12714", + "12715", + "12716", + "12718", + "12719", + "12723", + "12725", + "12727", + "12728", + "12730", + "12731", + "12736", + "12738", + "12740", + "12741", + "12743", + "12744", + "12745", + "12749", + "12750", + "12755", + "12757", + "12758", + "12759", + "12760", + "12762", + "12764", + "12765", + "12766", + "12767", + "12768", + "12770", + "12771", + "12772", + "12774", + "12778", + "12779", + "12782", + "12784", + "12785", + "12789", + "12790", + "12794", + "12798", + "12800", + "12801", + "12805", + "12806", + "12807", + "12810", + "12813", + "12814", + "12815", + "12819", + "12820", + "12822", + "12823", + "12825", + "12826", + "12827", + "12830", + "12831", + "12833", + "12835", + "12836", + "12845", + "12846", + "12847", + "12848", + "12849", + "12850", + "12852", + "12853", + "12854", + "12856", + "12858", + "12861", + "12864", + "12865", + "12867", + "12868", + "12870", + "12871", + "12873", + "12875", + "12877", + "12878", + "12879", + "12882", + "12883", + "12884", + "12885", + "12886", + "12888", + "12890", + "12891", + "12893", + "12897", + "12898", + "12903", + "12905", + "12910", + "12911", + "12913", + "12914", + "12918", + "12920", + "12922", + "12925", + "12927", + "12928", + "12931", + "12932", + "12934", + "12940", + "12942", + "12947", + "12949", + "12950", + "12951", + "12954", + "12955", + "12956", + "12958", + "12960", + "12962", + "12966", + "12967", + "12969", + "12970", + "12972", + "12973", + "12974", + "12976", + "12977", + "12978", + "12980", + "12981", + "12984", + "12986", + "12990", + "12996", + "12998", + "13006", + "13008", + "13010", + "13011", + "13014", + "13015", + "13016", + "13017", + "13020", + "13021", + "13022", + "13024", + "13030", + "13031", + "13033", + "13038", + "13040", + "13043", + "13046", + "13047", + "13052", + "13053", + "13054", + "13055", + "13057", + "13061", + "13064", + "13065", + "13069", + "13070", + "13071", + "13072", + "13073", + "13074", + "13075", + "13076", + "13077", + "13082", + "13085", + "13086", + "13088", + "13090", + "13093", + "13094", + "13098", + "13099", + "13100", + "13103", + "13104", + "13106", + "13107", + "13108", + "13112", + "13114", + "13115", + "13116", + "13118", + "13119", + "13120", + "13121", + "13122", + "13123", + "13124", + "13126", + "13129", + "13134", + "13135", + "13137", + "13143", + "13150", + "13152", + "13153", + "13159", + "13162", + "13165", + "13166", + "13169", + "13170", + "13171", + "13172", + "13182", + "13185", + "13186", + "13187", + "13191", + "13192", + "13193", + "13194", + "13195", + "13199", + "13203", + "13205", + "13208", + "13209", + "13210", + "13212", + "13216", + "13217", + "13218", + "13219", + "13222", + "13223", + "13225", + "13226", + "13230", + "13233", + "13236", + "13237", + "13238", + "13241", + "13242", + "13247", + "13251", + "13252", + "13256", + "13260", + "13261", + "13262", + "13264", + "13267", + "13268", + "13276", + "13281", + "13282", + "13283", + "13284", + "13285", + "13288", + "13289", + "13293", + "13295", + "13296", + "13299", + "13300", + "13302", + "13304", + "13305", + "13311", + "13317", + "13318", + "13319", + "13320", + "13321", + "13323", + "13324", + "13325", + "13326", + "13329", + "13336", + "13338", + "13342", + "13343", + "13344", + "13346", + "13347", + "13349", + "13351", + "13352", + "13353", + "13354", + "13357", + "13358", + "13363", + "13364", + "13367", + "13369", + "13372", + "13379", + "13380", + "13381", + "13383", + "13384", + "13386", + "13387", + "13391", + "13396", + "13398", + "13399", + "13401", + "13404", + "13407", + "13411", + "13413", + "13414", + "13415", + "13416", + "13417", + "13420", + "13422", + "13424", + "13425", + "13427", + "13428", + "13430", + "13431", + "13432", + "13433", + "13435", + "13436", + "13438", + "13440", + "13443", + "13444", + "13445", + "13446", + "13449", + "13450", + "13451", + "13454", + "13455", + "13464", + "13465", + "13469", + "13470", + "13475", + "13480", + "13482", + "13485", + "13486", + "13487", + "13489", + "13491", + "13492", + "13493", + "13494", + "13495", + "13496", + "13497", + "13498", + "13499", + "13501", + "13503", + "13504", + "13505", + "13507", + "13508", + "13509", + "13511", + "13513", + "13516", + "13517", + "13518", + "13520", + "13521", + "13522", + "13523", + "13524", + "13528", + "13529", + "13535", + "13536", + "13538", + "13539", + "13543", + "13544", + "13545", + "13549", + "13550", + "13551", + "13553", + "13554", + "13555", + "13556", + "13557", + "13559", + "13560", + "13563", + "13564", + "13565", + "13570", + "13574", + "13577", + "13580", + "13581", + "13582", + "13585", + "13586", + "13587", + "13590", + "13595", + "13596", + "13597", + "13600", + "13602", + "13603", + "13605", + "13607", + "13608", + "13611", + "13613", + "13615", + "13616", + "13617", + "13619", + "13620", + "13622", + "13625", + "13626", + "13627", + "13630", + "13631", + "13632", + "13633", + "13638", + "13639", + "13640", + "13643", + "13644", + "13646", + "13648", + "13649", + "13653", + "13655", + "13657", + "13658", + "13660", + "13661", + "13663", + "13664", + "13665", + "13668", + "13669", + "13673", + "13674", + "13676", + "13677", + "13681", + "13682", + "13684", + "13687", + "13689", + "13690", + "13691", + "13694", + "13696", + "13700", + "13702", + "13703", + "13704", + "13712", + "13713", + "13716", + "13717", + "13718", + "13719", + "13722", + "13724", + "13730", + "13731", + "13732", + "13735", + "13736", + "13740", + "13741", + "13743", + "13744", + "13746", + "13750", + "13751", + "13753", + "13756", + "13759", + "13760", + "13764", + "13765", + "13766", + "13767", + "13769", + "13770", + "13771", + "13772", + "13774", + "13776", + "13778", + "13781", + "13786", + "13788", + "13789", + "13792", + "13793", + "13795", + "13796", + "13797", + "13800", + "13801", + "13802", + "13807", + "13808", + "13811", + "13812", + "13813", + "13814", + "13816", + "13817", + "13819", + "13823", + "13824", + "13825", + "13829", + "13830", + "13831", + "13832", + "13836", + "13838", + "13839", + "13841", + "13842", + "13844", + "13845", + "13846", + "13847", + "13849", + "13850", + "13851", + "13852", + "13853", + "13858", + "13859", + "13863", + "13865", + "13867", + "13868", + "13869", + "13870", + "13871", + "13872", + "13875", + "13878", + "13879", + "13880", + "13883", + "13884", + "13886", + "13887", + "13889", + "13891", + "13892", + "13897", + "13898", + "13900", + "13904", + "13905", + "13908", + "13909", + "13910", + "13911", + "13913", + "13916", + "13919", + "13920", + "13921", + "13923", + "13925", + "13926", + "13931", + "13933", + "13939", + "13941", + "13947", + "13949", + "13951", + "13952", + "13953", + "13954", + "13955", + "13957", + "13958", + "13959", + "13961", + "13963", + "13964", + "13965", + "13969", + "13972", + "13974", + "13978", + "13979", + "13981", + "13983", + "13984", + "13985", + "13987", + "13989", + "13990", + "13991", + "13992", + "13994", + "13996", + "13997", + "13998", + "14002", + "14006", + "14008", + "14009", + "14010", + "14011", + "14013", + "14015", + "14018", + "14020", + "14022", + "14024", + "14025", + "14026", + "14027", + "14028", + "14029", + "14030", + "14032", + "14033", + "14034", + "14035", + "14038", + "14039", + "14044", + "14045", + "14046", + "14047", + "14052", + "14054", + "14059", + "14067", + "14073", + "14076", + "14078", + "14079", + "14082", + "14084", + "14085", + "14087", + "14088", + "14090", + "14092", + "14093", + "14094", + "14097", + "14098", + "14099", + "14103", + "14104", + "14109", + "14110", + "14115", + "14117", + "14118", + "14120", + "14121", + "14128", + "14130", + "14132", + "14133", + "14135", + "14136", + "14139", + "14140", + "14142", + "14145", + "14147", + "14148", + "14149", + "14151", + "14152", + "14153", + "14154", + "14155", + "14156", + "14157", + "14160", + "14163", + "14164", + "14165", + "14167", + "14168", + "14172", + "14174", + "14176", + "14177", + "14178", + "14183", + "14184", + "14188", + "14192", + "14193", + "14194", + "14202", + "14203", + "14204", + "14208", + "14210", + "14212", + "14216", + "14217", + "14220", + "14222", + "14224", + "14225", + "14226", + "14233", + "14234", + "14235", + "14236", + "14243", + "14244", + "14245", + "14247", + "14249", + "14250", + "14251", + "14252", + "14253", + "14255", + "14256", + "14257", + "14258", + "14259", + "14260", + "14261", + "14263", + "14265", + "14266", + "14267", + "14269", + "14270", + "14274", + "14277", + "14280", + "14281", + "14284", + "14285", + "14286", + "14288", + "14289", + "14290", + "14291", + "14293", + "14294", + "14296", + "14298", + "14299", + "14300", + "14301", + "14302", + "14308", + "14310", + "14314", + "14316", + "14318", + "14320", + "14322", + "14323", + "14328", + "14330", + "14332", + "14334", + "14335", + "14336", + "14337", + "14338", + "14339", + "14341", + "14343", + "14345", + "14350", + "14354", + "14355", + "14356", + "14357", + "14358", + "14359", + "14361", + "14362", + "14369", + "14370", + "14371", + "14375", + "14377", + "14387", + "14390", + "14391", + "14396", + "14398", + "14399", + "14402", + "14405", + "14407", + "14408", + "14409", + "14411", + "14412", + "14413", + "14414", + "14415", + "14417", + "14418", + "14419", + "14420", + "14424", + "14425", + "14426", + "14427", + "14428", + "14432", + "14433", + "14435", + "14436", + "14437", + "14438", + "14439", + "14442", + "14446", + "14447", + "14449", + "14452", + "14453", + "14454", + "14457", + "14458", + "14462", + "14467", + "14469", + "14470", + "14471", + "14473", + "14476", + "14480", + "14482", + "14484", + "14485", + "14489", + "14490", + "14491", + "14493", + "14496", + "14497", + "14499", + "14501", + "14503", + "14505", + "14510", + "14511", + "14513", + "14515", + "14517", + "14518", + "14519", + "14521", + "14522", + "14524", + "14526", + "14527", + "14528", + "14529", + "14530", + "14534", + "14540", + "14541", + "14542", + "14544", + "14550", + "14551", + "14553", + "14554", + "14555", + "14557", + "14559", + "14560", + "14563", + "14565", + "14567", + "14568", + "14570", + "14573", + "14574", + "14579", + "14580", + "14582", + "14587", + "14592", + "14594", + "14596", + "14601", + "14603", + "14605", + "14611", + "14612", + "14614", + "14616", + "14617", + "14618", + "14622", + "14624", + "14625", + "14626", + "14627", + "14628", + "14631", + "14632", + "14634", + "14635", + "14637", + "14639", + "14640", + "14641", + "14643", + "14646", + "14647", + "14648", + "14649", + "14651", + "14653", + "14654", + "14656", + "14657", + "14660", + "14661", + "14662", + "14663", + "14664", + "14667", + "14670", + "14672", + "14673", + "14675", + "14676", + "14678", + "14680", + "14681", + "14683", + "14685", + "14690", + "14695", + "14696", + "14697", + "14699", + "14702", + "14703", + "14707", + "14708", + "14709", + "14711", + "14713", + "14714", + "14715", + "14716", + "14717", + "14718", + "14724", + "14725", + "14732", + "14734", + "14736", + "14737", + "14739", + "14741", + "14742", + "14743", + "14746", + "14748", + "14749", + "14750", + "14751", + "14752", + "14753", + "14754", + "14755", + "14760", + "14762", + "14763", + "14766", + "14769", + "14770", + "14774", + "14775", + "14776", + "14778", + "14779", + "14781", + "14782", + "14789", + "14791", + "14793", + "14794", + "14796", + "14797", + "14799", + "14801", + "14803", + "14804", + "14807", + "14811", + "14814", + "14816", + "14817", + "14818", + "14825", + "14826", + "14832", + "14836", + "14837", + "14839", + "14842", + "14844", + "14845", + "14847", + "14848", + "14849", + "14852", + "14853", + "14854", + "14855", + "14856", + "14858", + "14860", + "14861", + "14862", + "14865", + "14868", + "14869", + "14870", + "14873", + "14875", + "14876", + "14877", + "14881", + "14882", + "14886", + "14888", + "14890", + "14891", + "14894", + "14895", + "14897", + "14898", + "14900", + "14901", + "14902", + "14906", + "14907", + "14908", + "14909", + "14912", + "14916", + "14920", + "14921", + "14922", + "14923", + "14924", + "14925", + "14927", + "14929", + "14931", + "14932", + "14933", + "14935", + "14938", + "14941", + "14944", + "14946", + "14949", + "14950", + "14951", + "14955", + "14956", + "14958", + "14959", + "14961", + "14964", + "14967", + "14969", + "14971", + "14975", + "14978", + "14980", + "14981", + "14984", + "14987", + "14990", + "14991", + "14992", + "14997", + "15002", + "15003", + "15007", + "15008", + "15009", + "15012", + "15017", + "15018", + "15019", + "15021", + "15022", + "15026", + "15029", + "15030", + "15032", + "15035", + "15036", + "15037", + "15038", + "15039", + "15040", + "15044", + "15046", + "15047", + "15051", + "15053", + "15056", + "15057", + "15059", + "15061", + "15062", + "15064", + "15069", + "15073", + "15074", + "15075", + "15076", + "15079", + "15082", + "15083", + "15084", + "15089", + "15095", + "15100", + "15101", + "15107", + "15108", + "15109", + "15113", + "15115", + "15116", + "15117", + "15118", + "15120", + "15121", + "15123", + "15124", + "15125", + "15128", + "15130", + "15135", + "15137", + "15138", + "15139", + "15143", + "15145", + "15146", + "15147", + "15152", + "15153", + "15154", + "15155", + "15156", + "15159", + "15163", + "15164", + "15165", + "15166", + "15167", + "15169", + "15171", + "15174", + "15175", + "15176", + "15177", + "15178", + "15181", + "15182", + "15187", + "15190", + "15192", + "15194", + "15195", + "15196", + "15197", + "15200", + "15202", + "15203", + "15211", + "15214", + "15215", + "15216", + "15217", + "15218", + "15219", + "15220", + "15223", + "15224", + "15225", + "15226", + "15228", + "15230", + "15231", + "15237", + "15243", + "15246", + "15254", + "15255", + "15257", + "15262", + "15264", + "15271", + "15273", + "15275", + "15278", + "15279", + "15280", + "15281", + "15284", + "15286", + "15287", + "15288", + "15290", + "15291", + "15293", + "15295", + "15296", + "15297", + "15299", + "15302", + "15304", + "15305", + "15308", + "15309", + "15310", + "15311", + "15316", + "15317", + "15318", + "15319", + "15320", + "15321", + "15322", + "15324", + "15327", + "15328", + "15330", + "15331", + "15333", + "15334", + "15335", + "15336", + "15337", + "15338", + "15339", + "15340", + "15344", + "15346", + "15347", + "15348", + "15349", + "15350", + "15354", + "15355", + "15357", + "15359", + "15361", + "15362", + "15363", + "15365", + "15367", + "15368", + "15369", + "15371", + "15377", + "15378", + "15381", + "15387", + "15390", + "15392", + "15396", + "15397", + "15399", + "15403", + "15405", + "15408", + "15409", + "15414", + "15417", + "15420", + "15423", + "15426", + "15427", + "15428", + "15431", + "15432", + "15433", + "15434", + "15439", + "15442", + "15446", + "15449", + "15450", + "15453", + "15454", + "15455", + "15456", + "15458", + "15459", + "15460", + "15462", + "15466", + "15469", + "15471", + "15473", + "15475", + "15479", + "15480", + "15481", + "15482", + "15483", + "15486", + "15490", + "15495", + "15499", + "15500", + "15501", + "15505", + "15506", + "15509", + "15510", + "15511", + "15513", + "15514", + "15515", + "15518", + "15519", + "15521", + "15522", + "15524", + "15525", + "15533", + "15535", + "15536", + "15537", + "15541", + "15543", + "15547", + "15548", + "15549", + "15550", + "15551", + "15552", + "15553", + "15554", + "15558", + "15560", + "15562", + "15564", + "15565", + "15567", + "15568", + "15571", + "15572", + "15574", + "15575", + "15578", + "15579", + "15580", + "15581", + "15583", + "15585", + "15587", + "15590", + "15592", + "15593", + "15594", + "15595", + "15598", + "15600", + "15601", + "15604", + "15605", + "15609", + "15610", + "15612", + "15614", + "15615", + "15616", + "15618", + "15619", + "15620", + "15623", + "15625", + "15626", + "15627", + "15628", + "15629", + "15630", + "15631", + "15633", + "15634", + "15635", + "15638", + "15642", + "15647", + "15648", + "15650", + "15651", + "15652", + "15653", + "15656", + "15661", + "15663", + "15667", + "15670", + "15672", + "15674", + "15675", + "15676", + "15678", + "15680", + "15682", + "15691", + "15693", + "15694", + "15695", + "15697", + "15698", + "15702", + "15704", + "15705", + "15707", + "15708", + "15709", + "15710", + "15711", + "15713", + "15717", + "15718", + "15719", + "15724", + "15729", + "15732", + "15734", + "15735", + "15736", + "15737", + "15739", + "15740", + "15744", + "15746", + "15747", + "15748", + "15749", + "15750", + "15751", + "15758", + "15760", + "15764", + "15768", + "15769", + "15770", + "15772", + "15774", + "15776", + "15779", + "15781", + "15784", + "15787", + "15792", + "15796", + "15797", + "15798", + "15801", + "15808", + "15809", + "15812", + "15818", + "15821", + "15823", + "15825", + "15826", + "15830", + "15832", + "15834", + "15836", + "15837", + "15838", + "15839", + "15841", + "15843", + "15845", + "15846", + "15847", + "15848", + "15849", + "15852", + "15853", + "15854", + "15857", + "15859", + "15863", + "15864", + "15865", + "15867", + "15869", + "15872", + "15875", + "15878", + "15880", + "15881", + "15883", + "15884", + "15886", + "15889", + "15892", + "15894", + "15898", + "15899", + "15900", + "15904", + "15905", + "15907", + "15912", + "15917", + "15918", + "15921", + "15922", + "15923", + "15924", + "15926", + "15927", + "15928", + "15930", + "15932", + "15933", + "15935", + "15939", + "15944", + "15945", + "15946", + "15950", + "15953", + "15954", + "15957", + "15960", + "15965", + "15966", + "15970", + "15971", + "15974", + "15975", + "15977", + "15978", + "15980", + "15981", + "15982", + "15984", + "15987", + "15991", + "15993", + "15994", + "15995", + "15996", + "15998", + "16003", + "16005", + "16008", + "16009", + "16010", + "16014", + "16016", + "16019", + "16021", + "16025", + "16028", + "16030", + "16033", + "16034", + "16037", + "16040", + "16042", + "16043", + "16050", + "16051", + "16052", + "16053", + "16055", + "16058", + "16059", + "16063", + "16064", + "16066", + "16067", + "16068", + "16069", + "16070", + "16073", + "16076", + "16077", + "16078", + "16079", + "16080", + "16083", + "16085", + "16089", + "16091", + "16095", + "16096", + "16097", + "16099", + "16107", + "16109", + "16114", + "16115", + "16116", + "16118", + "16122", + "16123", + "16126", + "16128", + "16133", + "16134", + "16137", + "16138", + "16139", + "16140", + "16141", + "16144", + "16145", + "16147", + "16148", + "16150", + "16154", + "16155", + "16156", + "16157", + "16160", + "16161", + "16163", + "16165", + "16166", + "16169", + "16170", + "16171", + "16172", + "16176", + "16177", + "16182", + "16184", + "16186", + "16195", + "16199", + "16202", + "16206", + "16207", + "16208", + "16209", + "16210", + "16211", + "16212", + "16213", + "16216", + "16217", + "16220", + "16223", + "16224", + "16226", + "16228", + "16232", + "16234", + "16238", + "16239", + "16245", + "16247", + "16248", + "16249", + "16250", + "16255", + "16260", + "16261", + "16265", + "16269", + "16270", + "16272", + "16273", + "16276", + "16277", + "16278", + "16280", + "16281", + "16282", + "16286", + "16287", + "16290", + "16291", + "16293", + "16297", + "16298", + "16302", + "16303", + "16304", + "16305", + "16307", + "16309", + "16310", + "16312", + "16313", + "16316", + "16317", + "16318", + "16319", + "16322", + "16323", + "16326", + "16327", + "16328", + "16329", + "16335", + "16336", + "16338", + "16341", + "16342", + "16345", + "16346", + "16347", + "16348", + "16349", + "16351", + "16352", + "16353", + "16354", + "16355", + "16356", + "16357", + "16358", + "16361", + "16362", + "16363", + "16364", + "16365", + "16366", + "16368", + "16371", + "16373", + "16375", + "16376", + "16379", + "16380", + "16381", + "16382", + "16383", + "16384", + "16386", + "16387", + "16388", + "16389", + "16390", + "16398", + "16402", + "16405", + "16406", + "16408", + "16411", + "16414", + "16415", + "16416", + "16417", + "16418", + "16419", + "16420", + "16424", + "16425", + "16427", + "16428", + "16429", + "16430", + "16431", + "16432", + "16433", + "16439", + "16441", + "16442", + "16443", + "16444", + "16445", + "16446", + "16448", + "16449", + "16450", + "16451", + "16452", + "16454", + "16455", + "16456", + "16457", + "16461", + "16462", + "16463", + "16464", + "16469", + "16470", + "16471", + "16477", + "16479", + "16483", + "16484", + "16485", + "16486", + "16488", + "16489", + "16492", + "16493", + "16494", + "16495", + "16496", + "16497", + "16498", + "16502", + "16503", + "16504", + "16505", + "16507", + "16512", + "16516", + "16517", + "16518", + "16523", + "16524", + "16526", + "16527", + "16528", + "16529", + "16530", + "16533", + "16534", + "16535", + "16538", + "16539", + "16541", + "16542", + "16543", + "16546", + "16548", + "16549", + "16550", + "16551", + "16553", + "16554", + "16556", + "16559", + "16560", + "16561", + "16564", + "16566", + "16567", + "16573", + "16574", + "16582", + "16583", + "16585", + "16586", + "16587", + "16588", + "16590", + "16591", + "16593", + "16594", + "16595", + "16596", + "16597", + "16598", + "16599", + "16605", + "16608", + "16609", + "16611", + "16613", + "16615", + "16616", + "16617", + "16619", + "16620", + "16621", + "16624", + "16625", + "16626", + "16627", + "16629", + "16630", + "16633", + "16635", + "16638", + "16641", + "16642", + "16649", + "16652", + "16653", + "16659", + "16660", + "16662", + "16664", + "16668", + "16671", + "16673", + "16676", + "16677", + "16679", + "16688", + "16689", + "16691", + "16694", + "16695", + "16696", + "16699", + "16701", + "16702", + "16703", + "16704", + "16705", + "16708", + "16710", + "16712", + "16715", + "16716", + "16718", + "16722", + "16723", + "16724", + "16726", + "16727", + "16728", + "16731", + "16732", + "16736", + "16738", + "16739", + "16743", + "16745", + "16746", + "16747", + "16748", + "16749", + "16750", + "16752", + "16755", + "16756", + "16757", + "16759", + "16762", + "16765", + "16769", + "16770", + "16771", + "16772", + "16773", + "16778", + "16782", + "16784", + "16785", + "16786", + "16787", + "16793", + "16794", + "16795", + "16798", + "16799", + "16801", + "16804", + "16806", + "16810", + "16813", + "16814", + "16815", + "16817", + "16818", + "16819", + "16822", + "16823", + "16825", + "16826", + "16829", + "16834", + "16840", + "16841", + "16842", + "16843", + "16844", + "16845", + "16847", + "16849", + "16853", + "16854", + "16858", + "16859", + "16860", + "16861", + "16863", + "16878", + "16883", + "16887", + "16888", + "16889", + "16890", + "16894", + "16895", + "16900", + "16901", + "16902", + "16904", + "16906", + "16907", + "16908", + "16910", + "16922", + "16923", + "16924", + "16925", + "16926", + "16927", + "16928", + "16929", + "16931", + "16934", + "16935", + "16943", + "16946", + "16947", + "16948", + "16949", + "16950", + "16952", + "16953", + "16955", + "16956", + "16959", + "16961", + "16963", + "16964", + "16965", + "16967", + "16968", + "16969", + "16970", + "16971", + "16974", + "16975", + "16978", + "16980", + "16981", + "16985", + "16995", + "16997", + "16998", + "17004", + "17005", + "17008", + "17011", + "17012", + "17013", + "17014", + "17015", + "17018", + "17021", + "17022", + "17024", + "17026", + "17027", + "17028", + "17029", + "17033", + "17035", + "17036", + "17037", + "17039", + "17040", + "17042", + "17043", + "17045", + "17048", + "17049", + "17052", + "17055", + "17057", + "17058", + "17060", + "17061", + "17062", + "17063", + "17064", + "17065", + "17068", + "17069", + "17071", + "17072", + "17074", + "17075", + "17080", + "17082", + "17086", + "17090", + "17091", + "17092", + "17093", + "17095", + "17096", + "17097", + "17098", + "17099", + "17100", + "17101", + "17102", + "17104", + "17105", + "17107", + "17109", + "17113", + "17115", + "17117", + "17120", + "17122", + "17123", + "17124", + "17127", + "17129", + "17130", + "17131", + "17134", + "17137", + "17139", + "17141", + "17144", + "17148", + "17153", + "17155", + "17157", + "17158", + "17160", + "17161", + "17163", + "17164", + "17166", + "17167", + "17169", + "17171", + "17173", + "17175", + "17177", + "17182", + "17186", + "17188", + "17189", + "17192", + "17196", + "17198", + "17199", + "17203", + "17205", + "17208", + "17210", + "17212", + "17214", + "17217", + "17218", + "17219", + "17222", + "17226", + "17230", + "17233", + "17234", + "17236", + "17239", + "17241", + "17242", + "17243", + "17244", + "17246", + "17248", + "17250", + "17251", + "17256", + "17257", + "17258", + "17263", + "17264", + "17265", + "17267", + "17270", + "17272", + "17276", + "17279", + "17280", + "17282", + "17283", + "17284", + "17286", + "17290", + "17292", + "17294", + "17296", + "17298", + "17300", + "17303", + "17305", + "17306", + "17307", + "17308", + "17314", + "17318", + "17322", + "17323", + "17327", + "17329", + "17332", + "17334", + "17335", + "17341", + "17342", + "17343", + "17344", + "17345", + "17346", + "17348", + "17350", + "17352", + "17353", + "17355", + "17357", + "17358", + "17361", + "17368", + "17369", + "17370", + "17372", + "17379", + "17382", + "17386", + "17387", + "17390", + "17395", + "17397", + "17400", + "17402", + "17404", + "17405", + "17407", + "17408", + "17409", + "17411", + "17413", + "17415", + "17417", + "17419", + "17422", + "17425", + "17427", + "17429", + "17431", + "17433", + "17439", + "17441", + "17442", + "17444", + "17447", + "17449", + "17452", + "17453", + "17454", + "17455", + "17460", + "17465", + "17466", + "17467", + "17472", + "17475", + "17477", + "17479", + "17482", + "17484", + "17487", + "17488", + "17490", + "17491", + "17492", + "17493", + "17494", + "17496", + "17497", + "17499", + "17502", + "17503", + "17504", + "17505", + "17509", + "17512", + "17515", + "17516", + "17517", + "17518", + "17519", + "17521", + "17522", + "17529", + "17530", + "17531", + "17532", + "17536", + "17538", + "17539", + "17540", + "17542", + "17544", + "17551", + "17553", + "17558", + "17559", + "17563", + "17564", + "17565", + "17568", + "17569", + "17570", + "17571", + "17573", + "17574", + "17575", + "17576", + "17591", + "17593", + "17599", + "17600", + "17601", + "17602", + "17603", + "17604", + "17605", + "17607", + "17612", + "17613", + "17614", + "17616", + "17617", + "17619", + "17620", + "17623", + "17625", + "17629", + "17631", + "17633", + "17635", + "17636", + "17637", + "17638", + "17641", + "17642", + "17644", + "17645", + "17646", + "17651", + "17659", + "17660", + "17662", + "17663", + "17668", + "17669", + "17672", + "17674", + "17677", + "17680", + "17682", + "17684", + "17690", + "17692", + "17694", + "17698", + "17699", + "17701", + "17702", + "17703", + "17704", + "17705", + "17708", + "17710", + "17712", + "17713", + "17716", + "17717", + "17719", + "17721", + "17723", + "17725", + "17726", + "17728", + "17729", + "17731", + "17732", + "17735", + "17736", + "17737", + "17738", + "17739", + "17741", + "17745", + "17746", + "17747", + "17748", + "17749", + "17751", + "17755", + "17759", + "17761", + "17762", + "17764", + "17772", + "17773", + "17776", + "17780", + "17781", + "17783", + "17786", + "17787", + "17790", + "17793", + "17795", + "17797", + "17798", + "17799", + "17800", + "17802", + "17806", + "17813", + "17814", + "17820", + "17821", + "17822", + "17824", + "17825", + "17827", + "17828", + "17831", + "17832", + "17833", + "17834", + "17836", + "17837", + "17839", + "17843", + "17848", + "17850", + "17852", + "17855", + "17856", + "17861", + "17865", + "17866", + "17869", + "17870", + "17872", + "17873", + "17874", + "17875", + "17879", + "17881", + "17883", + "17885", + "17887", + "17888", + "17889", + "17890", + "17891", + "17893", + "17898", + "17899", + "17901", + "17902", + "17903", + "17908", + "17910", + "17911", + "17917", + "17920", + "17921", + "17924", + "17926", + "17928", + "17929", + "17938", + "17939", + "17941", + "17943", + "17944", + "17945", + "17946", + "17947", + "17948", + "17951", + "17952", + "17954", + "17955", + "17956", + "17957", + "17958", + "17959", + "17960", + "17967", + "17969", + "17970", + "17972", + "17973", + "17974", + "17975", + "17979", + "17981", + "17982", + "17985", + "17986", + "17987", + "17998", + "18001", + "18002", + "18005", + "18008", + "18009", + "18011", + "18012", + "18013", + "18017", + "18018", + "18019", + "18020", + "18028", + "18031", + "18034", + "18035", + "18036", + "18040", + "18041", + "18044", + "18046", + "18048", + "18050", + "18051", + "18052", + "18053", + "18054", + "18057", + "18058", + "18059", + "18061", + "18064", + "18065", + "18066", + "18067", + "18070", + "18071", + "18072", + "18073", + "18074", + "18077", + "18081", + "18084", + "18085", + "18087", + "18089", + "18091", + "18092", + "18093", + "18101", + "18103", + "18106", + "18107", + "18108", + "18109", + "18110", + "18111", + "18112", + "18116", + "18118", + "18119", + "18120", + "18121", + "18123", + "18124", + "18126", + "18127", + "18129", + "18134", + "18136", + "18138", + "18140", + "18141", + "18142", + "18143", + "18145", + "18146", + "18149", + "18150", + "18151", + "18152", + "18153", + "18155", + "18156", + "18162", + "18163", + "18164", + "18166", + "18168", + "18169", + "18170", + "18174", + "18175", + "18178", + "18182", + "18184", + "18185", + "18186", + "18190", + "18194", + "18196", + "18198", + "18201", + "18204", + "18207", + "18208", + "18210", + "18215", + "18217", + "18218", + "18221", + "18224", + "18227", + "18228", + "18229", + "18231", + "18233", + "18234", + "18235", + "18236", + "18237", + "18239", + "18240", + "18244", + "18245", + "18247", + "18248", + "18249", + "18252", + "18256", + "18257", + "18258", + "18259", + "18262", + "18263", + "18265", + "18267", + "18273", + "18275", + "18280", + "18283", + "18284", + "18287", + "18291", + "18292", + "18293", + "18295", + "18296", + "18298", + "18300", + "18304", + "18305", + "18306", + "18308", + "18309", + "18313", + "18314", + "18319", + "18320", + "18324", + "18327", + "18328", + "18330", + "18332", + "18338", + "18339", + "18340", + "18348", + "18349", + "18352", + "18354", + "18356", + "18357", + "18360", + "18361", + "18362", + "18363", + "18367", + "18368", + "18370", + "18371", + "18372", + "18374", + "18375", + "18376", + "18378", + "18379", + "18383", + "18385", + "18387", + "18389", + "18390", + "18391", + "18392", + "18393", + "18397", + "18399", + "18400", + "18401", + "18402", + "18403", + "18404", + "18405", + "18406", + "18408", + "18411", + "18412", + "18415", + "18422", + "18426", + "18427", + "18428", + "18431", + "18432", + "18433", + "18434", + "18438", + "18441", + "18445", + "18447", + "18449", + "18452", + "18453", + "18454", + "18459", + "18460", + "18464", + "18466", + "18467", + "18469", + "18470", + "18472", + "18473", + "18474", + "18475", + "18476", + "18477", + "18480", + "18481", + "18483", + "18485", + "18486", + "18487", + "18490", + "18491", + "18492", + "18493", + "18494", + "18495", + "18497", + "18499", + "18501", + "18506", + "18508", + "18510", + "18516", + "18518", + "18520", + "18522", + "18525", + "18530", + "18531", + "18534", + "18535", + "18537", + "18539", + "18542", + "18545", + "18549", + "18550", + "18554", + "18556", + "18557", + "18558", + "18562", + "18565", + "18567", + "18568", + "18573", + "18574", + "18576", + "18577", + "18578", + "18579", + "18584", + "18586", + "18588", + "18590", + "18591", + "18593", + "18594", + "18595", + "18600", + "18603", + "18607", + "18609", + "18610", + "18612", + "18613", + "18619", + "18620", + "18623", + "18624", + "18626", + "18627", + "18629", + "18630", + "18633", + "18634", + "18636", + "18641", + "18642", + "18645", + "18648", + "18649", + "18650", + "18651", + "18653", + "18661", + "18662", + "18663", + "18664", + "18665", + "18667", + "18673", + "18676", + "18677", + "18678", + "18680", + "18681", + "18685", + "18687", + "18688", + "18691", + "18693", + "18695", + "18698", + "18702", + "18704", + "18710", + "18713", + "18719", + "18721", + "18724", + "18729", + "18731", + "18734", + "18737", + "18740", + "18741", + "18742", + "18745", + "18749", + "18752", + "18753", + "18755", + "18756", + "18762", + "18764", + "18765", + "18771", + "18772", + "18774", + "18775", + "18777", + "18780", + "18782", + "18786", + "18792", + "18801", + "18802", + "18803", + "18804", + "18807", + "18808", + "18810", + "18814", + "18816", + "18819", + "18820", + "18825", + "18827", + "18829", + "18835", + "18836", + "18839", + "18840", + "18842", + "18844", + "18845", + "18850", + "18852", + "18853", + "18854", + "18856", + "18857", + "18858", + "18859", + "18861", + "18862", + "18865", + "18866", + "18867", + "18869", + "18870", + "18871", + "18872", + "18873", + "18874", + "18875", + "18877", + "18879", + "18883", + "18887", + "18889", + "18891", + "18892", + "18893", + "18896", + "18898", + "18899", + "18900", + "18901", + "18902", + "18904", + "18905", + "18908", + "18910", + "18911", + "18915", + "18916", + "18917", + "18919", + "18926", + "18928", + "18929", + "18931", + "18935", + "18936", + "18938", + "18939", + "18942", + "18943", + "18948", + "18952", + "18954", + "18957", + "18960", + "18962", + "18964", + "18965", + "18966", + "18968", + "18972", + "18975", + "18977", + "18978", + "18979", + "18982", + "18984", + "18985", + "18986", + "18988", + "18990", + "18995", + "18996", + "19005", + "19006", + "19007", + "19008", + "19009", + "19010", + "19012", + "19014", + "19015", + "19016", + "19019", + "19020", + "19023", + "19027", + "19030", + "19032", + "19033", + "19036", + "19037", + "19045", + "19048", + "19050", + "19053", + "19054", + "19055", + "19056", + "19059", + "19062", + "19064", + "19066", + "19067", + "19073", + "19079", + "19081", + "19082", + "19083", + "19085", + "19086", + "19088", + "19093", + "19095", + "19096", + "19099", + "19101", + "19103", + "19109", + "19110", + "19111", + "19112", + "19114", + "19116", + "19118", + "19119", + "19123", + "19125", + "19126", + "19127", + "19130", + "19131", + "19134", + "19137", + "19140", + "19141", + "19143", + "19144", + "19146", + "19148", + "19151", + "19154", + "19155", + "19156", + "19157", + "19161", + "19162", + "19163", + "19164", + "19165", + "19169", + "19170", + "19171", + "19172", + "19174", + "19175", + "19176", + "19177", + "19178", + "19182", + "19184", + "19186", + "19189", + "19191", + "19198", + "19199", + "19200", + "19201", + "19203", + "19206", + "19207", + "19208", + "19209", + "19210", + "19211", + "19212", + "19215", + "19216", + "19219", + "19220", + "19221", + "19222", + "19225", + "19229", + "19230", + "19234", + "19236", + "19237", + "19239", + "19241", + "19243", + "19245", + "19246", + "19247", + "19249", + "19250", + "19252", + "19255", + "19258", + "19259", + "19260", + "19262", + "19263", + "19265", + "19266", + "19269", + "19272", + "19274", + "19277", + "19278", + "19279", + "19280", + "19283", + "19284", + "19287", + "19288", + "19289", + "19291", + "19292", + "19293", + "19294", + "19295", + "19299", + "19300", + "19302", + "19304", + "19307", + "19312", + "19313", + "19315", + "19317", + "19318", + "19320", + "19321", + "19322", + "19324", + "19325", + "19327", + "19330", + "19332", + "19335", + "19336", + "19337", + "19341", + "19343", + "19345", + "19347", + "19348", + "19349", + "19351", + "19354", + "19355", + "19356", + "19359", + "19360", + "19362", + "19371", + "19373", + "19374", + "19380", + "19381", + "19382", + "19388", + "19390", + "19395", + "19398", + "19401", + "19402", + "19403", + "19405", + "19406", + "19408", + "19410", + "19412", + "19415", + "19416", + "19417", + "19420", + "19422", + "19424", + "19425", + "19429", + "19430", + "19433", + "19434", + "19435", + "19436", + "19438", + "19441", + "19443", + "19446", + "19447", + "19449", + "19450", + "19451", + "19452", + "19453", + "19457", + "19458", + "19459", + "19462", + "19463", + "19464", + "19465", + "19467", + "19468", + "19469", + "19470", + "19472", + "19475", + "19478", + "19481", + "19485", + "19486", + "19487", + "19488", + "19489", + "19491", + "19492", + "19495", + "19496", + "19497", + "19499", + "19501", + "19504", + "19505", + "19507", + "19510", + "19511", + "19512", + "19514", + "19515", + "19518", + "19521", + "19526", + "19527", + "19534", + "19535", + "19536", + "19537", + "19538", + "19540", + "19543", + "19545", + "19546", + "19548", + "19549", + "19553", + "19554", + "19557", + "19558", + "19561", + "19562", + "19564", + "19565", + "19566", + "19568", + "19569", + "19570", + "19571", + "19572", + "19574", + "19577", + "19579", + "19581", + "19586", + "19589", + "19590", + "19591", + "19592", + "19595", + "19601", + "19602", + "19603", + "19606", + "19607", + "19608", + "19609", + "19612", + "19615", + "19619", + "19620", + "19621", + "19623", + "19629", + "19630", + "19631", + "19632", + "19634", + "19635", + "19637", + "19638", + "19639", + "19640", + "19644", + "19645", + "19647", + "19648", + "19649", + "19654", + "19656", + "19657", + "19658", + "19660", + "19661", + "19663", + "19665", + "19669", + "19670", + "19673", + "19675", + "19677", + "19682", + "19683", + "19688", + "19689", + "19690", + "19691", + "19692", + "19697", + "19700", + "19701", + "19703", + "19705", + "19710", + "19711", + "19713", + "19715", + "19720", + "19721", + "19722", + "19723", + "19724", + "19726", + "19727", + "19728", + "19730", + "19734", + "19735", + "19736", + "19740", + "19743", + "19744", + "19745", + "19746", + "19749", + "19750", + "19753", + "19757", + "19760", + "19761", + "19763", + "19764", + "19766", + "19770", + "19773", + "19776", + "19777", + "19778", + "19779", + "19782", + "19784", + "19785", + "19786", + "19787", + "19788", + "19789", + "19790", + "19793", + "19795", + "19797", + "19799", + "19801", + "19802", + "19805", + "19808", + "19809", + "19810", + "19811", + "19813", + "19814", + "19815", + "19817", + "19819", + "19821", + "19823", + "19824", + "19825", + "19826", + "19831", + "19834", + "19835", + "19838", + "19841", + "19842", + "19846", + "19849", + "19850", + "19853", + "19855", + "19858", + "19864", + "19865", + "19866", + "19867", + "19869", + "19870", + "19871", + "19875", + "19877", + "19880", + "19881", + "19883", + "19885", + "19886", + "19887", + "19892", + "19893", + "19895", + "19896", + "19897", + "19898", + "19902", + "19903", + "19905", + "19907", + "19911", + "19912", + "19913", + "19914", + "19918", + "19919", + "19920", + "19922", + "19924", + "19925", + "19926", + "19927", + "19929", + "19930", + "19933", + "19937", + "19940", + "19941", + "19942", + "19943", + "19944", + "19946", + "19947", + "19949", + "19954", + "19955", + "19956", + "19959", + "19960", + "19967", + "19969", + "19970", + "19971", + "19973", + "19976", + "19979", + "19980", + "19983", + "19984", + "19987", + "19988", + "19991", + "19992", + "19993", + "19995", + "19996", + "19998", + "20005", + "20006", + "20007", + "20010", + "20013", + "20014", + "20016", + "20017", + "20019", + "20021", + "20024", + "20025", + "20028", + "20029", + "20034", + "20035", + "20036", + "20037", + "20038", + "20040", + "20041", + "20044", + "20045", + "20049", + "20054", + "20057", + "20059", + "20060", + "20061", + "20063", + "20064", + "20065", + "20067", + "20068", + "20069", + "20070", + "20074", + "20075", + "20080", + "20081", + "20082", + "20084", + "20087", + "20089", + "20092", + "20094", + "20095", + "20096", + "20097", + "20098", + "20101", + "20104", + "20105", + "20107", + "20108", + "20109", + "20110", + "20111", + "20113", + "20124", + "20125", + "20126", + "20127", + "20128", + "20129", + "20130", + "20134", + "20138", + "20139", + "20140", + "20141", + "20142", + "20143", + "20144", + "20145", + "20146", + "20147", + "20151", + "20152", + "20153", + "20154", + "20155", + "20156", + "20157", + "20162", + "20165", + "20170", + "20174", + "20175", + "20177", + "20178", + "20180", + "20182", + "20188", + "20189", + "20191", + "20192", + "20194", + "20195", + "20196", + "20197", + "20200", + "20203", + "20205", + "20209", + "20216", + "20217", + "20219", + "20220", + "20223", + "20225", + "20226", + "20228", + "20230", + "20231", + "20232", + "20235", + "20236", + "20239", + "20241", + "20242", + "20244", + "20246", + "20247", + "20248", + "20250", + "20254", + "20255", + "20256", + "20257", + "20258", + "20259", + "20260", + "20261", + "20264", + "20267", + "20268", + "20270", + "20271", + "20272", + "20277", + "20279", + "20280", + "20281", + "20283", + "20284", + "20286", + "20287", + "20291", + "20293", + "20296", + "20298", + "20299", + "20300", + "20301", + "20308", + "20309", + "20311", + "20314", + "20315", + "20317", + "20318", + "20321", + "20325", + "20329", + "20330", + "20332", + "20336", + "20340", + "20341", + "20342", + "20343", + "20346", + "20347", + "20348", + "20353", + "20357", + "20358", + "20361", + "20362", + "20363", + "20367", + "20370", + "20372", + "20374", + "20376", + "20381", + "20382", + "20386", + "20387", + "20389", + "20391", + "20394", + "20395", + "20397", + "20398", + "20399", + "20400", + "20405", + "20407", + "20409", + "20412", + "20418", + "20419", + "20420", + "20421", + "20423", + "20426", + "20430", + "20431", + "20432", + "20433", + "20434", + "20435", + "20436", + "20441", + "20442", + "20444", + "20449", + "20451", + "20453", + "20454", + "20455", + "20459", + "20461", + "20464", + "20465", + "20466", + "20469", + "20471", + "20475", + "20477", + "20478", + "20479", + "20480", + "20481", + "20483", + "20484", + "20487", + "20489", + "20490", + "20491", + "20494", + "20495", + "20503", + "20509", + "20513", + "20514", + "20518", + "20521", + "20524", + "20525", + "20526", + "20528", + "20532", + "20536", + "20537", + "20538", + "20540", + "20544", + "20545", + "20547", + "20548", + "20554", + "20558", + "20559", + "20561", + "20566", + "20570", + "20571", + "20573", + "20574", + "20575", + "20576", + "20577", + "20578", + "20579", + "20580", + "20582", + "20583", + "20585", + "20587", + "20589", + "20592", + "20596", + "20597", + "20599", + "20601", + "20603", + "20606", + "20607", + "20608", + "20609", + "20610", + "20613", + "20615", + "20618", + "20622", + "20626", + "20628", + "20630", + "20635", + "20636", + "20639", + "20642", + "20643", + "20645", + "20646", + "20647", + "20649", + "20650", + "20652", + "20653", + "20655", + "20656", + "20657", + "20658", + "20659", + "20661", + "20662", + "20663", + "20664", + "20672", + "20673", + "20674", + "20678", + "20679", + "20680", + "20682", + "20683", + "20685", + "20686", + "20687", + "20691", + "20696", + "20697", + "20698", + "20701", + "20704", + "20706", + "20708", + "20710", + "20713", + "20714", + "20715", + "20717", + "20718", + "20721", + "20722", + "20723", + "20728", + "20735", + "20737", + "20739", + "20740", + "20741", + "20745", + "20746", + "20747", + "20749", + "20750", + "20752", + "20753", + "20755", + "20757", + "20758", + "20760", + "20761", + "20763", + "20764", + "20767", + "20769", + "20770", + "20771", + "20772", + "20774", + "20775", + "20779", + "20782", + "20783", + "20784", + "20786", + "20791", + "20793", + "20795", + "20797", + "20804", + "20805", + "20807", + "20810", + "20813", + "20815", + "20816", + "20817", + "20818", + "20821", + "20824", + "20825", + "20826", + "20827", + "20828", + "20830", + "20831", + "20832", + "20837", + "20838", + "20842", + "20844", + "20845", + "20847", + "20848", + "20849", + "20850", + "20851", + "20852", + "20853", + "20856", + "20858", + "20861", + "20863", + "20865", + "20867", + "20868", + "20869", + "20870", + "20872", + "20873", + "20874", + "20875", + "20877", + "20878", + "20885", + "20887", + "20890", + "20891", + "20896", + "20901", + "20906", + "20909", + "20912", + "20913", + "20915", + "20917", + "20922", + "20927", + "20928", + "20929", + "20930", + "20932", + "20933", + "20934", + "20936", + "20937", + "20941", + "20943", + "20947", + "20948", + "20950", + "20951", + "20952", + "20954", + "20955", + "20957", + "20961", + "20963", + "20964", + "20965", + "20966", + "20970", + "20972", + "20973", + "20974", + "20976", + "20977", + "20982", + "20983", + "20987", + "20988", + "20996", + "20997", + "21005", + "21007", + "21008", + "21009", + "21013", + "21015", + "21018", + "21019", + "21021", + "21025", + "21026", + "21027", + "21028", + "21030", + "21031", + "21032", + "21034", + "21035", + "21037", + "21038", + "21040", + "21042", + "21046", + "21047", + "21048", + "21049", + "21055", + "21056", + "21059", + "21060", + "21061", + "21064", + "21066", + "21067", + "21071", + "21075", + "21077", + "21080", + "21082", + "21085", + "21090", + "21091", + "21093", + "21094", + "21095", + "21098", + "21100", + "21101", + "21103", + "21105", + "21107", + "21108", + "21110", + "21113", + "21114", + "21115", + "21121", + "21124", + "21125", + "21126", + "21127", + "21130", + "21131", + "21133", + "21134", + "21135", + "21136", + "21140", + "21142", + "21143", + "21145", + "21148", + "21152", + "21153", + "21154", + "21155", + "21157", + "21158", + "21159", + "21160", + "21162", + "21163", + "21171", + "21172", + "21173", + "21177", + "21179", + "21181", + "21182", + "21184", + "21185", + "21186", + "21188", + "21189", + "21191", + "21199", + "21204", + "21207", + "21209", + "21211", + "21214", + "21215", + "21219", + "21220", + "21223", + "21226", + "21227", + "21228", + "21229", + "21230", + "21231", + "21232", + "21233", + "21236", + "21237", + "21238", + "21241", + "21243", + "21244", + "21245", + "21248", + "21249", + "21250", + "21252", + "21253", + "21255", + "21257", + "21258", + "21259", + "21261", + "21262", + "21263", + "21264", + "21268", + "21277", + "21278", + "21280", + "21282", + "21283", + "21284", + "21291", + "21295", + "21296", + "21299", + "21302", + "21303", + "21305", + "21306", + "21307", + "21308", + "21309", + "21311", + "21312", + "21316", + "21320", + "21322", + "21323", + "21325", + "21326", + "21331", + "21332", + "21334", + "21337", + "21338", + "21339", + "21341", + "21347", + "21349", + "21350", + "21351", + "21352", + "21353", + "21354", + "21355", + "21356", + "21357", + "21358", + "21361", + "21362", + "21364", + "21366", + "21369", + "21371", + "21377", + "21379", + "21382", + "21384", + "21385", + "21386", + "21387", + "21390", + "21393", + "21395", + "21396", + "21397", + "21399", + "21400", + "21403", + "21405", + "21407", + "21415", + "21417", + "21418", + "21419", + "21422", + "21424", + "21426", + "21429", + "21431", + "21433", + "21434", + "21435", + "21438", + "21439", + "21441", + "21442", + "21443", + "21445", + "21446", + "21456", + "21463", + "21466", + "21470", + "21471", + "21474", + "21475", + "21477", + "21479", + "21480", + "21482", + "21483", + "21484", + "21485", + "21487", + "21488", + "21489", + "21493", + "21494", + "21495", + "21499", + "21501", + "21504", + "21505", + "21508", + "21510", + "21517", + "21518", + "21521", + "21522", + "21524", + "21526", + "21530", + "21531", + "21532", + "21533", + "21534", + "21536", + "21537", + "21538", + "21546", + "21548", + "21549", + "21550", + "21551", + "21552", + "21553", + "21555", + "21556", + "21558", + "21559", + "21560", + "21564", + "21567", + "21568", + "21569", + "21572", + "21574", + "21577", + "21578", + "21582", + "21583", + "21585", + "21586", + "21587", + "21591", + "21592", + "21593", + "21594", + "21595", + "21596", + "21599", + "21603", + "21604", + "21607", + "21608", + "21609", + "21611", + "21612", + "21614", + "21615", + "21616", + "21617", + "21619", + "21622", + "21623", + "21624", + "21625", + "21627", + "21628", + "21629", + "21632", + "21633", + "21634", + "21637", + "21640", + "21641", + "21642", + "21643", + "21644", + "21649", + "21652", + "21653", + "21655", + "21656", + "21657", + "21658", + "21660", + "21662", + "21665", + "21666", + "21667", + "21669", + "21676", + "21677", + "21678", + "21679", + "21680", + "21681", + "21687", + "21688", + "21689", + "21690", + "21692", + "21693", + "21694", + "21695", + "21696", + "21699", + "21702", + "21703", + "21705", + "21706", + "21707", + "21708", + "21709", + "21710", + "21712", + "21714", + "21715", + "21717", + "21719", + "21721", + "21722", + "21723", + "21724", + "21726", + "21727", + "21729", + "21730", + "21731", + "21733", + "21736", + "21737", + "21739", + "21740", + "21742", + "21747", + "21749", + "21751", + "21752", + "21755", + "21756", + "21759", + "21760", + "21761", + "21765", + "21767", + "21768", + "21770", + "21772", + "21773", + "21774", + "21776", + "21778", + "21779", + "21781", + "21784", + "21789", + "21792", + "21793", + "21794", + "21796", + "21797", + "21798", + "21802", + "21803", + "21806", + "21808", + "21809", + "21813", + "21814", + "21816", + "21819", + "21820", + "21822", + "21824", + "21825", + "21827", + "21828", + "21830", + "21833", + "21834", + "21835", + "21836", + "21838", + "21841", + "21842", + "21844", + "21845", + "21846", + "21848", + "21849", + "21851", + "21852", + "21853", + "21857", + "21863", + "21868", + "21869", + "21870", + "21871", + "21872", + "21874", + "21876", + "21877", + "21879", + "21880", + "21883", + "21889", + "21890", + "21891", + "21894", + "21895", + "21897", + "21900", + "21903", + "21904", + "21906", + "21907", + "21908", + "21911", + "21913", + "21915", + "21916", + "21920", + "21922", + "21923", + "21926", + "21927", + "21928", + "21929", + "21930", + "21931", + "21933", + "21934", + "21936", + "21937", + "21938", + "21940", + "21941", + "21943", + "21947", + "21950", + "21952", + "21957", + "21959", + "21960", + "21962", + "21964", + "21965", + "21966", + "21968", + "21969", + "21970", + "21971", + "21973", + "21974", + "21976", + "21977", + "21980", + "21984", + "21987", + "21990", + "21996", + "21999", + "22001", + "22004", + "22005", + "22006", + "22007", + "22010", + "22011", + "22013", + "22017", + "22018", + "22019", + "22023", + "22028", + "22030", + "22031", + "22032", + "22033", + "22037", + "22039", + "22040", + "22051", + "22053", + "22054", + "22055", + "22056", + "22057", + "22058", + "22060", + "22061", + "22062", + "22064", + "22065", + "22066", + "22070", + "22074", + "22075", + "22078", + "22079", + "22080", + "22082", + "22083", + "22085", + "22089", + "22091", + "22094", + "22095", + "22097", + "22099", + "22102", + "22106", + "22107", + "22108", + "22109", + "22110", + "22111", + "22112", + "22113", + "22114", + "22115", + "22118", + "22120", + "22122", + "22124", + "22125", + "22126", + "22128", + "22132", + "22133", + "22138", + "22140", + "22142", + "22143", + "22144", + "22145", + "22146", + "22147", + "22150", + "22152", + "22153", + "22155", + "22158", + "22160", + "22161", + "22163", + "22164", + "22172", + "22175", + "22179", + "22182", + "22183", + "22194", + "22197", + "22198", + "22220", + "22221", + "22222", + "22225", + "22226", + "22227", + "22231", + "22232", + "22234", + "22237", + "22239", + "22240", + "22241", + "22244", + "22247", + "22249", + "22251", + "22254", + "22255", + "22257", + "22259", + "22260", + "22261", + "22262", + "22264", + "22269", + "22270", + "22271", + "22273", + "22275", + "22278", + "22282", + "22283", + "22285", + "22287", + "22293", + "22294", + "22296", + "22299", + "22300", + "22301", + "22302", + "22305", + "22307", + "22309", + "22310", + "22311", + "22313", + "22322", + "22324", + "22327", + "22329", + "22330", + "22331", + "22332", + "22334", + "22335", + "22338", + "22339", + "22342", + "22344", + "22345", + "22346", + "22351", + "22352", + "22354", + "22355", + "22356", + "22357", + "22358", + "22361", + "22362", + "22366", + "22369", + "22370", + "22374", + "22378", + "22380", + "22383", + "22384", + "22385", + "22387", + "22392", + "22394", + "22398", + "22402", + "22405", + "22407", + "22408", + "22409", + "22411", + "22412", + "22414", + "22415", + "22420", + "22423", + "22424", + "22426", + "22429", + "22431", + "22432", + "22434", + "22436", + "22437", + "22438", + "22442", + "22445", + "22449", + "22451", + "22453", + "22454", + "22455", + "22456", + "22460", + "22462", + "22464", + "22466", + "22467", + "22468", + "22470", + "22472", + "22473", + "22476", + "22477", + "22479", + "22483", + "22484", + "22486", + "22487", + "22488", + "22494", + "22495", + "22498", + "22500", + "22506", + "22507", + "22508", + "22510", + "22512", + "22513", + "22514", + "22516", + "22518", + "22519", + "22523", + "22531", + "22533", + "22534", + "22535", + "22536", + "22537", + "22549", + "22553", + "22554", + "22558", + "22559", + "22560", + "22563", + "22564", + "22565", + "22566", + "22568", + "22570", + "22571", + "22572", + "22573", + "22574", + "22576", + "22577", + "22578", + "22579", + "22580", + "22585", + "22586", + "22587", + "22588", + "22594", + "22597", + "22598", + "22599", + "22600", + "22603", + "22604", + "22609", + "22610", + "22619", + "22620", + "22622", + "22626", + "22627", + "22628", + "22630", + "22636", + "22637", + "22638", + "22642", + "22643", + "22644", + "22645", + "22652", + "22653", + "22654", + "22655", + "22656", + "22658", + "22659", + "22660", + "22661", + "22665", + "22666", + "22667", + "22669", + "22672", + "22674", + "22676", + "22678", + "22679", + "22684", + "22685", + "22690", + "22691", + "22692", + "22693", + "22694", + "22695", + "22698", + "22699", + "22700", + "22704", + "22705", + "22706", + "22709", + "22713", + "22714", + "22718", + "22720", + "22721", + "22722", + "22724", + "22726", + "22732", + "22733", + "22736", + "22737", + "22738", + "22740", + "22744", + "22745", + "22747", + "22748", + "22749", + "22750", + "22751", + "22752", + "22753", + "22757", + "22760", + "22762", + "22763", + "22764", + "22765", + "22766", + "22767", + "22768", + "22771", + "22772", + "22773", + "22774", + "22776", + "22777", + "22779", + "22780", + "22784", + "22785", + "22788", + "22790", + "22792", + "22793", + "22795", + "22796", + "22797", + "22798", + "22800", + "22806", + "22808", + "22809", + "22810", + "22813", + "22815", + "22819", + "22820", + "22826", + "22834", + "22835", + "22839", + "22842", + "22844", + "22845", + "22846", + "22850", + "22851", + "22853", + "22854", + "22855", + "22857", + "22858", + "22859", + "22861", + "22863", + "22864", + "22866", + "22867", + "22872", + "22873", + "22876", + "22877", + "22878", + "22880", + "22882", + "22883", + "22884", + "22885", + "22886", + "22888", + "22889", + "22891", + "22892", + "22894", + "22897", + "22898", + "22899", + "22900", + "22901", + "22902", + "22904", + "22909", + "22911", + "22912", + "22915", + "22916", + "22917", + "22918", + "22921", + "22922", + "22925", + "22926", + "22927", + "22928", + "22930", + "22931", + "22933", + "22934", + "22936", + "22939", + "22940", + "22941", + "22945", + "22949", + "22950", + "22952", + "22958", + "22965", + "22971", + "22972", + "22974", + "22975", + "22976", + "22977", + "22979", + "22980", + "22982", + "22985", + "22986", + "22987", + "22988", + "22992", + "22995", + "22996", + "22998", + "22999", + "23001", + "23004", + "23006", + "23007", + "23008", + "23010", + "23013", + "23021", + "23028", + "23029", + "23030", + "23033", + "23041", + "23063", + "23064", + "23065", + "23067", + "23068", + "23072", + "23073", + "23077", + "23082", + "23085", + "23086", + "23088", + "23095", + "23096", + "23097", + "23098", + "23099", + "23102", + "23104", + "23110", + "23111", + "23113", + "23115", + "23116", + "23117", + "23122", + "23123", + "23124", + "23125", + "23127", + "23128", + "23129", + "23132", + "23134", + "23138", + "23140", + "23141", + "23142", + "23145", + "23146", + "23153", + "23156", + "23157", + "23161", + "23163", + "23164", + "23167", + "23168", + "23170", + "23171", + "23174", + "23175", + "23183", + "23192", + "23193", + "23198", + "23199", + "23201", + "23202", + "23205", + "23209", + "23211", + "23213", + "23216", + "23221", + "23224", + "23226", + "23227", + "23229", + "23230", + "23231", + "23235", + "23236", + "23238", + "23239", + "23241", + "23242", + "23244", + "23245", + "23249", + "23250", + "23255", + "23257", + "23258", + "23261", + "23265", + "23269", + "23270", + "23271", + "23272", + "23274", + "23280", + "23288", + "23293", + "23295", + "23298", + "23302", + "23303", + "23309", + "23312", + "23313", + "23317", + "23319", + "23320", + "23321", + "23324", + "23325", + "23326", + "23329", + "23336", + "23338", + "23340", + "23343", + "23345", + "23347", + "23348", + "23349", + "23351", + "23352", + "23353", + "23355", + "23356", + "23362", + "23364", + "23367", + "23368", + "23373", + "23377", + "23387", + "23390", + "23392", + "23393", + "23397", + "23399", + "23400", + "23402", + "23403", + "23407", + "23408", + "23411", + "23413", + "23414", + "23415", + "23418", + "23420", + "23422", + "23423", + "23424", + "23425", + "23430", + "23432", + "23433", + "23434", + "23437", + "23438", + "23439", + "23443", + "23448", + "23449", + "23450", + "23455", + "23460", + "23461", + "23462", + "23465", + "23468", + "23469", + "23470", + "23476", + "23477", + "23479", + "23481", + "23488", + "23490", + "23492", + "23494", + "23495", + "23496", + "23500", + "23501", + "23502", + "23503", + "23505", + "23507", + "23512", + "23514", + "23515", + "23518", + "23519", + "23523", + "23524", + "23525", + "23526", + "23527", + "23529", + "23531", + "23533", + "23535", + "23537", + "23539", + "23541", + "23547", + "23548", + "23574", + "23576", + "23577", + "23579", + "23580", + "23581", + "23583", + "23587", + "23588", + "23589", + "23590", + "23593", + "23595", + "23596", + "23599", + "23600", + "23601", + "23607", + "23611", + "23612", + "23614", + "23618", + "23619", + "23620", + "23623", + "23629", + "23632", + "23638", + "23642", + "23643", + "23648", + "23652", + "23654", + "23659", + "23660", + "23663", + "23666", + "23670", + "23671", + "23672", + "23673", + "23674", + "23675", + "23679", + "23680", + "23689", + "23690", + "23691", + "23692", + "23694", + "23698", + "23701", + "23702", + "23703", + "23704", + "23705", + "23706", + "23709", + "23710", + "23711", + "23712", + "23717", + "23723", + "23729", + "23730", + "23741", + "23747", + "23748", + "23749", + "23751", + "23753", + "23755", + "23757", + "23766", + "23767", + "23771", + "23773", + "23774", + "23775", + "23777", + "23779", + "23780", + "23785", + "23786", + "23789", + "23791", + "23792", + "23793", + "23794", + "23795", + "23798", + "23799", + "23800", + "23801", + "23802", + "23803", + "23804", + "23809", + "23811", + "23812", + "23813", + "23814", + "23816", + "23818", + "23819", + "23820", + "23822", + "23829", + "23833", + "23837", + "23838", + "23840", + "23841", + "23842", + "23845", + "23848", + "23852", + "23853", + "23856", + "23858", + "23859", + "23860", + "23861", + "23862", + "23863", + "23864", + "23867", + "23868", + "23871", + "23872", + "23873", + "23878", + "23881", + "23884", + "23888", + "23890", + "23891", + "23892", + "23899", + "23901", + "23903", + "23907", + "23908", + "23911", + "23913", + "23914", + "23916", + "23918", + "23919", + "23920", + "23921", + "23923", + "23924", + "23925", + "23928", + "23930", + "23931", + "23935", + "23936", + "23940", + "23941", + "23943", + "23950", + "23951", + "23957", + "23964", + "23968", + "23970", + "23971", + "23974", + "23975", + "23977", + "23978", + "23979", + "23983", + "23984", + "23985", + "23986", + "23988", + "23991", + "23993", + "23994", + "23995", + "23996", + "23997", + "24002", + "24004", + "24011", + "24013", + "24021", + "24024", + "24026", + "24028", + "24029", + "24032", + "24033", + "24034", + "24035", + "24041", + "24046", + "24052", + "24053", + "24054", + "24056", + "24063", + "24064", + "24066", + "24067", + "24069", + "24071", + "24074", + "24075", + "24076", + "24077", + "24079", + "24082", + "24085", + "24087", + "24088", + "24089", + "24091", + "24092", + "24093", + "24094", + "24096", + "24099", + "24101", + "24102", + "24104", + "24105", + "24106", + "24108", + "24109", + "24110", + "24113", + "24114", + "24115", + "24116", + "24121", + "24123", + "24125", + "24129", + "24130", + "24139", + "24140", + "24146", + "24148", + "24149", + "24152", + "24155", + "24159", + "24161", + "24163", + "24164", + "24165", + "24169", + "24171", + "24172", + "24173", + "24174", + "24179", + "24180", + "24181", + "24185", + "24186", + "24248", + "24249", + "24253", + "24256", + "24264", + "24285", + "24286", + "24287", + "24290", + "24291", + "24292", + "24294", + "24300", + "24304", + "24306", + "24307", + "24310", + "24336", + "24352", + "24369", + "24370", + "24372", + "24374", + "24375", + "24377", + "24378", + "24379", + "24381", + "24383", + "24386", + "24387", + "24388", + "24389", + "24390", + "24391", + "24394", + "24396", + "24397", + "24398", + "24402", + "24404", + "24406", + "24408", + "24409", + "24410", + "24412", + "24413", + "24414", + "24415", + "24416", + "24417", + "24418", + "24419", + "24420", + "24422", + "24427", + "24429", + "24435", + "24437", + "24439", + "24441", + "24443", + "24449", + "24451", + "24455", + "24459", + "24466", + "24467", + "24468", + "24469", + "24471", + "24472", + "24473", + "24476", + "24478", + "24479", + "24483", + "24484", + "24485", + "24488", + "24491", + "24492", + "24498", + "24499", + "24500", + "24501", + "24502", + "24503", + "24504", + "24506", + "24509", + "24510", + "24516", + "24522", + "24523", + "24524", + "24525", + "24526", + "24527", + "24534", + "24535", + "24541", + "24542", + "24544", + "24545", + "24547", + "24549", + "24550", + "24551", + "24553", + "24554", + "24555", + "24557", + "24564", + "24566", + "24568", + "24571", + "24576", + "24577", + "24582", + "24586", + "24588", + "24590", + "24591", + "24592", + "24594", + "24597", + "24598", + "24601", + "24603", + "24605", + "24607", + "24610", + "24611", + "24615", + "24617", + "24622", + "24624", + "24631", + "24632", + "24634", + "24636", + "24637", + "24638", + "24640", + "24642", + "24645", + "24651", + "24653", + "24654", + "24655", + "24659", + "24660", + "24661", + "24662", + "24665", + "24667", + "24668", + "24671", + "24672", + "24674", + "24675", + "24677", + "24682", + "24684", + "24685", + "24686", + "24688", + "24690", + "24691", + "24692", + "24694", + "24697", + "24698", + "24699", + "24700", + "24702", + "24703", + "24707", + "24709", + "24711", + "24712", + "24714", + "24716", + "24718", + "24719", + "24720", + "24723", + "24726", + "24727", + "24729", + "24730", + "24732", + "24733", + "24735", + "24736", + "24738", + "24739", + "24740", + "24741", + "24746", + "24747", + "24750", + "24751", + "24754", + "24756", + "24760", + "24762", + "24763", + "24765", + "24766", + "24767", + "24768", + "24769", + "24771", + "24772", + "24773", + "24774", + "24776", + "24779", + "24781", + "24786", + "24788", + "24790", + "24792", + "24794", + "24795", + "24798", + "24799", + "24800", + "24802", + "24814", + "24816", + "24823", + "24824", + "24832", + "24834", + "24835", + "24836", + "24839", + "24840", + "24841", + "24843", + "24844", + "24845", + "24846", + "24847", + "24848", + "24850", + "24852", + "24853", + "24854", + "24855", + "24856", + "24857", + "24859", + "24860", + "24861", + "24862", + "24863", + "24864", + "24872", + "24873", + "24874", + "24877", + "24878", + "24880", + "24881", + "24882", + "24883", + "24884", + "24887", + "24893", + "24894", + "24895", + "24898", + "24899", + "24900", + "24902", + "24903", + "24906", + "24909", + "24912", + "24913", + "24916", + "24920", + "24923", + "24926", + "24928", + "24930", + "24931", + "24932", + "24933", + "24934", + "24935", + "24936", + "24939", + "24940", + "24941", + "24943", + "24944", + "24945", + "24946", + "24948", + "24951", + "24953", + "24957", + "24958", + "24960", + "24961", + "24962", + "24963", + "24964", + "24965", + "24966", + "24971", + "24972", + "24974", + "24975", + "24976", + "24980", + "24981", + "24984", + "24994", + "24997", + "24998" + ] +} \ No newline at end of file diff --git a/scripts/airdrops/baadgeHelpers.ts b/scripts/airdrops/baadgeHelpers.ts new file mode 100644 index 00000000..41a4a998 --- /dev/null +++ b/scripts/airdrops/baadgeHelpers.ts @@ -0,0 +1,188 @@ +import { ItemTypeInputNew } from "../itemTypeHelpers"; + +import { run } from "hardhat"; + +import { airdropTaskForBaadges } from "../svgHelperFunctions"; +import { getPlaayersIds, hasDuplicateGotchiIds } from "../helperFunctions"; + +export async function airdropBaadges( + itemTypes: ItemTypeInputNew[], + // [top100rarity, top100kinship, top100xp] + allPlayers: number[][] +) { + const sendBadge = async (itemType: ItemTypeInputNew, recipient: number) => { + console.log("Sending", itemType.name, "to", recipient); + const airdrop = await airdropTaskForBaadges([itemType], [recipient]); + await run("airdropBaadges", airdrop); + }; + + const sendBadges = async ( + itemType: ItemTypeInputNew, + recipients: number[] + ) => { + const airdrop = await airdropTaskForBaadges([itemType], recipients); + await run("airdropBaadges", airdrop); + }; + + //we send baadges in the order [rarity, kinship, xp] + + //champions + await sendBadge(itemTypes[0], allPlayers[0][0]); + + await sendBadge(itemTypes[1], allPlayers[1][0]); + + await sendBadge(itemTypes[2], allPlayers[2][0]); + + //2nd + + await sendBadge(itemTypes[3], allPlayers[0][1]); + + await sendBadge(itemTypes[4], allPlayers[1][1]); + + await sendBadge(itemTypes[5], allPlayers[2][1]); + + //3rd + + await sendBadge(itemTypes[6], allPlayers[0][2]); + + await sendBadge(itemTypes[7], allPlayers[1][2]); + + await sendBadge(itemTypes[8], allPlayers[2][2]); + + //top 10 i.e 4th to 10th + + const top10rarity = allPlayers[0].slice(3, 10); + const top10kinship = allPlayers[1].slice(3, 10); + const top10xp = allPlayers[2].slice(3, 10); + + await sendBadges(itemTypes[10], top10rarity); + + await sendBadges(itemTypes[11], top10kinship); + + await sendBadges(itemTypes[12], top10xp); + + //top 100 i.e 11th to 100th + const top100rarity = allPlayers[0].slice(10, 100); + const top100kinship = allPlayers[1].slice(10, 100); + const top100xp = allPlayers[2].slice(10, 100); + + await sendBadges(itemTypes[13], top100rarity); + + await sendBadges(itemTypes[14], top100kinship); + + await sendBadges(itemTypes[15], top100xp); +} + +export async function airdropRaankedBaadges( + itemTypes: ItemTypeInputNew[], + totalPlaayers: string[] +) { + //send out raanked baadges + + console.log(itemTypes[9].name); + + const raankingNumbersArray: number[] = []; + for (let x = 0; x < totalPlaayers.length; x++) { + raankingNumbersArray.push(Number(totalPlaayers[x])); + } + + const perBatch = 200; + const batches = Math.ceil(raankingNumbersArray.length / perBatch); + + console.log("Begin raanked airdrops!"); + + //comment out for testing + for (let index = 0; index < batches; index++) { + console.log("Airdropping batch:", index); + let gotchiBatch = raankingNumbersArray.slice( + index * perBatch, + (index + 1) * perBatch + ); + + let plaayerAirdrop = await airdropTaskForBaadges( + [itemTypes[9]], + gotchiBatch + ); + + //await run("airdropBaadges", plaayerAirdrop); + console.log("Complete Airdropping batch:", index); + } +} + +export async function assertBaadgeQuantities( + itemTypes: ItemTypeInputNew[], + rarityArray: string[][], + kinshipArray: string[][], + xpArray: string[][], + overrideAssertion?: boolean +) { + if (!overrideAssertion) { + //do champion amount checks + if ( + itemTypes[0].maxQuantity !== 1 || + itemTypes[1].maxQuantity !== 1 || + itemTypes[2].maxQuantity !== 1 + ) { + throw new Error("Champion Baadge Quantity is not 1"); + } + + //do 2nd place amount checks + if ( + itemTypes[3].maxQuantity !== 1 || + itemTypes[4].maxQuantity !== 1 || + itemTypes[5].maxQuantity !== 1 + ) { + throw new Error("2nd Place Baadge Quantity is not 1"); + } + + //do 3rd place amount checks + + if ( + itemTypes[6].maxQuantity !== 1 || + itemTypes[7].maxQuantity !== 1 || + itemTypes[8].maxQuantity !== 1 + ) { + throw new Error("3rd Place Baadge Quantity is not 1"); + } + + //do top 10 amount checks + + if ( + itemTypes[10].maxQuantity !== 7 || + itemTypes[11].maxQuantity !== 7 || + itemTypes[12].maxQuantity !== 7 + ) { + throw new Error("Top 10 Baadge Quantity is not 7"); + } + + //do top 100 amount checks + if ( + itemTypes[13].maxQuantity !== 90 || + itemTypes[14].maxQuantity !== 90 || + itemTypes[15].maxQuantity !== 90 + ) { + throw new Error("Top 100 Baadge Quantity is not 90"); + } + } + //do raanked amount checks + const rarityPlaayers = await getPlaayersIds(rarityArray); + const kinshipPlaayers = await getPlaayersIds(kinshipArray); + const xpPlaayers = await getPlaayersIds(xpArray); + + const plaayers = [rarityPlaayers, kinshipPlaayers, xpPlaayers]; + const totalPlaayers_1 = await getPlaayersIds(plaayers); + //remove duplicates from totalPlaayers + const totalPlaayers = Array.from(new Set(totalPlaayers_1)); + console.log( + "Does totalPlaayers Array Have Duplicates: ", + await hasDuplicateGotchiIds(totalPlaayers) + ); + + if (totalPlaayers.length !== itemTypes[9].maxQuantity) { + console.log("Total Plaayers: ", totalPlaayers.length); + + console.log("Max Quantity: ", itemTypes[9].maxQuantity); + throw new Error("Total Plaayers does not match max quantity"); + } + return totalPlaayers; +} diff --git a/scripts/airdrops/rarityfarming/szn11/rnd2.ts b/scripts/airdrops/rarityfarming/szn11/rnd2.ts index 8323429a..f2a9c29b 100644 --- a/scripts/airdrops/rarityfarming/szn11/rnd2.ts +++ b/scripts/airdrops/rarityfarming/szn11/rnd2.ts @@ -7,12 +7,14 @@ async function rarityPayout() { rarityDataFile: "rnd2", rounds: "4", totalAmount: "1200000", - blockNumber: "", + blockNumber: "35880138", + blockTimestamp: "1758549623", deployerAddress: "0xf52398257A254D541F392667600901f710a006eD", tieBreakerIndex: "1", rarityParams: [750000.0, 7500, 0.94].toString(), kinshipParams: [300000.0, 7500, 0.76].toString(), xpParams: [150000.0, 7500, 0.65].toString(), + confirmSend: true, }; await run("rarityPayout", args); } diff --git a/scripts/airdrops/rarityfarming/szn11/rnd3.ts b/scripts/airdrops/rarityfarming/szn11/rnd3.ts index 32fbcd3b..d942729e 100644 --- a/scripts/airdrops/rarityfarming/szn11/rnd3.ts +++ b/scripts/airdrops/rarityfarming/szn11/rnd3.ts @@ -7,12 +7,14 @@ async function rarityPayout() { rarityDataFile: "rnd3", rounds: "4", totalAmount: "1200000", - blockNumber: "", + blockNumber: "36484927", + blockTimestamp: "1759759201", deployerAddress: "0xf52398257A254D541F392667600901f710a006eD", tieBreakerIndex: "2", rarityParams: [750000.0, 7500, 0.94].toString(), kinshipParams: [300000.0, 7500, 0.76].toString(), xpParams: [150000.0, 7500, 0.65].toString(), + confirmSend: true, }; await run("rarityPayout", args); } diff --git a/scripts/airdrops/rarityfarming/szn11/rnd4.ts b/scripts/airdrops/rarityfarming/szn11/rnd4.ts index 1813aa3a..20110238 100644 --- a/scripts/airdrops/rarityfarming/szn11/rnd4.ts +++ b/scripts/airdrops/rarityfarming/szn11/rnd4.ts @@ -7,12 +7,14 @@ async function rarityPayout() { rarityDataFile: "rnd4", rounds: "4", totalAmount: "1200000", - blockNumber: "", + blockNumber: "37089750", deployerAddress: "0xf52398257A254D541F392667600901f710a006eD", + blockTimestamp: "1760968847", tieBreakerIndex: "3", rarityParams: [750000.0, 7500, 0.94].toString(), kinshipParams: [300000.0, 7500, 0.76].toString(), xpParams: [150000.0, 7500, 0.65].toString(), + confirmSend: true, }; await run("rarityPayout", args); } diff --git a/scripts/airdrops/rarityfarming/szn12/rnd1.ts b/scripts/airdrops/rarityfarming/szn12/rnd1.ts index f7e7181b..4a4c90fa 100644 --- a/scripts/airdrops/rarityfarming/szn12/rnd1.ts +++ b/scripts/airdrops/rarityfarming/szn12/rnd1.ts @@ -7,12 +7,14 @@ async function rarityPayout() { rarityDataFile: "rnd1", rounds: "4", totalAmount: "1200000", - blockNumber: "", + blockNumber: "37694538", + blockTimestamp: "1762178423", deployerAddress: "0xf52398257A254D541F392667600901f710a006eD", tieBreakerIndex: "0", rarityParams: [750000.0, 7500, 0.94].toString(), kinshipParams: [300000.0, 7500, 0.76].toString(), xpParams: [150000.0, 7500, 0.65].toString(), + confirmSend: true, }; await run("rarityPayout", args); } diff --git a/scripts/airdrops/rarityfarming/utils/rfRankingHelpers.ts b/scripts/airdrops/rarityfarming/utils/rfRankingHelpers.ts new file mode 100644 index 00000000..eca5bda4 --- /dev/null +++ b/scripts/airdrops/rarityfarming/utils/rfRankingHelpers.ts @@ -0,0 +1,93 @@ +export interface RfRoundData { + rarityGotchis: string[]; + kinshipGotchis: string[]; + xpGotchis: string[]; +} + +interface RankingEntry { + gotchiId: string; + score: number; + roundsParticipated: number; + earliestIndex: number; + tiebreakerScore: number; +} + +const categoryTieBreaker: Record = { + rarity: 2, + kinship: 1, + xp: 0, +}; + +export function getRankingWithTieBreakers( + rounds: string[][], + category: keyof typeof categoryTieBreaker +): number[] { + const scores = new Map(); + + rounds.forEach((round) => { + round.forEach((id, idx) => { + const gotchiId = Number(id); + if (!scores.has(gotchiId)) { + scores.set(gotchiId, { + gotchiId, + score: 0, + roundsParticipated: 0, + earliestIndex: idx, + tiebreakerScore: 0, + }); + } + const entry = scores.get(gotchiId)!; + entry.score += idx; + entry.roundsParticipated += 1; + entry.earliestIndex = Math.min(entry.earliestIndex, idx); + }); + }); + + const tieIndex = categoryTieBreaker[category]; + + const ranking = Array.from(scores.values()); + + ranking.sort((a, b) => { + if (a.score !== b.score) return a.score - b.score; + if (a.roundsParticipated !== b.roundsParticipated) + return b.roundsParticipated - a.roundsParticipated; + if (a.earliestIndex !== b.earliestIndex) + return a.earliestIndex - b.earliestIndex; + + if (tieIndex >= 0) { + const tieA = Number( + a.gotchiId.toString().charAt(tieIndex) || + a.gotchiId.toString().slice(-1) + ); + const tieB = Number( + b.gotchiId.toString().charAt(tieIndex) || + b.gotchiId.toString().slice(-1) + ); + if (tieA !== tieB) return tieA - tieB; + } + + return Number(a.gotchiId) - Number(b.gotchiId); + }); + + return ranking.map((entry) => Number(entry.gotchiId)); +} + +export function getUniqueRfPlayers(roundGroups: string[][][]): number[] { + const set = new Set(); + roundGroups.forEach((rounds) => { + rounds.forEach((round) => { + round.forEach((gotchiId) => set.add(Number(gotchiId))); + }); + }); + return Array.from(set).sort((a, b) => a - b); +} + +export function validateNoDuplicates(ids: number[]): void { + const seen = new Set(); + for (const id of ids) { + if (seen.has(id)) { + throw new Error(`Duplicate gotchi ID detected: ${id}`); + } + seen.add(id); + } +} diff --git a/scripts/airdrops/rfSzn10BdgsAirdrop.ts b/scripts/airdrops/rfSzn10BdgsAirdrop.ts new file mode 100644 index 00000000..1d0aa9c3 --- /dev/null +++ b/scripts/airdrops/rfSzn10BdgsAirdrop.ts @@ -0,0 +1,112 @@ +import { baseRelayerAddress, rankIds } from "../helperFunctions"; + +import { dataArgs as dataArgs1 } from "../../data/airdrops/rarityfarming/szn10/rnd1"; +import { dataArgs as dataArgs2 } from "../../data/airdrops/rarityfarming/szn10/rnd2"; +import { dataArgs as dataArgs3 } from "../../data/airdrops/rarityfarming/szn10/rnd3"; +import { dataArgs as dataArgs4 } from "../../data/airdrops/rarityfarming/szn10/rnd4"; +import { getGotchisForASeason } from "../getAavegotchisForRF"; +import { + airdropBaadges, + airdropRaankedBaadges, + assertBaadgeQuantities, +} from "./baadgeHelpers"; +import { run } from "hardhat"; + +import { itemTypes as allItemTypes } from "../../data/itemTypes/itemTypes"; +import { ItemTypeInputNew, toItemTypeInputNew } from "../itemTypeHelpers"; + +export async function main() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-RARITY", //491 + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-KINSHIP", //492 + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-XP", //493 + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-RARITY", //494 + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-KINSHIP", //495 + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-XP", //496 + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-RARITY", //497 + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-KINSHIP", //498 + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-XP", //499 + "Aavegotchi-RF-SZN10-Baadge-TOP-RAANKED-PLAAYER", //500 + "Aavegotchi-RF-SZN10-Baadge-TOP-10-RARITY", //501 + "Aavegotchi-RF-SZN10-Baadge-TOP-10-KINSHIP", //502 + "Aavegotchi-RF-SZN10-Baadge-TOP-10-XP", //503 + "Aavegotchi-RF-SZN10-Baadge-TOP-100-RARITY", //504 + "Aavegotchi-RF-SZN10-Baadge-TOP-100-KINSHIP", //505 + "Aavegotchi-RF-SZN10-Baadge-TOP-100-XP", //506 + ]; + + const baadgeIds = baadges.map((_, index) => 491 + index); + + const itemTypes: ItemTypeInputNew[] = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + //do raanked baadges amount check + const totalPlayers = await assertBaadgeQuantities( + itemTypes, + rarityArray, + kinshipArray, + xpArray + ); + + await run("addAndMintBaseWearables", { + itemIds: baadgeIds.join(","), + recipient: baseRelayerAddress, + }); + + //Airdrop + + const [rarityBreaker, kinshipBreaker, xpBreaker] = await getGotchisForASeason( + "10", + "matic" + ); + const rarityRFSzn10 = (await rankIds(rarityArray, rarityBreaker)).map((x) => + Number(x) + ); + const xpRFSzn10 = (await rankIds(xpArray, xpBreaker)).map((x) => Number(x)); + const kinshipRFSzn10 = (await rankIds(kinshipArray, kinshipBreaker)).map( + (x) => Number(x) + ); + + //airdrop all baadges except raanked + await airdropBaadges(itemTypes, [rarityRFSzn10, kinshipRFSzn10, xpRFSzn10]); + + //airdrop ranked + //TO-DO: Uncomment when running on live network + // await airdropRaankedBaadges(itemTypes, totalPlayers); +} + +if (require.main === module) { + main() + .then(() => process.exit(0)) + + .catch((error) => { + console.error(error); + process.exit(1); + }); +} diff --git a/scripts/airdrops/rfSzn6BdgsAirdrop.ts b/scripts/airdrops/rfSzn6BdgsAirdrop.ts new file mode 100644 index 00000000..8b1ac0a4 --- /dev/null +++ b/scripts/airdrops/rfSzn6BdgsAirdrop.ts @@ -0,0 +1,110 @@ +import { baseRelayerAddress, rankIds } from "../../scripts/helperFunctions"; + +import { dataArgs as dataArgs1 } from "../../data/airdrops/rarityfarming/szn6/rnd1"; +import { dataArgs as dataArgs2 } from "../../data/airdrops/rarityfarming/szn6/rnd2"; +import { dataArgs as dataArgs3 } from "../../data/airdrops/rarityfarming/szn6/rnd3"; +import { dataArgs as dataArgs4 } from "../../data/airdrops/rarityfarming/szn6/rnd4"; +import { getGotchisForASeason } from "../getAavegotchisForRF"; +import { + airdropBaadges, + airdropRaankedBaadges, + assertBaadgeQuantities, +} from "../../scripts/airdrops/baadgeHelpers"; +import { run } from "hardhat"; + +import { itemTypes as allItemTypes } from "../../data/itemTypes/itemTypes"; +import { ItemTypeInputNew, toItemTypeInputNew } from "../itemTypeHelpers"; + +export async function main() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-RARITY", //427 + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-KINSHIP", //428 + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-XP", //429 + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-RARITY", //430 + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-KINSHIP", //431 + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-XP", //432 + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-RARITY", //433 + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-KINSHIP", //434 + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-XP", //435 + "Aavegotchi-RF-SZN6-Baadge-TOP-RAANKED-PLAAYER", //436 + "Aavegotchi-RF-SZN6-Baadge-TOP-10-RARITY", //437 + "Aavegotchi-RF-SZN6-Baadge-TOP-10-KINSHIP", //438 + "Aavegotchi-RF-SZN6-Baadge-TOP-10-XP", //439 + "Aavegotchi-RF-SZN6-Baadge-TOP-100-RARITY", //440 + "Aavegotchi-RF-SZN6-Baadge-TOP-100-KINSHIP", //441 + "Aavegotchi-RF-SZN6-Baadge-TOP-100-XP", //442 + ]; + + const baadgeIds = baadges.map((_, index) => 427 + index); + + const itemTypes: ItemTypeInputNew[] = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + //do raanked baadges amount check + const totalPlayers = await assertBaadgeQuantities( + itemTypes, + rarityArray, + kinshipArray, + xpArray + ); + + await run("addAndMintBaseWearables", { + itemIds: baadgeIds.join(","), + recipient: baseRelayerAddress, + }); + + //Airdrop + + let tieBreaker = await getGotchisForASeason("6", "matic"); + const [rarityBreaker, kinshipBreaker, xpBreaker] = tieBreaker; + const rarityRFSzn6 = rankIds(rarityArray, rarityBreaker).map((x) => + Number(x) + ); + const xpRFSzn6 = await rankIds(xpArray, xpBreaker).map((x) => Number(x)); + const kinshipRFSzn6 = await rankIds(kinshipArray, kinshipBreaker).map((x) => + Number(x) + ); + + //airdrop all baadges except raanked + await airdropBaadges(itemTypes, [rarityRFSzn6, kinshipRFSzn6, xpRFSzn6]); + + //airdrop ranked + //TO-DO: Uncomment when running on live network + // await airdropRaankedBaadges(itemTypes, totalPlayers); +} + +if (require.main === module) { + main() + .then(() => process.exit(0)) + + .catch((error) => { + console.error(error); + process.exit(1); + }); +} diff --git a/scripts/airdrops/rfSzn7BdgsAirdrop.ts b/scripts/airdrops/rfSzn7BdgsAirdrop.ts new file mode 100644 index 00000000..3bec2f5f --- /dev/null +++ b/scripts/airdrops/rfSzn7BdgsAirdrop.ts @@ -0,0 +1,110 @@ +import { baseRelayerAddress, rankIds } from "../helperFunctions"; + +import { dataArgs as dataArgs1 } from "../../data/airdrops/rarityfarming/szn7/rnd1"; +import { dataArgs as dataArgs2 } from "../../data/airdrops/rarityfarming/szn7/rnd2"; +import { dataArgs as dataArgs3 } from "../../data/airdrops/rarityfarming/szn7/rnd3"; +import { dataArgs as dataArgs4 } from "../../data/airdrops/rarityfarming/szn7/rnd4"; +import { getGotchisForASeason } from "../getAavegotchisForRF"; +import { + airdropBaadges, + airdropRaankedBaadges, + assertBaadgeQuantities, +} from "./baadgeHelpers"; +import { run } from "hardhat"; + +import { itemTypes as allItemTypes } from "../../data/itemTypes/itemTypes"; +import { ItemTypeInputNew, toItemTypeInputNew } from "../itemTypeHelpers"; + +export async function main() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-RARITY", //443 + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-KINSHIP", //444 + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-XP", //445 + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-RARITY", //446 + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-KINSHIP", //447 + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-XP", //448 + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-RARITY", //449 + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-KINSHIP", //450 + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-XP", //451 + "Aavegotchi-RF-SZN7-Baadge-TOP-RAANKED-PLAAYER", //452 + "Aavegotchi-RF-SZN7-Baadge-TOP-10-RARITY", //453 + "Aavegotchi-RF-SZN7-Baadge-TOP-10-KINSHIP", //454 + "Aavegotchi-RF-SZN7-Baadge-TOP-10-XP", //455 + "Aavegotchi-RF-SZN7-Baadge-TOP-100-RARITY", //456 + "Aavegotchi-RF-SZN7-Baadge-TOP-100-KINSHIP", //457 + "Aavegotchi-RF-SZN7-Baadge-TOP-100-XP", //458 + ]; + + const baadgeIds = baadges.map((_, index) => 443 + index); + + const itemTypes: ItemTypeInputNew[] = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + //do raanked baadges amount check + const totalPlayers = await assertBaadgeQuantities( + itemTypes, + rarityArray, + kinshipArray, + xpArray + ); + + await run("addAndMintBaseWearables", { + itemIds: baadgeIds.join(","), + recipient: baseRelayerAddress, + }); + + //Airdrop + + let tieBreaker = await getGotchisForASeason("7", "matic"); + const [rarityBreaker, kinshipBreaker, xpBreaker] = tieBreaker; + const rarityRFSzn7 = (await rankIds(rarityArray, rarityBreaker)).map((x) => + Number(x) + ); + const xpRFSzn7 = (await rankIds(xpArray, xpBreaker)).map((x) => Number(x)); + const kinshipRFSzn7 = (await rankIds(kinshipArray, kinshipBreaker)).map((x) => + Number(x) + ); + + //airdrop all baadges except raanked + await airdropBaadges(itemTypes, [rarityRFSzn7, kinshipRFSzn7, xpRFSzn7]); + + //airdrop ranked + //TO-DO: Uncomment when running on live network + // await airdropRaankedBaadges(itemTypes, totalPlayers); +} + +if (require.main === module) { + main() + .then(() => process.exit(0)) + + .catch((error) => { + console.error(error); + process.exit(1); + }); +} diff --git a/scripts/airdrops/rfSzn8BdgsAirdrop.ts b/scripts/airdrops/rfSzn8BdgsAirdrop.ts new file mode 100644 index 00000000..a51cf835 --- /dev/null +++ b/scripts/airdrops/rfSzn8BdgsAirdrop.ts @@ -0,0 +1,112 @@ +import { baseRelayerAddress, rankIds } from "../helperFunctions"; + +import { dataArgs as dataArgs1 } from "../../data/airdrops/rarityfarming/szn8/rnd1"; +import { dataArgs as dataArgs2 } from "../../data/airdrops/rarityfarming/szn8/rnd2"; +import { dataArgs as dataArgs3 } from "../../data/airdrops/rarityfarming/szn8/rnd3"; +import { dataArgs as dataArgs4 } from "../../data/airdrops/rarityfarming/szn8/rnd4"; +import { getGotchisForASeason } from "../getAavegotchisForRF"; +import { + airdropBaadges, + airdropRaankedBaadges, + assertBaadgeQuantities, +} from "./baadgeHelpers"; +import { run } from "hardhat"; + +import { itemTypes as allItemTypes } from "../../data/itemTypes/itemTypes"; +import { ItemTypeInputNew, toItemTypeInputNew } from "../itemTypeHelpers"; + +export async function main() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-RARITY", //459 + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-KINSHIP", //460 + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-XP", //461 + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-RARITY", //462 + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-KINSHIP", //463 + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-XP", //464 + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-RARITY", //465 + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-KINSHIP", //466 + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-XP", //467 + "Aavegotchi-RF-SZN8-Baadge-TOP-RAANKED-PLAAYER", //468 + "Aavegotchi-RF-SZN8-Baadge-TOP-10-RARITY", //469 + "Aavegotchi-RF-SZN8-Baadge-TOP-10-KINSHIP", //470 + "Aavegotchi-RF-SZN8-Baadge-TOP-10-XP", //471 + "Aavegotchi-RF-SZN8-Baadge-TOP-100-RARITY", //472 + "Aavegotchi-RF-SZN8-Baadge-TOP-100-KINSHIP", //473 + "Aavegotchi-RF-SZN8-Baadge-TOP-100-XP", //474 + ]; + + const baadgeIds = baadges.map((_, index) => 459 + index); + + const itemTypes: ItemTypeInputNew[] = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + //do raanked baadges amount check + const totalPlayers = await assertBaadgeQuantities( + itemTypes, + rarityArray, + kinshipArray, + xpArray + ); + + await run("addAndMintBaseWearables", { + itemIds: baadgeIds.join(","), + recipient: baseRelayerAddress, + }); + + //Airdrop + + const [rarityBreaker, kinshipBreaker, xpBreaker] = await getGotchisForASeason( + "8", + "matic" + ); + const rarityRFSzn8 = (await rankIds(rarityArray, rarityBreaker)).map((x) => + Number(x) + ); + const xpRFSzn8 = (await rankIds(xpArray, xpBreaker)).map((x) => Number(x)); + const kinshipRFSzn8 = (await rankIds(kinshipArray, kinshipBreaker)).map((x) => + Number(x) + ); + + //airdrop all baadges except raanked + await airdropBaadges(itemTypes, [rarityRFSzn8, kinshipRFSzn8, xpRFSzn8]); + + //airdrop ranked + //TO-DO: Uncomment when running on live network + // await airdropRaankedBaadges(itemTypes, totalPlayers); +} + +if (require.main === module) { + main() + .then(() => process.exit(0)) + + .catch((error) => { + console.error(error); + process.exit(1); + }); +} diff --git a/scripts/airdrops/rfSzn9BdgsAirdrop.ts b/scripts/airdrops/rfSzn9BdgsAirdrop.ts new file mode 100644 index 00000000..dbbd7e63 --- /dev/null +++ b/scripts/airdrops/rfSzn9BdgsAirdrop.ts @@ -0,0 +1,112 @@ +import { baseRelayerAddress, rankIds } from "../helperFunctions"; + +import { dataArgs as dataArgs1 } from "../../data/airdrops/rarityfarming/szn9/rnd1"; +import { dataArgs as dataArgs2 } from "../../data/airdrops/rarityfarming/szn9/rnd2"; +import { dataArgs as dataArgs3 } from "../../data/airdrops/rarityfarming/szn9/rnd3"; +import { dataArgs as dataArgs4 } from "../../data/airdrops/rarityfarming/szn9/rnd4"; +import { getGotchisForASeason } from "../getAavegotchisForRF"; +import { + airdropBaadges, + airdropRaankedBaadges, + assertBaadgeQuantities, +} from "./baadgeHelpers"; +import { run } from "hardhat"; + +import { itemTypes as allItemTypes } from "../../data/itemTypes/itemTypes"; +import { ItemTypeInputNew, toItemTypeInputNew } from "../itemTypeHelpers"; + +export async function main() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-RARITY", //475 + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-KINSHIP", //476 + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-XP", //477 + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-RARITY", //478 + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-KINSHIP", //479 + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-XP", //480 + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-RARITY", //481 + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-KINSHIP", //482 + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-XP", //483 + "Aavegotchi-RF-SZN9-Baadge-TOP-RAANKED-PLAAYER", //484 + "Aavegotchi-RF-SZN9-Baadge-TOP-10-RARITY", //485 + "Aavegotchi-RF-SZN9-Baadge-TOP-10-KINSHIP", //486 + "Aavegotchi-RF-SZN9-Baadge-TOP-10-XP", //487 + "Aavegotchi-RF-SZN9-Baadge-TOP-100-RARITY", //488 + "Aavegotchi-RF-SZN9-Baadge-TOP-100-KINSHIP", //489 + "Aavegotchi-RF-SZN9-Baadge-TOP-100-XP", //490 + ]; + + const baadgeIds = baadges.map((_, index) => 475 + index); + + const itemTypes: ItemTypeInputNew[] = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + //do raanked baadges amount check + const totalPlayers = await assertBaadgeQuantities( + itemTypes, + rarityArray, + kinshipArray, + xpArray + ); + + await run("addAndMintBaseWearables", { + itemIds: baadgeIds.join(","), + recipient: baseRelayerAddress, + }); + + //Airdrop + + const [rarityBreaker, kinshipBreaker, xpBreaker] = await getGotchisForASeason( + "9", + "matic" + ); + const rarityRFSzn9 = (await rankIds(rarityArray, rarityBreaker)).map((x) => + Number(x) + ); + const xpRFSzn9 = (await rankIds(xpArray, xpBreaker)).map((x) => Number(x)); + const kinshipRFSzn9 = (await rankIds(kinshipArray, kinshipBreaker)).map((x) => + Number(x) + ); + + //airdrop all baadges except raanked + await airdropBaadges(itemTypes, [rarityRFSzn9, kinshipRFSzn9, xpRFSzn9]); + + //airdrop ranked + //TO-DO: Uncomment when running on live network + // await airdropRaankedBaadges(itemTypes, totalPlayers); +} + +if (require.main === module) { + main() + .then(() => process.exit(0)) + + .catch((error) => { + console.error(error); + process.exit(1); + }); +} diff --git a/scripts/batchUpdateItemPrices.ts b/scripts/batchUpdateItemPrices.ts new file mode 100644 index 00000000..8f069f52 --- /dev/null +++ b/scripts/batchUpdateItemPrices.ts @@ -0,0 +1,530 @@ +import { ethers, network } from "hardhat"; +import { varsForNetwork } from "../helpers/constants"; +import { getLedgerSigner, impersonate } from "./helperFunctions"; +import { DAOFacet } from "../typechain"; +import { PC_WALLET } from "./geistBridge/paths"; + +interface Prices { + [id: string]: 0 | 5 | 10 | 20 | 50 | 100 | 300 | 2000 | 3000 | 10000; +} + +enum GotchiRarityPrices { + None = 0, + Common = 5, + Uncommon = 10, + Rare = 100, + Legendary = 300, + Mythical = 2000, + Godlike = 10000, +} + +const prices: Prices = { + "0": GotchiRarityPrices.None, + "1": GotchiRarityPrices.Common, + "2": GotchiRarityPrices.Common, + "3": GotchiRarityPrices.Common, + "4": GotchiRarityPrices.Uncommon, + "5": GotchiRarityPrices.Uncommon, + "6": GotchiRarityPrices.Uncommon, + "7": GotchiRarityPrices.Rare, + "8": GotchiRarityPrices.Rare, + "9": GotchiRarityPrices.Rare, + "10": GotchiRarityPrices.Legendary, + "11": GotchiRarityPrices.Legendary, + "12": GotchiRarityPrices.Legendary, + "13": GotchiRarityPrices.Mythical, + "14": GotchiRarityPrices.Mythical, + "15": GotchiRarityPrices.Mythical, + "16": GotchiRarityPrices.Godlike, + "17": GotchiRarityPrices.Godlike, + "18": GotchiRarityPrices.Common, + "19": GotchiRarityPrices.Common, + "20": GotchiRarityPrices.Common, + "21": GotchiRarityPrices.Uncommon, + "22": GotchiRarityPrices.Uncommon, + "23": GotchiRarityPrices.Uncommon, + "24": GotchiRarityPrices.Rare, + "25": GotchiRarityPrices.Rare, + "26": GotchiRarityPrices.Rare, + "27": GotchiRarityPrices.Legendary, + "28": GotchiRarityPrices.Legendary, + "29": GotchiRarityPrices.Legendary, + "30": GotchiRarityPrices.Mythical, + "31": GotchiRarityPrices.Mythical, + "32": GotchiRarityPrices.Mythical, + "33": GotchiRarityPrices.Godlike, + "34": GotchiRarityPrices.Godlike, + "35": GotchiRarityPrices.Godlike, + "36": GotchiRarityPrices.Common, + "37": GotchiRarityPrices.Common, + "38": GotchiRarityPrices.Common, + "39": GotchiRarityPrices.Uncommon, + "40": GotchiRarityPrices.Uncommon, + "41": GotchiRarityPrices.Uncommon, + "42": GotchiRarityPrices.Rare, + "43": GotchiRarityPrices.Rare, + "44": GotchiRarityPrices.Rare, + "45": GotchiRarityPrices.Legendary, + "46": GotchiRarityPrices.Legendary, + "47": GotchiRarityPrices.Legendary, + "48": GotchiRarityPrices.Mythical, + "49": GotchiRarityPrices.Mythical, + "50": GotchiRarityPrices.Mythical, + "51": GotchiRarityPrices.Mythical, + "52": GotchiRarityPrices.Godlike, + "53": GotchiRarityPrices.Godlike, + "54": GotchiRarityPrices.Godlike, + "55": GotchiRarityPrices.Rare, + "56": GotchiRarityPrices.Rare, + "57": GotchiRarityPrices.Rare, + "58": GotchiRarityPrices.Rare, + "59": GotchiRarityPrices.Rare, + "60": GotchiRarityPrices.Common, + "61": GotchiRarityPrices.Legendary, + "62": GotchiRarityPrices.Mythical, + "63": GotchiRarityPrices.Godlike, + "64": GotchiRarityPrices.Common, + "65": GotchiRarityPrices.Legendary, + "66": GotchiRarityPrices.Common, + "67": GotchiRarityPrices.Common, + "68": GotchiRarityPrices.Common, + "69": GotchiRarityPrices.Common, + "70": GotchiRarityPrices.Mythical, + "71": GotchiRarityPrices.Rare, + "72": GotchiRarityPrices.Mythical, + "73": GotchiRarityPrices.Mythical, + "74": GotchiRarityPrices.Mythical, + "75": GotchiRarityPrices.Mythical, + "76": GotchiRarityPrices.Common, + "77": GotchiRarityPrices.Uncommon, + "78": GotchiRarityPrices.Uncommon, + "79": GotchiRarityPrices.Rare, + "80": GotchiRarityPrices.Rare, + "81": GotchiRarityPrices.Rare, + "82": GotchiRarityPrices.Legendary, + "83": GotchiRarityPrices.Rare, + "84": GotchiRarityPrices.Legendary, + "85": GotchiRarityPrices.Legendary, + "86": GotchiRarityPrices.Mythical, + "87": GotchiRarityPrices.Uncommon, + "88": GotchiRarityPrices.Uncommon, + "89": GotchiRarityPrices.Rare, + "90": GotchiRarityPrices.Common, + "91": GotchiRarityPrices.Uncommon, + "92": GotchiRarityPrices.Rare, + "93": GotchiRarityPrices.Legendary, + "94": GotchiRarityPrices.Uncommon, + "95": GotchiRarityPrices.Uncommon, + "96": GotchiRarityPrices.Uncommon, + "97": GotchiRarityPrices.Legendary, + "98": GotchiRarityPrices.Legendary, + "99": GotchiRarityPrices.Mythical, + "100": GotchiRarityPrices.Legendary, + "101": GotchiRarityPrices.Legendary, + "102": GotchiRarityPrices.Legendary, + "103": GotchiRarityPrices.Mythical, + "104": GotchiRarityPrices.Legendary, + "105": GotchiRarityPrices.Legendary, + "106": GotchiRarityPrices.Legendary, + "107": GotchiRarityPrices.Godlike, + "108": GotchiRarityPrices.Uncommon, + "109": GotchiRarityPrices.Uncommon, + "110": GotchiRarityPrices.Rare, + "111": GotchiRarityPrices.Legendary, + "112": GotchiRarityPrices.Legendary, + "113": GotchiRarityPrices.Godlike, + "114": GotchiRarityPrices.Mythical, + "115": GotchiRarityPrices.Legendary, + "116": GotchiRarityPrices.Rare, + "117": GotchiRarityPrices.Common, + "118": GotchiRarityPrices.Legendary, + "119": GotchiRarityPrices.Legendary, + "120": GotchiRarityPrices.Legendary, + "121": GotchiRarityPrices.Rare, + "122": GotchiRarityPrices.Mythical, + "123": GotchiRarityPrices.Uncommon, + "124": GotchiRarityPrices.Mythical, + "125": GotchiRarityPrices.Legendary, + "126": GotchiRarityPrices.Common, + "127": 20, + "128": 20, + "129": 50, + "130": GotchiRarityPrices.Common, + "131": GotchiRarityPrices.Uncommon, + "132": GotchiRarityPrices.Rare, + "133": GotchiRarityPrices.Legendary, + "134": GotchiRarityPrices.Common, + "135": GotchiRarityPrices.Uncommon, + "136": GotchiRarityPrices.Rare, + "137": GotchiRarityPrices.Common, + "138": GotchiRarityPrices.Uncommon, + "139": GotchiRarityPrices.Rare, + "140": GotchiRarityPrices.Common, + "141": GotchiRarityPrices.Uncommon, + "142": GotchiRarityPrices.Rare, + "143": GotchiRarityPrices.Legendary, + "144": GotchiRarityPrices.Mythical, + "145": GotchiRarityPrices.Godlike, + "146": GotchiRarityPrices.Common, + "147": GotchiRarityPrices.Uncommon, + "148": GotchiRarityPrices.Rare, + "149": GotchiRarityPrices.Legendary, + "150": GotchiRarityPrices.Mythical, + "151": GotchiRarityPrices.Common, + "152": GotchiRarityPrices.Uncommon, + "153": GotchiRarityPrices.Rare, + "154": GotchiRarityPrices.Legendary, + "155": GotchiRarityPrices.Mythical, + "156": GotchiRarityPrices.Godlike, + "157": GotchiRarityPrices.Uncommon, + "158": GotchiRarityPrices.Rare, + "159": GotchiRarityPrices.Legendary, + "160": GotchiRarityPrices.Mythical, + "161": GotchiRarityPrices.Godlike, + "162": GotchiRarityPrices.Common, + "163": GotchiRarityPrices.None, + "164": GotchiRarityPrices.None, + "165": GotchiRarityPrices.None, + "166": GotchiRarityPrices.None, + "167": GotchiRarityPrices.None, + "168": GotchiRarityPrices.None, + "169": GotchiRarityPrices.None, + "170": GotchiRarityPrices.None, + "171": GotchiRarityPrices.None, + "172": GotchiRarityPrices.None, + "173": GotchiRarityPrices.None, + "174": GotchiRarityPrices.None, + "175": GotchiRarityPrices.None, + "176": GotchiRarityPrices.None, + "177": GotchiRarityPrices.None, + "178": GotchiRarityPrices.None, + "179": GotchiRarityPrices.None, + "180": GotchiRarityPrices.None, + "181": GotchiRarityPrices.None, + "182": GotchiRarityPrices.None, + "183": GotchiRarityPrices.None, + "184": GotchiRarityPrices.None, + "185": GotchiRarityPrices.None, + "186": GotchiRarityPrices.None, + "187": GotchiRarityPrices.None, + "188": GotchiRarityPrices.None, + "189": GotchiRarityPrices.None, + "190": GotchiRarityPrices.None, + "191": GotchiRarityPrices.None, + "192": GotchiRarityPrices.None, + "193": GotchiRarityPrices.None, + "194": GotchiRarityPrices.None, + "195": GotchiRarityPrices.None, + "196": GotchiRarityPrices.None, + "197": GotchiRarityPrices.None, + "198": GotchiRarityPrices.None, + "199": GotchiRarityPrices.Rare, + "200": GotchiRarityPrices.Uncommon, + "201": GotchiRarityPrices.Legendary, + "202": GotchiRarityPrices.Mythical, + "203": GotchiRarityPrices.Rare, + "204": GotchiRarityPrices.Uncommon, + "205": GotchiRarityPrices.Common, + "206": GotchiRarityPrices.Rare, + "207": GotchiRarityPrices.Uncommon, + "208": GotchiRarityPrices.Uncommon, + "209": GotchiRarityPrices.Legendary, + "210": GotchiRarityPrices.Common, + "211": GotchiRarityPrices.Common, + "212": 3000, + "213": GotchiRarityPrices.Legendary, + "214": GotchiRarityPrices.Godlike, + "215": GotchiRarityPrices.Legendary, + "216": 3000, + "217": 3000, + "218": GotchiRarityPrices.Uncommon, + "219": GotchiRarityPrices.Rare, + "220": GotchiRarityPrices.Legendary, + "221": GotchiRarityPrices.Common, + "222": GotchiRarityPrices.Uncommon, + "223": GotchiRarityPrices.Uncommon, + "224": GotchiRarityPrices.Rare, + "225": GotchiRarityPrices.Common, + "226": GotchiRarityPrices.Rare, + "227": GotchiRarityPrices.Rare, + "228": GotchiRarityPrices.Common, + "229": GotchiRarityPrices.Uncommon, + "230": GotchiRarityPrices.Common, + "231": GotchiRarityPrices.Uncommon, + "232": GotchiRarityPrices.Common, + "233": GotchiRarityPrices.Uncommon, + "234": 3000, + "235": GotchiRarityPrices.Legendary, + "236": GotchiRarityPrices.Rare, + "237": 3000, + "238": GotchiRarityPrices.Godlike, + "239": GotchiRarityPrices.Uncommon, + "240": GotchiRarityPrices.Uncommon, + "241": GotchiRarityPrices.Rare, + "242": GotchiRarityPrices.Legendary, + "243": GotchiRarityPrices.Rare, + "244": GotchiRarityPrices.Rare, + "245": GotchiRarityPrices.Rare, + "246": GotchiRarityPrices.Uncommon, + "247": GotchiRarityPrices.Uncommon, + "248": GotchiRarityPrices.Uncommon, + "249": GotchiRarityPrices.Rare, + "250": GotchiRarityPrices.Rare, + "251": GotchiRarityPrices.Rare, + "252": GotchiRarityPrices.Common, + "253": GotchiRarityPrices.Common, + "254": GotchiRarityPrices.Common, + "255": GotchiRarityPrices.Legendary, + "256": GotchiRarityPrices.Legendary, + "257": GotchiRarityPrices.Legendary, + "258": GotchiRarityPrices.Godlike, + "259": GotchiRarityPrices.Godlike, + "260": GotchiRarityPrices.Godlike, + "261": GotchiRarityPrices.Mythical, + "262": GotchiRarityPrices.Mythical, + "263": GotchiRarityPrices.Mythical, + "264": GotchiRarityPrices.None, + "265": GotchiRarityPrices.None, + "266": GotchiRarityPrices.None, + "267": GotchiRarityPrices.None, + "268": GotchiRarityPrices.None, + "269": GotchiRarityPrices.None, + "270": GotchiRarityPrices.None, + "271": GotchiRarityPrices.None, + "272": GotchiRarityPrices.None, + "273": GotchiRarityPrices.None, + "274": GotchiRarityPrices.None, + "275": GotchiRarityPrices.None, + "276": GotchiRarityPrices.None, + "277": GotchiRarityPrices.None, + "278": GotchiRarityPrices.None, + "279": GotchiRarityPrices.None, + "280": GotchiRarityPrices.None, + "281": GotchiRarityPrices.None, + "282": GotchiRarityPrices.None, + "283": GotchiRarityPrices.None, + "284": GotchiRarityPrices.None, + "285": GotchiRarityPrices.None, + "286": GotchiRarityPrices.None, + "287": GotchiRarityPrices.None, + "288": GotchiRarityPrices.None, + "289": GotchiRarityPrices.None, + "290": GotchiRarityPrices.None, + "291": GotchiRarityPrices.None, + "292": GotchiRarityPrices.Common, + "293": GotchiRarityPrices.Common, + "294": GotchiRarityPrices.Common, + "295": GotchiRarityPrices.Common, + "296": GotchiRarityPrices.Uncommon, + "297": GotchiRarityPrices.Uncommon, + "298": GotchiRarityPrices.Common, + "299": GotchiRarityPrices.Uncommon, + "300": GotchiRarityPrices.Uncommon, + "301": GotchiRarityPrices.Rare, + "302": GotchiRarityPrices.Rare, + "303": GotchiRarityPrices.Rare, + "304": GotchiRarityPrices.Rare, + "305": GotchiRarityPrices.Legendary, + "306": GotchiRarityPrices.Legendary, + "307": GotchiRarityPrices.Legendary, + "308": GotchiRarityPrices.Legendary, + "309": GotchiRarityPrices.Mythical, + "310": GotchiRarityPrices.Mythical, + "311": GotchiRarityPrices.Mythical, + "312": GotchiRarityPrices.Mythical, + "313": GotchiRarityPrices.Godlike, + "314": GotchiRarityPrices.Godlike, + "315": GotchiRarityPrices.Godlike, + + //new + "350": GotchiRarityPrices.Common, + "351": GotchiRarityPrices.Common, + "352": GotchiRarityPrices.Common, + "353": GotchiRarityPrices.Common, + "354": GotchiRarityPrices.Uncommon, + "355": GotchiRarityPrices.Rare, + "356": GotchiRarityPrices.Uncommon, + "357": GotchiRarityPrices.Rare, + "358": GotchiRarityPrices.Legendary, + "359": GotchiRarityPrices.Legendary, + "360": GotchiRarityPrices.Legendary, + "361": GotchiRarityPrices.Legendary, + "362": GotchiRarityPrices.Mythical, + "363": GotchiRarityPrices.Mythical, + "364": GotchiRarityPrices.Mythical, + "365": GotchiRarityPrices.Mythical, + "366": GotchiRarityPrices.Godlike, + "367": GotchiRarityPrices.Godlike, + "368": GotchiRarityPrices.Godlike, + "369": GotchiRarityPrices.Godlike, + "370": GotchiRarityPrices.Common, + "371": GotchiRarityPrices.Common, + "372": GotchiRarityPrices.Common, + "373": GotchiRarityPrices.Uncommon, + "374": GotchiRarityPrices.Rare, + "375": GotchiRarityPrices.Common, + "376": GotchiRarityPrices.Rare, + "377": GotchiRarityPrices.Uncommon, + "378": GotchiRarityPrices.Rare, + "379": GotchiRarityPrices.Rare, + "380": GotchiRarityPrices.Legendary, + "381": GotchiRarityPrices.Legendary, + "382": GotchiRarityPrices.Legendary, + "383": GotchiRarityPrices.Legendary, + "384": GotchiRarityPrices.Mythical, + "385": GotchiRarityPrices.Godlike, + "386": GotchiRarityPrices.Godlike, + "387": GotchiRarityPrices.Godlike, + + //404 - 417 + "404": GotchiRarityPrices.Common, + "405": GotchiRarityPrices.Common, + "406": GotchiRarityPrices.Common, + "407": GotchiRarityPrices.Uncommon, + "408": GotchiRarityPrices.Uncommon, + "409": GotchiRarityPrices.Uncommon, + "410": GotchiRarityPrices.Uncommon, + "411": GotchiRarityPrices.Rare, + "412": GotchiRarityPrices.Rare, + "413": GotchiRarityPrices.Rare, + "414": GotchiRarityPrices.Legendary, + "415": GotchiRarityPrices.Legendary, + "416": GotchiRarityPrices.Mythical, + "417": GotchiRarityPrices.Mythical, + "418": GotchiRarityPrices.Common, + "419": GotchiRarityPrices.Rare, + "420": GotchiRarityPrices.Legendary, +}; + +async function main() { + console.log("Starting batch item price update script..."); + + // Get network addresses + const c = await varsForNetwork(ethers); + console.log("Aavegotchi Diamond Address:", c.aavegotchiDiamond); + + // Get signer + let signer; + // Connect to DAOFacet + let daoFacet = (await ethers.getContractAt( + "DAOFacet", + c.aavegotchiDiamond!, + signer + )) as DAOFacet; + + const testing = ["hardhat", "localhost"].includes(network.name); + if (testing) { + daoFacet = await impersonate(PC_WALLET, daoFacet, ethers, network); + signer = await ethers.getSigner(PC_WALLET); + } else { + signer = await getLedgerSigner(ethers); + daoFacet = daoFacet.connect(signer); + } + console.log("Signer address:", await signer.getAddress()); + + //set PC_WALLET as an item manager + console.log("Adding 0x01F as an item manager"); + const tx = await daoFacet.addItemManagers([PC_WALLET]); + await tx.wait(); + + // Prepare item IDs and prices arrays + const itemIds: number[] = []; + const newPrices: number[] = []; + + // Convert prices mapping to arrays + for (const [itemIdStr, price] of Object.entries(prices)) { + const itemId = parseInt(itemIdStr); + if (!isNaN(itemId)) { + itemIds.push(itemId); + newPrices.push(price); + } + } + + console.log(`\nPreparing to update ${itemIds.length} items:`); + console.log( + "Item IDs:", + itemIds.slice(0, 10), + itemIds.length > 10 ? "..." : "" + ); + console.log( + "Prices:", + newPrices.slice(0, 10), + newPrices.length > 10 ? "..." : "" + ); + + // Log detailed price changes for inspection + console.log("\n=== DETAILED PRICE CHANGES ==="); + for (let i = 0; i < Math.min(itemIds.length, 20); i++) { + console.log(`Item ${itemIds[i]}: ${newPrices[i]} GHST`); + } + if (itemIds.length > 20) { + console.log(`... and ${itemIds.length - 20} more items`); + } + + // Calculate total GHST value + const totalGHST = newPrices.reduce((sum, price) => sum + price, 0); + console.log(`\nTotal GHST value across all items: ${totalGHST}`); + + console.log(`\nWill execute single transaction with ${itemIds.length} items`); + + // Ask for confirmation before proceeding + console.log("\n=== READY TO EXECUTE ==="); + console.log("This will update item prices using batchUpdateItemsPrice()"); + console.log("Make sure you have the proper permissions (onlyItemManager)"); + + // Prompt for user confirmation + const readline = require("readline"); + const rl = readline.createInterface({ + input: process.stdin, + output: process.stdout, + }); + const answer = await new Promise((resolve) => { + rl.question("Do you want to proceed? (y/n): ", (answer: string) => { + resolve(answer.toLowerCase().trim()); + }); + }); + + rl.close(); + + if (answer !== "y" && answer !== "yes") { + console.log("Operation cancelled by user."); + process.exit(0); + } + + // Execute single transaction + console.log(`\nExecuting single transaction with ${itemIds.length} items`); + console.log( + `Items: ${itemIds.slice(0, 5)}${itemIds.length > 5 ? "..." : ""}` + ); + console.log( + `Prices: ${newPrices.slice(0, 5)}${newPrices.length > 5 ? "..." : ""}` + ); + + try { + const tx = await daoFacet.batchUpdateItemsPrice(itemIds, newPrices); + console.log(`Transaction hash: ${tx.hash}`); + + const receipt = await tx.wait(); + console.log( + `Transaction completed. Gas used: ${receipt.gasUsed.toString()}` + ); + } catch (error) { + console.error(`Error in transaction:`, error); + throw error; + } + + console.log("\n=== TRANSACTION COMPLETED ==="); + console.log(`Successfully updated ${itemIds.length} item prices`); +} + +// Execute the script +if (require.main === module) { + main() + .then(() => process.exit(0)) + .catch((error) => { + console.error(error); + process.exit(1); + }); +} + +export { main }; diff --git a/scripts/debug/generateBadgePreview.ts b/scripts/debug/generateBadgePreview.ts new file mode 100644 index 00000000..69455b00 --- /dev/null +++ b/scripts/debug/generateBadgePreview.ts @@ -0,0 +1,91 @@ +import * as fs from "fs"; +import { badge as getBadgeSvg } from "../../svgs/allBadges"; + +async function main() { + const badgeIdsArg = process.env.BADGE_IDS; + + const badgeIds = badgeIdsArg + ? badgeIdsArg.split(",").map((id) => Number(id.trim())) + : [ + 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, + 441, 442, + ]; + + console.log("Generating previews for badge IDs:", badgeIds.join(", ")); + + const previewDir = "./preview"; + if (!fs.existsSync(previewDir)) { + fs.mkdirSync(previewDir, { recursive: true }); + } + + const columns = 4; + const cellSize = 120; + const rows = Math.ceil(badgeIds.length / columns) || 1; + + const badgeGroups = badgeIds + .map((badgeId, index) => { + const badgeSvg = getBadgeSvg(badgeId); + if (!badgeSvg) { + console.log(`⚠️ Missing badge SVG for ID: ${badgeId}`); + return ""; + } + + const viewBoxMatch = badgeSvg.match( + /viewBox="([\d.+-]+)\s+([\d.+-]+)\s+([\d.+-]+)\s+([\d.+-]+)"/ + ); + const widthAttrMatch = badgeSvg.match(/width="([\d.+-]+)(?:px)?"/i); + const heightAttrMatch = badgeSvg.match(/height="([\d.+-]+)(?:px)?"/i); + + const viewBoxX = viewBoxMatch ? parseFloat(viewBoxMatch[1]) : 0; + const viewBoxY = viewBoxMatch ? parseFloat(viewBoxMatch[2]) : 0; + const viewBoxWidth = viewBoxMatch + ? parseFloat(viewBoxMatch[3]) + : undefined; + const viewBoxHeight = viewBoxMatch + ? parseFloat(viewBoxMatch[4]) + : undefined; + + const width = viewBoxWidth + ? viewBoxWidth + : widthAttrMatch + ? parseFloat(widthAttrMatch[1]) + : 64; + const height = viewBoxHeight + ? viewBoxHeight + : heightAttrMatch + ? parseFloat(heightAttrMatch[1]) + : 64; + const innerMatch = badgeSvg.match(/]*>(.*)<\/svg>/s); + const innerSvg = innerMatch ? innerMatch[1] : badgeSvg; + const scale = cellSize / Math.max(width, height); + const col = index % columns; + const row = Math.floor(index / columns); + + return ` + + ${innerSvg} + `; + }) + .join(""); + + const gridSvg = ` + ${badgeGroups} +`; + + const filename = `${previewDir}/preview_badges_debug.svg`; + fs.writeFileSync(filename, gridSvg); + console.log(`✅ Badge preview saved to ${filename}`); +} + +main() + .then(() => process.exit(0)) + .catch((error) => { + console.error(error); + process.exit(1); + }); diff --git a/scripts/getAavegotchisForRF.ts b/scripts/getAavegotchisForRF.ts new file mode 100644 index 00000000..d020572f --- /dev/null +++ b/scripts/getAavegotchisForRF.ts @@ -0,0 +1,129 @@ +import { selectedGotchisQueryPerBlock } from "./raritySortHelpers"; + +//import { dataArgs } from "../data/airdrops/rarityfarming/szn5/rnd1"; +import request from "graphql-request"; +import { maticGraphUrl } from "./query/queryAavegotchis"; +import { baseGraphUrl } from "./query/queryAavegotchis"; + +import { rarityFarmingBlockNumbers } from "./rarityFarmingBlockNumbers"; +import { RarityFarmingData } from "../types"; + +export interface GotchiRoundData { + withSetsRarityScore1000: { + id: string; + withSetsRarityScore: string; + }[]; + + experience1000: { + id: string; + experience: string; + }[]; + + kinship1000: { + id: string; + kinship: string; + }[]; +} + +export function graphUrl(network: "matic" | "base") { + return network === "matic" ? maticGraphUrl : baseGraphUrl; +} + +async function getGotchisForARound( + blockNumber: string, + sznNumber: string, + round: string, + network: "matic" | "base" +) { + const query = selectedGotchisQueryPerBlock( + blockNumber, + await getGotchisFromData(sznNumber, round) + ); + + const queryResponse: GotchiRoundData = await request( + graphUrl(network), + query + ); + + return queryResponse; +} + +//returns top1000 in the form brs,kinship,xp +export async function getGotchisForASeason( + sznNumber: string, + network: "matic" | "base" +) { + const finalData: GotchiRoundData[] = []; + + //get index since data starts from szn5 + if (parseInt(sznNumber) < 5) { + throw new Error("Invalid season number, must be greater or equal to 5"); + } + const index = parseInt(sznNumber) - 5; + const seasonData = Object.values(rarityFarmingBlockNumbers)[index]; + //4 rounds + for (let i = 0; i < 4; i++) { + const blockNumber = Object.values(seasonData)[i]; + finalData.push( + await getGotchisForARound(blockNumber, sznNumber, `${i + 1}`, network) + ); + } + + return sortAndAverage(finalData); +} + +function sortAndAverage(finalData: GotchiRoundData[]) { + const calculateScores = (scoreMap: Map) => { + for (let [key, value] of scoreMap) { + scoreMap.set(key, Math.ceil(value / 4)); + } + const sortedScoreMap = new Map( + [...scoreMap.entries()].sort((a, b) => b[1] - a[1]) + ); + return Array.from(sortedScoreMap.keys()).map(Number); + }; + + const rarityMap = new Map(); + const experienceMap = new Map(); + const kinshipMap = new Map(); + + for (let i = 0; i < finalData.length; i++) { + for (let j = 0; j < finalData[i].withSetsRarityScore1000.length; j++) { + const gotchiId = finalData[i].withSetsRarityScore1000[j].id; + const score = parseInt( + finalData[i].withSetsRarityScore1000[j].withSetsRarityScore + ); + rarityMap.set(gotchiId, (rarityMap.get(gotchiId) || 0) + score); + } + for (let j = 0; j < finalData[i].experience1000.length; j++) { + const gotchiId = finalData[i].experience1000[j].id; + const score = parseInt(finalData[i].experience1000[j].experience); + experienceMap.set(gotchiId, (experienceMap.get(gotchiId) || 0) + score); + } + for (let j = 0; j < finalData[i].kinship1000.length; j++) { + const gotchiId = finalData[i].kinship1000[j].id; + const score = parseInt(finalData[i].kinship1000[j].kinship); + kinshipMap.set(gotchiId, (kinshipMap.get(gotchiId) || 0) + score); + } + } + + const top1000Rarity = calculateScores(rarityMap); + const top1000Experience = calculateScores(experienceMap); + const top1000Kinship = calculateScores(kinshipMap); + + return [top1000Rarity, top1000Kinship, top1000Experience]; +} + +export async function getGotchisFromData(szn: string, round: string) { + //fetch data from file + let dataArgs; + const file = `../data/airdrops/rarityfarming/szn${szn}/rnd${round}.ts`; + dataArgs = await import(file); + dataArgs = dataArgs.dataArgs as RarityFarmingData; + + return [ + dataArgs.rarityGotchis.slice(0, 1000), + dataArgs.xpGotchis.slice(0, 1000), + dataArgs.kinshipGotchis.slice(0, 1000), + ]; +} diff --git a/scripts/helperFunctions.ts b/scripts/helperFunctions.ts index 7fae4218..2c14bf78 100644 --- a/scripts/helperFunctions.ts +++ b/scripts/helperFunctions.ts @@ -197,63 +197,123 @@ export async function getDiamondSigner( } } -export interface rfRankingScore { - rfType: string; - gotchiId: string; - score: number; -} - -export async function getRfSznTypeRanking(rounds: string[][], _rfType: string) { - console.log("*** " + _rfType + " ***"); - const idsArray: number[] = []; - - let ranking = await setRfTypeObject(rounds[0], _rfType); +// export interface rfRankingScore { +// rfType: string; +// gotchiId: string; +// score: number; +// } + +// export async function getRfSznTypeRanking(rounds: string[][], _rfType: string) { +// console.log("*** " + _rfType + " ***"); +// const idsArray: number[] = []; + +// let ranking = await setRfTypeObject(rounds[0], _rfType); + +// for (let i = 1; i < rounds.length; i++) { +// ranking = await compareScoreArrays(ranking, rounds[i], _rfType); +// } + +// const finalRanking: rfRankingScore[] = ranking.sort((a, b) => { +// if (a.score > b.score) { +// return 1; +// } else if (a.score < b.score) { +// return -1; +// } else { +// return 0; +// } +// }); +// // console.log(_rfType + " : " + finalRanking); +// for (let x = 0; x < finalRanking.length; x++) { +// idsArray.push(Number(finalRanking[x].gotchiId)); +// } +// return idsArray; +// } + +// export async function setRfTypeObject(rnd: string[], _rfType: string) { +// const ranking = []; + +// for (let i = 0; i < rnd.length; i++) { +// let score: rfRankingScore = { +// rfType: _rfType, +// gotchiId: rnd[i], +// score: i, +// }; +// ranking.push(score); +// } +// return ranking; +// } + +// export async function compareScoreArrays( +// arr1: rfRankingScore[], +// arr2: string[], +// _rfType: string +// ) { +// for (let i = 0; i < arr1.length; i++) { +// if (arr2.includes(arr1[i].gotchiId)) { +// arr1[i].score += arr2.indexOf(arr1[i].gotchiId); +// } +// } +// return arr1; +// } + +export function rankIds(arrays: string[][], tiebreaker: number[]): string[] { + let rankings: string[] = []; + let assigned: { [key: string]: boolean } = {}; + let pending: string[] = []; + + for (let i = 0; i < arrays[0].length; i++) { + let counts: { [key: string]: number } = {}; + + // Count the frequency of each ID at this index + arrays.forEach((array) => { + let id = array[i]; + counts[id] = (counts[id] || 0) + 1; + }); - for (let i = 1; i < rounds.length; i++) { - ranking = await compareScoreArrays(ranking, rounds[i], _rfType); - } + // Sort the IDs based on frequency and tiebreaker ranking + let sortedIds = Object.keys(counts).sort((a, b) => { + if (counts[b] - counts[a] !== 0) { + return counts[b] - counts[a]; + } else { + return tiebreaker.indexOf(Number(a)) - tiebreaker.indexOf(Number(b)); + } + }); - const finalRanking: rfRankingScore[] = ranking.sort((a, b) => { - if (a.score > b.score) { - return 1; - } else if (a.score < b.score) { - return -1; + // Check if there are any pending IDs with a higher frequency at this index + let pendingId = pending.find((id) => counts[id] > counts[sortedIds[0]]); + if (pendingId) { + rankings[i] = pendingId; + assigned[pendingId] = true; + pending = pending.filter((id) => id !== pendingId); } else { - return 0; + // Assign the highest ranked ID to this index, if it hasn't been assigned yet + for (let id of sortedIds) { + if (!assigned[id]) { + rankings[i] = id; + assigned[id] = true; + break; + } + } } - }); - // console.log(_rfType + " : " + finalRanking); - for (let x = 0; x < finalRanking.length; x++) { - idsArray.push(Number(finalRanking[x].gotchiId)); - } - return idsArray; -} - -export async function setRfTypeObject(rnd: string[], _rfType: string) { - const ranking = []; - for (let i = 0; i < rnd.length; i++) { - let score: rfRankingScore = { - rfType: _rfType, - gotchiId: rnd[i], - score: i, - }; - ranking.push(score); + // Add the remaining IDs to the pending list + pending = pending.concat(sortedIds.filter((id) => !assigned[id])); } - return ranking; -} -export async function compareScoreArrays( - arr1: rfRankingScore[], - arr2: string[], - _rfType: string -) { - for (let i = 0; i < arr1.length; i++) { - if (arr2.includes(arr1[i].gotchiId)) { - arr1[i].score += arr2.indexOf(arr1[i].gotchiId); + // Fill any remaining indices with the remaining IDs in the tiebreaker order + for (let i = 0; i < arrays[0].length; i++) { + if (!rankings[i]) { + for (let id of tiebreaker) { + if (!assigned[id]) { + rankings[i] = String(id); + assigned[id] = true; + break; + } + } } } - return arr1; + console.log(rankings); + return rankings; } export async function getPlaayersIds(round: string[][]) { diff --git a/scripts/newWearableChecklist.ts b/scripts/newWearableChecklist.ts index 678629c2..adf8b11f 100644 --- a/scripts/newWearableChecklist.ts +++ b/scripts/newWearableChecklist.ts @@ -8,6 +8,8 @@ import { getRelayerSigner } from "./helperFunctions"; import * as readline from "readline"; import * as fs from "fs"; import { mine } from "@nomicfoundation/hardhat-network-helpers"; +import { allBadges } from "../svgs/BadgeData"; +import { badge as getBadgeSvg } from "../svgs/allBadges"; function askQuestion(query: string): Promise { const rl = readline.createInterface({ @@ -102,8 +104,8 @@ async function verifySvgsOnchain( signer ); - // Check all wearable side views: front, left, right, back - const sideViews = [ + // For wearables we check 4 views; for badges, only front (wearables) + const wearableSideViews = [ { name: "front", category: "wearables" }, { name: "left", category: "wearables-left" }, { name: "right", category: "wearables-right" }, @@ -113,7 +115,12 @@ async function verifySvgsOnchain( for (const itemId of itemIds) { let itemVerified = true; - for (const sideView of sideViews) { + const isBadge = allBadges.includes(itemId); + const sideViewsToCheck = isBadge + ? [{ name: "front", category: "wearables" }] + : wearableSideViews; + + for (const sideView of sideViewsToCheck) { try { const svg = await svgFacet.getSvg( hre.ethers.utils.formatBytes32String(sideView.category), @@ -360,7 +367,7 @@ async function verifyItemBalances( return { verified, missing }; } -async function generateWearablePreviews( +export async function generateWearablePreviews( itemIds: number[], hre: any ): Promise { @@ -394,9 +401,13 @@ async function generateWearablePreviews( // Neutral traits for clean preview const numericTraits = [50, 50, 50, 50, 50, 50]; + const badgeIdsForPreview: number[] = []; + for (const itemId of itemIds) { try { const itemType = itemTypes[itemId]; + const isBadge = allBadges.includes(itemId); + if (!itemType) { console.log( `⚠️ Item ${itemId} not found in itemTypes, skipping preview` @@ -404,67 +415,92 @@ async function generateWearablePreviews( continue; } - // Create equipped wearables array with only this item equipped - const equippedWearables = [ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, - ]; // All slots empty - - // Determine which slot this wearable goes in - const slotPosition = getSlotPosition(itemType.slotPositions); - if (slotPosition !== -1) { - equippedWearables[slotPosition] = itemId; - } else { - console.log( - `⚠️ Unknown slot position '${itemType.slotPositions}' for item ${itemId}, skipping preview` - ); + if (isBadge) { + badgeIdsForPreview.push(itemId); continue; } console.log( - `🎨 Generating 4-view preview for item ${itemId} (${itemType.name}) in slot ${slotPosition}...` + `⏭️ Skipping wearable preview generation for item ${itemId} (${itemType.name})` ); - - // Generate all 4 side view SVGs: [front, left, right, back] - const sideViewSvgs = await svgViewsFacet.previewSideAavegotchi( - hauntId, - collateralType, - numericTraits, - equippedWearables - ); - - // Stitch the 4 views together in a 2x2 grid - const stitchedSvg = createFourViewPreview( - sideViewSvgs, - itemId, - itemType.name - ); - - // Write to preview file - const filename = `${previewDir}/preview_${itemId}.svg`; - fs.writeFileSync(filename, stitchedSvg); - console.log(`✅ 4-view preview saved to ${filename}`); } catch (error) { console.log( `❌ Failed to generate preview for item ${itemId}: ${error}` ); } } + + if (badgeIdsForPreview.length > 0) { + console.log( + `🎖️ Generating badge preview grid for IDs: ${badgeIdsForPreview.join( + ", " + )}` + ); + + const chunkSize = 16; + for (let i = 0; i < badgeIdsForPreview.length; i += chunkSize) { + const chunk = badgeIdsForPreview.slice(i, i + chunkSize); + const badgeGridSvg = createBadgeGridPreview(chunk); + const filename = `${previewDir}/preview_badges_${ + Math.floor(i / chunkSize) + 1 + }.svg`; + fs.writeFileSync(filename, badgeGridSvg); + console.log(`✅ Badge grid preview saved to ${filename}`); + } + } } catch (error) { console.log("⚠️ Could not generate previews (this is normal for dry runs)"); } } +function extractInnerSvg(svgString: string): string { + const match = svgString.match(/]*>(.*)<\/svg>/s); + return match ? match[1] : svgString; +} + +function parseBadgeSvg(badgeSvg: string): { + innerSvg: string; + width: number; + height: number; + translateX: number; + translateY: number; +} { + const viewBoxMatch = badgeSvg.match( + /viewBox="([\d.+-]+)\s+([\d.+-]+)\s+([\d.+-]+)\s+([\d.+-]+)"/ + ); + const widthAttrMatch = badgeSvg.match(/width="([\d.+-]+)(?:px)?"/i); + const heightAttrMatch = badgeSvg.match(/height="([\d.+-]+)(?:px)?"/i); + + const viewBoxX = viewBoxMatch ? parseFloat(viewBoxMatch[1]) : 0; + const viewBoxY = viewBoxMatch ? parseFloat(viewBoxMatch[2]) : 0; + const viewBoxWidth = viewBoxMatch ? parseFloat(viewBoxMatch[3]) : undefined; + const viewBoxHeight = viewBoxMatch ? parseFloat(viewBoxMatch[4]) : undefined; + + const width = viewBoxWidth + ? viewBoxWidth + : widthAttrMatch + ? parseFloat(widthAttrMatch[1]) + : 64; + const height = viewBoxHeight + ? viewBoxHeight + : heightAttrMatch + ? parseFloat(heightAttrMatch[1]) + : 64; + const innerSvg = extractInnerSvg(badgeSvg); + return { + innerSvg, + width, + height, + translateX: viewBoxX, + translateY: viewBoxY, + }; +} + function createFourViewPreview( sideViewSvgs: string[], itemId: number, itemName: string ): string { - // Extract the inner SVG content (remove the outer wrapper from each view) - const extractInnerSvg = (svgString: string): string => { - const match = svgString.match(/]*>(.*)<\/svg>/s); - return match ? match[1] : svgString; - }; - const frontSvg = extractInnerSvg(sideViewSvgs[0]); const leftSvg = extractInnerSvg(sideViewSvgs[1]); const rightSvg = extractInnerSvg(sideViewSvgs[2]); @@ -504,6 +540,43 @@ function createFourViewPreview( return stitchedSvg; } +function createBadgeGridPreview(badgeIds: number[]): string { + const columns = 4; + const cellSize = 80; + const rows = Math.ceil(badgeIds.length / columns) || 1; + + const badgeGroups = badgeIds + .map((badgeId, index) => { + const badgeSvg = getBadgeSvg(badgeId); + if (!badgeSvg) { + console.log(`⚠️ Missing badge SVG for ID: ${badgeId}`); + return ""; + } + + const { innerSvg, width, height, translateX, translateY } = + parseBadgeSvg(badgeSvg); + const col = index % columns; + const row = Math.floor(index / columns); + const scale = cellSize / Math.max(width, height); + + return ` + + ${innerSvg} + `; + }) + .join(""); + + return ` + ${badgeGroups} +`; +} + function getSlotPosition(slotPositions: string): number { // Map slot names to slot indices based on LibItems constants const slotMap: { [key: string]: number } = { @@ -637,24 +710,51 @@ export async function confirmChecklist( return false; } - // Validate SVG files exist - console.log("🔍 Validating wearable SVG files exist..."); - const expectedWearableFiles = getExpectedWearableFilenames(itemIds); - const svgValidation = validateSvgFiles(expectedWearableFiles); + // Validate SVG files exist (wearables vs badges) + const badgeIds = itemIds.filter((id) => allBadges.includes(id)); + const wearableIds = itemIds.filter((id) => !allBadges.includes(id)); + + if (wearableIds.length > 0) { + console.log("🔍 Validating wearable SVG files exist..."); + const expectedWearableFiles = getExpectedWearableFilenames(wearableIds); + const svgValidation = validateSvgFiles(expectedWearableFiles); + + if (svgValidation.missing.length > 0) { + console.log(`❌ Missing wearable SVG files:`); + svgValidation.missing.forEach((file) => console.log(` - ${file}`)); + console.log( + `\nPlease add these SVG files to ./svgs/svgItems/ before proceeding.` + ); + return false; + } - if (svgValidation.missing.length > 0) { - console.log(`❌ Missing wearable SVG files:`); - svgValidation.missing.forEach((file) => console.log(` - ${file}`)); console.log( - `\nPlease add these SVG files to ./svgs/svgItems/ before proceeding.` + `✅ All wearable SVG files found (${svgValidation.found.length} files):` ); - return false; + svgValidation.found.forEach((file) => console.log(` ✓ ${file}`)); + } else { + console.log("ℹ️ No wearable SVGs to validate."); } - console.log( - `✅ All wearable SVG files found (${svgValidation.found.length} files):` - ); - svgValidation.found.forEach((file) => console.log(` ✓ ${file}`)); + if (badgeIds.length > 0) { + console.log("🔍 Validating badge SVG files exist..."); + const missingBadges: number[] = []; + for (const id of badgeIds) { + const svg = getBadgeSvg(id); + if (!svg || svg.length === 0) { + missingBadges.push(id); + } + } + if (missingBadges.length > 0) { + console.log( + `❌ Missing badge SVGs for IDs: ${missingBadges.join( + ", " + )}. Ensure SVG files exist in the appropriate svgs/* folders.` + ); + return false; + } + console.log(`✅ All badge SVGs resolved for IDs: ${badgeIds.join(", ")}`); + } // Step 4: Conditionally ask about sleeves if needed if (bodyWearablesWithSleeves.length > 0) { diff --git a/scripts/query/queryAavegotchis.ts b/scripts/query/queryAavegotchis.ts index 61e20a66..eea93af0 100644 --- a/scripts/query/queryAavegotchis.ts +++ b/scripts/query/queryAavegotchis.ts @@ -1,13 +1,12 @@ import { request } from "graphql-request"; import { HardhatRuntimeEnvironment } from "hardhat/types"; import { GotchisOwned, LendedGotchis, UserGotchisOwned } from "../../types"; +import { graphUrl } from "../getAavegotchisForRF"; export const maticGraphUrl: string = process.env.SUBGRAPH_CORE_MATIC as string; export const baseGraphUrl: string = process.env.SUBGRAPH_CORE_BASE as string; -export const blockllamaUrl: string = "https://coins.llama.fi/block/polygon"; - interface Gotchi { id: string; } @@ -32,7 +31,8 @@ export function getUsersWithGotchisOfAddresses( addresses: string[], blockNumber: number, index: Number = 0, - useBlockNumber: boolean + useBlockNumber: boolean, + network: "matic" | "base" ): Promise { let addressesString = addresses.map((e) => `"${e}"`).join(","); let query = useBlockNumber @@ -107,7 +107,7 @@ export function getUsersWithGotchisOfAddresses( } }}`; - return request(maticGraphUrl, query); + return request(graphUrl(network), query); } function removeEmpty(userGotchisOwned: UserGotchisOwned[]): UserGotchisOwned[] { @@ -466,7 +466,8 @@ export async function getPolygonAndMainnetGotchis( addresses: string[], blockTag: number, hre: HardhatRuntimeEnvironment, - useBlockNumber: boolean + useBlockNumber: boolean, + network: "matic" | "base" ) { //Queries //Aavegotchis in ATTENDEE's wallet @@ -490,7 +491,8 @@ export async function getPolygonAndMainnetGotchis( addresses, blockTag, index, - useBlockNumber + useBlockNumber, + network ); index += 1000; diff --git a/scripts/rarityFarmingBlockNumbers.ts b/scripts/rarityFarmingBlockNumbers.ts new file mode 100644 index 00000000..c2124d9a --- /dev/null +++ b/scripts/rarityFarmingBlockNumbers.ts @@ -0,0 +1,38 @@ +export const rarityFarmingBlockNumbers = { + szn5: { + rnd1: "39284410", + rnd2: "39807200", + rnd3: "40338030", + rnd4: "40864665", + }, + szn6: { + rnd1: "44479233", + rnd2: "45031293", + rnd3: "45581955", + rnd4: "46139600", + }, + szn7: { + rnd1: "49935600", + rnd2: "50494489", + rnd3: "51047500", + rnd4: "51580651", + }, + szn8: { + rnd1: "55253790", + rnd2: "55777712", + rnd3: "56315278", + rnd4: "56845067", + }, + szn9: { + rnd1: "60983872", + rnd2: "61536077", + rnd3: "62099103", + rnd4: "62665467", + }, + szn10: { + rnd1: "66930990", + rnd2: "67490569", + rnd3: "68036190", + rnd4: "68598650", + }, +}; diff --git a/scripts/raritySortHelpers.ts b/scripts/raritySortHelpers.ts index 85b4e6d2..57dbb0c0 100644 --- a/scripts/raritySortHelpers.ts +++ b/scripts/raritySortHelpers.ts @@ -90,6 +90,33 @@ export function confirmCorrectness( return j; } +export function selectedGotchisQueryPerBlock( + blockNumber: string, + gotchiIds: string[][] +) { + const reqs: string[] = []; + const categories = ["withSetsRarityScore", "experience", "kinship"]; + + for (let i = 0; i < categories.length; i++) { + reqs.push(` +${categories[i]}1000: + aavegotchis + (block:{number: ${blockNumber}} + first:1000, + where: { + gotchiId_in: [${gotchiIds[i]}] + } + ) { + id + ${categories[i]} + }`); + } + + return `{ + ${reqs.join("")} + }`; +} + export interface SacrificedGotchi { id: string; } diff --git a/scripts/taskScripts/addAndMintBaseBackgroundsToPC.ts b/scripts/taskScripts/addAndMintBaseBackgroundsToPC.ts index f51b9d8d..61867e5a 100644 --- a/scripts/taskScripts/addAndMintBaseBackgroundsToPC.ts +++ b/scripts/taskScripts/addAndMintBaseBackgroundsToPC.ts @@ -4,7 +4,7 @@ import { varsForNetwork } from "../../helpers/constants"; import { ethers } from "hardhat"; import { PC_WALLET } from "../geistBridge/paths"; -async function addAndMintBaseBackgroundsToPC() { +export async function addAndMintBaseBackgroundsToPC() { const itemIdsArray = [421, 422, 423, 424, 425, 426]; const itemIds = itemIdsArray.join(","); @@ -23,11 +23,13 @@ async function addAndMintBaseBackgroundsToPC() { await run("addAndMintBaseWearables", args); } -addAndMintBaseBackgroundsToPC() - .then(() => process.exit(0)) - .catch((error) => { - console.error(error); - process.exit(1); - }); +if (require.main === module) { + addAndMintBaseBackgroundsToPC() + .then(() => process.exit(0)) + .catch((error) => { + console.error(error); + process.exit(1); + }); +} exports.addAndMintBaseBackgroundsToPC = addAndMintBaseBackgroundsToPC; diff --git a/scripts/upgrades/base/upgrade-fixAllOldEscrows.ts b/scripts/upgrades/base/upgrade-fixAllOldEscrows.ts index 68269a18..f93a736b 100644 --- a/scripts/upgrades/base/upgrade-fixAllOldEscrows.ts +++ b/scripts/upgrades/base/upgrade-fixAllOldEscrows.ts @@ -1,4 +1,4 @@ -import { ethers, run } from "hardhat"; +import { ethers, network, run } from "hardhat"; import { convertFacetAndSelectorsToString, DeployUpgradeTaskArgs, @@ -7,6 +7,11 @@ import { import { varsForNetwork } from "../../../helpers/constants"; import { PC_WALLET } from "../../geistBridge/paths"; +import { + baseRelayerAddress, + getRelayerSigner, + impersonate, +} from "../../helperFunctions"; export async function upgrade() { console.log("Deploying fix all old escrows"); @@ -15,7 +20,7 @@ export async function upgrade() { { facetName: "EscrowFacet", addSelectors: [ - "function fixOldLendingsAndSettleAlchemica(uint256[] calldata _lendingIds,address[] calldata _oldEscrows,address[] calldata _alchemicaAddresses ) external", + "function fixOldLendingsAndSettleAlchemica(uint256[] calldata _lendingIds,address[] calldata _alchemicaAddresses) external", ], removeSelectors: [], }, @@ -33,6 +38,46 @@ export async function upgrade() { }; await run("deployUpgrade", args1); + + //@ts-ignore + //fix and settle all lendings without revenue tokens + const signer = await getRelayerSigner(hre); + let escrowFacet = await ethers.getContractAt( + "EscrowFacet", + c.aavegotchiDiamond!, + signer + ); + + const testing = ["hardhat", "localhost"].includes(network.name); + if (testing) { + escrowFacet = await impersonate( + baseRelayerAddress, + escrowFacet, + ethers, + network + ); + } + + //from id 1 to 418 + const allIds = Array.from({ length: 418 }, (_, i) => i + 1); + const revenueTokens = [c.fud!, c.fomo!, c.alpha!, c.kek!]; + + //batches of 50 + for (let i = 0; i < allIds.length; i += 50) { + const batch = allIds.slice(i, i + 50); + const tx = await escrowFacet.fixOldLendingsAndSettleAlchemica( + batch, + revenueTokens + ); + + const tx2 = await tx.wait(); + + console.log( + `Fixed batch ${i / 50 + 1} of ${Math.ceil( + allIds.length / 50 + )} gas used ${tx2.gasUsed.toString()}` + ); + } } if (require.main === module) { diff --git a/svgs/BadgeData.ts b/svgs/BadgeData.ts index 5ddcfe03..17606e2e 100644 --- a/svgs/BadgeData.ts +++ b/svgs/BadgeData.ts @@ -163,6 +163,121 @@ export const szn5BadgeIds = [ 403, ]; +export const szn6BadgeSvgs = [ + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-RARITY", + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-KINSHIP", + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-XP", + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-RARITY", + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-KINSHIP", + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-XP", + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-RARITY", + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-KINSHIP", + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-XP", + "Aavegotchi-RF-SZN6-Baadge-TOP-RAANKED-PLAAYER", + "Aavegotchi-RF-SZN6-Baadge-TOP-10-RARITY", + "Aavegotchi-RF-SZN6-Baadge-TOP-10-KINSHIP", + "Aavegotchi-RF-SZN6-Baadge-TOP-10-XP", + "Aavegotchi-RF-SZN6-Baadge-TOP-100-RARITY", + "Aavegotchi-RF-SZN6-Baadge-TOP-100-KINSHIP", + "Aavegotchi-RF-SZN6-Baadge-TOP-100-XP", +]; +export const szn6BadgeIds = [ + 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, + 442, +]; + +export const szn7BadgeSvgs = [ + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-RARITY", + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-KINSHIP", + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-XP", + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-RARITY", + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-KINSHIP", + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-XP", + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-RARITY", + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-KINSHIP", + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-XP", + "Aavegotchi-RF-SZN7-Baadge-TOP-RAANKED-PLAAYER", + "Aavegotchi-RF-SZN7-Baadge-TOP-10-RARITY", + "Aavegotchi-RF-SZN7-Baadge-TOP-10-KINSHIP", + "Aavegotchi-RF-SZN7-Baadge-TOP-10-XP", + "Aavegotchi-RF-SZN7-Baadge-TOP-100-RARITY", + "Aavegotchi-RF-SZN7-Baadge-TOP-100-KINSHIP", + "Aavegotchi-RF-SZN7-Baadge-TOP-100-XP", +]; +export const szn7BadgeIds = [ + 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, + 458, +]; + +export const szn8BadgeSvgs = [ + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-RARITY", + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-KINSHIP", + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-XP", + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-RARITY", + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-KINSHIP", + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-XP", + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-RARITY", + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-KINSHIP", + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-XP", + "Aavegotchi-RF-SZN8-Baadge-TOP-RAANKED-PLAAYER", + "Aavegotchi-RF-SZN8-Baadge-TOP-10-RARITY", + "Aavegotchi-RF-SZN8-Baadge-TOP-10-KINSHIP", + "Aavegotchi-RF-SZN8-Baadge-TOP-10-XP", + "Aavegotchi-RF-SZN8-Baadge-TOP-100-RARITY", + "Aavegotchi-RF-SZN8-Baadge-TOP-100-KINSHIP", + "Aavegotchi-RF-SZN8-Baadge-TOP-100-XP", +]; +export const szn8BadgeIds = [ + 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, + 474, +]; + +export const szn9BadgeSvgs = [ + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-RARITY", + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-KINSHIP", + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-XP", + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-RARITY", + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-KINSHIP", + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-XP", + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-RARITY", + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-KINSHIP", + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-XP", + "Aavegotchi-RF-SZN9-Baadge-TOP-RAANKED-PLAAYER", + "Aavegotchi-RF-SZN9-Baadge-TOP-10-RARITY", + "Aavegotchi-RF-SZN9-Baadge-TOP-10-KINSHIP", + "Aavegotchi-RF-SZN9-Baadge-TOP-10-XP", + "Aavegotchi-RF-SZN9-Baadge-TOP-100-RARITY", + "Aavegotchi-RF-SZN9-Baadge-TOP-100-KINSHIP", + "Aavegotchi-RF-SZN9-Baadge-TOP-100-XP", +]; +export const szn9BadgeIds = [ + 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, + 490, +]; + +export const szn10BadgeSvgs = [ + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-RARITY", + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-KINSHIP", + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-XP", + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-RARITY", + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-KINSHIP", + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-XP", + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-RARITY", + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-KINSHIP", + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-XP", + "Aavegotchi-RF-SZN10-Baadge-TOP-RAANKED-PLAAYER", + "Aavegotchi-RF-SZN10-Baadge-TOP-10-RARITY", + "Aavegotchi-RF-SZN10-Baadge-TOP-10-KINSHIP", + "Aavegotchi-RF-SZN10-Baadge-TOP-10-XP", + "Aavegotchi-RF-SZN10-Baadge-TOP-100-RARITY", + "Aavegotchi-RF-SZN10-Baadge-TOP-100-KINSHIP", + "Aavegotchi-RF-SZN10-Baadge-TOP-100-XP", +]; +export const szn10BadgeIds = [ + 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, + 506, +]; + export const allBadges: number[] = [ ...szn1BadgeIds, ...coindeskConsensus, @@ -174,4 +289,9 @@ export const allBadges: number[] = [ ...tooorkeyBadgeIds, ...szn4BadgeIds, ...szn5BadgeIds, + ...szn6BadgeIds, + ...szn7BadgeIds, + ...szn8BadgeIds, + ...szn9BadgeIds, + ...szn10BadgeIds, ]; diff --git a/svgs/allBadges.ts b/svgs/allBadges.ts index 4181edda..b1af58ae 100644 --- a/svgs/allBadges.ts +++ b/svgs/allBadges.ts @@ -16,6 +16,16 @@ import { szn4BadgeSvgs, szn5BadgeIds, szn5BadgeSvgs, + szn6BadgeIds, + szn6BadgeSvgs, + szn7BadgeIds, + szn7BadgeSvgs, + szn8BadgeIds, + szn8BadgeSvgs, + szn9BadgeIds, + szn9BadgeSvgs, + szn10BadgeIds, + szn10BadgeSvgs, tooorkeyBadgeIds, tooorkeyBadgeSvgs, uniclyBaadgeId, @@ -42,6 +52,11 @@ export function badge(id: number) { readBadgesBatch("sZN3Baadges", szn3BadgeSvgs, szn3BadgeIds); readBadgesBatch("sZN4Baadges", szn4BadgeSvgs, szn4BadgeIds); readBadgesBatch("sZN5Baadges", szn5BadgeSvgs, szn5BadgeIds); + readBadgesBatch("sZN6Baadges", szn6BadgeSvgs, szn6BadgeIds); + readBadgesBatch("sZN7Baadges", szn7BadgeSvgs, szn7BadgeIds); + readBadgesBatch("sZN8Baadges", szn8BadgeSvgs, szn8BadgeIds); + readBadgesBatch("sZN9Baadges", szn9BadgeSvgs, szn9BadgeIds); + readBadgesBatch("sZN10Baadges", szn10BadgeSvgs, szn10BadgeIds); //import and add new badges here const svg = BaadgeSvgMap.get(id); diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-KINSHIP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-KINSHIP.svg new file mode 100644 index 00000000..af5edde2 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-KINSHIP.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-RARITY.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-RARITY.svg new file mode 100644 index 00000000..72726098 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-RARITY.svg @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-XP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-XP.svg new file mode 100644 index 00000000..4fda52bc --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-10-XP.svg @@ -0,0 +1,138 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-KINSHIP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-KINSHIP.svg new file mode 100644 index 00000000..b23d3154 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-KINSHIP.svg @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-RARITY.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-RARITY.svg new file mode 100644 index 00000000..0e0c75f9 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-RARITY.svg @@ -0,0 +1,143 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-XP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-XP.svg new file mode 100644 index 00000000..e139ac24 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-100-XP.svg @@ -0,0 +1,139 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-RAANKED-PLAAYER.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-RAANKED-PLAAYER.svg new file mode 100644 index 00000000..c1a7b35f --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Baadge-TOP-RAANKED-PLAAYER.svg @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-KINSHIP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-KINSHIP.svg new file mode 100644 index 00000000..f1da072d --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-KINSHIP.svg @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-RARITY.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-RARITY.svg new file mode 100644 index 00000000..01a1ae29 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-RARITY.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-XP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-XP.svg new file mode 100644 index 00000000..f85282a4 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-XP.svg @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-KINSHIP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-KINSHIP.svg new file mode 100644 index 00000000..5ea16bc5 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-KINSHIP.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-RARITY.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-RARITY.svg new file mode 100644 index 00000000..8194dd14 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-RARITY.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-XP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-XP.svg new file mode 100644 index 00000000..fdfba70e --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-XP.svg @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-KINSHIP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-KINSHIP.svg new file mode 100644 index 00000000..29d6b30d --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-KINSHIP.svg @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-RARITY.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-RARITY.svg new file mode 100644 index 00000000..cef88ef8 --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-RARITY.svg @@ -0,0 +1,158 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-XP.svg b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-XP.svg new file mode 100644 index 00000000..adbf6d1e --- /dev/null +++ b/svgs/sZN10Baadges/Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-XP.svg @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-KINSHIP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-KINSHIP.svg new file mode 100644 index 00000000..6762e2ce --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-RARITY.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-RARITY.svg new file mode 100644 index 00000000..401430f9 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-XP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-XP.svg new file mode 100644 index 00000000..fb15d270 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-10-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-KINSHIP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-KINSHIP.svg new file mode 100644 index 00000000..087848ac --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-RARITY.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-RARITY.svg new file mode 100644 index 00000000..985ce959 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-XP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-XP.svg new file mode 100644 index 00000000..335729d3 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-100-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-RAANKED-PLAAYER.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-RAANKED-PLAAYER.svg new file mode 100644 index 00000000..6ac79553 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Baadge-TOP-RAANKED-PLAAYER.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-KINSHIP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-KINSHIP.svg new file mode 100644 index 00000000..95db458e --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-RARITY.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-RARITY.svg new file mode 100644 index 00000000..370b8b36 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-XP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-XP.svg new file mode 100644 index 00000000..bbb83b9c --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-KINSHIP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-KINSHIP.svg new file mode 100644 index 00000000..0a9c94c8 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-RARITY.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-RARITY.svg new file mode 100644 index 00000000..de34653c --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-XP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-XP.svg new file mode 100644 index 00000000..fa733568 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-KINSHIP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-KINSHIP.svg new file mode 100644 index 00000000..68bc624e --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-RARITY.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-RARITY.svg new file mode 100644 index 00000000..47e1db34 --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-XP.svg b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-XP.svg new file mode 100644 index 00000000..50ca8cbd --- /dev/null +++ b/svgs/sZN6Baadges/Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-KINSHIP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-KINSHIP.svg new file mode 100644 index 00000000..6ebe98e6 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-RARITY.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-RARITY.svg new file mode 100644 index 00000000..88531e05 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-XP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-XP.svg new file mode 100644 index 00000000..105a0713 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-10-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-KINSHIP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-KINSHIP.svg new file mode 100644 index 00000000..0b92a0a6 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-RARITY.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-RARITY.svg new file mode 100644 index 00000000..0632b618 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-XP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-XP.svg new file mode 100644 index 00000000..fea4ce56 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-100-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-RAANKED-PLAAYER.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-RAANKED-PLAAYER.svg new file mode 100644 index 00000000..6fc85319 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Baadge-TOP-RAANKED-PLAAYER.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-KINSHIP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-KINSHIP.svg new file mode 100644 index 00000000..86a627d6 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-RARITY.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-RARITY.svg new file mode 100644 index 00000000..9ce86209 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-XP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-XP.svg new file mode 100644 index 00000000..6e669c1c --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-KINSHIP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-KINSHIP.svg new file mode 100644 index 00000000..55949fc4 --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-RARITY.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-RARITY.svg new file mode 100644 index 00000000..459c36ef --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-XP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-XP.svg new file mode 100644 index 00000000..47a1494b --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-KINSHIP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-KINSHIP.svg new file mode 100644 index 00000000..856cdb9e --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-RARITY.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-RARITY.svg new file mode 100644 index 00000000..bbb2af4d --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-XP.svg b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-XP.svg new file mode 100644 index 00000000..eae4fddf --- /dev/null +++ b/svgs/sZN7Baadges/Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-KINSHIP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-KINSHIP.svg new file mode 100644 index 00000000..1ceb63c6 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-RARITY.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-RARITY.svg new file mode 100644 index 00000000..7d31c610 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-XP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-XP.svg new file mode 100644 index 00000000..e68d5f8d --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-10-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-KINSHIP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-KINSHIP.svg new file mode 100644 index 00000000..6990c36f --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-RARITY.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-RARITY.svg new file mode 100644 index 00000000..8f39f327 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-XP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-XP.svg new file mode 100644 index 00000000..d4ab776f --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-100-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-RAANKED-PLAAYER.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-RAANKED-PLAAYER.svg new file mode 100644 index 00000000..e0e3c567 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Baadge-TOP-RAANKED-PLAAYER.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-KINSHIP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-KINSHIP.svg new file mode 100644 index 00000000..b47d8a1d --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-RARITY.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-RARITY.svg new file mode 100644 index 00000000..40f48be8 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-XP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-XP.svg new file mode 100644 index 00000000..c9c6d652 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-KINSHIP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-KINSHIP.svg new file mode 100644 index 00000000..6a3cfde7 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-RARITY.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-RARITY.svg new file mode 100644 index 00000000..db2775be --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-XP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-XP.svg new file mode 100644 index 00000000..33ec22d6 --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-KINSHIP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-KINSHIP.svg new file mode 100644 index 00000000..fae10bad --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-RARITY.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-RARITY.svg new file mode 100644 index 00000000..86dd377a --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-XP.svg b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-XP.svg new file mode 100644 index 00000000..46ab115c --- /dev/null +++ b/svgs/sZN8Baadges/Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-KINSHIP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-KINSHIP.svg new file mode 100644 index 00000000..1b99bb61 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-RARITY.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-RARITY.svg new file mode 100644 index 00000000..659f9841 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-XP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-XP.svg new file mode 100644 index 00000000..5cc338e9 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-10-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-KINSHIP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-KINSHIP.svg new file mode 100644 index 00000000..0de00eae --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-RARITY.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-RARITY.svg new file mode 100644 index 00000000..f700ba07 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-XP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-XP.svg new file mode 100644 index 00000000..76241c7a --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-100-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-RAANKED-PLAAYER.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-RAANKED-PLAAYER.svg new file mode 100644 index 00000000..12504b00 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Baadge-TOP-RAANKED-PLAAYER.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-KINSHIP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-KINSHIP.svg new file mode 100644 index 00000000..a089745a --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-RARITY.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-RARITY.svg new file mode 100644 index 00000000..15e530d2 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-XP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-XP.svg new file mode 100644 index 00000000..64aed7a5 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-KINSHIP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-KINSHIP.svg new file mode 100644 index 00000000..c108c527 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-RARITY.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-RARITY.svg new file mode 100644 index 00000000..02841115 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-XP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-XP.svg new file mode 100644 index 00000000..9c058e46 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-KINSHIP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-KINSHIP.svg new file mode 100644 index 00000000..288d4b06 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-KINSHIP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-RARITY.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-RARITY.svg new file mode 100644 index 00000000..be6c720c --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-RARITY.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-XP.svg b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-XP.svg new file mode 100644 index 00000000..ed701912 --- /dev/null +++ b/svgs/sZN9Baadges/Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-XP.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/svgs/wearables-sides.ts b/svgs/wearables-sides.ts index 53adb90b..568da784 100644 --- a/svgs/wearables-sides.ts +++ b/svgs/wearables-sides.ts @@ -790,6 +790,91 @@ export const wearablesRightSvgsOld = [ wearable("424_OGFarmerBGRight"), wearable("425_OGVaporwaveBGRight"), wearable("426_OGWizardBGRight"), + //szn6 badges + "427_badge", + "428_badge", + "429_badge", + "430_badge", + "431_badge", + "432_badge", + "433_badge", + "434_badge", + "435_badge", + "436_badge", + "437_badge", + "438_badge", + "439_badge", + "440_badge", + "441_badge", + "442_badge", + //szn7 badges + "443_badge", + "444_badge", + "445_badge", + "446_badge", + "447_badge", + "448_badge", + "449_badge", + "450_badge", + "451_badge", + "452_badge", + "453_badge", + "454_badge", + "455_badge", + "456_badge", + "457_badge", + "458_badge", + //szn8 badges + "459_badge", + "460_badge", + "461_badge", + "462_badge", + "463_badge", + "464_badge", + "465_badge", + "466_badge", + "467_badge", + "468_badge", + "469_badge", + "470_badge", + "471_badge", + "472_badge", + "473_badge", + "474_badge", + //szn9 badges + "475_badge", + "476_badge", + "477_badge", + "478_badge", + "479_badge", + "480_badge", + "481_badge", + "482_badge", + "483_badge", + "484_badge", + "485_badge", + "486_badge", + "487_badge", + "488_badge", + "489_badge", + "490_badge", + //szn10 badges + "491_badge", + "492_badge", + "493_badge", + "494_badge", + "495_badge", + "496_badge", + "497_badge", + "498_badge", + "499_badge", + "500_badge", + "501_badge", + "502_badge", + "503_badge", + "504_badge", + "505_badge", + "506_badge", ]; const wearablesBackSvgsOld = [ @@ -1220,6 +1305,91 @@ const wearablesBackSvgsOld = [ wearable("424_OGFarmerBGBack"), wearable("425_OGVaporwaveBGBack"), wearable("426_OGWizardBGBack"), + //szn6 badges + "427_badge", + "428_badge", + "429_badge", + "430_badge", + "431_badge", + "432_badge", + "433_badge", + "434_badge", + "435_badge", + "436_badge", + "437_badge", + "438_badge", + "439_badge", + "440_badge", + "441_badge", + "442_badge", + //szn7 badges + "443_badge", + "444_badge", + "445_badge", + "446_badge", + "447_badge", + "448_badge", + "449_badge", + "450_badge", + "451_badge", + "452_badge", + "453_badge", + "454_badge", + "455_badge", + "456_badge", + "457_badge", + "458_badge", + //szn8 badges + "459_badge", + "460_badge", + "461_badge", + "462_badge", + "463_badge", + "464_badge", + "465_badge", + "466_badge", + "467_badge", + "468_badge", + "469_badge", + "470_badge", + "471_badge", + "472_badge", + "473_badge", + "474_badge", + //szn9 badges + "475_badge", + "476_badge", + "477_badge", + "478_badge", + "479_badge", + "480_badge", + "481_badge", + "482_badge", + "483_badge", + "484_badge", + "485_badge", + "486_badge", + "487_badge", + "488_badge", + "489_badge", + "490_badge", + //szn10 badges + "491_badge", + "492_badge", + "493_badge", + "494_badge", + "495_badge", + "496_badge", + "497_badge", + "498_badge", + "499_badge", + "500_badge", + "501_badge", + "502_badge", + "503_badge", + "504_badge", + "505_badge", + "506_badge", ]; const wearablesLeftSvgsOld = [ @@ -1652,6 +1822,91 @@ const wearablesLeftSvgsOld = [ wearable("424_OGFarmerBGLeft"), wearable("425_OGVaporwaveBGLeft"), wearable("426_OGWizardBGLeft"), + //szn6 badges + "427_badge", + "428_badge", + "429_badge", + "430_badge", + "431_badge", + "432_badge", + "433_badge", + "434_badge", + "435_badge", + "436_badge", + "437_badge", + "438_badge", + "439_badge", + "440_badge", + "441_badge", + "442_badge", + //szn7 badges + "443_badge", + "444_badge", + "445_badge", + "446_badge", + "447_badge", + "448_badge", + "449_badge", + "450_badge", + "451_badge", + "452_badge", + "453_badge", + "454_badge", + "455_badge", + "456_badge", + "457_badge", + "458_badge", + //szn8 badges + "459_badge", + "460_badge", + "461_badge", + "462_badge", + "463_badge", + "464_badge", + "465_badge", + "466_badge", + "467_badge", + "468_badge", + "469_badge", + "470_badge", + "471_badge", + "472_badge", + "473_badge", + "474_badge", + //szn9 badges + "475_badge", + "476_badge", + "477_badge", + "478_badge", + "479_badge", + "480_badge", + "481_badge", + "482_badge", + "483_badge", + "484_badge", + "485_badge", + "486_badge", + "487_badge", + "488_badge", + "489_badge", + "490_badge", + //szn10 badges + "491_badge", + "492_badge", + "493_badge", + "494_badge", + "495_badge", + "496_badge", + "497_badge", + "498_badge", + "499_badge", + "500_badge", + "501_badge", + "502_badge", + "503_badge", + "504_badge", + "505_badge", + "506_badge", ]; const wearablesFrontSvgsOld = [ @@ -2086,6 +2341,91 @@ const wearablesFrontSvgsOld = [ wearable("424_OGFarmerBG"), wearable("425_OGVaporwaveBG"), wearable("426_OGWizardBG"), + //szn6 badges + badge(427), + badge(428), + badge(429), + badge(430), + badge(431), + badge(432), + badge(433), + badge(434), + badge(435), + badge(436), + badge(437), + badge(438), + badge(439), + badge(440), + badge(441), + badge(442), + //szn7 badges + badge(443), + badge(444), + badge(445), + badge(446), + badge(447), + badge(448), + badge(449), + badge(450), + badge(451), + badge(452), + badge(453), + badge(454), + badge(455), + badge(456), + badge(457), + badge(458), + //szn8 badges + badge(459), + badge(460), + badge(461), + badge(462), + badge(463), + badge(464), + badge(465), + badge(466), + badge(467), + badge(468), + badge(469), + badge(470), + badge(471), + badge(472), + badge(473), + badge(474), + //szn9 badges + badge(475), + badge(476), + badge(477), + badge(478), + badge(479), + badge(480), + badge(481), + badge(482), + badge(483), + badge(484), + badge(485), + badge(486), + badge(487), + badge(488), + badge(489), + badge(490), + //szn10 badges + badge(491), + badge(492), + badge(493), + badge(494), + badge(495), + badge(496), + badge(497), + badge(498), + badge(499), + badge(500), + badge(501), + badge(502), + badge(503), + badge(504), + badge(505), + badge(506), ]; const sleeveFrontSvgsOld = [ diff --git a/tasks/addAndMintWearables.ts b/tasks/addAndMintWearables.ts index 5f9a6d34..a6185297 100644 --- a/tasks/addAndMintWearables.ts +++ b/tasks/addAndMintWearables.ts @@ -8,7 +8,10 @@ import { } from "../scripts/helperFunctions"; import { varsForNetwork } from "../helpers/constants"; import { itemTypes } from "../data/itemTypes/itemTypes"; -import { getItemTypes, toItemTypeInputNew } from "../scripts/itemTypeHelpers"; +import { + getAllItemTypes, + toItemTypeInputNew, +} from "../scripts/itemTypeHelpers"; import { sideViewDimensions } from "../data/itemTypes/baseWearableSideWearables"; import { convertSideDimensionsToTaskFormat } from "./updateItemSideDimensions"; import { @@ -16,6 +19,9 @@ import { verifyDeploymentOnchain, } from "../scripts/newWearableChecklist"; import { gasPrice } from "../scripts/helperFunctions"; +import { allBadges } from "../svgs/BadgeData"; +import { badge as getBadgeSvg } from "../svgs/allBadges"; +import { getItemTypes } from "../scripts/itemTypeHelpers"; export interface AddAndMintWearablesToForgeTaskArgs { itemIds: string; @@ -43,6 +49,15 @@ task( const recipient = taskArgs.recipient; console.log(`Processing item IDs: ${itemIds.join(", ")}`); + // Partition into badgeIds and wearableIds + const badgeIds = itemIds.filter((id) => allBadges.includes(id)); + const wearableIds = itemIds.filter((id) => !allBadges.includes(id)); + console.log( + `Partitioned IDs → badges: [${badgeIds.join( + ", " + )}] wearables: [${wearableIds.join(", ")}]` + ); + // Pre-deployment validation const shouldProceed = await confirmChecklist(itemIds, hre); if (!shouldProceed) { @@ -70,6 +85,12 @@ task( signer ); + const itemsFacet = await hre.ethers.getContractAt( + "ItemsFacet", + c.aavegotchiDiamond!, + signer + ); + const itemTypesToAdd = itemIds.map((id) => { if (!itemTypes[id]) { throw new Error( @@ -80,25 +101,45 @@ task( }); // Get item types - const finalItemTypes = getItemTypes( + const finalItemTypes = getAllItemTypes( itemTypesToAdd.map((item) => toItemTypeInputNew(item)), hre.ethers ); - // Upload wearable svgs - console.log( - `🎨 Uploading wearable SVGs for items: ${itemIds.join(", ")}` - ); - const wearableGroups = generateWearableGroups(itemIds); + // Upload wearable svgs (non-badges) + if (wearableIds.length > 0) { + console.log( + `🎨 Uploading wearable SVGs for items: ${wearableIds.join(", ")}` + ); + const wearableGroups = generateWearableGroups(wearableIds); + for (const svgGroup of Object.entries(wearableGroups)) { + const svgData = svgGroup[1] as string[]; + const svgType = svgGroup[0]; + console.log(`📤 Processing ${svgType} SVGs...`); + await uploadOrUpdateSvg( + svgData, + svgType, + wearableIds, + svgFacet, + hre.ethers, + undefined, + gasConfig + ); + } + } else { + console.log("No wearable IDs detected for SVG upload."); + } - for (const svgGroup of Object.entries(wearableGroups)) { - const svgData = svgGroup[1] as string[]; - const svgType = svgGroup[0]; - console.log(`📤 Processing ${svgType} SVGs...`); + // Upload badge svgs (front-only as wearables) + if (badgeIds.length > 0) { + console.log( + `🎖️ Uploading badge SVGs for items: ${badgeIds.join(", ")}` + ); + const badgeSvgs: string[] = badgeIds.map((id) => getBadgeSvg(id)); await uploadOrUpdateSvg( - svgData, - svgType, - itemIds, + badgeSvgs, + "wearables", + badgeIds, svgFacet, hre.ethers, undefined, @@ -114,11 +155,18 @@ task( // Add item types (must be done regardless of sleeves) try { console.log(`Adding ${finalItemTypes.length} item types...`); + //also log the itemiDs and quantities + console.table({ + itemIds, + quantities: finalItemTypes.map((item) => item.maxQuantity), + }); const tx = await daoFacet.addItemTypes(finalItemTypes, gasConfig); + await tx.wait(); console.log("Item types added in tx:", tx.hash); } catch (error) { console.error("Error adding item types:", error); + throw error; } @@ -154,20 +202,27 @@ task( } // Upload dimensions (must be done regardless of sleeves) - console.log("Updating item side dimensions..."); - await hre.run( - "updateItemSideDimensions", - convertSideDimensionsToTaskFormat( - sideViewDimensions, - c.aavegotchiDiamond! - ) - ); + // console.log("Updating item side dimensions..."); + // await hre.run( + // "updateItemSideDimensions", + // convertSideDimensionsToTaskFormat( + // sideViewDimensions, + // c.aavegotchiDiamond! + // ) + // ); // Mint wearables to forge diamond - console.log("Minting wearables to recipient..."); + console.log("Minting items to recipient..."); const quantities = itemTypesToAdd.map((item) => item.maxQuantity); //do a table log of the item ids and quantities console.table({ itemIds, quantities }); + // //before minting, log the max quantities onchain + // const maxQuantities = await itemsFacet + // .getItemTypes(itemIds) + // .then((items) => items.map((item) => item.maxQuantity.toNumber())); + // console.log("maxQuantities onchain:"); + // console.table({ itemIds, maxQuantities }); + const mintTx = await daoFacet.mintItems( recipient, itemIds, @@ -175,7 +230,7 @@ task( gasConfig ); await mintTx.wait(); - console.log("Wearables minted to recipient"); + console.log("Items minted to recipient"); console.log("✅ All operations completed successfully!"); diff --git a/tasks/baadgeAirdrop.ts b/tasks/baadgeAirdrop.ts index ec6401bf..612cf2fe 100644 --- a/tasks/baadgeAirdrop.ts +++ b/tasks/baadgeAirdrop.ts @@ -2,12 +2,14 @@ import { task } from "hardhat/config"; import { Signer } from "@ethersproject/abstract-signer"; import { HardhatRuntimeEnvironment } from "hardhat/types"; import { - maticDiamondAddress, getDiamondSigner, itemManagerAlt, gasPrice, + getRelayerSigner, + baseRelayerAddress, } from "../scripts/helperFunctions"; import { ItemsTransferFacet } from "../typechain"; +import { varsForNetwork } from "../helpers/constants"; export interface AirdropBaadgeTaskArgs { maxProcess: string; @@ -45,6 +47,7 @@ task( _ids.push(Number(badgeIds)); _values.push(1); + const c = await varsForNetwork(hre.ethers); if (Number(maxProcess) >= amountDropped) { for (let index = 0; index < awardsArray.length; index++) { tokenIds.push(Number(awardsArray[index])); @@ -57,17 +60,17 @@ task( console.log("Batch Ids for airdrop: ", batchIds); console.log("tokenids:", tokenIds); - const signer: Signer = await getDiamondSigner(hre, itemManagerAlt, false); + const signer: Signer = await getRelayerSigner(hre); const itemsTransferFacet = (await hre.ethers.getContractAt( "ItemsTransferFacet", - maticDiamondAddress, + c.aavegotchiDiamond!, signer )) as ItemsTransferFacet; const tx = await itemsTransferFacet.batchBatchTransferToParent( - itemManagerAlt, - maticDiamondAddress, + baseRelayerAddress, + c.aavegotchiDiamond!, tokenIds, batchIds, batchValues, diff --git a/tasks/deployUpgrade.ts b/tasks/deployUpgrade.ts index b0a30e9d..f33c3ff6 100644 --- a/tasks/deployUpgrade.ts +++ b/tasks/deployUpgrade.ts @@ -337,5 +337,8 @@ task( // }); // } // } + console.log("Updating diamond ABI..."); + await hre.run("diamondABI"); + console.log("ABI written to diamondABI/diamond.json"); } ); diff --git a/tasks/mintBaadgeSvgs.ts b/tasks/mintBaadgeSvgs.ts index 6e784f45..15e6e645 100644 --- a/tasks/mintBaadgeSvgs.ts +++ b/tasks/mintBaadgeSvgs.ts @@ -3,14 +3,14 @@ import { ContractReceipt, ContractTransaction } from "@ethersproject/contracts"; import { Signer } from "@ethersproject/abstract-signer"; import { getBaadgeItemTypes, ItemTypeOutput } from "../scripts/itemTypeHelpers"; import { + baseRelayerAddress, getRelayerSigner, - itemManagerAlt, - maticDiamondAddress, } from "../scripts/helperFunctions"; import { DAOFacet } from "../typechain/DAOFacet"; import { BigNumberish } from "@ethersproject/bignumber"; import { gasPrice } from "../scripts/helperFunctions"; import { HardhatRuntimeEnvironment } from "hardhat/types"; +import { varsForNetwork } from "../helpers/constants"; export interface MintBaadgeTaskArgs { itemManager: string; @@ -29,7 +29,8 @@ task("mintBaadgeSvgs", "Adds itemTypes and SVGs") async (taskArgs: MintBaadgeTaskArgs, hre: HardhatRuntimeEnvironment) => { console.log("item manager:", taskArgs.itemManager); - if (taskArgs.itemManager !== itemManagerAlt) { + const c = await varsForNetwork(hre.ethers); + if (taskArgs.itemManager !== baseRelayerAddress) { throw new Error("Wrong item manager"); } @@ -54,7 +55,7 @@ task("mintBaadgeSvgs", "Adds itemTypes and SVGs") const daoFacet = (await hre.ethers.getContractAt( "DAOFacet", - maticDiamondAddress, + c.aavegotchiDiamond!, signer )) as DAOFacet; diff --git a/tasks/rarityPayouts.ts b/tasks/rarityPayouts.ts index dd1b4166..3ad38da8 100644 --- a/tasks/rarityPayouts.ts +++ b/tasks/rarityPayouts.ts @@ -23,6 +23,7 @@ import { ghstAddressBase } from "../helpers/constants"; import { mine } from "@nomicfoundation/hardhat-network-helpers"; import * as fs from "fs"; import * as path from "path"; +import * as readline from "readline"; export let tiebreakerIndex: string; @@ -54,6 +55,7 @@ export interface RarityPayoutTaskArgs { rarityParams: string; kinshipParams: string; xpParams: string; + confirmSend?: boolean; } interface TxArgs { @@ -71,12 +73,15 @@ interface GotchiReward { interface BatchProgress { batchIndex: number; transactionHash: string; - blockNumber: number; + // Optional until confirmed + blockNumber?: number; timestamp: string; - gasUsed: string; + // Optional until confirmed + gasUsed?: string; gotchiRewards: GotchiReward[]; totalAmount: string; chainId: number; + status: "pending" | "confirmed" | "failed"; } interface ProgressFile { @@ -95,6 +100,7 @@ task("rarityPayout") ) .addParam("deployerAddress") .addParam("tieBreakerIndex", "The Tiebreaker index") + .addFlag("confirmSend", "Actually send GHST instead of dry-run") .setAction( async (taskArgs: RarityPayoutTaskArgs, hre: HardhatRuntimeEnvironment) => { const filename: string = taskArgs.rarityDataFile; @@ -178,7 +184,14 @@ task("rarityPayout") ); } - const maxProcess = 500; + const maxProcess = 500; // batch size + + // Enforce required batch size on Base network + if (hre.network.name === "base" && maxProcess !== 500) { + throw new Error( + `On Base network, batchSize must be 500. Current value: ${maxProcess}` + ); + } const finalRewards: rarityRewards = {}; //Get data for this round from file @@ -340,8 +353,9 @@ task("rarityPayout") .then((n) => n.chainId); // Initialize or load progress - let progress = loadProgress(taskArgs.season, filename, chainId); - if (!progress) { + const loadedProgress = loadProgress(taskArgs.season, filename, chainId); + let progress: ProgressFile; + if (!loadedProgress) { progress = initializeProgress( taskArgs.season, filename, @@ -352,6 +366,7 @@ task("rarityPayout") `Initialized new progress file for season ${taskArgs.season}, round ${filename}, chainId ${chainId}` ); } else { + progress = loadedProgress; console.log( `Loaded existing progress: ${progress.completedBatches.length}/${progress.totalBatches} batches completed (chainId: ${progress.chainId})` ); @@ -364,6 +379,64 @@ task("rarityPayout") } } + // De-duplicate any gotchis that have already been processed according to the loaded progress + if (progress.completedGotchiIds && progress.completedGotchiIds.size > 0) { + const originalItemCount = txData.reduce( + (sum, group) => sum + group.length, + 0 + ); + txData = txData.map((group) => + group.filter((item) => !progress.completedGotchiIds.has(item.tokenID)) + ); + const newItemCount = txData.reduce( + (sum, group) => sum + group.length, + 0 + ); + const removedCount = originalItemCount - newItemCount; + if (removedCount > 0) { + console.log( + `De-duplicated ${removedCount} gotchis from final array based on progress file (${getProgressFilePath( + taskArgs.season, + filename, + chainId + )})` + ); + } + } + + //total amount of gotchis to send + const totalGotchis = txData.reduce((sum, group) => sum + group.length, 0); + console.log("Total gotchis to send:", totalGotchis); + + //total amount of ghst to send + const totalGhst = txData.reduce( + (sum, group) => + sum + group.reduce((sum, item) => sum + Number(item.amount), 0), + 0 + ); + console.log("Total GHST to send:", totalGhst); + + //total batches to send + const totalBatches = txData.length; + console.log("Total batches to send:", totalBatches); + + if (!taskArgs.confirmSend) { + console.log( + "Dry run complete. Set CONFIRM_SEND=1 and re-run to actually send the GHST." + ); + return; + } + + const proceed = await askForConfirmation( + `Are you sure you want to send ${totalGhst} GHST to ${totalGotchis} gotchis in ${totalBatches} batches on ${hre.network.name}?` + ); + if (!proceed) { + console.log("User did not confirm. Aborting without sending."); + return; + } + + console.log("Sending GHST..."); + await sendGhst(hre, signer, txData, progress, taskArgs.season, filename); } ); @@ -416,6 +489,20 @@ function getProgressFilePath( ); } +function askForConfirmation(message: string): Promise { + return new Promise((resolve) => { + const rl = readline.createInterface({ + input: process.stdin, + output: process.stdout, + }); + rl.question(`${message} (type 'yes' to confirm): `, (answer) => { + rl.close(); + const normalized = answer.trim().toLowerCase(); + resolve(normalized === "yes" || normalized === "y"); + }); + }); +} + function loadProgress( season: string, filename: string, @@ -431,6 +518,11 @@ function loadProgress( const data = JSON.parse(fs.readFileSync(progressPath, "utf8")); // Convert completedGotchiIds array back to Set data.completedGotchiIds = new Set(data.completedGotchiIds || []); + // Ensure backward compatibility: add default status and keep optional fields + data.completedBatches = (data.completedBatches || []).map((b: any) => ({ + ...b, + status: b.status ?? "confirmed", + })); return data; } catch (error) { console.log(`Error loading progress file: ${error}`); @@ -489,10 +581,45 @@ async function sendGhst( for (const [i, txGroup] of txData.entries()) { console.log(`\n=== Processing batch ${i + 1}/${txData.length} ===`); - // Check if this batch was already completed - if (progress.completedBatches.some((batch) => batch.batchIndex === i)) { - console.log(`Batch ${i} already completed, skipping...`); - continue; + // Check if there is existing progress for this batch + const existingBatch = progress.completedBatches.find( + (batch) => batch.batchIndex === i + ); + if (existingBatch) { + if (existingBatch.status === "confirmed") { + console.log(`Batch ${i} already confirmed, skipping...`); + continue; + } + if (existingBatch.status === "pending") { + console.log( + `Batch ${i} has pending tx ${existingBatch.transactionHash}. Waiting for confirmation...` + ); + const pendingReceipt: any = + await hre.ethers.provider.waitForTransaction( + existingBatch.transactionHash, + 1 + ); + if (pendingReceipt && pendingReceipt.status) { + existingBatch.blockNumber = pendingReceipt.blockNumber; + existingBatch.gasUsed = pendingReceipt.gasUsed.toString(); + existingBatch.status = "confirmed"; + // Mark gotchis as completed now that it's confirmed + (existingBatch.gotchiRewards || []).forEach((r) => + progress.completedGotchiIds.add(r.gotchiId) + ); + saveProgress(progress, season, filename); + console.log( + `Batch ${i} confirmed on resume. Tx: ${existingBatch.transactionHash}` + ); + continue; + } else { + existingBatch.status = "failed"; + saveProgress(progress, season, filename); + throw new Error( + `Pending transaction failed for batch ${i}: ${existingBatch.transactionHash}` + ); + } + } } let tokenIds: string[] = []; @@ -543,7 +670,20 @@ async function sendGhst( try { const tx = await escrowFacet.batchDepositGHST(tokenIds, amounts); - console.log("Transaction completed with tx hash:", tx.hash); + console.log("Transaction submitted with tx hash:", tx.hash); + + // Record pending batch immediately + const pendingBatch: BatchProgress = { + batchIndex: i, + transactionHash: tx.hash, + timestamp: new Date().toISOString(), + gotchiRewards, + totalAmount, + chainId: progress.chainId, + status: "pending", + }; + progress.completedBatches.push(pendingBatch); + saveProgress(progress, season, filename); let receipt: ContractReceipt = await tx.wait(); console.log("receipt:", receipt.transactionHash); @@ -553,20 +693,15 @@ async function sendGhst( throw Error(`Transaction failed: ${tx.hash}`); } - // Record successful batch - const batchProgress: BatchProgress = { - batchIndex: i, - transactionHash: receipt.transactionHash, - blockNumber: receipt.blockNumber, - timestamp: new Date().toISOString(), - gasUsed: receipt.gasUsed.toString(), - gotchiRewards, - totalAmount, - chainId: progress.chainId, - }; - - // Update progress - progress.completedBatches.push(batchProgress); + // Update the previously recorded pending batch to confirmed + const recorded = progress.completedBatches.find( + (b) => b.batchIndex === i && b.transactionHash === tx.hash + ); + if (recorded) { + recorded.blockNumber = receipt.blockNumber; + recorded.gasUsed = receipt.gasUsed.toString(); + recorded.status = "confirmed"; + } tokenIds.forEach((id) => progress.completedGotchiIds.add(id)); // Save progress after each successful batch diff --git a/test/szn10BaadgeAirdropTest.ts b/test/szn10BaadgeAirdropTest.ts new file mode 100644 index 00000000..56f5ea1b --- /dev/null +++ b/test/szn10BaadgeAirdropTest.ts @@ -0,0 +1,301 @@ +import { ethers, network } from "hardhat"; +import { ItemsFacet } from "../typechain"; +import { dataArgs as dataArgs1 } from "../data/airdrops/rarityfarming/szn10/rnd1"; +import { dataArgs as dataArgs2 } from "../data/airdrops/rarityfarming/szn10/rnd2"; +import { dataArgs as dataArgs3 } from "../data/airdrops/rarityfarming/szn10/rnd3"; +import { dataArgs as dataArgs4 } from "../data/airdrops/rarityfarming/szn10/rnd4"; + +import { + baseRelayerAddress, + impersonate, + rankIds, +} from "../scripts/helperFunctions"; +import { main } from "../scripts/airdrops/rfSzn10BdgsAirdrop"; +import { getGotchisForASeason } from "../scripts/getAavegotchisForRF"; +import { varsForNetwork } from "../helpers/constants"; +import { ItemTypeInputNew } from "../scripts/itemTypeHelpers"; +import { expect } from "chai"; + +describe("Airdrop SZN10 Baadges", async function () { + this.timeout(200000000); + + let itemsFacet: ItemsFacet, + rarityRFSzn10: number[], + kinshipRFSzn10: number[], + xpRFSzn10: number[], + itemTypes: ItemTypeInputNew[]; + + before(async function () { + const c = await varsForNetwork(ethers); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + itemsFacet = (await ethers.getContractAt( + "contracts/Aavegotchi/facets/ItemsFacet.sol:ItemsFacet", + c.aavegotchiDiamond! + )) as ItemsFacet; + + itemsFacet = await impersonate( + baseRelayerAddress, + itemsFacet, + ethers, + network + ); + + itemTypes = await getItemTypesForSzn10Baadges(); + + const [rarityBreaker, kinshipBreaker, xpBreaker] = + await getGotchisForASeason("10", "matic"); + + rarityRFSzn10 = (await rankIds(rarityArray, rarityBreaker)).map((id) => + Number(id) + ); + + kinshipRFSzn10 = (await rankIds(kinshipArray, kinshipBreaker)).map((id) => + Number(id) + ); + + xpRFSzn10 = (await rankIds(xpArray, xpBreaker)).map((id) => Number(id)); + + await main(); + }); + + it("Should airdrop szn10 champion baadges", async function () { + expect( + await exists( + rarityRFSzn10[0].toString(), + itemTypes[0].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[0].toString(), + itemTypes[1].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[0].toString(), + itemTypes[2].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn10 2nd and 3rd place baadges", async function () { + expect( + await exists( + rarityRFSzn10[1].toString(), + itemTypes[3].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[1].toString(), + itemTypes[4].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[1].toString(), + itemTypes[5].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn10[2].toString(), + itemTypes[6].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[2].toString(), + itemTypes[7].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[2].toString(), + itemTypes[8].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn10 top10 baadges", async function () { + expect( + await exists( + rarityRFSzn10[3].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn10[9].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[3].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[9].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[3].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[9].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn10 top100 baadges", async function () { + expect( + await exists( + rarityRFSzn10[10].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn10[99].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[10].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn10[99].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[10].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn10[99].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); +}); + +async function exists(tokenId: string, itemId: string, items: ItemsFacet) { + const c = await varsForNetwork(ethers); + let bal = await items.balanceOfToken(c.aavegotchiDiamond!, tokenId, itemId); + + return bal.gt(0); +} +async function getItemTypesForSzn10Baadges() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-RARITY", //491 + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-KINSHIP", //492 + "Aavegotchi-RF-SZN10-Trophy-1ST-PLACE-XP", //493 + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-RARITY", //494 + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-KINSHIP", //495 + "Aavegotchi-RF-SZN10-Trophy-2ND-PLACE-XP", //496 + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-RARITY", //497 + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-KINSHIP", //498 + "Aavegotchi-RF-SZN10-Trophy-3RD-PLACE-XP", //499 + "Aavegotchi-RF-SZN10-Baadge-TOP-RAANKED-PLAAYER", //500 + "Aavegotchi-RF-SZN10-Baadge-TOP-10-RARITY", //501 + "Aavegotchi-RF-SZN10-Baadge-TOP-10-KINSHIP", //502 + "Aavegotchi-RF-SZN10-Baadge-TOP-10-XP", //503 + "Aavegotchi-RF-SZN10-Baadge-TOP-100-RARITY", //504 + "Aavegotchi-RF-SZN10-Baadge-TOP-100-KINSHIP", //505 + "Aavegotchi-RF-SZN10-Baadge-TOP-100-XP", //506 + ]; + + const baadgeIds = baadges.map((_, index) => 491 + index); + + const { itemTypes: allItemTypes } = await import( + "../data/itemTypes/itemTypes" + ); + const { toItemTypeInputNew } = await import("../scripts/itemTypeHelpers"); + + const itemTypes = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + return itemTypes; +} diff --git a/test/szn6BaadgeAirdropTest.ts b/test/szn6BaadgeAirdropTest.ts new file mode 100644 index 00000000..6992a05e --- /dev/null +++ b/test/szn6BaadgeAirdropTest.ts @@ -0,0 +1,347 @@ +import { ethers, network } from "hardhat"; +//import { maticDiamondAddress } from "../scripts/helperFunctions"; +import { AavegotchiFacet, ItemsFacet } from "../typechain"; +import { Signer } from "@ethersproject/abstract-signer"; +import { expect } from "chai"; + +//import { itemTypes } from "../scripts/addItemTypes/itemTypes/rfSzn6Bdgs"; +import { dataArgs as dataArgs1 } from "../data/airdrops/rarityfarming/szn6/rnd1"; +import { dataArgs as dataArgs2 } from "../data/airdrops/rarityfarming/szn6/rnd2"; +import { dataArgs as dataArgs3 } from "../data/airdrops/rarityfarming/szn6/rnd3"; +import { dataArgs as dataArgs4 } from "../data/airdrops/rarityfarming/szn6/rnd4"; + +import { + baseRelayerAddress, + impersonate, + rankIds, +} from "../scripts/helperFunctions"; +import { main } from "../scripts/airdrops/rfSzn6BdgsAirdrop"; +import { getGotchisForASeason } from "../scripts/getAavegotchisForRF"; +import { varsForNetwork } from "../helpers/constants"; +import { ItemTypeInputNew } from "../scripts/itemTypeHelpers"; +import { addAndMintBaseBackgroundsToPC } from "../scripts/taskScripts/addAndMintBaseBackgroundsToPC"; + +describe("Airdrop SZN6 Baadges", async function () { + this.timeout(200000000); + + let itemsFacet: ItemsFacet, + aavegotchiFacet: AavegotchiFacet, + signer: Signer, + rarityRFSzn6: number[], + kinshipRFSzn6: number[], + xpRFSzn6: number[], + itemTypes: ItemTypeInputNew[]; + + before(async function () { + //mint the pendng bakgrounds to sync + await addAndMintBaseBackgroundsToPC(); + const c = await varsForNetwork(ethers); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + // aavegotchiFacet = (await ethers.getContractAt( + // "contracts/Aavegotchi/facets/AavegotchiFacet.sol:AavegotchiFacet", + // maticDiamondAddress, + // signer + // )) as AavegotchiFacet; + + itemsFacet = (await ethers.getContractAt( + "contracts/Aavegotchi/facets/ItemsFacet.sol:ItemsFacet", + c.aavegotchiDiamond! + )) as ItemsFacet; + + itemsFacet = await impersonate( + baseRelayerAddress, + itemsFacet, + ethers, + network + ); + + //itemtypes for szn6 baadges + itemTypes = await getItemTypesForSzn6Baadges(); + + let tieBreaker = await getGotchisForASeason("6", "matic"); + const [rarityBreaker, kinshipBreaker, xpBreaker] = tieBreaker; + + rarityRFSzn6 = await rankIds(rarityArray, rarityBreaker).map((id) => + parseInt(id) + ); + + kinshipRFSzn6 = await rankIds(kinshipArray, kinshipBreaker).map((id) => + parseInt(id) + ); + + xpRFSzn6 = await rankIds(xpArray, xpBreaker).map((id) => parseInt(id)); + + await main(); + }); + + it.only("Should airdrop szn6 champion baadges", async function () { + //rarity champ + + //log out the tokenId and svgId we are checking + console.log("Checking rarity champ: ", rarityRFSzn6[0], itemTypes[0].svgId); + console.log( + "Checking kinship champ: ", + kinshipRFSzn6[0], + itemTypes[1].svgId + ); + console.log("Checking xp champ: ", xpRFSzn6[0], itemTypes[2].svgId); + + expect( + await exists( + rarityRFSzn6[0].toString(), + itemTypes[0].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship champ + expect( + await exists( + kinshipRFSzn6[0].toString(), + itemTypes[1].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //xp champ + expect( + await exists( + xpRFSzn6[0].toString(), + itemTypes[2].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it.only("Should airdrop szn6 2nd and 3rd place baadges", async function () { + //rarity 2nd + + expect( + await exists( + rarityRFSzn6[1].toString(), + itemTypes[3].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship 2nd + expect( + await exists( + kinshipRFSzn6[1].toString(), + itemTypes[4].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + // //xp 2nd + expect( + await exists( + xpRFSzn6[1].toString(), + itemTypes[5].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //rarity 3rd + expect( + await exists( + rarityRFSzn6[2].toString(), + itemTypes[6].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship 3rd + expect( + await exists( + kinshipRFSzn6[2].toString(), + itemTypes[7].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //xp 3rd + expect( + await exists( + xpRFSzn6[2].toString(), + itemTypes[8].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it.only("Should airdrop szn6 top10 baadges", async function () { + //rarity top 10 + + expect( + await exists( + rarityRFSzn6[3].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn6[9].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship top 10 + + expect( + await exists( + kinshipRFSzn6[3].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn6[9].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //XP top 10 + expect( + await exists( + xpRFSzn6[3].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn6[9].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it.only("Should airdrop szn6 top100 baadges", async function () { + //rarity top 100 + + expect( + await exists( + rarityRFSzn6[10].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn6[99].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship top 100 + + expect( + await exists( + kinshipRFSzn6[10].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn6[99].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //XP top 100 + expect( + await exists( + xpRFSzn6[10].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn6[99].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); +}); + +async function exists(tokenId: string, itemId: string, items: ItemsFacet) { + const c = await varsForNetwork(ethers); + let bal = await items.balanceOfToken(c.aavegotchiDiamond!, tokenId, itemId); + + return bal.gt(0); +} +async function getItemTypesForSzn6Baadges() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-RARITY", //427 + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-KINSHIP", //428 + "Aavegotchi-RF-SZN6-Trophy-1ST-PLACE-XP", //429 + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-RARITY", //430 + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-KINSHIP", //431 + "Aavegotchi-RF-SZN6-Trophy-2ND-PLACE-XP", //432 + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-RARITY", //433 + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-KINSHIP", //434 + "Aavegotchi-RF-SZN6-Trophy-3RD-PLACE-XP", //435 + "Aavegotchi-RF-SZN6-Baadge-TOP-RAANKED-PLAAYER", //436 + "Aavegotchi-RF-SZN6-Baadge-TOP-10-RARITY", //437 + "Aavegotchi-RF-SZN6-Baadge-TOP-10-KINSHIP", //438 + "Aavegotchi-RF-SZN6-Baadge-TOP-10-XP", //439 + "Aavegotchi-RF-SZN6-Baadge-TOP-100-RARITY", //440 + "Aavegotchi-RF-SZN6-Baadge-TOP-100-KINSHIP", //441 + "Aavegotchi-RF-SZN6-Baadge-TOP-100-XP", //442 + ]; + + const baadgeIds = baadges.map((_, index) => 427 + index); + + const { itemTypes: allItemTypes } = await import( + "../data/itemTypes/itemTypes" + ); + const { toItemTypeInputNew } = await import("../scripts/itemTypeHelpers"); + + const itemTypes = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + return itemTypes; +} diff --git a/test/szn7BaadgeAirdropTest.ts b/test/szn7BaadgeAirdropTest.ts new file mode 100644 index 00000000..8a6e24ae --- /dev/null +++ b/test/szn7BaadgeAirdropTest.ts @@ -0,0 +1,342 @@ +import { ethers, network } from "hardhat"; +//import { maticDiamondAddress } from "../scripts/helperFunctions"; +import { AavegotchiFacet, ItemsFacet } from "../typechain"; +import { Signer } from "@ethersproject/abstract-signer"; +import { expect } from "chai"; + +//import { itemTypes } from "../scripts/addItemTypes/itemTypes/rfSzn7Bdgs"; +import { dataArgs as dataArgs1 } from "../data/airdrops/rarityfarming/szn7/rnd1"; +import { dataArgs as dataArgs2 } from "../data/airdrops/rarityfarming/szn7/rnd2"; +import { dataArgs as dataArgs3 } from "../data/airdrops/rarityfarming/szn7/rnd3"; +import { dataArgs as dataArgs4 } from "../data/airdrops/rarityfarming/szn7/rnd4"; + +import { + baseRelayerAddress, + impersonate, + rankIds, +} from "../scripts/helperFunctions"; +import { main } from "../scripts/airdrops/rfSzn7BdgsAirdrop"; +import { main as mintSzn6Baadges } from "../scripts/airdrops/rfSzn7BdgsAirdrop"; +import { getGotchisForASeason } from "../scripts/getAavegotchisForRF"; +import { varsForNetwork } from "../helpers/constants"; +import { ItemTypeInputNew } from "../scripts/itemTypeHelpers"; +import { addAndMintBaseBackgroundsToPC } from "../scripts/taskScripts/addAndMintBaseBackgroundsToPC"; + +describe("Airdrop SZN7 Baadges", async function () { + this.timeout(200000000); + + let itemsFacet: ItemsFacet, + rarityRFSzn7: number[], + kinshipRFSzn7: number[], + xpRFSzn7: number[], + itemTypes: ItemTypeInputNew[]; + + before(async function () { + //mint the pendng bakgrounds to sync + // await addAndMintBaseBackgroundsToPC(); + //add rarity farming baadges szn6 + // await mintSzn6Baadges(); + const c = await varsForNetwork(ethers); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + itemsFacet = (await ethers.getContractAt( + "contracts/Aavegotchi/facets/ItemsFacet.sol:ItemsFacet", + c.aavegotchiDiamond! + )) as ItemsFacet; + + itemsFacet = await impersonate( + baseRelayerAddress, + itemsFacet, + ethers, + network + ); + + //itemtypes for szn7 baadges + itemTypes = await getItemTypesForSzn7Baadges(); + + let tieBreaker = await getGotchisForASeason("7", "matic"); + const [rarityBreaker, kinshipBreaker, xpBreaker] = tieBreaker; + + rarityRFSzn7 = await rankIds(rarityArray, rarityBreaker).map((id) => + parseInt(id) + ); + + kinshipRFSzn7 = await rankIds(kinshipArray, kinshipBreaker).map((id) => + parseInt(id) + ); + + xpRFSzn7 = await rankIds(xpArray, xpBreaker).map((id) => parseInt(id)); + + await main(); + }); + + it.only("Should airdrop szn7 champion baadges", async function () { + //rarity champ + + //log out the tokenId and svgId we are checking + console.log("Checking rarity champ: ", rarityRFSzn7[0], itemTypes[0].svgId); + console.log( + "Checking kinship champ: ", + kinshipRFSzn7[0], + itemTypes[1].svgId + ); + console.log("Checking xp champ: ", xpRFSzn7[0], itemTypes[2].svgId); + + expect( + await exists( + rarityRFSzn7[0].toString(), + itemTypes[0].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship champ + expect( + await exists( + kinshipRFSzn7[0].toString(), + itemTypes[1].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //xp champ + expect( + await exists( + xpRFSzn7[0].toString(), + itemTypes[2].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it.only("Should airdrop szn7 2nd and 3rd place baadges", async function () { + //rarity 2nd + + expect( + await exists( + rarityRFSzn7[1].toString(), + itemTypes[3].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship 2nd + expect( + await exists( + kinshipRFSzn7[1].toString(), + itemTypes[4].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + // //xp 2nd + expect( + await exists( + xpRFSzn7[1].toString(), + itemTypes[5].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //rarity 3rd + expect( + await exists( + rarityRFSzn7[2].toString(), + itemTypes[6].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship 3rd + expect( + await exists( + kinshipRFSzn7[2].toString(), + itemTypes[7].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //xp 3rd + expect( + await exists( + xpRFSzn7[2].toString(), + itemTypes[8].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it.only("Should airdrop szn7 top10 baadges", async function () { + //rarity top 10 + + expect( + await exists( + rarityRFSzn7[3].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn7[9].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship top 10 + + expect( + await exists( + kinshipRFSzn7[3].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn7[9].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //XP top 10 + expect( + await exists( + xpRFSzn7[3].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn7[9].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it.only("Should airdrop szn7 top100 baadges", async function () { + //rarity top 100 + + expect( + await exists( + rarityRFSzn7[10].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn7[99].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //kinship top 100 + + expect( + await exists( + kinshipRFSzn7[10].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn7[99].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + //XP top 100 + expect( + await exists( + xpRFSzn7[10].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn7[99].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); +}); + +async function exists(tokenId: string, itemId: string, items: ItemsFacet) { + const c = await varsForNetwork(ethers); + let bal = await items.balanceOfToken(c.aavegotchiDiamond!, tokenId, itemId); + + return bal.gt(0); +} +async function getItemTypesForSzn7Baadges() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-RARITY", //443 + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-KINSHIP", //444 + "Aavegotchi-RF-SZN7-Trophy-1ST-PLACE-XP", //445 + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-RARITY", //446 + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-KINSHIP", //447 + "Aavegotchi-RF-SZN7-Trophy-2ND-PLACE-XP", //448 + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-RARITY", //449 + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-KINSHIP", //450 + "Aavegotchi-RF-SZN7-Trophy-3RD-PLACE-XP", //451 + "Aavegotchi-RF-SZN7-Baadge-TOP-RAANKED-PLAAYER", //452 + "Aavegotchi-RF-SZN7-Baadge-TOP-10-RARITY", //453 + "Aavegotchi-RF-SZN7-Baadge-TOP-10-KINSHIP", //454 + "Aavegotchi-RF-SZN7-Baadge-TOP-10-XP", //455 + "Aavegotchi-RF-SZN7-Baadge-TOP-100-RARITY", //456 + "Aavegotchi-RF-SZN7-Baadge-TOP-100-KINSHIP", //457 + "Aavegotchi-RF-SZN7-Baadge-TOP-100-XP", //458 + ]; + + const baadgeIds = baadges.map((_, index) => 443 + index); + + const { itemTypes: allItemTypes } = await import( + "../data/itemTypes/itemTypes" + ); + const { toItemTypeInputNew } = await import("../scripts/itemTypeHelpers"); + + const itemTypes = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + return itemTypes; +} diff --git a/test/szn8BaadgeAirdropTest.ts b/test/szn8BaadgeAirdropTest.ts new file mode 100644 index 00000000..e1f57fc1 --- /dev/null +++ b/test/szn8BaadgeAirdropTest.ts @@ -0,0 +1,301 @@ +import { ethers, network } from "hardhat"; +import { ItemsFacet } from "../typechain"; +import { dataArgs as dataArgs1 } from "../data/airdrops/rarityfarming/szn8/rnd1"; +import { dataArgs as dataArgs2 } from "../data/airdrops/rarityfarming/szn8/rnd2"; +import { dataArgs as dataArgs3 } from "../data/airdrops/rarityfarming/szn8/rnd3"; +import { dataArgs as dataArgs4 } from "../data/airdrops/rarityfarming/szn8/rnd4"; + +import { + baseRelayerAddress, + impersonate, + rankIds, +} from "../scripts/helperFunctions"; +import { main } from "../scripts/airdrops/rfSzn8BdgsAirdrop"; +import { getGotchisForASeason } from "../scripts/getAavegotchisForRF"; +import { varsForNetwork } from "../helpers/constants"; +import { ItemTypeInputNew } from "../scripts/itemTypeHelpers"; +import { expect } from "chai"; + +describe("Airdrop SZN8 Baadges", async function () { + this.timeout(200000000); + + let itemsFacet: ItemsFacet, + rarityRFSzn8: number[], + kinshipRFSzn8: number[], + xpRFSzn8: number[], + itemTypes: ItemTypeInputNew[]; + + before(async function () { + const c = await varsForNetwork(ethers); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + itemsFacet = (await ethers.getContractAt( + "contracts/Aavegotchi/facets/ItemsFacet.sol:ItemsFacet", + c.aavegotchiDiamond! + )) as ItemsFacet; + + itemsFacet = await impersonate( + baseRelayerAddress, + itemsFacet, + ethers, + network + ); + + itemTypes = await getItemTypesForSzn8Baadges(); + + let tieBreaker = await getGotchisForASeason("8", "matic"); + const [rarityBreaker, kinshipBreaker, xpBreaker] = tieBreaker; + + rarityRFSzn8 = (await rankIds(rarityArray, rarityBreaker)).map((id) => + Number(id) + ); + + kinshipRFSzn8 = (await rankIds(kinshipArray, kinshipBreaker)).map((id) => + Number(id) + ); + + xpRFSzn8 = (await rankIds(xpArray, xpBreaker)).map((id) => Number(id)); + + await main(); + }); + + it("Should airdrop szn8 champion baadges", async function () { + expect( + await exists( + rarityRFSzn8[0].toString(), + itemTypes[0].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[0].toString(), + itemTypes[1].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[0].toString(), + itemTypes[2].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn8 2nd and 3rd place baadges", async function () { + expect( + await exists( + rarityRFSzn8[1].toString(), + itemTypes[3].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[1].toString(), + itemTypes[4].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[1].toString(), + itemTypes[5].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn8[2].toString(), + itemTypes[6].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[2].toString(), + itemTypes[7].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[2].toString(), + itemTypes[8].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn8 top10 baadges", async function () { + expect( + await exists( + rarityRFSzn8[3].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn8[9].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[3].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[9].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[3].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[9].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn8 top100 baadges", async function () { + expect( + await exists( + rarityRFSzn8[10].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn8[99].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[10].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn8[99].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[10].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn8[99].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); +}); + +async function exists(tokenId: string, itemId: string, items: ItemsFacet) { + const c = await varsForNetwork(ethers); + let bal = await items.balanceOfToken(c.aavegotchiDiamond!, tokenId, itemId); + + return bal.gt(0); +} +async function getItemTypesForSzn8Baadges() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-RARITY", //459 + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-KINSHIP", //460 + "Aavegotchi-RF-SZN8-Trophy-1ST-PLACE-XP", //461 + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-RARITY", //462 + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-KINSHIP", //463 + "Aavegotchi-RF-SZN8-Trophy-2ND-PLACE-XP", //464 + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-RARITY", //465 + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-KINSHIP", //466 + "Aavegotchi-RF-SZN8-Trophy-3RD-PLACE-XP", //467 + "Aavegotchi-RF-SZN8-Baadge-TOP-RAANKED-PLAAYER", //468 + "Aavegotchi-RF-SZN8-Baadge-TOP-10-RARITY", //469 + "Aavegotchi-RF-SZN8-Baadge-TOP-10-KINSHIP", //470 + "Aavegotchi-RF-SZN8-Baadge-TOP-10-XP", //471 + "Aavegotchi-RF-SZN8-Baadge-TOP-100-RARITY", //472 + "Aavegotchi-RF-SZN8-Baadge-TOP-100-KINSHIP", //473 + "Aavegotchi-RF-SZN8-Baadge-TOP-100-XP", //474 + ]; + + const baadgeIds = baadges.map((_, index) => 459 + index); + + const { itemTypes: allItemTypes } = await import( + "../data/itemTypes/itemTypes" + ); + const { toItemTypeInputNew } = await import("../scripts/itemTypeHelpers"); + + const itemTypes = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + return itemTypes; +} diff --git a/test/szn9BaadgeAirdropTest.ts b/test/szn9BaadgeAirdropTest.ts new file mode 100644 index 00000000..13378a9d --- /dev/null +++ b/test/szn9BaadgeAirdropTest.ts @@ -0,0 +1,301 @@ +import { ethers, network } from "hardhat"; +import { ItemsFacet } from "../typechain"; +import { dataArgs as dataArgs1 } from "../data/airdrops/rarityfarming/szn9/rnd1"; +import { dataArgs as dataArgs2 } from "../data/airdrops/rarityfarming/szn9/rnd2"; +import { dataArgs as dataArgs3 } from "../data/airdrops/rarityfarming/szn9/rnd3"; +import { dataArgs as dataArgs4 } from "../data/airdrops/rarityfarming/szn9/rnd4"; + +import { + baseRelayerAddress, + impersonate, + rankIds, +} from "../scripts/helperFunctions"; +import { main } from "../scripts/airdrops/rfSzn9BdgsAirdrop"; +import { getGotchisForASeason } from "../scripts/getAavegotchisForRF"; +import { varsForNetwork } from "../helpers/constants"; +import { ItemTypeInputNew } from "../scripts/itemTypeHelpers"; +import { expect } from "chai"; + +describe("Airdrop SZN9 Baadges", async function () { + this.timeout(200000000); + + let itemsFacet: ItemsFacet, + rarityRFSzn9: number[], + kinshipRFSzn9: number[], + xpRFSzn9: number[], + itemTypes: ItemTypeInputNew[]; + + before(async function () { + const c = await varsForNetwork(ethers); + + const rarityArray = [ + dataArgs1.rarityGotchis, + dataArgs2.rarityGotchis, + dataArgs3.rarityGotchis, + dataArgs4.rarityGotchis, + ]; + const kinshipArray = [ + dataArgs1.kinshipGotchis, + dataArgs2.kinshipGotchis, + dataArgs3.kinshipGotchis, + dataArgs4.kinshipGotchis, + ]; + const xpArray = [ + dataArgs1.xpGotchis, + dataArgs2.xpGotchis, + dataArgs3.xpGotchis, + dataArgs4.xpGotchis, + ]; + + itemsFacet = (await ethers.getContractAt( + "contracts/Aavegotchi/facets/ItemsFacet.sol:ItemsFacet", + c.aavegotchiDiamond! + )) as ItemsFacet; + + itemsFacet = await impersonate( + baseRelayerAddress, + itemsFacet, + ethers, + network + ); + + itemTypes = await getItemTypesForSzn9Baadges(); + + const [rarityBreaker, kinshipBreaker, xpBreaker] = + await getGotchisForASeason("9", "matic"); + + rarityRFSzn9 = (await rankIds(rarityArray, rarityBreaker)).map((id) => + Number(id) + ); + + kinshipRFSzn9 = (await rankIds(kinshipArray, kinshipBreaker)).map((id) => + Number(id) + ); + + xpRFSzn9 = (await rankIds(xpArray, xpBreaker)).map((id) => Number(id)); + + await main(); + }); + + it("Should airdrop szn9 champion baadges", async function () { + expect( + await exists( + rarityRFSzn9[0].toString(), + itemTypes[0].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[0].toString(), + itemTypes[1].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[0].toString(), + itemTypes[2].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn9 2nd and 3rd place baadges", async function () { + expect( + await exists( + rarityRFSzn9[1].toString(), + itemTypes[3].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[1].toString(), + itemTypes[4].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[1].toString(), + itemTypes[5].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn9[2].toString(), + itemTypes[6].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[2].toString(), + itemTypes[7].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[2].toString(), + itemTypes[8].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn9 top10 baadges", async function () { + expect( + await exists( + rarityRFSzn9[3].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn9[9].toString(), + itemTypes[10].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[3].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[9].toString(), + itemTypes[11].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[3].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[9].toString(), + itemTypes[12].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); + + it("Should airdrop szn9 top100 baadges", async function () { + expect( + await exists( + rarityRFSzn9[10].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + rarityRFSzn9[99].toString(), + itemTypes[13].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[10].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + kinshipRFSzn9[99].toString(), + itemTypes[14].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[10].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + + expect( + await exists( + xpRFSzn9[99].toString(), + itemTypes[15].svgId.toString(), + itemsFacet + ) + ).to.equal(true); + }); +}); + +async function exists(tokenId: string, itemId: string, items: ItemsFacet) { + const c = await varsForNetwork(ethers); + let bal = await items.balanceOfToken(c.aavegotchiDiamond!, tokenId, itemId); + + return bal.gt(0); +} +async function getItemTypesForSzn9Baadges() { + const baadges: string[] = [ + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-RARITY", //475 + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-KINSHIP", //476 + "Aavegotchi-RF-SZN9-Trophy-1ST-PLACE-XP", //477 + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-RARITY", //478 + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-KINSHIP", //479 + "Aavegotchi-RF-SZN9-Trophy-2ND-PLACE-XP", //480 + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-RARITY", //481 + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-KINSHIP", //482 + "Aavegotchi-RF-SZN9-Trophy-3RD-PLACE-XP", //483 + "Aavegotchi-RF-SZN9-Baadge-TOP-RAANKED-PLAAYER", //484 + "Aavegotchi-RF-SZN9-Baadge-TOP-10-RARITY", //485 + "Aavegotchi-RF-SZN9-Baadge-TOP-10-KINSHIP", //486 + "Aavegotchi-RF-SZN9-Baadge-TOP-10-XP", //487 + "Aavegotchi-RF-SZN9-Baadge-TOP-100-RARITY", //488 + "Aavegotchi-RF-SZN9-Baadge-TOP-100-KINSHIP", //489 + "Aavegotchi-RF-SZN9-Baadge-TOP-100-XP", //490 + ]; + + const baadgeIds = baadges.map((_, index) => 475 + index); + + const { itemTypes: allItemTypes } = await import( + "../data/itemTypes/itemTypes" + ); + const { toItemTypeInputNew } = await import("../scripts/itemTypeHelpers"); + + const itemTypes = baadgeIds.map((id) => { + const itemType = allItemTypes.find((type) => Number(type.svgId) === id); + + if (!itemType) { + throw new Error(`Item type with svgId ${id} not found in itemTypes data`); + } + + return toItemTypeInputNew(itemType); + }); + + return itemTypes; +}